diff --git "a/test_top_repo_data.csv" "b/test_top_repo_data.csv" new file mode 100644--- /dev/null +++ "b/test_top_repo_data.csv" @@ -0,0 +1,72787 @@ +Unnamed: 0,id,type,created_at,repo,repo_url,action,title,labels,body,index,text_combine,label,text,binary_label +9239,24276514173.0,IssuesEvent,2022-09-28 14:13:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Examples for non-web workloads and internet facing,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"I have a little bit hard time to understand non-web workloads. + +Do you have use case or example application for non-web workloads and internet facing? + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"Examples for non-web workloads and internet facing - I have a little bit hard time to understand non-web workloads. + +Do you have use case or example application for non-web workloads and internet facing? + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,examples for non web workloads and internet facing i have a little bit hard time to understand non web workloads do you have use case or example application for non web workloads and internet facing document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +10141,26383478686.0,IssuesEvent,2023-01-12 10:25:52,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Update the ""release notes"" and remove references to old ZIP filenames",doc-enhancement assigned-to-author triaged architecture-center/svc Pri1,"There are at least 2 additional updates since January 2021: + +![image](https://user-images.githubusercontent.com/503974/194120523-616f873e-376c-4434-9d5f-7e9090c5ab37.png) + +Can someone please update the page itself to give the updates since January 2021?? + +It also does not make sense to refer to the filename if it is updated behind-the-scenes without additional context. Either update the page with release notes and file version... or just don't say anything about the version number at all. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Update the ""release notes"" and remove references to old ZIP filenames - There are at least 2 additional updates since January 2021: + +![image](https://user-images.githubusercontent.com/503974/194120523-616f873e-376c-4434-9d5f-7e9090c5ab37.png) + +Can someone please update the page itself to give the updates since January 2021?? + +It also does not make sense to refer to the filename if it is updated behind-the-scenes without additional context. Either update the page with release notes and file version... or just don't say anything about the version number at all. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,update the release notes and remove references to old zip filenames there are at least additional updates since january can someone please update the page itself to give the updates since january it also does not make sense to refer to the filename if it is updated behind the scenes without additional context either update the page with release notes and file version or just don t say anything about the version number at all document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center github login edprice msft microsoft alias architectures ,1 +223568,7458633206.0,IssuesEvent,2018-03-30 11:26:15,rivine/rivine,https://api.github.com/repos/rivine/rivine,closed,include unlock type into unlockhash's checksum,priority_critical state_inprogress type_bug,"unlock hash should become + +``` +hex([ type:1 | hash: 32 | checksum(type,hash): 6]): 78 +``` + +while now it is: + +``` +hex([ type:1 | hash: 32 | checksum(hash): 6]): 78 +``` + +Meaning that currently the checksum only protects the hash, while typos in the type would still go undetected. + +(!!!) THIS IS A BREAKING CHANGE",1.0,"include unlock type into unlockhash's checksum - unlock hash should become + +``` +hex([ type:1 | hash: 32 | checksum(type,hash): 6]): 78 +``` + +while now it is: + +``` +hex([ type:1 | hash: 32 | checksum(hash): 6]): 78 +``` + +Meaning that currently the checksum only protects the hash, while typos in the type would still go undetected. + +(!!!) THIS IS A BREAKING CHANGE",0,include unlock type into unlockhash s checksum unlock hash should become hex while now it is hex meaning that currently the checksum only protects the hash while typos in the type would still go undetected this is a breaking change,0 +179761,13901286688.0,IssuesEvent,2020-10-20 02:32:39,aemcdonald/rancid-tomatillos-am-km,https://api.github.com/repos/aemcdonald/rancid-tomatillos-am-km,closed,Testing: Async Functionality,Testing,"Asynchronous tests should cover cover ALL functionality including: + +- [ ] happy paths + +- [ ] multiple sad paths",1.0,"Testing: Async Functionality - Asynchronous tests should cover cover ALL functionality including: + +- [ ] happy paths + +- [ ] multiple sad paths",0,testing async functionality asynchronous tests should cover cover all functionality including happy paths multiple sad paths,0 +9597,24876727559.0,IssuesEvent,2022-10-27 19:48:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Front Door vs App Gateway,assigned-to-author triaged product-question architecture-center/svc example-scenario/subsvc Pri2,"My understanding is that Front Door has all the load-balancing capabilities of App Gateway. Why couldn't you just use Front Door to do all the work and remove the need for a local app gateway? + + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4d54fc4b-e066-f455-c6c4-34448a61bb50 +* Version Independent ID: 3736237c-ae6a-18b8-aab1-d9c9ad031231 +* Content: [Multitenant SaaS on Azure - Azure Architecture Center](https://docs.microsoft.com/en-gb/azure/architecture/example-scenario/multi-saas/multitenant-saas) +* Content Source: [docs/example-scenario/multi-saas/multitenant-saas.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/multi-saas/multitenant-saas.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Front Door vs App Gateway - My understanding is that Front Door has all the load-balancing capabilities of App Gateway. Why couldn't you just use Front Door to do all the work and remove the need for a local app gateway? + + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4d54fc4b-e066-f455-c6c4-34448a61bb50 +* Version Independent ID: 3736237c-ae6a-18b8-aab1-d9c9ad031231 +* Content: [Multitenant SaaS on Azure - Azure Architecture Center](https://docs.microsoft.com/en-gb/azure/architecture/example-scenario/multi-saas/multitenant-saas) +* Content Source: [docs/example-scenario/multi-saas/multitenant-saas.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/multi-saas/multitenant-saas.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,front door vs app gateway my understanding is that front door has all the load balancing capabilities of app gateway why couldn t you just use front door to do all the work and remove the need for a local app gateway document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login microsoft alias pnp ,1 +240169,26254329371.0,IssuesEvent,2023-01-05 22:33:14,TreyM-WSS/terra-clinical,https://api.github.com/repos/TreyM-WSS/terra-clinical,opened,CVE-2021-3803 (High) detected in nth-check-1.0.2.tgz,security vulnerability,"## CVE-2021-3803 - High Severity Vulnerability +
Vulnerable Library - nth-check-1.0.2.tgz

+ +

performant nth-check parser & compiler

+

Library home page: https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/nth-check/package.json

+

+ +Dependency Hierarchy: + - enzyme-3.11.0.tgz (Root Library) + - cheerio-1.0.0-rc.3.tgz + - css-select-1.2.0.tgz + - :x: **nth-check-1.0.2.tgz** (Vulnerable Library) +

Found in HEAD commit: 0940364474cdf2812b34bb24824139d7e3f8060b

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +nth-check is vulnerable to Inefficient Regular Expression Complexity + +

Publish Date: 2021-09-17 +

URL: CVE-2021-3803

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2021-09-17

+

Fix Resolution: nth-check - v2.0.1

+ +

+
+

+",True,"CVE-2021-3803 (High) detected in nth-check-1.0.2.tgz - ## CVE-2021-3803 - High Severity Vulnerability +
Vulnerable Library - nth-check-1.0.2.tgz

+ +

performant nth-check parser & compiler

+

Library home page: https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/nth-check/package.json

+

+ +Dependency Hierarchy: + - enzyme-3.11.0.tgz (Root Library) + - cheerio-1.0.0-rc.3.tgz + - css-select-1.2.0.tgz + - :x: **nth-check-1.0.2.tgz** (Vulnerable Library) +

Found in HEAD commit: 0940364474cdf2812b34bb24824139d7e3f8060b

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +nth-check is vulnerable to Inefficient Regular Expression Complexity + +

Publish Date: 2021-09-17 +

URL: CVE-2021-3803

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2021-09-17

+

Fix Resolution: nth-check - v2.0.1

+ +

+
+

+",0,cve high detected in nth check tgz cve high severity vulnerability vulnerable library nth check tgz performant nth check parser compiler library home page a href path to dependency file package json path to vulnerable library node modules nth check package json dependency hierarchy enzyme tgz root library cheerio rc tgz css select tgz x nth check tgz vulnerable library found in head commit a href found in base branch master vulnerability details nth check is vulnerable to inefficient regular expression 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 high for more information on scores click a href suggested fix type upgrade version release date fix resolution nth check ,0 +282158,30889195095.0,IssuesEvent,2023-08-04 02:22:39,madhans23/linux-4.1.15,https://api.github.com/repos/madhans23/linux-4.1.15,reopened,CVE-2017-18261 (Medium) detected in linux-stable-rtv4.1.33,Mend: dependency security vulnerability,"## CVE-2017-18261 - Medium Severity Vulnerability +
Vulnerable Library - linux-stable-rtv4.1.33

+

+ +

Julia Cartwright's fork of linux-stable-rt.git

+

Library home page: https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (1) +

+

+ +

+
+

+

+ +

+
Vulnerability Details +

+ +The arch_timer_reg_read_stable macro in arch/arm64/include/asm/arch_timer.h in the Linux kernel before 4.13 allows local users to cause a denial of service (infinite recursion) by writing to a file under /sys/kernel/debug in certain circumstances, as demonstrated by a scenario involving debugfs, ftrace, PREEMPT_TRACER, and FUNCTION_GRAPH_TRACER. + +

Publish Date: 2018-04-19 +

URL: CVE-2017-18261

+

+
+

+
CVSS 3 Score Details (5.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nvd.nist.gov/vuln/detail/CVE-2017-18261

+

Release Date: 2018-04-19

+

Fix Resolution: 4.13

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2017-18261 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2017-18261 - Medium Severity Vulnerability +
Vulnerable Library - linux-stable-rtv4.1.33

+

+ +

Julia Cartwright's fork of linux-stable-rt.git

+

Library home page: https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (1) +

+

+ +

+
+

+

+ +

+
Vulnerability Details +

+ +The arch_timer_reg_read_stable macro in arch/arm64/include/asm/arch_timer.h in the Linux kernel before 4.13 allows local users to cause a denial of service (infinite recursion) by writing to a file under /sys/kernel/debug in certain circumstances, as demonstrated by a scenario involving debugfs, ftrace, PREEMPT_TRACER, and FUNCTION_GRAPH_TRACER. + +

Publish Date: 2018-04-19 +

URL: CVE-2017-18261

+

+
+

+
CVSS 3 Score Details (5.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nvd.nist.gov/vuln/detail/CVE-2017-18261

+

Release Date: 2018-04-19

+

Fix Resolution: 4.13

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in base branch master vulnerable source files vulnerability details the arch timer reg read stable macro in arch include asm arch timer h in the linux kernel before allows local users to cause a denial of service infinite recursion by writing to a file under sys kernel debug in certain circumstances as demonstrated by a scenario involving debugfs ftrace preempt tracer and function graph tracer 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 mend ,0 +7292,17359543330.0,IssuesEvent,2021-07-29 18:31:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"This script requires a preview feature ""Microsoft.Network/AllowMultipleAddressPrefixesOnSubnet""",Pri3 architecture-center/svc assigned-to-author doc-enhancement triaged,"It's because of this section of the script that realistically isn't needed as we shouldn't be trying to add the vnet address space as a prefix to the existing subnets: + +#Add $IPAddressRange to subnet +$subnet = $HUBvnet.subnets[0] +$subnet.addressprefix.add($IPAddressRange) +#end + +Please update the script to remove this section.",1.0,"This script requires a preview feature ""Microsoft.Network/AllowMultipleAddressPrefixesOnSubnet"" - It's because of this section of the script that realistically isn't needed as we shouldn't be trying to add the vnet address space as a prefix to the existing subnets: + +#Add $IPAddressRange to subnet +$subnet = $HUBvnet.subnets[0] +$subnet.addressprefix.add($IPAddressRange) +#end + +Please update the script to remove this section.",1,this script requires a preview feature microsoft network allowmultipleaddressprefixesonsubnet it s because of this section of the script that realistically isn t needed as we shouldn t be trying to add the vnet address space as a prefix to the existing subnets add ipaddressrange to subnet subnet hubvnet subnets subnet addressprefix add ipaddressrange end please update the script to remove this section ,1 +9723,25104766191.0,IssuesEvent,2022-11-08 15:53:39,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure Load Balancer is marked as global LB,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc," +In table ""Azure Load Balancer"" is marked as ""Global"" load balancer. But, as I understand it is not global, but regional. + +-- + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Azure Load Balancer is marked as global LB - +In table ""Azure Load Balancer"" is marked as ""Global"" load balancer. But, as I understand it is not global, but regional. + +-- + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,azure load balancer is marked as global lb in table azure load balancer is marked as global load balancer but as i understand it is not global but regional document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login edprice msft microsoft alias pnp ,1 +397031,11717395301.0,IssuesEvent,2020-03-09 17:11:15,googleapis/nodejs-firestore,https://api.github.com/repos/googleapis/nodejs-firestore,closed,Firestore client retries a transaction when a document already exists,api: firestore priority: p2 type: bug,"This issue relates to the fix introduced for https://github.com/googleapis/nodejs-firestore/issues/827 + +#### Current behavior + +When a document already exists, if one tries create a document using the same path with `create()` inside of a transaction, the transaction will keep retrying until it runs out of attempts. + +#### Expected behavior + +When a document is created with `create()` inside of a transaction, the transaction should intermediately terminate and throw the error. + +#### Environment details + + - OS: Ubuntu 19.10 + - Node.js version: 10.18.0 + - npm version:6.12 + - `@google-cloud/firestore` version: 3.4.0",1.0,"Firestore client retries a transaction when a document already exists - This issue relates to the fix introduced for https://github.com/googleapis/nodejs-firestore/issues/827 + +#### Current behavior + +When a document already exists, if one tries create a document using the same path with `create()` inside of a transaction, the transaction will keep retrying until it runs out of attempts. + +#### Expected behavior + +When a document is created with `create()` inside of a transaction, the transaction should intermediately terminate and throw the error. + +#### Environment details + + - OS: Ubuntu 19.10 + - Node.js version: 10.18.0 + - npm version:6.12 + - `@google-cloud/firestore` version: 3.4.0",0,firestore client retries a transaction when a document already exists this issue relates to the fix introduced for current behavior when a document already exists if one tries create a document using the same path with create inside of a transaction the transaction will keep retrying until it runs out of attempts expected behavior when a document is created with create inside of a transaction the transaction should intermediately terminate and throw the error environment details os ubuntu node js version npm version google cloud firestore version ,0 +10685,27297125668.0,IssuesEvent,2023-02-23 21:24:13,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Azure Nov. 2022 icon is not up to date, are missing : ASA, ACA, ARO, Fleet",doc-bug assigned-to-author triaged architecture-center/svc Pri1," +[https://arch-center.azureedge.net/icons/Azure_Public_Service_Icons_V10.zip](https://arch-center.azureedge.net/icons/Azure_Public_Service_Icons_V10.zip) Nov. 2022 is not up to date : + +- compute/10370-icon-service-Azure-Spring-Cloud.svg should be renamed Azure Spring Apps, see [https://github.com/MicrosoftDocs/azure-docs/issues/95119](https://github.com/MicrosoftDocs/azure-docs/issues/95119) + +- Azure Container Apps icon should be added to Icons\containers +- Azure RedHat OpenShift icon should be added to Icons\containers +- [Azure Kubernetes Fleet Manager](https://azure.microsoft.com/products/kubernetes-fleet-manager/) icon should be added to Icons\containers +- ACA Env. is hidden at new icons\02989-icon-service-Container-App-Environments.svg +- There is 10024-icon-service-Mesh-Applications.svg wheras Open Service Mesh OSM icon should be added + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @RobBagby +* Microsoft Alias: **robbag**",1.0,"Azure Nov. 2022 icon is not up to date, are missing : ASA, ACA, ARO, Fleet - +[https://arch-center.azureedge.net/icons/Azure_Public_Service_Icons_V10.zip](https://arch-center.azureedge.net/icons/Azure_Public_Service_Icons_V10.zip) Nov. 2022 is not up to date : + +- compute/10370-icon-service-Azure-Spring-Cloud.svg should be renamed Azure Spring Apps, see [https://github.com/MicrosoftDocs/azure-docs/issues/95119](https://github.com/MicrosoftDocs/azure-docs/issues/95119) + +- Azure Container Apps icon should be added to Icons\containers +- Azure RedHat OpenShift icon should be added to Icons\containers +- [Azure Kubernetes Fleet Manager](https://azure.microsoft.com/products/kubernetes-fleet-manager/) icon should be added to Icons\containers +- ACA Env. is hidden at new icons\02989-icon-service-Container-App-Environments.svg +- There is 10024-icon-service-Mesh-Applications.svg wheras Open Service Mesh OSM icon should be added + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @RobBagby +* Microsoft Alias: **robbag**",1,azure nov icon is not up to date are missing asa aca aro fleet nov is not up to date compute icon service azure spring cloud svg should be renamed azure spring apps see azure container apps icon should be added to icons containers azure redhat openshift icon should be added to icons containers icon should be added to icons containers aca env is hidden at new icons icon service container app environments svg there is icon service mesh applications svg wheras open service mesh osm icon should be added document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center github login robbagby microsoft alias robbag ,1 +446655,12875804224.0,IssuesEvent,2020-07-11 00:49:14,dprint/dprint,https://api.github.com/repos/dprint/dprint,closed,Parallelize plugin downloading and compiling ,domain: cli priority: high,Right now the rust based cli downloads and compiles plugins one after the other. It should be improved to download and compile multiple plugins at the same time.,1.0,Parallelize plugin downloading and compiling - Right now the rust based cli downloads and compiles plugins one after the other. It should be improved to download and compile multiple plugins at the same time.,0,parallelize plugin downloading and compiling right now the rust based cli downloads and compiles plugins one after the other it should be improved to download and compile multiple plugins at the same time ,0 +76404,26412068160.0,IssuesEvent,2023-01-13 13:06:32,primefaces/primefaces,https://api.github.com/repos/primefaces/primefaces,closed,Locales JS not shaded,:lady_beetle: defect,"Tried + +``` + + META-INF/resources/primefaces/locales/locale-ar.js + META-INF/resources/primefaces/locales/locale-ca.js + META-INF/resources/primefaces/locales/locale-cs.js + META-INF/resources/primefaces/locales/locale-de.js + META-INF/resources/primefaces/locales/locale-el.js + META-INF/resources/primefaces/locales/locale-en.js + META-INF/resources/primefaces/locales/locale-es.js + META-INF/resources/primefaces/locales/locale-fa.js + META-INF/resources/primefaces/locales/locale-fr.js + META-INF/resources/primefaces/locales/locale-hr.js + META-INF/resources/primefaces/locales/locale-hu.js + META-INF/resources/primefaces/locales/locale-in.js + META-INF/resources/primefaces/locales/locale-it.js + META-INF/resources/primefaces/locales/locale-iw.js + META-INF/resources/primefaces/locales/locale-ka.js + META-INF/resources/primefaces/locales/locale-ko.js + META-INF/resources/primefaces/locales/locale-lt.js + META-INF/resources/primefaces/locales/locale-lv.js + META-INF/resources/primefaces/locales/locale-nl.js + META-INF/resources/primefaces/locales/locale-no.js + META-INF/resources/primefaces/locales/locale-pl.js + META-INF/resources/primefaces/locales/locale-pt.js + META-INF/resources/primefaces/locales/locale-ro.js + META-INF/resources/primefaces/locales/locale-ru.js + META-INF/resources/primefaces/locales/locale-sk.js + META-INF/resources/primefaces/locales/locale-sl.js + META-INF/resources/primefaces/locales/locale-sr.js + META-INF/resources/primefaces/locales/locale-sv.js + META-INF/resources/primefaces/locales/locale-tr.js + META-INF/resources/primefaces/locales/locale-uk.js + META-INF/resources/primefaces/locales/locale-vi.js + META-INF/resources/primefaces/locales/locale-zh.js + +```",1.0,"Locales JS not shaded - Tried + +``` + + META-INF/resources/primefaces/locales/locale-ar.js + META-INF/resources/primefaces/locales/locale-ca.js + META-INF/resources/primefaces/locales/locale-cs.js + META-INF/resources/primefaces/locales/locale-de.js + META-INF/resources/primefaces/locales/locale-el.js + META-INF/resources/primefaces/locales/locale-en.js + META-INF/resources/primefaces/locales/locale-es.js + META-INF/resources/primefaces/locales/locale-fa.js + META-INF/resources/primefaces/locales/locale-fr.js + META-INF/resources/primefaces/locales/locale-hr.js + META-INF/resources/primefaces/locales/locale-hu.js + META-INF/resources/primefaces/locales/locale-in.js + META-INF/resources/primefaces/locales/locale-it.js + META-INF/resources/primefaces/locales/locale-iw.js + META-INF/resources/primefaces/locales/locale-ka.js + META-INF/resources/primefaces/locales/locale-ko.js + META-INF/resources/primefaces/locales/locale-lt.js + META-INF/resources/primefaces/locales/locale-lv.js + META-INF/resources/primefaces/locales/locale-nl.js + META-INF/resources/primefaces/locales/locale-no.js + META-INF/resources/primefaces/locales/locale-pl.js + META-INF/resources/primefaces/locales/locale-pt.js + META-INF/resources/primefaces/locales/locale-ro.js + META-INF/resources/primefaces/locales/locale-ru.js + META-INF/resources/primefaces/locales/locale-sk.js + META-INF/resources/primefaces/locales/locale-sl.js + META-INF/resources/primefaces/locales/locale-sr.js + META-INF/resources/primefaces/locales/locale-sv.js + META-INF/resources/primefaces/locales/locale-tr.js + META-INF/resources/primefaces/locales/locale-uk.js + META-INF/resources/primefaces/locales/locale-vi.js + META-INF/resources/primefaces/locales/locale-zh.js + +```",0,locales js not shaded tried meta inf resources primefaces locales locale ar js meta inf resources primefaces locales locale ca js meta inf resources primefaces locales locale cs js meta inf resources primefaces locales locale de js meta inf resources primefaces locales locale el js meta inf resources primefaces locales locale en js meta inf resources primefaces locales locale es js meta inf resources primefaces locales locale fa js meta inf resources primefaces locales locale fr js meta inf resources primefaces locales locale hr js meta inf resources primefaces locales locale hu js meta inf resources primefaces locales locale in js meta inf resources primefaces locales locale it js meta inf resources primefaces locales locale iw js meta inf resources primefaces locales locale ka js meta inf resources primefaces locales locale ko js meta inf resources primefaces locales locale lt js meta inf resources primefaces locales locale lv js meta inf resources primefaces locales locale nl js meta inf resources primefaces locales locale no js meta inf resources primefaces locales locale pl js meta inf resources primefaces locales locale pt js meta inf resources primefaces locales locale ro js meta inf resources primefaces locales locale ru js meta inf resources primefaces locales locale sk js meta inf resources primefaces locales locale sl js meta inf resources primefaces locales locale sr js meta inf resources primefaces locales locale sv js meta inf resources primefaces locales locale tr js meta inf resources primefaces locales locale uk js meta inf resources primefaces locales locale vi js meta inf resources primefaces locales locale zh js ,0 +11076,27965406521.0,IssuesEvent,2023-03-24 19:02:58,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Replace Time Series Insights with Azure Data Explorer,doc-enhancement in-progress assigned-to-author triaged architecture-center/svc Pri1 guide/subsvc,"Time Series Insights is being retired and we are suggesting ADX as an alternative to our customers now. This diagram should be updated to reflect that. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 88559925-9b9e-d9b3-ddb6-08306692c17b +* Version Independent ID: a25055cb-7cfe-28a0-1c66-06172c037128 +* Content: [Data store decision tree - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-decision-tree) +* Content Source: [docs/guide/technology-choices/data-store-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/data-store-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dsk-2015 +* Microsoft Alias: **pnp**",1.0,"Replace Time Series Insights with Azure Data Explorer - Time Series Insights is being retired and we are suggesting ADX as an alternative to our customers now. This diagram should be updated to reflect that. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 88559925-9b9e-d9b3-ddb6-08306692c17b +* Version Independent ID: a25055cb-7cfe-28a0-1c66-06172c037128 +* Content: [Data store decision tree - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-decision-tree) +* Content Source: [docs/guide/technology-choices/data-store-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/data-store-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dsk-2015 +* Microsoft Alias: **pnp**",1,replace time series insights with azure data explorer time series insights is being retired and we are suggesting adx as an alternative to our customers now this diagram should be updated to reflect that document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login dsk microsoft alias pnp ,1 +7679,18840152729.0,IssuesEvent,2021-11-11 08:35:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Incomplete Choose Candidate Workflow for Lift+Shift Containerised Decision path,cxp triaged architecture-center/svc azure-guide/subsvc,"When following the Lift+Shift -> Can it be Containerised -> No Path I found this somewhat unclear/confusing and needing clarification. + +Can it be Containerised = No +- we are already in a path of it can't be containerised; +- however the next decision point is ""COTS App that can't be containerised"" then land this as install COTS on VM; +- the catchall alternative path is App Service; is this making assuming that it is a web/http app which may not be the case? +Should there be additional decision point for App Service or VM depending on this? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Incomplete Choose Candidate Workflow for Lift+Shift Containerised Decision path - When following the Lift+Shift -> Can it be Containerised -> No Path I found this somewhat unclear/confusing and needing clarification. + +Can it be Containerised = No +- we are already in a path of it can't be containerised; +- however the next decision point is ""COTS App that can't be containerised"" then land this as install COTS on VM; +- the catchall alternative path is App Service; is this making assuming that it is a web/http app which may not be the case? +Should there be additional decision point for App Service or VM depending on this? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,incomplete choose candidate workflow for lift shift containerised decision path when following the lift shift can it be containerised no path i found this somewhat unclear confusing and needing clarification can it be containerised no we are already in a path of it can t be containerised however the next decision point is cots app that can t be containerised then land this as install cots on vm the catchall alternative path is app service is this making assuming that it is a web http app which may not be the case should there be additional decision point for app service or vm depending on this document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias pnp ,1 +10220,26543602776.0,IssuesEvent,2023-01-19 21:33:23,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Nice explanation,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +[Enter feedback here] +Thanks for sharing such a wonderful article on how to do forecasting at scale using R. Might be some more detailed explanation can be provided for beginners and a video tutorial also can supplement this + +Regards, +Arun Rajesh B. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cab154f6-58af-5834-ae23-9824b21541e0 +* Version Independent ID: bb8941b3-59fd-fae3-0cbb-f8c0307de62e +* Content: [Batch scoring with R models to forecast sales - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/batch-scoring-r-models) +* Content Source: [docs/reference-architectures/ai/batch-scoring-R-models.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/ai/batch-scoring-R-models.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @njray +* Microsoft Alias: **pnp**",2.0,"Nice explanation - +[Enter feedback here] +Thanks for sharing such a wonderful article on how to do forecasting at scale using R. Might be some more detailed explanation can be provided for beginners and a video tutorial also can supplement this + +Regards, +Arun Rajesh B. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cab154f6-58af-5834-ae23-9824b21541e0 +* Version Independent ID: bb8941b3-59fd-fae3-0cbb-f8c0307de62e +* Content: [Batch scoring with R models to forecast sales - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/batch-scoring-r-models) +* Content Source: [docs/reference-architectures/ai/batch-scoring-R-models.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/ai/batch-scoring-R-models.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @njray +* Microsoft Alias: **pnp**",1,nice explanation thanks for sharing such a wonderful article on how to do forecasting at scale using r might be some more detailed explanation can be provided for beginners and a video tutorial also can supplement this regards arun rajesh b document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login njray microsoft alias pnp ,1 +10290,26671665199.0,IssuesEvent,2023-01-26 10:49:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Conflicting statement on patching AKS nodes,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +[As per current document security pacthes doesnt get automaticlly applied to nodes by default , in similar document its mentioned that each evening linux node in AKS get sec pacthes vai distro security update and that behaviour is automatically configured as nodes deployed to AKS cluster. + +Refernce doc links: https://learn.microsoft.com/en-us/azure/aks/concepts-security#linux-nodes] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 43da9bdf-a3d3-a65b-b555-60dcc5ac2c55 +* Version Independent ID: 9913c705-aeb7-e154-4fdf-164ff1e7ff99 +* Content: [AKS Day-2 - Patch and upgrade guidance - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/operator-guides/aks/aks-upgrade-practices) +* Content Source: [docs/operator-guides/aks/aks-upgrade-practices.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/operator-guides/aks/aks-upgrade-practices.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @rishabhsaha +* Microsoft Alias: **pnp**",2.0,"Conflicting statement on patching AKS nodes - +[As per current document security pacthes doesnt get automaticlly applied to nodes by default , in similar document its mentioned that each evening linux node in AKS get sec pacthes vai distro security update and that behaviour is automatically configured as nodes deployed to AKS cluster. + +Refernce doc links: https://learn.microsoft.com/en-us/azure/aks/concepts-security#linux-nodes] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 43da9bdf-a3d3-a65b-b555-60dcc5ac2c55 +* Version Independent ID: 9913c705-aeb7-e154-4fdf-164ff1e7ff99 +* Content: [AKS Day-2 - Patch and upgrade guidance - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/operator-guides/aks/aks-upgrade-practices) +* Content Source: [docs/operator-guides/aks/aks-upgrade-practices.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/operator-guides/aks/aks-upgrade-practices.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @rishabhsaha +* Microsoft Alias: **pnp**",1,conflicting statement on patching aks nodes as per current document security pacthes doesnt get automaticlly applied to nodes by default in similar document its mentioned that each evening linux node in aks get sec pacthes vai distro security update and that behaviour is automatically configured as nodes deployed to aks cluster refernce doc links document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login rishabhsaha microsoft alias pnp ,1 +245257,20756579880.0,IssuesEvent,2022-03-15 12:47:44,enonic/lib-admin-ui,https://api.github.com/repos/enonic/lib-admin-ui,closed,Save button gets enabled after content has been unpublished in the wizard page,Bug Test is Failing,"@sgauruseu commented on [Fri Mar 04 2022](https://github.com/enonic/app-contentstudio/issues/4296) + +1. Open wizard for new folder , fill in the name input and save it , +2. Expand the publish menu and click on `Publish....` menu item . +3. Click on `Mark as ready` menu item in the modal dialog + +![image](https://user-images.githubusercontent.com/3728712/156758029-1509da6f-5b98-4c3b-8491-696b603c7a2e.png) + +4. `Publish Now` button gets enabled, click on it. +5. `Unpublish` gets visible in the default action +6. Unpublish this folder. + +BUG - Save button gets enabled after this content has been unpablished, workflow state gets `Work in progress` + +![image](https://user-images.githubusercontent.com/3728712/156758557-bfa6d804-fbe2-4661-9702-0ceb44e2b7b2.png) + + +--- + +@alansemenov commented on [Sun Mar 06 2022](https://github.com/enonic/app-contentstudio/issues/4296#issuecomment-1059926296) + +Most likely caused by https://github.com/enonic/lib-admin-ui/commit/28264d725b8b6bff0dccada2529c3d2123210752 - publish from/to fields in the Schedule form modify property values. Probably belongs in lib-admin-ui. + +",1.0,"Save button gets enabled after content has been unpublished in the wizard page - @sgauruseu commented on [Fri Mar 04 2022](https://github.com/enonic/app-contentstudio/issues/4296) + +1. Open wizard for new folder , fill in the name input and save it , +2. Expand the publish menu and click on `Publish....` menu item . +3. Click on `Mark as ready` menu item in the modal dialog + +![image](https://user-images.githubusercontent.com/3728712/156758029-1509da6f-5b98-4c3b-8491-696b603c7a2e.png) + +4. `Publish Now` button gets enabled, click on it. +5. `Unpublish` gets visible in the default action +6. Unpublish this folder. + +BUG - Save button gets enabled after this content has been unpablished, workflow state gets `Work in progress` + +![image](https://user-images.githubusercontent.com/3728712/156758557-bfa6d804-fbe2-4661-9702-0ceb44e2b7b2.png) + + +--- + +@alansemenov commented on [Sun Mar 06 2022](https://github.com/enonic/app-contentstudio/issues/4296#issuecomment-1059926296) + +Most likely caused by https://github.com/enonic/lib-admin-ui/commit/28264d725b8b6bff0dccada2529c3d2123210752 - publish from/to fields in the Schedule form modify property values. Probably belongs in lib-admin-ui. + +",0,save button gets enabled after content has been unpublished in the wizard page sgauruseu commented on open wizard for new folder fill in the name input and save it expand the publish menu and click on publish menu item click on mark as ready menu item in the modal dialog publish now button gets enabled click on it unpublish gets visible in the default action unpublish this folder bug save button gets enabled after this content has been unpablished workflow state gets work in progress alansemenov commented on most likely caused by publish from to fields in the schedule form modify property values probably belongs in lib admin ui ,0 +763954,26779306000.0,IssuesEvent,2023-01-31 19:43:56,single-cell-data/TileDB-SOMA,https://api.github.com/repos/single-cell-data/TileDB-SOMA,closed,[python] Initial stateful Python implementation,python-api priority,"Make the API stateful, so it can represent an explicit point-in-time handle to a durable collection and/or object. + +#540 tracks the full gamut of statefulness: + +* Right now: open all arrays with time.now() timestamp (implcitly) +* Sooner: + * `experiment.open()` with implicit `time.now()` put into some variable/config/something + * All component opens will use that timestamp +* Easy to do after: + * `experiment.open(specified_timestamp)` + * All component opens will use that timestamp +* More after that: + * Grouped commit / fragment coalesce / rollback ideas + +This issue is specifically about moving from the first bullet (the status quo) to the second bullet. + +Follow-on from https://github.com/single-cell-data/SOMA/issues/44",1.0,"[python] Initial stateful Python implementation - Make the API stateful, so it can represent an explicit point-in-time handle to a durable collection and/or object. + +#540 tracks the full gamut of statefulness: + +* Right now: open all arrays with time.now() timestamp (implcitly) +* Sooner: + * `experiment.open()` with implicit `time.now()` put into some variable/config/something + * All component opens will use that timestamp +* Easy to do after: + * `experiment.open(specified_timestamp)` + * All component opens will use that timestamp +* More after that: + * Grouped commit / fragment coalesce / rollback ideas + +This issue is specifically about moving from the first bullet (the status quo) to the second bullet. + +Follow-on from https://github.com/single-cell-data/SOMA/issues/44",0, initial stateful python implementation make the api stateful so it can represent an explicit point in time handle to a durable collection and or object tracks the full gamut of statefulness right now open all arrays with time now timestamp implcitly sooner experiment open with implicit time now put into some variable config something all component opens will use that timestamp easy to do after experiment open specified timestamp all component opens will use that timestamp more after that grouped commit fragment coalesce rollback ideas this issue is specifically about moving from the first bullet the status quo to the second bullet follow on from ,0 +10361,26838134781.0,IssuesEvent,2023-02-02 21:22:52,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Dados,assigned-to-author triaged product-question architecture-center/svc Pri1 azure-guide/subsvc,"Sensacional! +[Insira comentários aqui] + + +--- +#### Detalhes do documento + +⚠ *Não edite esta seção. É necessário para a vinculação de problema do learn.microsoft.com ➟ GitHub.* + +* ID: fcb3c6d7-aa3e-9a76-181b-d0963ac685b9 +* Version Independent ID: da9c883b-93bf-8864-015a-a7b10a6fcb5f +* Content: [ETL (extrair, transformar e carregar) - Azure Architecture Center](https://learn.microsoft.com/pt-br/azure/architecture/data-guide/relational-data/etl) +* Content Source: [docs/data-guide/relational-data/etl.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-guide/relational-data/etl.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @raunakjhawar +* Microsoft Alias: **rajhawar**",1.0,"Dados - Sensacional! +[Insira comentários aqui] + + +--- +#### Detalhes do documento + +⚠ *Não edite esta seção. É necessário para a vinculação de problema do learn.microsoft.com ➟ GitHub.* + +* ID: fcb3c6d7-aa3e-9a76-181b-d0963ac685b9 +* Version Independent ID: da9c883b-93bf-8864-015a-a7b10a6fcb5f +* Content: [ETL (extrair, transformar e carregar) - Azure Architecture Center](https://learn.microsoft.com/pt-br/azure/architecture/data-guide/relational-data/etl) +* Content Source: [docs/data-guide/relational-data/etl.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-guide/relational-data/etl.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @raunakjhawar +* Microsoft Alias: **rajhawar**",1,dados sensacional detalhes do documento ⚠ não edite esta seção é necessário para a vinculação de problema do learn microsoft com ➟ github id version independent id content content source service architecture center sub service azure guide github login raunakjhawar microsoft alias rajhawar ,1 +10776,3137199409.0,IssuesEvent,2015-09-11 00:16:29,aspnet/Microsoft.Data.Sqlite,https://api.github.com/repos/aspnet/Microsoft.Data.Sqlite,closed,Run tests against CoreCLR on (not) Windows,test,"Presently our build script skips tests on CoreCLR for {darwin, linux}. We should enable this when DNX for these platforms stabilizes.",1.0,"Run tests against CoreCLR on (not) Windows - Presently our build script skips tests on CoreCLR for {darwin, linux}. We should enable this when DNX for these platforms stabilizes.",0,run tests against coreclr on not windows presently our build script skips tests on coreclr for darwin linux we should enable this when dnx for these platforms stabilizes ,0 +6250,14006472061.0,IssuesEvent,2020-10-28 20:00:39,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Oracle database migration overview,Pri2 architecture-center/svc example-scenario/subsvc product-question triaged,"In the Migration decision tree I don't see the option to migrate Oracle databases to SQL Server Azure VM. Is this option for migration not recommended for customers ? I have a customer who is looking to migrate the Oracle databases for their Deltek Costpoint and Kronos (ERP systems), so I was thinking if SQL on Azure VM is a potential migration path for them but I don't see it in the decision tree. + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0676437-a746-19de-2df2-7919004a14f0 +* Version Independent ID: 35cfce4b-fc76-f140-02fb-9ac605157313 +* Content: [Overview of Oracle database migration - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/oracle-migrate/oracle-migration-overview) +* Content Source: [docs/example-scenario/oracle-migrate/oracle-migration-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/oracle-migrate/oracle-migration-overview.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @amberz +* Microsoft Alias: **amberz**",1.0,"Oracle database migration overview - In the Migration decision tree I don't see the option to migrate Oracle databases to SQL Server Azure VM. Is this option for migration not recommended for customers ? I have a customer who is looking to migrate the Oracle databases for their Deltek Costpoint and Kronos (ERP systems), so I was thinking if SQL on Azure VM is a potential migration path for them but I don't see it in the decision tree. + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0676437-a746-19de-2df2-7919004a14f0 +* Version Independent ID: 35cfce4b-fc76-f140-02fb-9ac605157313 +* Content: [Overview of Oracle database migration - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/oracle-migrate/oracle-migration-overview) +* Content Source: [docs/example-scenario/oracle-migrate/oracle-migration-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/oracle-migrate/oracle-migration-overview.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @amberz +* Microsoft Alias: **amberz**",1,oracle database migration overview in the migration decision tree i don t see the option to migrate oracle databases to sql server azure vm is this option for migration not recommended for customers i have a customer who is looking to migrate the oracle databases for their deltek costpoint and kronos erp systems so i was thinking if sql on azure vm is a potential migration path for them but i don t see it in the decision tree document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login amberz microsoft alias amberz ,1 +5559,12701399898.0,IssuesEvent,2020-06-22 18:05:43,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Can we deprecate jump boxes?,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc triaged,"Hello, + +I see in the example on this page that a jump box exists. The concern is that this could be viewed as a suggestion of a best practice. Jump boxes are largely out of practice in contemporary environments and constrain the toolsets available to service / operations personnel unnecessarily -- as well as constrain orchestration models unnecessarily. + +Could we maybe shift this to be reflecting some sort of VPN-based configuration or a rule-driven style requiring domain joined machines or similar for entry into the environment? + +While not core to the content topic, these contexts do get absorbed by readers when they are designing if they use the article as a reference. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5e5ad897-88ad-5298-b9ff-4d988af52466 +* Version Independent ID: 8a3904d9-17ed-0ac0-f006-6997095c86bb +* Content: [N-tier architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/n-tier#feedback) +* Content Source: [docs/guide/architecture-styles/n-tier.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/architecture-styles/n-tier.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"Can we deprecate jump boxes? - Hello, + +I see in the example on this page that a jump box exists. The concern is that this could be viewed as a suggestion of a best practice. Jump boxes are largely out of practice in contemporary environments and constrain the toolsets available to service / operations personnel unnecessarily -- as well as constrain orchestration models unnecessarily. + +Could we maybe shift this to be reflecting some sort of VPN-based configuration or a rule-driven style requiring domain joined machines or similar for entry into the environment? + +While not core to the content topic, these contexts do get absorbed by readers when they are designing if they use the article as a reference. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5e5ad897-88ad-5298-b9ff-4d988af52466 +* Version Independent ID: 8a3904d9-17ed-0ac0-f006-6997095c86bb +* Content: [N-tier architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/n-tier#feedback) +* Content Source: [docs/guide/architecture-styles/n-tier.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/architecture-styles/n-tier.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,can we deprecate jump boxes hello i see in the example on this page that a jump box exists the concern is that this could be viewed as a suggestion of a best practice jump boxes are largely out of practice in contemporary environments and constrain the toolsets available to service operations personnel unnecessarily as well as constrain orchestration models unnecessarily could we maybe shift this to be reflecting some sort of vpn based configuration or a rule driven style requiring domain joined machines or similar for entry into the environment while not core to the content topic these contexts do get absorbed by readers when they are designing if they use the article as a reference document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login mikewasson microsoft alias pnp ,1 +3763,10101427608.0,IssuesEvent,2019-07-29 08:43:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,About Set up autoscaling,Pri2 architecture-center/svc cxp site-recovery/svc triaged,"https://docs.microsoft.com/en-us/azure/architecture/cloud-adoption/migrate/azure-best-practices/contoso-migration-refactor-linux-app-service-mysql#set-up-autoscaling +3. They configure the same setting on APP-SRV-CUS to ensure that the same behavior applies if the app fails over to the secondary region. The only difference is that they set the instance limit to 1 since this is for failovers only. +##Correct me if I am wrong, I assume it should be## +3. They configure the same setting on APP-SRV-CUS to ensure that the same behavior applies if the app fails over to the secondary region. The only difference is that they set the default instance to 1 since this is for failovers only. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9dd12ea5-4d78-d0ed-01fd-baae3c9d9b7f +* Version Independent ID: 1b2221be-3378-7594-9dd9-eb5e69b12613 +* Content: [Refactor a Linux service desk app to Azure App Service and Azure Database for MySQL - Microsoft Cloud Adoption Framework for Azure](https://docs.microsoft.com/en-us/azure/architecture/cloud-adoption/migrate/azure-best-practices/contoso-migration-refactor-linux-app-service-mysql#set-up-autoscaling) +* Content Source: [docs/cloud-adoption/migrate/azure-best-practices/contoso-migration-refactor-linux-app-service-mysql.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/cloud-adoption/migrate/azure-best-practices/contoso-migration-refactor-linux-app-service-mysql.md) +* Service: **site-recovery** +* GitHub Login: @BrianBlanchard +* Microsoft Alias: **brblanch**",1.0,"About Set up autoscaling - https://docs.microsoft.com/en-us/azure/architecture/cloud-adoption/migrate/azure-best-practices/contoso-migration-refactor-linux-app-service-mysql#set-up-autoscaling +3. They configure the same setting on APP-SRV-CUS to ensure that the same behavior applies if the app fails over to the secondary region. The only difference is that they set the instance limit to 1 since this is for failovers only. +##Correct me if I am wrong, I assume it should be## +3. They configure the same setting on APP-SRV-CUS to ensure that the same behavior applies if the app fails over to the secondary region. The only difference is that they set the default instance to 1 since this is for failovers only. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9dd12ea5-4d78-d0ed-01fd-baae3c9d9b7f +* Version Independent ID: 1b2221be-3378-7594-9dd9-eb5e69b12613 +* Content: [Refactor a Linux service desk app to Azure App Service and Azure Database for MySQL - Microsoft Cloud Adoption Framework for Azure](https://docs.microsoft.com/en-us/azure/architecture/cloud-adoption/migrate/azure-best-practices/contoso-migration-refactor-linux-app-service-mysql#set-up-autoscaling) +* Content Source: [docs/cloud-adoption/migrate/azure-best-practices/contoso-migration-refactor-linux-app-service-mysql.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/cloud-adoption/migrate/azure-best-practices/contoso-migration-refactor-linux-app-service-mysql.md) +* Service: **site-recovery** +* GitHub Login: @BrianBlanchard +* Microsoft Alias: **brblanch**",1,about set up autoscaling they configure the same setting on app srv cus to ensure that the same behavior applies if the app fails over to the secondary region the only difference is that they set the instance limit to since this is for failovers only correct me if i am wrong i assume it should be they configure the same setting on app srv cus to ensure that the same behavior applies if the app fails over to the secondary region the only difference is that they set the default instance to since this is for failovers only document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service site recovery github login brianblanchard microsoft alias brblanch ,1 +9800,25229470770.0,IssuesEvent,2022-11-14 18:31:52,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Solution section is internally inconsistent and mismatches the major use-case,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 design-pattern/subsvc,"In the ""Solution"" section of this page the **Diagram/Image** indicates: +1) Request => 202 Accepted (with location header set to status URL) +2) Status Query (in progress) => 200 OK **_<== this is what is most obviously wrong_** +3) Status Query (completed) => 302 Found (with redirect to completed resource) + +Meanwhile the **Text** underneath indicates: +1) Request => 202 Accepted (with location header set to status URL) +2) Status Query (in progress) => 202 Accepted +3) Status Query (completed) => 302 Found (with redirect to completed resource) + +The Logic Apps HTTP shape (with default 'Asynchronous Pattern' = true setting) expects: +1) Request => 202 Accepted (with location header set to status URL) +2) Status Query (in progress) => 202 Accepted (with location header set to status URL) +3) Status Query (completed) => 200 OK (no redirect) (Errors if given a 302) + +Further down the example code implements: +1) Request => 202 Accepted (with location header set to status URL) +2) Status Query (in progress) => 202 Accepted (with location header set to status URL) +3) Status Query (completed) => 200 OK (no redirect) OR 302 Found (with redirect to completed resource) - depending. + +So what exactly IS the official pattern? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6fea460c-4fac-723f-8df4-9d0811855a68 +* Version Independent ID: 4be364ca-aee7-7b49-13e1-3a94408ed7b9 +* Content: [Asynchronous Request-Reply Pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/async-request-reply?source=docs) +* Content Source: [docs/patterns/async-request-reply.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/async-request-reply.yml) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"Solution section is internally inconsistent and mismatches the major use-case - In the ""Solution"" section of this page the **Diagram/Image** indicates: +1) Request => 202 Accepted (with location header set to status URL) +2) Status Query (in progress) => 200 OK **_<== this is what is most obviously wrong_** +3) Status Query (completed) => 302 Found (with redirect to completed resource) + +Meanwhile the **Text** underneath indicates: +1) Request => 202 Accepted (with location header set to status URL) +2) Status Query (in progress) => 202 Accepted +3) Status Query (completed) => 302 Found (with redirect to completed resource) + +The Logic Apps HTTP shape (with default 'Asynchronous Pattern' = true setting) expects: +1) Request => 202 Accepted (with location header set to status URL) +2) Status Query (in progress) => 202 Accepted (with location header set to status URL) +3) Status Query (completed) => 200 OK (no redirect) (Errors if given a 302) + +Further down the example code implements: +1) Request => 202 Accepted (with location header set to status URL) +2) Status Query (in progress) => 202 Accepted (with location header set to status URL) +3) Status Query (completed) => 200 OK (no redirect) OR 302 Found (with redirect to completed resource) - depending. + +So what exactly IS the official pattern? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6fea460c-4fac-723f-8df4-9d0811855a68 +* Version Independent ID: 4be364ca-aee7-7b49-13e1-3a94408ed7b9 +* Content: [Asynchronous Request-Reply Pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/async-request-reply?source=docs) +* Content Source: [docs/patterns/async-request-reply.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/async-request-reply.yml) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,solution section is internally inconsistent and mismatches the major use case in the solution section of this page the diagram image indicates request accepted with location header set to status url status query in progress ok this is what is most obviously wrong status query completed found with redirect to completed resource meanwhile the text underneath indicates request accepted with location header set to status url status query in progress accepted status query completed found with redirect to completed resource the logic apps http shape with default asynchronous pattern true setting expects request accepted with location header set to status url status query in progress accepted with location header set to status url status query completed ok no redirect errors if given a further down the example code implements request accepted with location header set to status url status query in progress accepted with location header set to status url status query completed ok no redirect or found with redirect to completed resource depending so what exactly is the official pattern document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login edprice msft microsoft alias edprice ,1 +72755,24276121613.0,IssuesEvent,2022-09-28 13:58:44,SeleniumHQ/selenium,https://api.github.com/repos/SeleniumHQ/selenium,closed,"[🐛 Bug]: upload selenium>=4.4.2, not found trio==0.22.0",I-defect I-question needs-triaging,"### What happened? + +![image](https://user-images.githubusercontent.com/30675707/192764399-635fc5c6-bb27-4cd6-b9b0-ed9270734894.png) + + +### How can we reproduce the issue? + +```shell +no +``` + + +### Relevant log output + +```shell ++ pipenv install +Pipfile.lock not found, creating... +Locking [dev-packages] dependencies... +Locking [packages] dependencies... + +Building requirements... + +Resolving dependencies... + +FAIL +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-5jguuu0w +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-ykqk0fr_ +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-4yxsfjba +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-d3z5b3bk +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-iv7nt90t +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-fj46it6n +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-biurv6m9 +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-7m584t5h +[ResolutionFailure]: File ""/usr/local/lib/python3.8/dist-packages/pipenv/resolver.py"", line 741, in _main +[ResolutionFailure]: resolve_packages(pre, clear, verbose, system, write, requirements_dir, packages, dev) +[ResolutionFailure]: File ""/usr/local/lib/python3.8/dist-packages/pipenv/resolver.py"", line 702, in resolve_packages +[ResolutionFailure]: results, resolver = resolve( +[ResolutionFailure]: File ""/usr/local/lib/python3.8/dist-packages/pipenv/resolver.py"", line 684, in resolve +[ResolutionFailure]: return resolve_deps( +[ResolutionFailure]: File ""/usr/local/lib/python3.8/dist-packages/pipenv/utils.py"", line 1395, in resolve_deps +[ResolutionFailure]: results, hashes, markers_lookup, resolver, skipped = actually_resolve_deps( +[ResolutionFailure]: File ""/usr/local/lib/python3.8/dist-packages/pipenv/utils.py"", line 1108, in actually_resolve_deps +[ResolutionFailure]: resolver.resolve() +[ResolutionFailure]: File ""/usr/local/lib/python3.8/dist-packages/pipenv/utils.py"", line 833, in resolve +[ResolutionFailure]: raise ResolutionFailure(message=str(e)) +[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies. + First try clearing your dependency cache with $ pipenv lock --clear, then try the original command again. + Alternatively, you can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation. + Hint: try $ pipenv lock --pre if it is a pre-release dependency. +ERROR: Could not find a version that matches exceptiongroup>=1.0.0rc9 (from trio==0.22.0->selenium==4.4.2->-r /tmp/pipenvgc72r7varequirements/pipenv-efmh02ps-constraints.txt (line 2)) +Skipped pre-versions: 0.0.0a0, 0.0.0a0, 1.0.0rc1, 1.0.0rc1, 1.0.0rc2, 1.0.0rc2, 1.0.0rc3, 1.0.0rc3, 1.0.0rc4, 1.0.0rc4, 1.0.0rc5, 1.0.0rc5, 1.0.0rc6, 1.0.0rc6, 1.0.0rc7, 1.0.0rc7, 1.0.0rc8, 1.0.0rc8, 1.0.0rc9, 1.0.0rc9 +There are incompatible versions in the resolved dependencies: + + +Traceback (most recent call last): + File ""/usr/local/lib/python3.8/dist-packages/pipenv/utils.py"", line 1131, in create_spinner + yield sp + File ""/usr/local/lib/python3.8/dist-packages/pipenv/utils.py"", line 1338, in venv_resolve_deps + c = resolve(cmd, sp) + File ""/usr/local/lib/python3.8/dist-packages/pipenv/utils.py"", line 1176, in resolve + sys.exit(c.return_code) +SystemExit: 1 +``` + + +### Operating System + +ubuntu + +### Selenium version + +selenium >= 4.4.2 + +### What are the browser(s) and version(s) where you see this issue? + +no + +### What are the browser driver(s) and version(s) where you see this issue? + +no + +### Are you using Selenium Grid? + +_No response_",1.0,"[🐛 Bug]: upload selenium>=4.4.2, not found trio==0.22.0 - ### What happened? + +![image](https://user-images.githubusercontent.com/30675707/192764399-635fc5c6-bb27-4cd6-b9b0-ed9270734894.png) + + +### How can we reproduce the issue? + +```shell +no +``` + + +### Relevant log output + +```shell ++ pipenv install +Pipfile.lock not found, creating... +Locking [dev-packages] dependencies... +Locking [packages] dependencies... + +Building requirements... + +Resolving dependencies... + +FAIL +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-5jguuu0w +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-ykqk0fr_ +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-4yxsfjba +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-d3z5b3bk +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-iv7nt90t +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-fj46it6n +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-biurv6m9 +INFO:pep517.envbuild:Temporary build environment: /tmp/pep517-build-env-7m584t5h +[ResolutionFailure]: File ""/usr/local/lib/python3.8/dist-packages/pipenv/resolver.py"", line 741, in _main +[ResolutionFailure]: resolve_packages(pre, clear, verbose, system, write, requirements_dir, packages, dev) +[ResolutionFailure]: File ""/usr/local/lib/python3.8/dist-packages/pipenv/resolver.py"", line 702, in resolve_packages +[ResolutionFailure]: results, resolver = resolve( +[ResolutionFailure]: File ""/usr/local/lib/python3.8/dist-packages/pipenv/resolver.py"", line 684, in resolve +[ResolutionFailure]: return resolve_deps( +[ResolutionFailure]: File ""/usr/local/lib/python3.8/dist-packages/pipenv/utils.py"", line 1395, in resolve_deps +[ResolutionFailure]: results, hashes, markers_lookup, resolver, skipped = actually_resolve_deps( +[ResolutionFailure]: File ""/usr/local/lib/python3.8/dist-packages/pipenv/utils.py"", line 1108, in actually_resolve_deps +[ResolutionFailure]: resolver.resolve() +[ResolutionFailure]: File ""/usr/local/lib/python3.8/dist-packages/pipenv/utils.py"", line 833, in resolve +[ResolutionFailure]: raise ResolutionFailure(message=str(e)) +[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies. + First try clearing your dependency cache with $ pipenv lock --clear, then try the original command again. + Alternatively, you can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation. + Hint: try $ pipenv lock --pre if it is a pre-release dependency. +ERROR: Could not find a version that matches exceptiongroup>=1.0.0rc9 (from trio==0.22.0->selenium==4.4.2->-r /tmp/pipenvgc72r7varequirements/pipenv-efmh02ps-constraints.txt (line 2)) +Skipped pre-versions: 0.0.0a0, 0.0.0a0, 1.0.0rc1, 1.0.0rc1, 1.0.0rc2, 1.0.0rc2, 1.0.0rc3, 1.0.0rc3, 1.0.0rc4, 1.0.0rc4, 1.0.0rc5, 1.0.0rc5, 1.0.0rc6, 1.0.0rc6, 1.0.0rc7, 1.0.0rc7, 1.0.0rc8, 1.0.0rc8, 1.0.0rc9, 1.0.0rc9 +There are incompatible versions in the resolved dependencies: + + +Traceback (most recent call last): + File ""/usr/local/lib/python3.8/dist-packages/pipenv/utils.py"", line 1131, in create_spinner + yield sp + File ""/usr/local/lib/python3.8/dist-packages/pipenv/utils.py"", line 1338, in venv_resolve_deps + c = resolve(cmd, sp) + File ""/usr/local/lib/python3.8/dist-packages/pipenv/utils.py"", line 1176, in resolve + sys.exit(c.return_code) +SystemExit: 1 +``` + + +### Operating System + +ubuntu + +### Selenium version + +selenium >= 4.4.2 + +### What are the browser(s) and version(s) where you see this issue? + +no + +### What are the browser driver(s) and version(s) where you see this issue? + +no + +### Are you using Selenium Grid? + +_No response_",0, upload selenium not found trio what happened how can we reproduce the issue shell no relevant log output shell pipenv install pipfile lock not found creating locking dependencies locking dependencies building requirements resolving dependencies fail info envbuild temporary build environment tmp build env info envbuild temporary build environment tmp build env info envbuild temporary build environment tmp build env info envbuild temporary build environment tmp build env info envbuild temporary build environment tmp build env info envbuild temporary build environment tmp build env info envbuild temporary build environment tmp build env info envbuild temporary build environment tmp build env file usr local lib dist packages pipenv resolver py line in main resolve packages pre clear verbose system write requirements dir packages dev file usr local lib dist packages pipenv resolver py line in resolve packages results resolver resolve file usr local lib dist packages pipenv resolver py line in resolve return resolve deps file usr local lib dist packages pipenv utils py line in resolve deps results hashes markers lookup resolver skipped actually resolve deps file usr local lib dist packages pipenv utils py line in actually resolve deps resolver resolve file usr local lib dist packages pipenv utils py line in resolve raise resolutionfailure message str e warning your dependencies could not be resolved you likely have a mismatch in your sub dependencies first try clearing your dependency cache with pipenv lock clear then try the original command again alternatively you can use pipenv install skip lock to bypass this mechanism then run pipenv graph to inspect the situation hint try pipenv lock pre if it is a pre release dependency error could not find a version that matches exceptiongroup from trio selenium r tmp pipenv constraints txt line skipped pre versions there are incompatible versions in the resolved dependencies traceback most recent call last file usr local lib dist packages pipenv utils py line in create spinner yield sp file usr local lib dist packages pipenv utils py line in venv resolve deps c resolve cmd sp file usr local lib dist packages pipenv utils py line in resolve sys exit c return code systemexit operating system ubuntu selenium version selenium what are the browser s and version s where you see this issue no what are the browser driver s and version s where you see this issue no are you using selenium grid no response ,0 +249174,21106157466.0,IssuesEvent,2022-04-04 18:59:47,elleshadow/whats-cookin-starter-kit,https://api.github.com/repos/elleshadow/whats-cookin-starter-kit,closed,[TDD]: Add testData files for users and ingredients ,p1 iteration 1 testing,"### Contact Details + +_No response_ + +### New feature description? + +Rubric specifies making a seperate data file for testing. + +- [ ] users +- [ ] ingredients + +### How important is the requested feature? + +mission critical",1.0,"[TDD]: Add testData files for users and ingredients - ### Contact Details + +_No response_ + +### New feature description? + +Rubric specifies making a seperate data file for testing. + +- [ ] users +- [ ] ingredients + +### How important is the requested feature? + +mission critical",0, add testdata files for users and ingredients contact details no response new feature description rubric specifies making a seperate data file for testing users ingredients how important is the requested feature mission critical,0 +320409,23810155479.0,IssuesEvent,2022-09-04 16:36:50,mheob/react-simple-split-pane,https://api.github.com/repos/mheob/react-simple-split-pane,opened,Add documentation,documentation enhancement storybook,"We should have at least two types of documentation: + +1. `README.md` +2. `Storybook`",1.0,"Add documentation - We should have at least two types of documentation: + +1. `README.md` +2. `Storybook`",0,add documentation we should have at least two types of documentation readme md storybook ,0 +4981,11938200008.0,IssuesEvent,2020-04-02 13:26:27,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Provide guidance for Bot framework generate/token API,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-idea triaged,"Using it in a middleware server that hides the SECRET and other security, however, during a team test, the middleware invokes back-to-back requests for a token too quickly and then gets put in the penalty box. Need a way to design around such that the end-consumer of the token does not get blocked. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Retry guidance for Azure services - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific#feedback) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Provide guidance for Bot framework generate/token API - Using it in a middleware server that hides the SECRET and other security, however, during a team test, the middleware invokes back-to-back requests for a token too quickly and then gets put in the penalty box. Need a way to design around such that the end-consumer of the token does not get blocked. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Retry guidance for Azure services - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific#feedback) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,provide guidance for bot framework generate token api using it in a middleware server that hides the secret and other security however during a team test the middleware invokes back to back requests for a token too quickly and then gets put in the penalty box need a way to design around such that the end consumer of the token does not get blocked document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +63182,3194267428.0,IssuesEvent,2015-09-30 11:05:34,fusioninventory/fusioninventory-for-glpi,https://api.github.com/repos/fusioninventory/fusioninventory-for-glpi,opened,Mass add to task seems to create imaginary computers?,Component: For junior contributor Component: Found in version Priority: High Status: New Tracker: Bug,"--- + + +Author Name: **James Pulver** (James Pulver) +Original Redmine Issue: 1745, http://forge.fusioninventory.org/issues/1745 +Original Date: 2012-07-27 + + +--- + +When I do a search in GLPI to find Windows XP or Windows 7 computers last inventoried by Fusion Inventory Agent in the last month, I find ~230 computers. I then use mass actions to add them to a deployment task. + +Once the task starts, in the results area of the job screen, I get results in the pie chart for 865 OK, 318 error. This cannot be correct. + +In the task lists I see some duplication in the ""Prepared"" list, some duplication between the finished and the ""prepared"" list also. + + +",1.0,"Mass add to task seems to create imaginary computers? - --- + + +Author Name: **James Pulver** (James Pulver) +Original Redmine Issue: 1745, http://forge.fusioninventory.org/issues/1745 +Original Date: 2012-07-27 + + +--- + +When I do a search in GLPI to find Windows XP or Windows 7 computers last inventoried by Fusion Inventory Agent in the last month, I find ~230 computers. I then use mass actions to add them to a deployment task. + +Once the task starts, in the results area of the job screen, I get results in the pie chart for 865 OK, 318 error. This cannot be correct. + +In the task lists I see some duplication in the ""Prepared"" list, some duplication between the finished and the ""prepared"" list also. + + +",0,mass add to task seems to create imaginary computers author name james pulver james pulver original redmine issue original date when i do a search in glpi to find windows xp or windows computers last inventoried by fusion inventory agent in the last month i find computers i then use mass actions to add them to a deployment task once the task starts in the results area of the job screen i get results in the pie chart for ok error this cannot be correct in the task lists i see some duplication in the prepared list some duplication between the finished and the prepared list also ,0 +11070,27960787810.0,IssuesEvent,2023-03-24 15:30:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Linked to old Microsoft REST API Guidelines,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 best-practice/subsvc,"The link on this page to the Microsoft REST API Guidelines takes you to the master branch of the repo, which hasn't been updated in 5 years. + +Should look into updating the link to point to the vNext branch of the repo: https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ad651d6a-f8d8-2050-e7a7-adbae7326112 +* Version Independent ID: 4fddd724-cabd-8623-7692-857088c1dccb +* Content: [Web API design best practices - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design) +* Content Source: [docs/best-practices/api-design.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/best-practices/api-design.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Linked to old Microsoft REST API Guidelines - The link on this page to the Microsoft REST API Guidelines takes you to the master branch of the repo, which hasn't been updated in 5 years. + +Should look into updating the link to point to the vNext branch of the repo: https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ad651d6a-f8d8-2050-e7a7-adbae7326112 +* Version Independent ID: 4fddd724-cabd-8623-7692-857088c1dccb +* Content: [Web API design best practices - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design) +* Content Source: [docs/best-practices/api-design.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/best-practices/api-design.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,linked to old microsoft rest api guidelines the link on this page to the microsoft rest api guidelines takes you to the master branch of the repo which hasn t been updated in years should look into updating the link to point to the vnext branch of the repo document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id cabd content content source service architecture center sub service best practice github login edprice msft microsoft alias architectures ,1 +4914,11839013575.0,IssuesEvent,2020-03-23 16:30:05,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Build.js - MODULE_NOT_FOUND,Pri3 architecture-center/svc assigned-to-author doc-enhancement needs-more-info triaged,"I ran: + +```bash +npm install +node .\build\build.js +``` + +![build](https://user-images.githubusercontent.com/11814081/77305640-aee1a700-6cf6-11ea-968e-2d94ba329f28.png) + +but the outcome is not the expected one: + +``` +node .\build\build.js +internal/modules/cjs/loader.js:979 + throw err; + ^ + +Error: Cannot find module 'D:\Temp\Arch\build\build.js' + at Function.Module._resolveFilename (internal/modules/cjs/loader.js:976:15) + at Function.Module._load (internal/modules/cjs/loader.js:859:27) + at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) + at internal/main/run_main_module.js:17:47 { + code: 'MODULE_NOT_FOUND', + requireStack: [] +} +``` + +![2020-03-23 11_11_31-architecture-center_build at master · MicrosoftDocs_architecture-center - Opera](https://user-images.githubusercontent.com/11814081/77305896-1697f200-6cf7-11ea-885b-f66592736eed.png) + + +",1.0,"Build.js - MODULE_NOT_FOUND - I ran: + +```bash +npm install +node .\build\build.js +``` + +![build](https://user-images.githubusercontent.com/11814081/77305640-aee1a700-6cf6-11ea-968e-2d94ba329f28.png) + +but the outcome is not the expected one: + +``` +node .\build\build.js +internal/modules/cjs/loader.js:979 + throw err; + ^ + +Error: Cannot find module 'D:\Temp\Arch\build\build.js' + at Function.Module._resolveFilename (internal/modules/cjs/loader.js:976:15) + at Function.Module._load (internal/modules/cjs/loader.js:859:27) + at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) + at internal/main/run_main_module.js:17:47 { + code: 'MODULE_NOT_FOUND', + requireStack: [] +} +``` + +![2020-03-23 11_11_31-architecture-center_build at master · MicrosoftDocs_architecture-center - Opera](https://user-images.githubusercontent.com/11814081/77305896-1697f200-6cf7-11ea-885b-f66592736eed.png) + + +",1,build js module not found i ran bash npm install node build build js but the outcome is not the expected one node build build js internal modules cjs loader js throw err error cannot find module d temp arch build build js  at function module resolvefilename internal modules cjs loader js   at function module load internal modules cjs loader js   internal modules run main js   at internal main run main module js  code  module not found  requirestack ,1 +4897,11812987665.0,IssuesEvent,2020-03-19 21:19:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,App Gateway vs Front Door in the architecture diagram,Pri1 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"The architecture diagram on this page shows Azure Front Door while the downloadable visio template shows Application Gateway in ""Scalable web app"" section. Now I understand both can be used, but then if we choose Application Gateway, then shouldn't it be shown in its own subnet in the visio template ? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ec53963c-4c95-f6e7-90e0-d1e827df50b0 +* Version Independent ID: 81cb35e8-e65d-41b7-f53d-5ddada2b6301 +* Content: [Scalable web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/scalable-web-app#feedback) +* Content Source: [docs/reference-architectures/app-service-web-app/scalable-web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/scalable-web-app.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"App Gateway vs Front Door in the architecture diagram - The architecture diagram on this page shows Azure Front Door while the downloadable visio template shows Application Gateway in ""Scalable web app"" section. Now I understand both can be used, but then if we choose Application Gateway, then shouldn't it be shown in its own subnet in the visio template ? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ec53963c-4c95-f6e7-90e0-d1e827df50b0 +* Version Independent ID: 81cb35e8-e65d-41b7-f53d-5ddada2b6301 +* Content: [Scalable web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/scalable-web-app#feedback) +* Content Source: [docs/reference-architectures/app-service-web-app/scalable-web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/scalable-web-app.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,app gateway vs front door in the architecture diagram the architecture diagram on this page shows azure front door while the downloadable visio template shows application gateway in scalable web app section now i understand both can be used but then if we choose application gateway then shouldn t it be shown in its own subnet in the visio template document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +6847,15555863208.0,IssuesEvent,2021-03-16 06:54:06,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Architecture,architecture-center/svc azure-guide/subsvc cxp product-question triaged," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 830e1782-9caa-3533-10a0-85a3d4483d24 +* Version Independent ID: d66583fa-188c-9dce-b6fd-84b34c0bf315 +* Content: [Real time processing - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/real-time-processing?WT.mc_id=AZ-MVP-4039873&source=docs) +* Content Source: [docs/data-guide/big-data/real-time-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/big-data/real-time-processing.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"Architecture - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 830e1782-9caa-3533-10a0-85a3d4483d24 +* Version Independent ID: d66583fa-188c-9dce-b6fd-84b34c0bf315 +* Content: [Real time processing - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/real-time-processing?WT.mc_id=AZ-MVP-4039873&source=docs) +* Content Source: [docs/data-guide/big-data/real-time-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/big-data/real-time-processing.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,architecture document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login zoinertejada microsoft alias pnp ,1 +41192,5314747676.0,IssuesEvent,2017-02-13 15:45:50,nextcloud/spreed,https://api.github.com/repos/nextcloud/spreed,closed,Call menu input box positioning broken,1. to develop bug design,"Check this out: +![capture du 2017-01-24 01-24-29](https://cloud.githubusercontent.com/assets/925062/22228872/34a92f5e-e1d4-11e6-8304-4747debf9251.png) +![capture du 2017-01-24 01-24-09](https://cloud.githubusercontent.com/assets/925062/22228873/355c794c-e1d4-11e6-8b60-059a5d0efb81.png) +Instead it should be like before: +- The share link input box below the »Share link« row, full width. Delete button on the same row as the »Share link« label, to the right. Copy button on the right in the input field. +- Rename input box should be full width too, with the confirm button on the right inside the input box +- Also the position is slightly off (too far left) and the top right border radius is missing + +Also, the rename input box should have the current name prefilled and selected as a whole. cc @Ivansss ",1.0,"Call menu input box positioning broken - Check this out: +![capture du 2017-01-24 01-24-29](https://cloud.githubusercontent.com/assets/925062/22228872/34a92f5e-e1d4-11e6-8304-4747debf9251.png) +![capture du 2017-01-24 01-24-09](https://cloud.githubusercontent.com/assets/925062/22228873/355c794c-e1d4-11e6-8b60-059a5d0efb81.png) +Instead it should be like before: +- The share link input box below the »Share link« row, full width. Delete button on the same row as the »Share link« label, to the right. Copy button on the right in the input field. +- Rename input box should be full width too, with the confirm button on the right inside the input box +- Also the position is slightly off (too far left) and the top right border radius is missing + +Also, the rename input box should have the current name prefilled and selected as a whole. cc @Ivansss ",0,call menu input box positioning broken check this out instead it should be like before the share link input box below the »share link« row full width delete button on the same row as the »share link« label to the right copy button on the right in the input field rename input box should be full width too with the confirm button on the right inside the input box also the position is slightly off too far left and the top right border radius is missing also the rename input box should have the current name prefilled and selected as a whole cc ivansss ,0 +6246,14003982483.0,IssuesEvent,2020-10-28 16:31:56,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Link to Azure ML Experimentation Service seems to be pointing to wrong destination,Pri2 architecture-center/svc solution-idea/subsvc," +[Enter feedback here] +The link for ""Learn more about Azure Machine Learning Experimentation Service"" is pointing to an article about virtual network isolation and privacy. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 947848c1-c1a3-4241-4ce0-e8743d539d17 +* Version Independent ID: f0c88a85-6601-0361-9bd0-d80092582d0b +* Content: [Information discovery with deep learning and NLP - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/information-discovery-with-deep-learning-and-nlp) +* Content Source: [docs/solution-ideas/articles/information-discovery-with-deep-learning-and-nlp.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/information-discovery-with-deep-learning-and-nlp.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Link to Azure ML Experimentation Service seems to be pointing to wrong destination - +[Enter feedback here] +The link for ""Learn more about Azure Machine Learning Experimentation Service"" is pointing to an article about virtual network isolation and privacy. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 947848c1-c1a3-4241-4ce0-e8743d539d17 +* Version Independent ID: f0c88a85-6601-0361-9bd0-d80092582d0b +* Content: [Information discovery with deep learning and NLP - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/information-discovery-with-deep-learning-and-nlp) +* Content Source: [docs/solution-ideas/articles/information-discovery-with-deep-learning-and-nlp.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/information-discovery-with-deep-learning-and-nlp.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,link to azure ml experimentation service seems to be pointing to wrong destination the link for learn more about azure machine learning experimentation service is pointing to an article about virtual network isolation and privacy document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +10335,26793115952.0,IssuesEvent,2023-02-01 09:57:55,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing Azure Icon,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1," +Please add the icon for Azure Monitor Private Link Service! + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/?source=docs) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Missing Azure Icon - +Please add the icon for Azure Monitor Private Link Service! + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/?source=docs) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,missing azure icon please add the icon for azure monitor private link service document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login edprice msft microsoft alias pnp ,1 +9570,24845833233.0,IssuesEvent,2022-10-26 15:48:17,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,DataProducts link is not working,doc-bug assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2," +[Enter feedback here] +When clicking the link for 'data product' mentioned in the line 'Establish a data product architecture', it opens up a page with '404- Content not found'. + +![image](https://user-images.githubusercontent.com/96313557/146596031-acd64bc5-7c37-4f25-bad9-b9906a030dca.png) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5f10895e-4e1d-1cdd-2d57-32880e0cc45a +* Version Independent ID: 3518d0a5-ffd1-dfa7-6d6b-de2a9ef170d6 +* Content: [Analytics end-to-end with Azure Synapse - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/dataplate2e/data-platform-end-to-end) +* Content Source: [docs/example-scenario/dataplate2e/data-platform-end-to-end.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/dataplate2e/data-platform-end-to-end.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @fabragaMS +* Microsoft Alias: **fabraga**",1.0,"DataProducts link is not working - +[Enter feedback here] +When clicking the link for 'data product' mentioned in the line 'Establish a data product architecture', it opens up a page with '404- Content not found'. + +![image](https://user-images.githubusercontent.com/96313557/146596031-acd64bc5-7c37-4f25-bad9-b9906a030dca.png) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5f10895e-4e1d-1cdd-2d57-32880e0cc45a +* Version Independent ID: 3518d0a5-ffd1-dfa7-6d6b-de2a9ef170d6 +* Content: [Analytics end-to-end with Azure Synapse - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/dataplate2e/data-platform-end-to-end) +* Content Source: [docs/example-scenario/dataplate2e/data-platform-end-to-end.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/dataplate2e/data-platform-end-to-end.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @fabragaMS +* Microsoft Alias: **fabraga**",1,dataproducts link is not working when clicking the link for data product mentioned in the line establish a data product architecture it opens up a page with content not found document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login fabragams microsoft alias fabraga ,1 +6634,14972941141.0,IssuesEvent,2021-01-27 23:55:14,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio stencil format ?,Pri2 architecture-center/svc assigned-to-author doc-enhancement triaged," +Hi MS, + +Could you please organize your icons into Visio Stencil format ? +As an Architect using Visio, it's easier to import stencil rather than SVG icons. + +Thank you :) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/?WT.mc_id=thomasmaurer-blog-thmaure) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Visio stencil format ? - +Hi MS, + +Could you please organize your icons into Visio Stencil format ? +As an Architect using Visio, it's easier to import stencil rather than SVG icons. + +Thank you :) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/?WT.mc_id=thomasmaurer-blog-thmaure) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,visio stencil format hi ms could you please organize your icons into visio stencil format as an architect using visio it s easier to import stencil rather than svg icons thank you document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +102005,4149517906.0,IssuesEvent,2016-06-15 14:42:16,NIHL/Drupal7-Migration,https://api.github.com/repos/NIHL/Drupal7-Migration,closed,Ensure that HHS users are directed to their correct agency page,authentication PRIORITY,"During testing with an APSR user, after authentication they were directed to the IOS homepage (http://nihlibrary.prod.acquia-sites.com/agency/os) instead of the ASPR homepage (http://nihlibrary.prod.acquia-sites.com/agency/os/aspr). + +Users should be directed to the correct agency homepage once authenticated.",1.0,"Ensure that HHS users are directed to their correct agency page - During testing with an APSR user, after authentication they were directed to the IOS homepage (http://nihlibrary.prod.acquia-sites.com/agency/os) instead of the ASPR homepage (http://nihlibrary.prod.acquia-sites.com/agency/os/aspr). + +Users should be directed to the correct agency homepage once authenticated.",0,ensure that hhs users are directed to their correct agency page during testing with an apsr user after authentication they were directed to the ios homepage instead of the aspr homepage users should be directed to the correct agency homepage once authenticated ,0 +4602,11419608196.0,IssuesEvent,2020-02-03 08:23:02,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Goals of the Cost Monitoring activities is missing,Pri2 architecture-center/svc cloud-design-principles/subsvc cxp doc-enhancement triaged,"Hello +The article is going straight to the point on solutions but is missing introducing what is the purpose of Cost Monitoring. +I suggest the following definition: ""Cost monitoring is about establishing controls and business processes for reviewing your cloud spend to avoid any misuse and take advantage of new opportunities through flexibility provided by the cloud."" +Feel free to loop me in internal thread if needed, I'd be happy to contribute. +Olivier + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ad5ff56e-7e61-df64-5493-46232a9919a5 +* Version Independent ID: 98dc2296-093e-47f2-8f50-eecc652ac6fc +* Content: [Monitoring your cloud costs](https://docs.microsoft.com/en-us/azure/architecture/framework/cost/monitoring) +* Content Source: [docs/framework/cost/monitoring.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/cost/monitoring.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1.0,"Goals of the Cost Monitoring activities is missing - Hello +The article is going straight to the point on solutions but is missing introducing what is the purpose of Cost Monitoring. +I suggest the following definition: ""Cost monitoring is about establishing controls and business processes for reviewing your cloud spend to avoid any misuse and take advantage of new opportunities through flexibility provided by the cloud."" +Feel free to loop me in internal thread if needed, I'd be happy to contribute. +Olivier + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ad5ff56e-7e61-df64-5493-46232a9919a5 +* Version Independent ID: 98dc2296-093e-47f2-8f50-eecc652ac6fc +* Content: [Monitoring your cloud costs](https://docs.microsoft.com/en-us/azure/architecture/framework/cost/monitoring) +* Content Source: [docs/framework/cost/monitoring.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/cost/monitoring.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1,goals of the cost monitoring activities is missing hello the article is going straight to the point on solutions but is missing introducing what is the purpose of cost monitoring i suggest the following definition cost monitoring is about establishing controls and business processes for reviewing your cloud spend to avoid any misuse and take advantage of new opportunities through flexibility provided by the cloud feel free to loop me in internal thread if needed i d be happy to contribute olivier document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud design principles github login david stanford microsoft alias pnp ,1 +9850,25386981761.0,IssuesEvent,2022-11-21 22:53:42,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Message for Keith Hill,cxp forum triaged architecture-center/svc Pri2 azure-guide/subsvc,"Hello Keith - I am trying to reach someone in the Azure percept and live analytics team. SiMa.ai is interested in exploring opportunities to participate in the certified hardware ecosystem. I did send a note to Moe Tanabian but haven't heard back. Perhaps his email box is quite full or he is in a different role? Would you be open to a brief conversation with us. We are an ML SoC (system on chip) inference accelerator that integrates several vital computer vision functions onto a single chip to achieve massive benefits over the Nvidia Jetson products. We are based in San Jose. How could we connect. My email is richie.singh@sima.ai and my phone is 425 922 4041. + +Sincerely, + +Richie Singh +richie.singh@sima.ai +425 922 4041 + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 2336821a-c08d-ecfa-452c-249ee243bd1a +* Version Independent ID: 1b81e61e-6879-aadb-ac48-66090550fa74 +* Content: [Computer vision with Azure IoT Edge - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/iot-edge-vision/#feedback) +* Content Source: [docs/guide/iot-edge-vision/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/iot-edge-vision/index.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @MSKeith +* Microsoft Alias: **keith**",1.0,"Message for Keith Hill - Hello Keith - I am trying to reach someone in the Azure percept and live analytics team. SiMa.ai is interested in exploring opportunities to participate in the certified hardware ecosystem. I did send a note to Moe Tanabian but haven't heard back. Perhaps his email box is quite full or he is in a different role? Would you be open to a brief conversation with us. We are an ML SoC (system on chip) inference accelerator that integrates several vital computer vision functions onto a single chip to achieve massive benefits over the Nvidia Jetson products. We are based in San Jose. How could we connect. My email is richie.singh@sima.ai and my phone is 425 922 4041. + +Sincerely, + +Richie Singh +richie.singh@sima.ai +425 922 4041 + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 2336821a-c08d-ecfa-452c-249ee243bd1a +* Version Independent ID: 1b81e61e-6879-aadb-ac48-66090550fa74 +* Content: [Computer vision with Azure IoT Edge - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/iot-edge-vision/#feedback) +* Content Source: [docs/guide/iot-edge-vision/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/iot-edge-vision/index.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @MSKeith +* Microsoft Alias: **keith**",1,message for keith hill hello keith i am trying to reach someone in the azure percept and live analytics team sima ai is interested in exploring opportunities to participate in the certified hardware ecosystem i did send a note to moe tanabian but haven t heard back perhaps his email box is quite full or he is in a different role would you be open to a brief conversation with us we are an ml soc system on chip inference accelerator that integrates several vital computer vision functions onto a single chip to achieve massive benefits over the nvidia jetson products we are based in san jose how could we connect my email is richie singh sima ai and my phone is sincerely richie singh richie singh sima ai document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id ecfa version independent id aadb content content source service architecture center sub service azure guide github login mskeith microsoft alias keith ,1 +7661,18781964379.0,IssuesEvent,2021-11-08 08:03:48,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,pre-configured cost profile not working,doc-bug cxp triaged architecture-center/svc example-scenario/subsvc," +[Enter feedback here] +The link you create is not working: +https://azure.com/e/a8c4809dab444c1ca4870c489fbb196b + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e5dbc36d-1197-0b73-d0fe-2c9dd5f1d17d +* Version Independent ID: b2285023-1f19-d037-e1c5-18b0b65009df +* Content: [Scalable and secure WordPress on Azure - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/wordpress) +* Content Source: [docs/example-scenario/infrastructure/wordpress.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/infrastructure/wordpress.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1.0,"pre-configured cost profile not working - +[Enter feedback here] +The link you create is not working: +https://azure.com/e/a8c4809dab444c1ca4870c489fbb196b + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e5dbc36d-1197-0b73-d0fe-2c9dd5f1d17d +* Version Independent ID: b2285023-1f19-d037-e1c5-18b0b65009df +* Content: [Scalable and secure WordPress on Azure - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/wordpress) +* Content Source: [docs/example-scenario/infrastructure/wordpress.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/infrastructure/wordpress.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1,pre configured cost profile not working the link you create is not working document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login david stanford microsoft alias pnp ,1 +4382,11017773202.0,IssuesEvent,2019-12-05 09:11:45,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Web app vs Web app name,Pri1 architecture-center/svc cloud-fundamentals/subsvc cxp doc-enhancement triaged,"There are two separate lines for ""Web app"" and ""Web app name"". To add further confusion, the minimum according to the Portal is 2, which doesn't match either of the values (error: ""The name must be at least 2 characters""). My understanding is that the name given to a web app must be globally unique. +Can someone review those two lines and make sure they are up to date? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1ddc35bf-00d9-67c8-bf6a-ade5ebea07ca +* Version Independent ID: 7324a1e6-7010-c620-145b-3d8027709545 +* Content: [Naming rules and restrictions for Azure resources](https://docs.microsoft.com/en-us/azure/architecture/best-practices/resource-naming#web) +* Content Source: [docs/best-practices/resource-naming.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/resource-naming.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @DerMar +* Microsoft Alias: **pnp**",1.0,"Web app vs Web app name - There are two separate lines for ""Web app"" and ""Web app name"". To add further confusion, the minimum according to the Portal is 2, which doesn't match either of the values (error: ""The name must be at least 2 characters""). My understanding is that the name given to a web app must be globally unique. +Can someone review those two lines and make sure they are up to date? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1ddc35bf-00d9-67c8-bf6a-ade5ebea07ca +* Version Independent ID: 7324a1e6-7010-c620-145b-3d8027709545 +* Content: [Naming rules and restrictions for Azure resources](https://docs.microsoft.com/en-us/azure/architecture/best-practices/resource-naming#web) +* Content Source: [docs/best-practices/resource-naming.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/resource-naming.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @DerMar +* Microsoft Alias: **pnp**",1,web app vs web app name there are two separate lines for web app and web app name to add further confusion the minimum according to the portal is which doesn t match either of the values error the name must be at least characters my understanding is that the name given to a web app must be globally unique can someone review those two lines and make sure they are up to date document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login dermar microsoft alias pnp ,1 +5358,12397321885.0,IssuesEvent,2020-05-20 22:25:46,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,More detail pls,Pri2 architecture-center/svc solution-idea/subsvc,"More detail pls + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 839bcfd0-caf7-c1f2-0dab-3340d9f8f528 +* Version Independent ID: 8631e812-4b30-9c93-a007-203bc05a238e +* Content: [Social App for Mobile and Web with Authentication - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/social-mobile-and-web-app-with-authentication#feedback) +* Content Source: [docs/solution-ideas/articles/social-mobile-and-web-app-with-authentication.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/social-mobile-and-web-app-with-authentication.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"More detail pls - More detail pls + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 839bcfd0-caf7-c1f2-0dab-3340d9f8f528 +* Version Independent ID: 8631e812-4b30-9c93-a007-203bc05a238e +* Content: [Social App for Mobile and Web with Authentication - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/social-mobile-and-web-app-with-authentication#feedback) +* Content Source: [docs/solution-ideas/articles/social-mobile-and-web-app-with-authentication.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/social-mobile-and-web-app-with-authentication.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,more detail pls more detail pls document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +6475,14620752024.0,IssuesEvent,2020-12-22 20:18:53,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Is this up-to-date, as GitHub response says the code base is in sustain?",Pri2 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"Is this page up-to-date, as GitHub response says the code base is in sustain? +i.e. at https://github.com/MicrosoftDocs/architecture-center/issues/2084#issuecomment-617326234 + +*@josem0287 Please don't use AZBB. The code base is in sustain and no further development is scheduled. * + +It would be good to have at least an indication that it's no longer being developed + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 00c819aa-de8a-5fb2-72ae-78119e03345f +* Version Independent ID: 2b681a1d-c6f1-4926-a09f-7bfc45ec690b +* Content: [Extend Azure Resource Manager template functionality - Azure Architecture Center](https://docs.microsoft.com/en-gb/azure/architecture/building-blocks/extending-templates/) +* Content Source: [docs/building-blocks/extending-templates/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/building-blocks/extending-templates/index.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",2.0,"Is this up-to-date, as GitHub response says the code base is in sustain? - Is this page up-to-date, as GitHub response says the code base is in sustain? +i.e. at https://github.com/MicrosoftDocs/architecture-center/issues/2084#issuecomment-617326234 + +*@josem0287 Please don't use AZBB. The code base is in sustain and no further development is scheduled. * + +It would be good to have at least an indication that it's no longer being developed + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 00c819aa-de8a-5fb2-72ae-78119e03345f +* Version Independent ID: 2b681a1d-c6f1-4926-a09f-7bfc45ec690b +* Content: [Extend Azure Resource Manager template functionality - Azure Architecture Center](https://docs.microsoft.com/en-gb/azure/architecture/building-blocks/extending-templates/) +* Content Source: [docs/building-blocks/extending-templates/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/building-blocks/extending-templates/index.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1,is this up to date as github response says the code base is in sustain is this page up to date as github response says the code base is in sustain i e at please don t use azbb the code base is in sustain and no further development is scheduled it would be good to have at least an indication that it s no longer being developed document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +773104,27146322375.0,IssuesEvent,2023-02-16 20:15:03,Kenja-mc/shattered_stars,https://api.github.com/repos/Kenja-mc/shattered_stars,opened,Workflow Updates,Large Scope High Priority,"- [ ] Update Github Actions for Publishing mods to Modrinth page +- [ ] Github Action to automatically create server and client packs +- [ ] Docker Minecraft server with Packwiz +- [ ] Make workflow accessible to collaborators",1.0,"Workflow Updates - - [ ] Update Github Actions for Publishing mods to Modrinth page +- [ ] Github Action to automatically create server and client packs +- [ ] Docker Minecraft server with Packwiz +- [ ] Make workflow accessible to collaborators",0,workflow updates update github actions for publishing mods to modrinth page github action to automatically create server and client packs docker minecraft server with packwiz make workflow accessible to collaborators,0 +6305,14147468860.0,IssuesEvent,2020-11-10 20:51:44,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio is not valid,Pri2 architecture-center/svc cxp doc-bug reference-architecture/subsvc triaged," +[Enter feedback here] +Hi Team, + +The reference architecture visio diagram doesnt contain anything. Please upload valid one. + +https://archcenter.blob.core.windows.net/cdn/azure-stack-vm-dr.vsdx + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7004da9f-5b68-9962-2bfb-628e66052c9e +* Version Independent ID: c2e11625-cc3a-2fe0-28c4-6ab2f26f227a +* Content: [Disaster Recovery for Azure Stack Hub virtual machines - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/hybrid/azure-stack-vm-dr) +* Content Source: [docs/hybrid/azure-stack-vm-dr.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/hybrid/azure-stack-vm-dr.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"Visio is not valid - +[Enter feedback here] +Hi Team, + +The reference architecture visio diagram doesnt contain anything. Please upload valid one. + +https://archcenter.blob.core.windows.net/cdn/azure-stack-vm-dr.vsdx + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7004da9f-5b68-9962-2bfb-628e66052c9e +* Version Independent ID: c2e11625-cc3a-2fe0-28c4-6ab2f26f227a +* Content: [Disaster Recovery for Azure Stack Hub virtual machines - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/hybrid/azure-stack-vm-dr) +* Content Source: [docs/hybrid/azure-stack-vm-dr.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/hybrid/azure-stack-vm-dr.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,visio is not valid hi team the reference architecture visio diagram doesnt contain anything please upload valid one document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +828653,31837512666.0,IssuesEvent,2023-09-14 14:20:34,WolframResearch/Chatbook,https://api.github.com/repos/WolframResearch/Chatbook,closed,Blue squares can appear in the streaming output for ChatDriven notebooks,bug desktop priority,"Due to the `DefaultNewCellStyle -> ""ChatInput""` setting, the unstyled `NotebookWrite` used to insert a line break is written as an inline ChatInput cell, which appears with the blue border: + + + +This should avoid inheriting the default new cell style.",1.0,"Blue squares can appear in the streaming output for ChatDriven notebooks - Due to the `DefaultNewCellStyle -> ""ChatInput""` setting, the unstyled `NotebookWrite` used to insert a line break is written as an inline ChatInput cell, which appears with the blue border: + + + +This should avoid inheriting the default new cell style.",0,blue squares can appear in the streaming output for chatdriven notebooks due to the defaultnewcellstyle chatinput setting the unstyled notebookwrite used to insert a line break is written as an inline chatinput cell which appears with the blue border img width alt screenshot src this should avoid inheriting the default new cell style ,0 +69273,8390525711.0,IssuesEvent,2018-10-09 12:53:14,OpenCodeCamp/OpenCodeCamp,https://api.github.com/repos/OpenCodeCamp/OpenCodeCamp,opened,Organization API: create an organization,Administration client Design Effort: Moderate Organization service Priority: Low Stuck by another issue,Expose a method in the Organization API to create an organization.,1.0,Organization API: create an organization - Expose a method in the Organization API to create an organization.,0,organization api create an organization expose a method in the organization api to create an organization ,0 +9565,24825085953.0,IssuesEvent,2022-10-25 19:53:05,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Question regarding ""Performance acceleration""",doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc,"The final decision asks ""Do you require performance acceleration"" and pushes towards Front Door + Application Gateway (as opposed to just App Gateway) if the answer is ""yes"". There's no clear rational or explanation as to why this decision is there, as it's my understanding that Front Door doesn't provide any performance acceleration improvements over App Gateway, and instead the only appreciable benefit to Front Door over App Gateway is the prior is Global and currently can't pass traffic directly to resources with a Private IP. + +Given that many will take this flow chart as gospel, it seems sensible to expand on the rational behind the decisions if at all possible. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview#decision-tree-for-load-balancing-in-azure) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Question regarding ""Performance acceleration"" - The final decision asks ""Do you require performance acceleration"" and pushes towards Front Door + Application Gateway (as opposed to just App Gateway) if the answer is ""yes"". There's no clear rational or explanation as to why this decision is there, as it's my understanding that Front Door doesn't provide any performance acceleration improvements over App Gateway, and instead the only appreciable benefit to Front Door over App Gateway is the prior is Global and currently can't pass traffic directly to resources with a Private IP. + +Given that many will take this flow chart as gospel, it seems sensible to expand on the rational behind the decisions if at all possible. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview#decision-tree-for-load-balancing-in-azure) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,question regarding performance acceleration the final decision asks do you require performance acceleration and pushes towards front door application gateway as opposed to just app gateway if the answer is yes there s no clear rational or explanation as to why this decision is there as it s my understanding that front door doesn t provide any performance acceleration improvements over app gateway and instead the only appreciable benefit to front door over app gateway is the prior is global and currently can t pass traffic directly to resources with a private ip given that many will take this flow chart as gospel it seems sensible to expand on the rational behind the decisions if at all possible document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login microsoft alias pnp ,1 +5927,13303386380.0,IssuesEvent,2020-08-25 15:26:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Key Vault icon missing,Pri2 architecture-center/svc assigned-to-author doc-bug triaged,"The icon for Key Vault appears to be missing from V1. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Key Vault icon missing - The icon for Key Vault appears to be missing from V1. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,key vault icon missing the icon for key vault appears to be missing from document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +4594,11404104266.0,IssuesEvent,2020-01-31 09:03:43,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,DMZ Between Azure and Internet,Pri1 architecture-center/svc cxp doc-enhancement reference-architecture/subsvc triaged,"There used to be a 2nd version of this that showed DMZ between Azure and Internet and Azure and On-premise, it would be good to see that design back and updated + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 74bb4b25-ebe2-264d-047d-3f651c52a9c5 +* Version Independent ID: aed6ebef-6157-9608-3f85-0807c7fdf61d +* Content: [Implement a secure hybrid network architecture - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/secure-vnet-dmz#feedback) +* Content Source: [docs/reference-architectures/dmz/secure-vnet-dmz.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/dmz/secure-vnet-dmz.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"DMZ Between Azure and Internet - There used to be a 2nd version of this that showed DMZ between Azure and Internet and Azure and On-premise, it would be good to see that design back and updated + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 74bb4b25-ebe2-264d-047d-3f651c52a9c5 +* Version Independent ID: aed6ebef-6157-9608-3f85-0807c7fdf61d +* Content: [Implement a secure hybrid network architecture - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/secure-vnet-dmz#feedback) +* Content Source: [docs/reference-architectures/dmz/secure-vnet-dmz.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/dmz/secure-vnet-dmz.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,dmz between azure and internet there used to be a version of this that showed dmz between azure and internet and azure and on premise it would be good to see that design back and updated document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +4988,11941963758.0,IssuesEvent,2020-04-02 19:24:08,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Provide more information on what Layer 7 means / HTTP(S) versus non-HTTP(S),Pri1 architecture-center/svc assigned-to-author product-question reference-architecture/subsvc triaged,"The section HTTP(S) versus non-HTTP(S) starts with a paragraph like: + +> HTTP(S) load-balancing services are Layer 7 load balancers that only accept HTTP(S) traffic. They are intended for web applications or other HTTP(S) endpoints. They include features such as SSL offload, web application firewall, path-based load balancing, and session affinity. + +Perhaps expanding on what Layer 7 means (link to OSI model description from wikipedia or something like that) and oppose that to what an HTTP load balancer is in OSI model would help people draw a mental model of what each of those entail. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @sharad4u +* Microsoft Alias: **pnp**",2.0,"Provide more information on what Layer 7 means / HTTP(S) versus non-HTTP(S) - The section HTTP(S) versus non-HTTP(S) starts with a paragraph like: + +> HTTP(S) load-balancing services are Layer 7 load balancers that only accept HTTP(S) traffic. They are intended for web applications or other HTTP(S) endpoints. They include features such as SSL offload, web application firewall, path-based load balancing, and session affinity. + +Perhaps expanding on what Layer 7 means (link to OSI model description from wikipedia or something like that) and oppose that to what an HTTP load balancer is in OSI model would help people draw a mental model of what each of those entail. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @sharad4u +* Microsoft Alias: **pnp**",1,provide more information on what layer means http s versus non http s the section http s versus non http s starts with a paragraph like http s load balancing services are layer load balancers that only accept http s traffic they are intended for web applications or other http s endpoints they include features such as ssl offload web application firewall path based load balancing and session affinity perhaps expanding on what layer means link to osi model description from wikipedia or something like that and oppose that to what an http load balancer is in osi model would help people draw a mental model of what each of those entail document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +7698,18893522698.0,IssuesEvent,2021-11-15 15:32:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,number1,cxp needs-more-info triaged architecture-center/svc azure-guide/subsvc," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Build solutions with Availability Zones - High Availability](https://docs.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/high-availability/building-solutions-for-high-availability.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"number1 - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Build solutions with Availability Zones - High Availability](https://docs.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/high-availability/building-solutions-for-high-availability.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1, document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias pnp ,1 +69548,22474537153.0,IssuesEvent,2022-06-22 11:04:34,unascribed/Fabrication,https://api.github.com/repos/unascribed/Fabrication,opened,Game crashes after updating Fabrication to the latest version 3.0-pre5+1.19.,k: Defect n: Fabric s: New,"Hello ! so I know that I still have some mods installed and I shouldn't actually post my crash here. but since i updated fabrication my game crashes with a charm problem. if I downgrade fabrication back to the pre4, everything works fine. maybe you could still take a look if you don't mind :) + +Seems to be some issue with the ClearItemFrames Fix or something like that.. + +Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @FabInject annotation on handleUseEntityHead could not find any targets matching 'handleUseEntity(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/Hand;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/hit/EntityHitResult;)Lnet/minecraft/util/ActionResult;' in svenhjol.charm.module.clear_item_frames.ClearItemFrames. Using refmap fabrication-refmap.json [PREINJECT Applicator Phase -> fabrication.mixins.json:a_fixes.fix_charm_amethyst_dupe.MixinClearItemFrames from mod fabrication -> Prepare Injections -> -> handler$cij000$handleUseEntityHead(Lnet/minecraft/class_1657;Lnet/minecraft/class_1937;Lnet/minecraft/class_1268;Lnet/minecraft/class_1297;Lnet/minecraft/class_3966;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Parse] + +[latest.log](https://github.com/unascribed/Fabrication/files/8956973/latest.log) + +",1.0,"Game crashes after updating Fabrication to the latest version 3.0-pre5+1.19. - Hello ! so I know that I still have some mods installed and I shouldn't actually post my crash here. but since i updated fabrication my game crashes with a charm problem. if I downgrade fabrication back to the pre4, everything works fine. maybe you could still take a look if you don't mind :) + +Seems to be some issue with the ClearItemFrames Fix or something like that.. + +Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @FabInject annotation on handleUseEntityHead could not find any targets matching 'handleUseEntity(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/Hand;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/hit/EntityHitResult;)Lnet/minecraft/util/ActionResult;' in svenhjol.charm.module.clear_item_frames.ClearItemFrames. Using refmap fabrication-refmap.json [PREINJECT Applicator Phase -> fabrication.mixins.json:a_fixes.fix_charm_amethyst_dupe.MixinClearItemFrames from mod fabrication -> Prepare Injections -> -> handler$cij000$handleUseEntityHead(Lnet/minecraft/class_1657;Lnet/minecraft/class_1937;Lnet/minecraft/class_1268;Lnet/minecraft/class_1297;Lnet/minecraft/class_3966;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Parse] + +[latest.log](https://github.com/unascribed/Fabrication/files/8956973/latest.log) + +",0,game crashes after updating fabrication to the latest version hello so i know that i still have some mods installed and i shouldn t actually post my crash here but since i updated fabrication my game crashes with a charm problem if i downgrade fabrication back to the everything works fine maybe you could still take a look if you don t mind seems to be some issue with the clearitemframes fix or something like that caused by org spongepowered asm mixin injection throwables invalidinjectionexception critical injection failure fabinject annotation on handleuseentityhead could not find any targets matching handleuseentity lnet minecraft entity player playerentity lnet minecraft world world lnet minecraft util hand lnet minecraft entity entity lnet minecraft util hit entityhitresult lnet minecraft util actionresult in svenhjol charm module clear item frames clearitemframes using refmap fabrication refmap json ,0 +22956,11810738580.0,IssuesEvent,2020-03-19 16:58:38,sourcegraph/sourcegraph,https://api.github.com/repos/sourcegraph/sourcegraph,opened,Syntax highlighting for diff hunks,campaigns estimate/1.5d team/core-services team/web webapp,"Implement syntax highlighting for diff hunks. As we use diff views more and more with campaigns really coming together, the feeling that proper syntax highlighting here would add a ton of value. + +While hacking something together using highlightjs in the `DiffHunk` component, it became clear that this adds a high value in legibility. + +Before: +![image](https://user-images.githubusercontent.com/19534377/77093340-2075d880-6a0b-11ea-98e2-c52caaf74e6b.png) + +After: +![image](https://user-images.githubusercontent.com/19534377/77093097-cd9c2100-6a0a-11ea-8661-61b09b641c23.png) +",1.0,"Syntax highlighting for diff hunks - Implement syntax highlighting for diff hunks. As we use diff views more and more with campaigns really coming together, the feeling that proper syntax highlighting here would add a ton of value. + +While hacking something together using highlightjs in the `DiffHunk` component, it became clear that this adds a high value in legibility. + +Before: +![image](https://user-images.githubusercontent.com/19534377/77093340-2075d880-6a0b-11ea-98e2-c52caaf74e6b.png) + +After: +![image](https://user-images.githubusercontent.com/19534377/77093097-cd9c2100-6a0a-11ea-8661-61b09b641c23.png) +",0,syntax highlighting for diff hunks implement syntax highlighting for diff hunks as we use diff views more and more with campaigns really coming together the feeling that proper syntax highlighting here would add a ton of value while hacking something together using highlightjs in the diffhunk component it became clear that this adds a high value in legibility before after ,0 +168015,6359380008.0,IssuesEvent,2017-07-31 07:01:37,pmem/issues,https://api.github.com/repos/pmem/issues,closed,test: obj_pool/TEST30: START: obj_pool fails,Exposure: Low OS: Linux Priority: 4 low State: To be verified Type: Bug,"Fails on 2adf4b05363a09dfa2ea69a715ab8a7756c87d89 +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=pmem BUILD=debug +> obj_pool/TEST30: SETUP (all/pmem/nondebug) +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇��NVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=pmem BUILD=nondebug +> obj_pool/TEST30: SETUP (all/pmem/static-debug) +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool.static-debug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool.static-debug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=pmem BUILD=static-debug +> obj_pool/TEST30: SETUP (all/pmem/static-nondebug) +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool.static-nondebug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool.static-nondebug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=pmem BUILD=static-nondebug +> obj_pool/TEST30: SETUP (all/non-pmem/debug) +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=non-pmem BUILD=debug +> obj_pool/TEST30: SETUP (all/non-pmem/nondebug) +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=non-pmem BUILD=nondebug +> obj_pool/TEST30: SETUP (all/non-pmem/static-debug) +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool.static-debug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool.static-debug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=non-pmem BUILD=static-debug +> obj_pool/TEST30: SETUP (all/non-pmem/static-nondebug) +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool.static-nondebug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool.static-nondebug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=non-pmem BUILD=static-nondebug +> make[3]: *** [TEST30] Error 1 +> make[3]: Target `pcheck' not remade because of errors. +> make[3]: Leaving directory `/home/jenkins/workspace/nvml_tests_redhat/src/test/obj_pool' +> make[2]: *** [obj_pool] Error 2",1.0,"test: obj_pool/TEST30: START: obj_pool fails - Fails on 2adf4b05363a09dfa2ea69a715ab8a7756c87d89 +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=pmem BUILD=debug +> obj_pool/TEST30: SETUP (all/pmem/nondebug) +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=pmem BUILD=nondebug +> obj_pool/TEST30: SETUP (all/pmem/static-debug) +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool.static-debug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool.static-debug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=pmem BUILD=static-debug +> obj_pool/TEST30: SETUP (all/pmem/static-nondebug) +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool.static-nondebug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool.static-nondebug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=pmem BUILD=static-nondebug +> obj_pool/TEST30: SETUP (all/non-pmem/debug) +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=non-pmem BUILD=debug +> obj_pool/TEST30: SETUP (all/non-pmem/nondebug) +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=non-pmem BUILD=nondebug +> obj_pool/TEST30: SETUP (all/non-pmem/static-debug) +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool.static-debug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool.static-debug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=non-pmem BUILD=static-debug +> obj_pool/TEST30: SETUP (all/non-pmem/static-nondebug) +> obj_pool/TEST30: START: obj_pool +> [MATCHING FAILED, COMPLETE FILE (out30.log) BELOW] +> obj_pool/TEST30: START: obj_pool +> ./obj_pool.static-nondebug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> obj_pool/TEST30: DONE +> +> [EOF] +> out30.log.match:1 obj_pool$(nW)TEST30: START: obj_pool$(nW) +> out30.log:1 obj_pool/TEST30: START: obj_pool +> out30.log.match:2 $(nW)obj_pool$(nW) c $(nW)testset test 0 0640 +> out30.log:2 ./obj_pool.static-nondebug c /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset test 0 0640 +> out30.log.match:3 $(nW)testset: file size $(nW) mode 0644 +> out30.log:3 /dev/shm//////test_obj_pool30😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset: file size 407 mode 0664 +> FAIL: match: out30.log.match:3 did not match pattern +> RUNTESTS: stopping: obj_pool/TEST30 failed, TEST=all FS=non-pmem BUILD=static-nondebug +> make[3]: *** [TEST30] Error 1 +> make[3]: Target `pcheck' not remade because of errors. +> make[3]: Leaving directory `/home/jenkins/workspace/nvml_tests_redhat/src/test/obj_pool' +> make[2]: *** [obj_pool] Error 2",0,test obj pool start obj pool fails fails on obj pool start obj pool obj pool start obj pool obj pool c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode obj pool done log match obj pool nw start obj pool nw log obj pool start obj pool log match nw obj pool nw c nw testset test log obj pool c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test log match nw testset file size nw mode log dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode fail match log match did not match pattern runtests stopping obj pool failed test all fs pmem build debug obj pool setup all pmem nondebug obj pool start obj pool obj pool start obj pool obj pool c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode obj pool done log match obj pool nw start obj pool nw log obj pool start obj pool log match nw obj pool nw c nw testset test log obj pool c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test log match nw testset file size nw mode log dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode fail match log match did not match pattern runtests stopping obj pool failed test all fs pmem build nondebug obj pool setup all pmem static debug obj pool start obj pool obj pool start obj pool obj pool static debug c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode obj pool done log match obj pool nw start obj pool nw log obj pool start obj pool log match nw obj pool nw c nw testset test log obj pool static debug c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test log match nw testset file size nw mode log dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode fail match log match did not match pattern runtests stopping obj pool failed test all fs pmem build static debug obj pool setup all pmem static nondebug obj pool start obj pool obj pool start obj pool obj pool static nondebug c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode obj pool done log match obj pool nw start obj pool nw log obj pool start obj pool log match nw obj pool nw c nw testset test log obj pool static nondebug c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test log match nw testset file size nw mode log dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode fail match log match did not match pattern runtests stopping obj pool failed test all fs pmem build static nondebug obj pool setup all non pmem debug obj pool start obj pool obj pool start obj pool obj pool c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode obj pool done log match obj pool nw start obj pool nw log obj pool start obj pool log match nw obj pool nw c nw testset test log obj pool c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test log match nw testset file size nw mode log dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode fail match log match did not match pattern runtests stopping obj pool failed test all fs non pmem build debug obj pool setup all non pmem nondebug obj pool start obj pool obj pool start obj pool obj pool c dev shm test obj 😘⠝��⠍⠇ɗnvmlӝ⥺🙋 testset test dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode obj pool done log match obj pool nw start obj pool nw log obj pool start obj pool log match nw obj pool nw c nw testset test log obj pool c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test log match nw testset file size nw mode log dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode fail match log match did not match pattern runtests stopping obj pool failed test all fs non pmem build nondebug obj pool setup all non pmem static debug obj pool start obj pool obj pool start obj pool obj pool static debug c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode obj pool done log match obj pool nw start obj pool nw log obj pool start obj pool log match nw obj pool nw c nw testset test log obj pool static debug c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test log match nw testset file size nw mode log dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode fail match log match did not match pattern runtests stopping obj pool failed test all fs non pmem build static debug obj pool setup all non pmem static nondebug obj pool start obj pool obj pool start obj pool obj pool static nondebug c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode obj pool done log match obj pool nw start obj pool nw log obj pool start obj pool log match nw obj pool nw c nw testset test log obj pool static nondebug c dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset test log match nw testset file size nw mode log dev shm test obj 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 testset file size mode fail match log match did not match pattern runtests stopping obj pool failed test all fs non pmem build static nondebug make error make target pcheck not remade because of errors make leaving directory home jenkins workspace nvml tests redhat src test obj pool make error ,0 +10082,26203634622.0,IssuesEvent,2023-01-03 20:03:43,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Reccomendation on how to update a specific entity when the request is not idempotent,assigned-to-author triaged product-question architecture-center/svc Pri2 best-practice/subsvc," +[Enter feedback here] +Hi, + +I'm looking at the table from [Define API operations in terms of HTTP methods](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design#define-api-operations-in-terms-of-http-methods): +![image](https://user-images.githubusercontent.com/1730162/160959797-48c99c37-8c29-44af-aacb-8737f96c5dda.png) + +The example suggests using `PUT /customers/1` to update a specific customer. + +The documentation also says that PUT requests should be idempotent: +![image](https://user-images.githubusercontent.com/1730162/160960120-d80d29a1-6f7e-4d0e-bdfe-545387550f9c.png) + +If I update a specific customer I should use `PUT /customers/1`, but if that customer contains a timestamp (based on the time the request was sent) then the request won't be a valid PUT request because it's not idempotent. + +``` +public class Customer +{ + public int Id { get; set; } + public DateTime LastUpdated { get; set; } + ... +} +``` + +How should I define my API operation to update a specific customer when the request is not idempotent? + +In this case, should I be updating a specific customer with `POST /customers/1` instead? + +Thanks for your help! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ad651d6a-f8d8-2050-e7a7-adbae7326112 +* Version Independent ID: 4fddd724-cabd-8623-7692-857088c1dccb +* Content: [Web API design best practices - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design#define-api-operations-in-terms-of-http-methods) +* Content Source: [docs/best-practices/api-design.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/best-practices/api-design.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Reccomendation on how to update a specific entity when the request is not idempotent - +[Enter feedback here] +Hi, + +I'm looking at the table from [Define API operations in terms of HTTP methods](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design#define-api-operations-in-terms-of-http-methods): +![image](https://user-images.githubusercontent.com/1730162/160959797-48c99c37-8c29-44af-aacb-8737f96c5dda.png) + +The example suggests using `PUT /customers/1` to update a specific customer. + +The documentation also says that PUT requests should be idempotent: +![image](https://user-images.githubusercontent.com/1730162/160960120-d80d29a1-6f7e-4d0e-bdfe-545387550f9c.png) + +If I update a specific customer I should use `PUT /customers/1`, but if that customer contains a timestamp (based on the time the request was sent) then the request won't be a valid PUT request because it's not idempotent. + +``` +public class Customer +{ + public int Id { get; set; } + public DateTime LastUpdated { get; set; } + ... +} +``` + +How should I define my API operation to update a specific customer when the request is not idempotent? + +In this case, should I be updating a specific customer with `POST /customers/1` instead? + +Thanks for your help! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ad651d6a-f8d8-2050-e7a7-adbae7326112 +* Version Independent ID: 4fddd724-cabd-8623-7692-857088c1dccb +* Content: [Web API design best practices - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design#define-api-operations-in-terms-of-http-methods) +* Content Source: [docs/best-practices/api-design.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/best-practices/api-design.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,reccomendation on how to update a specific entity when the request is not idempotent hi i m looking at the table from the example suggests using put customers to update a specific customer the documentation also says that put requests should be idempotent if i update a specific customer i should use put customers but if that customer contains a timestamp based on the time the request was sent then the request won t be a valid put request because it s not idempotent public class customer public int id get set public datetime lastupdated get set how should i define my api operation to update a specific customer when the request is not idempotent in this case should i be updating a specific customer with post customers instead thanks for your help document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id cabd content content source service architecture center sub service best practice github login edprice msft microsoft alias pnp ,1 +9720,25104651812.0,IssuesEvent,2022-11-08 15:49:26,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Incorrect guidance,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"Hi team + +There is a note in this doc which states the following: +Availability Zones support high availability but are not an effective disaster recovery (DR) strategy. The distance between zones is too close. Typical DR regions should be at least 100 miles away from the primary region. + +There are 2 issues with this: +1. It is impossible for our customers to know how many miles away our datacenters are from each other +2. We actually offer a inter-zone disaster recovery service for this use case. Please see https://docs.microsoft.com/en-us/azure/site-recovery/azure-to-azure-how-to-enable-zone-to-zone-disaster-recovery#using-availability-zones-for-disaster-recovery + +Can we please remove or update this note? Thanks! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 009774ee-d1e4-1d7b-e53f-ecbcc4d56e5d +* Version Independent ID: d14a99bb-b4d5-21ce-dd72-5759a8284c42 +* Content: [SAP S/4HANA in Linux on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sap/sap-s4hana?source=docs#deploy-virtual-machines-across-availability-zones) +* Content Source: [docs/reference-architectures/sap/sap-s4hana.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/sap/sap-s4hana.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @lbrader +* Microsoft Alias: **pnp**",2.0,"Incorrect guidance - Hi team + +There is a note in this doc which states the following: +Availability Zones support high availability but are not an effective disaster recovery (DR) strategy. The distance between zones is too close. Typical DR regions should be at least 100 miles away from the primary region. + +There are 2 issues with this: +1. It is impossible for our customers to know how many miles away our datacenters are from each other +2. We actually offer a inter-zone disaster recovery service for this use case. Please see https://docs.microsoft.com/en-us/azure/site-recovery/azure-to-azure-how-to-enable-zone-to-zone-disaster-recovery#using-availability-zones-for-disaster-recovery + +Can we please remove or update this note? Thanks! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 009774ee-d1e4-1d7b-e53f-ecbcc4d56e5d +* Version Independent ID: d14a99bb-b4d5-21ce-dd72-5759a8284c42 +* Content: [SAP S/4HANA in Linux on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sap/sap-s4hana?source=docs#deploy-virtual-machines-across-availability-zones) +* Content Source: [docs/reference-architectures/sap/sap-s4hana.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/sap/sap-s4hana.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @lbrader +* Microsoft Alias: **pnp**",1,incorrect guidance hi team there is a note in this doc which states the following availability zones support high availability but are not an effective disaster recovery dr strategy the distance between zones is too close typical dr regions should be at least miles away from the primary region there are issues with this it is impossible for our customers to know how many miles away our datacenters are from each other we actually offer a inter zone disaster recovery service for this use case please see can we please remove or update this note thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login lbrader microsoft alias pnp ,1 +645525,21007336734.0,IssuesEvent,2022-03-30 00:44:33,honeydipper/honeydipper,https://api.github.com/repos/honeydipper/honeydipper,closed,migrate charts,priority: p3 discussion chore,"Since we're self-hosting the chart, we should run https://github.com/helm/chart-testing in CI if we're not already. + +The incubator chart is being phased out. Looking at https://github.com/helm/hub/blob/master/Repositories.md, we're already in https://github.com/helm/hub/blob/2d965b985ac824284334fc00f18f3f0bfd87a545/config/repo-values.yaml#L205-L206 (though we may want to update these values) + +If possible, let's also consider moving the chart back to this repo from https://github.com/honeydipper/honeydipper-charts, which may make it easier to keep up to date (auto-updating versions, etc.) and switching branch from master -> main.",1.0,"migrate charts - Since we're self-hosting the chart, we should run https://github.com/helm/chart-testing in CI if we're not already. + +The incubator chart is being phased out. Looking at https://github.com/helm/hub/blob/master/Repositories.md, we're already in https://github.com/helm/hub/blob/2d965b985ac824284334fc00f18f3f0bfd87a545/config/repo-values.yaml#L205-L206 (though we may want to update these values) + +If possible, let's also consider moving the chart back to this repo from https://github.com/honeydipper/honeydipper-charts, which may make it easier to keep up to date (auto-updating versions, etc.) and switching branch from master -> main.",0,migrate charts since we re self hosting the chart we should run in ci if we re not already the incubator chart is being phased out looking at we re already in though we may want to update these values if possible let s also consider moving the chart back to this repo from which may make it easier to keep up to date auto updating versions etc and switching branch from master main ,0 +9191,24191244952.0,IssuesEvent,2022-09-23 17:48:45,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Image Gallery Regional BCDR,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"I'd like clarification on availability of Compute Galleries in the event of regional failure. +According to this page _""You should store images in the Azure Compute Gallery and configure multiple image replicas in both the primary and the secondary locations.""_ + +however in this article https://learn.microsoft.com/en-us/azure/virtual-machines/azure-compute-gallery +it states ""_1 The Azure Compute Gallery service is not a global resource. For disaster recovery scenarios, it is a best practice is to have at least two galleries, in different regions.""_ + +It seems the solution, say for a UKW/UKS deployment would be to have a compute gallery in each region. However if two compute galleries are used it is not immediately clear to me how we replicate images between them, once a machine is genaralised and committed to an image gallery it is deleted. + +How can we replicate between compute galleries? +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 7a02ac6f-a170-0558-faac-98f669d0e030 +* Version Independent ID: 7a02ac6f-a170-0558-faac-98f669d0e030 +* Content: [Multiregion BCDR for Azure Virtual Desktop - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/wvd/azure-virtual-desktop-multi-region-bcdr#compute) +* Content Source: [docs/example-scenario/wvd/azure-virtual-desktop-multi-region-bcdr.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/wvd/azure-virtual-desktop-multi-region-bcdr.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @igorpag +* Microsoft Alias: **igorpag**",1.0,"Image Gallery Regional BCDR - I'd like clarification on availability of Compute Galleries in the event of regional failure. +According to this page _""You should store images in the Azure Compute Gallery and configure multiple image replicas in both the primary and the secondary locations.""_ + +however in this article https://learn.microsoft.com/en-us/azure/virtual-machines/azure-compute-gallery +it states ""_1 The Azure Compute Gallery service is not a global resource. For disaster recovery scenarios, it is a best practice is to have at least two galleries, in different regions.""_ + +It seems the solution, say for a UKW/UKS deployment would be to have a compute gallery in each region. However if two compute galleries are used it is not immediately clear to me how we replicate images between them, once a machine is genaralised and committed to an image gallery it is deleted. + +How can we replicate between compute galleries? +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 7a02ac6f-a170-0558-faac-98f669d0e030 +* Version Independent ID: 7a02ac6f-a170-0558-faac-98f669d0e030 +* Content: [Multiregion BCDR for Azure Virtual Desktop - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/wvd/azure-virtual-desktop-multi-region-bcdr#compute) +* Content Source: [docs/example-scenario/wvd/azure-virtual-desktop-multi-region-bcdr.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/wvd/azure-virtual-desktop-multi-region-bcdr.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @igorpag +* Microsoft Alias: **igorpag**",1,image gallery regional bcdr i d like clarification on availability of compute galleries in the event of regional failure according to this page you should store images in the azure compute gallery and configure multiple image replicas in both the primary and the secondary locations however in this article it states the azure compute gallery service is not a global resource for disaster recovery scenarios it is a best practice is to have at least two galleries in different regions it seems the solution say for a ukw uks deployment would be to have a compute gallery in each region however if two compute galleries are used it is not immediately clear to me how we replicate images between them once a machine is genaralised and committed to an image gallery it is deleted how can we replicate between compute galleries document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id faac version independent id faac content content source service architecture center sub service azure guide github login igorpag microsoft alias igorpag ,1 +11338,30116482179.0,IssuesEvent,2023-06-30 11:59:05,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Would love to see a Network Planning section included as well,assigned-to-author product-feedback triaged architecture-center/svc reference-architecture/subsvc Pri1," +[Enter feedback here] + +Awesome work on this architectural reference. I was looking for a Networking planning section where it lists any network addressing requirements and was able to find it in the bicep implementation example on GitHub, however, was not present within the doc itself. + +Doc ref. https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/baseline-zone-redundant?source=docs + +I would have loved to see it included in the doc. A quick list of what is required would be great to have. Such as + +var vnetAddressPrefix = '10.0.0.0/16' +var appGatewaySubnetPrefix = '10.0.1.0/24' +var appServicesSubnetPrefix = '10.0.0.0/24' +var privateEndpointsSubnetPrefix = '10.0.2.0/27' +var agentsSubnetPrefix = '10.0.2.32/27' + +Taken from: https://github.com/Azure-Samples/app-service-baseline-implementation/blob/main/infra-as-code/bicep/network.bicep + +Thanks! + +Johnny Harbieh +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 3b40adb2-53a0-55ac-e18b-de8cb18cb8c8 +* Version Independent ID: 3b40adb2-53a0-55ac-e18b-de8cb18cb8c8 +* Content: [Baseline highly available zone-redundant app services web application - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/baseline-zone-redundant?source=docs) +* Content Source: [docs/reference-architectures/app-service-web-app/baseline-zone-redundant.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/app-service-web-app/baseline-zone-redundant.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @RobBagby +* Microsoft Alias: **robbag**",2.0,"Would love to see a Network Planning section included as well - +[Enter feedback here] + +Awesome work on this architectural reference. I was looking for a Networking planning section where it lists any network addressing requirements and was able to find it in the bicep implementation example on GitHub, however, was not present within the doc itself. + +Doc ref. https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/baseline-zone-redundant?source=docs + +I would have loved to see it included in the doc. A quick list of what is required would be great to have. Such as + +var vnetAddressPrefix = '10.0.0.0/16' +var appGatewaySubnetPrefix = '10.0.1.0/24' +var appServicesSubnetPrefix = '10.0.0.0/24' +var privateEndpointsSubnetPrefix = '10.0.2.0/27' +var agentsSubnetPrefix = '10.0.2.32/27' + +Taken from: https://github.com/Azure-Samples/app-service-baseline-implementation/blob/main/infra-as-code/bicep/network.bicep + +Thanks! + +Johnny Harbieh +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 3b40adb2-53a0-55ac-e18b-de8cb18cb8c8 +* Version Independent ID: 3b40adb2-53a0-55ac-e18b-de8cb18cb8c8 +* Content: [Baseline highly available zone-redundant app services web application - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/baseline-zone-redundant?source=docs) +* Content Source: [docs/reference-architectures/app-service-web-app/baseline-zone-redundant.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/app-service-web-app/baseline-zone-redundant.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @RobBagby +* Microsoft Alias: **robbag**",1,would love to see a network planning section included as well awesome work on this architectural reference i was looking for a networking planning section where it lists any network addressing requirements and was able to find it in the bicep implementation example on github however was not present within the doc itself doc ref i would have loved to see it included in the doc a quick list of what is required would be great to have such as var vnetaddressprefix var appgatewaysubnetprefix var appservicessubnetprefix var privateendpointssubnetprefix var agentssubnetprefix taken from thanks johnny harbieh document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login robbagby microsoft alias robbag ,1 +234768,7726174348.0,IssuesEvent,2018-05-24 20:21:42,test4gloirin/m,https://api.github.com/repos/test4gloirin/m,closed,"0003070: +add move() to abstract record controller",Feature Request Tinebase high priority,"**Reported by pschuele on 30 Sep 2010 09:43** + + +add move() to abstract record controller +- it calls moveRecordsToContainer for records with container id +- returns array of moved ids +- should accept filter, array of ids or recordsset as parm +",1.0,"0003070: +add move() to abstract record controller - **Reported by pschuele on 30 Sep 2010 09:43** + + +add move() to abstract record controller +- it calls moveRecordsToContainer for records with container id +- returns array of moved ids +- should accept filter, array of ids or recordsset as parm +",0, add move to abstract record controller reported by pschuele on sep add move to abstract record controller it calls moverecordstocontainer for records with container id returns array of moved ids should accept filter array of ids or recordsset as parm ,0 +4562,11354211173.0,IssuesEvent,2020-01-24 17:05:42,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Invalid syntax in example.,Pri1 architecture-center/svc cloud-fundamentals/subsvc,"The example shows the syntax `for (;;)` which is clearly invalid. +I think we somehow trimmed out the content like `for (var i = 1; i <= 5; i++)` or something like it. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 497c1436-d32c-1fb5-3209-22058fece4b2 +* Version Independent ID: 4818d7be-c866-39bc-f2c3-d7af59d2cd4e +* Content: [Retry pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/retry#feedback) +* Content Source: [docs/patterns/retry.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/retry.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Invalid syntax in example. - The example shows the syntax `for (;;)` which is clearly invalid. +I think we somehow trimmed out the content like `for (var i = 1; i <= 5; i++)` or something like it. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 497c1436-d32c-1fb5-3209-22058fece4b2 +* Version Independent ID: 4818d7be-c866-39bc-f2c3-d7af59d2cd4e +* Content: [Retry pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/retry#feedback) +* Content Source: [docs/patterns/retry.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/retry.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,invalid syntax in example the example shows the syntax for which is clearly invalid i think we somehow trimmed out the content like for var i i lt i or something like it document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +4018,10476893460.0,IssuesEvent,2019-09-23 19:38:54,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Conflicting info re: AD DS support for SharePoint 2016?,Pri2 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged," +This article states that: + +_SharePoint Server 2016 also supports using Azure Active Directory Domain Services. Azure AD Domain Services provides managed domain services, so that you don't need to deploy and manage domain controllers in Azure._ + +But then further down: + +_The domain-level service accounts used to run SharePoint Server 2016 require Windows Server AD domain controllers for domain-join and authentication processes. Azure Active Directory Domain Services can't be used for this purpose._ + +Which statement is correct? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6d93eb87-54cb-cf38-dfae-0ebe7579d608 +* Version Independent ID: c7ac665e-d194-ab07-c1bb-5d5a3049c5ec +* Content: [Run a highly available SharePoint Server 2016 farm in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sharepoint/) +* Content Source: [docs/reference-architectures/sharepoint/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/sharepoint/index.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @njray +* Microsoft Alias: **pnp**",2.0,"Conflicting info re: AD DS support for SharePoint 2016? - +This article states that: + +_SharePoint Server 2016 also supports using Azure Active Directory Domain Services. Azure AD Domain Services provides managed domain services, so that you don't need to deploy and manage domain controllers in Azure._ + +But then further down: + +_The domain-level service accounts used to run SharePoint Server 2016 require Windows Server AD domain controllers for domain-join and authentication processes. Azure Active Directory Domain Services can't be used for this purpose._ + +Which statement is correct? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6d93eb87-54cb-cf38-dfae-0ebe7579d608 +* Version Independent ID: c7ac665e-d194-ab07-c1bb-5d5a3049c5ec +* Content: [Run a highly available SharePoint Server 2016 farm in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sharepoint/) +* Content Source: [docs/reference-architectures/sharepoint/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/sharepoint/index.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @njray +* Microsoft Alias: **pnp**",1,conflicting info re ad ds support for sharepoint this article states that sharepoint server also supports using azure active directory domain services azure ad domain services provides managed domain services so that you don t need to deploy and manage domain controllers in azure but then further down the domain level service accounts used to run sharepoint server require windows server ad domain controllers for domain join and authentication processes azure active directory domain services can t be used for this purpose which statement is correct document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id dfae version independent id content content source service architecture center sub service reference architecture github login njray microsoft alias pnp ,1 +5092,12057198815.0,IssuesEvent,2020-04-15 15:29:57,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure Search more than just .NET,Pri2 architecture-center/svc cloud-fundamentals/subsvc cxp triaged,"there is broader support for Azure Search programmability than just .NET + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bc525ce2-d021-8e7a-2a88-10b84a2a37e6 +* Version Independent ID: 53450f8d-f877-a903-2101-e4265ef6ec75 +* Content: [Choosing a search data store - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/search-options#feedback) +* Content Source: [docs/data-guide/technology-choices/search-options.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/search-options.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"Azure Search more than just .NET - there is broader support for Azure Search programmability than just .NET + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bc525ce2-d021-8e7a-2a88-10b84a2a37e6 +* Version Independent ID: 53450f8d-f877-a903-2101-e4265ef6ec75 +* Content: [Choosing a search data store - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/search-options#feedback) +* Content Source: [docs/data-guide/technology-choices/search-options.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/search-options.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,azure search more than just net there is broader support for azure search programmability than just net document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login zoinertejada microsoft alias pnp ,1 +4991,11942105510.0,IssuesEvent,2020-04-02 19:39:54,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Sync Admin Accounts,Pri1 architecture-center/svc assigned-to-author cloud-design-principles/subsvc doc-enhancement triaged,"Hi, +please provide more details for the section: Don’t synchronize on-premises admin accounts to cloud identity providers + +Is your point to grant admin roles in AAD only to cloud-only accounts? + +AFAIK the managemant of administrative rights in AD and AAD are separated and from the perspective of the AAD a domain admin is a ""normal account"". Where is the path for the privilege escalation? + +And please describe how AADC prevents the sync by default. In my experience Domain Admins are synced but you get an error message in the logs for the writeback of the ms-ds-consistencyGUID. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: def43e94-5049-5848-e385-dda52e7bd3dc +* Version Independent ID: 32cea313-ec24-f5b2-02bf-3cbe5a355a13 +* Content: [Identity and Access Management in Azure](https://docs.microsoft.com/en-us/azure/architecture/security/identity?WT.mc_id=none-twitter-tajanca#feedback) +* Content Source: [docs/security/identity.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/security/identity.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1.0,"Sync Admin Accounts - Hi, +please provide more details for the section: Don’t synchronize on-premises admin accounts to cloud identity providers + +Is your point to grant admin roles in AAD only to cloud-only accounts? + +AFAIK the managemant of administrative rights in AD and AAD are separated and from the perspective of the AAD a domain admin is a ""normal account"". Where is the path for the privilege escalation? + +And please describe how AADC prevents the sync by default. In my experience Domain Admins are synced but you get an error message in the logs for the writeback of the ms-ds-consistencyGUID. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: def43e94-5049-5848-e385-dda52e7bd3dc +* Version Independent ID: 32cea313-ec24-f5b2-02bf-3cbe5a355a13 +* Content: [Identity and Access Management in Azure](https://docs.microsoft.com/en-us/azure/architecture/security/identity?WT.mc_id=none-twitter-tajanca#feedback) +* Content Source: [docs/security/identity.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/security/identity.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,sync admin accounts hi please provide more details for the section don’t synchronize on premises admin accounts to cloud identity providers is your point to grant admin roles in aad only to cloud only accounts afaik the managemant of administrative rights in ad and aad are separated and from the perspective of the aad a domain admin is a normal account where is the path for the privilege escalation and please describe how aadc prevents the sync by default in my experience domain admins are synced but you get an error message in the logs for the writeback of the ms ds consistencyguid document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud design principles github login pagewriter msft microsoft alias pnp ,1 +5562,12701890334.0,IssuesEvent,2020-06-22 19:03:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Shouldn't Jumpbox in the diagram be replaced with Azure Bastion?,Pri1 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged," +[Enter feedback here] +This diagram pre dates the release of Bastion and I think it should replace jumpboxes in the diagram since thats its purpose. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: be033e7f-d78f-f63f-c9b5-f08130315704 +* Version Independent ID: d66f5650-fffb-79a6-ee59-40eaad06cd4f +* Content: [Multi-region N-tier application - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/multi-region-sql-server) +* Content Source: [docs/reference-architectures/n-tier/multi-region-sql-server.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/n-tier/multi-region-sql-server.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Shouldn't Jumpbox in the diagram be replaced with Azure Bastion? - +[Enter feedback here] +This diagram pre dates the release of Bastion and I think it should replace jumpboxes in the diagram since thats its purpose. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: be033e7f-d78f-f63f-c9b5-f08130315704 +* Version Independent ID: d66f5650-fffb-79a6-ee59-40eaad06cd4f +* Content: [Multi-region N-tier application - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/multi-region-sql-server) +* Content Source: [docs/reference-architectures/n-tier/multi-region-sql-server.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/n-tier/multi-region-sql-server.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,shouldn t jumpbox in the diagram be replaced with azure bastion this diagram pre dates the release of bastion and i think it should replace jumpboxes in the diagram since thats its purpose document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id fffb content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +14600,2829610102.0,IssuesEvent,2015-05-23 02:06:28,awesomebing1/fuzzdb,https://api.github.com/repos/awesomebing1/fuzzdb,closed,http://www.nureyev-medical.org/forum/footballclemson-vs-georgia-tech-live-streaming-ncaaf,auto-migrated Priority-Medium Type-Defect,"``` +What steps will reproduce the problem? +1. +2. +http://www.nureyev-medical.org/forum/footballclemson-vs-georgia-tech-live-stream +ing-ncaaf + +http://www.nureyev-medical.org/forum/footballclemson-vs-georgia-tech-live-stream +ing-ncaaf + +http://www.nureyev-medical.org/forum/footballclemson-vs-georgia-tech-live-stream +ing-ncaaf + +What is the expected output? What do you see instead? + + +What version of the product are you using? On what operating system? + + +Please provide any additional information below. + + +``` + +Original issue reported on code.google.com by `sabujhos...@gmail.com` on 15 Nov 2014 at 4:20",1.0,"http://www.nureyev-medical.org/forum/footballclemson-vs-georgia-tech-live-streaming-ncaaf - ``` +What steps will reproduce the problem? +1. +2. +http://www.nureyev-medical.org/forum/footballclemson-vs-georgia-tech-live-stream +ing-ncaaf + +http://www.nureyev-medical.org/forum/footballclemson-vs-georgia-tech-live-stream +ing-ncaaf + +http://www.nureyev-medical.org/forum/footballclemson-vs-georgia-tech-live-stream +ing-ncaaf + +What is the expected output? What do you see instead? + + +What version of the product are you using? On what operating system? + + +Please provide any additional information below. + + +``` + +Original issue reported on code.google.com by `sabujhos...@gmail.com` on 15 Nov 2014 at 4:20",0, what steps will reproduce the problem ing ncaaf ing ncaaf ing ncaaf what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below original issue reported on code google com by sabujhos gmail com on nov at ,0 +9478,24653118079.0,IssuesEvent,2022-10-17 20:27:59,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Benefit to this approach vs Azure Monitor,assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri1," +Is there a particular scenario this guidance seeks to address? If so, that would be good to call out. + +It's not clear what the benefit to this approach is compared to using existing Azure Monitor capabilities. For example, with the introduction of workspace-based App Insights resources, the assertion that 'consolidating multiple applications into a single workspace is a challenge' seems a bit out of date. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 68db9a0c-2b6a-c5aa-5fcc-428ae4cbce7b +* Version Independent ID: 68db9a0c-2b6a-c5aa-5fcc-428ae4cbce7b +* Content: [Enterprise-grade logging on Azure - Azure Reference Architectures](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/logging/enterprise-grade-logging) +* Content Source: [docs/reference-architectures/logging/enterprise-grade-logging.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/logging/enterprise-grade-logging.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @yemrea +* Microsoft Alias: **yemrea**",2.0,"Benefit to this approach vs Azure Monitor - +Is there a particular scenario this guidance seeks to address? If so, that would be good to call out. + +It's not clear what the benefit to this approach is compared to using existing Azure Monitor capabilities. For example, with the introduction of workspace-based App Insights resources, the assertion that 'consolidating multiple applications into a single workspace is a challenge' seems a bit out of date. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 68db9a0c-2b6a-c5aa-5fcc-428ae4cbce7b +* Version Independent ID: 68db9a0c-2b6a-c5aa-5fcc-428ae4cbce7b +* Content: [Enterprise-grade logging on Azure - Azure Reference Architectures](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/logging/enterprise-grade-logging) +* Content Source: [docs/reference-architectures/logging/enterprise-grade-logging.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/logging/enterprise-grade-logging.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @yemrea +* Microsoft Alias: **yemrea**",1,benefit to this approach vs azure monitor is there a particular scenario this guidance seeks to address if so that would be good to call out it s not clear what the benefit to this approach is compared to using existing azure monitor capabilities for example with the introduction of workspace based app insights resources the assertion that consolidating multiple applications into a single workspace is a challenge seems a bit out of date document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login yemrea microsoft alias yemrea ,1 +5039,11986407645.0,IssuesEvent,2020-04-07 19:15:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,PDF links point to web instead of pointing to PDF,Pri2 architecture-center/svc cxp solution-idea/subsvc triaged," +[Enter feedback here] +The pdf create has an error. The links are create to the pages in the web while these links should point to the location on the pdf itself + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 041da9ff-57a4-916d-ae12-8b1e4fe77d44 +* Version Independent ID: a56ac57e-3796-559f-261f-76061e0e4810 +* Content: [Blockchain Workflow Application - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/blockchain-workflow-application) +* Content Source: [docs/solution-ideas/articles/blockchain-workflow-application.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/blockchain-workflow-application.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"PDF links point to web instead of pointing to PDF - +[Enter feedback here] +The pdf create has an error. The links are create to the pages in the web while these links should point to the location on the pdf itself + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 041da9ff-57a4-916d-ae12-8b1e4fe77d44 +* Version Independent ID: a56ac57e-3796-559f-261f-76061e0e4810 +* Content: [Blockchain Workflow Application - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/blockchain-workflow-application) +* Content Source: [docs/solution-ideas/articles/blockchain-workflow-application.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/blockchain-workflow-application.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,pdf links point to web instead of pointing to pdf the pdf create has an error the links are create to the pages in the web while these links should point to the location on the pdf itself document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +8250,21715265123.0,IssuesEvent,2022-05-10 17:15:06,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Pricing Links appear to be wrong,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"With the Medium and Large pricing links - the price estimator for 500,000 and 50,000,000 images - puts those values in the S1 tier, but the estimator shows the price per 1,000 transactions, therefore I believe the pricing should dividing both the Medium and Large tier transactions by 1,000 - unless I'm not understanding. + + +The small pricing tier does appear to show the correct values. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8866b26b-b0e7-494e-48cf-491db44b3aeb +* Version Independent ID: bd1d10ff-39db-a6cb-1a63-805e19159561 +* Content: [Image classification on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/ai/intelligent-apps-image-processing) +* Content Source: [docs/example-scenario/ai/intelligent-apps-image-processing.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/ai/intelligent-apps-image-processing.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @aschauhan22 +* Microsoft Alias: **Ashish.Chauhan**",1.0,"Pricing Links appear to be wrong - With the Medium and Large pricing links - the price estimator for 500,000 and 50,000,000 images - puts those values in the S1 tier, but the estimator shows the price per 1,000 transactions, therefore I believe the pricing should dividing both the Medium and Large tier transactions by 1,000 - unless I'm not understanding. + + +The small pricing tier does appear to show the correct values. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8866b26b-b0e7-494e-48cf-491db44b3aeb +* Version Independent ID: bd1d10ff-39db-a6cb-1a63-805e19159561 +* Content: [Image classification on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/ai/intelligent-apps-image-processing) +* Content Source: [docs/example-scenario/ai/intelligent-apps-image-processing.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/ai/intelligent-apps-image-processing.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @aschauhan22 +* Microsoft Alias: **Ashish.Chauhan**",1,pricing links appear to be wrong with the medium and large pricing links the price estimator for and images puts those values in the tier but the estimator shows the price per transactions therefore i believe the pricing should dividing both the medium and large tier transactions by unless i m not understanding the small pricing tier does appear to show the correct values document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login microsoft alias ashish chauhan ,1 +3881,10239387010.0,IssuesEvent,2019-08-19 18:07:14,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Autoscaling documentation not complete,architecture-center/svc assigned-to-author doc-enhancement triaged,"Autoscaling documentation and pointers to specific detailed sections are available for Service Fabric, VM Scale Sets, App Services, Azure Functions, Cloud Service etc However, additional information for Azure Kubernetes Service, Azure Container Service and Azure Container Instances should be added. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 98e6cd92-676a-6d6f-2ea8-ebe9301f59a9 +* Version Independent ID: edfbb571-5bcf-2339-2cce-5e6a22fd591c +* Content: [Autoscaling guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/auto-scaling#feedback) +* Content Source: [docs/best-practices/auto-scaling.md](https://github.com/mspnp/architecture-center/blob/master/docs/best-practices/auto-scaling.md) +* Service: **architecture-center** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Autoscaling documentation not complete - Autoscaling documentation and pointers to specific detailed sections are available for Service Fabric, VM Scale Sets, App Services, Azure Functions, Cloud Service etc However, additional information for Azure Kubernetes Service, Azure Container Service and Azure Container Instances should be added. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 98e6cd92-676a-6d6f-2ea8-ebe9301f59a9 +* Version Independent ID: edfbb571-5bcf-2339-2cce-5e6a22fd591c +* Content: [Autoscaling guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/auto-scaling#feedback) +* Content Source: [docs/best-practices/auto-scaling.md](https://github.com/mspnp/architecture-center/blob/master/docs/best-practices/auto-scaling.md) +* Service: **architecture-center** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,autoscaling documentation not complete autoscaling documentation and pointers to specific detailed sections are available for service fabric vm scale sets app services azure functions cloud service etc however additional information for azure kubernetes service azure container service and azure container instances should be added document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +4816,11732776504.0,IssuesEvent,2020-03-11 04:56:43,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,can you train on AKS in Azure ML?? ,Pri2 architecture-center/svc cxp product-question solution-idea/subsvc triaged,"Can you train on AKS in Azure ML? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c04a7e7b-ebe4-b967-3cd1-fab859a9a43f +* Version Independent ID: 3368462d-475c-2a21-07db-c23b557c5144 +* Content: [Machine Learning model training with AKS - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/machine-learning-with-aks) +* Content Source: [docs/solution-ideas/articles/machine-learning-with-aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/machine-learning-with-aks.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"can you train on AKS in Azure ML?? - Can you train on AKS in Azure ML? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c04a7e7b-ebe4-b967-3cd1-fab859a9a43f +* Version Independent ID: 3368462d-475c-2a21-07db-c23b557c5144 +* Content: [Machine Learning model training with AKS - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/machine-learning-with-aks) +* Content Source: [docs/solution-ideas/articles/machine-learning-with-aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/machine-learning-with-aks.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,can you train on aks in azure ml can you train on aks in azure ml document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +44065,9535553583.0,IssuesEvent,2019-04-30 07:16:17,joomla/joomla-cms,https://api.github.com/repos/joomla/joomla-cms,closed,Bug with xml field type SQL,J3 Issue No Code Attached Yet,"### Steps to reproduce the issue +I need to use field type sql with param sql_filter (see https://docs.joomla.org/SQL_form_field_type) + +### Expected result +I query added condition with values in this field. + + +### Actual result +Condition not added. + + +### System information (as much as possible) +Joomla 3.x + + +### Additional comments +I fix this with edit the file: \libraries\joomla\form\fields\sql.php. +![screen shot 2018-10-30 at 09 04 47](https://issues.joomla.org/uploads/1/591744945ab83e22941bc313a2a01c0d.png)My code add with comments //SDI. +",1.0,"Bug with xml field type SQL - ### Steps to reproduce the issue +I need to use field type sql with param sql_filter (see https://docs.joomla.org/SQL_form_field_type) + +### Expected result +I query added condition with values in this field. + + +### Actual result +Condition not added. + + +### System information (as much as possible) +Joomla 3.x + + +### Additional comments +I fix this with edit the file: \libraries\joomla\form\fields\sql.php. +![screen shot 2018-10-30 at 09 04 47](https://issues.joomla.org/uploads/1/591744945ab83e22941bc313a2a01c0d.png)My code add with comments //SDI. +",0,bug with xml field type sql steps to reproduce the issue i need to use field type sql with param sql filter see expected result i query added condition with values in this field actual result condition not added system information as much as possible joomla x additional comments i fix this with edit the file libraries joomla form fields sql php code add with comments sdi ,0 +3885,10239425536.0,IssuesEvent,2019-08-19 18:13:08,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Need to update based on ADLS Gen2 Functionality,architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged," +Page needs to be updated based on the ADLS Gen2 functionality. It actually offers GRS. Incorrectly stated. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4931350d-0c12-00b2-64a8-112f67aba3f2 +* Version Independent ID: eed89d06-7676-30e1-b801-2f67a09856f0 +* Content: [Choosing a data storage technology](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/data-storage#feedback) +* Content Source: [docs/data-guide/technology-choices/data-storage.md](https://github.com/mspnp/architecture-center/blob/master/docs/data-guide/technology-choices/data-storage.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"Need to update based on ADLS Gen2 Functionality - +Page needs to be updated based on the ADLS Gen2 functionality. It actually offers GRS. Incorrectly stated. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4931350d-0c12-00b2-64a8-112f67aba3f2 +* Version Independent ID: eed89d06-7676-30e1-b801-2f67a09856f0 +* Content: [Choosing a data storage technology](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/data-storage#feedback) +* Content Source: [docs/data-guide/technology-choices/data-storage.md](https://github.com/mspnp/architecture-center/blob/master/docs/data-guide/technology-choices/data-storage.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,need to update based on adls functionality page needs to be updated based on the adls functionality it actually offers grs incorrectly stated document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login zoinertejada microsoft alias pnp ,1 +5083,12035359600.0,IssuesEvent,2020-04-13 17:44:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Validate data types of properties inside the object,Pri2 architecture-center/svc assigned-to-author reference-architecture/subsvc triaged,"When I expect an object as a parameter, is it possible to define the data types of the properties inside it? + +Example: I expect object parameter ""credential"" to be supplied. This object will contain two properties ""user"" and ""password"". I need ARM to treat ""password"" as a securestring and not a normal string. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: aa870d42-1b00-d600-4fef-dd67219a1dc6 +* Version Independent ID: 61fa68a5-a08b-7693-ebfd-18711ebd1bbb +* Content: [Use an object as a parameter in an Azure Resource Manager template - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/building-blocks/extending-templates/objects-as-parameters) +* Content Source: [docs/building-blocks/extending-templates/objects-as-parameters.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/building-blocks/extending-templates/objects-as-parameters.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",2.0,"Validate data types of properties inside the object - When I expect an object as a parameter, is it possible to define the data types of the properties inside it? + +Example: I expect object parameter ""credential"" to be supplied. This object will contain two properties ""user"" and ""password"". I need ARM to treat ""password"" as a securestring and not a normal string. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: aa870d42-1b00-d600-4fef-dd67219a1dc6 +* Version Independent ID: 61fa68a5-a08b-7693-ebfd-18711ebd1bbb +* Content: [Use an object as a parameter in an Azure Resource Manager template - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/building-blocks/extending-templates/objects-as-parameters) +* Content Source: [docs/building-blocks/extending-templates/objects-as-parameters.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/building-blocks/extending-templates/objects-as-parameters.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1,validate data types of properties inside the object when i expect an object as a parameter is it possible to define the data types of the properties inside it example i expect object parameter credential to be supplied this object will contain two properties user and password i need arm to treat password as a securestring and not a normal string document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id ebfd content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +790850,27839263159.0,IssuesEvent,2023-03-20 11:39:49,ballerina-platform/openapi-tools,https://api.github.com/repos/ballerina-platform/openapi-tools,closed,Get Null Pointer exception when generating Stripe connector,Type/Bug Points/1 Priority/High OpenAPIToBallerina,"**Description:** +$subject +``` +ballerina: Oh no, something really went wrong. Bad. Sad. + +We appreciate it if you can report the code that broke Ballerina in +https://github.com/ballerina-platform/ballerina-lang/issues with the +log you get below and your sample code. + +We thank you for helping make us better. + +[2023-03-16 09:55:53,810] SEVERE {b7a.log.crash} - null +java.lang.NullPointerException + at io.ballerina.openapi.core.generators.schema.ballerinatypegenerators.ArrayTypeGenerator.generateTypeDescriptorNode(ArrayTypeGenerator.java:95) + at io.ballerina.openapi.core.generators.schema.ballerinatypegenerators.RecordTypeGenerator.getRecordRestDescriptorNode(RecordTypeGenerator.java:224) + at io.ballerina.openapi.core.generators.schema.ballerinatypegenerators.RecordTypeGenerator.getRecordMetadata(RecordTypeGenerator.java:164) + at io.ballerina.openapi.core.generators.schema.ballerinatypegenerators.RecordTypeGenerator.generateTypeDescriptorNode(RecordTypeGenerator.java:116) + at io.ballerina.openapi.core.generators.schema.ballerinatypegenerators.RecordTypeGenerator.addRecordFields(RecordTypeGenerator.java:256) + at io.ballerina.openapi.core.generators.schema.ballerinatypegenerators.RecordTypeGenerator.generateTypeDescriptorNode(RecordTypeGenerator.java:121) + at io.ballerina.openapi.core.generators.schema.ballerinatypegenerators.TypeGenerator.generateTypeDefinitionNode(TypeGenerator.java:73) + at io.ballerina.openapi.core.generators.schema.BallerinaTypesGenerator.getTypeDefinitionNode(BallerinaTypesGenerator.java:236) + at io.ballerina.openapi.core.generators.schema.BallerinaTypesGenerator.generateSyntaxTree(BallerinaTypesGenerator.java:143) + at io.ballerina.openapi.cmd.BallerinaCodeGenerator.generateClientFiles(BallerinaCodeGenerator.java:360) + at io.ballerina.openapi.cmd.BallerinaCodeGenerator.generateClient(BallerinaCodeGenerator.java:215) + at io.ballerina.openapi.cmd.OpenApiCmd.generatesClientFile(OpenApiCmd.java:355) + at io.ballerina.openapi.cmd.OpenApiCmd.openApiToBallerina(OpenApiCmd.java:283) + at io.ballerina.openapi.cmd.OpenApiCmd.execute(OpenApiCmd.java:183) + at java.base/java.util.Optional.ifPresent(Optional.java:183) + at io.ballerina.cli.launcher.Main.main(Main.java:51) +``` + +**Steps to reproduce:** +Generate client using the openapi [here](https://github.com/ballerina-platform/openapi-connectors/blob/main/openapi/stripe/openapi.yaml) + +**Affected Versions:** + +**OS, DB, other environment details and versions:** + +**Related Issues (optional):** + + +**Suggested Labels (optional):** + + +**Suggested Assignees (optional):** + +",1.0,"Get Null Pointer exception when generating Stripe connector - **Description:** +$subject +``` +ballerina: Oh no, something really went wrong. Bad. Sad. + +We appreciate it if you can report the code that broke Ballerina in +https://github.com/ballerina-platform/ballerina-lang/issues with the +log you get below and your sample code. + +We thank you for helping make us better. + +[2023-03-16 09:55:53,810] SEVERE {b7a.log.crash} - null +java.lang.NullPointerException + at io.ballerina.openapi.core.generators.schema.ballerinatypegenerators.ArrayTypeGenerator.generateTypeDescriptorNode(ArrayTypeGenerator.java:95) + at io.ballerina.openapi.core.generators.schema.ballerinatypegenerators.RecordTypeGenerator.getRecordRestDescriptorNode(RecordTypeGenerator.java:224) + at io.ballerina.openapi.core.generators.schema.ballerinatypegenerators.RecordTypeGenerator.getRecordMetadata(RecordTypeGenerator.java:164) + at io.ballerina.openapi.core.generators.schema.ballerinatypegenerators.RecordTypeGenerator.generateTypeDescriptorNode(RecordTypeGenerator.java:116) + at io.ballerina.openapi.core.generators.schema.ballerinatypegenerators.RecordTypeGenerator.addRecordFields(RecordTypeGenerator.java:256) + at io.ballerina.openapi.core.generators.schema.ballerinatypegenerators.RecordTypeGenerator.generateTypeDescriptorNode(RecordTypeGenerator.java:121) + at io.ballerina.openapi.core.generators.schema.ballerinatypegenerators.TypeGenerator.generateTypeDefinitionNode(TypeGenerator.java:73) + at io.ballerina.openapi.core.generators.schema.BallerinaTypesGenerator.getTypeDefinitionNode(BallerinaTypesGenerator.java:236) + at io.ballerina.openapi.core.generators.schema.BallerinaTypesGenerator.generateSyntaxTree(BallerinaTypesGenerator.java:143) + at io.ballerina.openapi.cmd.BallerinaCodeGenerator.generateClientFiles(BallerinaCodeGenerator.java:360) + at io.ballerina.openapi.cmd.BallerinaCodeGenerator.generateClient(BallerinaCodeGenerator.java:215) + at io.ballerina.openapi.cmd.OpenApiCmd.generatesClientFile(OpenApiCmd.java:355) + at io.ballerina.openapi.cmd.OpenApiCmd.openApiToBallerina(OpenApiCmd.java:283) + at io.ballerina.openapi.cmd.OpenApiCmd.execute(OpenApiCmd.java:183) + at java.base/java.util.Optional.ifPresent(Optional.java:183) + at io.ballerina.cli.launcher.Main.main(Main.java:51) +``` + +**Steps to reproduce:** +Generate client using the openapi [here](https://github.com/ballerina-platform/openapi-connectors/blob/main/openapi/stripe/openapi.yaml) + +**Affected Versions:** + +**OS, DB, other environment details and versions:** + +**Related Issues (optional):** + + +**Suggested Labels (optional):** + + +**Suggested Assignees (optional):** + +",0,get null pointer exception when generating stripe connector description subject ballerina oh no something really went wrong bad sad we appreciate it if you can report the code that broke ballerina in with the log you get below and your sample code we thank you for helping make us better severe log crash null java lang nullpointerexception at io ballerina openapi core generators schema ballerinatypegenerators arraytypegenerator generatetypedescriptornode arraytypegenerator java at io ballerina openapi core generators schema ballerinatypegenerators recordtypegenerator getrecordrestdescriptornode recordtypegenerator java at io ballerina openapi core generators schema ballerinatypegenerators recordtypegenerator getrecordmetadata recordtypegenerator java at io ballerina openapi core generators schema ballerinatypegenerators recordtypegenerator generatetypedescriptornode recordtypegenerator java at io ballerina openapi core generators schema ballerinatypegenerators recordtypegenerator addrecordfields recordtypegenerator java at io ballerina openapi core generators schema ballerinatypegenerators recordtypegenerator generatetypedescriptornode recordtypegenerator java at io ballerina openapi core generators schema ballerinatypegenerators typegenerator generatetypedefinitionnode typegenerator java at io ballerina openapi core generators schema ballerinatypesgenerator gettypedefinitionnode ballerinatypesgenerator java at io ballerina openapi core generators schema ballerinatypesgenerator generatesyntaxtree ballerinatypesgenerator java at io ballerina openapi cmd ballerinacodegenerator generateclientfiles ballerinacodegenerator java at io ballerina openapi cmd ballerinacodegenerator generateclient ballerinacodegenerator java at io ballerina openapi cmd openapicmd generatesclientfile openapicmd java at io ballerina openapi cmd openapicmd openapitoballerina openapicmd java at io ballerina openapi cmd openapicmd execute openapicmd java at java base java util optional ifpresent optional java at io ballerina cli launcher main main main java steps to reproduce generate client using the openapi affected versions os db other environment details and versions related issues optional suggested labels optional suggested assignees optional ,0 +374367,11088545671.0,IssuesEvent,2019-12-14 11:59:30,ONEARMY/community-platform,https://api.github.com/repos/ONEARMY/community-platform,closed,[bug] Fix padding on how-to steps' number,Priority: Low Type:Bug🐛,"The step number and the step title are not vertically aligned (bad typography). + +Fix: change the padding of the step number to 20px all sides (now is 15px 20px). + + +",1.0,"[bug] Fix padding on how-to steps' number - The step number and the step title are not vertically aligned (bad typography). + +Fix: change the padding of the step number to 20px all sides (now is 15px 20px). + + +",0, fix padding on how to steps number the step number and the step title are not vertically aligned bad typography fix change the padding of the step number to all sides now is img width alt image src ,0 +6791,15296547041.0,IssuesEvent,2021-02-24 07:02:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Cosmos DB Retry Guidance refers to old SDK Version,Pri2 architecture-center/svc best-practice/subsvc cxp doc-bug triaged,"The CosmosDb section seems to be based on the V2 SDK, which has long since been superseded by the V3 SDK. Can this be updated to account for the V3 sdk. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Retry guidance for Azure services - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific#cosmos-db) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Cosmos DB Retry Guidance refers to old SDK Version - The CosmosDb section seems to be based on the V2 SDK, which has long since been superseded by the V3 SDK. Can this be updated to account for the V3 sdk. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Retry guidance for Azure services - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific#cosmos-db) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,cosmos db retry guidance refers to old sdk version the cosmosdb section seems to be based on the sdk which has long since been superseded by the sdk can this be updated to account for the sdk document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service best practice github login microsoft alias pnp ,1 +69111,30080253459.0,IssuesEvent,2023-06-29 02:13:46,microsoftgraph/msgraph-beta-sdk-dotnet,https://api.github.com/repos/microsoftgraph/msgraph-beta-sdk-dotnet,closed,Delta Query fails for MS Teams Channel with no conversation,Service issue,"Steps to reproduce: +1. Create a Channel in MS Teams and do not post any conversations in the channel. +2. Invoke the following query to get the channel messages using delta query: https://graph.microsoft.com/beta/teams/{{TeamId}}/channels/{{ChannelId}}/messages/delta +3. An empty response will be returned with a next link. eg { ""@odata.context"": ""https://graph.microsoft.com/beta/$metadata#Collection(chatMessage)"", ""@odata.nextLink"": ""https://graph.microsoft.com/beta/teams/75535b14-113e-4bee-a63f-e8562ebfd3de/channels/19:321abe1548dc46478ba1b78dc4c66675@thread.tacv2/messages/delta?$skiptoken=jvWS65BoVoenP3WxgWWn7GBbw6mKx5XoXEMTn-EZK8RT8GiUI61wa69WI0VENdibFgje60HReF0J7-3vG9Gyiw.ki2OFDgCrgacx17owZ8f_fPiBv8PfNLtGWOA9fhgJ7s"", ""value"": [] } + +4. Try to query again by using the nextLink from the above response. This time it returns HTTP Response Code 400 with the following payload: { ""error"": { ""code"": ""BadRequest"", ""message"": ""Parameter 'DeltaToken' not supported for this request."", ""innerError"": { ""date"": ""2021-02-26T02:49:36"", ""request-id"": ""1ddb3b02-185c-40f9-a873-434b76ee2a16"", ""client-request-id"": ""1ddb3b02-185c-40f9-a873-434b76ee2a16"" } } } +[AB#8520](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/8520)",1.0,"Delta Query fails for MS Teams Channel with no conversation - Steps to reproduce: +1. Create a Channel in MS Teams and do not post any conversations in the channel. +2. Invoke the following query to get the channel messages using delta query: https://graph.microsoft.com/beta/teams/{{TeamId}}/channels/{{ChannelId}}/messages/delta +3. An empty response will be returned with a next link. eg { ""@odata.context"": ""https://graph.microsoft.com/beta/$metadata#Collection(chatMessage)"", ""@odata.nextLink"": ""https://graph.microsoft.com/beta/teams/75535b14-113e-4bee-a63f-e8562ebfd3de/channels/19:321abe1548dc46478ba1b78dc4c66675@thread.tacv2/messages/delta?$skiptoken=jvWS65BoVoenP3WxgWWn7GBbw6mKx5XoXEMTn-EZK8RT8GiUI61wa69WI0VENdibFgje60HReF0J7-3vG9Gyiw.ki2OFDgCrgacx17owZ8f_fPiBv8PfNLtGWOA9fhgJ7s"", ""value"": [] } + +4. Try to query again by using the nextLink from the above response. This time it returns HTTP Response Code 400 with the following payload: { ""error"": { ""code"": ""BadRequest"", ""message"": ""Parameter 'DeltaToken' not supported for this request."", ""innerError"": { ""date"": ""2021-02-26T02:49:36"", ""request-id"": ""1ddb3b02-185c-40f9-a873-434b76ee2a16"", ""client-request-id"": ""1ddb3b02-185c-40f9-a873-434b76ee2a16"" } } } +[AB#8520](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/8520)",0,delta query fails for ms teams channel with no conversation steps to reproduce create a channel in ms teams and do not post any conversations in the channel invoke the following query to get the channel messages using delta query an empty response will be returned with a next link eg odata context odata nextlink value try to query again by using the nextlink from the above response this time it returns http response code with the following payload error code badrequest message parameter deltatoken not supported for this request innererror date request id client request id ,0 +3660,9958254534.0,IssuesEvent,2019-07-05 20:15:51,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,AWS Systems Manager,architecture-center/svc cloud-fundamentals/subsvc cxp triaged,"I would argue that AWS Systems Manager is a lot similar to Azure Automation. Granted it can be used to monitor compliance/remediate issues. However, it also has a large focus on automating repetitive tasks as well as patching and managing EC2 instances. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1.0,"AWS Systems Manager - I would argue that AWS Systems Manager is a lot similar to Azure Automation. Granted it can be used to monitor compliance/remediate issues. However, it also has a large focus on automating repetitive tasks as well as patching and managing EC2 instances. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1,aws systems manager i would argue that aws systems manager is a lot similar to azure automation granted it can be used to monitor compliance remediate issues however it also has a large focus on automating repetitive tasks as well as patching and managing instances document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login jasrobe microsoft alias pnp ,1 +634183,20329829053.0,IssuesEvent,2022-02-18 09:38:22,apcountryman/picolibrary-microchip-megaavr0,https://api.github.com/repos/apcountryman/picolibrary-microchip-megaavr0,closed,Add Microchip megaAVR 0-series asynchronous serial transmitter interactive testing skeleton,priority-normal status-awaiting_review type-feature,"Add Microchip megaAVR 0-series asynchronous serial transmitter (`::picolibrary::Microchip::megaAVR0::Asynchronous_Serial::Transmitter`) interactive testing skeleton. +- [x] Add `test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/CMakeLists.txt` +- [x] Add the `test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/` directory to the build",1.0,"Add Microchip megaAVR 0-series asynchronous serial transmitter interactive testing skeleton - Add Microchip megaAVR 0-series asynchronous serial transmitter (`::picolibrary::Microchip::megaAVR0::Asynchronous_Serial::Transmitter`) interactive testing skeleton. +- [x] Add `test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/CMakeLists.txt` +- [x] Add the `test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/` directory to the build",0,add microchip megaavr series asynchronous serial transmitter interactive testing skeleton add microchip megaavr series asynchronous serial transmitter picolibrary microchip asynchronous serial transmitter interactive testing skeleton add test interactive picolibrary microchip asynchronous serial transmitter cmakelists txt add the test interactive picolibrary microchip asynchronous serial transmitter directory to the build,0 +4502,4389845469.0,IssuesEvent,2016-08-08 23:54:38,bvaughn/react-virtualized,https://api.github.com/repos/bvaughn/react-virtualized,closed,overscanRowCount property in Collection component?,enhancement performance,"I think a property like VirtualScroll's overscanRowCount it would really useful on Collection too. It would be really important to try reduce flickering during scrolling (especially) on mobile browers that usually delay when onscroll event is triggered. + +@bvaughn has proposed implementing as horizontalOverscan and verticalOverscan and I think that would be perfect! +",True,"overscanRowCount property in Collection component? - I think a property like VirtualScroll's overscanRowCount it would really useful on Collection too. It would be really important to try reduce flickering during scrolling (especially) on mobile browers that usually delay when onscroll event is triggered. + +@bvaughn has proposed implementing as horizontalOverscan and verticalOverscan and I think that would be perfect! +",0,overscanrowcount property in collection component i think a property like virtualscroll s overscanrowcount it would really useful on collection too it would be really important to try reduce flickering during scrolling especially on mobile browers that usually delay when onscroll event is triggered bvaughn has proposed implementing as horizontaloverscan and verticaloverscan and i think that would be perfect ,0 +46689,5827002190.0,IssuesEvent,2017-05-08 07:33:45,cockroachdb/cockroach,https://api.github.com/repos/cockroachdb/cockroach,opened,storage: TestStoreRangeGossipOnSplits failed under stress,Robot test-failure,"SHA: https://github.com/cockroachdb/cockroach/commits/2251848e5b68e278da0f619967186373ccadc84a + +Parameters: +``` +TAGS= +GOFLAGS=-race +``` + +Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=244404&tab=buildLog + +``` +I170508 07:32:27.893398 65157 gossip/gossip.go:297 [n1] NodeDescriptor set to node_id:1 address: attrs:<> locality:<> +I170508 07:32:27.913362 65157 storage/store.go:1250 [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available +I170508 07:32:27.935540 65157 storage/replica_command.go:2632 initiating a split of this range at key ""00"" [r2] +I170508 07:32:27.964004 65157 storage/replica_command.go:2632 initiating a split of this range at key ""01"" [r3] +W170508 07:32:27.971533 65157 storage/stores.go:218 range not contained in one range: [/Meta2/""01"",""01\x00""), but have [/Min,""00"") +I170508 07:32:27.992373 65157 storage/replica_command.go:2632 initiating a split of this range at key ""02"" [r4] +I170508 07:32:28.024303 65157 storage/replica_command.go:2632 initiating a split of this range at key ""03"" [r5] +I170508 07:32:28.068907 65157 storage/replica_command.go:2632 initiating a split of this range at key ""04"" [r6] +I170508 07:32:28.125221 65157 storage/replica_command.go:2632 initiating a split of this range at key ""05"" [r7] +I170508 07:32:28.231068 65157 storage/replica_command.go:2632 initiating a split of this range at key ""06"" [r8] +I170508 07:32:28.388183 65157 storage/replica_command.go:2632 initiating a split of this range at key ""07"" [r9] +I170508 07:32:28.514778 65157 storage/replica_command.go:2632 initiating a split of this range at key ""08"" [r10] +I170508 07:32:28.608585 65157 storage/replica_command.go:2632 initiating a split of this range at key ""09"" [r11] +I170508 07:32:28.655172 65157 storage/replica_command.go:2632 initiating a split of this range at key ""10"" [r12] +I170508 07:32:28.683704 65157 storage/replica_command.go:2632 initiating a split of this range at key ""11"" [r13] +I170508 07:32:28.743154 65157 storage/replica_command.go:2632 initiating a split of this range at key ""12"" [r14] +I170508 07:32:28.771831 65157 storage/replica_command.go:2632 initiating a split of this range at key ""13"" [r15] +I170508 07:32:28.808906 65157 storage/replica_command.go:2632 initiating a split of this range at key ""14"" [r16] +I170508 07:32:28.872159 65157 storage/replica_command.go:2632 initiating a split of this range at key ""15"" [r17] +I170508 07:32:28.890678 65157 storage/replica_command.go:2632 initiating a split of this range at key ""16"" [r18] +I170508 07:32:28.929932 65157 storage/replica_command.go:2632 initiating a split of this range at key ""17"" [r19] +I170508 07:32:29.020215 65157 storage/replica_command.go:2632 initiating a split of this range at key ""18"" [r20] +I170508 07:32:29.083178 65157 storage/replica_command.go:2632 initiating a split of this range at key ""19"" [r21] +I170508 07:32:29.110443 65157 storage/replica_command.go:2632 initiating a split of this range at key ""20"" [r22] +I170508 07:32:29.171927 65157 util/stop/stopper.go:505 quiescing; tasks left: +1 storage/intent_resolver.go:259 +1 kv/txn_coord_sender.go:981 +1 gossip/infostore.go:301 +I170508 07:32:29.172473 65157 util/stop/stopper.go:505 quiescing; tasks left: +1 storage/intent_resolver.go:259 +1 gossip/infostore.go:301 +I170508 07:32:29.172755 65157 util/stop/stopper.go:505 quiescing; tasks left: +1 storage/intent_resolver.go:259 +W170508 07:32:29.172860 64987 storage/intent_resolver.go:327 [n1,s1,r21/1:{19-20}]: failed to resolve intents: node unavailable; try another peer + client_split_test.go:1735: gossiped range count 22 more than 1 away from expected 26 +```",1.0,"storage: TestStoreRangeGossipOnSplits failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/2251848e5b68e278da0f619967186373ccadc84a + +Parameters: +``` +TAGS= +GOFLAGS=-race +``` + +Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=244404&tab=buildLog + +``` +I170508 07:32:27.893398 65157 gossip/gossip.go:297 [n1] NodeDescriptor set to node_id:1 address: attrs:<> locality:<> +I170508 07:32:27.913362 65157 storage/store.go:1250 [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available +I170508 07:32:27.935540 65157 storage/replica_command.go:2632 initiating a split of this range at key ""00"" [r2] +I170508 07:32:27.964004 65157 storage/replica_command.go:2632 initiating a split of this range at key ""01"" [r3] +W170508 07:32:27.971533 65157 storage/stores.go:218 range not contained in one range: [/Meta2/""01"",""01\x00""), but have [/Min,""00"") +I170508 07:32:27.992373 65157 storage/replica_command.go:2632 initiating a split of this range at key ""02"" [r4] +I170508 07:32:28.024303 65157 storage/replica_command.go:2632 initiating a split of this range at key ""03"" [r5] +I170508 07:32:28.068907 65157 storage/replica_command.go:2632 initiating a split of this range at key ""04"" [r6] +I170508 07:32:28.125221 65157 storage/replica_command.go:2632 initiating a split of this range at key ""05"" [r7] +I170508 07:32:28.231068 65157 storage/replica_command.go:2632 initiating a split of this range at key ""06"" [r8] +I170508 07:32:28.388183 65157 storage/replica_command.go:2632 initiating a split of this range at key ""07"" [r9] +I170508 07:32:28.514778 65157 storage/replica_command.go:2632 initiating a split of this range at key ""08"" [r10] +I170508 07:32:28.608585 65157 storage/replica_command.go:2632 initiating a split of this range at key ""09"" [r11] +I170508 07:32:28.655172 65157 storage/replica_command.go:2632 initiating a split of this range at key ""10"" [r12] +I170508 07:32:28.683704 65157 storage/replica_command.go:2632 initiating a split of this range at key ""11"" [r13] +I170508 07:32:28.743154 65157 storage/replica_command.go:2632 initiating a split of this range at key ""12"" [r14] +I170508 07:32:28.771831 65157 storage/replica_command.go:2632 initiating a split of this range at key ""13"" [r15] +I170508 07:32:28.808906 65157 storage/replica_command.go:2632 initiating a split of this range at key ""14"" [r16] +I170508 07:32:28.872159 65157 storage/replica_command.go:2632 initiating a split of this range at key ""15"" [r17] +I170508 07:32:28.890678 65157 storage/replica_command.go:2632 initiating a split of this range at key ""16"" [r18] +I170508 07:32:28.929932 65157 storage/replica_command.go:2632 initiating a split of this range at key ""17"" [r19] +I170508 07:32:29.020215 65157 storage/replica_command.go:2632 initiating a split of this range at key ""18"" [r20] +I170508 07:32:29.083178 65157 storage/replica_command.go:2632 initiating a split of this range at key ""19"" [r21] +I170508 07:32:29.110443 65157 storage/replica_command.go:2632 initiating a split of this range at key ""20"" [r22] +I170508 07:32:29.171927 65157 util/stop/stopper.go:505 quiescing; tasks left: +1 storage/intent_resolver.go:259 +1 kv/txn_coord_sender.go:981 +1 gossip/infostore.go:301 +I170508 07:32:29.172473 65157 util/stop/stopper.go:505 quiescing; tasks left: +1 storage/intent_resolver.go:259 +1 gossip/infostore.go:301 +I170508 07:32:29.172755 65157 util/stop/stopper.go:505 quiescing; tasks left: +1 storage/intent_resolver.go:259 +W170508 07:32:29.172860 64987 storage/intent_resolver.go:327 [n1,s1,r21/1:{19-20}]: failed to resolve intents: node unavailable; try another peer + client_split_test.go:1735: gossiped range count 22 more than 1 away from expected 26 +```",0,storage teststorerangegossiponsplits failed under stress sha parameters tags goflags race stress build found a failed test gossip gossip go nodedescriptor set to node id address attrs locality storage store go failed initial metrics computation system config not yet available storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage stores go range not contained in one range but have min storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key storage replica command go initiating a split of this range at key util stop stopper go quiescing tasks left storage intent resolver go kv txn coord sender go gossip infostore go util stop stopper go quiescing tasks left storage intent resolver go gossip infostore go util stop stopper go quiescing tasks left storage intent resolver go storage intent resolver go failed to resolve intents node unavailable try another peer client split test go gossiped range count more than away from expected ,0 +4449,11146129811.0,IssuesEvent,2019-12-23 08:52:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Does each new service have its own database? ,Pri2 architecture-center/svc cxp doc-enhancement reference-architecture/subsvc triaged,"I think this article and its pictures could clarify whether or not each new service gets its own database, and syncs its data back to the monolith. Or perhaps if the new service starts pointing at the monolith's database and eventually migrates to its own? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ab3d720e-441b-16f6-a73d-d7a66f81fa32 +* Version Independent ID: 8a923182-0020-db36-e896-0cf71d277c67 +* Content: [Monoliths to microservices using domain-driven design - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/migrate-monolith#feedback) +* Content Source: [docs/microservices/migrate-monolith.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/migrate-monolith.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @lavann +* Microsoft Alias: **pnp**",2.0,"Does each new service have its own database? - I think this article and its pictures could clarify whether or not each new service gets its own database, and syncs its data back to the monolith. Or perhaps if the new service starts pointing at the monolith's database and eventually migrates to its own? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ab3d720e-441b-16f6-a73d-d7a66f81fa32 +* Version Independent ID: 8a923182-0020-db36-e896-0cf71d277c67 +* Content: [Monoliths to microservices using domain-driven design - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/migrate-monolith#feedback) +* Content Source: [docs/microservices/migrate-monolith.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/migrate-monolith.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @lavann +* Microsoft Alias: **pnp**",1,does each new service have its own database i think this article and its pictures could clarify whether or not each new service gets its own database and syncs its data back to the monolith or perhaps if the new service starts pointing at the monolith s database and eventually migrates to its own document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login lavann microsoft alias pnp ,1 +70625,9429953973.0,IssuesEvent,2019-04-12 07:46:40,algolia/docsearch,https://api.github.com/repos/algolia/docsearch,closed,New website feedback,documentation,"- [x] Symfony does not use us anymore, we should remove the logo cc @0livier +- [x] Hero is very heavy with the lines. It makes it difficult to read the subtitle. cc @Kosai106 +- [ ] Lines in the middle of the page aren't full-width. cc @Kosai106 +- [ ] `+` sign in the header seem broken (missing parts) +- [x] Footer isn't full-width either. cc @Kosai106 +- [x] Three columns layout shouldn't use justified text. +- [x] Wrong OG Image +- [x] Input placeholder is misaligned ![image](https://user-images.githubusercontent.com/283419/44350148-f068fb00-a49e-11e8-99b0-6f8668ff54ea.png) cc @Haroenv +- [x] Replace Stripe with MomentJS (Stripe is running their own Docker image) +",1.0,"New website feedback - - [x] Symfony does not use us anymore, we should remove the logo cc @0livier +- [x] Hero is very heavy with the lines. It makes it difficult to read the subtitle. cc @Kosai106 +- [ ] Lines in the middle of the page aren't full-width. cc @Kosai106 +- [ ] `+` sign in the header seem broken (missing parts) +- [x] Footer isn't full-width either. cc @Kosai106 +- [x] Three columns layout shouldn't use justified text. +- [x] Wrong OG Image +- [x] Input placeholder is misaligned ![image](https://user-images.githubusercontent.com/283419/44350148-f068fb00-a49e-11e8-99b0-6f8668ff54ea.png) cc @Haroenv +- [x] Replace Stripe with MomentJS (Stripe is running their own Docker image) +",0,new website feedback symfony does not use us anymore we should remove the logo cc hero is very heavy with the lines it makes it difficult to read the subtitle cc lines in the middle of the page aren t full width cc sign in the header seem broken missing parts footer isn t full width either cc three columns layout shouldn t use justified text wrong og image input placeholder is misaligned cc haroenv replace stripe with momentjs stripe is running their own docker image ,0 +3514,9696450714.0,IssuesEvent,2019-05-25 07:39:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Kafka Misspelled,architecture-center/svc cloud-fundamentals/subsvc cxp doc-bug triaged,"Kafka is misspelled in the sentence ""Then it sends a notification message using Kakfa-enabled Event Hubs."" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1970e0cd-53ae-02f6-479b-9ca386a5220e +* Version Independent ID: 8a81baa3-61c2-a8f6-540c-9a239583b8d6 +* Content: [Claim-Check pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/claim-check#feedback) +* Content Source: [docs/patterns/claim-check.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/claim-check.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @yorek +* Microsoft Alias: **pnp**",1.0,"Kafka Misspelled - Kafka is misspelled in the sentence ""Then it sends a notification message using Kakfa-enabled Event Hubs."" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1970e0cd-53ae-02f6-479b-9ca386a5220e +* Version Independent ID: 8a81baa3-61c2-a8f6-540c-9a239583b8d6 +* Content: [Claim-Check pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/claim-check#feedback) +* Content Source: [docs/patterns/claim-check.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/claim-check.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @yorek +* Microsoft Alias: **pnp**",1,kafka misspelled kafka is misspelled in the sentence then it sends a notification message using kakfa enabled event hubs document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login yorek microsoft alias pnp ,1 +739558,25602353626.0,IssuesEvent,2022-12-01 21:27:45,Princeton-LSI-ResearchComputing/tracebase,https://api.github.com/repos/Princeton-LSI-ResearchComputing/tracebase,opened,Tracer concentration missing from FCirc data download,type:bug priority:2-required component:2-templates,"## BUG DESCRIPTION + +### Problem + +Tracer concentration column is empty in the FCirc data download. + +### Steps to reproduce + +1. Select `Download` -> `All FCirc Data` + +### Current behavior + +Column is there but values are missing + +### Expected behavior + +Concentrations in long format should be in the empty column of the downloaded tab-delimited file. + +### Suggested Change + +This is probably a template variable issue - simple fix. + +### Comment + +[Original Slack Comment by MN.](https://tracebase.slack.com/archives/C01LFSYQHN3/p1669929657514039): + +i've looked at tracebase-dev a little bit. Very nice updates! Browsing everything seemed to go smoothly. I found one small error when downloading all -> Fcirc. The data for Tracer Concentration is missing (the column is there but the data is empty). + +----- + +## ISSUE OWNER SECTION + +### Assumptions + +- List of assumptions made WRT the code +- E.g. We will assume input is correct (explaining why there is no validation) + +### Requirements + +- [ ] 1. List of numbered conditions to be met for the feature +- [ ] 2. E.g. Every column/row must display a value, i.e. cannot be empty +- [ ] 3. Numbers for reference & checkboxes for progress tracking + +### Limitations + +- A list of things this work will specifically not do +- E.g. This feature will only handle the most frequent use case X + +### Affected Components + +A list of repository items, dependencies, etc, labeled with add, delete, or +change. One item per line. (Mostly, this will be a list of files.) + +- change: File path or DB table ... +- add: Environment variable or server setting +- delete: External executable or cron job + +### DESIGN + +#### GUI Change description + +Describe changes the user will see. + +#### Code Change Description + +Describe code changes planned for the feature. *(Pseudocode encouraged)* + +#### Tests + +- [ ] 1. A description of at least one test for each requirement above. +- [ ] 2. E.g. Test for req 2 that there's an exception when display value is '' +- [ ] 3. Numbers for reference & checkboxes for progress tracking +",1.0,"Tracer concentration missing from FCirc data download - ## BUG DESCRIPTION + +### Problem + +Tracer concentration column is empty in the FCirc data download. + +### Steps to reproduce + +1. Select `Download` -> `All FCirc Data` + +### Current behavior + +Column is there but values are missing + +### Expected behavior + +Concentrations in long format should be in the empty column of the downloaded tab-delimited file. + +### Suggested Change + +This is probably a template variable issue - simple fix. + +### Comment + +[Original Slack Comment by MN.](https://tracebase.slack.com/archives/C01LFSYQHN3/p1669929657514039): + +i've looked at tracebase-dev a little bit. Very nice updates! Browsing everything seemed to go smoothly. I found one small error when downloading all -> Fcirc. The data for Tracer Concentration is missing (the column is there but the data is empty). + +----- + +## ISSUE OWNER SECTION + +### Assumptions + +- List of assumptions made WRT the code +- E.g. We will assume input is correct (explaining why there is no validation) + +### Requirements + +- [ ] 1. List of numbered conditions to be met for the feature +- [ ] 2. E.g. Every column/row must display a value, i.e. cannot be empty +- [ ] 3. Numbers for reference & checkboxes for progress tracking + +### Limitations + +- A list of things this work will specifically not do +- E.g. This feature will only handle the most frequent use case X + +### Affected Components + +A list of repository items, dependencies, etc, labeled with add, delete, or +change. One item per line. (Mostly, this will be a list of files.) + +- change: File path or DB table ... +- add: Environment variable or server setting +- delete: External executable or cron job + +### DESIGN + +#### GUI Change description + +Describe changes the user will see. + +#### Code Change Description + +Describe code changes planned for the feature. *(Pseudocode encouraged)* + +#### Tests + +- [ ] 1. A description of at least one test for each requirement above. +- [ ] 2. E.g. Test for req 2 that there's an exception when display value is '' +- [ ] 3. Numbers for reference & checkboxes for progress tracking +",0,tracer concentration missing from fcirc data download bug description problem tracer concentration column is empty in the fcirc data download steps to reproduce select download all fcirc data current behavior column is there but values are missing expected behavior concentrations in long format should be in the empty column of the downloaded tab delimited file suggested change this is probably a template variable issue simple fix comment i ve looked at tracebase dev a little bit very nice updates browsing everything seemed to go smoothly i found one small error when downloading all fcirc the data for tracer concentration is missing the column is there but the data is empty issue owner section assumptions list of assumptions made wrt the code e g we will assume input is correct explaining why there is no validation requirements list of numbered conditions to be met for the feature e g every column row must display a value i e cannot be empty numbers for reference checkboxes for progress tracking limitations a list of things this work will specifically not do e g this feature will only handle the most frequent use case x affected components a list of repository items dependencies etc labeled with add delete or change one item per line mostly this will be a list of files change file path or db table add environment variable or server setting delete external executable or cron job design gui change description describe changes the user will see code change description describe code changes planned for the feature pseudocode encouraged tests a description of at least one test for each requirement above e g test for req that there s an exception when display value is numbers for reference checkboxes for progress tracking ,0 +10261,26625684118.0,IssuesEvent,2023-01-24 14:24:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,More detail info needed ,doc-enhancement cxp triaged architecture-center/svc example-scenario/subsvc Pri3,"For this document it mentioned using dynamics 365 as a service to manage product source, but as I know dynamics 365 using dataverse as it's storage which is not listed in the picture. +So could you please add more detail design in this document about dynamics 365 to azure microservice without involving dataverse? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 34ed51e6-265e-aae0-f552-0900a345b3be +* Version Independent ID: 34ed51e6-265e-aae0-f552-0900a345b3be +* Content: [Scalable cloud applications and SRE - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/apps/scalable-apps-performance-modeling-site-reliability) +* Content Source: [docs/example-scenario/apps/scalable-apps-performance-modeling-site-reliability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/apps/scalable-apps-performance-modeling-site-reliability.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @martinekuan +* Microsoft Alias: **subhajch**",1.0,"More detail info needed - For this document it mentioned using dynamics 365 as a service to manage product source, but as I know dynamics 365 using dataverse as it's storage which is not listed in the picture. +So could you please add more detail design in this document about dynamics 365 to azure microservice without involving dataverse? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 34ed51e6-265e-aae0-f552-0900a345b3be +* Version Independent ID: 34ed51e6-265e-aae0-f552-0900a345b3be +* Content: [Scalable cloud applications and SRE - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/apps/scalable-apps-performance-modeling-site-reliability) +* Content Source: [docs/example-scenario/apps/scalable-apps-performance-modeling-site-reliability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/apps/scalable-apps-performance-modeling-site-reliability.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @martinekuan +* Microsoft Alias: **subhajch**",1,more detail info needed for this document it mentioned using dynamics as a service to manage product source but as i know dynamics using dataverse as it s storage which is not listed in the picture so could you please add more detail design in this document about dynamics to azure microservice without involving dataverse document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login martinekuan microsoft alias subhajch ,1 +231763,17754598079.0,IssuesEvent,2021-08-28 13:55:32,SunnieShine/Sudoku,https://api.github.com/repos/SunnieShine/Sudoku,closed,Suggestion: about the about page of menu bar,Area-documentation Kind-feature Author TODOs Area-user interface,"1. I noticed that there is no version information of software in the software. So I wonder if we can add a button in the about page to show software information(even not just version information). + +2. It's a puzzle software. So I think maybe we can add a button to link to a Web Page, like Sudoku's Tutorial. a wiki? + +🥰🥰",1.0,"Suggestion: about the about page of menu bar - 1. I noticed that there is no version information of software in the software. So I wonder if we can add a button in the about page to show software information(even not just version information). + +2. It's a puzzle software. So I think maybe we can add a button to link to a Web Page, like Sudoku's Tutorial. a wiki? + +🥰🥰",0,suggestion about the about page of menu bar i noticed that there is no version information of software in the software so i wonder if we can add a button in the about page to show software information even not just version information it s a puzzle software so i think maybe we can add a button to link to a web page like sudoku s tutorial a wiki 🥰🥰,0 +6408,14517922058.0,IssuesEvent,2020-12-13 21:31:42,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Attach the original visio diagram to this page ,Pri2 architecture-center/svc assigned-to-author doc-enhancement example-scenario/subsvc triaged,"Hi, can we have the original visio diagram attached to this page ? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f491d2a8-2895-9075-29f2-fde88888b6b6 +* Version Independent ID: d59e120b-9968-9212-571b-99345aa8fa83 +* Content: [Multiple forests with AD DS, Azure AD, and Azure AD DS - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/multi-forest-azure-managed) +* Content Source: [docs/example-scenario/wvd/multi-forest-azure-managed.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/multi-forest-azure-managed.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @nehalineogi +* Microsoft Alias: **pnp**",1.0,"Attach the original visio diagram to this page - Hi, can we have the original visio diagram attached to this page ? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f491d2a8-2895-9075-29f2-fde88888b6b6 +* Version Independent ID: d59e120b-9968-9212-571b-99345aa8fa83 +* Content: [Multiple forests with AD DS, Azure AD, and Azure AD DS - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/multi-forest-azure-managed) +* Content Source: [docs/example-scenario/wvd/multi-forest-azure-managed.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/multi-forest-azure-managed.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @nehalineogi +* Microsoft Alias: **pnp**",1,attach the original visio diagram to this page hi can we have the original visio diagram attached to this page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login nehalineogi microsoft alias pnp ,1 +20463,15554217396.0,IssuesEvent,2021-03-16 03:18:11,microsoft/win32metadata,https://api.github.com/repos/microsoft/win32metadata,closed,SupportedOSPlatform attributes so that API usage can be version-safe,usability,"The .NET 5 platform compatibility analyzer uses SupportedOSPlatform attributes to warn you if you use an API for an OS version older than your project's minimum without safely checking first: +- https://docs.microsoft.com/en-us/dotnet/standard/analyzers/platform-compat-analyzer +- https://github.com/dotnet/designs/blob/main/accepted/2020/platform-checks/platform-checks.md + +I accidentally used https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getdpiforwindow, not intending to limit my library to Windows 10 version 1607+ and prevent it from running on any version of Windows Server. If the generated `PInvoke.GetDpiForWindow` method had been annotated with `SupportedOSPlatform`, maybe I would have caught this right away instead of overlooking and first noticing by seeing EntryPointNotFoundExceptions in production.",True,"SupportedOSPlatform attributes so that API usage can be version-safe - The .NET 5 platform compatibility analyzer uses SupportedOSPlatform attributes to warn you if you use an API for an OS version older than your project's minimum without safely checking first: +- https://docs.microsoft.com/en-us/dotnet/standard/analyzers/platform-compat-analyzer +- https://github.com/dotnet/designs/blob/main/accepted/2020/platform-checks/platform-checks.md + +I accidentally used https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getdpiforwindow, not intending to limit my library to Windows 10 version 1607+ and prevent it from running on any version of Windows Server. If the generated `PInvoke.GetDpiForWindow` method had been annotated with `SupportedOSPlatform`, maybe I would have caught this right away instead of overlooking and first noticing by seeing EntryPointNotFoundExceptions in production.",0,supportedosplatform attributes so that api usage can be version safe the net platform compatibility analyzer uses supportedosplatform attributes to warn you if you use an api for an os version older than your project s minimum without safely checking first i accidentally used not intending to limit my library to windows version and prevent it from running on any version of windows server if the generated pinvoke getdpiforwindow method had been annotated with supportedosplatform maybe i would have caught this right away instead of overlooking and first noticing by seeing entrypointnotfoundexceptions in production ,0 +263524,19913962720.0,IssuesEvent,2022-01-25 20:15:45,EkaterinaKokh/Ekaterina-Kokh-TKI-111,https://api.github.com/repos/EkaterinaKokh/Ekaterina-Kokh-TKI-111,closed,Задание 3-1,documentation enhancement,"**Задание 3-1** +Протабулировать заданную в таблице функцию. Использовать данные в таблице значения шага и интервала в качестве ввода пользователя для решения тестового примера. При невозможности расчёта функции в конкретной точке выводить её значение и надпись, означающую отсутствие решения. +![2021-11-09 (11)](https://user-images.githubusercontent.com/91667730/140980558-b6e43454-171d-4650-9825-464b0efcab9e.png) +",1.0,"Задание 3-1 - **Задание 3-1** +Протабулировать заданную в таблице функцию. Использовать данные в таблице значения шага и интервала в качестве ввода пользователя для решения тестового примера. При невозможности расчёта функции в конкретной точке выводить её значение и надпись, означающую отсутствие решения. +![2021-11-09 (11)](https://user-images.githubusercontent.com/91667730/140980558-b6e43454-171d-4650-9825-464b0efcab9e.png) +",0,задание задание протабулировать заданную в таблице функцию использовать данные в таблице значения шага и интервала в качестве ввода пользователя для решения тестового примера при невозможности расчёта функции в конкретной точке выводить её значение и надпись означающую отсутствие решения ,0 +43688,11797216214.0,IssuesEvent,2020-03-18 12:18:49,ESA-VirES/WebClient-Framework,https://api.github.com/repos/ESA-VirES/WebClient-Framework,closed,Model color scale not visible in the globe map,defect,"Even if the ""Legend"" checkbox in the model's properties window is checked, the model color scale is not visible in the globe map. + +![Screenshot 2020-01-22 at 17 44 41](https://user-images.githubusercontent.com/20207042/72914660-4b132000-3d3f-11ea-8dc0-9921e6c1d05b.png) +",1.0,"Model color scale not visible in the globe map - Even if the ""Legend"" checkbox in the model's properties window is checked, the model color scale is not visible in the globe map. + +![Screenshot 2020-01-22 at 17 44 41](https://user-images.githubusercontent.com/20207042/72914660-4b132000-3d3f-11ea-8dc0-9921e6c1d05b.png) +",0,model color scale not visible in the globe map even if the legend checkbox in the model s properties window is checked the model color scale is not visible in the globe map ,0 +27271,6826998335.0,IssuesEvent,2017-11-08 15:46:40,RickyNM/TableTopRPGToolbox,https://api.github.com/repos/RickyNM/TableTopRPGToolbox,opened,Generate Bare-bones Landing Page,code general,"Create very basic landing page using base Java UI (Jpanel, etc.)",1.0,"Generate Bare-bones Landing Page - Create very basic landing page using base Java UI (Jpanel, etc.)",0,generate bare bones landing page create very basic landing page using base java ui jpanel etc ,0 +276708,30522985774.0,IssuesEvent,2023-07-19 09:19:21,NickSham-Sandbox/VulnerableNode,https://api.github.com/repos/NickSham-Sandbox/VulnerableNode,opened,forever-2.0.0.tgz: 20 vulnerabilities (highest severity is: 9.8),Mend: dependency security vulnerability,"
Vulnerable Library - forever-2.0.0.tgz

+ +

+

Path to dependency file: /package.json

+

+ + +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in (forever version) | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | +| [CVE-2019-10747](https://www.mend.io/vulnerability-database/CVE-2019-10747) | Critical | 9.8 | detected in multiple dependencies | Transitive | 3.0.0 | ✅ | +| [CVE-2019-10746](https://www.mend.io/vulnerability-database/CVE-2019-10746) | Critical | 9.8 | mixin-deep-1.3.1.tgz | Transitive | 3.0.0 | ✅ | +| [CVE-2021-44906](https://www.mend.io/vulnerability-database/CVE-2021-44906) | Critical | 9.8 | detected in multiple dependencies | Transitive | 3.0.0 | ✅ | +| [CVE-2020-7788](https://www.mend.io/vulnerability-database/CVE-2020-7788) | Critical | 9.8 | ini-1.3.5.tgz | Transitive | 3.0.0 | ✅ | +| [CVE-2021-23440](https://www.mend.io/vulnerability-database/CVE-2021-23440) | Critical | 9.8 | detected in multiple dependencies | Transitive | 3.0.0 | ✅ | +| [CVE-2020-7774](https://www.mend.io/vulnerability-database/CVE-2020-7774) | Critical | 9.8 | y18n-3.2.1.tgz | Transitive | 3.0.0 | ✅ | +| [CVE-2021-37712](https://www.mend.io/vulnerability-database/CVE-2021-37712) | High | 8.6 | tar-4.4.8.tgz | Transitive | 3.0.0 | ❌ | +| [CVE-2021-37701](https://www.mend.io/vulnerability-database/CVE-2021-37701) | High | 8.6 | tar-4.4.8.tgz | Transitive | 3.0.0 | ❌ | +| [CVE-2021-37713](https://www.mend.io/vulnerability-database/CVE-2021-37713) | High | 8.6 | tar-4.4.8.tgz | Transitive | 3.0.0 | ❌ | +| [CVE-2021-32804](https://www.mend.io/vulnerability-database/CVE-2021-32804) | High | 8.1 | tar-4.4.8.tgz | Transitive | 3.0.0 | ❌ | +| [CVE-2021-32803](https://www.mend.io/vulnerability-database/CVE-2021-32803) | High | 8.1 | tar-4.4.8.tgz | Transitive | 3.0.0 | ❌ | +| [CVE-2019-20149](https://www.mend.io/vulnerability-database/CVE-2019-20149) | High | 7.5 | kind-of-6.0.2.tgz | Transitive | 3.0.0 | ✅ | +| [CVE-2020-28469](https://www.mend.io/vulnerability-database/CVE-2020-28469) | High | 7.5 | glob-parent-3.1.0.tgz | Transitive | N/A* | ❌ | +| [WS-2018-0148](https://hackerone.com/reports/321701) | High | 7.5 | detected in multiple dependencies | Transitive | N/A* | ❌ | +| [CVE-2022-3517](https://www.mend.io/vulnerability-database/CVE-2022-3517) | High | 7.5 | minimatch-3.0.4.tgz | Transitive | N/A* | ❌ | +| [CVE-2022-21803](https://www.mend.io/vulnerability-database/CVE-2022-21803) | High | 7.5 | detected in multiple dependencies | Transitive | 4.0.0 | ✅ | +| [CVE-2022-38900](https://www.mend.io/vulnerability-database/CVE-2022-38900) | High | 7.5 | decode-uri-component-0.2.0.tgz | Transitive | 3.0.0 | ✅ | +| [CVE-2021-3820](https://www.mend.io/vulnerability-database/CVE-2021-3820) | High | 7.5 | i-0.3.6.tgz | Transitive | 3.0.0 | ✅ | +| [CVE-2020-7598](https://www.mend.io/vulnerability-database/CVE-2020-7598) | Medium | 5.6 | detected in multiple dependencies | Transitive | 3.0.0 | ❌ | +| [CVE-2022-25883](https://www.mend.io/vulnerability-database/CVE-2022-25883) | Medium | 5.3 | semver-5.7.0.tgz | Transitive | 3.0.0 | ❌ | +

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the ""Details"" section below to see if there is a version of transitive dependency where vulnerability is fixed.

+ +## Details + +
+ + CVE-2019-10747 + + +### Vulnerable Libraries - set-value-0.4.3.tgz, set-value-2.0.0.tgz

+

+ + +### set-value-0.4.3.tgz

+ +

Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.

+

Library home page: https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/union-value/node_modules/set-value/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - braces-2.3.2.tgz + - snapdragon-0.8.2.tgz + - base-0.11.2.tgz + - cache-base-1.0.1.tgz + - union-value-1.0.0.tgz + - :x: **set-value-0.4.3.tgz** (Vulnerable Library) + + +### set-value-2.0.0.tgz

+ +

Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.

+

Library home page: https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/set-value/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - braces-2.3.2.tgz + - snapdragon-0.8.2.tgz + - base-0.11.2.tgz + - cache-base-1.0.1.tgz + - :x: **set-value-2.0.0.tgz** (Vulnerable Library) + + +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +set-value is vulnerable to Prototype Pollution in versions lower than 3.0.1. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using any of the constructor, prototype and _proto_ payloads. + +

Publish Date: 2019-08-23 +

URL: CVE-2019-10747

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2019-08-23

+

Fix Resolution (set-value): 2.0.1

+

Direct dependency fix Resolution (forever): 3.0.0

Fix Resolution (set-value): 2.0.1

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2019-10746 + + +### Vulnerable Library - mixin-deep-1.3.1.tgz

+ +

Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.

+

Library home page: https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/mixin-deep/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - braces-2.3.2.tgz + - snapdragon-0.8.2.tgz + - base-0.11.2.tgz + - :x: **mixin-deep-1.3.1.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +mixin-deep is vulnerable to Prototype Pollution in versions before 1.3.2 and version 2.0.0. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using a constructor payload. + +

Publish Date: 2019-08-23 +

URL: CVE-2019-10746

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2019-08-23

+

Fix Resolution (mixin-deep): 1.3.2

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-44906 + + +### Vulnerable Libraries - minimist-0.0.10.tgz, minimist-1.2.0.tgz, minimist-0.0.8.tgz, minimist-1.2.5.tgz

+

+ + +### minimist-0.0.10.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/minimist/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - optimist-0.6.1.tgz + - :x: **minimist-0.0.10.tgz** (Vulnerable Library) + + +### minimist-1.2.0.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - rc-1.2.8.tgz + - :x: **minimist-1.2.0.tgz** (Vulnerable Library) + + +### minimist-0.0.8.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/mkdirp/node_modules/minimist/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - mkdirp-0.5.1.tgz + - :x: **minimist-0.0.8.tgz** (Vulnerable Library) + + +### minimist-1.2.5.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/prettyjson/node_modules/minimist/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - prettyjson-1.2.1.tgz + - :x: **minimist-1.2.5.tgz** (Vulnerable Library) + + +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95). + +

Publish Date: 2022-03-17 +

URL: CVE-2021-44906

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2022-03-17

+

Fix Resolution (minimist): 1.2.6

+

Direct dependency fix Resolution (forever): 3.0.0

Fix Resolution (minimist): 1.2.6

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-7788 + + +### Vulnerable Library - ini-1.3.5.tgz

+ +

An ini encoder/decoder for node

+

Library home page: https://registry.npmjs.org/ini/-/ini-1.3.5.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/ini/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - rc-1.2.8.tgz + - :x: **ini-1.3.5.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +This affects the package ini before 1.3.6. If an attacker submits a malicious INI file to an application that parses it with ini.parse, they will pollute the prototype on the application. This can be exploited further depending on the context. + +

Publish Date: 2020-12-11 +

URL: CVE-2020-7788

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7788

+

Release Date: 2020-12-11

+

Fix Resolution (ini): 1.3.6

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-23440 + + +### Vulnerable Libraries - set-value-2.0.0.tgz, set-value-0.4.3.tgz

+

+ + +### set-value-2.0.0.tgz

+ +

Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.

+

Library home page: https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/set-value/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - braces-2.3.2.tgz + - snapdragon-0.8.2.tgz + - base-0.11.2.tgz + - cache-base-1.0.1.tgz + - :x: **set-value-2.0.0.tgz** (Vulnerable Library) + + +### set-value-0.4.3.tgz

+ +

Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.

+

Library home page: https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/union-value/node_modules/set-value/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - braces-2.3.2.tgz + - snapdragon-0.8.2.tgz + - base-0.11.2.tgz + - cache-base-1.0.1.tgz + - union-value-1.0.0.tgz + - :x: **set-value-0.4.3.tgz** (Vulnerable Library) + + +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ + + Mend Note: After conducting further research, Mend has determined that all versions of set-value before versions 2.0.1, 4.0.1 are vulnerable to CVE-2021-23440. + +

Publish Date: 2021-09-12 +

URL: CVE-2021-23440

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.huntr.dev/bounties/2eae1159-01de-4f82-a177-7478a408c4a2/

+

Release Date: 2021-09-12

+

Fix Resolution (set-value): 2.0.1

+

Direct dependency fix Resolution (forever): 3.0.0

Fix Resolution (set-value): 2.0.1

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-7774 + + +### Vulnerable Library - y18n-3.2.1.tgz

+ +

the bare-bones internationalization library used by yargs

+

Library home page: https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/y18n/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - nconf-0.10.0.tgz + - yargs-3.32.0.tgz + - :x: **y18n-3.2.1.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +The package y18n before 3.2.2, 4.0.1 and 5.0.5, is vulnerable to Prototype Pollution. + +

Publish Date: 2020-11-17 +

URL: CVE-2020-7774

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.npmjs.com/advisories/1654

+

Release Date: 2020-11-17

+

Fix Resolution (y18n): 3.2.2

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-37712 + + +### Vulnerable Library - tar-4.4.8.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-4.4.8.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - :x: **tar-4.4.8.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +The npm package ""tar"" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with names containing unicode values that normalized to the same value. Additionally, on Windows systems, long path portions would resolve to the same file system entities as their 8.3 ""short path"" counterparts. A specially crafted tar archive could thus include a directory with one form of the path, followed by a symbolic link with a different string that resolves to the same file system entity, followed by a file using the first form. By first creating a directory, and then replacing that directory with a symlink that had a different apparent name that resolved to the same entry in the filesystem, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-qq89-hq3f-393p. + +

Publish Date: 2021-08-31 +

URL: CVE-2021-37712

+

+ +

+ +### CVSS 3 Score Details (8.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/npm/node-tar/security/advisories/GHSA-qq89-hq3f-393p

+

Release Date: 2021-08-31

+

Fix Resolution (tar): 4.4.18

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ +
+ + CVE-2021-37701 + + +### Vulnerable Library - tar-4.4.8.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-4.4.8.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - :x: **tar-4.4.8.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +The npm package ""tar"" (aka node-tar) before versions 4.4.16, 5.0.8, and 6.1.7 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory, where the symlink and directory names in the archive entry used backslashes as a path separator on posix systems. The cache checking logic used both `\` and `/` characters as path separators, however `\` is a valid filename character on posix systems. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. Additionally, a similar confusion could arise on case-insensitive filesystems. If a tar archive contained a directory at `FOO`, followed by a symbolic link named `foo`, then on case-insensitive file systems, the creation of the symbolic link would remove the directory from the filesystem, but _not_ from the internal directory cache, as it would not be treated as a cache hit. A subsequent file entry within the `FOO` directory would then be placed in the target of the symbolic link, thinking that the directory had already been created. These issues were addressed in releases 4.4.16, 5.0.8 and 6.1.7. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-9r2w-394v-53qc. + +

Publish Date: 2021-08-31 +

URL: CVE-2021-37701

+

+ +

+ +### CVSS 3 Score Details (8.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/npm/node-tar/security/advisories/GHSA-9r2w-394v-53qc

+

Release Date: 2021-08-31

+

Fix Resolution (tar): 4.4.16

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ +
+ + CVE-2021-37713 + + +### Vulnerable Library - tar-4.4.8.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-4.4.8.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - :x: **tar-4.4.8.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +The npm package ""tar"" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be outside of the extraction target directory is not extracted. This is, in part, accomplished by sanitizing absolute paths of entries within the archive, skipping archive entries that contain `..` path portions, and resolving the sanitized paths against the extraction target directory. This logic was insufficient on Windows systems when extracting tar files that contained a path that was not an absolute path, but specified a drive letter different from the extraction target, such as `C:some\path`. If the drive letter does not match the extraction target, for example `D:\extraction\dir`, then the result of `path.resolve(extractionDirectory, entryPath)` would resolve against the current working directory on the `C:` drive, rather than the extraction target directory. Additionally, a `..` portion of the path could occur immediately after the drive letter, such as `C:../foo`, and was not properly sanitized by the logic that checked for `..` within the normalized and split portions of the path. This only affects users of `node-tar` on Windows systems. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. There is no reasonable way to work around this issue without performing the same path normalization procedures that node-tar now does. Users are encouraged to upgrade to the latest patched versions of node-tar, rather than attempt to sanitize paths themselves. + +

Publish Date: 2021-08-31 +

URL: CVE-2021-37713

+

+ +

+ +### CVSS 3 Score Details (8.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/npm/node-tar/security/advisories/GHSA-5955-9wpr-37jh

+

Release Date: 2021-08-31

+

Fix Resolution (tar): 4.4.18

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ +
+ + CVE-2021-32804 + + +### Vulnerable Library - tar-4.4.8.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-4.4.8.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - :x: **tar-4.4.8.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +The npm package ""tar"" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar. + +

Publish Date: 2021-08-03 +

URL: CVE-2021-32804

+

+ +

+ +### CVSS 3 Score Details (8.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9

+

Release Date: 2021-08-03

+

Fix Resolution (tar): 4.4.14

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ +
+ + CVE-2021-32803 + + +### Vulnerable Library - tar-4.4.8.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-4.4.8.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - :x: **tar-4.4.8.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +The npm package ""tar"" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2. + +

Publish Date: 2021-08-03 +

URL: CVE-2021-32803

+

+ +

+ +### CVSS 3 Score Details (8.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw

+

Release Date: 2021-08-03

+

Fix Resolution (tar): 4.4.15

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ +
+ + CVE-2019-20149 + + +### Vulnerable Library - kind-of-6.0.2.tgz

+ +

Get the native type of a value.

+

Library home page: https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/define-property/node_modules/kind-of/package.json,/node_modules/nanomatch/node_modules/kind-of/package.json,/node_modules/micromatch/node_modules/kind-of/package.json,/node_modules/snapdragon-node/node_modules/kind-of/package.json,/node_modules/extglob/node_modules/kind-of/package.json,/node_modules/base/node_modules/kind-of/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - readdirp-2.2.1.tgz + - micromatch-3.1.10.tgz + - :x: **kind-of-6.0.2.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +ctorName in index.js in kind-of v6.0.2 allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result. + +

Publish Date: 2019-12-30 +

URL: CVE-2019-20149

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149

+

Release Date: 2019-12-30

+

Fix Resolution (kind-of): 6.0.3

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-28469 + + +### Vulnerable Library - glob-parent-3.1.0.tgz

+ +

Strips glob magic from a string to provide the parent directory path

+

Library home page: https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/glob-parent/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - :x: **glob-parent-3.1.0.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +This affects the package glob-parent before 5.1.2. The enclosure regex used to check for strings ending in enclosure containing path separator. + +

Publish Date: 2021-06-03 +

URL: CVE-2020-28469

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28469

+

Release Date: 2021-06-03

+

Fix Resolution: glob-parent - 5.1.2

+ +

+ +

+ +
+ + WS-2018-0148 + + +### Vulnerable Libraries - utile-0.3.0.tgz, utile-0.2.1.tgz

+

+ + +### utile-0.3.0.tgz

+ +

A drop-in replacement for `util` with some additional advantageous functions

+

Library home page: https://registry.npmjs.org/utile/-/utile-0.3.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/utile/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - :x: **utile-0.3.0.tgz** (Vulnerable Library) + + +### utile-0.2.1.tgz

+ +

A drop-in replacement for `util` with some additional advantageous functions

+

Library home page: https://registry.npmjs.org/utile/-/utile-0.2.1.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/broadway/node_modules/utile/package.json,/node_modules/prompt/node_modules/utile/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - broadway-0.3.6.tgz + - :x: **utile-0.2.1.tgz** (Vulnerable Library) + + +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +The `utile` npm module, version 0.3.0, allows to extract sensitive data from uninitialized memory or to cause a DoS by passing in a large number, in setups where typed user input can be passed (e.g. from JSON). + +

Publish Date: 2018-07-16 +

URL: WS-2018-0148

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nvd.nist.gov/vuln/detail/WS-2018-0148

+

Release Date: 2018-01-16

+

Fix Resolution: JetBrains.Rider.Frontend5 - 213.0.20211008.154703-eap03

+ +

+ +

+ +
+ + CVE-2022-3517 + + +### Vulnerable Library - minimatch-3.0.4.tgz

+ +

a glob matcher in javascript

+

Library home page: https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/minimatch/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - :x: **minimatch-3.0.4.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +A vulnerability was found in the minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service. + +

Publish Date: 2022-10-17 +

URL: CVE-2022-3517

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2022-10-17

+

Fix Resolution: minimatch - 3.0.5

+ +

+ +

+ +
+ + CVE-2022-21803 + + +### Vulnerable Libraries - nconf-0.6.9.tgz, nconf-0.10.0.tgz

+

+ + +### nconf-0.6.9.tgz

+ +

Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.

+

Library home page: https://registry.npmjs.org/nconf/-/nconf-0.6.9.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/broadway/node_modules/nconf/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - broadway-0.3.6.tgz + - :x: **nconf-0.6.9.tgz** (Vulnerable Library) + + +### nconf-0.10.0.tgz

+ +

Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.

+

Library home page: https://registry.npmjs.org/nconf/-/nconf-0.10.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/nconf/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - :x: **nconf-0.10.0.tgz** (Vulnerable Library) + + +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +This affects the package nconf before 0.11.4. When using the memory engine, it is possible to store a nested JSON representation of the configuration. The .set() function, that is responsible for setting the configuration properties, is vulnerable to Prototype Pollution. By providing a crafted property, it is possible to modify the properties on the Object.prototype. + +

Publish Date: 2022-04-12 +

URL: CVE-2022-21803

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21803

+

Release Date: 2022-04-12

+

Fix Resolution (nconf): 0.11.4

+

Direct dependency fix Resolution (forever): 4.0.0

Fix Resolution (nconf): 0.11.4

+

Direct dependency fix Resolution (forever): 4.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2022-38900 + + +### Vulnerable Library - decode-uri-component-0.2.0.tgz

+ +

A better decodeURIComponent

+

Library home page: https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/decode-uri-component/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - braces-2.3.2.tgz + - snapdragon-0.8.2.tgz + - source-map-resolve-0.5.2.tgz + - :x: **decode-uri-component-0.2.0.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +decode-uri-component 0.2.0 is vulnerable to Improper Input Validation resulting in DoS. + +

Publish Date: 2022-11-28 +

URL: CVE-2022-38900

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/advisories/GHSA-w573-4hg7-7wgq

+

Release Date: 2022-11-28

+

Fix Resolution (decode-uri-component): 0.2.1

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-3820 + + +### Vulnerable Library - i-0.3.6.tgz

+ +

custom inflections for nodejs

+

Library home page: https://registry.npmjs.org/i/-/i-0.3.6.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/i/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - utile-0.3.0.tgz + - :x: **i-0.3.6.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +inflect is vulnerable to Inefficient Regular Expression Complexity + +

Publish Date: 2021-09-27 +

URL: CVE-2021-3820

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3820

+

Release Date: 2021-09-27

+

Fix Resolution (i): 0.3.7

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-7598 + + +### Vulnerable Libraries - minimist-0.0.10.tgz, minimist-0.0.8.tgz, minimist-1.2.0.tgz

+

+ + +### minimist-0.0.10.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/minimist/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - optimist-0.6.1.tgz + - :x: **minimist-0.0.10.tgz** (Vulnerable Library) + + +### minimist-0.0.8.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/mkdirp/node_modules/minimist/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - mkdirp-0.5.1.tgz + - :x: **minimist-0.0.8.tgz** (Vulnerable Library) + + +### minimist-1.2.0.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - rc-1.2.8.tgz + - :x: **minimist-1.2.0.tgz** (Vulnerable Library) + + +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a ""constructor"" or ""__proto__"" payload. + +

Publish Date: 2020-03-11 +

URL: CVE-2020-7598

+

+ +

+ +### CVSS 3 Score Details (5.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: Low + - Availability Impact: Low +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2020-03-11

+

Fix Resolution (minimist): 1.2.3

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ +
+ + CVE-2022-25883 + + +### Vulnerable Library - semver-5.7.0.tgz

+ +

The semantic version parser used by npm.

+

Library home page: https://registry.npmjs.org/semver/-/semver-5.7.0.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - :x: **semver-5.7.0.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +Versions of the package semver before 7.5.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range. + +

Publish Date: 2023-06-21 +

URL: CVE-2022-25883

+

+ +

+ +### CVSS 3 Score Details (5.3) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2023-06-21

+

Fix Resolution (semver): 7.5.2

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ +
+ +*** + +

:rescue_worker_helmet: Automatic Remediation is available for this issue.

",True,"forever-2.0.0.tgz: 20 vulnerabilities (highest severity is: 9.8) -
Vulnerable Library - forever-2.0.0.tgz

+ +

+

Path to dependency file: /package.json

+

+ + +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in (forever version) | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | +| [CVE-2019-10747](https://www.mend.io/vulnerability-database/CVE-2019-10747) | Critical | 9.8 | detected in multiple dependencies | Transitive | 3.0.0 | ✅ | +| [CVE-2019-10746](https://www.mend.io/vulnerability-database/CVE-2019-10746) | Critical | 9.8 | mixin-deep-1.3.1.tgz | Transitive | 3.0.0 | ✅ | +| [CVE-2021-44906](https://www.mend.io/vulnerability-database/CVE-2021-44906) | Critical | 9.8 | detected in multiple dependencies | Transitive | 3.0.0 | ✅ | +| [CVE-2020-7788](https://www.mend.io/vulnerability-database/CVE-2020-7788) | Critical | 9.8 | ini-1.3.5.tgz | Transitive | 3.0.0 | ✅ | +| [CVE-2021-23440](https://www.mend.io/vulnerability-database/CVE-2021-23440) | Critical | 9.8 | detected in multiple dependencies | Transitive | 3.0.0 | ✅ | +| [CVE-2020-7774](https://www.mend.io/vulnerability-database/CVE-2020-7774) | Critical | 9.8 | y18n-3.2.1.tgz | Transitive | 3.0.0 | ✅ | +| [CVE-2021-37712](https://www.mend.io/vulnerability-database/CVE-2021-37712) | High | 8.6 | tar-4.4.8.tgz | Transitive | 3.0.0 | ❌ | +| [CVE-2021-37701](https://www.mend.io/vulnerability-database/CVE-2021-37701) | High | 8.6 | tar-4.4.8.tgz | Transitive | 3.0.0 | ❌ | +| [CVE-2021-37713](https://www.mend.io/vulnerability-database/CVE-2021-37713) | High | 8.6 | tar-4.4.8.tgz | Transitive | 3.0.0 | ❌ | +| [CVE-2021-32804](https://www.mend.io/vulnerability-database/CVE-2021-32804) | High | 8.1 | tar-4.4.8.tgz | Transitive | 3.0.0 | ❌ | +| [CVE-2021-32803](https://www.mend.io/vulnerability-database/CVE-2021-32803) | High | 8.1 | tar-4.4.8.tgz | Transitive | 3.0.0 | ❌ | +| [CVE-2019-20149](https://www.mend.io/vulnerability-database/CVE-2019-20149) | High | 7.5 | kind-of-6.0.2.tgz | Transitive | 3.0.0 | ✅ | +| [CVE-2020-28469](https://www.mend.io/vulnerability-database/CVE-2020-28469) | High | 7.5 | glob-parent-3.1.0.tgz | Transitive | N/A* | ❌ | +| [WS-2018-0148](https://hackerone.com/reports/321701) | High | 7.5 | detected in multiple dependencies | Transitive | N/A* | ❌ | +| [CVE-2022-3517](https://www.mend.io/vulnerability-database/CVE-2022-3517) | High | 7.5 | minimatch-3.0.4.tgz | Transitive | N/A* | ❌ | +| [CVE-2022-21803](https://www.mend.io/vulnerability-database/CVE-2022-21803) | High | 7.5 | detected in multiple dependencies | Transitive | 4.0.0 | ✅ | +| [CVE-2022-38900](https://www.mend.io/vulnerability-database/CVE-2022-38900) | High | 7.5 | decode-uri-component-0.2.0.tgz | Transitive | 3.0.0 | ✅ | +| [CVE-2021-3820](https://www.mend.io/vulnerability-database/CVE-2021-3820) | High | 7.5 | i-0.3.6.tgz | Transitive | 3.0.0 | ✅ | +| [CVE-2020-7598](https://www.mend.io/vulnerability-database/CVE-2020-7598) | Medium | 5.6 | detected in multiple dependencies | Transitive | 3.0.0 | ❌ | +| [CVE-2022-25883](https://www.mend.io/vulnerability-database/CVE-2022-25883) | Medium | 5.3 | semver-5.7.0.tgz | Transitive | 3.0.0 | ❌ | +

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the ""Details"" section below to see if there is a version of transitive dependency where vulnerability is fixed.

+ +## Details + +
+ + CVE-2019-10747 + + +### Vulnerable Libraries - set-value-0.4.3.tgz, set-value-2.0.0.tgz

+

+ + +### set-value-0.4.3.tgz

+ +

Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.

+

Library home page: https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/union-value/node_modules/set-value/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - braces-2.3.2.tgz + - snapdragon-0.8.2.tgz + - base-0.11.2.tgz + - cache-base-1.0.1.tgz + - union-value-1.0.0.tgz + - :x: **set-value-0.4.3.tgz** (Vulnerable Library) + + +### set-value-2.0.0.tgz

+ +

Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.

+

Library home page: https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/set-value/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - braces-2.3.2.tgz + - snapdragon-0.8.2.tgz + - base-0.11.2.tgz + - cache-base-1.0.1.tgz + - :x: **set-value-2.0.0.tgz** (Vulnerable Library) + + +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +set-value is vulnerable to Prototype Pollution in versions lower than 3.0.1. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using any of the constructor, prototype and _proto_ payloads. + +

Publish Date: 2019-08-23 +

URL: CVE-2019-10747

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2019-08-23

+

Fix Resolution (set-value): 2.0.1

+

Direct dependency fix Resolution (forever): 3.0.0

Fix Resolution (set-value): 2.0.1

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2019-10746 + + +### Vulnerable Library - mixin-deep-1.3.1.tgz

+ +

Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.

+

Library home page: https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/mixin-deep/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - braces-2.3.2.tgz + - snapdragon-0.8.2.tgz + - base-0.11.2.tgz + - :x: **mixin-deep-1.3.1.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +mixin-deep is vulnerable to Prototype Pollution in versions before 1.3.2 and version 2.0.0. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using a constructor payload. + +

Publish Date: 2019-08-23 +

URL: CVE-2019-10746

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2019-08-23

+

Fix Resolution (mixin-deep): 1.3.2

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-44906 + + +### Vulnerable Libraries - minimist-0.0.10.tgz, minimist-1.2.0.tgz, minimist-0.0.8.tgz, minimist-1.2.5.tgz

+

+ + +### minimist-0.0.10.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/minimist/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - optimist-0.6.1.tgz + - :x: **minimist-0.0.10.tgz** (Vulnerable Library) + + +### minimist-1.2.0.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - rc-1.2.8.tgz + - :x: **minimist-1.2.0.tgz** (Vulnerable Library) + + +### minimist-0.0.8.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/mkdirp/node_modules/minimist/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - mkdirp-0.5.1.tgz + - :x: **minimist-0.0.8.tgz** (Vulnerable Library) + + +### minimist-1.2.5.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/prettyjson/node_modules/minimist/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - prettyjson-1.2.1.tgz + - :x: **minimist-1.2.5.tgz** (Vulnerable Library) + + +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95). + +

Publish Date: 2022-03-17 +

URL: CVE-2021-44906

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2022-03-17

+

Fix Resolution (minimist): 1.2.6

+

Direct dependency fix Resolution (forever): 3.0.0

Fix Resolution (minimist): 1.2.6

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-7788 + + +### Vulnerable Library - ini-1.3.5.tgz

+ +

An ini encoder/decoder for node

+

Library home page: https://registry.npmjs.org/ini/-/ini-1.3.5.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/ini/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - rc-1.2.8.tgz + - :x: **ini-1.3.5.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +This affects the package ini before 1.3.6. If an attacker submits a malicious INI file to an application that parses it with ini.parse, they will pollute the prototype on the application. This can be exploited further depending on the context. + +

Publish Date: 2020-12-11 +

URL: CVE-2020-7788

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7788

+

Release Date: 2020-12-11

+

Fix Resolution (ini): 1.3.6

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-23440 + + +### Vulnerable Libraries - set-value-2.0.0.tgz, set-value-0.4.3.tgz

+

+ + +### set-value-2.0.0.tgz

+ +

Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.

+

Library home page: https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/set-value/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - braces-2.3.2.tgz + - snapdragon-0.8.2.tgz + - base-0.11.2.tgz + - cache-base-1.0.1.tgz + - :x: **set-value-2.0.0.tgz** (Vulnerable Library) + + +### set-value-0.4.3.tgz

+ +

Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.

+

Library home page: https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/union-value/node_modules/set-value/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - braces-2.3.2.tgz + - snapdragon-0.8.2.tgz + - base-0.11.2.tgz + - cache-base-1.0.1.tgz + - union-value-1.0.0.tgz + - :x: **set-value-0.4.3.tgz** (Vulnerable Library) + + +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ + + Mend Note: After conducting further research, Mend has determined that all versions of set-value before versions 2.0.1, 4.0.1 are vulnerable to CVE-2021-23440. + +

Publish Date: 2021-09-12 +

URL: CVE-2021-23440

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.huntr.dev/bounties/2eae1159-01de-4f82-a177-7478a408c4a2/

+

Release Date: 2021-09-12

+

Fix Resolution (set-value): 2.0.1

+

Direct dependency fix Resolution (forever): 3.0.0

Fix Resolution (set-value): 2.0.1

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-7774 + + +### Vulnerable Library - y18n-3.2.1.tgz

+ +

the bare-bones internationalization library used by yargs

+

Library home page: https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/y18n/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - nconf-0.10.0.tgz + - yargs-3.32.0.tgz + - :x: **y18n-3.2.1.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +The package y18n before 3.2.2, 4.0.1 and 5.0.5, is vulnerable to Prototype Pollution. + +

Publish Date: 2020-11-17 +

URL: CVE-2020-7774

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.npmjs.com/advisories/1654

+

Release Date: 2020-11-17

+

Fix Resolution (y18n): 3.2.2

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-37712 + + +### Vulnerable Library - tar-4.4.8.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-4.4.8.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - :x: **tar-4.4.8.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +The npm package ""tar"" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with names containing unicode values that normalized to the same value. Additionally, on Windows systems, long path portions would resolve to the same file system entities as their 8.3 ""short path"" counterparts. A specially crafted tar archive could thus include a directory with one form of the path, followed by a symbolic link with a different string that resolves to the same file system entity, followed by a file using the first form. By first creating a directory, and then replacing that directory with a symlink that had a different apparent name that resolved to the same entry in the filesystem, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-qq89-hq3f-393p. + +

Publish Date: 2021-08-31 +

URL: CVE-2021-37712

+

+ +

+ +### CVSS 3 Score Details (8.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/npm/node-tar/security/advisories/GHSA-qq89-hq3f-393p

+

Release Date: 2021-08-31

+

Fix Resolution (tar): 4.4.18

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ +
+ + CVE-2021-37701 + + +### Vulnerable Library - tar-4.4.8.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-4.4.8.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - :x: **tar-4.4.8.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +The npm package ""tar"" (aka node-tar) before versions 4.4.16, 5.0.8, and 6.1.7 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory, where the symlink and directory names in the archive entry used backslashes as a path separator on posix systems. The cache checking logic used both `\` and `/` characters as path separators, however `\` is a valid filename character on posix systems. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. Additionally, a similar confusion could arise on case-insensitive filesystems. If a tar archive contained a directory at `FOO`, followed by a symbolic link named `foo`, then on case-insensitive file systems, the creation of the symbolic link would remove the directory from the filesystem, but _not_ from the internal directory cache, as it would not be treated as a cache hit. A subsequent file entry within the `FOO` directory would then be placed in the target of the symbolic link, thinking that the directory had already been created. These issues were addressed in releases 4.4.16, 5.0.8 and 6.1.7. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-9r2w-394v-53qc. + +

Publish Date: 2021-08-31 +

URL: CVE-2021-37701

+

+ +

+ +### CVSS 3 Score Details (8.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/npm/node-tar/security/advisories/GHSA-9r2w-394v-53qc

+

Release Date: 2021-08-31

+

Fix Resolution (tar): 4.4.16

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ +
+ + CVE-2021-37713 + + +### Vulnerable Library - tar-4.4.8.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-4.4.8.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - :x: **tar-4.4.8.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +The npm package ""tar"" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be outside of the extraction target directory is not extracted. This is, in part, accomplished by sanitizing absolute paths of entries within the archive, skipping archive entries that contain `..` path portions, and resolving the sanitized paths against the extraction target directory. This logic was insufficient on Windows systems when extracting tar files that contained a path that was not an absolute path, but specified a drive letter different from the extraction target, such as `C:some\path`. If the drive letter does not match the extraction target, for example `D:\extraction\dir`, then the result of `path.resolve(extractionDirectory, entryPath)` would resolve against the current working directory on the `C:` drive, rather than the extraction target directory. Additionally, a `..` portion of the path could occur immediately after the drive letter, such as `C:../foo`, and was not properly sanitized by the logic that checked for `..` within the normalized and split portions of the path. This only affects users of `node-tar` on Windows systems. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. There is no reasonable way to work around this issue without performing the same path normalization procedures that node-tar now does. Users are encouraged to upgrade to the latest patched versions of node-tar, rather than attempt to sanitize paths themselves. + +

Publish Date: 2021-08-31 +

URL: CVE-2021-37713

+

+ +

+ +### CVSS 3 Score Details (8.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/npm/node-tar/security/advisories/GHSA-5955-9wpr-37jh

+

Release Date: 2021-08-31

+

Fix Resolution (tar): 4.4.18

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ +
+ + CVE-2021-32804 + + +### Vulnerable Library - tar-4.4.8.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-4.4.8.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - :x: **tar-4.4.8.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +The npm package ""tar"" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar. + +

Publish Date: 2021-08-03 +

URL: CVE-2021-32804

+

+ +

+ +### CVSS 3 Score Details (8.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9

+

Release Date: 2021-08-03

+

Fix Resolution (tar): 4.4.14

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ +
+ + CVE-2021-32803 + + +### Vulnerable Library - tar-4.4.8.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-4.4.8.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - :x: **tar-4.4.8.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +The npm package ""tar"" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2. + +

Publish Date: 2021-08-03 +

URL: CVE-2021-32803

+

+ +

+ +### CVSS 3 Score Details (8.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw

+

Release Date: 2021-08-03

+

Fix Resolution (tar): 4.4.15

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ +
+ + CVE-2019-20149 + + +### Vulnerable Library - kind-of-6.0.2.tgz

+ +

Get the native type of a value.

+

Library home page: https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/define-property/node_modules/kind-of/package.json,/node_modules/nanomatch/node_modules/kind-of/package.json,/node_modules/micromatch/node_modules/kind-of/package.json,/node_modules/snapdragon-node/node_modules/kind-of/package.json,/node_modules/extglob/node_modules/kind-of/package.json,/node_modules/base/node_modules/kind-of/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - readdirp-2.2.1.tgz + - micromatch-3.1.10.tgz + - :x: **kind-of-6.0.2.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +ctorName in index.js in kind-of v6.0.2 allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result. + +

Publish Date: 2019-12-30 +

URL: CVE-2019-20149

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149

+

Release Date: 2019-12-30

+

Fix Resolution (kind-of): 6.0.3

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-28469 + + +### Vulnerable Library - glob-parent-3.1.0.tgz

+ +

Strips glob magic from a string to provide the parent directory path

+

Library home page: https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/glob-parent/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - :x: **glob-parent-3.1.0.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +This affects the package glob-parent before 5.1.2. The enclosure regex used to check for strings ending in enclosure containing path separator. + +

Publish Date: 2021-06-03 +

URL: CVE-2020-28469

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28469

+

Release Date: 2021-06-03

+

Fix Resolution: glob-parent - 5.1.2

+ +

+ +

+ +
+ + WS-2018-0148 + + +### Vulnerable Libraries - utile-0.3.0.tgz, utile-0.2.1.tgz

+

+ + +### utile-0.3.0.tgz

+ +

A drop-in replacement for `util` with some additional advantageous functions

+

Library home page: https://registry.npmjs.org/utile/-/utile-0.3.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/utile/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - :x: **utile-0.3.0.tgz** (Vulnerable Library) + + +### utile-0.2.1.tgz

+ +

A drop-in replacement for `util` with some additional advantageous functions

+

Library home page: https://registry.npmjs.org/utile/-/utile-0.2.1.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/broadway/node_modules/utile/package.json,/node_modules/prompt/node_modules/utile/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - broadway-0.3.6.tgz + - :x: **utile-0.2.1.tgz** (Vulnerable Library) + + +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +The `utile` npm module, version 0.3.0, allows to extract sensitive data from uninitialized memory or to cause a DoS by passing in a large number, in setups where typed user input can be passed (e.g. from JSON). + +

Publish Date: 2018-07-16 +

URL: WS-2018-0148

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nvd.nist.gov/vuln/detail/WS-2018-0148

+

Release Date: 2018-01-16

+

Fix Resolution: JetBrains.Rider.Frontend5 - 213.0.20211008.154703-eap03

+ +

+ +

+ +
+ + CVE-2022-3517 + + +### Vulnerable Library - minimatch-3.0.4.tgz

+ +

a glob matcher in javascript

+

Library home page: https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/minimatch/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - :x: **minimatch-3.0.4.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +A vulnerability was found in the minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service. + +

Publish Date: 2022-10-17 +

URL: CVE-2022-3517

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2022-10-17

+

Fix Resolution: minimatch - 3.0.5

+ +

+ +

+ +
+ + CVE-2022-21803 + + +### Vulnerable Libraries - nconf-0.6.9.tgz, nconf-0.10.0.tgz

+

+ + +### nconf-0.6.9.tgz

+ +

Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.

+

Library home page: https://registry.npmjs.org/nconf/-/nconf-0.6.9.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/broadway/node_modules/nconf/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - broadway-0.3.6.tgz + - :x: **nconf-0.6.9.tgz** (Vulnerable Library) + + +### nconf-0.10.0.tgz

+ +

Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.

+

Library home page: https://registry.npmjs.org/nconf/-/nconf-0.10.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/nconf/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - :x: **nconf-0.10.0.tgz** (Vulnerable Library) + + +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +This affects the package nconf before 0.11.4. When using the memory engine, it is possible to store a nested JSON representation of the configuration. The .set() function, that is responsible for setting the configuration properties, is vulnerable to Prototype Pollution. By providing a crafted property, it is possible to modify the properties on the Object.prototype. + +

Publish Date: 2022-04-12 +

URL: CVE-2022-21803

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21803

+

Release Date: 2022-04-12

+

Fix Resolution (nconf): 0.11.4

+

Direct dependency fix Resolution (forever): 4.0.0

Fix Resolution (nconf): 0.11.4

+

Direct dependency fix Resolution (forever): 4.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2022-38900 + + +### Vulnerable Library - decode-uri-component-0.2.0.tgz

+ +

A better decodeURIComponent

+

Library home page: https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/decode-uri-component/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - braces-2.3.2.tgz + - snapdragon-0.8.2.tgz + - source-map-resolve-0.5.2.tgz + - :x: **decode-uri-component-0.2.0.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +decode-uri-component 0.2.0 is vulnerable to Improper Input Validation resulting in DoS. + +

Publish Date: 2022-11-28 +

URL: CVE-2022-38900

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/advisories/GHSA-w573-4hg7-7wgq

+

Release Date: 2022-11-28

+

Fix Resolution (decode-uri-component): 0.2.1

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-3820 + + +### Vulnerable Library - i-0.3.6.tgz

+ +

custom inflections for nodejs

+

Library home page: https://registry.npmjs.org/i/-/i-0.3.6.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/i/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - utile-0.3.0.tgz + - :x: **i-0.3.6.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +inflect is vulnerable to Inefficient Regular Expression Complexity + +

Publish Date: 2021-09-27 +

URL: CVE-2021-3820

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3820

+

Release Date: 2021-09-27

+

Fix Resolution (i): 0.3.7

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-7598 + + +### Vulnerable Libraries - minimist-0.0.10.tgz, minimist-0.0.8.tgz, minimist-1.2.0.tgz

+

+ + +### minimist-0.0.10.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/minimist/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - optimist-0.6.1.tgz + - :x: **minimist-0.0.10.tgz** (Vulnerable Library) + + +### minimist-0.0.8.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/mkdirp/node_modules/minimist/package.json

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - mkdirp-0.5.1.tgz + - :x: **minimist-0.0.8.tgz** (Vulnerable Library) + + +### minimist-1.2.0.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - rc-1.2.8.tgz + - :x: **minimist-1.2.0.tgz** (Vulnerable Library) + + +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a ""constructor"" or ""__proto__"" payload. + +

Publish Date: 2020-03-11 +

URL: CVE-2020-7598

+

+ +

+ +### CVSS 3 Score Details (5.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: Low + - Availability Impact: Low +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2020-03-11

+

Fix Resolution (minimist): 1.2.3

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ +
+ + CVE-2022-25883 + + +### Vulnerable Library - semver-5.7.0.tgz

+ +

The semantic version parser used by npm.

+

Library home page: https://registry.npmjs.org/semver/-/semver-5.7.0.tgz

+

+ +Dependency Hierarchy: + - forever-2.0.0.tgz (Root Library) + - forever-monitor-2.0.0.tgz + - chokidar-2.1.8.tgz + - fsevents-1.2.9.tgz + - node-pre-gyp-0.12.0.tgz + - :x: **semver-5.7.0.tgz** (Vulnerable Library) +

Found in HEAD commit: 06f47b84b81980ff616cfd3010ec7417a9bb80dc

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +Versions of the package semver before 7.5.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range. + +

Publish Date: 2023-06-21 +

URL: CVE-2022-25883

+

+ +

+ +### CVSS 3 Score Details (5.3) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2023-06-21

+

Fix Resolution (semver): 7.5.2

+

Direct dependency fix Resolution (forever): 3.0.0

+ +

+ +

+ +
+ +*** + +

:rescue_worker_helmet: Automatic Remediation is available for this issue.

",0,forever tgz vulnerabilities highest severity is vulnerable library forever tgz path to dependency file package json found in head commit a href vulnerabilities cve severity cvss dependency type fixed in forever version remediation available critical detected in multiple dependencies transitive critical mixin deep tgz transitive critical detected in multiple dependencies transitive critical ini tgz transitive critical detected in multiple dependencies transitive critical tgz transitive high tar tgz transitive high tar tgz transitive high tar tgz transitive high tar tgz transitive high tar tgz transitive high kind of tgz transitive high glob parent tgz transitive n a high detected in multiple dependencies transitive n a high minimatch tgz transitive n a high detected in multiple dependencies transitive high decode uri component tgz transitive high i tgz transitive medium detected in multiple dependencies transitive medium semver tgz transitive for some transitive vulnerabilities there is no version of direct dependency with a fix check the details section below to see if there is a version of transitive dependency where vulnerability is fixed details cve vulnerable libraries set value tgz set value tgz set value tgz create nested values and any intermediaries using dot notation a b c paths library home page a href path to dependency file package json path to vulnerable library node modules union value node modules set value package json dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz braces tgz snapdragon tgz base tgz cache base tgz union value tgz x set value tgz vulnerable library set value tgz create nested values and any intermediaries using dot notation a b c paths library home page a href path to dependency file package json path to vulnerable library node modules set value package json dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz braces tgz snapdragon tgz base tgz cache base tgz x set value tgz vulnerable library found in head commit a href found in base branch master vulnerability details set value is vulnerable to prototype pollution in versions lower than the function mixin deep could be tricked into adding or modifying properties of object prototype using any of the constructor prototype and proto payloads 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 release date fix resolution set value direct dependency fix resolution forever fix resolution set value direct dependency fix resolution forever rescue worker helmet automatic remediation is available for this issue cve vulnerable library mixin deep tgz deeply mix the properties of objects into the first object like merge deep but doesn t clone library home page a href path to dependency file package json path to vulnerable library node modules mixin deep package json dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz braces tgz snapdragon tgz base tgz x mixin deep tgz vulnerable library found in head commit a href found in base branch master vulnerability details mixin deep is vulnerable to prototype pollution in versions before and version the function mixin deep could be tricked into adding or modifying properties of object prototype using a constructor payload 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 release date fix resolution mixin deep direct dependency fix resolution forever rescue worker helmet automatic remediation is available for this issue cve vulnerable libraries minimist tgz minimist tgz minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file package json path to vulnerable library node modules minimist package json dependency hierarchy forever tgz root library optimist tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz fsevents tgz node pre gyp tgz rc tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file package json path to vulnerable library node modules mkdirp node modules minimist package json dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz fsevents tgz node pre gyp tgz mkdirp tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file package json path to vulnerable library node modules prettyjson node modules minimist package json dependency hierarchy forever tgz root library prettyjson tgz x minimist tgz vulnerable library found in head commit a href found in base branch master vulnerability details minimist is vulnerable to prototype pollution via file index js function setkey lines 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 release date fix resolution minimist direct dependency fix resolution forever fix resolution minimist direct dependency fix resolution forever rescue worker helmet automatic remediation is available for this issue cve vulnerable library ini tgz an ini encoder decoder for node library home page a href path to dependency file package json path to vulnerable library node modules ini package json dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz fsevents tgz node pre gyp tgz rc tgz x ini tgz vulnerable library found in head commit a href found in base branch master vulnerability details this affects the package ini before if an attacker submits a malicious ini file to an application that parses it with ini parse they will pollute the prototype on the application this can be exploited further depending on the context 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 ini direct dependency fix resolution forever rescue worker helmet automatic remediation is available for this issue cve vulnerable libraries set value tgz set value tgz set value tgz create nested values and any intermediaries using dot notation a b c paths library home page a href path to dependency file package json path to vulnerable library node modules set value package json dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz braces tgz snapdragon tgz base tgz cache base tgz x set value tgz vulnerable library set value tgz create nested values and any intermediaries using dot notation a b c paths library home page a href path to dependency file package json path to vulnerable library node modules union value node modules set value package json dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz braces tgz snapdragon tgz base tgz cache base tgz union value tgz x set value tgz vulnerable library found in head commit a href found in base branch master vulnerability details mend note after conducting further research mend has determined that all versions of set value before versions are vulnerable to cve 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 set value direct dependency fix resolution forever fix resolution set value direct dependency fix resolution forever rescue worker helmet automatic remediation is available for this issue cve vulnerable library tgz the bare bones internationalization library used by yargs library home page a href path to dependency file package json path to vulnerable library node modules package json dependency hierarchy forever tgz root library nconf tgz yargs tgz x tgz vulnerable library found in head commit a href found in base branch master vulnerability details the package before and is vulnerable to prototype pollution 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 direct dependency fix resolution forever rescue worker helmet automatic remediation is available for this issue cve vulnerable library tar tgz tar for node library home page a href dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz fsevents tgz node pre gyp tgz x tar tgz vulnerable library found in head commit a href found in base branch master vulnerability details the npm package tar aka node tar before versions and has an arbitrary file creation overwrite and arbitrary code execution vulnerability node tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted this is in part achieved by ensuring that extracted directories are not symlinks additionally in order to prevent unnecessary stat calls to determine whether a given path is a directory paths are cached when directories are created this logic was insufficient when extracting tar files that contained both a directory and a symlink with names containing unicode values that normalized to the same value additionally on windows systems long path portions would resolve to the same file system entities as their short path counterparts a specially crafted tar archive could thus include a directory with one form of the path followed by a symbolic link with a different string that resolves to the same file system entity followed by a file using the first form by first creating a directory and then replacing that directory with a symlink that had a different apparent name that resolved to the same entry in the filesystem it was thus possible to bypass node tar symlink checks on directories essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location thus allowing arbitrary file creation and overwrite these issues were addressed in releases and the branch of node tar has been deprecated and did not receive patches for these issues if you are still using a release we recommend you update to a more recent version of node tar if this is not possible a workaround is available in the referenced ghsa publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope changed 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 tar direct dependency fix resolution forever cve vulnerable library tar tgz tar for node library home page a href dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz fsevents tgz node pre gyp tgz x tar tgz vulnerable library found in head commit a href found in base branch master vulnerability details the npm package tar aka node tar before versions and has an arbitrary file creation overwrite and arbitrary code execution vulnerability node tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted this is in part achieved by ensuring that extracted directories are not symlinks additionally in order to prevent unnecessary stat calls to determine whether a given path is a directory paths are cached when directories are created this logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory where the symlink and directory names in the archive entry used backslashes as a path separator on posix systems the cache checking logic used both and characters as path separators however is a valid filename character on posix systems by first creating a directory and then replacing that directory with a symlink it was thus possible to bypass node tar symlink checks on directories essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location thus allowing arbitrary file creation and overwrite additionally a similar confusion could arise on case insensitive filesystems if a tar archive contained a directory at foo followed by a symbolic link named foo then on case insensitive file systems the creation of the symbolic link would remove the directory from the filesystem but not from the internal directory cache as it would not be treated as a cache hit a subsequent file entry within the foo directory would then be placed in the target of the symbolic link thinking that the directory had already been created these issues were addressed in releases and the branch of node tar has been deprecated and did not receive patches for these issues if you are still using a release we recommend you update to a more recent version of node tar if this is not possible a workaround is available in the referenced ghsa publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope changed 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 tar direct dependency fix resolution forever cve vulnerable library tar tgz tar for node library home page a href dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz fsevents tgz node pre gyp tgz x tar tgz vulnerable library found in head commit a href found in base branch master vulnerability details the npm package tar aka node tar before versions and has an arbitrary file creation overwrite and arbitrary code execution vulnerability node tar aims to guarantee that any file whose location would be outside of the extraction target directory is not extracted this is in part accomplished by sanitizing absolute paths of entries within the archive skipping archive entries that contain path portions and resolving the sanitized paths against the extraction target directory this logic was insufficient on windows systems when extracting tar files that contained a path that was not an absolute path but specified a drive letter different from the extraction target such as c some path if the drive letter does not match the extraction target for example d extraction dir then the result of path resolve extractiondirectory entrypath would resolve against the current working directory on the c drive rather than the extraction target directory additionally a portion of the path could occur immediately after the drive letter such as c foo and was not properly sanitized by the logic that checked for within the normalized and split portions of the path this only affects users of node tar on windows systems these issues were addressed in releases and the branch of node tar has been deprecated and did not receive patches for these issues if you are still using a release we recommend you update to a more recent version of node tar there is no reasonable way to work around this issue without performing the same path normalization procedures that node tar now does users are encouraged to upgrade to the latest patched versions of node tar rather than attempt to sanitize paths themselves publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope changed 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 tar direct dependency fix resolution forever cve vulnerable library tar tgz tar for node library home page a href dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz fsevents tgz node pre gyp tgz x tar tgz vulnerable library found in head commit a href found in base branch master vulnerability details the npm package tar aka node tar before versions and has a arbitrary file creation overwrite vulnerability due to insufficient absolute path sanitization node tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the preservepaths flag is not set to true this is achieved by stripping the absolute path root from any absolute file paths contained in a tar file for example home user bashrc would turn into home user bashrc this logic was insufficient when file paths contained repeated path roots such as home user bashrc node tar would only strip a single path root from such paths when given an absolute file path with repeating path roots the resulting path e g home user bashrc would still resolve to an absolute path thus allowing arbitrary file creation and overwrite this issue was addressed in releases and users may work around this vulnerability without upgrading by creating a custom onentry method which sanitizes the entry path or a filter method which removes entries with absolute paths see referenced github advisory for details be aware of cve which fixes a similar bug in later versions of tar 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 none 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 tar direct dependency fix resolution forever cve vulnerable library tar tgz tar for node library home page a href dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz fsevents tgz node pre gyp tgz x tar tgz vulnerable library found in head commit a href found in base branch master vulnerability details the npm package tar aka node tar before versions and has an arbitrary file creation overwrite vulnerability via insufficient symlink protection node tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted this is in part achieved by ensuring that extracted directories are not symlinks additionally in order to prevent unnecessary stat calls to determine whether a given path is a directory paths are cached when directories are created this logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory this order of operations resulted in the directory being created and added to the node tar directory cache when a directory is present in the directory cache subsequent calls to mkdir for that directory are skipped however this is also where node tar checks for symlinks occur by first creating a directory and then replacing that directory with a symlink it was thus possible to bypass node tar symlink checks on directories essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location thus allowing arbitrary file creation and overwrite this issue was addressed in releases and 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 none 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 tar direct dependency fix resolution forever cve vulnerable library kind of tgz get the native type of a value library home page a href path to dependency file package json path to vulnerable library node modules define property node modules kind of package json node modules nanomatch node modules kind of package json node modules micromatch node modules kind of package json node modules snapdragon node node modules kind of package json node modules extglob node modules kind of package json node modules base node modules kind of package json dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz readdirp tgz micromatch tgz x kind of tgz vulnerable library found in head commit a href found in base branch master vulnerability details ctorname in index js in kind of allows external user input to overwrite certain internal attributes via a conflicting name as demonstrated by constructor name symbol hence a crafted payload can overwrite this builtin attribute to manipulate the type detection result 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 high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution kind of direct dependency fix resolution forever rescue worker helmet automatic remediation is available for this issue cve vulnerable library glob parent tgz strips glob magic from a string to provide the parent directory path library home page a href path to dependency file package json path to vulnerable library node modules glob parent package json dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz x glob parent tgz vulnerable library found in head commit a href found in base branch master vulnerability details this affects the package glob parent before the enclosure regex used to check for strings ending in enclosure containing path separator 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 glob parent ws vulnerable libraries utile tgz utile tgz utile tgz a drop in replacement for util with some additional advantageous functions library home page a href path to dependency file package json path to vulnerable library node modules utile package json dependency hierarchy forever tgz root library x utile tgz vulnerable library utile tgz a drop in replacement for util with some additional advantageous functions library home page a href path to dependency file package json path to vulnerable library node modules broadway node modules utile package json node modules prompt node modules utile package json dependency hierarchy forever tgz root library forever monitor tgz broadway tgz x utile tgz vulnerable library found in head commit a href found in base branch master vulnerability details the utile npm module version allows to extract sensitive data from uninitialized memory or to cause a dos by passing in a large number in setups where typed user input can be passed e g from json 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 jetbrains rider cve vulnerable library minimatch tgz a glob matcher in javascript library home page a href path to dependency file package json path to vulnerable library node modules minimatch package json dependency hierarchy forever tgz root library forever monitor tgz x minimatch tgz vulnerable library found in head commit a href found in base branch master vulnerability details a vulnerability was found in the minimatch package this flaw allows a regular expression denial of service redos when calling the braceexpand function with specific arguments resulting in a denial of service 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 release date fix resolution minimatch cve vulnerable libraries nconf tgz nconf tgz nconf tgz hierarchical node js configuration with files environment variables command line arguments and atomic object merging library home page a href path to dependency file package json path to vulnerable library node modules broadway node modules nconf package json dependency hierarchy forever tgz root library forever monitor tgz broadway tgz x nconf tgz vulnerable library nconf tgz hierarchical node js configuration with files environment variables command line arguments and atomic object merging library home page a href path to dependency file package json path to vulnerable library node modules nconf package json dependency hierarchy forever tgz root library x nconf tgz vulnerable library found in head commit a href found in base branch master vulnerability details this affects the package nconf before when using the memory engine it is possible to store a nested json representation of the configuration the set function that is responsible for setting the configuration properties is vulnerable to prototype pollution by providing a crafted property it is possible to modify the properties on the object prototype 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 high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution nconf direct dependency fix resolution forever fix resolution nconf direct dependency fix resolution forever rescue worker helmet automatic remediation is available for this issue cve vulnerable library decode uri component tgz a better decodeuricomponent library home page a href path to dependency file package json path to vulnerable library node modules decode uri component package json dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz braces tgz snapdragon tgz source map resolve tgz x decode uri component tgz vulnerable library found in head commit a href found in base branch master vulnerability details decode uri component is vulnerable to improper input validation resulting in dos 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 decode uri component direct dependency fix resolution forever rescue worker helmet automatic remediation is available for this issue cve vulnerable library i tgz custom inflections for nodejs library home page a href path to dependency file package json path to vulnerable library node modules i package json dependency hierarchy forever tgz root library utile tgz x i tgz vulnerable library found in head commit a href found in base branch master vulnerability details inflect is vulnerable to inefficient regular expression 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 high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution i direct dependency fix resolution forever rescue worker helmet automatic remediation is available for this issue cve vulnerable libraries minimist tgz minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file package json path to vulnerable library node modules minimist package json dependency hierarchy forever tgz root library optimist tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file package json path to vulnerable library node modules mkdirp node modules minimist package json dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz fsevents tgz node pre gyp tgz mkdirp tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz fsevents tgz node pre gyp tgz rc tgz x minimist tgz vulnerable library found in head commit a href found in base branch master vulnerability details minimist before could be tricked into adding or modifying properties of object prototype using a constructor or proto payload publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version release date fix resolution minimist direct dependency fix resolution forever cve vulnerable library semver tgz the semantic version parser used by npm library home page a href dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz fsevents tgz node pre gyp tgz x semver tgz vulnerable library found in head commit a href found in base branch master vulnerability details versions of the package semver before are vulnerable to regular expression denial of service redos via the function new range when untrusted user data is provided as a range 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 release date fix resolution semver direct dependency fix resolution forever rescue worker helmet automatic remediation is available for this issue ,0 +14293,17191439103.0,IssuesEvent,2021-07-16 11:34:49,KiwiHawk/SeaBlock,https://api.github.com/repos/KiwiHawk/SeaBlock,closed,Settings changes,bobs mod compatibility,"Hide Bob enemies settings: +- Leviathan frequency seablock.overwrite_setting('double-setting', 'bobmods-enemies-leviathanfrequency', 0) +- Bigger enemies sooner +- Super spawner +- Health increase + +Hide Bob's power settings: +- Fluid generator +- Burner generator + +Hide Bob's warfare settings: +- Robot update +- Drainless laser turrets +- Vehicle flamethrower starts fires + +Hide Bob's assembly machines settings: +- Burner & steam powered assembly machines +",True,"Settings changes - Hide Bob enemies settings: +- Leviathan frequency seablock.overwrite_setting('double-setting', 'bobmods-enemies-leviathanfrequency', 0) +- Bigger enemies sooner +- Super spawner +- Health increase + +Hide Bob's power settings: +- Fluid generator +- Burner generator + +Hide Bob's warfare settings: +- Robot update +- Drainless laser turrets +- Vehicle flamethrower starts fires + +Hide Bob's assembly machines settings: +- Burner & steam powered assembly machines +",0,settings changes hide bob enemies settings leviathan frequency seablock overwrite setting double setting bobmods enemies leviathanfrequency bigger enemies sooner super spawner health increase hide bob s power settings fluid generator burner generator hide bob s warfare settings robot update drainless laser turrets vehicle flamethrower starts fires hide bob s assembly machines settings burner steam powered assembly machines ,0 +4501,11234843626.0,IssuesEvent,2020-01-09 06:38:14,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Always have backup for your critical resources,Pri2 architecture-center/svc cxp reference-architecture/subsvc triaged,"Depend on the project we should always design backup for our critical resources. The resources will vary from project to project. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 64a14304-4ef8-dc1b-b92d-b021fc169710 +* Version Independent ID: 33ad8550-7676-2b43-f6cc-a9eb3d3f2093 +* Content: [Make all things redundant - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/design-principles/redundancy#feedback) +* Content Source: [docs/guide/design-principles/redundancy.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/design-principles/redundancy.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Always have backup for your critical resources - Depend on the project we should always design backup for our critical resources. The resources will vary from project to project. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 64a14304-4ef8-dc1b-b92d-b021fc169710 +* Version Independent ID: 33ad8550-7676-2b43-f6cc-a9eb3d3f2093 +* Content: [Make all things redundant - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/design-principles/redundancy#feedback) +* Content Source: [docs/guide/design-principles/redundancy.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/design-principles/redundancy.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,always have backup for your critical resources depend on the project we should always design backup for our critical resources the resources will vary from project to project document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +721261,24822769415.0,IssuesEvent,2022-10-25 17:52:32,NuGet/Home,https://api.github.com/repos/NuGet/Home,closed,Honor WarningsNotAsErrors,Priority:2 Type:Feature Functionality:Pack Area:ErrorHandling Functionality:Restore Category:SeasonOfGiving,"We use TreatWarningsAsErrors=true. We want NuGet warnings to appear, but not to fail build. The concept of NoWarn is too strong as it suppresses them completely, but we still want to be aware of the issue. IMO the best property for this (that CSC also uses) is WarningsNotAsErrors, a list of warnings that should not cause errors even if TreatWarningsAsErrors is enabled. + +Scenario: +```xml + + + + + + netcoreapp2.0 + true + $(WarningsNotAsErrors);NU1603 + + +``` + +cc @emgarten ",1.0,"Honor WarningsNotAsErrors - We use TreatWarningsAsErrors=true. We want NuGet warnings to appear, but not to fail build. The concept of NoWarn is too strong as it suppresses them completely, but we still want to be aware of the issue. IMO the best property for this (that CSC also uses) is WarningsNotAsErrors, a list of warnings that should not cause errors even if TreatWarningsAsErrors is enabled. + +Scenario: +```xml + + + + + + netcoreapp2.0 + true + $(WarningsNotAsErrors);NU1603 + + +``` + +cc @emgarten ",0,honor warningsnotaserrors we use treatwarningsaserrors true we want nuget warnings to appear but not to fail build the concept of nowarn is too strong as it suppresses them completely but we still want to be aware of the issue imo the best property for this that csc also uses is warningsnotaserrors a list of warnings that should not cause errors even if treatwarningsaserrors is enabled scenario xml true warningsnotaserrors cc emgarten ,0 +7770,19193288078.0,IssuesEvent,2021-12-06 05:17:11,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Graphic and text updates requested for SAP deployment on Oracle DB,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"Hi! +Arnt de Gier here, TME for Azure NetApp Files with NetApp. +I have the following suggestions for updating this article: + +1. As per attached updated graphic, please add Azure NetApp Files icons in the boxes Oracle Database, SAP central server cluster and in the bottom box named Azure NetApp Files. +2. Add a box underneath the three pillars marked **Delegated storage subnet** containing the Azure NetApp Files icon to designate the feasibility of using Azure NetApp Files in this architecture. +3. In section 'Components', add: **Storage. Azure Premium managed disks or Azure NetApp Files (for Oracle 19C) provide the recommended storage for the SAP executables and the Oracle database.** +4. Update text 'Avoiding these outcomes requires an SAP infrastructure that is highly available and resilient when failures occur.' to **Avoiding these outcomes requires an SAP infrastructure that is highly available and resilient to failures.** +5. Update text 'Building a highly available SAP environment requires eliminating single points of failures in your system architecture and processes.' to **Building a highly available SAP environment requires eliminating single points of failure in your system architecture and processes.** + +[Enter feedback here] + + +--- +#### Document Details +![SAP deployment on OracleDB updates](https://user-images.githubusercontent.com/86350177/144055719-21a24ab0-77db-4a70-b70a-c69e119b0f5e.png) + + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e700b9a2-8b1d-5d55-95ec-1bb123d2586a +* Version Independent ID: 7f4b8f89-a777-b03b-e0af-d3d890745088 +* Content: [SAP deployment on Azure using an Oracle DB - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/sap-production) +* Content Source: [docs/example-scenario/apps/sap-production.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/apps/sap-production.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @DharmeshBhagat +* Microsoft Alias: **pnp**",1.0,"Graphic and text updates requested for SAP deployment on Oracle DB - Hi! +Arnt de Gier here, TME for Azure NetApp Files with NetApp. +I have the following suggestions for updating this article: + +1. As per attached updated graphic, please add Azure NetApp Files icons in the boxes Oracle Database, SAP central server cluster and in the bottom box named Azure NetApp Files. +2. Add a box underneath the three pillars marked **Delegated storage subnet** containing the Azure NetApp Files icon to designate the feasibility of using Azure NetApp Files in this architecture. +3. In section 'Components', add: **Storage. Azure Premium managed disks or Azure NetApp Files (for Oracle 19C) provide the recommended storage for the SAP executables and the Oracle database.** +4. Update text 'Avoiding these outcomes requires an SAP infrastructure that is highly available and resilient when failures occur.' to **Avoiding these outcomes requires an SAP infrastructure that is highly available and resilient to failures.** +5. Update text 'Building a highly available SAP environment requires eliminating single points of failures in your system architecture and processes.' to **Building a highly available SAP environment requires eliminating single points of failure in your system architecture and processes.** + +[Enter feedback here] + + +--- +#### Document Details +![SAP deployment on OracleDB updates](https://user-images.githubusercontent.com/86350177/144055719-21a24ab0-77db-4a70-b70a-c69e119b0f5e.png) + + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e700b9a2-8b1d-5d55-95ec-1bb123d2586a +* Version Independent ID: 7f4b8f89-a777-b03b-e0af-d3d890745088 +* Content: [SAP deployment on Azure using an Oracle DB - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/sap-production) +* Content Source: [docs/example-scenario/apps/sap-production.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/apps/sap-production.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @DharmeshBhagat +* Microsoft Alias: **pnp**",1,graphic and text updates requested for sap deployment on oracle db hi arnt de gier here tme for azure netapp files with netapp i have the following suggestions for updating this article as per attached updated graphic please add azure netapp files icons in the boxes oracle database sap central server cluster and in the bottom box named azure netapp files add a box underneath the three pillars marked delegated storage subnet containing the azure netapp files icon to designate the feasibility of using azure netapp files in this architecture in section components add storage  azure premium managed disks or azure netapp files for oracle provide the recommended storage for the sap executables and the oracle database update text avoiding these outcomes requires an sap infrastructure that is highly available and resilient when failures occur to avoiding these outcomes requires an sap infrastructure that is highly available and resilient to failures update text building a highly available sap environment requires eliminating single points of failures in your system architecture and processes to building a highly available sap environment requires eliminating single points of failure in your system architecture and processes document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login dharmeshbhagat microsoft alias pnp ,1 +5994,13463422145.0,IssuesEvent,2020-09-09 17:33:54,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Bash shell script in ""Create Dashboard"" section doesn't work as expected",Pri2 architecture-center/svc assigned-to-author product-feedback reference-architecture/subsvc triaged," +[Output is: sed: 1: ""/workspace/c\ \t\t\t"" ..."": extra characters after \ at the end of c command] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e17f2434-814c-4ebc-c05d-501566aa3c0f +* Version Independent ID: 6cf80861-2ab6-0c28-8a68-4f641491a61a +* Content: [Use dashboards to visualize Azure Databricks metrics - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/databricks-monitoring/dashboards) +* Content Source: [docs/databricks-monitoring/dashboards.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/databricks-monitoring/dashboards.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",2.0,"Bash shell script in ""Create Dashboard"" section doesn't work as expected - +[Output is: sed: 1: ""/workspace/c\ \t\t\t"" ..."": extra characters after \ at the end of c command] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e17f2434-814c-4ebc-c05d-501566aa3c0f +* Version Independent ID: 6cf80861-2ab6-0c28-8a68-4f641491a61a +* Content: [Use dashboards to visualize Azure Databricks metrics - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/databricks-monitoring/dashboards) +* Content Source: [docs/databricks-monitoring/dashboards.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/databricks-monitoring/dashboards.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1,bash shell script in create dashboard section doesn t work as expected document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +5038,11986363483.0,IssuesEvent,2020-04-07 19:10:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"""Download PDF"" option is not enabled for Azure Architecture center",Pri3 architecture-center/svc assigned-to-author docs-experience triaged,"Hi Team, + +Download PDF option is presently not enabled for offline reference of complete documentation of Azure architecture center. However, I could see its enabled for ""Get started guide for Azure developers"". + +Can you please enable this option for Azure architecture center as well? + +",1.0,"""Download PDF"" option is not enabled for Azure Architecture center - Hi Team, + +Download PDF option is presently not enabled for offline reference of complete documentation of Azure architecture center. However, I could see its enabled for ""Get started guide for Azure developers"". + +Can you please enable this option for Azure architecture center as well? + +",1, download pdf option is not enabled for azure architecture center hi team download pdf option is presently not enabled for offline reference of complete documentation of azure architecture center however i could see its enabled for get started guide for azure developers can you please enable this option for azure architecture center as well ,1 +86530,10760688663.0,IssuesEvent,2019-10-31 19:08:02,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,closed,IDE diagnostics should have HelpLinkUri set,Area-IDE Bug Need Design Review Tenet-Performance,"**Version Used**: 15.7 + +**Expected Behavior**: + +All IDE diagnostics should provide a `HelpLinkUri` linking to information about the diagnostic. + +**Actual Behavior**: + +Many diagnostics do not have the `HelpLinkUri` set at all. The test for this property has been skipped in #26718. + +Diagnostics without this URI result in high CPU usage due to COM overhead in `VisualStudioBaseDiagnosticListTable.GetHelpLinkToolTipText`. + +🔗 https://developercommunity.visualstudio.com/content/problem/738158/gro%C3%9Fe-anzahl-an-klassen-verlangsamt-intellisense-u.html",1.0,"IDE diagnostics should have HelpLinkUri set - **Version Used**: 15.7 + +**Expected Behavior**: + +All IDE diagnostics should provide a `HelpLinkUri` linking to information about the diagnostic. + +**Actual Behavior**: + +Many diagnostics do not have the `HelpLinkUri` set at all. The test for this property has been skipped in #26718. + +Diagnostics without this URI result in high CPU usage due to COM overhead in `VisualStudioBaseDiagnosticListTable.GetHelpLinkToolTipText`. + +🔗 https://developercommunity.visualstudio.com/content/problem/738158/gro%C3%9Fe-anzahl-an-klassen-verlangsamt-intellisense-u.html",0,ide diagnostics should have helplinkuri set version used expected behavior all ide diagnostics should provide a helplinkuri linking to information about the diagnostic actual behavior many diagnostics do not have the helplinkuri set at all the test for this property has been skipped in diagnostics without this uri result in high cpu usage due to com overhead in visualstudiobasediagnosticlisttable gethelplinktooltiptext 🔗 ,0 +9599,24878062940.0,IssuesEvent,2022-10-27 21:05:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio Link does not exactly represent this Architecture diagram,needs-art doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +Visio Link does not exactly represent this Architecture diagram. Please Update or refresh this to correct Visio diagram. + + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 84bcf722-abb3-69b8-8073-15ae4a6890de +* Version Independent ID: 7b2010c6-696d-de66-8e56-8ac5d3e54526 +* Content: [Basic web application - Azure Reference Architectures](https://docs.microsoft.com/en-gb/azure/architecture/reference-architectures/app-service-web-app/basic-web-app?tabs=cli) +* Content Source: [docs/reference-architectures/app-service-web-app/basic-web-app.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/app-service-web-app/basic-web-app.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",2.0,"Visio Link does not exactly represent this Architecture diagram - +Visio Link does not exactly represent this Architecture diagram. Please Update or refresh this to correct Visio diagram. + + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 84bcf722-abb3-69b8-8073-15ae4a6890de +* Version Independent ID: 7b2010c6-696d-de66-8e56-8ac5d3e54526 +* Content: [Basic web application - Azure Reference Architectures](https://docs.microsoft.com/en-gb/azure/architecture/reference-architectures/app-service-web-app/basic-web-app?tabs=cli) +* Content Source: [docs/reference-architectures/app-service-web-app/basic-web-app.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/app-service-web-app/basic-web-app.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,visio link does not exactly represent this architecture diagram visio link does not exactly represent this architecture diagram please update or refresh this to correct visio diagram document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias pnp ,1 +10466,26992895237.0,IssuesEvent,2023-02-09 21:31:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Conatiner Apps are not in Preview any more,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri1," +Container Apps are mentioned as Preview which is not the case. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6244cf08-ed10-93fd-de01-56044cada33e +* Version Independent ID: 6244cf08-ed10-93fd-de01-56044cada33e +* Content: [Deploy microservices with Azure Container Apps and Dapr - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/serverless/microservices-with-container-apps-dapr?source=docs#feedback) +* Content Source: [docs/example-scenario/serverless/microservices-with-container-apps-dapr.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/serverless/microservices-with-container-apps-dapr.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @alicejgibbons +* Microsoft Alias: **algibbon**",1.0,"Conatiner Apps are not in Preview any more - +Container Apps are mentioned as Preview which is not the case. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6244cf08-ed10-93fd-de01-56044cada33e +* Version Independent ID: 6244cf08-ed10-93fd-de01-56044cada33e +* Content: [Deploy microservices with Azure Container Apps and Dapr - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/serverless/microservices-with-container-apps-dapr?source=docs#feedback) +* Content Source: [docs/example-scenario/serverless/microservices-with-container-apps-dapr.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/serverless/microservices-with-container-apps-dapr.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @alicejgibbons +* Microsoft Alias: **algibbon**",1,conatiner apps are not in preview any more container apps are mentioned as preview which is not the case document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login alicejgibbons microsoft alias algibbon ,1 +169690,6414749403.0,IssuesEvent,2017-08-08 10:59:41,edenlabllc/ehealth.api,https://api.github.com/repos/edenlabllc/ehealth.api,closed,[Declaration request] Default authentication method - NA,kind/task priority/high,"As a NHS Patient +I don't want to verify declaration request using OTP in case i am a new eHealth patient +and my phone number is verified +So that it be easier to create new declaration request + +**Create declaration request:** +- [x] Handle new decision from Gandalf `NA` https://github.com/edenlabllc/ehealth.api/blob/master/lib/ehealth/declaration_request/api/create.ex#L86-L117 +- [ ] Save Gandalf decision to IL.DB (add new attribute `authentication_method_default`) to declaration_requests https://github.com/edenlabllc/ehealth.api/pull/758 +- [x] Save chosen by patient authentication_method to `authentication_method_current` for new patient ONLY. For existing patient - save previous authentication method +- [x] Do not generate links to upload documents and do not send OTP to patient in case Gandalf decision `NA` + +**Approve declaration request** +- [x] Check `authentication_method_default` and skip any validation (OTP validation or documents validation) in case `authentication_method_default - NA`",1.0,"[Declaration request] Default authentication method - NA - As a NHS Patient +I don't want to verify declaration request using OTP in case i am a new eHealth patient +and my phone number is verified +So that it be easier to create new declaration request + +**Create declaration request:** +- [x] Handle new decision from Gandalf `NA` https://github.com/edenlabllc/ehealth.api/blob/master/lib/ehealth/declaration_request/api/create.ex#L86-L117 +- [ ] Save Gandalf decision to IL.DB (add new attribute `authentication_method_default`) to declaration_requests https://github.com/edenlabllc/ehealth.api/pull/758 +- [x] Save chosen by patient authentication_method to `authentication_method_current` for new patient ONLY. For existing patient - save previous authentication method +- [x] Do not generate links to upload documents and do not send OTP to patient in case Gandalf decision `NA` + +**Approve declaration request** +- [x] Check `authentication_method_default` and skip any validation (OTP validation or documents validation) in case `authentication_method_default - NA`",0, default authentication method na as a nhs patient i don t want to verify declaration request using otp in case i am a new ehealth patient and my phone number is verified so that it be easier to create new declaration request create declaration request handle new decision from gandalf na save gandalf decision to il db add new attribute authentication method default to declaration requests save chosen by patient authentication method to authentication method current for new patient only for existing patient save previous authentication method do not generate links to upload documents and do not send otp to patient in case gandalf decision na approve declaration request check authentication method default and skip any validation otp validation or documents validation in case authentication method default na ,0 +262080,27850886598.0,IssuesEvent,2023-03-20 18:36:06,jgeraigery/community-scripts,https://api.github.com/repos/jgeraigery/community-scripts,opened,jython-standalone-2.7.1.jar: 1 vulnerabilities (highest severity is: 6.1),Mend: dependency security vulnerability,"
Vulnerable Library - jython-standalone-2.7.1.jar

+ +

Jython is an implementation of the high-level, dynamic, object-oriented + language Python written in 100% Pure Java, and seamlessly integrated with + the Java platform. It thus allows you to run Python on any Java platform.

+

Library home page: http://www.jython.org/

+

Path to dependency file: /build.gradle.kts

+

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.python/jython-standalone/2.7.1/942c3294840dc9dfb3528d775f4d02a6d57c421f/jython-standalone-2.7.1.jar

+

+ + +

Found in HEAD commit: 5ae7dcc04447ba3cc586c9d5f2500f99aaa2cbc4

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in (jython-standalone version) | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | +| [CVE-2019-9740](https://www.mend.io/vulnerability-database/CVE-2019-9740) | Medium | 6.1 | jython-standalone-2.7.1.jar | Direct | 2.7.2b2 | ✅ | + + +## Details + +
+ + CVE-2019-9740 + + +### Vulnerable Library - jython-standalone-2.7.1.jar

+ +

Jython is an implementation of the high-level, dynamic, object-oriented + language Python written in 100% Pure Java, and seamlessly integrated with + the Java platform. It thus allows you to run Python on any Java platform.

+

Library home page: http://www.jython.org/

+

Path to dependency file: /build.gradle.kts

+

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.python/jython-standalone/2.7.1/942c3294840dc9dfb3528d775f4d02a6d57c421f/jython-standalone-2.7.1.jar

+

+ +Dependency Hierarchy: + - :x: **jython-standalone-2.7.1.jar** (Vulnerable Library) +

Found in HEAD commit: 5ae7dcc04447ba3cc586c9d5f2500f99aaa2cbc4

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the query string after a ? character) followed by an HTTP header or a Redis command. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9. + +

Publish Date: 2019-03-13 +

URL: CVE-2019-9740

+

+ +

+ +### CVSS 3 Score Details (6.1) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9740

+

Release Date: 2019-03-13

+

Fix Resolution: 2.7.2b2

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ +*** + +

:rescue_worker_helmet: Automatic Remediation is available for this issue.

",True,"jython-standalone-2.7.1.jar: 1 vulnerabilities (highest severity is: 6.1) -
Vulnerable Library - jython-standalone-2.7.1.jar

+ +

Jython is an implementation of the high-level, dynamic, object-oriented + language Python written in 100% Pure Java, and seamlessly integrated with + the Java platform. It thus allows you to run Python on any Java platform.

+

Library home page: http://www.jython.org/

+

Path to dependency file: /build.gradle.kts

+

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.python/jython-standalone/2.7.1/942c3294840dc9dfb3528d775f4d02a6d57c421f/jython-standalone-2.7.1.jar

+

+ + +

Found in HEAD commit: 5ae7dcc04447ba3cc586c9d5f2500f99aaa2cbc4

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in (jython-standalone version) | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | +| [CVE-2019-9740](https://www.mend.io/vulnerability-database/CVE-2019-9740) | Medium | 6.1 | jython-standalone-2.7.1.jar | Direct | 2.7.2b2 | ✅ | + + +## Details + +
+ + CVE-2019-9740 + + +### Vulnerable Library - jython-standalone-2.7.1.jar

+ +

Jython is an implementation of the high-level, dynamic, object-oriented + language Python written in 100% Pure Java, and seamlessly integrated with + the Java platform. It thus allows you to run Python on any Java platform.

+

Library home page: http://www.jython.org/

+

Path to dependency file: /build.gradle.kts

+

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.python/jython-standalone/2.7.1/942c3294840dc9dfb3528d775f4d02a6d57c421f/jython-standalone-2.7.1.jar

+

+ +Dependency Hierarchy: + - :x: **jython-standalone-2.7.1.jar** (Vulnerable Library) +

Found in HEAD commit: 5ae7dcc04447ba3cc586c9d5f2500f99aaa2cbc4

+

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the query string after a ? character) followed by an HTTP header or a Redis command. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9. + +

Publish Date: 2019-03-13 +

URL: CVE-2019-9740

+

+ +

+ +### CVSS 3 Score Details (6.1) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9740

+

Release Date: 2019-03-13

+

Fix Resolution: 2.7.2b2

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ +*** + +

:rescue_worker_helmet: Automatic Remediation is available for this issue.

",0,jython standalone jar vulnerabilities highest severity is vulnerable library jython standalone jar jython is an implementation of the high level dynamic object oriented language python written in pure java and seamlessly integrated with the java platform it thus allows you to run python on any java platform library home page a href path to dependency file build gradle kts path to vulnerable library home wss scanner gradle caches modules files org python jython standalone jython standalone jar found in head commit a href vulnerabilities cve severity cvss dependency type fixed in jython standalone version remediation available medium jython standalone jar direct details cve vulnerable library jython standalone jar jython is an implementation of the high level dynamic object oriented language python written in pure java and seamlessly integrated with the java platform it thus allows you to run python on any java platform library home page a href path to dependency file build gradle kts path to vulnerable library home wss scanner gradle caches modules files org python jython standalone jython standalone jar dependency hierarchy x jython standalone jar vulnerable library found in head commit a href found in base branch master vulnerability details an issue was discovered in in python x through and urllib in python x through crlf injection is possible if the attacker controls a url parameter as demonstrated by the first argument to urllib request urlopen with r n specifically in the query string after a character followed by an http header or a redis command this is fixed in 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 rescue worker helmet automatic remediation is available for this issue rescue worker helmet automatic remediation is available for this issue ,0 +15589,8969065002.0,IssuesEvent,2019-01-29 09:51:09,tensorflow/tensorflow,https://api.github.com/repos/tensorflow/tensorflow,closed,Usage of tf_stack.extract_stack in registry.py breaks TensorFlow R client,TF 1.13 type:bug/performance,"**System information** +- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): no +- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Fedora 29 +- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: NA +- TensorFlow installed from (source or binary): binary +- TensorFlow version (use command below): nightly +- Python version: 3.6 +- Bazel version (if compiling from source): NA +- GCC/Compiler version (if compiling from source): NA +- CUDA/cuDNN version: NA +- GPU model and memory: NA + +Hi, + +this usage of `tf_stack` in registry.py + +``` +stack = tf_stack.extract_stack() +user_function = stack[2] +``` + +breaks the TensorFlow for R client, because at that point, when called from R `stack` is of length 2, with both elements being of length 6. + +This is analogous to the recently fixed https://github.com/tensorflow/tensorflow/issues/25067 +(thank you @jtkeeling) + +It would be awesome if this could still be fixed for the 1.13 release, as I'm aware of no workaround and we have users that want to register a custom gradient. + +Many thanks! + + + +",True,"Usage of tf_stack.extract_stack in registry.py breaks TensorFlow R client - **System information** +- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): no +- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Fedora 29 +- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: NA +- TensorFlow installed from (source or binary): binary +- TensorFlow version (use command below): nightly +- Python version: 3.6 +- Bazel version (if compiling from source): NA +- GCC/Compiler version (if compiling from source): NA +- CUDA/cuDNN version: NA +- GPU model and memory: NA + +Hi, + +this usage of `tf_stack` in registry.py + +``` +stack = tf_stack.extract_stack() +user_function = stack[2] +``` + +breaks the TensorFlow for R client, because at that point, when called from R `stack` is of length 2, with both elements being of length 6. + +This is analogous to the recently fixed https://github.com/tensorflow/tensorflow/issues/25067 +(thank you @jtkeeling) + +It would be awesome if this could still be fixed for the 1.13 release, as I'm aware of no workaround and we have users that want to register a custom gradient. + +Many thanks! + + + +",0,usage of tf stack extract stack in registry py breaks tensorflow r client system information have i written custom code as opposed to using a stock example script provided in tensorflow no os platform and distribution e g linux ubuntu linux fedora mobile device e g iphone pixel samsung galaxy if the issue happens on mobile device na tensorflow installed from source or binary binary tensorflow version use command below nightly python version bazel version if compiling from source na gcc compiler version if compiling from source na cuda cudnn version na gpu model and memory na hi this usage of tf stack in registry py stack tf stack extract stack user function stack breaks the tensorflow for r client because at that point when called from r stack is of length with both elements being of length this is analogous to the recently fixed thank you jtkeeling it would be awesome if this could still be fixed for the release as i m aware of no workaround and we have users that want to register a custom gradient many thanks ,0 +4524,11278440088.0,IssuesEvent,2020-01-15 06:46:24,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,More details required,Pri1 architecture-center/svc cxp doc-enhancement triaged,"Could you pls send us more details + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0ca97a7c-e27f-7565-29cb-73897ed6e16f +* Version Independent ID: 7f7eac20-58ae-21fc-7551-df13aa20c545 +* Content: [Hybrid Identity - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/hybrid-identity#feedback) +* Content Source: [docs/solution-ideas/articles/hybrid-identity.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/hybrid-identity.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"More details required - Could you pls send us more details + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0ca97a7c-e27f-7565-29cb-73897ed6e16f +* Version Independent ID: 7f7eac20-58ae-21fc-7551-df13aa20c545 +* Content: [Hybrid Identity - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/hybrid-identity#feedback) +* Content Source: [docs/solution-ideas/articles/hybrid-identity.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/hybrid-identity.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,more details required could you pls send us more details document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +4553,11340481867.0,IssuesEvent,2020-01-23 06:36:07,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Most ""Next Steps"" links are broken",Pri1 architecture-center/svc cxp doc-enhancement triaged,"Most ""Next Steps"" links are broken + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 115fe9d4-6876-b76b-c194-6dbe760f0131 +* Version Independent ID: bd2dbb27-a069-8609-5421-33d223df06eb +* Content: [Dev-Test deployment for testing IaaS solutions - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/dev-test-iaas) +* Content Source: [docs/solution-ideas/articles/dev-test-iaas.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/dev-test-iaas.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Most ""Next Steps"" links are broken - Most ""Next Steps"" links are broken + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 115fe9d4-6876-b76b-c194-6dbe760f0131 +* Version Independent ID: bd2dbb27-a069-8609-5421-33d223df06eb +* Content: [Dev-Test deployment for testing IaaS solutions - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/dev-test-iaas) +* Content Source: [docs/solution-ideas/articles/dev-test-iaas.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/dev-test-iaas.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,most next steps links are broken most next steps links are broken document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +86185,15755381486.0,IssuesEvent,2021-03-31 01:40:38,johnnymythology/microsoftBotFramework,https://api.github.com/repos/johnnymythology/microsoftBotFramework,opened,WS-2019-0257 (Medium) detected in csv-parse-1.3.3.tgz,security vulnerability,"## WS-2019-0257 - Medium Severity Vulnerability +
Vulnerable Library - csv-parse-1.3.3.tgz

+ +

CSV parsing implementing the Node.js `stream.Transform` API

+

Library home page: https://registry.npmjs.org/csv-parse/-/csv-parse-1.3.3.tgz

+

Path to dependency file: /microsoftBotFramework/messages/package.json

+

Path to vulnerable library: microsoftBotFramework/messages/node_modules/csv-parse/package.json

+

+ +Dependency Hierarchy: + - restify-4.3.4.tgz (Root Library) + - csv-0.4.6.tgz + - :x: **csv-parse-1.3.3.tgz** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +Csv-parse prior to 4.4.6 is vulnerable to Regular Expression Denial of Service. The __isInt() function contains a malformed regular expression that processes large specially-crafted input very slowly, this leads to a Denial of Service which is triggered when using the cast option. + +

Publish Date: 2019-09-17 +

URL: WS-2019-0257

+

+
+

+
CVSS 2 Score Details (6.5) +

+ +Base Score Metrics not available

+ +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.npmjs.com/advisories/1171

+

Release Date: 2019-09-24

+

Fix Resolution: 4.4.6

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"WS-2019-0257 (Medium) detected in csv-parse-1.3.3.tgz - ## WS-2019-0257 - Medium Severity Vulnerability +
Vulnerable Library - csv-parse-1.3.3.tgz

+ +

CSV parsing implementing the Node.js `stream.Transform` API

+

Library home page: https://registry.npmjs.org/csv-parse/-/csv-parse-1.3.3.tgz

+

Path to dependency file: /microsoftBotFramework/messages/package.json

+

Path to vulnerable library: microsoftBotFramework/messages/node_modules/csv-parse/package.json

+

+ +Dependency Hierarchy: + - restify-4.3.4.tgz (Root Library) + - csv-0.4.6.tgz + - :x: **csv-parse-1.3.3.tgz** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +Csv-parse prior to 4.4.6 is vulnerable to Regular Expression Denial of Service. The __isInt() function contains a malformed regular expression that processes large specially-crafted input very slowly, this leads to a Denial of Service which is triggered when using the cast option. + +

Publish Date: 2019-09-17 +

URL: WS-2019-0257

+

+
+

+
CVSS 2 Score Details (6.5) +

+ +Base Score Metrics not available

+ +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.npmjs.com/advisories/1171

+

Release Date: 2019-09-24

+

Fix Resolution: 4.4.6

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,ws medium detected in csv parse tgz ws medium severity vulnerability vulnerable library csv parse tgz csv parsing implementing the node js stream transform api library home page a href path to dependency file microsoftbotframework messages package json path to vulnerable library microsoftbotframework messages node modules csv parse package json dependency hierarchy restify tgz root library csv tgz x csv parse tgz vulnerable library vulnerability details csv parse prior to is vulnerable to regular expression denial of service the isint function contains a malformed regular expression that processes large specially crafted input very slowly this leads to a denial of service which is triggered when using the cast option 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 step up your open source security game with whitesource ,0 +8353,22141030590.0,IssuesEvent,2022-06-03 06:54:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Potential use cases,doc-bug cxp triaged architecture-center/svc Pri2 solution-idea/subsvc,"The first sentence under **Potential user cases** says + +> These other uses cases have similar design patterns: + +The second s in uses should be removed. + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f4cc2d26-95f1-a809-8d21-251fa973b084 +* Version Independent ID: d452c096-bbea-6b65-36d1-cd56337493ca +* Content: [Real-time asset tracking and management using IoT Central - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-asset-tracking-mgmt-iot-central) +* Content Source: [docs/solution-ideas/articles/real-time-asset-tracking-mgmt-iot-central.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/real-time-asset-tracking-mgmt-iot-central.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @ypriyay +* Microsoft Alias: **priyay**",1.0,"Potential use cases - The first sentence under **Potential user cases** says + +> These other uses cases have similar design patterns: + +The second s in uses should be removed. + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f4cc2d26-95f1-a809-8d21-251fa973b084 +* Version Independent ID: d452c096-bbea-6b65-36d1-cd56337493ca +* Content: [Real-time asset tracking and management using IoT Central - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-asset-tracking-mgmt-iot-central) +* Content Source: [docs/solution-ideas/articles/real-time-asset-tracking-mgmt-iot-central.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/real-time-asset-tracking-mgmt-iot-central.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @ypriyay +* Microsoft Alias: **priyay**",1,potential use cases the first sentence under potential user cases says these other uses cases have similar design patterns the second s in uses should be removed document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id bbea content content source service architecture center sub service solution idea github login ypriyay microsoft alias priyay ,1 +4948,11872560762.0,IssuesEvent,2020-03-26 15:59:35,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Broken link,Pri2 architecture-center/svc cxp product-question solution-idea/subsvc triaged,"The link in broken +*Use Azure CDN in Azure App Service - https://docs.microsoft.com/en-us/api/Redirect/documentation/articles/cdn-websites-with-cdn + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 33a55fba-7e30-02ff-b525-f00f19610b15 +* Version Independent ID: 42905489-5272-bee8-531f-b4be826eeb7f +* Content: [Scalable Episerver marketing website - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/digital-marketing-episerver#feedback) +* Content Source: [docs/solution-ideas/articles/digital-marketing-episerver.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/digital-marketing-episerver.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Broken link - The link in broken +*Use Azure CDN in Azure App Service - https://docs.microsoft.com/en-us/api/Redirect/documentation/articles/cdn-websites-with-cdn + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 33a55fba-7e30-02ff-b525-f00f19610b15 +* Version Independent ID: 42905489-5272-bee8-531f-b4be826eeb7f +* Content: [Scalable Episerver marketing website - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/digital-marketing-episerver#feedback) +* Content Source: [docs/solution-ideas/articles/digital-marketing-episerver.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/digital-marketing-episerver.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,broken link the link in broken use azure cdn in azure app service document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +29392,7092750527.0,IssuesEvent,2018-01-12 17:45:01,angular/material2,https://api.github.com/repos/angular/material2,closed,Create lint test to enforce not binding to the class attribute,P5: nice to have code health has pr,Create a lint rule that errors if `[class]` is included in a Directive's `host` attributes.,1.0,Create lint test to enforce not binding to the class attribute - Create a lint rule that errors if `[class]` is included in a Directive's `host` attributes.,0,create lint test to enforce not binding to the class attribute create a lint rule that errors if is included in a directive s host attributes ,0 +7617,18545766000.0,IssuesEvent,2021-10-21 21:56:16,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Excellent section worthy of it's own page,assigned-to-author kudos triaged architecture-center/svc example-scenario/subsvc," +This particular section related to considerations: + +https://docs.microsoft.com/en-us/azure/architecture/example-scenario/aks-agic/aks-agic#considerations + +is an exceptional best practices document for AKS and containerized applications in general. I would reccommend promoting this guidance to a higher first order level guidance document. It's hidden away in a very specific edge case'ish page but would be very valuable as a first order document. I use and reference it in customer architecture conversations, regardless of AGIC/multi tenant AKS context. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 869bcb5b-4828-adcd-98f8-fd4681d8110d +* Version Independent ID: 54aade79-aca5-deef-7d26-a7baa22c36c7 +* Content: [Use Application Gateway Ingress Controller (AGIC) with a multi-tenant Azure Kubernetes Service (AKS) - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/aks-agic/aks-agic#considerations) +* Content Source: [docs/example-scenario/aks-agic/aks-agic.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/aks-agic/aks-agic.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @paolosalvatori +* Microsoft Alias: **paolos**",1.0,"Excellent section worthy of it's own page - +This particular section related to considerations: + +https://docs.microsoft.com/en-us/azure/architecture/example-scenario/aks-agic/aks-agic#considerations + +is an exceptional best practices document for AKS and containerized applications in general. I would reccommend promoting this guidance to a higher first order level guidance document. It's hidden away in a very specific edge case'ish page but would be very valuable as a first order document. I use and reference it in customer architecture conversations, regardless of AGIC/multi tenant AKS context. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 869bcb5b-4828-adcd-98f8-fd4681d8110d +* Version Independent ID: 54aade79-aca5-deef-7d26-a7baa22c36c7 +* Content: [Use Application Gateway Ingress Controller (AGIC) with a multi-tenant Azure Kubernetes Service (AKS) - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/aks-agic/aks-agic#considerations) +* Content Source: [docs/example-scenario/aks-agic/aks-agic.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/aks-agic/aks-agic.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @paolosalvatori +* Microsoft Alias: **paolos**",1,excellent section worthy of it s own page this particular section related to considerations is an exceptional best practices document for aks and containerized applications in general i would reccommend promoting this guidance to a higher first order level guidance document it s hidden away in a very specific edge case ish page but would be very valuable as a first order document i use and reference it in customer architecture conversations regardless of agic multi tenant aks context document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id adcd version independent id deef content content source service architecture center sub service example scenario github login paolosalvatori microsoft alias paolos ,1 +218118,7330583033.0,IssuesEvent,2018-03-05 10:25:23,NCEAS/metacat,https://api.github.com/repos/NCEAS/metacat,closed,Replicate deleted documents in Replication,Category: metacat Component: Bugzilla-Id Priority: Normal Status: Resolved Tracker: Bug,"--- + + +Author Name: **Jing Tao** (Jing Tao) +Original Redmine Issue: 2136, https://projects.ecoinformatics.org/ecoinfo/issues/2136 +Original Date: 2005-07-05 +Original Assignee: Jing Tao + +--- + +Currently in Delta-timed replication, metacat only replicated the documents in +xml_documents table. So even after the replication, the two metacats are not +identical. We need to add the feature that metacat will replicate the deleted +documents(including deleted version too). + + +",1.0,"Replicate deleted documents in Replication - --- + + +Author Name: **Jing Tao** (Jing Tao) +Original Redmine Issue: 2136, https://projects.ecoinformatics.org/ecoinfo/issues/2136 +Original Date: 2005-07-05 +Original Assignee: Jing Tao + +--- + +Currently in Delta-timed replication, metacat only replicated the documents in +xml_documents table. So even after the replication, the two metacats are not +identical. We need to add the feature that metacat will replicate the deleted +documents(including deleted version too). + + +",0,replicate deleted documents in replication author name jing tao jing tao original redmine issue original date original assignee jing tao currently in delta timed replication metacat only replicated the documents in xml documents table so even after the replication the two metacats are not identical we need to add the feature that metacat will replicate the deleted documents including deleted version too ,0 +7729,18990145969.0,IssuesEvent,2021-11-22 05:49:34,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"article date missing, no definition of Ethereum PoA and no mention on deprecation",doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc,"The article is not dated. +There is no definition of PoA in Ethereum context. +And unclear whether the deprecation is already active + +[Enter feedback here] + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e3f6b2cc-f78e-7b52-24f0-3d16bdfb2e1b +* Version Independent ID: 4c8a4727-ef28-d68c-2c1f-df3b9fb904ac +* Content: [Decentralized trust between banks - Azure Example Scenarios](https://docs.microsoft.com/en-gb/azure/architecture/example-scenario/apps/decentralized-trust) +* Content Source: [docs/example-scenario/apps/decentralized-trust.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/apps/decentralized-trust.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @vitoc +* Microsoft Alias: **pnp**",1.0,"article date missing, no definition of Ethereum PoA and no mention on deprecation - The article is not dated. +There is no definition of PoA in Ethereum context. +And unclear whether the deprecation is already active + +[Enter feedback here] + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e3f6b2cc-f78e-7b52-24f0-3d16bdfb2e1b +* Version Independent ID: 4c8a4727-ef28-d68c-2c1f-df3b9fb904ac +* Content: [Decentralized trust between banks - Azure Example Scenarios](https://docs.microsoft.com/en-gb/azure/architecture/example-scenario/apps/decentralized-trust) +* Content Source: [docs/example-scenario/apps/decentralized-trust.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/apps/decentralized-trust.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @vitoc +* Microsoft Alias: **pnp**",1,article date missing no definition of ethereum poa and no mention on deprecation the article is not dated there is no definition of poa in ethereum context and unclear whether the deprecation is already active document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login vitoc microsoft alias pnp ,1 +108906,9335698678.0,IssuesEvent,2019-03-28 19:14:53,crosiersource/crosierlib-base,https://api.github.com/repos/crosiersource/crosierlib-base,opened,Criar testes unitários para a WhereBuilder,tests,"Classe bem complexa. É estritamente necessário criarmos testes unitários para garantí-la. + +",1.0,"Criar testes unitários para a WhereBuilder - Classe bem complexa. É estritamente necessário criarmos testes unitários para garantí-la. + +",0,criar testes unitários para a wherebuilder classe bem complexa é estritamente necessário criarmos testes unitários para garantí la ,0 +9718,25104567025.0,IssuesEvent,2022-11-08 15:46:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Title change,docs-experience triaged architecture-center/svc example-scenario/subsvc Pri2," +[Enter feedback here] + +Title needs to change to Azure NVA Firewalls +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2c9f2509-a3f9-d8bf-e0bf-a9c970d5a423 +* Version Independent ID: 62cbc02f-3a6a-2966-380d-af66737f8711 +* Content: [Azure Firewall architecture overview - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/firewalls/) +* Content Source: [docs/example-scenario/firewalls/index.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/firewalls/index.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @RZomerman +* Microsoft Alias: **pnp**",1.0,"Title change - +[Enter feedback here] + +Title needs to change to Azure NVA Firewalls +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2c9f2509-a3f9-d8bf-e0bf-a9c970d5a423 +* Version Independent ID: 62cbc02f-3a6a-2966-380d-af66737f8711 +* Content: [Azure Firewall architecture overview - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/firewalls/) +* Content Source: [docs/example-scenario/firewalls/index.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/firewalls/index.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @RZomerman +* Microsoft Alias: **pnp**",1,title change title needs to change to azure nva firewalls document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login rzomerman microsoft alias pnp ,1 +27746,22299474552.0,IssuesEvent,2022-06-13 07:18:49,plutomi/plutomi,https://api.github.com/repos/plutomi/plutomi,closed,"On deleting an org, verify that webhooks are also deleted",☁️infrastructure / cloud / hosting,"Once this is done, update the screenshot of step function",1.0,"On deleting an org, verify that webhooks are also deleted - Once this is done, update the screenshot of step function",0,on deleting an org verify that webhooks are also deleted once this is done update the screenshot of step function,0 +511785,14881487122.0,IssuesEvent,2021-01-20 10:33:44,status-im/status-react,https://api.github.com/repos/status-im/status-react,closed,"Error ""Failed to create database.."" while attempting to log in after log out",bug high-priority,"# Bug Report + +## Problem + +If log out using the bottom ""Sign out"" in User Profile, then while attempting to log in an error appears and login is not possible until re-open the application. + +#### Expected behavior + +No error, can log in + +#### Actual behavior + + + +### Reproduction + +- Install Status +- Log in +- Navigate to User Profile +- Sign out +- Try to log in + +### Additional Information + +- Status version: develop +- Operating System: Android + +#### Logs + +[geth.log](https://github.com/status-im/status-react/files/5837218/geth.log) +[Status.log](https://github.com/status-im/status-react/files/5837219/Status.log)",1.0,"Error ""Failed to create database.."" while attempting to log in after log out - # Bug Report + +## Problem + +If log out using the bottom ""Sign out"" in User Profile, then while attempting to log in an error appears and login is not possible until re-open the application. + +#### Expected behavior + +No error, can log in + +#### Actual behavior + + + +### Reproduction + +- Install Status +- Log in +- Navigate to User Profile +- Sign out +- Try to log in + +### Additional Information + +- Status version: develop +- Operating System: Android + +#### Logs + +[geth.log](https://github.com/status-im/status-react/files/5837218/geth.log) +[Status.log](https://github.com/status-im/status-react/files/5837219/Status.log)",0,error failed to create database while attempting to log in after log out bug report problem if log out using the bottom sign out in user profile then while attempting to log in an error appears and login is not possible until re open the application expected behavior no error can log in actual behavior img width alt screenshot at src reproduction install status log in navigate to user profile sign out try to log in additional information status version develop operating system android logs ,0 +9097,24037540463.0,IssuesEvent,2022-09-15 20:42:24,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Exclusions,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2," +Please provide more information on what folders to exclude and include as part of the redirections.xml. You specifically say not to exclude %appdata%\Microsoft\Teams, but what folders can we exclude? It contradicts what I've found in the following article which excludes several folders within %appdata%\Microsoft\Teams. Our FSLogix profile folders are getting very large (10-20 GB) and we need to know what is safe to exclude. +https://techcommunity.microsoft.com/t5/windows-virtual-desktop/wvd-fslogix-reduce-profile-container-size-exclude-teams-cache/m-p/1503683 + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6386653c-9f82-1ea7-8f29-377be4e5e3b7 +* Version Independent ID: a5db2b47-afaf-5917-40cd-740168cad8b6 +* Content: [FSLogix for the enterprise - Azure Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop-fslogix.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop-fslogix.md) +* Service: **architecture-center** +* GitHub Login: @christiaanbrinkhoff +* Microsoft Alias: **pnp**",1.0,"Exclusions - +Please provide more information on what folders to exclude and include as part of the redirections.xml. You specifically say not to exclude %appdata%\Microsoft\Teams, but what folders can we exclude? It contradicts what I've found in the following article which excludes several folders within %appdata%\Microsoft\Teams. Our FSLogix profile folders are getting very large (10-20 GB) and we need to know what is safe to exclude. +https://techcommunity.microsoft.com/t5/windows-virtual-desktop/wvd-fslogix-reduce-profile-container-size-exclude-teams-cache/m-p/1503683 + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6386653c-9f82-1ea7-8f29-377be4e5e3b7 +* Version Independent ID: a5db2b47-afaf-5917-40cd-740168cad8b6 +* Content: [FSLogix for the enterprise - Azure Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop-fslogix.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop-fslogix.md) +* Service: **architecture-center** +* GitHub Login: @christiaanbrinkhoff +* Microsoft Alias: **pnp**",1,exclusions please provide more information on what folders to exclude and include as part of the redirections xml you specifically say not to exclude appdata microsoft teams but what folders can we exclude it contradicts what i ve found in the following article which excludes several folders within appdata microsoft teams our fslogix profile folders are getting very large gb and we need to know what is safe to exclude document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id afaf content content source service architecture center github login christiaanbrinkhoff microsoft alias pnp ,1 +428554,12413203560.0,IssuesEvent,2020-05-22 12:14:03,open-wa/wa-automate-nodejs,https://api.github.com/repos/open-wa/wa-automate-nodejs,closed,BROKEN METHODS: ba29f,Auto PRIORITY,"Broken methods detected. Details below.
+data + +```javascript +{ + ""WA_VERSION"": ""2.2021.3"", + ""PAGE_UA"": ""WhatsApp/2.2019.8 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"", + ""WA_AUTOMATE_VERSION"": ""1.9.35"", + ""BROWSER_VERSION"": ""HeadlessChrome/83.0.4103.61"", + ""BROKEN_METHODS"": [ + ""Store.Participants.removeParticipants"", + ""Store.Participants.addParticipants"", + ""Store.Participants.promoteParticipants"", + ""Store.Participants.demoteParticipants"" + ], + ""occurances"": 2, + ""lastReported"": ""Fri May 22 2020 06:12:24 GMT+0000 (Coordinated Universal Time)"" +} +``` + +
",1.0,"BROKEN METHODS: ba29f - Broken methods detected. Details below.
+data + +```javascript +{ + ""WA_VERSION"": ""2.2021.3"", + ""PAGE_UA"": ""WhatsApp/2.2019.8 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"", + ""WA_AUTOMATE_VERSION"": ""1.9.35"", + ""BROWSER_VERSION"": ""HeadlessChrome/83.0.4103.61"", + ""BROKEN_METHODS"": [ + ""Store.Participants.removeParticipants"", + ""Store.Participants.addParticipants"", + ""Store.Participants.promoteParticipants"", + ""Store.Participants.demoteParticipants"" + ], + ""occurances"": 2, + ""lastReported"": ""Fri May 22 2020 06:12:24 GMT+0000 (Coordinated Universal Time)"" +} +``` + +
",0,broken methods broken methods detected details below data javascript wa version page ua whatsapp mozilla macintosh intel mac os x applewebkit khtml like gecko chrome safari wa automate version browser version headlesschrome broken methods store participants removeparticipants store participants addparticipants store participants promoteparticipants store participants demoteparticipants occurances lastreported fri may gmt coordinated universal time ,0 +559993,16582879831.0,IssuesEvent,2021-05-31 14:11:41,ARMmbed/mbed-os,https://api.github.com/repos/ARMmbed/mbed-os,closed,STM32 - HAL_I2C_ErrorCallback - error 'handle' undeclared,devices: st priority: untriaged," + +### Description of defect + + + +Commit b5f864d96dd0f02a4e884b79a70d2a81e397663e introduced a bug for STM32 targets in `HAL_I2C_ErrorCallback` when `DEVICE_I2CSLAVE` is not defined. + +```console +../../extern/mbed-os/targets/TARGET_STM/i2c_api.c: In function 'HAL_I2C_ErrorCallback': +../../extern/mbed-os/targets/TARGET_STM/i2c_api.c:1082:10: error: 'handle' undeclared (first use in this function) + 1082 | if ((handle->ErrorCode & HAL_I2C_ERROR_AF) == HAL_I2C_ERROR_AF) { + | ^~~~~~ +``` + +I can provide a fix, but I don't know if the handle should be defined outside of the `#if` or if the `if()` should be moved in the `#if` + +#### Target(s) affected by this defect ? + +STM32 + +#### Toolchain(s) (name and version) displaying this defect ? + +gcc version 10.2.1 20201103 (release) (GNU Arm Embedded Toolchain 10-2020-q4-major) + +#### What version of Mbed-os are you using (tag or sha) ? + + +mbed-os-6.11.0 + +#### What version(s) of tools are you using. List all that apply (E.g. mbed-cli) + +7.15.0 + +#### How is this defect reproduced ? + + + +Compile code using I2C on STM32 targets, e.g. DISCO_F769 + +cc @jeromecoutant @affrinpinhero-2356 +",1.0,"STM32 - HAL_I2C_ErrorCallback - error 'handle' undeclared - + +### Description of defect + + + +Commit b5f864d96dd0f02a4e884b79a70d2a81e397663e introduced a bug for STM32 targets in `HAL_I2C_ErrorCallback` when `DEVICE_I2CSLAVE` is not defined. + +```console +../../extern/mbed-os/targets/TARGET_STM/i2c_api.c: In function 'HAL_I2C_ErrorCallback': +../../extern/mbed-os/targets/TARGET_STM/i2c_api.c:1082:10: error: 'handle' undeclared (first use in this function) + 1082 | if ((handle->ErrorCode & HAL_I2C_ERROR_AF) == HAL_I2C_ERROR_AF) { + | ^~~~~~ +``` + +I can provide a fix, but I don't know if the handle should be defined outside of the `#if` or if the `if()` should be moved in the `#if` + +#### Target(s) affected by this defect ? + +STM32 + +#### Toolchain(s) (name and version) displaying this defect ? + +gcc version 10.2.1 20201103 (release) (GNU Arm Embedded Toolchain 10-2020-q4-major) + +#### What version of Mbed-os are you using (tag or sha) ? + + +mbed-os-6.11.0 + +#### What version(s) of tools are you using. List all that apply (E.g. mbed-cli) + +7.15.0 + +#### How is this defect reproduced ? + + + +Compile code using I2C on STM32 targets, e.g. DISCO_F769 + +cc @jeromecoutant @affrinpinhero-2356 +",0, hal errorcallback error handle undeclared warning the ciarcom bot parses this header automatically any deviation from the template may cause the bot to automatically correct this header or may result in a warning message requesting updates please ensure all sections of the template below are filled in and no changes are made to the template format only bugs should be raised here as issues questions or enhancements should instead be raised on our forums description of defect add detailed description of what you are reporting good example commit introduced a bug for targets in hal errorcallback when device is not defined console extern mbed os targets target stm api c in function hal errorcallback extern mbed os targets target stm api c error handle undeclared first use in this function if handle errorcode hal error af hal error af i can provide a fix but i don t know if the handle should be defined outside of the if or if the if should be moved in the if target s affected by this defect toolchain s name and version displaying this defect gcc version release gnu arm embedded toolchain major what version of mbed os are you using tag or sha for a released version please provide the release tag this can be found as per the instructions below mbed os version can be found in platform mbed version h the tag can be reconstructed as follows mbed os mbed major version mbed minor version mbed patch version master branch is indicated by mbed os for an issue found on master please provide the sha being used mbed os what version s of tools are you using list all that apply e g mbed cli how is this defect reproduced for connectivity issues it is recommended to enable mbed trace and attach the traces generated by the logger to the issue compile code using on targets e g disco cc jeromecoutant affrinpinhero ,0 +69951,30509334421.0,IssuesEvent,2023-07-18 19:28:16,cityofaustin/atd-data-tech,https://api.github.com/repos/cityofaustin/atd-data-tech,closed,IT Support: Handing out new PC for Mary Wasson-Triplett,Type: IT Support Service: Tech Services,"Mary Wasson-Triplett pickup new PC and equipment + +Issued a new PC for new user + +Setup password and End Users name for the new employee +",2.0,"IT Support: Handing out new PC for Mary Wasson-Triplett - Mary Wasson-Triplett pickup new PC and equipment + +Issued a new PC for new user + +Setup password and End Users name for the new employee +",0,it support handing out new pc for mary wasson triplett mary wasson triplett pickup new pc and equipment issued a new pc for new user setup password and end users name for the new employee ,0 +277651,8630905800.0,IssuesEvent,2018-11-22 04:52:55,medic/medic-webapp,https://api.github.com/repos/medic/medic-webapp,reopened,Error loading Outgoing Messages tab when there are no results,Priority: 1 - High Status: 5 - Ready Type: Bug,"**Steps to reproduce**: +1. Have an empty database +2. Go to the admin app +3. Go to the ""Outgoing messages"" page + +**What should happen**: +The page loads and makes it clear there are no messages + +**What actually happens**: +A red banner is shown saying ""Error fetching messages"" + +URL: `.../medic/_design/medic-admin/_rewrite#/message-queue/will-not-send?page=1` + +Error: + +``` +Error fetching messages TypeError: ""results[2].rows[0] is undefined"" +queryhttp://localhost:5988/medic/_design/medic-admin/js/main.js:107855:19 angular.js:15535 + consoleLog/< angular.js:15535 + query/< message-queue.js:74:10 + processQueue angular.js:17913 + scheduleProcessQueue/< angular.js:17961 + $digest angular.js:19074 + $evalAsync/< angular.js:19394 + completeTask angular.js:21193 + Browser/self.defer/timeoutId< angular.js:6789 +``` + +**Environment**: + +- Instance: local (dev instance) +- Browser: Firefox +- Client platform: Ubuntu +- App: Admin +- Version: 3.2.0 (master/alpha)",1.0,"Error loading Outgoing Messages tab when there are no results - **Steps to reproduce**: +1. Have an empty database +2. Go to the admin app +3. Go to the ""Outgoing messages"" page + +**What should happen**: +The page loads and makes it clear there are no messages + +**What actually happens**: +A red banner is shown saying ""Error fetching messages"" + +URL: `.../medic/_design/medic-admin/_rewrite#/message-queue/will-not-send?page=1` + +Error: + +``` +Error fetching messages TypeError: ""results[2].rows[0] is undefined"" +queryhttp://localhost:5988/medic/_design/medic-admin/js/main.js:107855:19 angular.js:15535 + consoleLog/< angular.js:15535 + query/< message-queue.js:74:10 + processQueue angular.js:17913 + scheduleProcessQueue/< angular.js:17961 + $digest angular.js:19074 + $evalAsync/< angular.js:19394 + completeTask angular.js:21193 + Browser/self.defer/timeoutId< angular.js:6789 +``` + +**Environment**: + +- Instance: local (dev instance) +- Browser: Firefox +- Client platform: Ubuntu +- App: Admin +- Version: 3.2.0 (master/alpha)",0,error loading outgoing messages tab when there are no results steps to reproduce have an empty database go to the admin app go to the outgoing messages page what should happen the page loads and makes it clear there are no messages what actually happens a red banner is shown saying error fetching messages url medic design medic admin rewrite message queue will not send page error error fetching messages typeerror results rows is undefined query angular js consolelog angular js query message queue js processqueue angular js scheduleprocessqueue angular js digest angular js evalasync angular js completetask angular js browser self defer timeoutid angular js environment instance local dev instance browser firefox client platform ubuntu app admin version master alpha ,0 +5000,11942321131.0,IssuesEvent,2020-04-02 20:04:48,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Numerous Missing Resources,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"This page appears to be missing a number of resource naming restrictions. Cross referencing the list on this page with https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/naming-and-tagging#sample-naming-convention shows a number of missing resources. I've provided some below but it's not exhaustive. If this isn't going to be centralized place for recommendations wouldn't it be better to just push the limitations back to each page's documentation? + +- Azure SQL Database (numerous on this, SQL Data warehouse, MySQL, etc.) +- Cosmos DB +- Azure Search +- Azure Kubernetes Service +- Event Grid +- Log Analytics (this one isn't too hard to find, it's global but I don't know the length restriction) +- Azure Monitor specifics like action group and log alerts + +The other page alone isn't enough in it's current format. For example, Cosmos DB requires the name be globally unique but on the other page it states you should name your database ""cosdb-emissions-dev"" this isn't a good recommendation as it should likely contain some random entropy to avoid name conflicts. Or at least let you know that it needs to be globally unique. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1ddc35bf-00d9-67c8-bf6a-ade5ebea07ca +* Version Independent ID: 7324a1e6-7010-c620-145b-3d8027709545 +* Content: [Naming rules and restrictions for Azure resources](https://docs.microsoft.com/en-us/azure/architecture/best-practices/resource-naming) +* Content Source: [docs/best-practices/resource-naming.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/resource-naming.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @DerMar +* Microsoft Alias: **pnp**",1.0,"Numerous Missing Resources - This page appears to be missing a number of resource naming restrictions. Cross referencing the list on this page with https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/naming-and-tagging#sample-naming-convention shows a number of missing resources. I've provided some below but it's not exhaustive. If this isn't going to be centralized place for recommendations wouldn't it be better to just push the limitations back to each page's documentation? + +- Azure SQL Database (numerous on this, SQL Data warehouse, MySQL, etc.) +- Cosmos DB +- Azure Search +- Azure Kubernetes Service +- Event Grid +- Log Analytics (this one isn't too hard to find, it's global but I don't know the length restriction) +- Azure Monitor specifics like action group and log alerts + +The other page alone isn't enough in it's current format. For example, Cosmos DB requires the name be globally unique but on the other page it states you should name your database ""cosdb-emissions-dev"" this isn't a good recommendation as it should likely contain some random entropy to avoid name conflicts. Or at least let you know that it needs to be globally unique. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1ddc35bf-00d9-67c8-bf6a-ade5ebea07ca +* Version Independent ID: 7324a1e6-7010-c620-145b-3d8027709545 +* Content: [Naming rules and restrictions for Azure resources](https://docs.microsoft.com/en-us/azure/architecture/best-practices/resource-naming) +* Content Source: [docs/best-practices/resource-naming.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/resource-naming.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @DerMar +* Microsoft Alias: **pnp**",1,numerous missing resources this page appears to be missing a number of resource naming restrictions cross referencing the list on this page with shows a number of missing resources i ve provided some below but it s not exhaustive if this isn t going to be centralized place for recommendations wouldn t it be better to just push the limitations back to each page s documentation azure sql database numerous on this sql data warehouse mysql etc cosmos db azure search azure kubernetes service event grid log analytics this one isn t too hard to find it s global but i don t know the length restriction azure monitor specifics like action group and log alerts the other page alone isn t enough in it s current format for example cosmos db requires the name be globally unique but on the other page it states you should name your database cosdb emissions dev this isn t a good recommendation as it should likely contain some random entropy to avoid name conflicts or at least let you know that it needs to be globally unique document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login dermar microsoft alias pnp ,1 +61386,14621365401.0,IssuesEvent,2020-12-22 21:30:24,crossbrowsertesting/cbt-tunnel-nodejs,https://api.github.com/repos/crossbrowsertesting/cbt-tunnel-nodejs,opened,WS-2019-0307 (Medium) detected in mem-1.1.0.tgz,security vulnerability,"## WS-2019-0307 - Medium Severity Vulnerability +
Vulnerable Library - mem-1.1.0.tgz

+ +

Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input

+

Library home page: https://registry.npmjs.org/mem/-/mem-1.1.0.tgz

+

Path to dependency file: cbt-tunnel-nodejs/package.json

+

Path to vulnerable library: cbt-tunnel-nodejs/node_modules/mem/package.json

+

+ +Dependency Hierarchy: + - yargs-12.0.1.tgz (Root Library) + - os-locale-2.1.0.tgz + - :x: **mem-1.1.0.tgz** (Vulnerable Library) +

Found in HEAD commit: 8688aa10b33fec25b1e087f0926e222b990130a4

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +In 'mem' before v4.0.0 there is a Denial of Service (DoS) vulnerability as a result of a failure in removal old values from the cache. + +

Publish Date: 2018-08-27 +

URL: WS-2019-0307

+

+
+

+
CVSS 3 Score Details (5.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: None + - Availability Impact: Low +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.npmjs.com/advisories/1084

+

Release Date: 2019-12-01

+

Fix Resolution: mem - 4.0.0

+ +

+
+

+ +",True,"WS-2019-0307 (Medium) detected in mem-1.1.0.tgz - ## WS-2019-0307 - Medium Severity Vulnerability +
Vulnerable Library - mem-1.1.0.tgz

+ +

Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input

+

Library home page: https://registry.npmjs.org/mem/-/mem-1.1.0.tgz

+

Path to dependency file: cbt-tunnel-nodejs/package.json

+

Path to vulnerable library: cbt-tunnel-nodejs/node_modules/mem/package.json

+

+ +Dependency Hierarchy: + - yargs-12.0.1.tgz (Root Library) + - os-locale-2.1.0.tgz + - :x: **mem-1.1.0.tgz** (Vulnerable Library) +

Found in HEAD commit: 8688aa10b33fec25b1e087f0926e222b990130a4

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +In 'mem' before v4.0.0 there is a Denial of Service (DoS) vulnerability as a result of a failure in removal old values from the cache. + +

Publish Date: 2018-08-27 +

URL: WS-2019-0307

+

+
+

+
CVSS 3 Score Details (5.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: None + - Availability Impact: Low +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.npmjs.com/advisories/1084

+

Release Date: 2019-12-01

+

Fix Resolution: mem - 4.0.0

+ +

+
+

+ +",0,ws medium detected in mem tgz ws medium severity vulnerability vulnerable library mem tgz memoize functions an optimization used to speed up consecutive function calls by caching the result of calls with identical input library home page a href path to dependency file cbt tunnel nodejs package json path to vulnerable library cbt tunnel nodejs node modules mem package json dependency hierarchy yargs tgz root library os locale tgz x mem tgz vulnerable library found in head commit a href found in base branch master vulnerability details in mem before there is a denial of service dos vulnerability as a result of a failure in removal old values from the cache publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low 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 mem isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier ws vulnerabilitydetails in before there is a denial of service dos vulnerability as a result of a failure in removal old values from the cache vulnerabilityurl ,0 +6412,14526484068.0,IssuesEvent,2020-12-14 14:16:49,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Consider Renaming the pattern,architecture-center/svc cxp design-pattern/subsvc doc-enhancement triaged,"Hi +The original author of the pattern has renamed the pattern. Please see the notes at the bottom of his post that you reference: https://martinfowler.com/bliki/StranglerFigApplication.html + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5b580bcd-bba9-0799-6f9f-4b0e2ae9739f +* Version Independent ID: 6603e60e-ad3b-9aec-0633-eed88c218561 +* Content: [Strangler pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/strangler) +* Content Source: [docs/patterns/strangler.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/strangler.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Consider Renaming the pattern - Hi +The original author of the pattern has renamed the pattern. Please see the notes at the bottom of his post that you reference: https://martinfowler.com/bliki/StranglerFigApplication.html + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5b580bcd-bba9-0799-6f9f-4b0e2ae9739f +* Version Independent ID: 6603e60e-ad3b-9aec-0633-eed88c218561 +* Content: [Strangler pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/strangler) +* Content Source: [docs/patterns/strangler.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/strangler.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,consider renaming the pattern hi the original author of the pattern has renamed the pattern please see the notes at the bottom of his post that you reference document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login microsoft alias pnp ,1 +13641,16329736369.0,IssuesEvent,2021-05-12 07:43:14,prisma/prisma,https://api.github.com/repos/prisma/prisma,closed,`connect_timeout` does not work correctly for Introspection,bug/1-repro-available kind/bug process/candidate team/migrations topic: connection-url topic: introspection,"### Bug description + +It seems that for Introspection Engine the `connect_timeout` connection URL parameter does not work properly. + +To test this, I have a locally running PostgreSQL server at port 5432. I am using a connection URL that does not (!) include the correct credentials, so when connecting to the database server you should get the following error: + +``` +Error: P1000: Authentication failed against database server at `localhost`, the provided database credentials for `johndoe` are not valid. + +Please make sure to provide valid database credentials for the database server at `localhost`. +``` + +To be able to trigger the timeout when creating a connection (which usually only takes a few ms), I am using https://www.netlimiter.com to throttle the network for the engine binaries to 1B/s which makes the calls _really_ slow. I am using Windows Powershell's `Measure-Command { ... } | Select-Object -Property TotalSeconds` to measure command duration and output the duration in seconds. + +(As I am also showing that for the Query Engine the `connect_timeout` works fine, I also added `pool_timeout=0` to the connection URL to make sure there is no pool timeout. This is irrelevant for ME and IE of course.) + +Below I run `npx prisma introspect`, but also `npx prisma db push` and a `node script.js` for each configuration to show that the Migration and Query Engine are not affected - only Introspection Engine is. + +
+Content of `script.js` + +``` +const { PrismaClient } = require('@prisma/client') + +const prisma = new PrismaClient() + +// A `main` function so that we can use async/await +async function main() { + // Seed the database with users and posts + const user1 = await prisma.user.create({ + data: { + email: 'alice@prisma.io', + name: 'Alice', + }, + }) + +} + +main() + .catch((e) => { + console.error(e) + process.exit(1) + }) + .finally(async () => { + await prisma.$disconnect() + }) +``` +
+ +## Reproduction + +### Control, with no throttling and no custom `connect_timeout` (default = 5) + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1000 + +Authentication failed against database server at `localhost`, the provided database credentials for `johndoe` are not valid. + +Please make sure to provide valid database credentials for the database server at `localhost`. + + +TotalSeconds +------------ + 1.4380423 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1000: Authentication failed against database server at `localhost`, the provided database credentials for `johndoe` are not valid. + +Please make sure to provide valid database credentials for the database server at `localhost`. + +TotalSeconds +------------ + 1.5172195 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Authentication failed against database server at `localhost`, the provided database credentials for `johndoe` are not valid. + +Please make sure to provide valid database credentials for the database server at `localhost`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 0.4597608 +``` + +### Throttling + No custom `connect_timeout` (default = 5) + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1001 + +Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + + +TotalSeconds +------------ + 6.2946373 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1001: Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + +TotalSeconds +------------ + 6.4426992 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 5.3147573 +``` + + + +### Throttling + `connect_timeout=1` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1001 + +Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + + +TotalSeconds +------------ + 2.2411517 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1001: Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + +TotalSeconds +------------ + 2.4388567 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 1.2970396 + +``` + +### Throttling + `connect_timeout=5` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1001 + +Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. +``` + +``` +TotalSeconds +------------ + 6.2502259 + + +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1001: Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + +TotalSeconds +------------ + 6.4696914 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 5.2912967 + + +``` + +### Throttling + `connect_timeout=10` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1001 + +Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + + +TotalSeconds +------------ + 11.2784433 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1001: Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + +TotalSeconds +------------ + 11.3936712 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 10.2934561 + +``` +### Throttling + `connect_timeout=15` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1001 + +Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + + +TotalSeconds +------------ + 11.290506 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1001: Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + +TotalSeconds +------------ + 16.8142782 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 15.2977498 +``` + +### Throttling + `connect_timeout=30` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1001 + +Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + + +TotalSeconds +------------ + 11.367393 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1001: Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + +TotalSeconds +------------ + 32.3986191 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 30.2955554 +``` + +### Throttling + `connect_timeout=60` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1001 + +Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + + +TotalSeconds +------------ + 12.0734391 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1001: Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + +TotalSeconds +------------ + 62.1473232 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 60.6906105 +``` + +So it seems that up to values of `connect_timeout=10` Introspection Engine behaves as expected, but then it does not any more.",1.0,"`connect_timeout` does not work correctly for Introspection - ### Bug description + +It seems that for Introspection Engine the `connect_timeout` connection URL parameter does not work properly. + +To test this, I have a locally running PostgreSQL server at port 5432. I am using a connection URL that does not (!) include the correct credentials, so when connecting to the database server you should get the following error: + +``` +Error: P1000: Authentication failed against database server at `localhost`, the provided database credentials for `johndoe` are not valid. + +Please make sure to provide valid database credentials for the database server at `localhost`. +``` + +To be able to trigger the timeout when creating a connection (which usually only takes a few ms), I am using https://www.netlimiter.com to throttle the network for the engine binaries to 1B/s which makes the calls _really_ slow. I am using Windows Powershell's `Measure-Command { ... } | Select-Object -Property TotalSeconds` to measure command duration and output the duration in seconds. + +(As I am also showing that for the Query Engine the `connect_timeout` works fine, I also added `pool_timeout=0` to the connection URL to make sure there is no pool timeout. This is irrelevant for ME and IE of course.) + +Below I run `npx prisma introspect`, but also `npx prisma db push` and a `node script.js` for each configuration to show that the Migration and Query Engine are not affected - only Introspection Engine is. + +
+Content of `script.js` + +``` +const { PrismaClient } = require('@prisma/client') + +const prisma = new PrismaClient() + +// A `main` function so that we can use async/await +async function main() { + // Seed the database with users and posts + const user1 = await prisma.user.create({ + data: { + email: 'alice@prisma.io', + name: 'Alice', + }, + }) + +} + +main() + .catch((e) => { + console.error(e) + process.exit(1) + }) + .finally(async () => { + await prisma.$disconnect() + }) +``` +
+ +## Reproduction + +### Control, with no throttling and no custom `connect_timeout` (default = 5) + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1000 + +Authentication failed against database server at `localhost`, the provided database credentials for `johndoe` are not valid. + +Please make sure to provide valid database credentials for the database server at `localhost`. + + +TotalSeconds +------------ + 1.4380423 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1000: Authentication failed against database server at `localhost`, the provided database credentials for `johndoe` are not valid. + +Please make sure to provide valid database credentials for the database server at `localhost`. + +TotalSeconds +------------ + 1.5172195 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Authentication failed against database server at `localhost`, the provided database credentials for `johndoe` are not valid. + +Please make sure to provide valid database credentials for the database server at `localhost`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 0.4597608 +``` + +### Throttling + No custom `connect_timeout` (default = 5) + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1001 + +Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + + +TotalSeconds +------------ + 6.2946373 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1001: Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + +TotalSeconds +------------ + 6.4426992 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 5.3147573 +``` + + + +### Throttling + `connect_timeout=1` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1001 + +Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + + +TotalSeconds +------------ + 2.2411517 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1001: Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + +TotalSeconds +------------ + 2.4388567 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 1.2970396 + +``` + +### Throttling + `connect_timeout=5` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1001 + +Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. +``` + +``` +TotalSeconds +------------ + 6.2502259 + + +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1001: Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + +TotalSeconds +------------ + 6.4696914 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 5.2912967 + + +``` + +### Throttling + `connect_timeout=10` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1001 + +Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + + +TotalSeconds +------------ + 11.2784433 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1001: Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + +TotalSeconds +------------ + 11.3936712 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 10.2934561 + +``` +### Throttling + `connect_timeout=15` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1001 + +Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + + +TotalSeconds +------------ + 11.290506 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1001: Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + +TotalSeconds +------------ + 16.8142782 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 15.2977498 +``` + +### Throttling + `connect_timeout=30` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1001 + +Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + + +TotalSeconds +------------ + 11.367393 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1001: Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + +TotalSeconds +------------ + 32.3986191 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 30.2955554 +``` + +### Throttling + `connect_timeout=60` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma introspect } | Select-Object -Property TotalSeconds +Error: P1001 + +Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + + +TotalSeconds +------------ + 12.0734391 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { npx prisma db push } | Select-Object -Property TotalSeconds +Error: P1001: Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + +TotalSeconds +------------ + 62.1473232 +``` + +``` +PS C:\Users\Jan\Documents\throwaway\timeoutTest> Measure-Command { node script.js } | Select-Object -Property TotalSeconds +PrismaClientInitializationError2 [PrismaClientInitializationError]: +Invalid `prisma.user.create()` invocation: + + + Can't reach database server at `localhost`:`5432` + +Please make sure your database server is running at `localhost`:`5432`. + at cb (C:\Users\Jan\Documents\throwaway\timeoutTest\node_modules\@prisma\client\runtime\index.js:35104:17) + at processTicksAndRejections (internal/process/task_queues.js:93:5) + at async main (C:\Users\Jan\Documents\throwaway\timeoutTest\script.js:8:17) { + clientVersion: '2.22.1', + errorCode: undefined +} + +TotalSeconds +------------ + 60.6906105 +``` + +So it seems that up to values of `connect_timeout=10` Introspection Engine behaves as expected, but then it does not any more.",0, connect timeout does not work correctly for introspection bug description it seems that for introspection engine the connect timeout connection url parameter does not work properly to test this i have a locally running postgresql server at port i am using a connection url that does not include the correct credentials so when connecting to the database server you should get the following error error authentication failed against database server at localhost the provided database credentials for johndoe are not valid please make sure to provide valid database credentials for the database server at localhost to be able to trigger the timeout when creating a connection which usually only takes a few ms i am using to throttle the network for the engine binaries to s which makes the calls really slow i am using windows powershell s measure command select object property totalseconds to measure command duration and output the duration in seconds as i am also showing that for the query engine the connect timeout works fine i also added pool timeout to the connection url to make sure there is no pool timeout this is irrelevant for me and ie of course below i run npx prisma introspect but also npx prisma db push and a node script js for each configuration to show that the migration and query engine are not affected only introspection engine is content of script js const prismaclient require prisma client const prisma new prismaclient a main function so that we can use async await async function main seed the database with users and posts const await prisma user create data email alice prisma io name alice main catch e console error e process exit finally async await prisma disconnect reproduction control with no throttling and no custom connect timeout default ps c users jan documents throwaway timeouttest measure command npx prisma introspect select object property totalseconds error authentication failed against database server at localhost the provided database credentials for johndoe are not valid please make sure to provide valid database credentials for the database server at localhost totalseconds ps c users jan documents throwaway timeouttest measure command npx prisma db push select object property totalseconds error authentication failed against database server at localhost the provided database credentials for johndoe are not valid please make sure to provide valid database credentials for the database server at localhost totalseconds ps c users jan documents throwaway timeouttest measure command node script js select object property totalseconds invalid prisma user create invocation authentication failed against database server at localhost the provided database credentials for johndoe are not valid please make sure to provide valid database credentials for the database server at localhost at cb c users jan documents throwaway timeouttest node modules prisma client runtime index js at processticksandrejections internal process task queues js at async main c users jan documents throwaway timeouttest script js clientversion errorcode undefined totalseconds throttling no custom connect timeout default ps c users jan documents throwaway timeouttest measure command npx prisma introspect select object property totalseconds error can t reach database server at localhost please make sure your database server is running at localhost totalseconds ps c users jan documents throwaway timeouttest measure command npx prisma db push select object property totalseconds error can t reach database server at localhost please make sure your database server is running at localhost totalseconds ps c users jan documents throwaway timeouttest measure command node script js select object property totalseconds invalid prisma user create invocation can t reach database server at localhost please make sure your database server is running at localhost at cb c users jan documents throwaway timeouttest node modules prisma client runtime index js at processticksandrejections internal process task queues js at async main c users jan documents throwaway timeouttest script js clientversion errorcode undefined totalseconds throttling connect timeout ps c users jan documents throwaway timeouttest measure command npx prisma introspect select object property totalseconds error can t reach database server at localhost please make sure your database server is running at localhost totalseconds ps c users jan documents throwaway timeouttest measure command npx prisma db push select object property totalseconds error can t reach database server at localhost please make sure your database server is running at localhost totalseconds ps c users jan documents throwaway timeouttest measure command node script js select object property totalseconds invalid prisma user create invocation can t reach database server at localhost please make sure your database server is running at localhost at cb c users jan documents throwaway timeouttest node modules prisma client runtime index js at processticksandrejections internal process task queues js at async main c users jan documents throwaway timeouttest script js clientversion errorcode undefined totalseconds throttling connect timeout ps c users jan documents throwaway timeouttest measure command npx prisma introspect select object property totalseconds error can t reach database server at localhost please make sure your database server is running at localhost totalseconds ps c users jan documents throwaway timeouttest measure command npx prisma db push select object property totalseconds error can t reach database server at localhost please make sure your database server is running at localhost totalseconds ps c users jan documents throwaway timeouttest measure command node script js select object property totalseconds invalid prisma user create invocation can t reach database server at localhost please make sure your database server is running at localhost at cb c users jan documents throwaway timeouttest node modules prisma client runtime index js at processticksandrejections internal process task queues js at async main c users jan documents throwaway timeouttest script js clientversion errorcode undefined totalseconds throttling connect timeout ps c users jan documents throwaway timeouttest measure command npx prisma introspect select object property totalseconds error can t reach database server at localhost please make sure your database server is running at localhost totalseconds ps c users jan documents throwaway timeouttest measure command npx prisma db push select object property totalseconds error can t reach database server at localhost please make sure your database server is running at localhost totalseconds ps c users jan documents throwaway timeouttest measure command node script js select object property totalseconds invalid prisma user create invocation can t reach database server at localhost please make sure your database server is running at localhost at cb c users jan documents throwaway timeouttest node modules prisma client runtime index js at processticksandrejections internal process task queues js at async main c users jan documents throwaway timeouttest script js clientversion errorcode undefined totalseconds throttling connect timeout ps c users jan documents throwaway timeouttest measure command npx prisma introspect select object property totalseconds error can t reach database server at localhost please make sure your database server is running at localhost totalseconds ps c users jan documents throwaway timeouttest measure command npx prisma db push select object property totalseconds error can t reach database server at localhost please make sure your database server is running at localhost totalseconds ps c users jan documents throwaway timeouttest measure command node script js select object property totalseconds invalid prisma user create invocation can t reach database server at localhost please make sure your database server is running at localhost at cb c users jan documents throwaway timeouttest node modules prisma client runtime index js at processticksandrejections internal process task queues js at async main c users jan documents throwaway timeouttest script js clientversion errorcode undefined totalseconds throttling connect timeout ps c users jan documents throwaway timeouttest measure command npx prisma introspect select object property totalseconds error can t reach database server at localhost please make sure your database server is running at localhost totalseconds ps c users jan documents throwaway timeouttest measure command npx prisma db push select object property totalseconds error can t reach database server at localhost please make sure your database server is running at localhost totalseconds ps c users jan documents throwaway timeouttest measure command node script js select object property totalseconds invalid prisma user create invocation can t reach database server at localhost please make sure your database server is running at localhost at cb c users jan documents throwaway timeouttest node modules prisma client runtime index js at processticksandrejections internal process task queues js at async main c users jan documents throwaway timeouttest script js clientversion errorcode undefined totalseconds throttling connect timeout ps c users jan documents throwaway timeouttest measure command npx prisma introspect select object property totalseconds error can t reach database server at localhost please make sure your database server is running at localhost totalseconds ps c users jan documents throwaway timeouttest measure command npx prisma db push select object property totalseconds error can t reach database server at localhost please make sure your database server is running at localhost totalseconds ps c users jan documents throwaway timeouttest measure command node script js select object property totalseconds invalid prisma user create invocation can t reach database server at localhost please make sure your database server is running at localhost at cb c users jan documents throwaway timeouttest node modules prisma client runtime index js at processticksandrejections internal process task queues js at async main c users jan documents throwaway timeouttest script js clientversion errorcode undefined totalseconds so it seems that up to values of connect timeout introspection engine behaves as expected but then it does not any more ,0 +107297,16758592373.0,IssuesEvent,2021-06-13 10:10:11,semarmendemx/vulnado,https://api.github.com/repos/semarmendemx/vulnado,opened,CVE-2020-25649 (High) detected in jackson-databind-2.9.8.jar,security vulnerability,"## CVE-2020-25649 - High Severity Vulnerability +
Vulnerable Library - jackson-databind-2.9.8.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: vulnado/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar

+

+ +Dependency Hierarchy: + - jjwt-jackson-0.10.5.jar (Root Library) + - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) +

Found in HEAD commit: 32814c7fcfe30a55a8d0148cfe4388bdc8141fe8

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +A flaw was found in FasterXML Jackson Databind, where it did not have entity expansion secured properly. This flaw allows vulnerability to XML external entity (XXE) attacks. The highest threat from this vulnerability is data integrity. + +

Publish Date: 2020-12-03 +

URL: CVE-2020-25649

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/FasterXML/jackson-databind/issues/2589

+

Release Date: 2020-12-03

+

Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.6.7.4,2.9.10.7,2.10.5.1,2.11.0.rc1

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2020-25649 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2020-25649 - High Severity Vulnerability +
Vulnerable Library - jackson-databind-2.9.8.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: vulnado/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar

+

+ +Dependency Hierarchy: + - jjwt-jackson-0.10.5.jar (Root Library) + - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) +

Found in HEAD commit: 32814c7fcfe30a55a8d0148cfe4388bdc8141fe8

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +A flaw was found in FasterXML Jackson Databind, where it did not have entity expansion secured properly. This flaw allows vulnerability to XML external entity (XXE) attacks. The highest threat from this vulnerability is data integrity. + +

Publish Date: 2020-12-03 +

URL: CVE-2020-25649

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/FasterXML/jackson-databind/issues/2589

+

Release Date: 2020-12-03

+

Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.6.7.4,2.9.10.7,2.10.5.1,2.11.0.rc1

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,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 vulnado pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy jjwt jackson jar root library x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a flaw was found in fasterxml jackson databind where it did not have entity expansion secured properly this flaw allows vulnerability to xml external entity xxe attacks the highest threat from this vulnerability is data integrity 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 high availability impact none 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 +6513,14704751003.0,IssuesEvent,2021-01-04 16:58:30,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Typo ""Azure function apps""→""Azure Function Apps""",architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"Typo ""Azure function apps""→""Azure Function Apps"" + +https://docs.microsoft.com/en-us/azure/architecture/hybrid/azure-functions-hybrid +![azure-functions-hybrid](https://user-images.githubusercontent.com/40815708/102689590-99c48500-4242-11eb-8746-df015bca45dd.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 229cb7ce-81f0-4005-356e-66c73e6d257f +* Version Independent ID: 00100699-8feb-bba3-f6d3-001c6ea2a62f +* Content: [Azure Functions in a hybrid environment - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/hybrid/azure-functions-hybrid) +* Content Source: [docs/hybrid/azure-functions-hybrid.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/hybrid/azure-functions-hybrid.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"Typo ""Azure function apps""→""Azure Function Apps"" - Typo ""Azure function apps""→""Azure Function Apps"" + +https://docs.microsoft.com/en-us/azure/architecture/hybrid/azure-functions-hybrid +![azure-functions-hybrid](https://user-images.githubusercontent.com/40815708/102689590-99c48500-4242-11eb-8746-df015bca45dd.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 229cb7ce-81f0-4005-356e-66c73e6d257f +* Version Independent ID: 00100699-8feb-bba3-f6d3-001c6ea2a62f +* Content: [Azure Functions in a hybrid environment - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/hybrid/azure-functions-hybrid) +* Content Source: [docs/hybrid/azure-functions-hybrid.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/hybrid/azure-functions-hybrid.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,typo azure function apps → azure function apps typo azure function apps → azure function apps document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +5051,11995561049.0,IssuesEvent,2020-04-08 15:23:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Cost estimation needed,Pri2 architecture-center/svc cxp solution-idea/subsvc triaged,"Hello, +Can I have an estimation about pricing of this scenario? +Thanks, +Edi + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 73dc00bc-c571-72c0-c3de-8e1a35b9e27a +* Version Independent ID: 424eb559-47a7-bcc5-e567-e428e59c11cb +* Content: [E-commerce website running in secured App Service Environment - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/ecommerce-website-running-in-secured-ase#feedback) +* Content Source: [docs/solution-ideas/articles/ecommerce-website-running-in-secured-ase.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/ecommerce-website-running-in-secured-ase.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Cost estimation needed - Hello, +Can I have an estimation about pricing of this scenario? +Thanks, +Edi + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 73dc00bc-c571-72c0-c3de-8e1a35b9e27a +* Version Independent ID: 424eb559-47a7-bcc5-e567-e428e59c11cb +* Content: [E-commerce website running in secured App Service Environment - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/ecommerce-website-running-in-secured-ase#feedback) +* Content Source: [docs/solution-ideas/articles/ecommerce-website-running-in-secured-ase.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/ecommerce-website-running-in-secured-ase.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,cost estimation needed hello can i have an estimation about pricing of this scenario thanks edi document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +11527,30822158962.0,IssuesEvent,2023-08-01 17:08:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,AD DS Join No Longer Required,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri1," +[Enter feedback here] +This document specifies that AVD session hosts must be AD DS joined, which is no longer true with AAD-join now supported. + +https://github.com/MicrosoftDocs/architecture-center/blob/a55bc8cac84bce0542f97154645bf0c412740fed/docs/example-scenario/wvd/windows-virtual-desktop-content.md?plain=1#L48 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f26be54d-0f67-5098-7839-98f5bb064188 +* Version Independent ID: 187fa3ce-ade9-1b07-2af3-c874ec3d0aac +* Content: [Azure Virtual Desktop for the enterprise - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop?context=%2Fazure%2Fvirtual-desktop%2Fcontext%2Fcontext) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/wvd/windows-virtual-desktop.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @TomHickling +* Microsoft Alias: **thhickli**",1.0,"AD DS Join No Longer Required - +[Enter feedback here] +This document specifies that AVD session hosts must be AD DS joined, which is no longer true with AAD-join now supported. + +https://github.com/MicrosoftDocs/architecture-center/blob/a55bc8cac84bce0542f97154645bf0c412740fed/docs/example-scenario/wvd/windows-virtual-desktop-content.md?plain=1#L48 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f26be54d-0f67-5098-7839-98f5bb064188 +* Version Independent ID: 187fa3ce-ade9-1b07-2af3-c874ec3d0aac +* Content: [Azure Virtual Desktop for the enterprise - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop?context=%2Fazure%2Fvirtual-desktop%2Fcontext%2Fcontext) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/wvd/windows-virtual-desktop.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @TomHickling +* Microsoft Alias: **thhickli**",1,ad ds join no longer required this document specifies that avd session hosts must be ad ds joined which is no longer true with aad join now supported document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login tomhickling microsoft alias thhickli ,1 +66667,7009871529.0,IssuesEvent,2017-12-19 20:50:17,meteor/meteor,https://api.github.com/repos/meteor/meteor,closed,"ES6 not working in certain scenarios especially when putting code in ""tests"" folder",bug confirmed Impact:few Project:Testing,"Meteor 1.3.2.4 + +Reproducing it in repo: https://github.com/theodorDiaconu/meteor-testing-issue + +**Issue 1** +If I put in my package, in ./tests folder the main module for testing and I import the test file within the same folder. ES6 is not available. + +**Issue 2** +If I put code in ./testing folder, and run the imports, es6 will still fail. +",1.0,"ES6 not working in certain scenarios especially when putting code in ""tests"" folder - Meteor 1.3.2.4 + +Reproducing it in repo: https://github.com/theodorDiaconu/meteor-testing-issue + +**Issue 1** +If I put in my package, in ./tests folder the main module for testing and I import the test file within the same folder. ES6 is not available. + +**Issue 2** +If I put code in ./testing folder, and run the imports, es6 will still fail. +",0, not working in certain scenarios especially when putting code in tests folder meteor reproducing it in repo issue if i put in my package in tests folder the main module for testing and i import the test file within the same folder is not available issue if i put code in testing folder and run the imports will still fail ,0 +304149,23051463930.0,IssuesEvent,2022-07-24 17:41:39,fga-eps-mds/Cebraspe-Tracker,https://api.github.com/repos/fga-eps-mds/Cebraspe-Tracker,closed,Diagrama de Classes ,documentation,"# Descrição +Fzr a primeira versão das classes e métodos adotados no diagrama de classe . + + + +# Tarefas +- [x] Fazer o arquivo de diagrama de Classes + +",1.0,"Diagrama de Classes - # Descrição +Fzr a primeira versão das classes e métodos adotados no diagrama de classe . + + + +# Tarefas +- [x] Fazer o arquivo de diagrama de Classes + +",0,diagrama de classes descrição fzr a primeira versão das classes e métodos adotados no diagrama de classe tarefas fazer o arquivo de diagrama de classes ,0 +127967,5041364385.0,IssuesEvent,2016-12-19 10:04:52,futureworktechnologies2/Ahmed-Restaurant-project,https://api.github.com/repos/futureworktechnologies2/Ahmed-Restaurant-project,opened,When trying to create a THOAG account with email the Keyboard is blocking the view. The Keyboard moves down only when you enter something in the password and repeat password in the fields. ,High priority,"When trying to create a THOAG account with email the Keyboard is blocking the view. The Keyboard moves down only when you enter something in the password and repeat password in the fields. +",1.0,"When trying to create a THOAG account with email the Keyboard is blocking the view. The Keyboard moves down only when you enter something in the password and repeat password in the fields. - When trying to create a THOAG account with email the Keyboard is blocking the view. The Keyboard moves down only when you enter something in the password and repeat password in the fields. +",0,when trying to create a thoag account with email the keyboard is blocking the view the keyboard moves down only when you enter something in the password and repeat password in the fields when trying to create a thoag account with email the keyboard is blocking the view the keyboard moves down only when you enter something in the password and repeat password in the fields ,0 +11528,30822223516.0,IssuesEvent,2023-08-01 17:11:34,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"""Moving data from on-premises to Azure is the backbone of migrating on-premises mainframe and midrange applications. """,in-progress assigned-to-author triaged product-question architecture-center/svc Pri2 solution-idea/subsvc," +[""Moving data from on-premises to Azure is the backbone of migrating on-premises mainframe and midrange applications."" This doesn't make any sense to me. What do you mean by 'backbone of migrating'? ] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8b2740bd-cd04-e1fc-b7ed-7c63ca7c38c3 +* Version Independent ID: efaf9a1e-67b3-096e-fbaa-a5e6f4a84719 +* Content: [Mainframe file replication and sync on Azure - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/mainframe-azure-file-replication) +* Content Source: [docs/solution-ideas/articles/mainframe-azure-file-replication.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/mainframe-azure-file-replication.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @ashish-khandelwal-ms +* Microsoft Alias: **askhande**",1.0,"""Moving data from on-premises to Azure is the backbone of migrating on-premises mainframe and midrange applications. "" - +[""Moving data from on-premises to Azure is the backbone of migrating on-premises mainframe and midrange applications."" This doesn't make any sense to me. What do you mean by 'backbone of migrating'? ] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8b2740bd-cd04-e1fc-b7ed-7c63ca7c38c3 +* Version Independent ID: efaf9a1e-67b3-096e-fbaa-a5e6f4a84719 +* Content: [Mainframe file replication and sync on Azure - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/mainframe-azure-file-replication) +* Content Source: [docs/solution-ideas/articles/mainframe-azure-file-replication.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/mainframe-azure-file-replication.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @ashish-khandelwal-ms +* Microsoft Alias: **askhande**",1, moving data from on premises to azure is the backbone of migrating on premises mainframe and midrange applications document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id fbaa content content source service architecture center sub service solution idea github login ashish khandelwal ms microsoft alias askhande ,1 +365714,25549079837.0,IssuesEvent,2022-11-29 21:38:07,WSU-CPTS415-ParquetParkour/Amazon-CoPurchasing,https://api.github.com/repos/WSU-CPTS415-ParquetParkour/Amazon-CoPurchasing,closed,[TASK] Define pseudo-code and description for algorithm(s),documentation,"_Background_: +For the MS03 statement and to guide implementation, we need to have a good understanding of the algorithm(s) being used for analysis. + +_Success Criteria_: +1. Pseudo-code is defined for collaborative filtering as it applies to this dataset. +2. A top level summary/description of the algorithm is defined. +3. Pseudo-code and summary/description are documented in the wiki for reference and integrated into the [MS03 Statement](https://github.com/WSU-CPTS415-ParquetParkour/Amazon-CoPurchasing/wiki/MS03-Statement) under item 1.2. +",1.0,"[TASK] Define pseudo-code and description for algorithm(s) - _Background_: +For the MS03 statement and to guide implementation, we need to have a good understanding of the algorithm(s) being used for analysis. + +_Success Criteria_: +1. Pseudo-code is defined for collaborative filtering as it applies to this dataset. +2. A top level summary/description of the algorithm is defined. +3. Pseudo-code and summary/description are documented in the wiki for reference and integrated into the [MS03 Statement](https://github.com/WSU-CPTS415-ParquetParkour/Amazon-CoPurchasing/wiki/MS03-Statement) under item 1.2. +",0, define pseudo code and description for algorithm s background for the statement and to guide implementation we need to have a good understanding of the algorithm s being used for analysis success criteria pseudo code is defined for collaborative filtering as it applies to this dataset a top level summary description of the algorithm is defined pseudo code and summary description are documented in the wiki for reference and integrated into the under item ,0 +3804,10166099985.0,IssuesEvent,2019-08-07 15:08:39,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing Log Analytics Workspaces,Pri1 architecture-center/svc cloud-fundamentals/subsvc cxp doc-enhancement triaged,"These need to have globally unique names, see this related issue: https://github.com/MicrosoftDocs/azure-docs/issues/35143 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#feedback) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1.0,"Missing Log Analytics Workspaces - These need to have globally unique names, see this related issue: https://github.com/MicrosoftDocs/azure-docs/issues/35143 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#feedback) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,missing log analytics workspaces these need to have globally unique names see this related issue document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login telmosampaio microsoft alias pnp ,1 +35432,12336098735.0,IssuesEvent,2020-05-14 13:05:11,department-of-veterans-affairs/va.gov-team,https://api.github.com/repos/department-of-veterans-affairs/va.gov-team,opened,Consider fixing JSONEntityEscape warning from brakeman,security tools-be,"Our static security analysis tool, brakeman was recently updated in department-of-veterans-affairs/vets-api#4261 and now issues the following warning: + +== Warnings == + +Confidence: Medium +Category: Cross-Site Scripting +Check: JSONEntityEscape +Message: HTML entities in JSON are not escaped by default +File: config/environments/production.rb +Line: 1 +This configuration was created in department-of-veterans-affairs/vets-api#56 explicitly in department-of-veterans-affairs/vets-api@c73c8fc and it is now flagged by a new check in the security scanner. + +Since we tacitly approved this configuration years ago, it seems sensible to skip the warning. We would need to inventory/verify an enormous amount of JSON output to make sure changing this configuration had no ill effects, which seems like a high-effort, high-risk task for little gain. The security exception was granted in department-of-veterans-affairs/va.gov-team-sensitive#105 + +The work around actually addressing the issue is unclear but should be undertaken at some point and this is the PR to do it! + +Related PRs +https://github.com/department-of-veterans-affairs/vets-api/pull/4261 +https://github.com/department-of-veterans-affairs/va.gov-team-sensitive/issues/105 +",True,"Consider fixing JSONEntityEscape warning from brakeman - Our static security analysis tool, brakeman was recently updated in department-of-veterans-affairs/vets-api#4261 and now issues the following warning: + +== Warnings == + +Confidence: Medium +Category: Cross-Site Scripting +Check: JSONEntityEscape +Message: HTML entities in JSON are not escaped by default +File: config/environments/production.rb +Line: 1 +This configuration was created in department-of-veterans-affairs/vets-api#56 explicitly in department-of-veterans-affairs/vets-api@c73c8fc and it is now flagged by a new check in the security scanner. + +Since we tacitly approved this configuration years ago, it seems sensible to skip the warning. We would need to inventory/verify an enormous amount of JSON output to make sure changing this configuration had no ill effects, which seems like a high-effort, high-risk task for little gain. The security exception was granted in department-of-veterans-affairs/va.gov-team-sensitive#105 + +The work around actually addressing the issue is unclear but should be undertaken at some point and this is the PR to do it! + +Related PRs +https://github.com/department-of-veterans-affairs/vets-api/pull/4261 +https://github.com/department-of-veterans-affairs/va.gov-team-sensitive/issues/105 +",0,consider fixing jsonentityescape warning from brakeman our static security analysis tool brakeman was recently updated in department of veterans affairs vets api and now issues the following warning warnings confidence medium category cross site scripting check jsonentityescape message html entities in json are not escaped by default file config environments production rb line this configuration was created in department of veterans affairs vets api explicitly in department of veterans affairs vets api and it is now flagged by a new check in the security scanner since we tacitly approved this configuration years ago it seems sensible to skip the warning we would need to inventory verify an enormous amount of json output to make sure changing this configuration had no ill effects which seems like a high effort high risk task for little gain the security exception was granted in department of veterans affairs va gov team sensitive the work around actually addressing the issue is unclear but should be undertaken at some point and this is the pr to do it related prs ,0 +208930,15949246865.0,IssuesEvent,2021-04-15 07:09:47,godotengine/godot,https://api.github.com/repos/godotengine/godot,reopened,[3.2.4 beta1]Strange bug causes Editor lagging on Mac,bug needs testing platform:macos topic:editor topic:rendering," + +**Godot version:** + +3.2.4 beta1 + +**OS/device including version:** + +2013 late MacBookPro 13' MacOS 10.14.6 Intel GPU + +**Issue description:** + +**Steps to reproduce:** +### _In GLES2_ + +Add a Spatial node as root +Add a MeshInstance node +Add a WorldEnvironment node, turn on Adjustments and change some defualt property +Opening Project Settings and just randomly switching between different labs, waiting a few seconds then Editor will become lagging + +Deleting the WorldEnvironment node won't make Editor smoothing again, You have to switch to Desktop or other Programs then turn back, that will make Editor smoothing again. + +### _In GLES3_ +this issue become if you turn on some Post-Processing like SSAO, it will directly make Editor lagging. I test again in 3.2.3 office stable, the Editor won't lagging even turn on with SSR and Dof Far Blur + +It's an really strange bug, I'm not sure if the WorldEnvironment Post-Processing causes this problem, but at least I found it in this way, maybe this issue only appears on Intel GPU? +",1.0,"[3.2.4 beta1]Strange bug causes Editor lagging on Mac - + +**Godot version:** + +3.2.4 beta1 + +**OS/device including version:** + +2013 late MacBookPro 13' MacOS 10.14.6 Intel GPU + +**Issue description:** + +**Steps to reproduce:** +### _In GLES2_ + +Add a Spatial node as root +Add a MeshInstance node +Add a WorldEnvironment node, turn on Adjustments and change some defualt property +Opening Project Settings and just randomly switching between different labs, waiting a few seconds then Editor will become lagging + +Deleting the WorldEnvironment node won't make Editor smoothing again, You have to switch to Desktop or other Programs then turn back, that will make Editor smoothing again. + +### _In GLES3_ +this issue become if you turn on some Post-Processing like SSAO, it will directly make Editor lagging. I test again in 3.2.3 office stable, the Editor won't lagging even turn on with SSR and Dof Far Blur + +It's an really strange bug, I'm not sure if the WorldEnvironment Post-Processing causes this problem, but at least I found it in this way, maybe this issue only appears on Intel GPU? +",0, strange bug causes editor lagging on mac please search existing issues for potential duplicates before filing yours godot version os device including version late macbookpro macos intel gpu issue description steps to reproduce in add a spatial node as root add a meshinstance node add a worldenvironment node turn on adjustments and change some defualt property opening project settings and just randomly switching between different labs waiting a few seconds then editor will become lagging deleting the worldenvironment node won t make editor smoothing again you have to switch to desktop or other programs then turn back that will make editor smoothing again in this issue become if you turn on some post processing like ssao it will directly make editor lagging i test again in office stable the editor won t lagging even turn on with ssr and dof far blur it s an really strange bug i m not sure if the worldenvironment post processing causes this problem but at least i found it in this way maybe this issue only appears on intel gpu ,0 +7670,18797093045.0,IssuesEvent,2021-11-09 00:10:35,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Use full service name for Azure NetApp Files,doc-enhancement cxp triaged architecture-center/svc reference-architecture/subsvc,"Geert van Teylingen (ANF PM) here. Can you rename 'NetApp' to the actual full service name 'Azure NetApp Files' in this sentence: + +Data services use a combination of high-performance storage on Ultra or Premium solid-state disks (SSDs), file storage on **Azure NetApp Files** or Azure Files, and standard blob, archive, and backup storage that can be locally redundant or geo-redundant. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d151997c-4629-0167-3bb8-f14e35c119dc +* Version Independent ID: 2a7f8f92-e594-c6c1-07ce-a02d4d47af24 +* Content: [Refactor IBM z/OS Coupling Facility - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/zos/refactor-zos-coupling-facility) +* Content Source: [docs/reference-architectures/zos/refactor-zos-coupling-facility.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/zos/refactor-zos-coupling-facility.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",2.0,"Use full service name for Azure NetApp Files - Geert van Teylingen (ANF PM) here. Can you rename 'NetApp' to the actual full service name 'Azure NetApp Files' in this sentence: + +Data services use a combination of high-performance storage on Ultra or Premium solid-state disks (SSDs), file storage on **Azure NetApp Files** or Azure Files, and standard blob, archive, and backup storage that can be locally redundant or geo-redundant. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d151997c-4629-0167-3bb8-f14e35c119dc +* Version Independent ID: 2a7f8f92-e594-c6c1-07ce-a02d4d47af24 +* Content: [Refactor IBM z/OS Coupling Facility - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/zos/refactor-zos-coupling-facility) +* Content Source: [docs/reference-architectures/zos/refactor-zos-coupling-facility.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/zos/refactor-zos-coupling-facility.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,use full service name for azure netapp files geert van teylingen anf pm here can you rename netapp to the actual full service name azure netapp files in this sentence data services use a combination of high performance storage on ultra or premium solid state disks ssds file storage on azure netapp files or azure files and standard blob archive and backup storage that can be locally redundant or geo redundant document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias pnp ,1 +10292,26673499591.0,IssuesEvent,2023-01-26 12:26:45,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Networking considerations need to take into account different network plugins/requirements for podIPs,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri1,"This section would need to take into account the kubenet network plugin option for pod IPs and the new network plugin set to replace Azure CNI which would remove the requirement to assign 1st-class IPs to pods. These points are also more relevant considering that the AppGW is not leveraged by the AGIC since there's a Traefik ingress controller. + +![image](https://user-images.githubusercontent.com/29489962/194652946-d1a7179b-406b-43fa-93d7-4660041c882b.png) + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks/baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **prwilk**",2.0,"Networking considerations need to take into account different network plugins/requirements for podIPs - This section would need to take into account the kubenet network plugin option for pod IPs and the new network plugin set to replace Azure CNI which would remove the requirement to assign 1st-class IPs to pods. These points are also more relevant considering that the AppGW is not leveraged by the AGIC since there's a Traefik ingress controller. + +![image](https://user-images.githubusercontent.com/29489962/194652946-d1a7179b-406b-43fa-93d7-4660041c882b.png) + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks/baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **prwilk**",1,networking considerations need to take into account different network plugins requirements for podips this section would need to take into account the kubenet network plugin option for pod ips and the new network plugin set to replace azure cni which would remove the requirement to assign class ips to pods these points are also more relevant considering that the appgw is not leveraged by the agic since there s a traefik ingress controller document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias prwilk ,1 +9434,24587127541.0,IssuesEvent,2022-10-13 20:50:07,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Translation for this page is missing,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri1,"This page is not translated in any language. Only the original English text is available. + +--- +#### Dokumentdetails + +⚠ *Bearbeiten Sie diesen Abschnitt nicht. Er ist für die Verknüpfung von docs.microsoft.com zum GitHub-Artikel erforderlich.* + +* ID: fbbf8259-fef9-b02b-0b56-e24f95e04c6a +* Version Independent ID: 3d639f35-e1cd-caba-e8ba-4e778ad523b4 +* Content: [Azure Automation State Configuration - Azure Architecture Center](https://docs.microsoft.com/de-de/azure/architecture/example-scenario/state-configuration/state-configuration?tabs=cli%2Cwindows) +* Content Source: [docs/example-scenario/state-configuration/state-configuration.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/state-configuration/state-configuration.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @neilpeterson +* Microsoft Alias: **pnp**",1.0,"Translation for this page is missing - This page is not translated in any language. Only the original English text is available. + +--- +#### Dokumentdetails + +⚠ *Bearbeiten Sie diesen Abschnitt nicht. Er ist für die Verknüpfung von docs.microsoft.com zum GitHub-Artikel erforderlich.* + +* ID: fbbf8259-fef9-b02b-0b56-e24f95e04c6a +* Version Independent ID: 3d639f35-e1cd-caba-e8ba-4e778ad523b4 +* Content: [Azure Automation State Configuration - Azure Architecture Center](https://docs.microsoft.com/de-de/azure/architecture/example-scenario/state-configuration/state-configuration?tabs=cli%2Cwindows) +* Content Source: [docs/example-scenario/state-configuration/state-configuration.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/state-configuration/state-configuration.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @neilpeterson +* Microsoft Alias: **pnp**",1,translation for this page is missing this page is not translated in any language only the original english text is available dokumentdetails ⚠ bearbeiten sie diesen abschnitt nicht er ist für die verknüpfung von docs microsoft com zum github artikel erforderlich id version independent id caba content content source service architecture center sub service example scenario github login neilpeterson microsoft alias pnp ,1 +5434,12497929069.0,IssuesEvent,2020-06-01 17:21:41,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Something is missing,Pri2 architecture-center/svc assigned-to-author cloud-design-principles/subsvc doc-idea triaged,"Hello +I think something is missing here. You're introducing Cost Modeling and then jump straight into solutions to leverage such as Low Priority VMs and so on. +I think you should not be so exhaustive and move these solutions elsewhere. + +I'm expecting from here to get guidelines to do cost modeling at a high level and not finding solutions answering to how to optimize so from my view point everything before the ""Estimating and Comparing costs"" should be moved after in a section like ""Rely on Azure features"" within this article or elsewhere in another one. + +What's your thought ? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ca4aca20-be78-ed61-145d-563fb3ff6d13 +* Version Independent ID: c3f02005-d0e7-d756-04b5-655ecd84b1e8 +* Content: [Modeling your cloud costs](https://docs.microsoft.com/en-us/azure/architecture/framework/cost/modeling) +* Content Source: [docs/framework/cost/modeling.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/cost/modeling.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1.0,"Something is missing - Hello +I think something is missing here. You're introducing Cost Modeling and then jump straight into solutions to leverage such as Low Priority VMs and so on. +I think you should not be so exhaustive and move these solutions elsewhere. + +I'm expecting from here to get guidelines to do cost modeling at a high level and not finding solutions answering to how to optimize so from my view point everything before the ""Estimating and Comparing costs"" should be moved after in a section like ""Rely on Azure features"" within this article or elsewhere in another one. + +What's your thought ? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ca4aca20-be78-ed61-145d-563fb3ff6d13 +* Version Independent ID: c3f02005-d0e7-d756-04b5-655ecd84b1e8 +* Content: [Modeling your cloud costs](https://docs.microsoft.com/en-us/azure/architecture/framework/cost/modeling) +* Content Source: [docs/framework/cost/modeling.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/cost/modeling.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1,something is missing hello i think something is missing here you re introducing cost modeling and then jump straight into solutions to leverage such as low priority vms and so on i think you should not be so exhaustive and move these solutions elsewhere i m expecting from here to get guidelines to do cost modeling at a high level and not finding solutions answering to how to optimize so from my view point everything before the estimating and comparing costs should be moved after in a section like rely on azure features within this article or elsewhere in another one what s your thought document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud design principles github login david stanford microsoft alias pnp ,1 +10294,26674959699.0,IssuesEvent,2023-01-26 13:34:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,SAP Router for SAP Note Download - no longer applies,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc,"Hello, + +Please check SAP note 3010412 - ""SAP Support Backbone - Configuration Overview, Responsibilities and Troubleshooting"". +SAP note download into SAP Netweaver ABAP has not required the SAP Router since January 2020. + +Thanks + + +Darryl + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fdf95a78-b354-11c7-de36-2bc0787c930c +* Version Independent ID: fdf95a78-b354-11c7-de36-2bc0787c930c +* Content: [Inbound and outbound internet connections for SAP on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/sap/sap-internet-inbound-outbound) +* Content Source: [docs/guide/sap/sap-internet-inbound-outbound.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/sap/sap-internet-inbound-outbound.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @msftrobiro +* Microsoft Alias: **robiro**",1.0,"SAP Router for SAP Note Download - no longer applies - Hello, + +Please check SAP note 3010412 - ""SAP Support Backbone - Configuration Overview, Responsibilities and Troubleshooting"". +SAP note download into SAP Netweaver ABAP has not required the SAP Router since January 2020. + +Thanks + + +Darryl + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fdf95a78-b354-11c7-de36-2bc0787c930c +* Version Independent ID: fdf95a78-b354-11c7-de36-2bc0787c930c +* Content: [Inbound and outbound internet connections for SAP on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/sap/sap-internet-inbound-outbound) +* Content Source: [docs/guide/sap/sap-internet-inbound-outbound.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/sap/sap-internet-inbound-outbound.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @msftrobiro +* Microsoft Alias: **robiro**",1,sap router for sap note download no longer applies hello please check sap note sap support backbone configuration overview responsibilities and troubleshooting sap note download into sap netweaver abap has not required the sap router since january thanks darryl document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login msftrobiro microsoft alias robiro ,1 +10076,26196572069.0,IssuesEvent,2023-01-03 13:59:50,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Possible improvement to image on Solution section of the Claim-Check pattern page,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 design-pattern/subsvc,"We were reviewing the diagram in the Solution section and felt that having arrows (1/2/3/4) might be beneficial for some readers, to make it clearer that the reference included in the middle message is a result of having stored the payload to the data store. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1970e0cd-53ae-02f6-479b-9ca386a5220e +* Version Independent ID: 8a81baa3-61c2-a8f6-540c-9a239583b8d6 +* Content: [Claim-Check pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/claim-check#feedback) +* Content Source: [docs/patterns/claim-check.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/claim-check.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @yorek +* Microsoft Alias: **pnp**",1.0,"Possible improvement to image on Solution section of the Claim-Check pattern page - We were reviewing the diagram in the Solution section and felt that having arrows (1/2/3/4) might be beneficial for some readers, to make it clearer that the reference included in the middle message is a result of having stored the payload to the data store. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1970e0cd-53ae-02f6-479b-9ca386a5220e +* Version Independent ID: 8a81baa3-61c2-a8f6-540c-9a239583b8d6 +* Content: [Claim-Check pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/claim-check#feedback) +* Content Source: [docs/patterns/claim-check.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/claim-check.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @yorek +* Microsoft Alias: **pnp**",1,possible improvement to image on solution section of the claim check pattern page we were reviewing the diagram in the solution section and felt that having arrows might be beneficial for some readers to make it clearer that the reference included in the middle message is a result of having stored the payload to the data store document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login yorek microsoft alias pnp ,1 +360177,25278310660.0,IssuesEvent,2022-11-16 14:09:18,BabylonJS/Documentation,https://api.github.com/repos/BabylonJS/Documentation,closed,Planning Real Time Assets Documentation,documentation in progress,New section for the Asset Pipeline section of the docs covering questions to ask when planning how your assets will be constructed.,1.0,Planning Real Time Assets Documentation - New section for the Asset Pipeline section of the docs covering questions to ask when planning how your assets will be constructed.,0,planning real time assets documentation new section for the asset pipeline section of the docs covering questions to ask when planning how your assets will be constructed ,0 +7329,17483349594.0,IssuesEvent,2021-08-09 07:38:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Minor Typos,doc-bug cxp triaged architecture-center/svc design-pattern/subsvc," +[Enter feedback here] +Hi, + +Minor typos in the last bullet point under the ""When to use this pattern"" section (https://docs.microsoft.com/en-us/azure/architecture/patterns/materialized-view#when-to-use-this-pattern): + +- ""Thefore, materialized views..."" should be ""Therefore, materialized views..."" +- ""If materialized views are not appropiate..."" should be ""If materialized views are not appropriate..."" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a4ffec9b-27ef-0f8c-5fcf-58347950feaf +* Version Independent ID: 8dadd327-8781-e1ef-e2b3-f75f416524e6 +* Content: [Materialized View pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/materialized-view) +* Content Source: [docs/patterns/materialized-view.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/materialized-view.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Minor Typos - +[Enter feedback here] +Hi, + +Minor typos in the last bullet point under the ""When to use this pattern"" section (https://docs.microsoft.com/en-us/azure/architecture/patterns/materialized-view#when-to-use-this-pattern): + +- ""Thefore, materialized views..."" should be ""Therefore, materialized views..."" +- ""If materialized views are not appropiate..."" should be ""If materialized views are not appropriate..."" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a4ffec9b-27ef-0f8c-5fcf-58347950feaf +* Version Independent ID: 8dadd327-8781-e1ef-e2b3-f75f416524e6 +* Content: [Materialized View pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/materialized-view) +* Content Source: [docs/patterns/materialized-view.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/materialized-view.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,minor typos hi minor typos in the last bullet point under the when to use this pattern section thefore materialized views should be therefore materialized views if materialized views are not appropiate should be if materialized views are not appropriate document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login microsoft alias pnp ,1 +97365,8653070896.0,IssuesEvent,2018-11-27 09:53:01,humera987/FXLabs-Test-Automation,https://api.github.com/repos/humera987/FXLabs-Test-Automation,closed,new tested 27 : ApiV1DashboardCountRunsBetweenGetQueryParamTodateEmptyValue,new tested 27,"Project : new tested 27 + +Job : UAT + +Env : UAT + +Region : US_WEST + +Result : fail + +Status Code : 404 + +Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=NjU2NzU4YjUtZDQzZC00NTFkLWIzMzEtZWRiMjUzMDE0MTlm; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Tue, 27 Nov 2018 09:48:45 GMT]} + +Endpoint : http://13.56.210.25/api/v1/api/v1/dashboard/count-runs-between?toDate=&fromDate=IrINoswN + +Request : + + +Response : +{ + ""timestamp"" : ""2018-11-27T09:48:46.352+0000"", + ""status"" : 404, + ""error"" : ""Not Found"", + ""message"" : ""No message available"", + ""path"" : ""/api/v1/api/v1/dashboard/count-runs-between"" +} + +Logs : +Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 500] resolved-to [404 != 500] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]Assertion [@StatusCode != 200] resolved-to [404 != 200] result [Passed] +--- FX Bot ---",1.0,"new tested 27 : ApiV1DashboardCountRunsBetweenGetQueryParamTodateEmptyValue - Project : new tested 27 + +Job : UAT + +Env : UAT + +Region : US_WEST + +Result : fail + +Status Code : 404 + +Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=NjU2NzU4YjUtZDQzZC00NTFkLWIzMzEtZWRiMjUzMDE0MTlm; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Tue, 27 Nov 2018 09:48:45 GMT]} + +Endpoint : http://13.56.210.25/api/v1/api/v1/dashboard/count-runs-between?toDate=&fromDate=IrINoswN + +Request : + + +Response : +{ + ""timestamp"" : ""2018-11-27T09:48:46.352+0000"", + ""status"" : 404, + ""error"" : ""Not Found"", + ""message"" : ""No message available"", + ""path"" : ""/api/v1/api/v1/dashboard/count-runs-between"" +} + +Logs : +Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 500] resolved-to [404 != 500] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]Assertion [@StatusCode != 200] resolved-to [404 != 200] result [Passed] +--- FX Bot ---",0,new tested project new tested job uat env uat region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint request response timestamp status error not found message no message available path api api dashboard count runs between logs assertion resolved to result assertion resolved to result assertion resolved to result assertion resolved to result fx bot ,0 +5325,12365921331.0,IssuesEvent,2020-05-18 09:35:53,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Where does Azure API Management fit into this flowchart?,Pri1 architecture-center/svc cxp reference-architecture/subsvc triaged,"As per title. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#feedback) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Where does Azure API Management fit into this flowchart? - As per title. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#feedback) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,where does azure api management fit into this flowchart as per title document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +4655,11501975499.0,IssuesEvent,2020-02-12 18:11:56,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,gitflow-branch-workflow.md copied from Atlassian without attribution,Pri3 architecture-center/svc assigned-to-author cloud-design-principles/subsvc doc-bug triaged,"The content in architecture-center/docs/framework/devops/gitflow-branch-workflow.md is copied from https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow. + +The original content is licensed under the [Creative Commons Attribution 2.5 Australia License](http://creativecommons.org/licenses/by/2.5/au/). + +While the license means copying the original content is allowed, you must: +- give appropriate credit, +- provide a link to the license, and +- indicate if changes were made. + +@kuhlman-labs @david-stanford + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: dcba6ac8-d41d-9645-b899-d8977f235eed +* Version Independent ID: ec1b28ff-5c3d-6c71-a46c-078e167826a3 +* Content: [GitFlow branch workflow](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/gitflow-branch-workflow) +* Content Source: [docs/framework/devops/gitflow-branch-workflow.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/devops/gitflow-branch-workflow.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @UmarMohamedUsman +* Microsoft Alias: **pnp**",1.0,"gitflow-branch-workflow.md copied from Atlassian without attribution - The content in architecture-center/docs/framework/devops/gitflow-branch-workflow.md is copied from https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow. + +The original content is licensed under the [Creative Commons Attribution 2.5 Australia License](http://creativecommons.org/licenses/by/2.5/au/). + +While the license means copying the original content is allowed, you must: +- give appropriate credit, +- provide a link to the license, and +- indicate if changes were made. + +@kuhlman-labs @david-stanford + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: dcba6ac8-d41d-9645-b899-d8977f235eed +* Version Independent ID: ec1b28ff-5c3d-6c71-a46c-078e167826a3 +* Content: [GitFlow branch workflow](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/gitflow-branch-workflow) +* Content Source: [docs/framework/devops/gitflow-branch-workflow.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/devops/gitflow-branch-workflow.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @UmarMohamedUsman +* Microsoft Alias: **pnp**",1,gitflow branch workflow md copied from atlassian without attribution the content in architecture center docs framework devops gitflow branch workflow md is copied from the original content is licensed under the while the license means copying the original content is allowed you must give appropriate credit provide a link to the license and indicate if changes were made kuhlman labs david stanford document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud design principles github login umarmohamedusman microsoft alias pnp ,1 +4262,10788450660.0,IssuesEvent,2019-11-05 09:48:56,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Isn't Dynamic Data Masking also supported on Azure SQL DW?,Pri2 architecture-center/svc cloud-fundamentals/subsvc cxp product-question triaged," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e643be6d-22a2-2b91-c370-edf83d694efe +* Version Independent ID: 770f2e51-9c53-e5ca-1107-9577369b15a6 +* Content: [Choosing an analytical data store](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/analytical-data-stores) +* Content Source: [docs/data-guide/technology-choices/analytical-data-stores.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/analytical-data-stores.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"Isn't Dynamic Data Masking also supported on Azure SQL DW? - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e643be6d-22a2-2b91-c370-edf83d694efe +* Version Independent ID: 770f2e51-9c53-e5ca-1107-9577369b15a6 +* Content: [Choosing an analytical data store](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/analytical-data-stores) +* Content Source: [docs/data-guide/technology-choices/analytical-data-stores.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/analytical-data-stores.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,isn t dynamic data masking also supported on azure sql dw document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login zoinertejada microsoft alias pnp ,1 +4435,11114301933.0,IssuesEvent,2019-12-18 08:20:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Add comparison details about Regions, Azure geographies, Availability Zone and Region pairs",Pri1 architecture-center/svc cloud-fundamentals/subsvc cxp triaged,"Hi Team, +It will be informative if we have comparison details about Azure regions, Azure geographies, Availability Zone and Region pairs with AWS regions, Availability Zone and Local Zone. +Thanks, +Manasa + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1.0,"Add comparison details about Regions, Azure geographies, Availability Zone and Region pairs - Hi Team, +It will be informative if we have comparison details about Azure regions, Azure geographies, Availability Zone and Region pairs with AWS regions, Availability Zone and Local Zone. +Thanks, +Manasa + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1,add comparison details about regions azure geographies availability zone and region pairs hi team it will be informative if we have comparison details about azure regions azure geographies availability zone and region pairs with aws regions availability zone and local zone thanks manasa document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login jasrobe microsoft alias pnp ,1 +224057,24769662038.0,IssuesEvent,2022-10-23 01:03:59,rgordon95/LandscapersWebsite,https://api.github.com/repos/rgordon95/LandscapersWebsite,opened,"CVE-2022-37598 (High) detected in uglify-js-3.4.10.tgz, uglify-js-3.5.10.tgz",security vulnerability,"## CVE-2022-37598 - High Severity Vulnerability +
Vulnerable Libraries - uglify-js-3.4.10.tgz, uglify-js-3.5.10.tgz

+

+ +

uglify-js-3.4.10.tgz

+ +

JavaScript parser, mangler/compressor and beautifier toolkit

+

Library home page: https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.10.tgz

+

Path to dependency file: /LandscapersWebsite/package.json

+

Path to vulnerable library: /node_modules/html-minifier/node_modules/uglify-js/package.json

+

+ +Dependency Hierarchy: + - gulp-htmlmin-3.0.0.tgz (Root Library) + - html-minifier-3.5.21.tgz + - :x: **uglify-js-3.4.10.tgz** (Vulnerable Library) +

+
uglify-js-3.5.10.tgz

+ +

JavaScript parser, mangler/compressor and beautifier toolkit

+

Library home page: https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.10.tgz

+

Path to dependency file: /LandscapersWebsite/package.json

+

Path to vulnerable library: /node_modules/uglify-js/package.json

+

+ +Dependency Hierarchy: + - :x: **uglify-js-3.5.10.tgz** (Vulnerable Library) +

+ +

+
+

+
Vulnerability Details +

+ +Prototype pollution vulnerability in function DEFNODE in ast.js in mishoo UglifyJS 3.13.2 via the name variable in ast.js. + +

Publish Date: 2022-10-20 +

URL: CVE-2022-37598

+

+
+

+
CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2022-10-20

+

Fix Resolution: 3.13.10

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2022-37598 (High) detected in uglify-js-3.4.10.tgz, uglify-js-3.5.10.tgz - ## CVE-2022-37598 - High Severity Vulnerability +
Vulnerable Libraries - uglify-js-3.4.10.tgz, uglify-js-3.5.10.tgz

+

+ +

uglify-js-3.4.10.tgz

+ +

JavaScript parser, mangler/compressor and beautifier toolkit

+

Library home page: https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.10.tgz

+

Path to dependency file: /LandscapersWebsite/package.json

+

Path to vulnerable library: /node_modules/html-minifier/node_modules/uglify-js/package.json

+

+ +Dependency Hierarchy: + - gulp-htmlmin-3.0.0.tgz (Root Library) + - html-minifier-3.5.21.tgz + - :x: **uglify-js-3.4.10.tgz** (Vulnerable Library) +

+
uglify-js-3.5.10.tgz

+ +

JavaScript parser, mangler/compressor and beautifier toolkit

+

Library home page: https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.10.tgz

+

Path to dependency file: /LandscapersWebsite/package.json

+

Path to vulnerable library: /node_modules/uglify-js/package.json

+

+ +Dependency Hierarchy: + - :x: **uglify-js-3.5.10.tgz** (Vulnerable Library) +

+ +

+
+

+
Vulnerability Details +

+ +Prototype pollution vulnerability in function DEFNODE in ast.js in mishoo UglifyJS 3.13.2 via the name variable in ast.js. + +

Publish Date: 2022-10-20 +

URL: CVE-2022-37598

+

+
+

+
CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2022-10-20

+

Fix Resolution: 3.13.10

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in uglify js tgz uglify js tgz cve high severity vulnerability vulnerable libraries uglify js tgz uglify js tgz uglify js tgz javascript parser mangler compressor and beautifier toolkit library home page a href path to dependency file landscaperswebsite package json path to vulnerable library node modules html minifier node modules uglify js package json dependency hierarchy gulp htmlmin tgz root library html minifier tgz x uglify js tgz vulnerable library uglify js tgz javascript parser mangler compressor and beautifier toolkit library home page a href path to dependency file landscaperswebsite package json path to vulnerable library node modules uglify js package json dependency hierarchy x uglify js tgz vulnerable library vulnerability details prototype pollution vulnerability in function defnode in ast js in mishoo uglifyjs via the name variable in ast js 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 release date fix resolution step up your open source security game with mend ,0 +91399,26379770613.0,IssuesEvent,2023-01-12 07:33:42,o3de/o3de,https://api.github.com/repos/o3de/o3de,closed,Error while running get_python script results in incomplete configuration,kind/bug needs-triage sig/build priority/blocker,"**Describe the bug** +While running the get_python script the following error occurs: +``` +Collecting gitdb<5,>=4.0.1 +ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not: + gitdb<5,>=4.0.1 from https://files.pythonhosted.org/packages/21/a6/35f83efec687615c711fe0a09b67e58f6d1254db27b1013119de46f450bd/gitdb-4.0.10-py3-none-any.whl (from gitpython==3.1.30->-r C:\o3de\python/requirements.txt (line 48) +``` +Running the configure command after that prints numerous errors and fails. +Please note that the issue occurs for Windows, Linux and Mac. + +Refer to the attached log for more information. + +The issue is related to the following commit - [6daf594](https://github.com/o3de/o3de/commit/6daf594efde8540bc61ec407308cad29bb660962). + +**Steps to reproduce** +Steps to reproduce the behavior: +1. Obtain the latest Development from Github. +2. Open a command prompt and change to the directory where O3DE is set up and run the get_python script: +`python\get_python.bat` + +**Expected behavior** +The script runs without errors. + +**Actual behavior** +An error occurs while running the script resulting in incomplete configuration. + +**Found in Branch** +Development ([228fd98](https://github.com/o3de/o3de/commit/228fd98fd8eed3c3315594c4177830677569fa54)) + +**Commit ID from [o3de/o3de](https://github.com/o3de/o3de) Repository** +([228fd98](https://github.com/o3de/o3de/commit/228fd98fd8eed3c3315594c4177830677569fa54)) + +**Desktop/Device** +- Device: PC +- OS: Windows +- Version: 10 +- CPU: AMD Ryzen 5 3600 +- GPU: NVIDIA GeForce RTX 2060 SUPER +- Memory: 16GB + +**Additional context** +[GetPython&Configure.txt](https://github.com/o3de/o3de/files/10390161/GetPython.Configure.txt) + +",1.0,"Error while running get_python script results in incomplete configuration - **Describe the bug** +While running the get_python script the following error occurs: +``` +Collecting gitdb<5,>=4.0.1 +ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not: + gitdb<5,>=4.0.1 from https://files.pythonhosted.org/packages/21/a6/35f83efec687615c711fe0a09b67e58f6d1254db27b1013119de46f450bd/gitdb-4.0.10-py3-none-any.whl (from gitpython==3.1.30->-r C:\o3de\python/requirements.txt (line 48) +``` +Running the configure command after that prints numerous errors and fails. +Please note that the issue occurs for Windows, Linux and Mac. + +Refer to the attached log for more information. + +The issue is related to the following commit - [6daf594](https://github.com/o3de/o3de/commit/6daf594efde8540bc61ec407308cad29bb660962). + +**Steps to reproduce** +Steps to reproduce the behavior: +1. Obtain the latest Development from Github. +2. Open a command prompt and change to the directory where O3DE is set up and run the get_python script: +`python\get_python.bat` + +**Expected behavior** +The script runs without errors. + +**Actual behavior** +An error occurs while running the script resulting in incomplete configuration. + +**Found in Branch** +Development ([228fd98](https://github.com/o3de/o3de/commit/228fd98fd8eed3c3315594c4177830677569fa54)) + +**Commit ID from [o3de/o3de](https://github.com/o3de/o3de) Repository** +([228fd98](https://github.com/o3de/o3de/commit/228fd98fd8eed3c3315594c4177830677569fa54)) + +**Desktop/Device** +- Device: PC +- OS: Windows +- Version: 10 +- CPU: AMD Ryzen 5 3600 +- GPU: NVIDIA GeForce RTX 2060 SUPER +- Memory: 16GB + +**Additional context** +[GetPython&Configure.txt](https://github.com/o3de/o3de/files/10390161/GetPython.Configure.txt) + +",0,error while running get python script results in incomplete configuration describe the bug while running the get python script the following error occurs collecting gitdb error in require hashes mode all requirements must have their versions pinned with these do not gitdb from from gitpython r c python requirements txt line running the configure command after that prints numerous errors and fails please note that the issue occurs for windows linux and mac refer to the attached log for more information the issue is related to the following commit steps to reproduce steps to reproduce the behavior obtain the latest development from github open a command prompt and change to the directory where is set up and run the get python script python get python bat expected behavior the script runs without errors actual behavior an error occurs while running the script resulting in incomplete configuration found in branch development commit id from repository desktop device device pc os windows version cpu amd ryzen gpu nvidia geforce rtx super memory additional context ,0 +70030,9369152022.0,IssuesEvent,2019-04-03 10:21:16,owncloud/core,https://api.github.com/repos/owncloud/core,opened,Broken link to the documentation in the Federated Cloud Sharing admin settings,documentation," +### Steps to reproduce +1. Under admin -> Settings -> Sharing -> Federated Cloud Sharing, click the 'i' icon + +### Expected behaviour + +I believe that the new tab/window should open at https://doc.owncloud.com/server/admin_manual/configuration/files/federated_cloud_sharing_configuration.html + +### Actual behaviour +A new browser tab/window opens at https://doc.owncloud.org/server/11.0/go.php?to=admin-sharing-federated + +### Server configuration +**Operating system**: macOS 10.14.4. + +**Web server:** Apache 2 + +**Database:** MariaDB + +**PHP version:** 7.1.27 + +**ownCloud version:** (see ownCloud admin page) 11.0.0 prealpha + +**Updated from an older ownCloud or fresh install:** fresh install + +**Where did you install ownCloud from:** git clone + +**Signing status (ownCloud 9.0 and above):** + +``` +Login as admin user into your ownCloud and access +http://example.com/index.php/settings/integrity/failed +paste the results into https://gist.github.com/ and puth the link here. +``` + + +**The content of config/config.php:** + +``` +Log in to the web-UI with an administrator account and click on +'admin' -> 'Generate Config Report' -> 'Download ownCloud config report' +This report includes the config.php settings, the list of activated apps +and other details in a well sanitized form. + +or + +If you have access to your command line run e.g.: +sudo -u www-data php occ config:list system +from within your ownCloud installation folder + +*ATTENTION:* Do not post your config.php file in public as is. Please use one of the above +methods whenever possible. Both, the generated reports from the web-ui and from occ config:list +consistently remove sensitive data. You still may want to review the report before sending. +If done manually then it is critical for your own privacy to dilligently +remove *all* host names, passwords, usernames, salts and other credentials before posting. +You should assume that attackers find such information and will use them against your systems. +``` + +**List of activated apps:** + +``` +If you have access to your command line run e.g.: +sudo -u www-data php occ app:list +from within your ownCloud installation folder. +``` + +**Are you using external storage, if yes which one:** local/smb/sftp/... + +**Are you using encryption:** yes/no + +**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... + +#### LDAP configuration (delete this part if not used) + +``` +With access to your command line run e.g.: +sudo -u www-data php occ ldap:show-config +from within your ownCloud installation folder + +Without access to your command line download the data/owncloud.db to your local +computer or access your SQL server remotely and run the select query: +SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap'; + + +Eventually replace sensitive data as the name/IP-address of your LDAP server or groups. +``` + +### Client configuration +**Browser:** + +**Operating system:** + +### Logs +#### Web server error log +``` +Insert your webserver log here +``` + +#### ownCloud log (data/owncloud.log) +``` +Insert your ownCloud log here +``` + +#### Browser log +``` +Insert your browser log here, this could for example include: + +a) The javascript console log +b) The network log +c) ... +``` +",1.0,"Broken link to the documentation in the Federated Cloud Sharing admin settings - +### Steps to reproduce +1. Under admin -> Settings -> Sharing -> Federated Cloud Sharing, click the 'i' icon + +### Expected behaviour + +I believe that the new tab/window should open at https://doc.owncloud.com/server/admin_manual/configuration/files/federated_cloud_sharing_configuration.html + +### Actual behaviour +A new browser tab/window opens at https://doc.owncloud.org/server/11.0/go.php?to=admin-sharing-federated + +### Server configuration +**Operating system**: macOS 10.14.4. + +**Web server:** Apache 2 + +**Database:** MariaDB + +**PHP version:** 7.1.27 + +**ownCloud version:** (see ownCloud admin page) 11.0.0 prealpha + +**Updated from an older ownCloud or fresh install:** fresh install + +**Where did you install ownCloud from:** git clone + +**Signing status (ownCloud 9.0 and above):** + +``` +Login as admin user into your ownCloud and access +http://example.com/index.php/settings/integrity/failed +paste the results into https://gist.github.com/ and puth the link here. +``` + + +**The content of config/config.php:** + +``` +Log in to the web-UI with an administrator account and click on +'admin' -> 'Generate Config Report' -> 'Download ownCloud config report' +This report includes the config.php settings, the list of activated apps +and other details in a well sanitized form. + +or + +If you have access to your command line run e.g.: +sudo -u www-data php occ config:list system +from within your ownCloud installation folder + +*ATTENTION:* Do not post your config.php file in public as is. Please use one of the above +methods whenever possible. Both, the generated reports from the web-ui and from occ config:list +consistently remove sensitive data. You still may want to review the report before sending. +If done manually then it is critical for your own privacy to dilligently +remove *all* host names, passwords, usernames, salts and other credentials before posting. +You should assume that attackers find such information and will use them against your systems. +``` + +**List of activated apps:** + +``` +If you have access to your command line run e.g.: +sudo -u www-data php occ app:list +from within your ownCloud installation folder. +``` + +**Are you using external storage, if yes which one:** local/smb/sftp/... + +**Are you using encryption:** yes/no + +**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... + +#### LDAP configuration (delete this part if not used) + +``` +With access to your command line run e.g.: +sudo -u www-data php occ ldap:show-config +from within your ownCloud installation folder + +Without access to your command line download the data/owncloud.db to your local +computer or access your SQL server remotely and run the select query: +SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap'; + + +Eventually replace sensitive data as the name/IP-address of your LDAP server or groups. +``` + +### Client configuration +**Browser:** + +**Operating system:** + +### Logs +#### Web server error log +``` +Insert your webserver log here +``` + +#### ownCloud log (data/owncloud.log) +``` +Insert your ownCloud log here +``` + +#### Browser log +``` +Insert your browser log here, this could for example include: + +a) The javascript console log +b) The network log +c) ... +``` +",0,broken link to the documentation in the federated cloud sharing admin settings thanks for reporting issues back to owncloud this is the issue tracker of owncloud if you have any support question please check out this is the bug tracker for the server component find other components at for reporting potential security issues please see to make it possible for us to help you please fill out below information carefully before reporting any issues please make sure that you re using the latest available version for your major branch e g x see steps to reproduce under admin settings sharing federated cloud sharing click the i icon expected behaviour i believe that the new tab window should open at actual behaviour a new browser tab window opens at server configuration operating system macos web server apache database mariadb php version owncloud version see owncloud admin page prealpha updated from an older owncloud or fresh install fresh install where did you install owncloud from git clone signing status owncloud and above login as admin user into your owncloud and access paste the results into and puth the link here the content of config config php log in to the web ui with an administrator account and click on admin generate config report download owncloud config report this report includes the config php settings the list of activated apps and other details in a well sanitized form or if you have access to your command line run e g sudo u www data php occ config list system from within your owncloud installation folder attention do not post your config php file in public as is please use one of the above methods whenever possible both the generated reports from the web ui and from occ config list consistently remove sensitive data you still may want to review the report before sending if done manually then it is critical for your own privacy to dilligently remove all host names passwords usernames salts and other credentials before posting you should assume that attackers find such information and will use them against your systems list of activated apps if you have access to your command line run e g sudo u www data php occ app list from within your owncloud installation folder are you using external storage if yes which one local smb sftp are you using encryption yes no are you using an external user backend if yes which one ldap activedirectory webdav ldap configuration delete this part if not used with access to your command line run e g sudo u www data php occ ldap show config from within your owncloud installation folder without access to your command line download the data owncloud db to your local computer or access your sql server remotely and run the select query select from oc appconfig where appid user ldap eventually replace sensitive data as the name ip address of your ldap server or groups client configuration browser operating system logs web server error log insert your webserver log here owncloud log data owncloud log insert your owncloud log here browser log insert your browser log here this could for example include a the javascript console log b the network log c ,0 +10139,26383047461.0,IssuesEvent,2023-01-12 10:07:54,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Missing icon for ""region""",doc-enhancement assigned-to-author triaged architecture-center/svc Pri2,"I'm unable to find a suitable icon to represent an Azure region. There is a globe, however there's no indication of a particular location on the globe. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Missing icon for ""region"" - I'm unable to find a suitable icon to represent an Azure region. There is a globe, however there's no indication of a particular location on the globe. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,missing icon for region i m unable to find a suitable icon to represent an azure region there is a globe however there s no indication of a particular location on the globe document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +10273,26645552014.0,IssuesEvent,2023-01-25 09:41:57,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Application Gateway hub/spoke,assigned-to-author triaged product-question architecture-center/svc reference-architecture/subsvc Pri2,"What is the motivation for having the App Gateway in the Spoke and not in the Hub? Shouldn't we have all traffic direct to Hub and from there to the Spoke? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 3c9cfb32-2013-f31e-0209-d5194afc8d9e +* Version Independent ID: 9cabc767-9799-abcd-6ccd-11f164c30877 +* Content: [Architecture of an AKS regulated cluster for PCI-DSS 3.2.1 - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-pci/aks-pci-ra-code-assets) +* Content Source: [docs/reference-architectures/containers/aks-pci/aks-pci-ra-code-assets.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks-pci/aks-pci-ra-code-assets.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **prwilk**",2.0,"Application Gateway hub/spoke - What is the motivation for having the App Gateway in the Spoke and not in the Hub? Shouldn't we have all traffic direct to Hub and from there to the Spoke? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 3c9cfb32-2013-f31e-0209-d5194afc8d9e +* Version Independent ID: 9cabc767-9799-abcd-6ccd-11f164c30877 +* Content: [Architecture of an AKS regulated cluster for PCI-DSS 3.2.1 - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-pci/aks-pci-ra-code-assets) +* Content Source: [docs/reference-architectures/containers/aks-pci/aks-pci-ra-code-assets.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks-pci/aks-pci-ra-code-assets.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **prwilk**",1,application gateway hub spoke what is the motivation for having the app gateway in the spoke and not in the hub shouldn t we have all traffic direct to hub and from there to the spoke document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id abcd content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias prwilk ,1 +233600,25765644464.0,IssuesEvent,2022-12-09 01:26:32,iamkishan98/E-voting-using-blockchain,https://api.github.com/repos/iamkishan98/E-voting-using-blockchain,opened,CVE-2022-23491 (Medium) detected in certifi-2019.3.9-py2.py3-none-any.whl,security vulnerability,"## CVE-2022-23491 - Medium Severity Vulnerability +
Vulnerable Library - certifi-2019.3.9-py2.py3-none-any.whl

+ +

Python package for providing Mozilla's CA Bundle.

+

Library home page: https://files.pythonhosted.org/packages/60/75/f692a584e85b7eaba0e03827b3d51f45f571c2e793dd731e598828d380aa/certifi-2019.3.9-py2.py3-none-any.whl

+

Path to dependency file: /E-voting-using-blockchain/evoting app/src/bower_components/bootstrap-datepicker/docs/requirements.txt

+

Path to vulnerable library: /teSource-ArchiveExtractor_18f81df3-59bd-4533-b394-40c3cf63865d/20190614173502_33285/20190614173450_depth_0/certifi-2019.3.9-py2.py3-none-any/certifi

+

+ +Dependency Hierarchy: + - :x: **certifi-2019.3.9-py2.py3-none-any.whl** (Vulnerable Library) +

Found in HEAD commit: 3c02898f89d78283ce791eb1b53b2b5a667681ad

+

+
+

+
Vulnerability Details +

+ +Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi 2022.12.07 removes root certificates from ""TrustCor"" from the root store. These are in the process of being removed from Mozilla's trust store. TrustCor's root certificates are being removed pursuant to an investigation prompted by media reporting that TrustCor's ownership also operated a business that produced spyware. Conclusions of Mozilla's investigation can be found in the linked google group discussion. + +

Publish Date: 2022-12-07 +

URL: CVE-2022-23491

+

+
+

+
CVSS 3 Score Details (6.8) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: High + - User Interaction: None + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.cve.org/CVERecord?id=CVE-2022-23491

+

Release Date: 2022-12-07

+

Fix Resolution: certifi - 2022.12.07

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2022-23491 (Medium) detected in certifi-2019.3.9-py2.py3-none-any.whl - ## CVE-2022-23491 - Medium Severity Vulnerability +
Vulnerable Library - certifi-2019.3.9-py2.py3-none-any.whl

+ +

Python package for providing Mozilla's CA Bundle.

+

Library home page: https://files.pythonhosted.org/packages/60/75/f692a584e85b7eaba0e03827b3d51f45f571c2e793dd731e598828d380aa/certifi-2019.3.9-py2.py3-none-any.whl

+

Path to dependency file: /E-voting-using-blockchain/evoting app/src/bower_components/bootstrap-datepicker/docs/requirements.txt

+

Path to vulnerable library: /teSource-ArchiveExtractor_18f81df3-59bd-4533-b394-40c3cf63865d/20190614173502_33285/20190614173450_depth_0/certifi-2019.3.9-py2.py3-none-any/certifi

+

+ +Dependency Hierarchy: + - :x: **certifi-2019.3.9-py2.py3-none-any.whl** (Vulnerable Library) +

Found in HEAD commit: 3c02898f89d78283ce791eb1b53b2b5a667681ad

+

+
+

+
Vulnerability Details +

+ +Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi 2022.12.07 removes root certificates from ""TrustCor"" from the root store. These are in the process of being removed from Mozilla's trust store. TrustCor's root certificates are being removed pursuant to an investigation prompted by media reporting that TrustCor's ownership also operated a business that produced spyware. Conclusions of Mozilla's investigation can be found in the linked google group discussion. + +

Publish Date: 2022-12-07 +

URL: CVE-2022-23491

+

+
+

+
CVSS 3 Score Details (6.8) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: High + - User Interaction: None + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.cve.org/CVERecord?id=CVE-2022-23491

+

Release Date: 2022-12-07

+

Fix Resolution: certifi - 2022.12.07

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in certifi none any whl cve medium severity vulnerability vulnerable library certifi none any whl python package for providing mozilla s ca bundle library home page a href path to dependency file e voting using blockchain evoting app src bower components bootstrap datepicker docs requirements txt path to vulnerable library tesource archiveextractor depth certifi none any certifi dependency hierarchy x certifi none any whl vulnerable library found in head commit a href vulnerability details certifi is a curated collection of root certificates for validating the trustworthiness of ssl certificates while verifying the identity of tls hosts certifi removes root certificates from trustcor from the root store these are in the process of being removed from mozilla s trust store trustcor s root certificates are being removed pursuant to an investigation prompted by media reporting that trustcor s ownership also operated a business that produced spyware conclusions of mozilla s investigation can be found in the linked google group discussion publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required high user interaction none scope changed impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution certifi step up your open source security game with mend ,0 +9933,25739188540.0,IssuesEvent,2022-12-08 04:14:42,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Article has no date :/,doc-bug cxp triaged architecture-center/svc Pri1 azure-guide/subsvc," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Article has no date :/ - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,article has no date document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures ,1 +63756,17930044204.0,IssuesEvent,2021-09-10 08:01:45,hazelcast/hazelcast,https://api.github.com/repos/hazelcast/hazelcast,closed,TTL not working in combination with Max Idle,Type: Defect Team: Core Source: Community Module: IMap," **Describe the bug** +For a Map that has a non-zero TTL _and_ a non-zero max-idle, each access event causes the expiration time to move forward with `Math.min(ttlMillis, maxIdleMillis)` (in `ExpirationTimeSetter#calculateExpirationTime`). This effectively overrules the original `EntryView#getLastUpdateTime() + EntryView#getTtl()` + +**Expected behavior** +TTL should be unaffected by read access; expiration time should take both last-update-time and last-access-time (presumably `now`) in account, i.e. be set to `Math.min(lastUpdateTime + ttlMillis, now + maxIdleMillis)` so that TTL is respected and continuously read entries are still properly flushed after TTL expires. + +**To Reproduce** +Create any IMap with a non-zero TTL and max-idle, put an item in the map and periodically (shorter than ttl and max-idle) read the item. It will never be expired/flushed. + +Added the following test-case to `com.hazelcast.map.ExpirationTimeTest` to demonstrate: +```java + @Test + public void testExpirationTime_touch_should_not_update_expiration_time_if_ttl_is_before_now_plus_maxIdle() { + IMap map = createMap(); + final long ttl = 5; + final long idle = 10; + final long wait = 2; + + map.put(1, 1, ttl, SECONDS, idle, SECONDS); + + sleepAtLeastMillis(SECONDS.toMillis(wait)); + // getEntryView does not invoke `AbstractEvictableRecordStore#accessRecord`; commenting out the next line makes the test pass + map.get(1); + EntryView entryView = map.getEntryView(1); + + long creationTime = entryView.getCreationTime(); + + long idleExpirationTime = creationTime + SECONDS.toMillis(wait + idle); + long ttlExpirationTime = creationTime + SECONDS.toMillis(ttl); + + if (idleExpirationTime < ttlExpirationTime) { + assertEquals(""expiration time should be updated by access"", idleExpirationTime, entryView.getExpirationTime()); + } else { + assertEquals(""expiration time should be determined by last-update + ttl"", ttlExpirationTime, entryView.getExpirationTime()); + } + } +``` + +**Additional context** + +This specific behaviour occurs in Hazelcast 4.2, and did *not* occur in our previous version (3.12.6). The mentioned test case was locally added to tag `v4.2`",1.0,"TTL not working in combination with Max Idle - **Describe the bug** +For a Map that has a non-zero TTL _and_ a non-zero max-idle, each access event causes the expiration time to move forward with `Math.min(ttlMillis, maxIdleMillis)` (in `ExpirationTimeSetter#calculateExpirationTime`). This effectively overrules the original `EntryView#getLastUpdateTime() + EntryView#getTtl()` + +**Expected behavior** +TTL should be unaffected by read access; expiration time should take both last-update-time and last-access-time (presumably `now`) in account, i.e. be set to `Math.min(lastUpdateTime + ttlMillis, now + maxIdleMillis)` so that TTL is respected and continuously read entries are still properly flushed after TTL expires. + +**To Reproduce** +Create any IMap with a non-zero TTL and max-idle, put an item in the map and periodically (shorter than ttl and max-idle) read the item. It will never be expired/flushed. + +Added the following test-case to `com.hazelcast.map.ExpirationTimeTest` to demonstrate: +```java + @Test + public void testExpirationTime_touch_should_not_update_expiration_time_if_ttl_is_before_now_plus_maxIdle() { + IMap map = createMap(); + final long ttl = 5; + final long idle = 10; + final long wait = 2; + + map.put(1, 1, ttl, SECONDS, idle, SECONDS); + + sleepAtLeastMillis(SECONDS.toMillis(wait)); + // getEntryView does not invoke `AbstractEvictableRecordStore#accessRecord`; commenting out the next line makes the test pass + map.get(1); + EntryView entryView = map.getEntryView(1); + + long creationTime = entryView.getCreationTime(); + + long idleExpirationTime = creationTime + SECONDS.toMillis(wait + idle); + long ttlExpirationTime = creationTime + SECONDS.toMillis(ttl); + + if (idleExpirationTime < ttlExpirationTime) { + assertEquals(""expiration time should be updated by access"", idleExpirationTime, entryView.getExpirationTime()); + } else { + assertEquals(""expiration time should be determined by last-update + ttl"", ttlExpirationTime, entryView.getExpirationTime()); + } + } +``` + +**Additional context** + +This specific behaviour occurs in Hazelcast 4.2, and did *not* occur in our previous version (3.12.6). The mentioned test case was locally added to tag `v4.2`",0,ttl not working in combination with max idle describe the bug for a map that has a non zero ttl and a non zero max idle each access event causes the expiration time to move forward with math min ttlmillis maxidlemillis in expirationtimesetter calculateexpirationtime this effectively overrules the original entryview getlastupdatetime entryview getttl expected behavior ttl should be unaffected by read access expiration time should take both last update time and last access time presumably now in account i e be set to math min lastupdatetime ttlmillis now maxidlemillis so that ttl is respected and continuously read entries are still properly flushed after ttl expires to reproduce create any imap with a non zero ttl and max idle put an item in the map and periodically shorter than ttl and max idle read the item it will never be expired flushed added the following test case to com hazelcast map expirationtimetest to demonstrate java test public void testexpirationtime touch should not update expiration time if ttl is before now plus maxidle imap map createmap final long ttl final long idle final long wait map put ttl seconds idle seconds sleepatleastmillis seconds tomillis wait getentryview does not invoke abstractevictablerecordstore accessrecord commenting out the next line makes the test pass map get entryview entryview map getentryview long creationtime entryview getcreationtime long idleexpirationtime creationtime seconds tomillis wait idle long ttlexpirationtime creationtime seconds tomillis ttl if idleexpirationtime ttlexpirationtime assertequals expiration time should be updated by access idleexpirationtime entryview getexpirationtime else assertequals expiration time should be determined by last update ttl ttlexpirationtime entryview getexpirationtime additional context this specific behaviour occurs in hazelcast and did not occur in our previous version the mentioned test case was locally added to tag ,0 +11502,30774535156.0,IssuesEvent,2023-07-31 04:53:12,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Conflicting note and script,architecture-center/svc reference-architecture/subsvc Pri1,"The first Note in this article says that this scenario assumes existence of a vnet but then the 2nd PS script creates one. What am I missing? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: d61c0c47-bb1e-5bd4-55ed-92058c3c1e2b +* Version Independent ID: 09757b3e-205b-4263-fada-4d0224048f6f +* Content: [Protect APIs with Azure Application Gateway and Azure API Management - Azure Reference Architectures](https://learn.microsoft.com/en-us/azure/architecture/web-apps/api-management/architectures/protect-apis) +* Content Source: [docs/web-apps/api-management/architectures/protect-apis.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/web-apps/api-management/architectures/protect-apis.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @fabriciosanchez +* Microsoft Alias: **robbag**",2.0,"Conflicting note and script - The first Note in this article says that this scenario assumes existence of a vnet but then the 2nd PS script creates one. What am I missing? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: d61c0c47-bb1e-5bd4-55ed-92058c3c1e2b +* Version Independent ID: 09757b3e-205b-4263-fada-4d0224048f6f +* Content: [Protect APIs with Azure Application Gateway and Azure API Management - Azure Reference Architectures](https://learn.microsoft.com/en-us/azure/architecture/web-apps/api-management/architectures/protect-apis) +* Content Source: [docs/web-apps/api-management/architectures/protect-apis.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/web-apps/api-management/architectures/protect-apis.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @fabriciosanchez +* Microsoft Alias: **robbag**",1,conflicting note and script the first note in this article says that this scenario assumes existence of a vnet but then the ps script creates one what am i missing document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id fada content content source service architecture center sub service reference architecture github login fabriciosanchez microsoft alias robbag ,1 +113081,17115677933.0,IssuesEvent,2021-07-11 09:48:22,theHinneh/aiesec-ppt,https://api.github.com/repos/theHinneh/aiesec-ppt,opened,CVE-2019-10744 (High) detected in lodash-3.10.1.tgz,security vulnerability,"## CVE-2019-10744 - High Severity Vulnerability +
Vulnerable Library - lodash-3.10.1.tgz

+ +

The modern build of lodash modular utilities.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz

+

Path to dependency file: aiesec-ppt/package.json

+

Path to vulnerable library: aiesec-ppt/node_modules/jscs/node_modules/lodash/package.json,aiesec-ppt/node_modules/xmlbuilder/node_modules/lodash/package.json,aiesec-ppt/node_modules/jsdoctypeparser/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - jscs-3.0.7.tgz (Root Library) + - :x: **lodash-3.10.1.tgz** (Vulnerable Library) +

Found in HEAD commit: fccb6f6be9bac07b4f9ebb9ea050b61e948e3f65

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +Versions of lodash lower than 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload. + +

Publish Date: 2019-07-26 +

URL: CVE-2019-10744

+

+
+

+
CVSS 3 Score Details (9.1) +

+ +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: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/advisories/GHSA-jf85-cpcp-j695

+

Release Date: 2019-07-08

+

Fix Resolution: lodash-4.17.12, lodash-amd-4.17.12, lodash-es-4.17.12, lodash.defaultsdeep-4.6.1, lodash.merge- 4.6.2, lodash.mergewith-4.6.2, lodash.template-4.5.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2019-10744 (High) detected in lodash-3.10.1.tgz - ## CVE-2019-10744 - High Severity Vulnerability +
Vulnerable Library - lodash-3.10.1.tgz

+ +

The modern build of lodash modular utilities.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz

+

Path to dependency file: aiesec-ppt/package.json

+

Path to vulnerable library: aiesec-ppt/node_modules/jscs/node_modules/lodash/package.json,aiesec-ppt/node_modules/xmlbuilder/node_modules/lodash/package.json,aiesec-ppt/node_modules/jsdoctypeparser/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - jscs-3.0.7.tgz (Root Library) + - :x: **lodash-3.10.1.tgz** (Vulnerable Library) +

Found in HEAD commit: fccb6f6be9bac07b4f9ebb9ea050b61e948e3f65

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +Versions of lodash lower than 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload. + +

Publish Date: 2019-07-26 +

URL: CVE-2019-10744

+

+
+

+
CVSS 3 Score Details (9.1) +

+ +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: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/advisories/GHSA-jf85-cpcp-j695

+

Release Date: 2019-07-08

+

Fix Resolution: lodash-4.17.12, lodash-amd-4.17.12, lodash-es-4.17.12, lodash.defaultsdeep-4.6.1, lodash.merge- 4.6.2, lodash.mergewith-4.6.2, lodash.template-4.5.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in lodash tgz cve high severity vulnerability vulnerable library lodash tgz the modern build of lodash modular utilities library home page a href path to dependency file aiesec ppt package json path to vulnerable library aiesec ppt node modules jscs node modules lodash package json aiesec ppt node modules xmlbuilder node modules lodash package json aiesec ppt node modules jsdoctypeparser node modules lodash package json dependency hierarchy jscs tgz root library x lodash tgz vulnerable library found in head commit a href found in base branch master vulnerability details versions of lodash lower than are vulnerable to prototype pollution the function defaultsdeep could be tricked into adding or modifying properties of object prototype using a constructor payload 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 high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution lodash lodash amd lodash es lodash defaultsdeep lodash merge lodash mergewith lodash template step up your open source security game with whitesource ,0 +11341,30118345372.0,IssuesEvent,2023-06-30 13:20:34,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Script will not work if multiple Peerings exist,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"Hi, + +if you have multiple peerings this script will simply fail - as the remove-part will not handle an string-object. + +You need a for-each loop + +e.g.: +``` +foreach ($ExistingvNetPeering in $hubPeerings) +{ + Remove-AzVirtualNetworkPeering -VirtualNetworkName $HubVNetName -ResourceGroupName $HubVNetRGName -name $ExistingvNetPeering.Name -Force +} +``` +Also the script does not delete the peering on the other end - so there should be a pause or something else till you delete the other peerings. Otherwise you will run into an error an have to recreate the peering manually (as I did!) + +Not the best code quality at all... + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 636aa53e-3ca0-7a30-fe16-7219f3e8d1a9 +* Version Independent ID: c503b39a-cd8a-669a-0882-27d8c13d3570 +* Content: [Add IP address spaces to peered virtual networks - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/networking/prefixes/add-ip-space-peered-vnet) +* Content Source: [docs/networking/prefixes/add-ip-space-peered-vnet.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/networking/prefixes/add-ip-space-peered-vnet.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @randycampbell +* Microsoft Alias: **pnp**",1.0,"Script will not work if multiple Peerings exist - Hi, + +if you have multiple peerings this script will simply fail - as the remove-part will not handle an string-object. + +You need a for-each loop + +e.g.: +``` +foreach ($ExistingvNetPeering in $hubPeerings) +{ + Remove-AzVirtualNetworkPeering -VirtualNetworkName $HubVNetName -ResourceGroupName $HubVNetRGName -name $ExistingvNetPeering.Name -Force +} +``` +Also the script does not delete the peering on the other end - so there should be a pause or something else till you delete the other peerings. Otherwise you will run into an error an have to recreate the peering manually (as I did!) + +Not the best code quality at all... + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 636aa53e-3ca0-7a30-fe16-7219f3e8d1a9 +* Version Independent ID: c503b39a-cd8a-669a-0882-27d8c13d3570 +* Content: [Add IP address spaces to peered virtual networks - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/networking/prefixes/add-ip-space-peered-vnet) +* Content Source: [docs/networking/prefixes/add-ip-space-peered-vnet.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/networking/prefixes/add-ip-space-peered-vnet.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @randycampbell +* Microsoft Alias: **pnp**",1,script will not work if multiple peerings exist hi if you have multiple peerings this script will simply fail as the remove part will not handle an string object you need a for each loop e g foreach existingvnetpeering in hubpeerings remove azvirtualnetworkpeering virtualnetworkname hubvnetname resourcegroupname hubvnetrgname name existingvnetpeering name force also the script does not delete the peering on the other end so there should be a pause or something else till you delete the other peerings otherwise you will run into an error an have to recreate the peering manually as i did not the best code quality at all document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login randycampbell microsoft alias pnp ,1 +9677,25018194785.0,IssuesEvent,2022-11-03 20:54:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Logical flaw in ""lift & shift"" path",assigned-to-author triaged product-question architecture-center/svc Pri2 azure-guide/subsvc,"There is a logical flaw in the ""lift & shift"" path of the ""Choose a candidate service"" flowchart. +In the path following ""lift & shift"", there is a decision ""can it be containaerized?"". If you follow the ""No"" path, it leads to a decision ""COTS app that can't be containerized?"". This is the flaw: it is already decided at this point, that the app can't be containerized. So the decision that is left is basically ""COTS app?"" instead of ""COTS app that can't be containerized?"". +This should be fixed IMHO. + +Further thoughts of mine: +if the app is a COTS app, the flowchart advises to use a VM. Now if it isn't a COTS app, you should use app services. But there are limitations for app services (such as the supported frameworks, etc.) which would not allow running any non-COTS app on app services. +Anyway, I find it great that there is some advice on which platform you should run COTS apps (here: VM). I already ran COTS apps on app services, which kind of worked, but I was left with the impression that this is rather an unusual usage for app services (as there was little documentation on this usage scenario). So I appreciate some official statement to this scenario very much. + +Thanks for the architecture docs! + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"Logical flaw in ""lift & shift"" path - There is a logical flaw in the ""lift & shift"" path of the ""Choose a candidate service"" flowchart. +In the path following ""lift & shift"", there is a decision ""can it be containaerized?"". If you follow the ""No"" path, it leads to a decision ""COTS app that can't be containerized?"". This is the flaw: it is already decided at this point, that the app can't be containerized. So the decision that is left is basically ""COTS app?"" instead of ""COTS app that can't be containerized?"". +This should be fixed IMHO. + +Further thoughts of mine: +if the app is a COTS app, the flowchart advises to use a VM. Now if it isn't a COTS app, you should use app services. But there are limitations for app services (such as the supported frameworks, etc.) which would not allow running any non-COTS app on app services. +Anyway, I find it great that there is some advice on which platform you should run COTS apps (here: VM). I already ran COTS apps on app services, which kind of worked, but I was left with the impression that this is rather an unusual usage for app services (as there was little documentation on this usage scenario). So I appreciate some official statement to this scenario very much. + +Thanks for the architecture docs! + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,logical flaw in lift shift path there is a logical flaw in the lift shift path of the choose a candidate service flowchart in the path following lift shift there is a decision can it be containaerized if you follow the no path it leads to a decision cots app that can t be containerized this is the flaw it is already decided at this point that the app can t be containerized so the decision that is left is basically cots app instead of cots app that can t be containerized this should be fixed imho further thoughts of mine if the app is a cots app the flowchart advises to use a vm now if it isn t a cots app you should use app services but there are limitations for app services such as the supported frameworks etc which would not allow running any non cots app on app services anyway i find it great that there is some advice on which platform you should run cots apps here vm i already ran cots apps on app services which kind of worked but i was left with the impression that this is rather an unusual usage for app services as there was little documentation on this usage scenario so i appreciate some official statement to this scenario very much thanks for the architecture docs document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias edprice ,1 +3340,9527214780.0,IssuesEvent,2019-04-29 02:28:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Underscore character is not working in VM names,architecture-center/svc cloud-fundamentals/subsvc cxp triaged,"I have a support case where the customer has underscore in VM names (xxx_xx_xxx), and he is getting a validation error. I have reproduced the same error in my subscription. The documentation states that underscore is supported as long as not used at the beginning or end on VM names. Is underscore character supported in VM naming convention? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#feedback) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/mspnp/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1.0,"Underscore character is not working in VM names - I have a support case where the customer has underscore in VM names (xxx_xx_xxx), and he is getting a validation error. I have reproduced the same error in my subscription. The documentation states that underscore is supported as long as not used at the beginning or end on VM names. Is underscore character supported in VM naming convention? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#feedback) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/mspnp/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,underscore character is not working in vm names i have a support case where the customer has underscore in vm names xxx xx xxx and he is getting a validation error i have reproduced the same error in my subscription the documentation states that underscore is supported as long as not used at the beginning or end on vm names is underscore character supported in vm naming convention document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login telmosampaio microsoft alias pnp ,1 +9195,24195263874.0,IssuesEvent,2022-09-23 22:34:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Design pattern link ,doc-bug assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc," +[Enter feedback here] +Design pattern link is not correctly map it is takingus back to the same page ? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cade8ea3-b02f-6c92-b7b1-8f37a5c9d701 +* Version Independent ID: c0bde50c-5e28-5ff2-1507-5a8711ae3022 +* Content: [Azure Application Architecture Guide - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/) +* Content Source: [docs/guide/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/index.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Design pattern link - +[Enter feedback here] +Design pattern link is not correctly map it is takingus back to the same page ? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cade8ea3-b02f-6c92-b7b1-8f37a5c9d701 +* Version Independent ID: c0bde50c-5e28-5ff2-1507-5a8711ae3022 +* Content: [Azure Application Architecture Guide - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/) +* Content Source: [docs/guide/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/index.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,design pattern link design pattern link is not correctly map it is takingus back to the same page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login microsoft alias pnp ,1 +5054,11996712084.0,IssuesEvent,2020-04-08 17:14:26,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Mismatch in Architecture Diagram and Data Flow Steps. ,Pri1 architecture-center/svc assigned-to-author doc-enhancement triaged,"I observe that the Data Flow is not following the Architecture Diagram as shown. The numbering seems to be off. + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9ed7b54c-fe6b-4331-f6d4-1e369ebad0c1 +* Version Independent ID: 70f614a9-153c-3a7e-107c-526ba68adad6 +* Content: [Supply Chain Track and Trace - Azure Solution Ideas](https://docs.microsoft.com/en-gb/azure/architecture/solution-ideas/articles/supply-chain-track-and-trace#feedback) +* Content Source: [docs/solution-ideas/articles/supply-chain-track-and-trace.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/supply-chain-track-and-trace.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Mismatch in Architecture Diagram and Data Flow Steps. - I observe that the Data Flow is not following the Architecture Diagram as shown. The numbering seems to be off. + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9ed7b54c-fe6b-4331-f6d4-1e369ebad0c1 +* Version Independent ID: 70f614a9-153c-3a7e-107c-526ba68adad6 +* Content: [Supply Chain Track and Trace - Azure Solution Ideas](https://docs.microsoft.com/en-gb/azure/architecture/solution-ideas/articles/supply-chain-track-and-trace#feedback) +* Content Source: [docs/solution-ideas/articles/supply-chain-track-and-trace.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/supply-chain-track-and-trace.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,mismatch in architecture diagram and data flow steps i observe that the data flow is not following the architecture diagram as shown the numbering seems to be off document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +11664,32040487553.0,IssuesEvent,2023-09-22 18:52:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,What about Security Monitoring?,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc,"There is no mention of security event monitoring. Please add some content about how Microsoft Sentinel should be used to monitor AKS. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 47583913-d1e3-7169-8a91-ac90281d4091 +* Version Independent ID: 47583913-d1e3-7169-8a91-ac90281d4091 +* Content: [Kubernetes monitoring and logging - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/aws-professional/eks-to-aks/monitoring) +* Content Source: [docs/aws-professional/eks-to-aks/monitoring.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/aws-professional/eks-to-aks/monitoring.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ketan-chawda-msft +* Microsoft Alias: **kechaw**",1.0,"What about Security Monitoring? - There is no mention of security event monitoring. Please add some content about how Microsoft Sentinel should be used to monitor AKS. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 47583913-d1e3-7169-8a91-ac90281d4091 +* Version Independent ID: 47583913-d1e3-7169-8a91-ac90281d4091 +* Content: [Kubernetes monitoring and logging - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/aws-professional/eks-to-aks/monitoring) +* Content Source: [docs/aws-professional/eks-to-aks/monitoring.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/aws-professional/eks-to-aks/monitoring.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ketan-chawda-msft +* Microsoft Alias: **kechaw**",1,what about security monitoring there is no mention of security event monitoring please add some content about how microsoft sentinel should be used to monitor aks document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login ketan chawda msft microsoft alias kechaw ,1 +285458,24667928440.0,IssuesEvent,2022-10-18 11:46:31,ClickHouse/ClickHouse,https://api.github.com/repos/ClickHouse/ClickHouse,opened,stack-use-after-scope in `SerializationString::deserializeBinaryBulk`,testing," +https://s3.amazonaws.com/clickhouse-test-reports/42143/82850eb56046c857be8df56a8c425304b2670425/stress_test__asan_/stderr.log + +
+ StackTrace + +``` +================================================================= +==1585==ERROR: AddressSanitizer: stack-use-after-scope on address 0x7f9600e95980 at pc 0x00002d909515 bp 0x7f945bc8e3f0 sp 0x7f945bc8e3e8 +WRITE of size 16 at 0x7f9600e95980 thread T1810 (QueryCompPipeEx) + #0 0x2d909514 in void DB::deserializeBinarySSE2<4>(DB::PODArray, 15ul, 16ul>&, DB::PODArray, 15ul, 16ul>&, DB::ReadBuffer&, unsigned long) build_docker/../src/DataTypes/Serializations/SerializationString.cpp:147:25 + #1 0x2d90738b in DB::SerializationString::deserializeBinaryBulk(DB::IColumn&, DB::ReadBuffer&, unsigned long, double) const build_docker/../src/DataTypes/Serializations/SerializationString.cpp:205:9 + #2 0x2d7cf69d in DB::ISerialization::deserializeBinaryBulkWithMultipleStreams(COW::immutable_ptr&, unsigned long, DB::ISerialization::DeserializeBinaryBulkSettings&, std::__1::shared_ptr&, std::__1::unordered_map, std::__1::allocator>, COW::immutable_ptr, std::__1::hash, std::__1::allocator>>, std::__1::equal_to, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, COW::immutable_ptr>>>*) const build_docker/../src/DataTypes/Serializations/ISerialization.cpp:132:9 + #3 0x322abf9d in DB::MergeTreeReaderWide::readData(DB::NameAndTypePair const&, std::__1::shared_ptr const&, COW::immutable_ptr&, unsigned long, bool, unsigned long, unsigned long, std::__1::unordered_map, std::__1::allocator>, COW::immutable_ptr, std::__1::hash, std::__1::allocator>>, std::__1::equal_to, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, COW::immutable_ptr>>>&, bool) build_docker/../src/Storages/MergeTree/MergeTreeReaderWide.cpp:306:20 + #4 0x322a91e0 in DB::MergeTreeReaderWide::readRows(unsigned long, unsigned long, bool, unsigned long, std::__1::vector::immutable_ptr, std::__1::allocator::immutable_ptr>>&) build_docker/../src/Storages/MergeTree/MergeTreeReaderWide.cpp:111:17 + #5 0x33530daa in DB::MergeTreeRangeReader::DelayedStream::readRows(std::__1::vector::immutable_ptr, std::__1::allocator::immutable_ptr>>&, unsigned long) build_docker/../src/Storages/MergeTree/MergeTreeRangeReader.cpp:101:47 + #6 0x33530daa in DB::MergeTreeRangeReader::DelayedStream::finalize(std::__1::vector::immutable_ptr, std::__1::allocator::immutable_ptr>>&) build_docker/../src/Storages/MergeTree/MergeTreeRangeReader.cpp:175:12 + #7 0x3354001c in DB::MergeTreeRangeReader::Stream::finalize(std::__1::vector::immutable_ptr, std::__1::allocator::immutable_ptr>>&) build_docker/../src/Storages/MergeTree/MergeTreeRangeReader.cpp:286:31 + #8 0x3354001c in DB::MergeTreeRangeReader::startReadingChain(unsigned long, std::__1::deque>&) build_docker/../src/Storages/MergeTree/MergeTreeRangeReader.cpp:946:27 + #9 0x3353b2e6 in DB::MergeTreeRangeReader::read(unsigned long, std::__1::deque>&) build_docker/../src/Storages/MergeTree/MergeTreeRangeReader.cpp:854:23 + #10 0x3351b393 in DB::MergeTreeBaseSelectProcessor::readFromPartImpl() build_docker/../src/Storages/MergeTree/MergeTreeBaseSelectProcessor.cpp:385:43 + #11 0x3351c4f6 in DB::MergeTreeBaseSelectProcessor::readFromPart() build_docker/../src/Storages/MergeTree/MergeTreeBaseSelectProcessor.cpp:425:12 + #12 0x335121f7 in DB::MergeTreeBaseSelectProcessor::generate() build_docker/../src/Storages/MergeTree/MergeTreeBaseSelectProcessor.cpp:217:20 + #13 0x32a6d035 in DB::ISource::tryGenerate() build_docker/../src/Processors/ISource.cpp:124:18 + #14 0x32a6c1be in DB::ISource::work() build_docker/../src/Processors/ISource.cpp:94:26 + #15 0x32ab966d in DB::executeJob(DB::ExecutingGraph::Node*, DB::ReadProgressCallback*) build_docker/../src/Processors/Executors/ExecutionThreadContext.cpp:47:26 + #16 0x32ab966d in DB::ExecutionThreadContext::executeTask() build_docker/../src/Processors/Executors/ExecutionThreadContext.cpp:92:9 + #17 0x32a98a04 in DB::PipelineExecutor::executeStepImpl(unsigned long, std::__1::atomic*) build_docker/../src/Processors/Executors/PipelineExecutor.cpp:228:26 + #18 0x32a972f5 in DB::PipelineExecutor::executeSingleThread(unsigned long) build_docker/../src/Processors/Executors/PipelineExecutor.cpp:194:5 + #19 0x32a972f5 in DB::PipelineExecutor::executeImpl(unsigned long) build_docker/../src/Processors/Executors/PipelineExecutor.cpp:367:9 + #20 0x32a96ed4 in DB::PipelineExecutor::execute(unsigned long) build_docker/../src/Processors/Executors/PipelineExecutor.cpp:89:9 + #21 0x32a9543b in DB::threadFunction(DB::CompletedPipelineExecutor::Data&, std::__1::shared_ptr, unsigned long) build_docker/../src/Processors/Executors/CompletedPipelineExecutor.cpp:43:24 + #22 0x32a9543b in DB::CompletedPipelineExecutor::execute()::$_0::operator()() const build_docker/../src/Processors/Executors/CompletedPipelineExecutor.cpp:79:13 + #23 0x32a9543b in decltype(static_cast(fp)()) std::__1::__invoke_constexpr(DB::CompletedPipelineExecutor::execute()::$_0&) build_docker/../contrib/libcxx/include/type_traits:3648:23 + #24 0x32a9543b in decltype(auto) std::__1::__apply_tuple_impl&>(DB::CompletedPipelineExecutor::execute()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/../contrib/libcxx/include/tuple:1595:1 + #25 0x32a9543b in decltype(auto) std::__1::apply&>(DB::CompletedPipelineExecutor::execute()::$_0&, std::__1::tuple<>&) build_docker/../contrib/libcxx/include/tuple:1604:1 + #26 0x32a9543b in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'()::operator()() build_docker/../src/Common/ThreadPool.h:193:13 + #27 0x32a9543b in decltype(static_cast(fp)()) std::__1::__invoke::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'()&>(DB::CompletedPipelineExecutor::execute()::$_0&&) build_docker/../contrib/libcxx/include/type_traits:3640:23 + #28 0x32a9543b in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'()&) build_docker/../contrib/libcxx/include/__functional/invoke.h:61:9 + #29 0x32a9543b in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>::operator()() build_docker/../contrib/libcxx/include/__functional/function.h:230:12 + #30 0x32a9543b in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/../contrib/libcxx/include/__functional/function.h:711:16 + #31 0x1ecc307f in std::__1::__function::__policy_func::operator()() const build_docker/../contrib/libcxx/include/__functional/function.h:843:16 + #32 0x1ecc307f in std::__1::function::operator()() const build_docker/../contrib/libcxx/include/__functional/function.h:1184:12 + #33 0x1ecc307f in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/../src/Common/ThreadPool.cpp:294:17 + #34 0x1ecccb6c in void ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/../src/Common/ThreadPool.cpp:144:73 + #35 0x1ecccb6c in decltype(static_cast(fp)()) std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/../contrib/libcxx/include/type_traits:3640:23 + #36 0x1ecccb6c in void std::__1::__thread_execute>, void ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, int, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/../contrib/libcxx/include/thread:282:5 + #37 0x1ecccb6c in void* std::__1::__thread_proxy>, void ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/../contrib/libcxx/include/thread:293:5 + #38 0x7f9ff370b608 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x8608) (BuildId: 7b4536f41cdaa5888408e82d0836e33dcf436466) + #39 0x7f9ff3630132 in __clone (/lib/x86_64-linux-gnu/libc.so.6+0x11f132) (BuildId: 1878e6b475720c7c51969e69ab2d276fae6d1dee) + +Address 0x7f9600e95980 is a wild pointer inside of access range of size 0x000000000010. + +``` +
+",1.0,"stack-use-after-scope in `SerializationString::deserializeBinaryBulk` - +https://s3.amazonaws.com/clickhouse-test-reports/42143/82850eb56046c857be8df56a8c425304b2670425/stress_test__asan_/stderr.log + +
+ StackTrace + +``` +================================================================= +==1585==ERROR: AddressSanitizer: stack-use-after-scope on address 0x7f9600e95980 at pc 0x00002d909515 bp 0x7f945bc8e3f0 sp 0x7f945bc8e3e8 +WRITE of size 16 at 0x7f9600e95980 thread T1810 (QueryCompPipeEx) + #0 0x2d909514 in void DB::deserializeBinarySSE2<4>(DB::PODArray, 15ul, 16ul>&, DB::PODArray, 15ul, 16ul>&, DB::ReadBuffer&, unsigned long) build_docker/../src/DataTypes/Serializations/SerializationString.cpp:147:25 + #1 0x2d90738b in DB::SerializationString::deserializeBinaryBulk(DB::IColumn&, DB::ReadBuffer&, unsigned long, double) const build_docker/../src/DataTypes/Serializations/SerializationString.cpp:205:9 + #2 0x2d7cf69d in DB::ISerialization::deserializeBinaryBulkWithMultipleStreams(COW::immutable_ptr&, unsigned long, DB::ISerialization::DeserializeBinaryBulkSettings&, std::__1::shared_ptr&, std::__1::unordered_map, std::__1::allocator>, COW::immutable_ptr, std::__1::hash, std::__1::allocator>>, std::__1::equal_to, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, COW::immutable_ptr>>>*) const build_docker/../src/DataTypes/Serializations/ISerialization.cpp:132:9 + #3 0x322abf9d in DB::MergeTreeReaderWide::readData(DB::NameAndTypePair const&, std::__1::shared_ptr const&, COW::immutable_ptr&, unsigned long, bool, unsigned long, unsigned long, std::__1::unordered_map, std::__1::allocator>, COW::immutable_ptr, std::__1::hash, std::__1::allocator>>, std::__1::equal_to, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, COW::immutable_ptr>>>&, bool) build_docker/../src/Storages/MergeTree/MergeTreeReaderWide.cpp:306:20 + #4 0x322a91e0 in DB::MergeTreeReaderWide::readRows(unsigned long, unsigned long, bool, unsigned long, std::__1::vector::immutable_ptr, std::__1::allocator::immutable_ptr>>&) build_docker/../src/Storages/MergeTree/MergeTreeReaderWide.cpp:111:17 + #5 0x33530daa in DB::MergeTreeRangeReader::DelayedStream::readRows(std::__1::vector::immutable_ptr, std::__1::allocator::immutable_ptr>>&, unsigned long) build_docker/../src/Storages/MergeTree/MergeTreeRangeReader.cpp:101:47 + #6 0x33530daa in DB::MergeTreeRangeReader::DelayedStream::finalize(std::__1::vector::immutable_ptr, std::__1::allocator::immutable_ptr>>&) build_docker/../src/Storages/MergeTree/MergeTreeRangeReader.cpp:175:12 + #7 0x3354001c in DB::MergeTreeRangeReader::Stream::finalize(std::__1::vector::immutable_ptr, std::__1::allocator::immutable_ptr>>&) build_docker/../src/Storages/MergeTree/MergeTreeRangeReader.cpp:286:31 + #8 0x3354001c in DB::MergeTreeRangeReader::startReadingChain(unsigned long, std::__1::deque>&) build_docker/../src/Storages/MergeTree/MergeTreeRangeReader.cpp:946:27 + #9 0x3353b2e6 in DB::MergeTreeRangeReader::read(unsigned long, std::__1::deque>&) build_docker/../src/Storages/MergeTree/MergeTreeRangeReader.cpp:854:23 + #10 0x3351b393 in DB::MergeTreeBaseSelectProcessor::readFromPartImpl() build_docker/../src/Storages/MergeTree/MergeTreeBaseSelectProcessor.cpp:385:43 + #11 0x3351c4f6 in DB::MergeTreeBaseSelectProcessor::readFromPart() build_docker/../src/Storages/MergeTree/MergeTreeBaseSelectProcessor.cpp:425:12 + #12 0x335121f7 in DB::MergeTreeBaseSelectProcessor::generate() build_docker/../src/Storages/MergeTree/MergeTreeBaseSelectProcessor.cpp:217:20 + #13 0x32a6d035 in DB::ISource::tryGenerate() build_docker/../src/Processors/ISource.cpp:124:18 + #14 0x32a6c1be in DB::ISource::work() build_docker/../src/Processors/ISource.cpp:94:26 + #15 0x32ab966d in DB::executeJob(DB::ExecutingGraph::Node*, DB::ReadProgressCallback*) build_docker/../src/Processors/Executors/ExecutionThreadContext.cpp:47:26 + #16 0x32ab966d in DB::ExecutionThreadContext::executeTask() build_docker/../src/Processors/Executors/ExecutionThreadContext.cpp:92:9 + #17 0x32a98a04 in DB::PipelineExecutor::executeStepImpl(unsigned long, std::__1::atomic*) build_docker/../src/Processors/Executors/PipelineExecutor.cpp:228:26 + #18 0x32a972f5 in DB::PipelineExecutor::executeSingleThread(unsigned long) build_docker/../src/Processors/Executors/PipelineExecutor.cpp:194:5 + #19 0x32a972f5 in DB::PipelineExecutor::executeImpl(unsigned long) build_docker/../src/Processors/Executors/PipelineExecutor.cpp:367:9 + #20 0x32a96ed4 in DB::PipelineExecutor::execute(unsigned long) build_docker/../src/Processors/Executors/PipelineExecutor.cpp:89:9 + #21 0x32a9543b in DB::threadFunction(DB::CompletedPipelineExecutor::Data&, std::__1::shared_ptr, unsigned long) build_docker/../src/Processors/Executors/CompletedPipelineExecutor.cpp:43:24 + #22 0x32a9543b in DB::CompletedPipelineExecutor::execute()::$_0::operator()() const build_docker/../src/Processors/Executors/CompletedPipelineExecutor.cpp:79:13 + #23 0x32a9543b in decltype(static_cast(fp)()) std::__1::__invoke_constexpr(DB::CompletedPipelineExecutor::execute()::$_0&) build_docker/../contrib/libcxx/include/type_traits:3648:23 + #24 0x32a9543b in decltype(auto) std::__1::__apply_tuple_impl&>(DB::CompletedPipelineExecutor::execute()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/../contrib/libcxx/include/tuple:1595:1 + #25 0x32a9543b in decltype(auto) std::__1::apply&>(DB::CompletedPipelineExecutor::execute()::$_0&, std::__1::tuple<>&) build_docker/../contrib/libcxx/include/tuple:1604:1 + #26 0x32a9543b in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'()::operator()() build_docker/../src/Common/ThreadPool.h:193:13 + #27 0x32a9543b in decltype(static_cast(fp)()) std::__1::__invoke::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'()&>(DB::CompletedPipelineExecutor::execute()::$_0&&) build_docker/../contrib/libcxx/include/type_traits:3640:23 + #28 0x32a9543b in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'()&) build_docker/../contrib/libcxx/include/__functional/invoke.h:61:9 + #29 0x32a9543b in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>::operator()() build_docker/../contrib/libcxx/include/__functional/function.h:230:12 + #30 0x32a9543b in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/../contrib/libcxx/include/__functional/function.h:711:16 + #31 0x1ecc307f in std::__1::__function::__policy_func::operator()() const build_docker/../contrib/libcxx/include/__functional/function.h:843:16 + #32 0x1ecc307f in std::__1::function::operator()() const build_docker/../contrib/libcxx/include/__functional/function.h:1184:12 + #33 0x1ecc307f in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/../src/Common/ThreadPool.cpp:294:17 + #34 0x1ecccb6c in void ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/../src/Common/ThreadPool.cpp:144:73 + #35 0x1ecccb6c in decltype(static_cast(fp)()) std::__1::__invoke::scheduleImpl(std::__1::function, int, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/../contrib/libcxx/include/type_traits:3640:23 + #36 0x1ecccb6c in void std::__1::__thread_execute>, void ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, int, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/../contrib/libcxx/include/thread:282:5 + #37 0x1ecccb6c in void* std::__1::__thread_proxy>, void ThreadPoolImpl::scheduleImpl(std::__1::function, int, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/../contrib/libcxx/include/thread:293:5 + #38 0x7f9ff370b608 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x8608) (BuildId: 7b4536f41cdaa5888408e82d0836e33dcf436466) + #39 0x7f9ff3630132 in __clone (/lib/x86_64-linux-gnu/libc.so.6+0x11f132) (BuildId: 1878e6b475720c7c51969e69ab2d276fae6d1dee) + +Address 0x7f9600e95980 is a wild pointer inside of access range of size 0x000000000010. + +``` +
+",0,stack use after scope in serializationstring deserializebinarybulk stacktrace error addresssanitizer stack use after scope on address at pc bp sp write of size at thread querycomppipeex in void db db podarray db podarray db readbuffer unsigned long build docker src datatypes serializations serializationstring cpp in db serializationstring deserializebinarybulk db icolumn db readbuffer unsigned long double const build docker src datatypes serializations serializationstring cpp in db iserialization deserializebinarybulkwithmultiplestreams cow immutable ptr unsigned long db iserialization deserializebinarybulksettings std shared ptr std unordered map std allocator cow immutable ptr std hash std allocator std equal to std allocator std allocator std allocator const cow immutable ptr const build docker src datatypes serializations iserialization cpp in db mergetreereaderwide readdata db nameandtypepair const std shared ptr const cow immutable ptr unsigned long bool unsigned long unsigned long std unordered map std allocator cow immutable ptr std hash std allocator std equal to std allocator std allocator std allocator const cow immutable ptr bool build docker src storages mergetree mergetreereaderwide cpp in db mergetreereaderwide readrows unsigned long unsigned long bool unsigned long std vector immutable ptr std allocator immutable ptr build docker src storages mergetree mergetreereaderwide cpp in db mergetreerangereader delayedstream readrows std vector immutable ptr std allocator immutable ptr unsigned long build docker src storages mergetree mergetreerangereader cpp in db mergetreerangereader delayedstream finalize std vector immutable ptr std allocator immutable ptr build docker src storages mergetree mergetreerangereader cpp in db mergetreerangereader stream finalize std vector immutable ptr std allocator immutable ptr build docker src storages mergetree mergetreerangereader cpp in db mergetreerangereader startreadingchain unsigned long std deque build docker src storages mergetree mergetreerangereader cpp in db mergetreerangereader read unsigned long std deque build docker src storages mergetree mergetreerangereader cpp in db mergetreebaseselectprocessor readfrompartimpl build docker src storages mergetree mergetreebaseselectprocessor cpp in db mergetreebaseselectprocessor readfrompart build docker src storages mergetree mergetreebaseselectprocessor cpp in db mergetreebaseselectprocessor generate build docker src storages mergetree mergetreebaseselectprocessor cpp in db isource trygenerate build docker src processors isource cpp in db isource work build docker src processors isource cpp in db executejob db executinggraph node db readprogresscallback build docker src processors executors executionthreadcontext cpp in db executionthreadcontext executetask build docker src processors executors executionthreadcontext cpp in db pipelineexecutor executestepimpl unsigned long std atomic build docker src processors executors pipelineexecutor cpp in db pipelineexecutor executesinglethread unsigned long build docker src processors executors pipelineexecutor cpp in db pipelineexecutor executeimpl unsigned long build docker src processors executors pipelineexecutor cpp in db pipelineexecutor execute unsigned long build docker src processors executors pipelineexecutor cpp in db threadfunction db completedpipelineexecutor data std shared ptr unsigned long build docker src processors executors completedpipelineexecutor cpp in db completedpipelineexecutor execute operator const build docker src processors executors completedpipelineexecutor cpp in decltype static cast fp std invoke constexpr db completedpipelineexecutor execute build docker contrib libcxx include type traits in decltype auto std apply tuple impl db completedpipelineexecutor execute std tuple std tuple indices build docker contrib libcxx include tuple in decltype auto std apply db completedpipelineexecutor execute std tuple build docker contrib libcxx include tuple in threadfromglobalpoolimpl threadfromglobalpoolimpl db completedpipelineexecutor execute lambda operator build docker src common threadpool h in decltype static cast fp std invoke threadfromglobalpoolimpl db completedpipelineexecutor execute lambda db completedpipelineexecutor execute build docker contrib libcxx include type traits in void std invoke void return wrapper call threadfromglobalpoolimpl db completedpipelineexecutor execute lambda threadfromglobalpoolimpl threadfromglobalpoolimpl db completedpipelineexecutor execute lambda build docker contrib libcxx include functional invoke h in std function default alloc func threadfromglobalpoolimpl db completedpipelineexecutor execute lambda void operator build docker contrib libcxx include functional function h in void std function policy invoker call impl threadfromglobalpoolimpl db completedpipelineexecutor execute lambda void std function policy storage const build docker contrib libcxx include functional function h in std function policy func operator const build docker contrib libcxx include functional function h in std function operator const build docker contrib libcxx include functional function h in threadpoolimpl worker std list iterator build docker src common threadpool cpp in void threadpoolimpl scheduleimpl std function int std optional bool operator const build docker src common threadpool cpp in decltype static cast fp std invoke scheduleimpl std function int std optional bool void build docker contrib libcxx include type traits in void std thread execute void threadpoolimpl scheduleimpl std function int std optional bool std tuple scheduleimpl std function int std optional bool std tuple indices build docker contrib libcxx include thread in void std thread proxy void threadpoolimpl scheduleimpl std function int std optional bool void build docker contrib libcxx include thread in start thread lib linux gnu libpthread so buildid in clone lib linux gnu libc so buildid address is a wild pointer inside of access range of size ,0 +41023,21390507867.0,IssuesEvent,2022-04-21 06:31:39,ClickHouse/ClickHouse,https://api.github.com/repos/ClickHouse/ClickHouse,closed,[enhancement][discussion] HasAllAny optimization using CPU vectorization,feature performance comp-arrays,"At ContentSquare we are relying a lot on _HasAny_ and _HasAll_ functions for our data models. + +In an effort to improve speedup of those functions, we work on a proof of concept to determine how much could we gain (in term of speedup) if we vectorized the code explicitly. + +For this POC, we focused on the **_HasAll_** function only. _HasAny_ could be managed in the same way. We also focus on **32-bits interger** arrays which may contains null elements. We are also focusing on **Intel SSE instructions**; using at most **SSE4.2**, to show the porwerfulness of this approach and to show that all actual computers can leverage from it. + +Our implementation works as follow (see code in the end of the issue). +We set a mask based on the subarray null_map to avoid to compare null elements. A vector of four element from the subarray is loaded; the main array is browsed by four elements too to be compared. The comparison use the mask and mix several instructions: logical or, equality comparison and shuffle. These operations update the mask. If one element is still set to 0 in the mask, we can stop the process because it means that not all elements of the subarray have matched. Otherwise, we continue with the next four elements of the subarray. Obviously, all arrays will not be divisible by four so there is a remainder loop that casually perform the last iterations. + +Please find results here: [results.csv](https://gist.github.com/youennL-cs/de4c2dacbe20324014a444fea3be956f). +They have been obtained on an DELL XPS15 with an Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz. +Results have been run using a large range of values for both main array and subarray: +* Main array sizes: {8, 15, 16, 25, 32, 50, 64, 128, 150, 200, 250, 256, 300, 350, 400, 500, 512, 1024, 2048, 4096, 5120, 10240, 20480, 40960, 50000} +* subarray Sizes: {2, 4, 6, 8, 10, 15, 16, 20, 25, 32, 50, 75, 100} + +We use what we call the random strategy - the subarray is filled with random values from the main array - we believe this is the most relevant strategy. In addition, both arrays contain null elements. +Results contains all parameters used, execution time (in nanoseconds) for each versions and sizes and the final speedup. CH correspond to the current version of Clickhouse; SSE correspond to our custom version using intel SSE instructions. The last lines of the results file present min, median and max speedup. +As we can see, in average, with SSE we obtain a **x3.5** speedup. + +It may be even faster on very large arrays if it was implemented using AVX or even AVX512. +The function can also be implemented for short, long, float and/or double. An equivalent can also be done for string. + +This opened issue is also a discussion. We would like to have your opinion on that optimization. +- What do you think about providing optimized overloads using SSE4.2 or AVX in order to speed these functions ? +- We are ready to implement it in clickhouse ourself, but we also want your opinion about if you want all SSE+AVX versions and in your opinion, which types must we manage ? +- We are aware that this represents a lot of code duplication. However, would you mind to integrate it if we would raise a PR ? +- Last question, to manage other kind of CPU (e.g ARM/Neon instructions), would you accept to add a new library that would help to factorize the code, instead of duplicating it again ? + +many thanks for the attention, + +Youenn Lebras +ContentSquare + +For reference, there is the function of the SSE version. +P.S: A git repository can be opened for more details and to play with it. + +```cpp +bool hasAll_sse(const int *set, size_t set_size, const int *subset, size_t subset_size, int8_t *set_null_map, int8_t *subset_null_map) { + if (subset_size == 0) return true; + + bool has = false; + unsigned j = 0; + const bool has_set_null_map = set_null_map != nullptr; + const bool has_subset_null_map = subset_null_map != nullptr; + // if both null map are differents then no need to compare anyother elements + if (has_set_null_map != has_subset_null_map && has_subset_null_map) return false; + + if (subset_size > 2) { + int has_mask = NONE; + for (; j < subset_size-3 && !has; j += 4) { + const __m128i data = _mm_lddqu_si128((__m128i *)(subset+j)); + // bitmask is filled with 0xFFFF for corresponding null map elements, 0x0 otherwise; + __m128i bitmask = has_subset_null_map ? _mm_set_epi32((subset_null_map[j+3])? FULL: NONE, + (subset_null_map[j+2])? FULL: NONE, + (subset_null_map[j+1])? FULL: NONE, + (subset_null_map[j]) ? FULL: NONE + ) + :_mm_setzero_si128(); + unsigned i = 0; + //browse set array to find all subset elements. + for (; i < set_size-3 && _mm_movemask_epi8(bitmask) < FULL; i += 4) { + const __m128i r_set = _mm_lddqu_si128((__m128i*)(set+i)); + bitmask = + _mm_or_si128( + _mm_or_si128( + _mm_or_si128( + _mm_cmpeq_epi32(data, _mm_shuffle_epi32(r_set, _MM_SHUFFLE(0,1,2,3))), + _mm_cmpeq_epi32(data, _mm_shuffle_epi32(r_set, _MM_SHUFFLE(1,2,3,0)))), + _mm_or_si128( + _mm_cmpeq_epi32(data, _mm_shuffle_epi32(r_set, _MM_SHUFFLE(2,3,0,1))), + _mm_cmpeq_epi32(data, _mm_shuffle_epi32(r_set, _MM_SHUFFLE(3,0,1,2)))) + ), + bitmask); + } // end for i + has_mask = _mm_movemask_epi8(bitmask); + + // [loop-jam] If the set size cannot be divided by 4 + if (i < set_size) { + for (; i < set_size && has_mask < FULL; i++) { + // use ternary operator to perform a logical or + has_mask |= (set[i] == subset[j])? FIRST: NONE; + has_mask |= (j+1 < subset_size)? ((set[i] == subset[j+1])? SECOND: NONE): NONE; + has_mask |= (j+2 < subset_size)? ((set[i] == subset[j+2])? THIRD : NONE): NONE; + has_mask |= (j+3 < subset_size)? ((set[i] == subset[j+3])? FOURTH: NONE): NONE; + } + } + has = (has_mask >= FULL); + } // end for j + } //end if + + // [loop-jam] If the subset size cannot be divided by 4 or smaller than 3 + bool found = false; + for (; j < subset_size; j++) { + // skip null elements since both have at least one + found = (subset_null_map[j])? true: false; + for (unsigned i = 0; i < set_size && !found; i ++) + found = (set[i] == subset[j]); + if (!found) + return false; + } + return has || found; +} +```",True,"[enhancement][discussion] HasAllAny optimization using CPU vectorization - At ContentSquare we are relying a lot on _HasAny_ and _HasAll_ functions for our data models. + +In an effort to improve speedup of those functions, we work on a proof of concept to determine how much could we gain (in term of speedup) if we vectorized the code explicitly. + +For this POC, we focused on the **_HasAll_** function only. _HasAny_ could be managed in the same way. We also focus on **32-bits interger** arrays which may contains null elements. We are also focusing on **Intel SSE instructions**; using at most **SSE4.2**, to show the porwerfulness of this approach and to show that all actual computers can leverage from it. + +Our implementation works as follow (see code in the end of the issue). +We set a mask based on the subarray null_map to avoid to compare null elements. A vector of four element from the subarray is loaded; the main array is browsed by four elements too to be compared. The comparison use the mask and mix several instructions: logical or, equality comparison and shuffle. These operations update the mask. If one element is still set to 0 in the mask, we can stop the process because it means that not all elements of the subarray have matched. Otherwise, we continue with the next four elements of the subarray. Obviously, all arrays will not be divisible by four so there is a remainder loop that casually perform the last iterations. + +Please find results here: [results.csv](https://gist.github.com/youennL-cs/de4c2dacbe20324014a444fea3be956f). +They have been obtained on an DELL XPS15 with an Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz. +Results have been run using a large range of values for both main array and subarray: +* Main array sizes: {8, 15, 16, 25, 32, 50, 64, 128, 150, 200, 250, 256, 300, 350, 400, 500, 512, 1024, 2048, 4096, 5120, 10240, 20480, 40960, 50000} +* subarray Sizes: {2, 4, 6, 8, 10, 15, 16, 20, 25, 32, 50, 75, 100} + +We use what we call the random strategy - the subarray is filled with random values from the main array - we believe this is the most relevant strategy. In addition, both arrays contain null elements. +Results contains all parameters used, execution time (in nanoseconds) for each versions and sizes and the final speedup. CH correspond to the current version of Clickhouse; SSE correspond to our custom version using intel SSE instructions. The last lines of the results file present min, median and max speedup. +As we can see, in average, with SSE we obtain a **x3.5** speedup. + +It may be even faster on very large arrays if it was implemented using AVX or even AVX512. +The function can also be implemented for short, long, float and/or double. An equivalent can also be done for string. + +This opened issue is also a discussion. We would like to have your opinion on that optimization. +- What do you think about providing optimized overloads using SSE4.2 or AVX in order to speed these functions ? +- We are ready to implement it in clickhouse ourself, but we also want your opinion about if you want all SSE+AVX versions and in your opinion, which types must we manage ? +- We are aware that this represents a lot of code duplication. However, would you mind to integrate it if we would raise a PR ? +- Last question, to manage other kind of CPU (e.g ARM/Neon instructions), would you accept to add a new library that would help to factorize the code, instead of duplicating it again ? + +many thanks for the attention, + +Youenn Lebras +ContentSquare + +For reference, there is the function of the SSE version. +P.S: A git repository can be opened for more details and to play with it. + +```cpp +bool hasAll_sse(const int *set, size_t set_size, const int *subset, size_t subset_size, int8_t *set_null_map, int8_t *subset_null_map) { + if (subset_size == 0) return true; + + bool has = false; + unsigned j = 0; + const bool has_set_null_map = set_null_map != nullptr; + const bool has_subset_null_map = subset_null_map != nullptr; + // if both null map are differents then no need to compare anyother elements + if (has_set_null_map != has_subset_null_map && has_subset_null_map) return false; + + if (subset_size > 2) { + int has_mask = NONE; + for (; j < subset_size-3 && !has; j += 4) { + const __m128i data = _mm_lddqu_si128((__m128i *)(subset+j)); + // bitmask is filled with 0xFFFF for corresponding null map elements, 0x0 otherwise; + __m128i bitmask = has_subset_null_map ? _mm_set_epi32((subset_null_map[j+3])? FULL: NONE, + (subset_null_map[j+2])? FULL: NONE, + (subset_null_map[j+1])? FULL: NONE, + (subset_null_map[j]) ? FULL: NONE + ) + :_mm_setzero_si128(); + unsigned i = 0; + //browse set array to find all subset elements. + for (; i < set_size-3 && _mm_movemask_epi8(bitmask) < FULL; i += 4) { + const __m128i r_set = _mm_lddqu_si128((__m128i*)(set+i)); + bitmask = + _mm_or_si128( + _mm_or_si128( + _mm_or_si128( + _mm_cmpeq_epi32(data, _mm_shuffle_epi32(r_set, _MM_SHUFFLE(0,1,2,3))), + _mm_cmpeq_epi32(data, _mm_shuffle_epi32(r_set, _MM_SHUFFLE(1,2,3,0)))), + _mm_or_si128( + _mm_cmpeq_epi32(data, _mm_shuffle_epi32(r_set, _MM_SHUFFLE(2,3,0,1))), + _mm_cmpeq_epi32(data, _mm_shuffle_epi32(r_set, _MM_SHUFFLE(3,0,1,2)))) + ), + bitmask); + } // end for i + has_mask = _mm_movemask_epi8(bitmask); + + // [loop-jam] If the set size cannot be divided by 4 + if (i < set_size) { + for (; i < set_size && has_mask < FULL; i++) { + // use ternary operator to perform a logical or + has_mask |= (set[i] == subset[j])? FIRST: NONE; + has_mask |= (j+1 < subset_size)? ((set[i] == subset[j+1])? SECOND: NONE): NONE; + has_mask |= (j+2 < subset_size)? ((set[i] == subset[j+2])? THIRD : NONE): NONE; + has_mask |= (j+3 < subset_size)? ((set[i] == subset[j+3])? FOURTH: NONE): NONE; + } + } + has = (has_mask >= FULL); + } // end for j + } //end if + + // [loop-jam] If the subset size cannot be divided by 4 or smaller than 3 + bool found = false; + for (; j < subset_size; j++) { + // skip null elements since both have at least one + found = (subset_null_map[j])? true: false; + for (unsigned i = 0; i < set_size && !found; i ++) + found = (set[i] == subset[j]); + if (!found) + return false; + } + return has || found; +} +```",0, hasallany optimization using cpu vectorization at contentsquare we are relying a lot on hasany and hasall functions for our data models in an effort to improve speedup of those functions we work on a proof of concept to determine how much could we gain in term of speedup if we vectorized the code explicitly for this poc we focused on the hasall function only hasany could be managed in the same way we also focus on bits interger arrays which may contains null elements we are also focusing on intel sse instructions using at most to show the porwerfulness of this approach and to show that all actual computers can leverage from it our implementation works as follow see code in the end of the issue we set a mask based on the subarray null map to avoid to compare null elements a vector of four element from the subarray is loaded the main array is browsed by four elements too to be compared the comparison use the mask and mix several instructions logical or equality comparison and shuffle these operations update the mask if one element is still set to in the mask we can stop the process because it means that not all elements of the subarray have matched otherwise we continue with the next four elements of the subarray obviously all arrays will not be divisible by four so there is a remainder loop that casually perform the last iterations please find results here they have been obtained on an dell with an intel r core tm cpu results have been run using a large range of values for both main array and subarray main array sizes subarray sizes we use what we call the random strategy the subarray is filled with random values from the main array we believe this is the most relevant strategy in addition both arrays contain null elements results contains all parameters used execution time in nanoseconds for each versions and sizes and the final speedup ch correspond to the current version of clickhouse sse correspond to our custom version using intel sse instructions the last lines of the results file present min median and max speedup as we can see in average with sse we obtain a speedup it may be even faster on very large arrays if it was implemented using avx or even the function can also be implemented for short long float and or double an equivalent can also be done for string this opened issue is also a discussion we would like to have your opinion on that optimization what do you think about providing optimized overloads using or avx in order to speed these functions we are ready to implement it in clickhouse ourself but we also want your opinion about if you want all sse avx versions and in your opinion which types must we manage we are aware that this represents a lot of code duplication however would you mind to integrate it if we would raise a pr last question to manage other kind of cpu e g arm neon instructions would you accept to add a new library that would help to factorize the code instead of duplicating it again many thanks for the attention youenn lebras contentsquare for reference there is the function of the sse version p s a git repository can be opened for more details and to play with it cpp bool hasall sse const int set size t set size const int subset size t subset size t set null map t subset null map if subset size return true bool has false unsigned j const bool has set null map set null map nullptr const bool has subset null map subset null map nullptr if both null map are differents then no need to compare anyother elements if has set null map has subset null map has subset null map return false if subset size int has mask none for j subset size has j const data mm lddqu subset j bitmask is filled with for corresponding null map elements otherwise bitmask has subset null map mm set subset null map full none subset null map full none subset null map full none subset null map full none mm setzero unsigned i browse set array to find all subset elements for i set size mm movemask bitmask full i const r set mm lddqu set i bitmask mm or mm or mm or mm cmpeq data mm shuffle r set mm shuffle mm cmpeq data mm shuffle r set mm shuffle mm or mm cmpeq data mm shuffle r set mm shuffle mm cmpeq data mm shuffle r set mm shuffle bitmask end for i has mask mm movemask bitmask if the set size cannot be divided by if i set size for i set size has mask full i use ternary operator to perform a logical or has mask set subset first none has mask j subset size set subset second none none has mask j subset size set subset third none none has mask j subset size set subset fourth none none has has mask full end for j end if if the subset size cannot be divided by or smaller than bool found false for j subset size j skip null elements since both have at least one found subset null map true false for unsigned i i set size found i found set subset if found return false return has found ,0 +177053,14613514637.0,IssuesEvent,2020-12-22 08:22:24,esrlabs/northstar,https://api.github.com/repos/esrlabs/northstar,opened,Documentation about running integration tests broken,bug documentation,"The very minimal note in `HACKING.md` how to run the integration tests is broken: + +```sh +cargo test -p tests -- --test-threads 1 --ignored + Finished dev [unoptimized + debuginfo] target(s) in 0.09s + Finished dev [unoptimized + debuginfo] target(s) in 0.08s +error: package ID specification `tests` matched no packages +``` + +and should be fixed. Furthermore there is some documentation what the tests do and how they can be extended needed. +",1.0,"Documentation about running integration tests broken - The very minimal note in `HACKING.md` how to run the integration tests is broken: + +```sh +cargo test -p tests -- --test-threads 1 --ignored + Finished dev [unoptimized + debuginfo] target(s) in 0.09s + Finished dev [unoptimized + debuginfo] target(s) in 0.08s +error: package ID specification `tests` matched no packages +``` + +and should be fixed. Furthermore there is some documentation what the tests do and how they can be extended needed. +",0,documentation about running integration tests broken the very minimal note in hacking md how to run the integration tests is broken sh cargo test p tests test threads ignored finished dev target s in finished dev target s in error package id specification tests matched no packages and should be fixed furthermore there is some documentation what the tests do and how they can be extended needed ,0 +4478,11199219649.0,IssuesEvent,2020-01-03 18:05:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Typo: ""Anomoly""",Pri1 architecture-center/svc assigned-to-author doc-bug triaged,"This feedback isn't about the article. It's for the parent node of the article. The node has a typo: ""Anomoly"". It should be ""Anomaly"". + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c2a5d359-b35d-f8c1-480e-ea9aff4255b5 +* Version Independent ID: 971a1042-d297-7cda-2961-3f5b1b422a9b +* Content: [Anomaly Detector Process - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/anomaly-detector-process) +* Content Source: [docs/solution-ideas/articles/anomaly-detector-process.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/anomaly-detector-process.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Typo: ""Anomoly"" - This feedback isn't about the article. It's for the parent node of the article. The node has a typo: ""Anomoly"". It should be ""Anomaly"". + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c2a5d359-b35d-f8c1-480e-ea9aff4255b5 +* Version Independent ID: 971a1042-d297-7cda-2961-3f5b1b422a9b +* Content: [Anomaly Detector Process - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/anomaly-detector-process) +* Content Source: [docs/solution-ideas/articles/anomaly-detector-process.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/anomaly-detector-process.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,typo anomoly this feedback isn t about the article it s for the parent node of the article the node has a typo anomoly it should be anomaly document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +4232,10746530965.0,IssuesEvent,2019-10-30 11:14:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,choreography with message queues,Pri2 architecture-center/svc cloud-fundamentals/subsvc cxp product-question triaged,"Can anyone elaborate on the below? I thought resiliency is robust when message queue is used. Why does below say ""less robus""? +""On the other hand, for choreography, the role is distributed amongst all services and resiliency becomes less robust."" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f568e9ac-4d16-5076-4863-5e007112b3db +* Version Independent ID: 9180ec47-aaf4-d811-d89d-437dd85fa878 +* Content: [Choreography - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/choreography#example) +* Content Source: [docs/patterns/choreography.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/choreography.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1.0,"choreography with message queues - Can anyone elaborate on the below? I thought resiliency is robust when message queue is used. Why does below say ""less robus""? +""On the other hand, for choreography, the role is distributed amongst all services and resiliency becomes less robust."" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f568e9ac-4d16-5076-4863-5e007112b3db +* Version Independent ID: 9180ec47-aaf4-d811-d89d-437dd85fa878 +* Content: [Choreography - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/choreography#example) +* Content Source: [docs/patterns/choreography.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/choreography.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,choreography with message queues can anyone elaborate on the below i thought resiliency is robust when message queue is used why does below say less robus on the other hand for choreography the role is distributed amongst all services and resiliency becomes less robust document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login pagewriter msft microsoft alias pnp ,1 +10159,26419783803.0,IssuesEvent,2023-01-13 19:13:14,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Not All Page Appears When Export To PDF,assigned-to-author doc-idea triaged architecture-center/svc Pri1 design-pattern/subsvc,"When I export to PDF some page doesn't appears for example: + + - Circuit Breaker Pattern + - Claim Check + - Compensating Transaction + - Competing Consumers + - Compute Resource Consolidation + - CQRS + - Deployment Stamps + - Event Sourcing + - External Configuration Store + - Federated Identity + +Best regards + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0a4ecd26-cb7b-4cb2-ae3a-3748ada92771 +* Version Independent ID: 97f96179-a22b-8401-a2f4-264a86b5d2f5 +* Content: [Cloud design patterns - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/) +* Content Source: [docs/patterns/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/index.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **masashin**",1.0,"Not All Page Appears When Export To PDF - When I export to PDF some page doesn't appears for example: + + - Circuit Breaker Pattern + - Claim Check + - Compensating Transaction + - Competing Consumers + - Compute Resource Consolidation + - CQRS + - Deployment Stamps + - Event Sourcing + - External Configuration Store + - Federated Identity + +Best regards + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0a4ecd26-cb7b-4cb2-ae3a-3748ada92771 +* Version Independent ID: 97f96179-a22b-8401-a2f4-264a86b5d2f5 +* Content: [Cloud design patterns - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/) +* Content Source: [docs/patterns/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/index.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **masashin**",1,not all page appears when export to pdf when i export to pdf some page doesn t appears for example circuit breaker pattern claim check compensating transaction competing consumers compute resource consolidation cqrs deployment stamps event sourcing external configuration store federated identity best regards document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login edprice msft microsoft alias masashin ,1 +347361,24888104837.0,IssuesEvent,2022-10-28 09:31:19,xiaoying1129/ped,https://api.github.com/repos/xiaoying1129/ped,opened,Incorrect example in command summary for mview,type.DocumentationBug severity.VeryLow,"Format of the example command in command summary is inconsistent with what was specified in the earlier part of UG. + +Command summary: + +![Screen Shot 2022-10-28 at 17.29.34.png](https://raw.githubusercontent.com/xiaoying1129/ped/main/files/9b5c0de4-d4cb-4842-a7c9-ddb7b208a584.png) + +Example given for `mview`: + +![Screen Shot 2022-10-28 at 17.29.53.png](https://raw.githubusercontent.com/xiaoying1129/ped/main/files/8961857b-8bd3-43e4-95ae-08aa7d60a0b3.png) + + + + +",1.0,"Incorrect example in command summary for mview - Format of the example command in command summary is inconsistent with what was specified in the earlier part of UG. + +Command summary: + +![Screen Shot 2022-10-28 at 17.29.34.png](https://raw.githubusercontent.com/xiaoying1129/ped/main/files/9b5c0de4-d4cb-4842-a7c9-ddb7b208a584.png) + +Example given for `mview`: + +![Screen Shot 2022-10-28 at 17.29.53.png](https://raw.githubusercontent.com/xiaoying1129/ped/main/files/8961857b-8bd3-43e4-95ae-08aa7d60a0b3.png) + + + + +",0,incorrect example in command summary for mview format of the example command in command summary is inconsistent with what was specified in the earlier part of ug command summary example given for mview ,0 +601675,18426210848.0,IssuesEvent,2021-10-13 22:31:52,Cotalker/documentation,https://api.github.com/repos/Cotalker/documentation,opened,Modificación en schema instance no permite borrar task,Bug report Bug medium priority,"### Affected system + +Cotalker Web Application + +### Affected system (other) + +Tasks + +### Affected environment + +Production, Staging + +### Affected environment (other) + +_No response_ + +### App version + +17.1.5 + +### Details + +Teniendo una schemaInstance definido para el asset de un flujo, al cambiar el schemaInstance (agregar o quitar un campo) no se pueden eliminar las tareas. + +### Steps to reproduce + +Agregarle un campo cualquiera a un schemaInstance del asset de un flujo de trabajo y luego intentar eliminar una task de ese flujo. + +### Expected result + +Que puedan eliminarse de tasks. + +### Additional data + +_No response_",1.0,"Modificación en schema instance no permite borrar task - ### Affected system + +Cotalker Web Application + +### Affected system (other) + +Tasks + +### Affected environment + +Production, Staging + +### Affected environment (other) + +_No response_ + +### App version + +17.1.5 + +### Details + +Teniendo una schemaInstance definido para el asset de un flujo, al cambiar el schemaInstance (agregar o quitar un campo) no se pueden eliminar las tareas. + +### Steps to reproduce + +Agregarle un campo cualquiera a un schemaInstance del asset de un flujo de trabajo y luego intentar eliminar una task de ese flujo. + +### Expected result + +Que puedan eliminarse de tasks. + +### Additional data + +_No response_",0,modificación en schema instance no permite borrar task affected system cotalker web application affected system other tasks affected environment production staging affected environment other no response app version details teniendo una schemainstance definido para el asset de un flujo al cambiar el schemainstance agregar o quitar un campo no se pueden eliminar las tareas steps to reproduce agregarle un campo cualquiera a un schemainstance del asset de un flujo de trabajo y luego intentar eliminar una task de ese flujo expected result que puedan eliminarse de tasks additional data no response ,0 +9722,25104724760.0,IssuesEvent,2022-11-08 15:52:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Awards?,assigned-to-author triaged architecture-center/svc Pri2 Product-bug guide/subsvc,"What awards did it win. I can't find anything on the web....I didn't use Bing for searching, though... +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 06b04b15-1daa-44c9-6392-4743527ebd20 +* Version Independent ID: d0fbe85f-6167-4f34-c2a0-6304e6b0cf9d +* Content: [Judgment Call - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/responsible-innovation/judgmentcall) +* Content Source: [docs/guide/responsible-innovation/judgmentcall.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/responsible-innovation/judgmentcall.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dcass +* Microsoft Alias: **pnp**",1.0,"Awards? - What awards did it win. I can't find anything on the web....I didn't use Bing for searching, though... +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 06b04b15-1daa-44c9-6392-4743527ebd20 +* Version Independent ID: d0fbe85f-6167-4f34-c2a0-6304e6b0cf9d +* Content: [Judgment Call - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/responsible-innovation/judgmentcall) +* Content Source: [docs/guide/responsible-innovation/judgmentcall.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/responsible-innovation/judgmentcall.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dcass +* Microsoft Alias: **pnp**",1,awards what awards did it win i can t find anything on the web i didn t use bing for searching though document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login dcass microsoft alias pnp ,1 +7699,18894839970.0,IssuesEvent,2021-11-15 16:44:48,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Slash before operations?,doc-enhancement assigned-to-author triaged architecture-center/svc well-architected/subsvc,"I'm not familiar with any mathematical nomenclature that uses a slash before an operand. +Can we remove the leading slash or explain its meaning? + +I would expect this ""((1 − N) \^ R)"" to be ""((1 − N) ^ R)"" + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f5f7448a-64b8-4a45-607a-1a81792a4d96 +* Version Independent ID: acfa6055-a2ac-2642-a7c7-a9da10473549 +* Content: [Business Metrics - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/resiliency/business-metrics#composite-slas) +* Content Source: [docs/framework/resiliency/business-metrics.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/resiliency/business-metrics.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1.0,"Slash before operations? - I'm not familiar with any mathematical nomenclature that uses a slash before an operand. +Can we remove the leading slash or explain its meaning? + +I would expect this ""((1 − N) \^ R)"" to be ""((1 − N) ^ R)"" + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f5f7448a-64b8-4a45-607a-1a81792a4d96 +* Version Independent ID: acfa6055-a2ac-2642-a7c7-a9da10473549 +* Content: [Business Metrics - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/resiliency/business-metrics#composite-slas) +* Content Source: [docs/framework/resiliency/business-metrics.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/resiliency/business-metrics.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1,slash before operations i m not familiar with any mathematical nomenclature that uses a slash before an operand can we remove the leading slash or explain its meaning i would expect this − n r to be − n r document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login david stanford microsoft alias pnp ,1 +6045,13542651206.0,IssuesEvent,2020-09-16 17:41:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Need imementation steps,Pri2 architecture-center/svc assigned-to-author doc-enhancement solution-idea/subsvc triaged,"I would like to know implementation steps for this architecture thanks you. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e74d52e1-beaa-6f00-e0b6-2bbdd00cf830 +* Version Independent ID: 94ad0a2e-1eac-eac8-11d8-c3b80f7ca6db +* Content: [Application integration using Event Grid - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/application-integration-using-event-grid) +* Content Source: [docs/solution-ideas/articles/application-integration-using-event-grid.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/application-integration-using-event-grid.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Need imementation steps - I would like to know implementation steps for this architecture thanks you. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e74d52e1-beaa-6f00-e0b6-2bbdd00cf830 +* Version Independent ID: 94ad0a2e-1eac-eac8-11d8-c3b80f7ca6db +* Content: [Application integration using Event Grid - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/application-integration-using-event-grid) +* Content Source: [docs/solution-ideas/articles/application-integration-using-event-grid.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/application-integration-using-event-grid.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,need imementation steps i would like to know implementation steps for this architecture thanks you document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id beaa version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +3952,10337945052.0,IssuesEvent,2019-09-03 15:49:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Your chart is misleading - with Front Door TLS 1.0 and 1.1 cannot be disabled,Pri1 architecture-center/svc assigned-to-author doc-bug reference-architecture/subsvc triaged,"So the only option is to use Traffic Manager. And disabling TLS 1.0 and 1.1 is PCI requirement. So for serious purposes Front Door is useless. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview#feedback) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @sharad4u +* Microsoft Alias: **pnp**",2.0,"Your chart is misleading - with Front Door TLS 1.0 and 1.1 cannot be disabled - So the only option is to use Traffic Manager. And disabling TLS 1.0 and 1.1 is PCI requirement. So for serious purposes Front Door is useless. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview#feedback) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @sharad4u +* Microsoft Alias: **pnp**",1,your chart is misleading with front door tls and cannot be disabled so the only option is to use traffic manager and disabling tls and is pci requirement so for serious purposes front door is useless document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +6464,14597155175.0,IssuesEvent,2020-12-20 18:52:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Deploy Solution not working,architecture-center/svc cxp doc-bug reference-architecture/subsvc triaged," +The link to Github to deploy the solution is broken. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 49d69a9c-86d9-c2bf-de02-ae2dc851a086 +* Version Independent ID: a17ffde4-5e77-2749-05c9-b5ec7340b7bf +* Content: [Extend an on-premises network using VPN - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/vpn) +* Content Source: [docs/reference-architectures/hybrid-networking/vpn.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/vpn.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"Deploy Solution not working - +The link to Github to deploy the solution is broken. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 49d69a9c-86d9-c2bf-de02-ae2dc851a086 +* Version Independent ID: a17ffde4-5e77-2749-05c9-b5ec7340b7bf +* Content: [Extend an on-premises network using VPN - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/vpn) +* Content Source: [docs/reference-architectures/hybrid-networking/vpn.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/vpn.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,deploy solution not working the link to github to deploy the solution is broken document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +10221,26543643530.0,IssuesEvent,2023-01-19 21:35:42,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Feature Request: Make Diagrams 'Whiteboard'able,assigned-to-author product-feedback triaged architecture-center/svc Pri2 azure-guide/subsvc,"Let the readers open diagrams, on this page and other pages in **Architecture Center**, directly in Microsoft Whiteboard App, like a template. I couldn't find any way to create custom template, otherwise I would've loved to contribute that feature myself. + +[Here](https://www.invisionapp.com/news/announcement/freehand-templates) are some links for the [inspiration](https://www.invisionapp.com/freehand/templates/detail/architecture-brainstorm-template). + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 95a0c8e3-8abb-aa09-c746-ae94113f3c14 +* Version Independent ID: 5b56b900-3c15-4392-dd73-85e496954dc7 +* Content: [Identifying microservice boundaries - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/model/microservice-boundaries) +* Content Source: [docs/microservices/model/microservice-boundaries.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/model/microservice-boundaries.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Feature Request: Make Diagrams 'Whiteboard'able - Let the readers open diagrams, on this page and other pages in **Architecture Center**, directly in Microsoft Whiteboard App, like a template. I couldn't find any way to create custom template, otherwise I would've loved to contribute that feature myself. + +[Here](https://www.invisionapp.com/news/announcement/freehand-templates) are some links for the [inspiration](https://www.invisionapp.com/freehand/templates/detail/architecture-brainstorm-template). + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 95a0c8e3-8abb-aa09-c746-ae94113f3c14 +* Version Independent ID: 5b56b900-3c15-4392-dd73-85e496954dc7 +* Content: [Identifying microservice boundaries - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/model/microservice-boundaries) +* Content Source: [docs/microservices/model/microservice-boundaries.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/model/microservice-boundaries.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,feature request make diagrams whiteboard able let the readers open diagrams on this page and other pages in architecture center directly in microsoft whiteboard app like a template i couldn t find any way to create custom template otherwise i would ve loved to contribute that feature myself are some links for the document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login microsoft alias pnp ,1 +6078,13642680373.0,IssuesEvent,2020-09-25 15:53:16,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Reference to ""availability""",Pri2 architecture-center/svc cxp doc-enhancement reference-architecture/subsvc triaged,"> VMs within the same **availability** are deployed across multiple physical servers, compute racks, storage units, and network switches for redundancy. + +I think this sentence was intended to say ""availability set"". + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8c00d25f-b981-29e3-bd64-865fda0b0d33 +* Version Independent ID: 36bcc6f0-0fa4-df9c-cff5-4fdfb3460432 +* Content: [Windows N-tier application on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/n-tier-sql-server) +* Content Source: [docs/reference-architectures/n-tier/n-tier-sql-server.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/n-tier/n-tier-sql-server.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"Reference to ""availability"" - > VMs within the same **availability** are deployed across multiple physical servers, compute racks, storage units, and network switches for redundancy. + +I think this sentence was intended to say ""availability set"". + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8c00d25f-b981-29e3-bd64-865fda0b0d33 +* Version Independent ID: 36bcc6f0-0fa4-df9c-cff5-4fdfb3460432 +* Content: [Windows N-tier application on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/n-tier-sql-server) +* Content Source: [docs/reference-architectures/n-tier/n-tier-sql-server.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/n-tier/n-tier-sql-server.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,reference to availability vms within the same availability are deployed across multiple physical servers compute racks storage units and network switches for redundancy i think this sentence was intended to say availability set document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +9225,24255613043.0,IssuesEvent,2022-09-27 17:30:06,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,No mention of testing tools,doc-bug assigned-to-author triaged architecture-center/svc Pri2 well-architected/subsvc," +The title of the page is ""Testing tools"" but I see no mention of any testing tools on the page. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0c67eba0-d85b-56e6-35bb-841a98cd1e38 +* Version Independent ID: c2c66e14-b4c4-c3a4-343d-3e512d30a088 +* Content: [Testing tools - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/scalability/test-tools) +* Content Source: [docs/framework/scalability/test-tools.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/scalability/test-tools.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @v-aangie +* Microsoft Alias: **pnp**",1.0,"No mention of testing tools - +The title of the page is ""Testing tools"" but I see no mention of any testing tools on the page. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0c67eba0-d85b-56e6-35bb-841a98cd1e38 +* Version Independent ID: c2c66e14-b4c4-c3a4-343d-3e512d30a088 +* Content: [Testing tools - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/scalability/test-tools) +* Content Source: [docs/framework/scalability/test-tools.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/scalability/test-tools.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @v-aangie +* Microsoft Alias: **pnp**",1,no mention of testing tools the title of the page is testing tools but i see no mention of any testing tools on the page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login v aangie microsoft alias pnp ,1 +9759,25160948642.0,IssuesEvent,2022-11-10 16:45:14,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Summary table zonal (Z) and zone-redundant (ZR) Azure services.,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"Some services seem to be missing +- Azure PostgreSQL Flexible Server (ZR) +- Azure MySQL Flexible Server (ZR) +- Azure Managed Disks (ZRS) in preview) + +Some questions too +- Should not ExpressRoute be both (Z, ZR) +- Should not Application Gateway v2 be both (Z, ZR) + +This table is interesting but does not look up-to-date and fully accurate. Thanks. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Building solutions for high availability using Availability Zones - High Availability](https://docs.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/high-availability/building-solutions-for-high-availability.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @Maggsl +* Microsoft Alias: **pnp**",1.0,"Summary table zonal (Z) and zone-redundant (ZR) Azure services. - Some services seem to be missing +- Azure PostgreSQL Flexible Server (ZR) +- Azure MySQL Flexible Server (ZR) +- Azure Managed Disks (ZRS) in preview) + +Some questions too +- Should not ExpressRoute be both (Z, ZR) +- Should not Application Gateway v2 be both (Z, ZR) + +This table is interesting but does not look up-to-date and fully accurate. Thanks. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Building solutions for high availability using Availability Zones - High Availability](https://docs.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/high-availability/building-solutions-for-high-availability.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @Maggsl +* Microsoft Alias: **pnp**",1,summary table zonal z and zone redundant zr azure services some services seem to be missing azure postgresql flexible server zr azure mysql flexible server zr azure managed disks zrs in preview some questions too should not expressroute be both z zr should not application gateway be both z zr this table is interesting but does not look up to date and fully accurate thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login maggsl microsoft alias pnp ,1 +6223,13941733974.0,IssuesEvent,2020-10-22 19:52:54,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed, Incorrect Visio diagram,Pri2 architecture-center/svc reference-architecture/subsvc," +The Visio diagram referenced for download is incorrect. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web application - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/multi-region.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0," Incorrect Visio diagram - +The Visio diagram referenced for download is incorrect. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web application - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/multi-region.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1, incorrect visio diagram the visio diagram referenced for download is incorrect document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +5473,12543953875.0,IssuesEvent,2020-06-05 16:24:39,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Typo in Reference Architecture,Pri1 architecture-center/svc assigned-to-author cxp doc-enhancement solution-idea/subsvc triaged,"In the reference architecture diagram for the first step it mentions as Azure Data Lake Storage but in the Data Flow step 1 it mentions as Azure Blob Storage. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b68d40f-4b98-396b-f4c3-b8650fc4633f +* Version Independent ID: 26b362d7-b46a-fa03-c2aa-48b581b67bf0 +* Content: [Advanced Analytics Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data#feedback) +* Content Source: [docs/solution-ideas/articles/advanced-analytics-on-big-data.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/advanced-analytics-on-big-data.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Typo in Reference Architecture - In the reference architecture diagram for the first step it mentions as Azure Data Lake Storage but in the Data Flow step 1 it mentions as Azure Blob Storage. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b68d40f-4b98-396b-f4c3-b8650fc4633f +* Version Independent ID: 26b362d7-b46a-fa03-c2aa-48b581b67bf0 +* Content: [Advanced Analytics Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data#feedback) +* Content Source: [docs/solution-ideas/articles/advanced-analytics-on-big-data.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/advanced-analytics-on-big-data.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,typo in reference architecture in the reference architecture diagram for the first step it mentions as azure data lake storage but in the data flow step it mentions as azure blob storage document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +30779,2725420237.0,IssuesEvent,2015-04-15 00:02:26,Ecotrust/madrona-priorities,https://api.github.com/repos/Ecotrust/madrona-priorities,closed,Don't scroll map away when scrolling through layers [ 6 hours ],bug High Priority,"I want to say it'll take closer to 2 hours, but I seem to recall trying this before and giving up after quite a bit of work. 6 seems a decent middle ground - by 4 hours if it's not fixed at least I'll know why and know how much further there is to go.",1.0,"Don't scroll map away when scrolling through layers [ 6 hours ] - I want to say it'll take closer to 2 hours, but I seem to recall trying this before and giving up after quite a bit of work. 6 seems a decent middle ground - by 4 hours if it's not fixed at least I'll know why and know how much further there is to go.",0,don t scroll map away when scrolling through layers i want to say it ll take closer to hours but i seem to recall trying this before and giving up after quite a bit of work seems a decent middle ground by hours if it s not fixed at least i ll know why and know how much further there is to go ,0 +101281,16497669297.0,IssuesEvent,2021-05-25 12:00:29,AlexRogalskiy/github-action-random-proverb,https://api.github.com/repos/AlexRogalskiy/github-action-random-proverb,opened,CVE-2020-7753 (High) detected in trim-0.0.1.tgz,security vulnerability,"## CVE-2020-7753 - High Severity Vulnerability +
Vulnerable Library - trim-0.0.1.tgz

+ +

Trim string whitespace

+

Library home page: https://registry.npmjs.org/trim/-/trim-0.0.1.tgz

+

Path to dependency file: github-action-random-proverb/package.json

+

Path to vulnerable library: github-action-random-proverb/node_modules/trim/package.json

+

+ +Dependency Hierarchy: + - remark-preset-davidtheclark-0.12.0.tgz (Root Library) + - remark-cli-7.0.1.tgz + - remark-11.0.2.tgz + - remark-parse-7.0.2.tgz + - :x: **trim-0.0.1.tgz** (Vulnerable Library) +

Found in HEAD commit: 8f3d64204c7443232530f302477bb659a44f7b00

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +All versions of package trim are vulnerable to Regular Expression Denial of Service (ReDoS) via trim(). + +

Publish Date: 2020-10-27 +

URL: CVE-2020-7753

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/component/trim/pull/8

+

Release Date: 2020-10-27

+

Fix Resolution: trim - 0.0.3

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2020-7753 (High) detected in trim-0.0.1.tgz - ## CVE-2020-7753 - High Severity Vulnerability +
Vulnerable Library - trim-0.0.1.tgz

+ +

Trim string whitespace

+

Library home page: https://registry.npmjs.org/trim/-/trim-0.0.1.tgz

+

Path to dependency file: github-action-random-proverb/package.json

+

Path to vulnerable library: github-action-random-proverb/node_modules/trim/package.json

+

+ +Dependency Hierarchy: + - remark-preset-davidtheclark-0.12.0.tgz (Root Library) + - remark-cli-7.0.1.tgz + - remark-11.0.2.tgz + - remark-parse-7.0.2.tgz + - :x: **trim-0.0.1.tgz** (Vulnerable Library) +

Found in HEAD commit: 8f3d64204c7443232530f302477bb659a44f7b00

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +All versions of package trim are vulnerable to Regular Expression Denial of Service (ReDoS) via trim(). + +

Publish Date: 2020-10-27 +

URL: CVE-2020-7753

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/component/trim/pull/8

+

Release Date: 2020-10-27

+

Fix Resolution: trim - 0.0.3

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in trim tgz cve high severity vulnerability vulnerable library trim tgz trim string whitespace library home page a href path to dependency file github action random proverb package json path to vulnerable library github action random proverb node modules trim package json dependency hierarchy remark preset davidtheclark tgz root library remark cli tgz remark tgz remark parse tgz x trim tgz vulnerable library found in head commit a href found in base branch master vulnerability details all versions of package trim are vulnerable to regular expression denial of service redos via trim 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 trim step up your open source security game with whitesource ,0 +285281,8756870515.0,IssuesEvent,2018-12-14 19:12:12,blackbaud/skyux2,https://api.github.com/repos/blackbaud/skyux2,closed,Document beforeClose event for modals,Priority: High,"See https://github.com/blackbaud/skyux-modals/pull/7. + +Need to document the `beforeClose` event on the SkyModalInstance. It can be subscribed/listened to in order to prevent or delay the closing of the modal. If not listened to, the modal will just close.",1.0,"Document beforeClose event for modals - See https://github.com/blackbaud/skyux-modals/pull/7. + +Need to document the `beforeClose` event on the SkyModalInstance. It can be subscribed/listened to in order to prevent or delay the closing of the modal. If not listened to, the modal will just close.",0,document beforeclose event for modals see need to document the beforeclose event on the skymodalinstance it can be subscribed listened to in order to prevent or delay the closing of the modal if not listened to the modal will just close ,0 +5443,5717079764.0,IssuesEvent,2017-04-19 16:25:14,symfony/symfony,https://api.github.com/repos/symfony/symfony,closed,Missing alias of security.user_checker,SecurityBundle,"| Q | A +| ---------------- | ----- +| Bug report? | yes +| Feature request? | no +| BC Break report? | no +| RFC? | no +| Symfony version | master + +Alias of `security.user_checker` to `Symfony\Component\Security\Core\User\UserCheckerInterface` seems missing. +Defining an autowired service that depends on the interface raises a deprecation error (`Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the ""security.user_checker"" service to ""Symfony\Component\Security\Core\User\UserCheckerInterface""`) +",True,"Missing alias of security.user_checker - | Q | A +| ---------------- | ----- +| Bug report? | yes +| Feature request? | no +| BC Break report? | no +| RFC? | no +| Symfony version | master + +Alias of `security.user_checker` to `Symfony\Component\Security\Core\User\UserCheckerInterface` seems missing. +Defining an autowired service that depends on the interface raises a deprecation error (`Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the ""security.user_checker"" service to ""Symfony\Component\Security\Core\User\UserCheckerInterface""`) +",0,missing alias of security user checker q a bug report yes feature request no bc break report no rfc no symfony version master alias of security user checker to symfony component security core user usercheckerinterface seems missing defining an autowired service that depends on the interface raises a deprecation error autowiring services based on the types they implement is deprecated since symfony and won t be supported in version you should rename or alias the security user checker service to symfony component security core user usercheckerinterface ,0 +11030,27805421233.0,IssuesEvent,2023-03-17 19:24:17,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Virtual Network Info Is Outdated and Useless,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 well-architected/subsvc," +Hi the Virtual Network section links to docs from 2016 for CLASSIC vnet CREATION. What is required are docs for Resource Manager vNet deployment that show how to export/import vNet configuration. Additionally, vNets have related components - eg route tables and user defined routes, vNet peering, private endpoints, DNS configs. The situation for those needs to be documented as well. There also needs to be a specific section to address the case of the network hub in the platform landing zone. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: b31c85c7-c25d-897f-e52d-789f7306457b +* Version Independent ID: 969106a5-df35-afef-5afc-96a26c970f44 +* Content: [Recover from loss of an Azure region - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/resiliency/recovery-loss-azure-region) +* Content Source: [docs/resiliency/recovery-loss-azure-region.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/resiliency/recovery-loss-azure-region.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @adamglick +* Microsoft Alias: **pnp**",1.0,"Virtual Network Info Is Outdated and Useless - +Hi the Virtual Network section links to docs from 2016 for CLASSIC vnet CREATION. What is required are docs for Resource Manager vNet deployment that show how to export/import vNet configuration. Additionally, vNets have related components - eg route tables and user defined routes, vNet peering, private endpoints, DNS configs. The situation for those needs to be documented as well. There also needs to be a specific section to address the case of the network hub in the platform landing zone. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: b31c85c7-c25d-897f-e52d-789f7306457b +* Version Independent ID: 969106a5-df35-afef-5afc-96a26c970f44 +* Content: [Recover from loss of an Azure region - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/resiliency/recovery-loss-azure-region) +* Content Source: [docs/resiliency/recovery-loss-azure-region.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/resiliency/recovery-loss-azure-region.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @adamglick +* Microsoft Alias: **pnp**",1,virtual network info is outdated and useless hi the virtual network section links to docs from for classic vnet creation what is required are docs for resource manager vnet deployment that show how to export import vnet configuration additionally vnets have related components eg route tables and user defined routes vnet peering private endpoints dns configs the situation for those needs to be documented as well there also needs to be a specific section to address the case of the network hub in the platform landing zone document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id afef content content source service architecture center sub service well architected github login adamglick microsoft alias pnp ,1 +7001,16091029341.0,IssuesEvent,2021-04-26 16:42:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Consolidation across other pages,Pri2 architecture-center/svc guide/subsvc," +https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/considerations/data-options#identify-data-services-requirements +https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-decision-tree + +Should we make this two refer the same thing, I see go things in each we can be merged into one. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 88559925-9b9e-d9b3-ddb6-08306692c17b +* Version Independent ID: a25055cb-7cfe-28a0-1c66-06172c037128 +* Content: [Data store decision tree - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-decision-tree) +* Content Source: [docs/guide/technology-choices/data-store-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/data-store-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dsk-2015 +* Microsoft Alias: **pnp**",1.0,"Consolidation across other pages - +https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/considerations/data-options#identify-data-services-requirements +https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-decision-tree + +Should we make this two refer the same thing, I see go things in each we can be merged into one. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 88559925-9b9e-d9b3-ddb6-08306692c17b +* Version Independent ID: a25055cb-7cfe-28a0-1c66-06172c037128 +* Content: [Data store decision tree - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-decision-tree) +* Content Source: [docs/guide/technology-choices/data-store-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/data-store-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dsk-2015 +* Microsoft Alias: **pnp**",1,consolidation across other pages should we make this two refer the same thing i see go things in each we can be merged into one document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login dsk microsoft alias pnp ,1 +374263,11082892413.0,IssuesEvent,2019-12-13 13:16:26,HabitRPG/habitica,https://api.github.com/repos/HabitRPG/habitica,closed,Guild name hidden by tags on challenge page,priority: medium section: Challenges: all section: Challenges: other status: issue: in progress,"Maybe Steve Rogers @MaybeSteveRogers (767e5d92-0e13-4e30-acb1-d8bba62824fc): ""(Long) guild name is hidden under tags on the challenge page - take a look:"" + +![image](https://user-images.githubusercontent.com/1495809/68064302-86680900-fd65-11e9-81a2-5960e2ac4d58.png) + +Confirmed in Google Chrome.",1.0,"Guild name hidden by tags on challenge page - Maybe Steve Rogers @MaybeSteveRogers (767e5d92-0e13-4e30-acb1-d8bba62824fc): ""(Long) guild name is hidden under tags on the challenge page - take a look:"" + +![image](https://user-images.githubusercontent.com/1495809/68064302-86680900-fd65-11e9-81a2-5960e2ac4d58.png) + +Confirmed in Google Chrome.",0,guild name hidden by tags on challenge page maybe steve rogers maybesteverogers long guild name is hidden under tags on the challenge page take a look confirmed in google chrome ,0 +475208,13688848028.0,IssuesEvent,2020-09-30 12:21:30,knative/eventing,https://api.github.com/repos/knative/eventing,closed,pkg/utils has redundancies with knative/pkg,kind/cleanup kind/good-first-issue priority/important-longterm,"In particular the handling of cluster domains is redundant with: https://github.com/knative/pkg/blob/master/network/domain.go + +/kind good-first-issue",1.0,"pkg/utils has redundancies with knative/pkg - In particular the handling of cluster domains is redundant with: https://github.com/knative/pkg/blob/master/network/domain.go + +/kind good-first-issue",0,pkg utils has redundancies with knative pkg in particular the handling of cluster domains is redundant with kind good first issue,0 +5887,13247871371.0,IssuesEvent,2020-08-19 17:58:53,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Where is the ACI in the diagram?,Pri2 architecture-center/svc assigned-to-author doc-enhancement solution-idea/subsvc triaged," +I might be missing something, but shouldn't the architecture diagram should mention the rightmost node is an ACI node? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 01f8f943-7688-65e6-26c9-5d682a225306 +* Version Independent ID: 18d298ba-be2b-bc4a-abac-5ea5a94fadca +* Content: [Bursting from AKS with ACI - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/scale-using-aks-with-aci) +* Content Source: [docs/solution-ideas/articles/scale-using-aks-with-aci.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/scale-using-aks-with-aci.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Where is the ACI in the diagram? - +I might be missing something, but shouldn't the architecture diagram should mention the rightmost node is an ACI node? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 01f8f943-7688-65e6-26c9-5d682a225306 +* Version Independent ID: 18d298ba-be2b-bc4a-abac-5ea5a94fadca +* Content: [Bursting from AKS with ACI - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/scale-using-aks-with-aci) +* Content Source: [docs/solution-ideas/articles/scale-using-aks-with-aci.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/scale-using-aks-with-aci.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,where is the aci in the diagram i might be missing something but shouldn t the architecture diagram should mention the rightmost node is an aci node document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id abac content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +60494,12123818645.0,IssuesEvent,2020-04-22 13:19:16,joomla/joomla-cms,https://api.github.com/repos/joomla/joomla-cms,closed,Joomla Offline Site Problem 3.9.18,No Code Attached Yet,"sorry for my English. I'm italian. + +Problem: With the site offline, if I try to log in from FrontEnd with username and password, an error page appears. + +This happened with this morning's update to version 3.9.18 + +I hope someone can solve it. Thank you.",1.0,"Joomla Offline Site Problem 3.9.18 - sorry for my English. I'm italian. + +Problem: With the site offline, if I try to log in from FrontEnd with username and password, an error page appears. + +This happened with this morning's update to version 3.9.18 + +I hope someone can solve it. Thank you.",0,joomla offline site problem sorry for my english i m italian problem with the site offline if i try to log in from frontend with username and password an error page appears this happened with this morning s update to version i hope someone can solve it thank you ,0 +225516,24855150237.0,IssuesEvent,2022-10-27 01:03:50,valtech-ch/microservice-kubernetes-cluster,https://api.github.com/repos/valtech-ch/microservice-kubernetes-cluster,reopened,CVE-2022-40153 (High) detected in woodstox-core-6.3.1.jar,security vulnerability,"## CVE-2022-40153 - High Severity Vulnerability +
Vulnerable Library - woodstox-core-6.3.1.jar

+ +

Woodstox is a high-performance XML processor that implements Stax (JSR-173), +SAX2 and Stax2 APIs

+

Library home page: https://github.com/FasterXML/woodstox

+

Path to dependency file: /file-storage/build.gradle

+

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.woodstox/woodstox-core/6.3.1/bf29b07ca4dd81ef3c0bc18c8bd5617510a81c5d/woodstox-core-6.3.1.jar

+

+ +Dependency Hierarchy: + - azure-storage-blob-12.19.1.jar (Root Library) + - azure-core-1.32.0.jar + - jackson-dataformat-xml-2.13.4.jar + - :x: **woodstox-core-6.3.1.jar** (Vulnerable Library) +

Found in HEAD commit: 335a4047c89f52dfe860e93daefb32dc86a521a2

+

Found in base branch: develop

+

+
+

+
Vulnerability Details +

+ +Those using Xstream to seralize XML data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack. + +

Publish Date: 2022-09-16 +

URL: CVE-2022-40153

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2022-40153 (High) detected in woodstox-core-6.3.1.jar - ## CVE-2022-40153 - High Severity Vulnerability +
Vulnerable Library - woodstox-core-6.3.1.jar

+ +

Woodstox is a high-performance XML processor that implements Stax (JSR-173), +SAX2 and Stax2 APIs

+

Library home page: https://github.com/FasterXML/woodstox

+

Path to dependency file: /file-storage/build.gradle

+

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.woodstox/woodstox-core/6.3.1/bf29b07ca4dd81ef3c0bc18c8bd5617510a81c5d/woodstox-core-6.3.1.jar

+

+ +Dependency Hierarchy: + - azure-storage-blob-12.19.1.jar (Root Library) + - azure-core-1.32.0.jar + - jackson-dataformat-xml-2.13.4.jar + - :x: **woodstox-core-6.3.1.jar** (Vulnerable Library) +

Found in HEAD commit: 335a4047c89f52dfe860e93daefb32dc86a521a2

+

Found in base branch: develop

+

+
+

+
Vulnerability Details +

+ +Those using Xstream to seralize XML data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack. + +

Publish Date: 2022-09-16 +

URL: CVE-2022-40153

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in woodstox core jar cve high severity vulnerability vulnerable library woodstox core jar woodstox is a high performance xml processor that implements stax jsr and apis library home page a href path to dependency file file storage build gradle path to vulnerable library home wss scanner gradle caches modules files com fasterxml woodstox woodstox core woodstox core jar dependency hierarchy azure storage blob jar root library azure core jar jackson dataformat xml jar x woodstox core jar vulnerable library found in head commit a href found in base branch develop vulnerability details those using xstream to seralize xml data may be vulnerable to denial of service attacks dos if the parser is running on user supplied input an attacker may supply content that causes the parser to crash by stackoverflow this effect may support a denial of service attack 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 step up your open source security game with mend ,0 +100847,30794586903.0,IssuesEvent,2023-07-31 18:48:20,aws/aws-lambda-builders,https://api.github.com/repos/aws/aws-lambda-builders,closed,Bug: SAM is failing to build python package neo4j,type/bug area/build stage/waiting-for-release," + +### Description: +I have a sam project with common layer using python 3.9 as runtime for all my lambdas. When i run sam build the process failing due to a packages inside my requirements.txt file (neo4j==5.5.0). This is happening after upgrade aws-sam-cli to version 1.80.0, in version 1.70.0 the process pass without errors + + + +### Steps to reproduce: +The logs from sam build --debug are the following: + + SAM CLI now collects telemetry to better understand customer needs. + + You can OPT OUT and disable telemetry collection by setting the + environment variable SAM_CLI_TELEMETRY=0 in your shell. + Thanks for your help! + + Learn More: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-telemetry.html + +2023-04-19 13:55:21,120 | Config file location: /myproject/samconfig.toml +2023-04-19 13:55:21,121 | Config file '/myproject/samconfig.toml' does not exist +2023-04-19 13:55:21,137 | Using SAM Template at /myproject/template.yaml +2023-04-19 13:55:21,152 | Using config file: samconfig.toml, config environment: default +2023-04-19 13:55:21,152 | Expand command line arguments to: +2023-04-19 13:55:21,152 | --template_file=/myproject/template.yaml --resource_logical_id=LibLayer --mount_with=READ --build_dir=.aws-sam/build --cache_dir=.aws-sam/cache +2023-04-19 13:55:21,193 | 'build' command is called +2023-04-19 13:55:21,215 | There is no customer defined id or cdk path defined for resource LibLayer, so we will use the resource logical id as the resource id +2023-04-19 13:55:21,216 | 0 stacks found in the template +2023-04-19 13:55:21,230 | There is no customer defined id or cdk path defined for resource LibLayer, so we will use the resource logical id as the resource id +2023-04-19 13:55:21,231 | 1 resources found in the stack +2023-04-19 13:55:21,231 | --base-dir is not presented, adjusting uri lib relative to /myproject/template.yaml +2023-04-19 13:55:21,236 | 1 resources found in the stack +2023-04-19 13:55:21,236 | Instantiating build definitions +2023-04-19 13:55:21,236 | No previous build graph found, generating new one +2023-04-19 13:55:21,236 | Unique Layer build definition found, adding as new (Layer Build Definition: LayerBuildDefinition(LibLayer, /myproject/lib, , 94cca488-8d05-4a8e-ab3b-9ef866a80810, python3.9, ['python3.9'], x86_64, {}), Layer: ) +2023-04-19 13:55:21,236 | Building layer 'LibLayer' +2023-04-19 13:55:21,237 | Loading workflow module 'aws_lambda_builders.workflows' +2023-04-19 13:55:21,238 | Registering workflow 'CustomMakeBuilder' with capability 'Capability(language='provided', dependency_manager=None, application_framework=None)' +2023-04-19 13:55:21,239 | Registering workflow 'DotnetCliPackageBuilder' with capability 'Capability(language='dotnet', dependency_manager='cli-package', application_framework=None)' +2023-04-19 13:55:21,240 | Registering workflow 'GoModulesBuilder' with capability 'Capability(language='go', dependency_manager='modules', application_framework=None)' +2023-04-19 13:55:21,241 | Registering workflow 'JavaGradleWorkflow' with capability 'Capability(language='java', dependency_manager='gradle', application_framework=None)' +2023-04-19 13:55:21,242 | Registering workflow 'JavaMavenWorkflow' with capability 'Capability(language='java', dependency_manager='maven', application_framework=None)' +2023-04-19 13:55:21,243 | Registering workflow 'NodejsNpmBuilder' with capability 'Capability(language='nodejs', dependency_manager='npm', application_framework=None)' +2023-04-19 13:55:21,243 | Registering workflow 'NodejsNpmEsbuildBuilder' with capability 'Capability(language='nodejs', dependency_manager='npm-esbuild', application_framework=None)' +2023-04-19 13:55:21,245 | Registering workflow 'PythonPipBuilder' with capability 'Capability(language='python', dependency_manager='pip', application_framework=None)' +2023-04-19 13:55:21,245 | Registering workflow 'RubyBundlerBuilder' with capability 'Capability(language='ruby', dependency_manager='bundler', application_framework=None)' +2023-04-19 13:55:21,246 | Registering workflow 'RustCargoLambdaBuilder' with capability 'Capability(language='rust', dependency_manager='cargo', application_framework=None)' +2023-04-19 13:55:21,246 | Found workflow 'PythonPipBuilder' to support capabilities 'Capability(language='python', dependency_manager='pip', application_framework=None)' +2023-04-19 13:55:21,265 | Running workflow 'PythonPipBuilder' +2023-04-19 13:55:21,265 | Running PythonPipBuilder:ResolveDependencies +2023-04-19 13:55:21,283 | calling pip download -r /myproject/lib/requirements.txt --dest /tmp/tmpzy4znksp --exists-action i +2023-04-19 13:55:48,327 | Full dependency closure: {unknown==5.5.0(sdist), pytz==2023.3(wheel)} +2023-04-19 13:55:48,327 | initial compatible: {pytz==2023.3(wheel)} +2023-04-19 13:55:48,328 | initial incompatible: {unknown==5.5.0(sdist)} +2023-04-19 13:55:48,328 | Downloading missing wheels: {unknown==5.5.0(sdist)} +2023-04-19 13:55:48,328 | calling pip download --only-binary=:all: --no-deps --platform manylinux2014_x86_64 --implementation cp --abi cp39 --dest /tmp/tmpzy4znksp unknown==5.5.0 +2023-04-19 13:55:54,531 | compatible wheels after second download pass: {pytz==2023.3(wheel)} +2023-04-19 13:55:54,531 | Build missing wheels from sdists (C compiling True): {unknown==5.5.0(sdist)} +2023-04-19 13:55:54,531 | calling pip wheel --no-deps --wheel-dir /tmp/tmpzy4znksp /tmp/tmpzy4znksp/neo4j-5.5.0.tar.gz +2023-04-19 13:55:59,842 | compatible after building wheels (no C compiling): {neo4j==5.5.0(wheel), pytz==2023.3(wheel)} +2023-04-19 13:55:59,842 | Build missing wheels from sdists (C compiling False): {unknown==5.5.0(sdist)} +2023-04-19 13:55:59,842 | calling pip wheel --no-deps --wheel-dir /tmp/tmpzy4znksp /tmp/tmpzy4znksp/neo4j-5.5.0.tar.gz +2023-04-19 13:56:05,373 | compatible after building wheels (C compiling): {neo4j==5.5.0(wheel), pytz==2023.3(wheel)} +2023-04-19 13:56:05,373 | Final compatible: {neo4j==5.5.0(wheel), pytz==2023.3(wheel)} +2023-04-19 13:56:05,373 | Final incompatible: set() +2023-04-19 13:56:05,373 | Final missing wheels: {unknown==5.5.0(sdist)} +2023-04-19 13:56:05,423 | PythonPipBuilder:ResolveDependencies failed +Traceback (most recent call last): + File ""/usr/local/lib/python3.9/site-packages/aws_lambda_builders/workflows/python_pip/actions.py"", line 51, in execute + package_builder.build_dependencies( + File ""/usr/local/lib/python3.9/site-packages/aws_lambda_builders/workflows/python_pip/packager.py"", line 156, in build_dependencies + self._dependency_builder.build_site_packages(requirements_path, artifacts_dir_path, scratch_dir_path) + File ""/usr/local/lib/python3.9/site-packages/aws_lambda_builders/workflows/python_pip/packager.py"", line 259, in build_site_packages + raise MissingDependencyError(packages_without_wheels) +aws_lambda_builders.workflows.python_pip.packager.MissingDependencyError: {unknown==5.5.0(sdist)} + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File ""/usr/local/lib/python3.9/site-packages/aws_lambda_builders/workflow.py"", line 369, in run + action.execute() + File ""/usr/local/lib/python3.9/site-packages/aws_lambda_builders/workflows/python_pip/actions.py"", line 57, in execute + raise ActionFailedError(str(ex)) +aws_lambda_builders.actions.ActionFailedError: {unknown==5.5.0(sdist)} + +Build Failed +2023-04-19 13:56:05,424 | Telemetry endpoint configured to be https://aws-serverless-tools-telemetry.us-west-2.amazonaws.com/metrics +2023-04-19 13:56:05,433 | Telemetry endpoint configured to be https://aws-serverless-tools-telemetry.us-west-2.amazonaws.com/metrics +2023-04-19 13:56:05,433 | Sending Telemetry: {'metrics': [{'commandRun': {'requestId': '99b02333-1cfb-49e6-8d29-419f01859245', 'installationId': '5a5d4851-6fb3-4eef-ae76-a961c56913b0', 'sessionId': '3ab6cb88-b50c-4535-a52c-933903ff1f9e', 'executionEnvironment': 'CLI', 'ci': False, 'pyversion': '3.9.16', 'samcliVersion': '1.80.0', 'awsProfileProvided': False, 'debugFlagProvided': True, 'region': '', 'commandName': 'sam build', 'metricSpecificAttributes': {'projectType': 'CFN', 'gitOrigin': None, 'projectName': '9a76b440a0db5ffd45f655871fe955a3f7a2de2506333e71709d0667cf697865', 'initialCommit': None}, 'duration': 44271, 'exitReason': 'WorkflowFailedError', 'exitCode': 1}}]} +2023-04-19 13:56:05,433 | Unable to find Click Context for getting session_id. +2023-04-19 13:56:05,435 | Sending Telemetry: {'metrics': [{'events': {'requestId': 'e503f772-2428-424f-9ac7-23dd4b31293b', 'installationId': '5a5d4851-6fb3-4eef-ae76-a961c56913b0', 'sessionId': '3ab6cb88-b50c-4535-a52c-933903ff1f9e', 'executionEnvironment': 'CLI', 'ci': False, 'pyversion': '3.9.16', 'samcliVersion': '1.80.0', 'metricSpecificAttributes': {'events': [{'event_name': 'BuildWorkflowUsed', 'event_value': 'python-pip', 'thread_id': 140132771964736, 'time_stamp': '2023-04-19 13:55:21.236', 'exception_name': None}]}}}]} +2023-04-19 13:56:06,827 | HTTPSConnectionPool(host='aws-serverless-tools-telemetry.us-west-2.amazonaws.com', port=443): Read timed out. (read timeout=0.1) +2023-04-19 13:56:06,827 | HTTPSConnectionPool(host='aws-serverless-tools-telemetry.us-west-2.amazonaws.com', port=443): Read timed out. (read timeout=0.1) +Error: PythonPipBuilder:ResolveDependencies - {unknown==5.5.0(sdist)} + + +### Expected result: +The expected result is build my layer dependencies without errors + + + +### Additional environment details (Ex: Windows, Mac, Amazon Linux etc) + + + +1. OS: Ubuntu 20.04 +2. SAM Version: 1.80.0 +3. AWS region: us-east-1 + +",1.0,"Bug: SAM is failing to build python package neo4j - + +### Description: +I have a sam project with common layer using python 3.9 as runtime for all my lambdas. When i run sam build the process failing due to a packages inside my requirements.txt file (neo4j==5.5.0). This is happening after upgrade aws-sam-cli to version 1.80.0, in version 1.70.0 the process pass without errors + + + +### Steps to reproduce: +The logs from sam build --debug are the following: + + SAM CLI now collects telemetry to better understand customer needs. + + You can OPT OUT and disable telemetry collection by setting the + environment variable SAM_CLI_TELEMETRY=0 in your shell. + Thanks for your help! + + Learn More: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-telemetry.html + +2023-04-19 13:55:21,120 | Config file location: /myproject/samconfig.toml +2023-04-19 13:55:21,121 | Config file '/myproject/samconfig.toml' does not exist +2023-04-19 13:55:21,137 | Using SAM Template at /myproject/template.yaml +2023-04-19 13:55:21,152 | Using config file: samconfig.toml, config environment: default +2023-04-19 13:55:21,152 | Expand command line arguments to: +2023-04-19 13:55:21,152 | --template_file=/myproject/template.yaml --resource_logical_id=LibLayer --mount_with=READ --build_dir=.aws-sam/build --cache_dir=.aws-sam/cache +2023-04-19 13:55:21,193 | 'build' command is called +2023-04-19 13:55:21,215 | There is no customer defined id or cdk path defined for resource LibLayer, so we will use the resource logical id as the resource id +2023-04-19 13:55:21,216 | 0 stacks found in the template +2023-04-19 13:55:21,230 | There is no customer defined id or cdk path defined for resource LibLayer, so we will use the resource logical id as the resource id +2023-04-19 13:55:21,231 | 1 resources found in the stack +2023-04-19 13:55:21,231 | --base-dir is not presented, adjusting uri lib relative to /myproject/template.yaml +2023-04-19 13:55:21,236 | 1 resources found in the stack +2023-04-19 13:55:21,236 | Instantiating build definitions +2023-04-19 13:55:21,236 | No previous build graph found, generating new one +2023-04-19 13:55:21,236 | Unique Layer build definition found, adding as new (Layer Build Definition: LayerBuildDefinition(LibLayer, /myproject/lib, , 94cca488-8d05-4a8e-ab3b-9ef866a80810, python3.9, ['python3.9'], x86_64, {}), Layer: ) +2023-04-19 13:55:21,236 | Building layer 'LibLayer' +2023-04-19 13:55:21,237 | Loading workflow module 'aws_lambda_builders.workflows' +2023-04-19 13:55:21,238 | Registering workflow 'CustomMakeBuilder' with capability 'Capability(language='provided', dependency_manager=None, application_framework=None)' +2023-04-19 13:55:21,239 | Registering workflow 'DotnetCliPackageBuilder' with capability 'Capability(language='dotnet', dependency_manager='cli-package', application_framework=None)' +2023-04-19 13:55:21,240 | Registering workflow 'GoModulesBuilder' with capability 'Capability(language='go', dependency_manager='modules', application_framework=None)' +2023-04-19 13:55:21,241 | Registering workflow 'JavaGradleWorkflow' with capability 'Capability(language='java', dependency_manager='gradle', application_framework=None)' +2023-04-19 13:55:21,242 | Registering workflow 'JavaMavenWorkflow' with capability 'Capability(language='java', dependency_manager='maven', application_framework=None)' +2023-04-19 13:55:21,243 | Registering workflow 'NodejsNpmBuilder' with capability 'Capability(language='nodejs', dependency_manager='npm', application_framework=None)' +2023-04-19 13:55:21,243 | Registering workflow 'NodejsNpmEsbuildBuilder' with capability 'Capability(language='nodejs', dependency_manager='npm-esbuild', application_framework=None)' +2023-04-19 13:55:21,245 | Registering workflow 'PythonPipBuilder' with capability 'Capability(language='python', dependency_manager='pip', application_framework=None)' +2023-04-19 13:55:21,245 | Registering workflow 'RubyBundlerBuilder' with capability 'Capability(language='ruby', dependency_manager='bundler', application_framework=None)' +2023-04-19 13:55:21,246 | Registering workflow 'RustCargoLambdaBuilder' with capability 'Capability(language='rust', dependency_manager='cargo', application_framework=None)' +2023-04-19 13:55:21,246 | Found workflow 'PythonPipBuilder' to support capabilities 'Capability(language='python', dependency_manager='pip', application_framework=None)' +2023-04-19 13:55:21,265 | Running workflow 'PythonPipBuilder' +2023-04-19 13:55:21,265 | Running PythonPipBuilder:ResolveDependencies +2023-04-19 13:55:21,283 | calling pip download -r /myproject/lib/requirements.txt --dest /tmp/tmpzy4znksp --exists-action i +2023-04-19 13:55:48,327 | Full dependency closure: {unknown==5.5.0(sdist), pytz==2023.3(wheel)} +2023-04-19 13:55:48,327 | initial compatible: {pytz==2023.3(wheel)} +2023-04-19 13:55:48,328 | initial incompatible: {unknown==5.5.0(sdist)} +2023-04-19 13:55:48,328 | Downloading missing wheels: {unknown==5.5.0(sdist)} +2023-04-19 13:55:48,328 | calling pip download --only-binary=:all: --no-deps --platform manylinux2014_x86_64 --implementation cp --abi cp39 --dest /tmp/tmpzy4znksp unknown==5.5.0 +2023-04-19 13:55:54,531 | compatible wheels after second download pass: {pytz==2023.3(wheel)} +2023-04-19 13:55:54,531 | Build missing wheels from sdists (C compiling True): {unknown==5.5.0(sdist)} +2023-04-19 13:55:54,531 | calling pip wheel --no-deps --wheel-dir /tmp/tmpzy4znksp /tmp/tmpzy4znksp/neo4j-5.5.0.tar.gz +2023-04-19 13:55:59,842 | compatible after building wheels (no C compiling): {neo4j==5.5.0(wheel), pytz==2023.3(wheel)} +2023-04-19 13:55:59,842 | Build missing wheels from sdists (C compiling False): {unknown==5.5.0(sdist)} +2023-04-19 13:55:59,842 | calling pip wheel --no-deps --wheel-dir /tmp/tmpzy4znksp /tmp/tmpzy4znksp/neo4j-5.5.0.tar.gz +2023-04-19 13:56:05,373 | compatible after building wheels (C compiling): {neo4j==5.5.0(wheel), pytz==2023.3(wheel)} +2023-04-19 13:56:05,373 | Final compatible: {neo4j==5.5.0(wheel), pytz==2023.3(wheel)} +2023-04-19 13:56:05,373 | Final incompatible: set() +2023-04-19 13:56:05,373 | Final missing wheels: {unknown==5.5.0(sdist)} +2023-04-19 13:56:05,423 | PythonPipBuilder:ResolveDependencies failed +Traceback (most recent call last): + File ""/usr/local/lib/python3.9/site-packages/aws_lambda_builders/workflows/python_pip/actions.py"", line 51, in execute + package_builder.build_dependencies( + File ""/usr/local/lib/python3.9/site-packages/aws_lambda_builders/workflows/python_pip/packager.py"", line 156, in build_dependencies + self._dependency_builder.build_site_packages(requirements_path, artifacts_dir_path, scratch_dir_path) + File ""/usr/local/lib/python3.9/site-packages/aws_lambda_builders/workflows/python_pip/packager.py"", line 259, in build_site_packages + raise MissingDependencyError(packages_without_wheels) +aws_lambda_builders.workflows.python_pip.packager.MissingDependencyError: {unknown==5.5.0(sdist)} + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File ""/usr/local/lib/python3.9/site-packages/aws_lambda_builders/workflow.py"", line 369, in run + action.execute() + File ""/usr/local/lib/python3.9/site-packages/aws_lambda_builders/workflows/python_pip/actions.py"", line 57, in execute + raise ActionFailedError(str(ex)) +aws_lambda_builders.actions.ActionFailedError: {unknown==5.5.0(sdist)} + +Build Failed +2023-04-19 13:56:05,424 | Telemetry endpoint configured to be https://aws-serverless-tools-telemetry.us-west-2.amazonaws.com/metrics +2023-04-19 13:56:05,433 | Telemetry endpoint configured to be https://aws-serverless-tools-telemetry.us-west-2.amazonaws.com/metrics +2023-04-19 13:56:05,433 | Sending Telemetry: {'metrics': [{'commandRun': {'requestId': '99b02333-1cfb-49e6-8d29-419f01859245', 'installationId': '5a5d4851-6fb3-4eef-ae76-a961c56913b0', 'sessionId': '3ab6cb88-b50c-4535-a52c-933903ff1f9e', 'executionEnvironment': 'CLI', 'ci': False, 'pyversion': '3.9.16', 'samcliVersion': '1.80.0', 'awsProfileProvided': False, 'debugFlagProvided': True, 'region': '', 'commandName': 'sam build', 'metricSpecificAttributes': {'projectType': 'CFN', 'gitOrigin': None, 'projectName': '9a76b440a0db5ffd45f655871fe955a3f7a2de2506333e71709d0667cf697865', 'initialCommit': None}, 'duration': 44271, 'exitReason': 'WorkflowFailedError', 'exitCode': 1}}]} +2023-04-19 13:56:05,433 | Unable to find Click Context for getting session_id. +2023-04-19 13:56:05,435 | Sending Telemetry: {'metrics': [{'events': {'requestId': 'e503f772-2428-424f-9ac7-23dd4b31293b', 'installationId': '5a5d4851-6fb3-4eef-ae76-a961c56913b0', 'sessionId': '3ab6cb88-b50c-4535-a52c-933903ff1f9e', 'executionEnvironment': 'CLI', 'ci': False, 'pyversion': '3.9.16', 'samcliVersion': '1.80.0', 'metricSpecificAttributes': {'events': [{'event_name': 'BuildWorkflowUsed', 'event_value': 'python-pip', 'thread_id': 140132771964736, 'time_stamp': '2023-04-19 13:55:21.236', 'exception_name': None}]}}}]} +2023-04-19 13:56:06,827 | HTTPSConnectionPool(host='aws-serverless-tools-telemetry.us-west-2.amazonaws.com', port=443): Read timed out. (read timeout=0.1) +2023-04-19 13:56:06,827 | HTTPSConnectionPool(host='aws-serverless-tools-telemetry.us-west-2.amazonaws.com', port=443): Read timed out. (read timeout=0.1) +Error: PythonPipBuilder:ResolveDependencies - {unknown==5.5.0(sdist)} + + +### Expected result: +The expected result is build my layer dependencies without errors + + + +### Additional environment details (Ex: Windows, Mac, Amazon Linux etc) + + + +1. OS: Ubuntu 20.04 +2. SAM Version: 1.80.0 +3. AWS region: us-east-1 + +",0,bug sam is failing to build python package make sure we don t have an existing issue that reports the bug you are seeing both open and closed if you do find an existing issue re open or add a comment to that issue instead of creating a new one description i have a sam project with common layer using python as runtime for all my lambdas when i run sam build the process failing due to a packages inside my requirements txt file this is happening after upgrade aws sam cli to version in version the process pass without errors steps to reproduce the logs from sam build debug are the following sam cli now collects telemetry to better understand customer needs you can opt out and disable telemetry collection by setting the environment variable sam cli telemetry in your shell thanks for your help learn more config file location myproject samconfig toml config file myproject samconfig toml does not exist using sam template at myproject template yaml using config file samconfig toml config environment default expand command line arguments to template file myproject template yaml resource logical id liblayer mount with read build dir aws sam build cache dir aws sam cache build command is called there is no customer defined id or cdk path defined for resource liblayer so we will use the resource logical id as the resource id stacks found in the template there is no customer defined id or cdk path defined for resource liblayer so we will use the resource logical id as the resource id resources found in the stack base dir is not presented adjusting uri lib relative to myproject template yaml resources found in the stack instantiating build definitions no previous build graph found generating new one unique layer build definition found adding as new layer build definition layerbuilddefinition liblayer myproject lib layer building layer liblayer loading workflow module aws lambda builders workflows registering workflow custommakebuilder with capability capability language provided dependency manager none application framework none registering workflow dotnetclipackagebuilder with capability capability language dotnet dependency manager cli package application framework none registering workflow gomodulesbuilder with capability capability language go dependency manager modules application framework none registering workflow javagradleworkflow with capability capability language java dependency manager gradle application framework none registering workflow javamavenworkflow with capability capability language java dependency manager maven application framework none registering workflow nodejsnpmbuilder with capability capability language nodejs dependency manager npm application framework none registering workflow nodejsnpmesbuildbuilder with capability capability language nodejs dependency manager npm esbuild application framework none registering workflow pythonpipbuilder with capability capability language python dependency manager pip application framework none registering workflow rubybundlerbuilder with capability capability language ruby dependency manager bundler application framework none registering workflow rustcargolambdabuilder with capability capability language rust dependency manager cargo application framework none found workflow pythonpipbuilder to support capabilities capability language python dependency manager pip application framework none running workflow pythonpipbuilder running pythonpipbuilder resolvedependencies calling pip download r myproject lib requirements txt dest tmp exists action i full dependency closure unknown sdist pytz wheel initial compatible pytz wheel initial incompatible unknown sdist downloading missing wheels unknown sdist calling pip download only binary all no deps platform implementation cp abi dest tmp unknown compatible wheels after second download pass pytz wheel build missing wheels from sdists c compiling true unknown sdist calling pip wheel no deps wheel dir tmp tmp tar gz compatible after building wheels no c compiling wheel pytz wheel build missing wheels from sdists c compiling false unknown sdist calling pip wheel no deps wheel dir tmp tmp tar gz compatible after building wheels c compiling wheel pytz wheel final compatible wheel pytz wheel final incompatible set final missing wheels unknown sdist pythonpipbuilder resolvedependencies failed traceback most recent call last file usr local lib site packages aws lambda builders workflows python pip actions py line in execute package builder build dependencies file usr local lib site packages aws lambda builders workflows python pip packager py line in build dependencies self dependency builder build site packages requirements path artifacts dir path scratch dir path file usr local lib site packages aws lambda builders workflows python pip packager py line in build site packages raise missingdependencyerror packages without wheels aws lambda builders workflows python pip packager missingdependencyerror unknown sdist during handling of the above exception another exception occurred traceback most recent call last file usr local lib site packages aws lambda builders workflow py line in run action execute file usr local lib site packages aws lambda builders workflows python pip actions py line in execute raise actionfailederror str ex aws lambda builders actions actionfailederror unknown sdist build failed telemetry endpoint configured to be telemetry endpoint configured to be sending telemetry metrics unable to find click context for getting session id sending telemetry metrics httpsconnectionpool host aws serverless tools telemetry us west amazonaws com port read timed out read timeout httpsconnectionpool host aws serverless tools telemetry us west amazonaws com port read timed out read timeout error pythonpipbuilder resolvedependencies unknown sdist expected result the expected result is build my layer dependencies without errors additional environment details ex windows mac amazon linux etc os ubuntu sam version aws region us east ,0 +328888,24201598508.0,IssuesEvent,2022-09-24 16:48:46,lisphilar/covid19-sir,https://api.github.com/repos/lisphilar/covid19-sir,closed,[Docs] fix broken URL for installation guide on README.md,documentation,"## What we need to document? +Fix broken URL for installation guide on README.md file.",1.0,"[Docs] fix broken URL for installation guide on README.md - ## What we need to document? +Fix broken URL for installation guide on README.md file.",0, fix broken url for installation guide on readme md what we need to document fix broken url for installation guide on readme md file ,0 +13290,8409368682.0,IssuesEvent,2018-10-12 07:03:33,virtual-labs/problem-solving-iiith,https://api.github.com/repos/virtual-labs/problem-solving-iiith,closed,QA_Problem-Solving_Quizzes_Factorials,Category :Functionality Category :Usability Developed by:IIIT Hyd Open-edx-Issue QA-bugs Severity :S1 Status :Open,"Defect Description : +In the Quizzes page of the Factorials experiment, the answers that are selected once are not getting unselected once we refresh the page or once we try to take the experiment again. Instead the database should be cleared once we try to re-take the quiz and the user should be able to navigate to a fresh quiz page. + +Actual Result : +In the Quizzes page of the Factorials experiment, the answers that are selected once are not getting unselected once we refresh the page or once we try to take the experiment again. + +Environment : +OS: Windows 7, Ubuntu-16.04, Centos-6 +Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0 +Bandwidth : 100Mbps +Hardware Configuration:8GBRAM, +Processor:i5 + +Attachment: +![qa_openedx_ps_i35](https://cloud.githubusercontent.com/assets/13479177/25846660/3da0066a-34d0-11e7-8a34-cd1c438be0b5.png) +",True,"QA_Problem-Solving_Quizzes_Factorials - Defect Description : +In the Quizzes page of the Factorials experiment, the answers that are selected once are not getting unselected once we refresh the page or once we try to take the experiment again. Instead the database should be cleared once we try to re-take the quiz and the user should be able to navigate to a fresh quiz page. + +Actual Result : +In the Quizzes page of the Factorials experiment, the answers that are selected once are not getting unselected once we refresh the page or once we try to take the experiment again. + +Environment : +OS: Windows 7, Ubuntu-16.04, Centos-6 +Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0 +Bandwidth : 100Mbps +Hardware Configuration:8GBRAM, +Processor:i5 + +Attachment: +![qa_openedx_ps_i35](https://cloud.githubusercontent.com/assets/13479177/25846660/3da0066a-34d0-11e7-8a34-cd1c438be0b5.png) +",0,qa problem solving quizzes factorials defect description in the quizzes page of the factorials experiment the answers that are selected once are not getting unselected once we refresh the page or once we try to take the experiment again instead the database should be cleared once we try to re take the quiz and the user should be able to navigate to a fresh quiz page actual result in the quizzes page of the factorials experiment the answers that are selected once are not getting unselected once we refresh the page or once we try to take the experiment again environment os windows ubuntu centos browsers firefox chrome chromium bandwidth hardware configuration processor attachment ,0 +718833,24733056914.0,IssuesEvent,2022-10-20 19:21:23,dotCMS/core,https://api.github.com/repos/dotCMS/core,closed,Copy Site does not copy all content when a site has more than 10000 contentlets,Type : Bug Passed QA Merged Severity : Support Requested Passed Internal QA Severity : CS Priority Team: Falcon Next LTS Release Release : 22.10 Release : 5.3.8.14,"**Describe the bug** +Copy site does not copy all content when a site has more than 10000 contentlets + +Reproduced on: 5.3.8.10/22.06 + +Related ticket: https://dotcms.zendesk.com/agent/tickets/106874 + +**To Reproduce** +From a site with more than 10000 total contentlets +1. Attempt to copy the site +2. It will complete successfully, however not all content will have been copied + +**Expected behavior** +Copy site should copy all content. Currently it is hitting the limit for our Elasticsearch queries: + +https://github.com/dotCMS/core/blob/88aef64a9b92923f1c2089af9ceed262198a8f9e/dotCMS/src/main/java/com/dotcms/content/elasticsearch/business/ESContentletAPIImpl.java#L178-L178 + +This is because the search we do to pull in a list of content to copy is this: +`+conHost:{HostIdentifier} +working:true` +We pass a limit of -1, which gets converted to the MAX_LIMIT of 10000, so only 10k contentlets are pulled in. This is related to a limit set on our indexes `index.max_result_window` which is capped at 10k. + +In order to correct this we would need to both up the limit and the max_result_window, so it makes more sense to paginate the query. + +We do have the ability to use the scroll API to paginate the query: +https://github.com/dotCMS/core/blob/2e80d1dd0c19c6499ca165979cac8cf307c6098f/dotCMS/src/main/java/com/dotcms/content/elasticsearch/business/ESContentletAPIImpl.java#L1097 + +The simple solution might be setting the limit sent by copy site to something much larger, as sending -1 gets it set to the MAX_LIMIT. Perhaps make it a configurable limit. ",1.0,"Copy Site does not copy all content when a site has more than 10000 contentlets - **Describe the bug** +Copy site does not copy all content when a site has more than 10000 contentlets + +Reproduced on: 5.3.8.10/22.06 + +Related ticket: https://dotcms.zendesk.com/agent/tickets/106874 + +**To Reproduce** +From a site with more than 10000 total contentlets +1. Attempt to copy the site +2. It will complete successfully, however not all content will have been copied + +**Expected behavior** +Copy site should copy all content. Currently it is hitting the limit for our Elasticsearch queries: + +https://github.com/dotCMS/core/blob/88aef64a9b92923f1c2089af9ceed262198a8f9e/dotCMS/src/main/java/com/dotcms/content/elasticsearch/business/ESContentletAPIImpl.java#L178-L178 + +This is because the search we do to pull in a list of content to copy is this: +`+conHost:{HostIdentifier} +working:true` +We pass a limit of -1, which gets converted to the MAX_LIMIT of 10000, so only 10k contentlets are pulled in. This is related to a limit set on our indexes `index.max_result_window` which is capped at 10k. + +In order to correct this we would need to both up the limit and the max_result_window, so it makes more sense to paginate the query. + +We do have the ability to use the scroll API to paginate the query: +https://github.com/dotCMS/core/blob/2e80d1dd0c19c6499ca165979cac8cf307c6098f/dotCMS/src/main/java/com/dotcms/content/elasticsearch/business/ESContentletAPIImpl.java#L1097 + +The simple solution might be setting the limit sent by copy site to something much larger, as sending -1 gets it set to the MAX_LIMIT. Perhaps make it a configurable limit. ",0,copy site does not copy all content when a site has more than contentlets describe the bug copy site does not copy all content when a site has more than contentlets reproduced on related ticket to reproduce from a site with more than total contentlets attempt to copy the site it will complete successfully however not all content will have been copied expected behavior copy site should copy all content currently it is hitting the limit for our elasticsearch queries this is because the search we do to pull in a list of content to copy is this conhost hostidentifier working true we pass a limit of which gets converted to the max limit of so only contentlets are pulled in this is related to a limit set on our indexes index max result window which is capped at in order to correct this we would need to both up the limit and the max result window so it makes more sense to paginate the query we do have the ability to use the scroll api to paginate the query the simple solution might be setting the limit sent by copy site to something much larger as sending gets it set to the max limit perhaps make it a configurable limit ,0 +9117,24055233947.0,IssuesEvent,2022-09-16 16:11:17,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Data Lake Store Reference not really clear,bug assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +In the command line tools table ""others"", is not really clear ""Copy to Data Lake Store"" and ""Copy from Data Lake Store"" to what is referred. +AzCopy is set to ""Copy from Data Lake Store"" -> ""NO"" + +what does it means? you cannot read data from where? Data Lake Store is referred to third part Data Lake Store? someone could think that has not capabilities to copy from Azure Data Lake Storage + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 3c6e037b-a226-62cf-6e2b-2af8783b7add +* Version Independent ID: c666597e-52ae-ee51-474a-c4dd3a63941b +* Content: [Choosing a data transfer technology - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/scenarios/data-transfer#key-selection-criteria) +* Content Source: [docs/data-guide/scenarios/data-transfer.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/scenarios/data-transfer.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"Data Lake Store Reference not really clear - +In the command line tools table ""others"", is not really clear ""Copy to Data Lake Store"" and ""Copy from Data Lake Store"" to what is referred. +AzCopy is set to ""Copy from Data Lake Store"" -> ""NO"" + +what does it means? you cannot read data from where? Data Lake Store is referred to third part Data Lake Store? someone could think that has not capabilities to copy from Azure Data Lake Storage + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 3c6e037b-a226-62cf-6e2b-2af8783b7add +* Version Independent ID: c666597e-52ae-ee51-474a-c4dd3a63941b +* Content: [Choosing a data transfer technology - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/scenarios/data-transfer#key-selection-criteria) +* Content Source: [docs/data-guide/scenarios/data-transfer.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/scenarios/data-transfer.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,data lake store reference not really clear in the command line tools table others is not really clear copy to data lake store and copy from data lake store to what is referred azcopy is set to copy from data lake store no what does it means you cannot read data from where data lake store is referred to third part data lake store someone could think that has not capabilities to copy from azure data lake storage document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login zoinertejada microsoft alias pnp ,1 +341852,10308820359.0,IssuesEvent,2019-08-29 11:55:39,Laravel-Backpack/CRUD,https://api.github.com/repos/Laravel-Backpack/CRUD,closed,[4.0][Refactoring] Move SaveActions to the CrudPanel object. They don't belong in controllers.,Priority: MUST todo :spiral_notepad:,"https://github.com/Laravel-Backpack/CRUD/blob/a24b82b61bc8d2e0d27fc4c9a3c46043afa810a7/src/app/Http/Controllers/Operations/SaveActions.php#L10-L15 + +--- + +###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in a24b82b61bc8d2e0d27fc4c9a3c46043afa810a7 when #1510 was merged. cc @Laravel-Backpack.",1.0,"[4.0][Refactoring] Move SaveActions to the CrudPanel object. They don't belong in controllers. - https://github.com/Laravel-Backpack/CRUD/blob/a24b82b61bc8d2e0d27fc4c9a3c46043afa810a7/src/app/Http/Controllers/Operations/SaveActions.php#L10-L15 + +--- + +###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in a24b82b61bc8d2e0d27fc4c9a3c46043afa810a7 when #1510 was merged. cc @Laravel-Backpack.",0, move saveactions to the crudpanel object they don t belong in controllers this issue was generated by based on a todo comment in when was merged cc laravel backpack ,0 +107117,11518052120.0,IssuesEvent,2020-02-14 09:43:20,Andrei15193/HintKeep.API,https://api.github.com/repos/Andrei15193/HintKeep.API,opened,Project Documentation,documentation,Structure the project documentation (wiki?) with architecture decision records and API information. The `readme.md` file should include project dependencies (required SDKs and other useful software).,1.0,Project Documentation - Structure the project documentation (wiki?) with architecture decision records and API information. The `readme.md` file should include project dependencies (required SDKs and other useful software).,0,project documentation structure the project documentation wiki with architecture decision records and api information the readme md file should include project dependencies required sdks and other useful software ,0 +362126,10723297817.0,IssuesEvent,2019-10-27 17:49:30,yalla-coop/connect5,https://api.github.com/repos/yalla-coop/connect5,closed,Add question codes in the header for the questions in the csv export files,data-visualisation enhancement priority-4 survey,"adding question codes as provided by university to the question text so when downloading csv it would look something like this: + +Category (QuestionCode):  QuestionText + +e.g. + +Behavioural Insights (KnowB1):  I have the knowledge to suggest ways that people could take action on their own mental health or wellbeing + + + + + +",1.0,"Add question codes in the header for the questions in the csv export files - adding question codes as provided by university to the question text so when downloading csv it would look something like this: + +Category (QuestionCode):  QuestionText + +e.g. + +Behavioural Insights (KnowB1):  I have the knowledge to suggest ways that people could take action on their own mental health or wellbeing + + + + + +",0,add question codes in the header for the questions in the csv export files adding question codes as provided by university to the question text so when downloading csv it would look something like this category questioncode   questiontext e g behavioural insights   i have the knowledge to suggest ways that people could take action on their own mental health or wellbeing ,0 +10229,26561524319.0,IssuesEvent,2023-01-20 16:14:43,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,https://aka.ms/tryworkbench is not valid,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc,"The link in below is not valid anymore, when access it, it gives 404 +Deploy this scenario +[Deploy to Azure](https://aka.ms/tryworkbench) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 9ed7b54c-fe6b-4331-f6d4-1e369ebad0c1 +* Version Independent ID: 70f614a9-153c-3a7e-107c-526ba68adad6 +* Content: [Supply chain track and trace - Azure Solution Ideas](https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/supply-chain-track-and-trace) +* Content Source: [docs/solution-ideas/articles/supply-chain-track-and-trace.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/supply-chain-track-and-trace.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"https://aka.ms/tryworkbench is not valid - The link in below is not valid anymore, when access it, it gives 404 +Deploy this scenario +[Deploy to Azure](https://aka.ms/tryworkbench) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 9ed7b54c-fe6b-4331-f6d4-1e369ebad0c1 +* Version Independent ID: 70f614a9-153c-3a7e-107c-526ba68adad6 +* Content: [Supply chain track and trace - Azure Solution Ideas](https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/supply-chain-track-and-trace) +* Content Source: [docs/solution-ideas/articles/supply-chain-track-and-trace.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/supply-chain-track-and-trace.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1, is not valid the link in below is not valid anymore when access it it gives deploy this scenario document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias architectures ,1 +32146,13768771699.0,IssuesEvent,2020-10-07 17:35:13,taskcluster/scrum,https://api.github.com/repos/taskcluster/scrum,opened,Bulid a minimum viable object service,initiative:object-service,"* Documented as “experimental” with recommendation to scale to 0 in production deployments +* No changes to queue service +* Upload process implemented with a simple, temporary approach +* Full download process implemented with a simple, temporary approach +* Simple in-memory storage backend implemented + +The idea here is to flesh out the source-code structure enough that we can parallelize downstream work (for example, adding new backends while also adding a new upload process).",1.0,"Bulid a minimum viable object service - * Documented as “experimental” with recommendation to scale to 0 in production deployments +* No changes to queue service +* Upload process implemented with a simple, temporary approach +* Full download process implemented with a simple, temporary approach +* Simple in-memory storage backend implemented + +The idea here is to flesh out the source-code structure enough that we can parallelize downstream work (for example, adding new backends while also adding a new upload process).",0,bulid a minimum viable object service documented as “experimental” with recommendation to scale to in production deployments no changes to queue service upload process implemented with a simple temporary approach full download process implemented with a simple temporary approach simple in memory storage backend implemented the idea here is to flesh out the source code structure enough that we can parallelize downstream work for example adding new backends while also adding a new upload process ,0 +52683,7780205978.0,IssuesEvent,2018-06-05 19:16:33,zeppelinos/zos-cli,https://api.github.com/repos/zeppelinos/zos-cli,closed,Outdated AppManager documentation,kind:documentation,The [testing an upgradeable application](https://github.com/zeppelinos/zos-cli/blob/master/examples/testing.md) readme references an `AppManager` class that no longer exists.,1.0,Outdated AppManager documentation - The [testing an upgradeable application](https://github.com/zeppelinos/zos-cli/blob/master/examples/testing.md) readme references an `AppManager` class that no longer exists.,0,outdated appmanager documentation the readme references an appmanager class that no longer exists ,0 +6563,14889844779.0,IssuesEvent,2021-01-20 22:03:01,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,HDInsight has got autoscale since this article was published,Pri2 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged," +Looks like the text and matrix are outdated when it comes to autoscale features being available for the different technology. since it's over a year old, there might be more inaccuracies. here's the info for autoscale on HDI. + +https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-autoscale-clusters + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bba35cbb-4160-0b5d-6829-103b25ad6ce9 +* Version Independent ID: fa12ea8e-401a-9567-7b35-ffff532a99b6 +* Content: [Choosing a batch processing technology - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/batch-processing) +* Content Source: [docs/data-guide/technology-choices/batch-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/batch-processing.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"HDInsight has got autoscale since this article was published - +Looks like the text and matrix are outdated when it comes to autoscale features being available for the different technology. since it's over a year old, there might be more inaccuracies. here's the info for autoscale on HDI. + +https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-autoscale-clusters + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bba35cbb-4160-0b5d-6829-103b25ad6ce9 +* Version Independent ID: fa12ea8e-401a-9567-7b35-ffff532a99b6 +* Content: [Choosing a batch processing technology - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/batch-processing) +* Content Source: [docs/data-guide/technology-choices/batch-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/batch-processing.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,hdinsight has got autoscale since this article was published looks like the text and matrix are outdated when it comes to autoscale features being available for the different technology since it s over a year old there might be more inaccuracies here s the info for autoscale on hdi document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login zoinertejada microsoft alias pnp ,1 +799692,28311940987.0,IssuesEvent,2023-04-10 16:09:22,googleapis/synthtool,https://api.github.com/repos/googleapis/synthtool,closed,Java templates not receiving renovate bot updates,type: bug priority: p2,"For example GraalVM 22.3.1 is up but renovate bot is not picking this up despite being confiigured at https://github.com/googleapis/synthtool/blob/43c709a188a1aaaf3778e77e25332b10ff9413e0/renovate.json#L11-L17 + +This line prevents all subdirectories from receiving renovate-bot updates: + +https://github.com/googleapis/synthtool/blob/43c709a188a1aaaf3778e77e25332b10ff9413e0/renovate.json#L5",1.0,"Java templates not receiving renovate bot updates - For example GraalVM 22.3.1 is up but renovate bot is not picking this up despite being confiigured at https://github.com/googleapis/synthtool/blob/43c709a188a1aaaf3778e77e25332b10ff9413e0/renovate.json#L11-L17 + +This line prevents all subdirectories from receiving renovate-bot updates: + +https://github.com/googleapis/synthtool/blob/43c709a188a1aaaf3778e77e25332b10ff9413e0/renovate.json#L5",0,java templates not receiving renovate bot updates for example graalvm is up but renovate bot is not picking this up despite being confiigured at this line prevents all subdirectories from receiving renovate bot updates ,0 +10360,26838083164.0,IssuesEvent,2023-02-02 21:20:04,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Riesgo crediticio y modelo predeterminado PowerBi,doc-enhancement assigned-to-author triaged architecture-center/svc Pri3 solution-idea/subsvc,"Hi, I need more information about + +https://docs.microsoft.com/es-es/azure/architecture/solution-ideas/articles/loan-credit-risk-analyzer-and-default-modeling + +Riesgo crediticio y modelo predeterminado + + + +--- +#### Detalles del documento + +⚠ *No edite esta sección. Se requiere para docs.microsoft.com ➟ Vinculación de problema de GitHub.* + +* ID: ed6476ec-ceb9-cb1a-92dd-5dbe50b729a0 +* Version Independent ID: 0081a02f-b8d0-0945-51e7-a9a53c47f66d +* Content: [Riesgo crediticio y modelo predeterminado - Azure Solution Ideas](https://docs.microsoft.com/es-es/azure/architecture/solution-ideas/articles/loan-credit-risk-analyzer-and-default-modeling) +* Content Source: [docs/solution-ideas/articles/loan-credit-risk-analyzer-and-default-modeling.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/loan-credit-risk-analyzer-and-default-modeling.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Riesgo crediticio y modelo predeterminado PowerBi - Hi, I need more information about + +https://docs.microsoft.com/es-es/azure/architecture/solution-ideas/articles/loan-credit-risk-analyzer-and-default-modeling + +Riesgo crediticio y modelo predeterminado + + + +--- +#### Detalles del documento + +⚠ *No edite esta sección. Se requiere para docs.microsoft.com ➟ Vinculación de problema de GitHub.* + +* ID: ed6476ec-ceb9-cb1a-92dd-5dbe50b729a0 +* Version Independent ID: 0081a02f-b8d0-0945-51e7-a9a53c47f66d +* Content: [Riesgo crediticio y modelo predeterminado - Azure Solution Ideas](https://docs.microsoft.com/es-es/azure/architecture/solution-ideas/articles/loan-credit-risk-analyzer-and-default-modeling) +* Content Source: [docs/solution-ideas/articles/loan-credit-risk-analyzer-and-default-modeling.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/loan-credit-risk-analyzer-and-default-modeling.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,riesgo crediticio y modelo predeterminado powerbi hi i need more information about riesgo crediticio y modelo predeterminado detalles del documento ⚠ no edite esta sección se requiere para docs microsoft com ➟ vinculación de problema de github id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias pnp ,1 +338952,30331974339.0,IssuesEvent,2023-07-11 07:06:23,unifyai/ivy,https://api.github.com/repos/unifyai/ivy,closed,Fix tensor.test_torch_instance_squeeze,PyTorch Frontend Sub Task Failing Test,"| | | +|---|---| +|tensorflow| +|jax| +|numpy| +|torch| +|paddle| +",1.0,"Fix tensor.test_torch_instance_squeeze - | | | +|---|---| +|tensorflow| +|jax| +|numpy| +|torch| +|paddle| +",0,fix tensor test torch instance squeeze tensorflow a href src jax a href src numpy a href src torch a href src paddle a href src ,0 +350373,24980749941.0,IssuesEvent,2022-11-02 11:29:25,vendorsec/mvsp,https://api.github.com/repos/vendorsec/mvsp,closed,Have you considered any integration with the SLSA framework?,documentation enhancement,"[SLSA](slsa.dev) is a leveling framework for software supply chain integrity, with a big emphasis on provenance (understanding how an artifact was built). SLSA has some overlap with mvsp in terms of requirements. At the minimum, it seems like mvsp could benefit from a requirement around the provenance of the B2B software being delivered so producers of software can better assert as to what they are providing to their consumers, and consumers can verify they've received what was intended. One way to implement an improvement here is to require producers of the software to cryptographically sign the final package/binary. The [sigstore](sigstore.dev) project would be an easy way to implement the signing/verification flow. Thoughts?",1.0,"Have you considered any integration with the SLSA framework? - [SLSA](slsa.dev) is a leveling framework for software supply chain integrity, with a big emphasis on provenance (understanding how an artifact was built). SLSA has some overlap with mvsp in terms of requirements. At the minimum, it seems like mvsp could benefit from a requirement around the provenance of the B2B software being delivered so producers of software can better assert as to what they are providing to their consumers, and consumers can verify they've received what was intended. One way to implement an improvement here is to require producers of the software to cryptographically sign the final package/binary. The [sigstore](sigstore.dev) project would be an easy way to implement the signing/verification flow. Thoughts?",0,have you considered any integration with the slsa framework slsa dev is a leveling framework for software supply chain integrity with a big emphasis on provenance understanding how an artifact was built slsa has some overlap with mvsp in terms of requirements at the minimum it seems like mvsp could benefit from a requirement around the provenance of the software being delivered so producers of software can better assert as to what they are providing to their consumers and consumers can verify they ve received what was intended one way to implement an improvement here is to require producers of the software to cryptographically sign the final package binary the sigstore dev project would be an easy way to implement the signing verification flow thoughts ,0 +29897,24377471385.0,IssuesEvent,2022-10-04 03:21:34,LSSTDESC/SprintWeek2022,https://api.github.com/repos/LSSTDESC/SprintWeek2022,opened,your sprint name ,Infrastructure Sprint,"# Analysis Tools exploration + +This is a sprint for the SRV group to understand the Rubin Observatory analysis tools framework and learn how to write validation tests in the framework. + +Contacts: Patricia Larsen +Day/Time: Oct 17-21 +Main communication channel: desc-srv channel +GitHub repo: +Zoom room (if applicable): TBD + +## Goals and deliverable + +Our main goal is to understand whether the analysis tools framework will be useful for our purposes, as well as to understand how to write tests in this framework for better communication with the project. A secondary goal is to re-write a few of the tests within this framework as an example. + +## Resources and skills needed + +Knowledge of analysis tools framework is a plus, but anyone who wants to write additional tests in your area of expertise, join the conversations or just learn about the SRV group's work is welcome to join. + +## Detailed description + +This sprint will be a combination of in-person and remote. ",1.0,"your sprint name - # Analysis Tools exploration + +This is a sprint for the SRV group to understand the Rubin Observatory analysis tools framework and learn how to write validation tests in the framework. + +Contacts: Patricia Larsen +Day/Time: Oct 17-21 +Main communication channel: desc-srv channel +GitHub repo: +Zoom room (if applicable): TBD + +## Goals and deliverable + +Our main goal is to understand whether the analysis tools framework will be useful for our purposes, as well as to understand how to write tests in this framework for better communication with the project. A secondary goal is to re-write a few of the tests within this framework as an example. + +## Resources and skills needed + +Knowledge of analysis tools framework is a plus, but anyone who wants to write additional tests in your area of expertise, join the conversations or just learn about the SRV group's work is welcome to join. + +## Detailed description + +This sprint will be a combination of in-person and remote. ",0,your sprint name analysis tools exploration this is a sprint for the srv group to understand the rubin observatory analysis tools framework and learn how to write validation tests in the framework contacts patricia larsen day time oct main communication channel desc srv channel github repo zoom room if applicable tbd goals and deliverable our main goal is to understand whether the analysis tools framework will be useful for our purposes as well as to understand how to write tests in this framework for better communication with the project a secondary goal is to re write a few of the tests within this framework as an example resources and skills needed knowledge of analysis tools framework is a plus but anyone who wants to write additional tests in your area of expertise join the conversations or just learn about the srv group s work is welcome to join detailed description this sprint will be a combination of in person and remote ,0 +116705,11940162370.0,IssuesEvent,2020-04-02 16:16:12,chef/chef-workstation,https://api.github.com/repos/chef/chef-workstation,closed,Clean/merge obsolete www docs,Aspect: Documentation Triage: Confirmed Type: Chore,"Assist releng team in merging chef.sh docs into the main doc site. +A PR is open: https://github.com/chef/chef-workstation/pull/1037 + +The intent is to update (in the PR above) the www/ docs +* merge orphaned content into existing pages +* add menu entries for orphaned content that should be present +* delete orphaned content that is no longer applicable. + +To identify the orphaned content, deploy the docs locally (instructions in www/) and visit localhost:1313/. Anything identified as ""Missing"" needs to have one of the actions above applied. ",1.0,"Clean/merge obsolete www docs - Assist releng team in merging chef.sh docs into the main doc site. +A PR is open: https://github.com/chef/chef-workstation/pull/1037 + +The intent is to update (in the PR above) the www/ docs +* merge orphaned content into existing pages +* add menu entries for orphaned content that should be present +* delete orphaned content that is no longer applicable. + +To identify the orphaned content, deploy the docs locally (instructions in www/) and visit localhost:1313/. Anything identified as ""Missing"" needs to have one of the actions above applied. ",0,clean merge obsolete www docs assist releng team in merging chef sh docs into the main doc site a pr is open the intent is to update in the pr above the www docs merge orphaned content into existing pages add menu entries for orphaned content that should be present delete orphaned content that is no longer applicable to identify the orphaned content deploy the docs locally instructions in www and visit localhost anything identified as missing needs to have one of the actions above applied ,0 +7790,19340572909.0,IssuesEvent,2021-12-15 03:39:23,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Incomplete page,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc," +There is not very much content on this page, it looks like the primary section of the page may not have been published. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 86da7d5a-f642-2f32-df67-7bfb766afbb9 +* Version Independent ID: 86da7d5a-f642-2f32-df67-7bfb766afbb9 +* Content: [Service-specific guidance for a multitenant solution - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/multitenant/service/overview) +* Content Source: [docs/guide/multitenant/service/overview.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/multitenant/service/overview.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @johndowns +* Microsoft Alias: **jodowns**",1.0,"Incomplete page - +There is not very much content on this page, it looks like the primary section of the page may not have been published. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 86da7d5a-f642-2f32-df67-7bfb766afbb9 +* Version Independent ID: 86da7d5a-f642-2f32-df67-7bfb766afbb9 +* Content: [Service-specific guidance for a multitenant solution - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/multitenant/service/overview) +* Content Source: [docs/guide/multitenant/service/overview.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/multitenant/service/overview.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @johndowns +* Microsoft Alias: **jodowns**",1,incomplete page there is not very much content on this page it looks like the primary section of the page may not have been published document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login johndowns microsoft alias jodowns ,1 +34625,9421830636.0,IssuesEvent,2019-04-11 07:55:33,commercialhaskell/stack,https://api.github.com/repos/commercialhaskell/stack,closed,Don't work `stack script --resolver lts-9.3 --package ghc --package ghc-paths`,component: build component: script interpreter further investigation required,"Failure bolow command. +```bash +$ stack script Main.hs --resolver lts-9.3 --package ghc --package ghc-paths +``` + +But, success below command. +```bash +$ stack script Main.hs --resolver lts-9.3 --package ghc-paths +$ stack script Main.hs --resolver lts-9.3 --package ghc --package ghc-paths +``` + +### Steps to reproduce + +1. Clean dir `rm -rf ~/.stack` +2. Create `Main.hs` +```haskell +module Main where + +main :: IO () +main = undefined +``` +3. Run `stack script Main.hs --resolver lts-9.3 --package ghc --package ghc-paths` + + +### Expected + +I expected that displayed to result (`undefined`) after build & run. + +### Actual + +#### Failure case +Not found `ghc` package error. + +```bash +$ stack script test.hs --resolver lts-9.3 --package ghc --package ghc-paths --verbose +Version 1.5.1, Git revision 2b0392468a03174a7c5d317291c62452d771b055 x86_64 hpack-0.18.1 +2017-09-05 18:13:21.093922: [debug] Ignoring config files +@(Stack/Config.hs:915:13) +2017-09-05 18:13:21.094564: [debug] Using resolver: lts-9.3 specified on command line +@(Stack/Config.hs:537:7) +2017-09-05 18:13:21.094643: [info] Using resolver: lts-9.3 specified on command line +@(Stack/Config.hs:628:17) +2017-09-05 18:13:21.094830: [debug] Decoding build plan from: /home/foo/.stack/build-plan/lts-9.3.yaml +@(Stack/Snapshot.hs:151:5) +2017-09-05 18:13:22.319973: [debug] Run process: /sbin/ldconfig -p +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.321808: [debug] Process finished in 1ms: /sbin/ldconfig -p +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.322099: [debug] Run process: /usr/bin/gcc -v +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.323198: [debug] Process finished in 1ms: /usr/bin/gcc -v +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.323300: [debug] PIE enabled +@(Stack/Setup.hs:585:17) +2017-09-05 18:13:22.323427: [debug] Found shared library libtinfo.so.5 in 'ldconfig -p' output +@(Stack/Setup.hs:561:29) +2017-09-05 18:13:22.323589: [debug] Did not find shared library libtinfo.so.6 +@(Stack/Setup.hs:575:38) +2017-09-05 18:13:22.323663: [debug] Did not find shared library libncursesw.so.6 +@(Stack/Setup.hs:575:38) +2017-09-05 18:13:22.323725: [debug] Found shared library libgmp.so.10 in 'ldconfig -p' output +@(Stack/Setup.hs:561:29) +2017-09-05 18:13:22.323795: [debug] Did not find shared library libgmp.so.3 +@(Stack/Setup.hs:575:38) +2017-09-05 18:13:22.323846: [debug] Using standard GHC build +@(Stack/Setup.hs:613:9) +2017-09-05 18:13:22.324144: [debug] Getting global package database location +@(Stack/GhcPkg.hs:46:5) +2017-09-05 18:13:22.324321: [debug] Asking GHC for its version +@(Stack/Setup/Installed.hs:98:13) +2017-09-05 18:13:22.324438: [debug] Getting Cabal package version +@(Stack/GhcPkg.hs:185:5) +2017-09-05 18:13:22.324509: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.324932: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --numeric-version +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.325906: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.342697: [debug] Process finished in 18ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.352001: [debug] Process finished in 25ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.373818: [debug] Process finished in 47ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --numeric-version +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.374015: [debug] GHC version is: ghc-8.0.2 +@(Stack/Setup/Installed.hs:102:13) +2017-09-05 18:13:22.374136: [debug] Resolving package entries +@(Stack/Setup.hs:252:5) +2017-09-05 18:13:22.374362: [debug] Trying to decode /home/foo/.stack/loaded-snapshot-cache/x86_64-linux/ghc-8.0.2/lts-9.3.cache +@(Data/Store/VersionTagged.hs:66:5) +2017-09-05 18:13:22.400517: [debug] Success decoding /home/foo/.stack/loaded-snapshot-cache/x86_64-linux/ghc-8.0.2/lts-9.3.cache +@(Data/Store/VersionTagged.hs:70:13) +2017-09-05 18:13:22.401300: [debug] Starting to execute command inside EnvConfig +@(Stack/Runners.hs:168:18) +2017-09-05 18:13:22.401519: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg list --simple-output +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.419844: [debug] Process finished in 18ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg list --simple-output +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.420053: [debug] Missing packages, performing installation +@(Stack/Script.hs:84:21) +2017-09-05 18:13:22.420143: [debug] Parsing the targets +@(Stack/Build/Target.hs:473:3) +2017-09-05 18:13:22.460835: [debug] Finding out which packages are already installed +@(Stack/Build/Installed.hs:60:5) +2017-09-05 18:13:22.461683: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --global --no-user-package-db dump --expand-pkgroot +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.487589: [debug] Process finished in 25ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --global --no-user-package-db dump --expand-pkgroot +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.488454: [debug] Ignoring package haskeline due to wanting version 0.7.4.0 instead of 0.7.3.0 +@(Stack/Build/Installed.hs:190:5) +2017-09-05 18:13:22.488553: [debug] Ignoring package terminfo due to wanting version 0.4.1.0 instead of 0.4.0.2 +@(Stack/Build/Installed.hs:190:5) +2017-09-05 18:13:22.488626: [debug] Ignoring package xhtml due to wanting version 3000.2.2 instead of 3000.2.1 +@(Stack/Build/Installed.hs:190:5) +2017-09-05 18:13:22.488895: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.507026: [debug] Process finished in 17ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.507375: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.525772: [debug] Process finished in 18ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.526398: [debug] Constructing the build plan +@(Stack/Build/ConstructPlan.hs:179:5) +2017-09-05 18:13:22.527063: [debug] Trying to decode /home/foo/.stack/indices/Hackage/01-index.cache +@(Data/Store/VersionTagged.hs:66:5) +2017-09-05 18:13:22.650981: [debug] Success decoding /home/foo/.stack/indices/Hackage/01-index.cache +@(Data/Store/VersionTagged.hs:70:13) +2017-09-05 18:13:22.653824: [info] Didn't see ghc-8.0.2 in your package indices. +Updating and trying again. +@(Stack/Fetch.hs:357:33) +2017-09-05 18:13:22.655279: [info] Selected mirror https://s3.amazonaws.com/hackage.fpcomplete.com/ +@(Stack/PackageIndex.hs:307:24) +2017-09-05 18:13:22.659140: [info] Downloading timestamp +@(Stack/PackageIndex.hs:307:24) +2017-09-05 18:13:24.080026: [info] No updates to your package index were found +@(Stack/PackageIndex.hs:362:14) +Update complete +2017-09-05 18:13:27.790829: [debug] Trying to decode /home/foo/.stack/indices/Hackage/01-index.cache +@(Data/Store/VersionTagged.hs:66:5) +2017-09-05 18:13:27.990528: [debug] Success decoding /home/foo/.stack/indices/Hackage/01-index.cache +@(Data/Store/VersionTagged.hs:70:13) +The following package identifiers were not found in your indices: ghc-8.0.2 +Possible candidates: ghc-8.2.1. +``` + +#### Success case +step 1. + +```bash +stack script test.hs --resolver lts-9.3 --package ghc-paths --verbose +Version 1.5.1, Git revision 2b0392468a03174a7c5d317291c62452d771b055 x86_64 hpack-0.18.1 +2017-09-05 18:15:02.972926: [debug] Ignoring config files +@(Stack/Config.hs:915:13) +2017-09-05 18:15:02.973516: [debug] Using resolver: lts-9.3 specified on command line +@(Stack/Config.hs:537:7) +2017-09-05 18:15:02.973588: [info] Using resolver: lts-9.3 specified on command line +@(Stack/Config.hs:628:17) +2017-09-05 18:15:02.973655: [debug] Decoding build plan from: /home/foo/.stack/build-plan/lts-9.3.yaml +@(Stack/Snapshot.hs:151:5) +2017-09-05 18:15:04.180276: [debug] Run process: /sbin/ldconfig -p +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.182259: [debug] Process finished in 1ms: /sbin/ldconfig -p +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.182457: [debug] Run process: /usr/bin/gcc -v +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.183728: [debug] Process finished in 1ms: /usr/bin/gcc -v +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.183838: [debug] PIE enabled +@(Stack/Setup.hs:585:17) +2017-09-05 18:15:04.183976: [debug] Found shared library libtinfo.so.5 in 'ldconfig -p' output +@(Stack/Setup.hs:561:29) +2017-09-05 18:15:04.184180: [debug] Did not find shared library libtinfo.so.6 +@(Stack/Setup.hs:575:38) +2017-09-05 18:15:04.184270: [debug] Did not find shared library libncursesw.so.6 +@(Stack/Setup.hs:575:38) +2017-09-05 18:15:04.184354: [debug] Found shared library libgmp.so.10 in 'ldconfig -p' output +@(Stack/Setup.hs:561:29) +2017-09-05 18:15:04.184446: [debug] Did not find shared library libgmp.so.3 +@(Stack/Setup.hs:575:38) +2017-09-05 18:15:04.184524: [debug] Using standard GHC build +@(Stack/Setup.hs:613:9) +2017-09-05 18:15:04.184852: [debug] Getting global package database location +@(Stack/GhcPkg.hs:46:5) +2017-09-05 18:15:04.184990: [debug] Asking GHC for its version +@(Stack/Setup/Installed.hs:98:13) +2017-09-05 18:15:04.185118: [debug] Getting Cabal package version +@(Stack/GhcPkg.hs:185:5) +2017-09-05 18:15:04.185189: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.185575: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --numeric-version +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.189497: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.208970: [debug] Process finished in 22ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.231413: [debug] Process finished in 29ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.231731: [debug] Process finished in 46ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --numeric-version +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.231846: [debug] GHC version is: ghc-8.0.2 +@(Stack/Setup/Installed.hs:102:13) +2017-09-05 18:15:04.231992: [debug] Resolving package entries +@(Stack/Setup.hs:252:5) +2017-09-05 18:15:04.232213: [debug] Trying to decode /home/foo/.stack/loaded-snapshot-cache/x86_64-linux/ghc-8.0.2/lts-9.3.cache +@(Data/Store/VersionTagged.hs:66:5) +2017-09-05 18:15:04.258664: [debug] Success decoding /home/foo/.stack/loaded-snapshot-cache/x86_64-linux/ghc-8.0.2/lts-9.3.cache +@(Data/Store/VersionTagged.hs:70:13) +2017-09-05 18:15:04.259391: [debug] Starting to execute command inside EnvConfig +@(Stack/Runners.hs:168:18) +2017-09-05 18:15:04.259593: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg list --simple-output +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.278507: [debug] Process finished in 18ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg list --simple-output +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.278649: [debug] Missing packages, performing installation +@(Stack/Script.hs:84:21) +2017-09-05 18:15:04.278764: [debug] Parsing the targets +@(Stack/Build/Target.hs:473:3) +2017-09-05 18:15:04.310866: [debug] Finding out which packages are already installed +@(Stack/Build/Installed.hs:60:5) +2017-09-05 18:15:04.311614: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --global --no-user-package-db dump --expand-pkgroot +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.346677: [debug] Process finished in 34ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --global --no-user-package-db dump --expand-pkgroot +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.347377: [debug] Ignoring package haskeline due to wanting version 0.7.4.0 instead of 0.7.3.0 +@(Stack/Build/Installed.hs:190:5) +2017-09-05 18:15:04.347468: [debug] Ignoring package terminfo due to wanting version 0.4.1.0 instead of 0.4.0.2 +@(Stack/Build/Installed.hs:190:5) +2017-09-05 18:15:04.347535: [debug] Ignoring package xhtml due to wanting version 3000.2.2 instead of 3000.2.1 +@(Stack/Build/Installed.hs:190:5) +2017-09-05 18:15:04.347748: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.368349: [debug] Process finished in 20ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.368581: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.385803: [debug] Process finished in 17ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.386433: [debug] Constructing the build plan +@(Stack/Build/ConstructPlan.hs:179:5) +2017-09-05 18:15:04.387302: [debug] Trying to decode /home/foo/.stack/indices/Hackage/01-index.cache +@(Data/Store/VersionTagged.hs:66:5) +2017-09-05 18:15:04.535856: [debug] Success decoding /home/foo/.stack/indices/Hackage/01-index.cache +@(Data/Store/VersionTagged.hs:70:13) +2017-09-05 18:15:04.540159: [debug] Checking if we are going to build multiple executables with the same name +@(Stack/Build.hs:177:5) +2017-09-05 18:15:04.540262: [debug] Executing the build plan +@(Stack/Build/Execute.hs:487:5) +2017-09-05 18:15:04.558429: [debug] Creating process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc -rtsopts -threaded -clear-package-db -global-package-db -hide-all-packages -package base -main-is StackSetupShim.mainOverride -package Cabal-1.24.2.0 /home/foo/.stack/setup-exe-src/setup-mPHDZzAJ.hs /home/foo/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs -o /home/foo/.stack/setup-exe-cache/x86_64-linux/tmp-Cabal-simple_mPHDZzAJ_1.24.2.0_ghc-8.0.2 +@(System/Process/Log.hs:22:3) +[1 of 2] Compiling Main ( /home/foo/.stack/setup-exe-src/setup-mPHDZzAJ.hs, /home/foo/.stack/setup-exe-src/setup-mPHDZzAJ.o ) +[2 of 2] Compiling StackSetupShim ( /home/foo/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs, /home/foo/.stack/setup-exe-src/setup-shim-mPHDZzAJ.o ) +Linking /home/foo/.stack/setup-exe-cache/x86_64-linux/tmp-Cabal-simple_mPHDZzAJ_1.24.2.0_ghc-8.0.2 ... +2017-09-05 18:15:08.144445: [debug] Getting global package database location +@(Stack/GhcPkg.hs:46:5) +2017-09-05 18:15:08.144627: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:08.163161: [debug] Process finished in 18ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:08.163848: [debug] Exception ignored when attempting to load /home/foo/.stack/precompiled/x86_64-linux/ghc-8.0.2/1.24.2.0/ghc-paths-0.1.0.9@sha256:d3f3470c7bd13b765891fb56b28d809cb7aeda0a78050679ae6f29b6705c46bf,656/SWXaDPn62wF2mi5c-wlXeEG1Td-bFCxHP1uj741nlPo=: /home/foo/.stack/precompiled/x86_64-linux/ghc-8.0.2/1.24.2.0/ghc-paths-0.1.0.9@sha256:d3f3470c7bd13b765891fb56b28d809cb7aeda0a78050679ae6f29b6705c46bf,656/SWXaDPn62wF2mi5c-wlXeEG1Td-bFCxHP1uj741nlPo=: openBinaryFile: does not exist (No such file or directory) +@(Data/Store/VersionTagged.hs:84:9) +2017-09-05 18:15:08.164431: [debug] Downloading /hackage.fpcomplete.com/package/ghc-paths-0.1.0.9.tar.gz +@(Network/HTTP/Download/Verified.hs:226:9) +2017-09-05 18:15:09.756666: [info] ghc-paths-0.1.0.9: download +@(Stack/Fetch.hs:525:32) +2017-09-05 18:15:09.759156: [debug] Exception ignored when attempting to load /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-config-cache: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-config-cache: openBinaryFile: does not exist (No such file or directory) +@(Data/Store/VersionTagged.hs:84:9) +2017-09-05 18:15:09.759328: [debug] Exception ignored when attempting to load /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-cabal-mod: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-cabal-mod: openBinaryFile: does not exist (No such file or directory) +@(Data/Store/VersionTagged.hs:84:9) +2017-09-05 18:15:09.759562: [info] ghc-paths-0.1.0.9: configure +@(Stack/Build/Execute.hs:838:23) +2017-09-05 18:15:09.760713: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-8.0.2 --make -odir /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup -hidir /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup -i -i. -clear-package-db -global-package-db -package-db=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb -package-db=/home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/pkgdb -hide-all-packages -package-id=Cabal-1.24.2.0 -package-id=base-4.9.1.0 -package-id=directory-1.3.0.0 -optP-include -optP/tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup_macros.h /tmp/stack31298/ghc-paths-0.1.0.9/Setup.hs /home/foo/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs -main-is StackSetupShim.mainOverride -o /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup -threaded +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:13.436617: [debug] Process finished in 3675ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-8.0.2 --make -odir /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup -hidir /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup -i -i. -clear-package-db -global-package-db -package-db=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb -package-db=/home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/pkgdb -hide-all-packages -package-id=Cabal-1.24.2.0 -package-id=base-4.9.1.0 -package-id=directory-1.3.0.0 -optP-include -optP/tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup_macros.h /tmp/stack31298/ghc-paths-0.1.0.9/Setup.hs /home/foo/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs -main-is StackSetupShim.mainOverride -o /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup -threaded +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:13.437039: [debug] Run process: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 configure --with-ghc=/home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --with-ghc-pkg=/home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --package-db=clear --package-db=global --package-db=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb --libdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/lib --bindir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/bin --datadir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/share --libexecdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/libexec --sysconfdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/etc --docdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/doc/ghc-paths-0.1.0.9 --htmldir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/doc/ghc-paths-0.1.0.9 --haddockdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/doc/ghc-paths-0.1.0.9 --dependency=Cabal=Cabal-1.24.2.0 --dependency=base=base-4.9.1.0 --dependency=directory=directory-1.3.0.0 +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:14.003558: [debug] Process finished in 566ms: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 configure --with-ghc=/home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --with-ghc-pkg=/home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --package-db=clear --package-db=global --package-db=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb --libdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/lib --bindir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/bin --datadir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/share --libexecdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/libexec --sysconfdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/etc --docdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/doc/ghc-paths-0.1.0.9 --htmldir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/doc/ghc-paths-0.1.0.9 --haddockdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/doc/ghc-paths-0.1.0.9 --dependency=Cabal=Cabal-1.24.2.0 --dependency=base=base-4.9.1.0 --dependency=directory=directory-1.3.0.0 +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:14.003874: [debug] Encoding /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-config-cache +@(Data/Store/VersionTagged.hs:48:5) +2017-09-05 18:15:14.004236: [debug] Finished writing /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-config-cache +@(Data/Store/VersionTagged.hs:53:5) +2017-09-05 18:15:14.004341: [debug] Encoding /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-cabal-mod +@(Data/Store/VersionTagged.hs:48:5) +2017-09-05 18:15:14.004649: [debug] Finished writing /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-cabal-mod +@(Data/Store/VersionTagged.hs:53:5) +2017-09-05 18:15:14.004799: [info] ghc-paths-0.1.0.9: build +@(Stack/Build/Execute.hs:838:23) +2017-09-05 18:15:14.005078: [debug] Run process: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 build --ghc-options "" -ddump-hi -ddump-to-file"" +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:14.470439: [debug] Process finished in 465ms: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 build --ghc-options "" -ddump-hi -ddump-to-file"" +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:14.470627: [info] ghc-paths-0.1.0.9: copy/register +@(Stack/Build/Execute.hs:838:23) +2017-09-05 18:15:14.470949: [debug] Run process: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 copy +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:14.485856: [debug] Process finished in 14ms: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 copy +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:14.486332: [debug] Run process: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 register +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:14.606404: [debug] Process finished in 119ms: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 register +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:14.606903: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb describe --simple-output ghc-paths --expand-pkgroot +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:14.627097: [debug] Process finished in 19ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb describe --simple-output ghc-paths --expand-pkgroot +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:14.627936: [debug] Encoding /home/foo/.stack/precompiled/x86_64-linux/ghc-8.0.2/1.24.2.0/ghc-paths-0.1.0.9@sha256:d3f3470c7bd13b765891fb56b28d809cb7aeda0a78050679ae6f29b6705c46bf,656/SWXaDPn62wF2mi5c-wlXeEG1Td-bFCxHP1uj741nlPo= +@(Data/Store/VersionTagged.hs:48:5) +2017-09-05 18:15:14.628291: [debug] Finished writing /home/foo/.stack/precompiled/x86_64-linux/ghc-8.0.2/1.24.2.0/ghc-paths-0.1.0.9@sha256:d3f3470c7bd13b765891fb56b28d809cb7aeda0a78050679ae6f29b6705c46bf,656/SWXaDPn62wF2mi5c-wlXeEG1Td-bFCxHP1uj741nlPo= +@(Data/Store/VersionTagged.hs:53:5) +2017-09-05 18:15:14.631289: [debug] Encoding /home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/flag-cache/ghc-paths-0.1.0.9-AhaDlGOsRAepox069XzG +@(Data/Store/VersionTagged.hs:48:5) +2017-09-05 18:15:14.631680: [debug] Finished writing /home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/flag-cache/ghc-paths-0.1.0.9-AhaDlGOsRAepox069XzG +@(Data/Store/VersionTagged.hs:53:5) +2017-09-05 18:15:14.631958: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/runghc -hide-all-packages -packagebase -packageghc-paths /home/foo/test.hs +@(System/Process/Log.hs:37:3) +test.hs: Prelude.undefined +CallStack (from HasCallStack): + error, called at libraries/base/GHC/Err.hs:79:14 in base:GHC.Err + undefined, called at /home/foo/test.hs:4:8 in main:Main +``` + +step 2 + +```bash +$ stack script test.hs --resolver lts-9.3 --package ghc --package ghc-paths --verbose +Version 1.5.1, Git revision 2b0392468a03174a7c5d317291c62452d771b055 x86_64 hpack-0.18.1 +2017-09-05 18:21:34.453142: [debug] Ignoring config files +@(Stack/Config.hs:915:13) +2017-09-05 18:21:34.453729: [debug] Using resolver: lts-9.3 specified on command line +@(Stack/Config.hs:537:7) +2017-09-05 18:21:34.453809: [info] Using resolver: lts-9.3 specified on command line +@(Stack/Config.hs:628:17) +2017-09-05 18:21:34.454004: [debug] Decoding build plan from: /home/foo/.stack/build-plan/lts-9.3.yaml +@(Stack/Snapshot.hs:151:5) +2017-09-05 18:21:35.689984: [debug] Run process: /sbin/ldconfig -p +@(System/Process/Log.hs:37:3) +2017-09-05 18:21:35.691721: [debug] Process finished in 1ms: /sbin/ldconfig -p +@(System/Process/Log.hs:44:3) +2017-09-05 18:21:35.691915: [debug] Run process: /usr/bin/gcc -v +@(System/Process/Log.hs:37:3) +2017-09-05 18:21:35.693237: [debug] Process finished in 1ms: /usr/bin/gcc -v +@(System/Process/Log.hs:44:3) +2017-09-05 18:21:35.693446: [debug] PIE enabled +@(Stack/Setup.hs:585:17) +2017-09-05 18:21:35.693588: [debug] Found shared library libtinfo.so.5 in 'ldconfig -p' output +@(Stack/Setup.hs:561:29) +2017-09-05 18:21:35.693751: [debug] Did not find shared library libtinfo.so.6 +@(Stack/Setup.hs:575:38) +2017-09-05 18:21:35.693829: [debug] Did not find shared library libncursesw.so.6 +@(Stack/Setup.hs:575:38) +2017-09-05 18:21:35.693889: [debug] Found shared library libgmp.so.10 in 'ldconfig -p' output +@(Stack/Setup.hs:561:29) +2017-09-05 18:21:35.693963: [debug] Did not find shared library libgmp.so.3 +@(Stack/Setup.hs:575:38) +2017-09-05 18:21:35.694014: [debug] Using standard GHC build +@(Stack/Setup.hs:613:9) +2017-09-05 18:21:35.694326: [debug] Asking GHC for its version +@(Stack/Setup/Installed.hs:98:13) +2017-09-05 18:21:35.694490: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --numeric-version +@(System/Process/Log.hs:37:3) +2017-09-05 18:21:35.694868: [debug] Getting Cabal package version +@(Stack/GhcPkg.hs:185:5) +2017-09-05 18:21:35.695774: [debug] Getting global package database location +@(Stack/GhcPkg.hs:46:5) +2017-09-05 18:21:35.695850: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version +@(System/Process/Log.hs:37:3) +2017-09-05 18:21:35.696084: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:37:3) +2017-09-05 18:21:35.714060: [debug] Process finished in 18ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version +@(System/Process/Log.hs:44:3) +2017-09-05 18:21:35.727648: [debug] Process finished in 32ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --numeric-version +@(System/Process/Log.hs:44:3) +2017-09-05 18:21:35.727766: [debug] GHC version is: ghc-8.0.2 +@(Stack/Setup/Installed.hs:102:13) +2017-09-05 18:21:35.731071: [debug] Process finished in 17ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:44:3) +2017-09-05 18:21:35.731359: [debug] Resolving package entries +@(Stack/Setup.hs:252:5) +2017-09-05 18:21:35.731510: [debug] Trying to decode /home/foo/.stack/loaded-snapshot-cache/x86_64-linux/ghc-8.0.2/lts-9.3.cache +@(Data/Store/VersionTagged.hs:66:5) +2017-09-05 18:21:35.757467: [debug] Success decoding /home/foo/.stack/loaded-snapshot-cache/x86_64-linux/ghc-8.0.2/lts-9.3.cache +@(Data/Store/VersionTagged.hs:70:13) +2017-09-05 18:21:35.758334: [debug] Starting to execute command inside EnvConfig +@(Stack/Runners.hs:168:18) +2017-09-05 18:21:35.758541: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg list --simple-output +@(System/Process/Log.hs:37:3) +2017-09-05 18:21:35.777333: [debug] Process finished in 18ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg list --simple-output +@(System/Process/Log.hs:44:3) +2017-09-05 18:21:35.777506: [debug] All packages already installed +@(Stack/Script.hs:82:22) +2017-09-05 18:21:35.777688: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/runghc -hide-all-packages -packagebase -packageghc -packageghc-paths /home/foo/test.hs +@(System/Process/Log.hs:37:3) +test.hs: Prelude.undefined +CallStack (from HasCallStack): + error, called at libraries/base/GHC/Err.hs:79:14 in base:GHC.Err + undefined, called at /home/foo/test.hs:4:8 in main:Main +``` + +### Stack version + +``` +$ stack --version +Version 1.5.1, Git revision 2b0392468a03174a7c5d317291c62452d771b055 x86_64 hpack-0.18.1 +``` + +### Method of installation + +* Official binary, downloaded from stackage.org or fpcomplete's package repository",1.0,"Don't work `stack script --resolver lts-9.3 --package ghc --package ghc-paths` - Failure bolow command. +```bash +$ stack script Main.hs --resolver lts-9.3 --package ghc --package ghc-paths +``` + +But, success below command. +```bash +$ stack script Main.hs --resolver lts-9.3 --package ghc-paths +$ stack script Main.hs --resolver lts-9.3 --package ghc --package ghc-paths +``` + +### Steps to reproduce + +1. Clean dir `rm -rf ~/.stack` +2. Create `Main.hs` +```haskell +module Main where + +main :: IO () +main = undefined +``` +3. Run `stack script Main.hs --resolver lts-9.3 --package ghc --package ghc-paths` + + +### Expected + +I expected that displayed to result (`undefined`) after build & run. + +### Actual + +#### Failure case +Not found `ghc` package error. + +```bash +$ stack script test.hs --resolver lts-9.3 --package ghc --package ghc-paths --verbose +Version 1.5.1, Git revision 2b0392468a03174a7c5d317291c62452d771b055 x86_64 hpack-0.18.1 +2017-09-05 18:13:21.093922: [debug] Ignoring config files +@(Stack/Config.hs:915:13) +2017-09-05 18:13:21.094564: [debug] Using resolver: lts-9.3 specified on command line +@(Stack/Config.hs:537:7) +2017-09-05 18:13:21.094643: [info] Using resolver: lts-9.3 specified on command line +@(Stack/Config.hs:628:17) +2017-09-05 18:13:21.094830: [debug] Decoding build plan from: /home/foo/.stack/build-plan/lts-9.3.yaml +@(Stack/Snapshot.hs:151:5) +2017-09-05 18:13:22.319973: [debug] Run process: /sbin/ldconfig -p +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.321808: [debug] Process finished in 1ms: /sbin/ldconfig -p +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.322099: [debug] Run process: /usr/bin/gcc -v +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.323198: [debug] Process finished in 1ms: /usr/bin/gcc -v +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.323300: [debug] PIE enabled +@(Stack/Setup.hs:585:17) +2017-09-05 18:13:22.323427: [debug] Found shared library libtinfo.so.5 in 'ldconfig -p' output +@(Stack/Setup.hs:561:29) +2017-09-05 18:13:22.323589: [debug] Did not find shared library libtinfo.so.6 +@(Stack/Setup.hs:575:38) +2017-09-05 18:13:22.323663: [debug] Did not find shared library libncursesw.so.6 +@(Stack/Setup.hs:575:38) +2017-09-05 18:13:22.323725: [debug] Found shared library libgmp.so.10 in 'ldconfig -p' output +@(Stack/Setup.hs:561:29) +2017-09-05 18:13:22.323795: [debug] Did not find shared library libgmp.so.3 +@(Stack/Setup.hs:575:38) +2017-09-05 18:13:22.323846: [debug] Using standard GHC build +@(Stack/Setup.hs:613:9) +2017-09-05 18:13:22.324144: [debug] Getting global package database location +@(Stack/GhcPkg.hs:46:5) +2017-09-05 18:13:22.324321: [debug] Asking GHC for its version +@(Stack/Setup/Installed.hs:98:13) +2017-09-05 18:13:22.324438: [debug] Getting Cabal package version +@(Stack/GhcPkg.hs:185:5) +2017-09-05 18:13:22.324509: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.324932: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --numeric-version +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.325906: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.342697: [debug] Process finished in 18ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.352001: [debug] Process finished in 25ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.373818: [debug] Process finished in 47ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --numeric-version +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.374015: [debug] GHC version is: ghc-8.0.2 +@(Stack/Setup/Installed.hs:102:13) +2017-09-05 18:13:22.374136: [debug] Resolving package entries +@(Stack/Setup.hs:252:5) +2017-09-05 18:13:22.374362: [debug] Trying to decode /home/foo/.stack/loaded-snapshot-cache/x86_64-linux/ghc-8.0.2/lts-9.3.cache +@(Data/Store/VersionTagged.hs:66:5) +2017-09-05 18:13:22.400517: [debug] Success decoding /home/foo/.stack/loaded-snapshot-cache/x86_64-linux/ghc-8.0.2/lts-9.3.cache +@(Data/Store/VersionTagged.hs:70:13) +2017-09-05 18:13:22.401300: [debug] Starting to execute command inside EnvConfig +@(Stack/Runners.hs:168:18) +2017-09-05 18:13:22.401519: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg list --simple-output +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.419844: [debug] Process finished in 18ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg list --simple-output +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.420053: [debug] Missing packages, performing installation +@(Stack/Script.hs:84:21) +2017-09-05 18:13:22.420143: [debug] Parsing the targets +@(Stack/Build/Target.hs:473:3) +2017-09-05 18:13:22.460835: [debug] Finding out which packages are already installed +@(Stack/Build/Installed.hs:60:5) +2017-09-05 18:13:22.461683: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --global --no-user-package-db dump --expand-pkgroot +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.487589: [debug] Process finished in 25ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --global --no-user-package-db dump --expand-pkgroot +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.488454: [debug] Ignoring package haskeline due to wanting version 0.7.4.0 instead of 0.7.3.0 +@(Stack/Build/Installed.hs:190:5) +2017-09-05 18:13:22.488553: [debug] Ignoring package terminfo due to wanting version 0.4.1.0 instead of 0.4.0.2 +@(Stack/Build/Installed.hs:190:5) +2017-09-05 18:13:22.488626: [debug] Ignoring package xhtml due to wanting version 3000.2.2 instead of 3000.2.1 +@(Stack/Build/Installed.hs:190:5) +2017-09-05 18:13:22.488895: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.507026: [debug] Process finished in 17ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.507375: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:37:3) +2017-09-05 18:13:22.525772: [debug] Process finished in 18ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:44:3) +2017-09-05 18:13:22.526398: [debug] Constructing the build plan +@(Stack/Build/ConstructPlan.hs:179:5) +2017-09-05 18:13:22.527063: [debug] Trying to decode /home/foo/.stack/indices/Hackage/01-index.cache +@(Data/Store/VersionTagged.hs:66:5) +2017-09-05 18:13:22.650981: [debug] Success decoding /home/foo/.stack/indices/Hackage/01-index.cache +@(Data/Store/VersionTagged.hs:70:13) +2017-09-05 18:13:22.653824: [info] Didn't see ghc-8.0.2 in your package indices. +Updating and trying again. +@(Stack/Fetch.hs:357:33) +2017-09-05 18:13:22.655279: [info] Selected mirror https://s3.amazonaws.com/hackage.fpcomplete.com/ +@(Stack/PackageIndex.hs:307:24) +2017-09-05 18:13:22.659140: [info] Downloading timestamp +@(Stack/PackageIndex.hs:307:24) +2017-09-05 18:13:24.080026: [info] No updates to your package index were found +@(Stack/PackageIndex.hs:362:14) +Update complete +2017-09-05 18:13:27.790829: [debug] Trying to decode /home/foo/.stack/indices/Hackage/01-index.cache +@(Data/Store/VersionTagged.hs:66:5) +2017-09-05 18:13:27.990528: [debug] Success decoding /home/foo/.stack/indices/Hackage/01-index.cache +@(Data/Store/VersionTagged.hs:70:13) +The following package identifiers were not found in your indices: ghc-8.0.2 +Possible candidates: ghc-8.2.1. +``` + +#### Success case +step 1. + +```bash +stack script test.hs --resolver lts-9.3 --package ghc-paths --verbose +Version 1.5.1, Git revision 2b0392468a03174a7c5d317291c62452d771b055 x86_64 hpack-0.18.1 +2017-09-05 18:15:02.972926: [debug] Ignoring config files +@(Stack/Config.hs:915:13) +2017-09-05 18:15:02.973516: [debug] Using resolver: lts-9.3 specified on command line +@(Stack/Config.hs:537:7) +2017-09-05 18:15:02.973588: [info] Using resolver: lts-9.3 specified on command line +@(Stack/Config.hs:628:17) +2017-09-05 18:15:02.973655: [debug] Decoding build plan from: /home/foo/.stack/build-plan/lts-9.3.yaml +@(Stack/Snapshot.hs:151:5) +2017-09-05 18:15:04.180276: [debug] Run process: /sbin/ldconfig -p +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.182259: [debug] Process finished in 1ms: /sbin/ldconfig -p +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.182457: [debug] Run process: /usr/bin/gcc -v +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.183728: [debug] Process finished in 1ms: /usr/bin/gcc -v +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.183838: [debug] PIE enabled +@(Stack/Setup.hs:585:17) +2017-09-05 18:15:04.183976: [debug] Found shared library libtinfo.so.5 in 'ldconfig -p' output +@(Stack/Setup.hs:561:29) +2017-09-05 18:15:04.184180: [debug] Did not find shared library libtinfo.so.6 +@(Stack/Setup.hs:575:38) +2017-09-05 18:15:04.184270: [debug] Did not find shared library libncursesw.so.6 +@(Stack/Setup.hs:575:38) +2017-09-05 18:15:04.184354: [debug] Found shared library libgmp.so.10 in 'ldconfig -p' output +@(Stack/Setup.hs:561:29) +2017-09-05 18:15:04.184446: [debug] Did not find shared library libgmp.so.3 +@(Stack/Setup.hs:575:38) +2017-09-05 18:15:04.184524: [debug] Using standard GHC build +@(Stack/Setup.hs:613:9) +2017-09-05 18:15:04.184852: [debug] Getting global package database location +@(Stack/GhcPkg.hs:46:5) +2017-09-05 18:15:04.184990: [debug] Asking GHC for its version +@(Stack/Setup/Installed.hs:98:13) +2017-09-05 18:15:04.185118: [debug] Getting Cabal package version +@(Stack/GhcPkg.hs:185:5) +2017-09-05 18:15:04.185189: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.185575: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --numeric-version +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.189497: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.208970: [debug] Process finished in 22ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.231413: [debug] Process finished in 29ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.231731: [debug] Process finished in 46ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --numeric-version +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.231846: [debug] GHC version is: ghc-8.0.2 +@(Stack/Setup/Installed.hs:102:13) +2017-09-05 18:15:04.231992: [debug] Resolving package entries +@(Stack/Setup.hs:252:5) +2017-09-05 18:15:04.232213: [debug] Trying to decode /home/foo/.stack/loaded-snapshot-cache/x86_64-linux/ghc-8.0.2/lts-9.3.cache +@(Data/Store/VersionTagged.hs:66:5) +2017-09-05 18:15:04.258664: [debug] Success decoding /home/foo/.stack/loaded-snapshot-cache/x86_64-linux/ghc-8.0.2/lts-9.3.cache +@(Data/Store/VersionTagged.hs:70:13) +2017-09-05 18:15:04.259391: [debug] Starting to execute command inside EnvConfig +@(Stack/Runners.hs:168:18) +2017-09-05 18:15:04.259593: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg list --simple-output +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.278507: [debug] Process finished in 18ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg list --simple-output +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.278649: [debug] Missing packages, performing installation +@(Stack/Script.hs:84:21) +2017-09-05 18:15:04.278764: [debug] Parsing the targets +@(Stack/Build/Target.hs:473:3) +2017-09-05 18:15:04.310866: [debug] Finding out which packages are already installed +@(Stack/Build/Installed.hs:60:5) +2017-09-05 18:15:04.311614: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --global --no-user-package-db dump --expand-pkgroot +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.346677: [debug] Process finished in 34ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --global --no-user-package-db dump --expand-pkgroot +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.347377: [debug] Ignoring package haskeline due to wanting version 0.7.4.0 instead of 0.7.3.0 +@(Stack/Build/Installed.hs:190:5) +2017-09-05 18:15:04.347468: [debug] Ignoring package terminfo due to wanting version 0.4.1.0 instead of 0.4.0.2 +@(Stack/Build/Installed.hs:190:5) +2017-09-05 18:15:04.347535: [debug] Ignoring package xhtml due to wanting version 3000.2.2 instead of 3000.2.1 +@(Stack/Build/Installed.hs:190:5) +2017-09-05 18:15:04.347748: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.368349: [debug] Process finished in 20ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.368581: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:04.385803: [debug] Process finished in 17ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/pkgdb dump --expand-pkgroot +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:04.386433: [debug] Constructing the build plan +@(Stack/Build/ConstructPlan.hs:179:5) +2017-09-05 18:15:04.387302: [debug] Trying to decode /home/foo/.stack/indices/Hackage/01-index.cache +@(Data/Store/VersionTagged.hs:66:5) +2017-09-05 18:15:04.535856: [debug] Success decoding /home/foo/.stack/indices/Hackage/01-index.cache +@(Data/Store/VersionTagged.hs:70:13) +2017-09-05 18:15:04.540159: [debug] Checking if we are going to build multiple executables with the same name +@(Stack/Build.hs:177:5) +2017-09-05 18:15:04.540262: [debug] Executing the build plan +@(Stack/Build/Execute.hs:487:5) +2017-09-05 18:15:04.558429: [debug] Creating process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc -rtsopts -threaded -clear-package-db -global-package-db -hide-all-packages -package base -main-is StackSetupShim.mainOverride -package Cabal-1.24.2.0 /home/foo/.stack/setup-exe-src/setup-mPHDZzAJ.hs /home/foo/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs -o /home/foo/.stack/setup-exe-cache/x86_64-linux/tmp-Cabal-simple_mPHDZzAJ_1.24.2.0_ghc-8.0.2 +@(System/Process/Log.hs:22:3) +[1 of 2] Compiling Main ( /home/foo/.stack/setup-exe-src/setup-mPHDZzAJ.hs, /home/foo/.stack/setup-exe-src/setup-mPHDZzAJ.o ) +[2 of 2] Compiling StackSetupShim ( /home/foo/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs, /home/foo/.stack/setup-exe-src/setup-shim-mPHDZzAJ.o ) +Linking /home/foo/.stack/setup-exe-cache/x86_64-linux/tmp-Cabal-simple_mPHDZzAJ_1.24.2.0_ghc-8.0.2 ... +2017-09-05 18:15:08.144445: [debug] Getting global package database location +@(Stack/GhcPkg.hs:46:5) +2017-09-05 18:15:08.144627: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:08.163161: [debug] Process finished in 18ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:08.163848: [debug] Exception ignored when attempting to load /home/foo/.stack/precompiled/x86_64-linux/ghc-8.0.2/1.24.2.0/ghc-paths-0.1.0.9@sha256:d3f3470c7bd13b765891fb56b28d809cb7aeda0a78050679ae6f29b6705c46bf,656/SWXaDPn62wF2mi5c-wlXeEG1Td-bFCxHP1uj741nlPo=: /home/foo/.stack/precompiled/x86_64-linux/ghc-8.0.2/1.24.2.0/ghc-paths-0.1.0.9@sha256:d3f3470c7bd13b765891fb56b28d809cb7aeda0a78050679ae6f29b6705c46bf,656/SWXaDPn62wF2mi5c-wlXeEG1Td-bFCxHP1uj741nlPo=: openBinaryFile: does not exist (No such file or directory) +@(Data/Store/VersionTagged.hs:84:9) +2017-09-05 18:15:08.164431: [debug] Downloading /hackage.fpcomplete.com/package/ghc-paths-0.1.0.9.tar.gz +@(Network/HTTP/Download/Verified.hs:226:9) +2017-09-05 18:15:09.756666: [info] ghc-paths-0.1.0.9: download +@(Stack/Fetch.hs:525:32) +2017-09-05 18:15:09.759156: [debug] Exception ignored when attempting to load /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-config-cache: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-config-cache: openBinaryFile: does not exist (No such file or directory) +@(Data/Store/VersionTagged.hs:84:9) +2017-09-05 18:15:09.759328: [debug] Exception ignored when attempting to load /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-cabal-mod: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-cabal-mod: openBinaryFile: does not exist (No such file or directory) +@(Data/Store/VersionTagged.hs:84:9) +2017-09-05 18:15:09.759562: [info] ghc-paths-0.1.0.9: configure +@(Stack/Build/Execute.hs:838:23) +2017-09-05 18:15:09.760713: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-8.0.2 --make -odir /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup -hidir /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup -i -i. -clear-package-db -global-package-db -package-db=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb -package-db=/home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/pkgdb -hide-all-packages -package-id=Cabal-1.24.2.0 -package-id=base-4.9.1.0 -package-id=directory-1.3.0.0 -optP-include -optP/tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup_macros.h /tmp/stack31298/ghc-paths-0.1.0.9/Setup.hs /home/foo/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs -main-is StackSetupShim.mainOverride -o /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup -threaded +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:13.436617: [debug] Process finished in 3675ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-8.0.2 --make -odir /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup -hidir /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup -i -i. -clear-package-db -global-package-db -package-db=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb -package-db=/home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/pkgdb -hide-all-packages -package-id=Cabal-1.24.2.0 -package-id=base-4.9.1.0 -package-id=directory-1.3.0.0 -optP-include -optP/tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup_macros.h /tmp/stack31298/ghc-paths-0.1.0.9/Setup.hs /home/foo/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs -main-is StackSetupShim.mainOverride -o /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup -threaded +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:13.437039: [debug] Run process: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 configure --with-ghc=/home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --with-ghc-pkg=/home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --package-db=clear --package-db=global --package-db=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb --libdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/lib --bindir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/bin --datadir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/share --libexecdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/libexec --sysconfdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/etc --docdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/doc/ghc-paths-0.1.0.9 --htmldir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/doc/ghc-paths-0.1.0.9 --haddockdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/doc/ghc-paths-0.1.0.9 --dependency=Cabal=Cabal-1.24.2.0 --dependency=base=base-4.9.1.0 --dependency=directory=directory-1.3.0.0 +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:14.003558: [debug] Process finished in 566ms: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 configure --with-ghc=/home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --with-ghc-pkg=/home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --package-db=clear --package-db=global --package-db=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb --libdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/lib --bindir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/bin --datadir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/share --libexecdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/libexec --sysconfdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/etc --docdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/doc/ghc-paths-0.1.0.9 --htmldir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/doc/ghc-paths-0.1.0.9 --haddockdir=/home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/doc/ghc-paths-0.1.0.9 --dependency=Cabal=Cabal-1.24.2.0 --dependency=base=base-4.9.1.0 --dependency=directory=directory-1.3.0.0 +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:14.003874: [debug] Encoding /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-config-cache +@(Data/Store/VersionTagged.hs:48:5) +2017-09-05 18:15:14.004236: [debug] Finished writing /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-config-cache +@(Data/Store/VersionTagged.hs:53:5) +2017-09-05 18:15:14.004341: [debug] Encoding /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-cabal-mod +@(Data/Store/VersionTagged.hs:48:5) +2017-09-05 18:15:14.004649: [debug] Finished writing /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/stack-cabal-mod +@(Data/Store/VersionTagged.hs:53:5) +2017-09-05 18:15:14.004799: [info] ghc-paths-0.1.0.9: build +@(Stack/Build/Execute.hs:838:23) +2017-09-05 18:15:14.005078: [debug] Run process: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 build --ghc-options "" -ddump-hi -ddump-to-file"" +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:14.470439: [debug] Process finished in 465ms: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 build --ghc-options "" -ddump-hi -ddump-to-file"" +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:14.470627: [info] ghc-paths-0.1.0.9: copy/register +@(Stack/Build/Execute.hs:838:23) +2017-09-05 18:15:14.470949: [debug] Run process: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 copy +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:14.485856: [debug] Process finished in 14ms: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 copy +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:14.486332: [debug] Run process: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 register +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:14.606404: [debug] Process finished in 119ms: /tmp/stack31298/ghc-paths-0.1.0.9/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 register +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:14.606903: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb describe --simple-output ghc-paths --expand-pkgroot +@(System/Process/Log.hs:37:3) +2017-09-05 18:15:14.627097: [debug] Process finished in 19ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --user --no-user-package-db --package-db /home/foo/.stack/snapshots/x86_64-linux/lts-9.3/8.0.2/pkgdb describe --simple-output ghc-paths --expand-pkgroot +@(System/Process/Log.hs:44:3) +2017-09-05 18:15:14.627936: [debug] Encoding /home/foo/.stack/precompiled/x86_64-linux/ghc-8.0.2/1.24.2.0/ghc-paths-0.1.0.9@sha256:d3f3470c7bd13b765891fb56b28d809cb7aeda0a78050679ae6f29b6705c46bf,656/SWXaDPn62wF2mi5c-wlXeEG1Td-bFCxHP1uj741nlPo= +@(Data/Store/VersionTagged.hs:48:5) +2017-09-05 18:15:14.628291: [debug] Finished writing /home/foo/.stack/precompiled/x86_64-linux/ghc-8.0.2/1.24.2.0/ghc-paths-0.1.0.9@sha256:d3f3470c7bd13b765891fb56b28d809cb7aeda0a78050679ae6f29b6705c46bf,656/SWXaDPn62wF2mi5c-wlXeEG1Td-bFCxHP1uj741nlPo= +@(Data/Store/VersionTagged.hs:53:5) +2017-09-05 18:15:14.631289: [debug] Encoding /home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/flag-cache/ghc-paths-0.1.0.9-AhaDlGOsRAepox069XzG +@(Data/Store/VersionTagged.hs:48:5) +2017-09-05 18:15:14.631680: [debug] Finished writing /home/foo/.stack/script/lts-9.3/.stack-work/install/x86_64-linux/lts-9.3/8.0.2/flag-cache/ghc-paths-0.1.0.9-AhaDlGOsRAepox069XzG +@(Data/Store/VersionTagged.hs:53:5) +2017-09-05 18:15:14.631958: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/runghc -hide-all-packages -packagebase -packageghc-paths /home/foo/test.hs +@(System/Process/Log.hs:37:3) +test.hs: Prelude.undefined +CallStack (from HasCallStack): + error, called at libraries/base/GHC/Err.hs:79:14 in base:GHC.Err + undefined, called at /home/foo/test.hs:4:8 in main:Main +``` + +step 2 + +```bash +$ stack script test.hs --resolver lts-9.3 --package ghc --package ghc-paths --verbose +Version 1.5.1, Git revision 2b0392468a03174a7c5d317291c62452d771b055 x86_64 hpack-0.18.1 +2017-09-05 18:21:34.453142: [debug] Ignoring config files +@(Stack/Config.hs:915:13) +2017-09-05 18:21:34.453729: [debug] Using resolver: lts-9.3 specified on command line +@(Stack/Config.hs:537:7) +2017-09-05 18:21:34.453809: [info] Using resolver: lts-9.3 specified on command line +@(Stack/Config.hs:628:17) +2017-09-05 18:21:34.454004: [debug] Decoding build plan from: /home/foo/.stack/build-plan/lts-9.3.yaml +@(Stack/Snapshot.hs:151:5) +2017-09-05 18:21:35.689984: [debug] Run process: /sbin/ldconfig -p +@(System/Process/Log.hs:37:3) +2017-09-05 18:21:35.691721: [debug] Process finished in 1ms: /sbin/ldconfig -p +@(System/Process/Log.hs:44:3) +2017-09-05 18:21:35.691915: [debug] Run process: /usr/bin/gcc -v +@(System/Process/Log.hs:37:3) +2017-09-05 18:21:35.693237: [debug] Process finished in 1ms: /usr/bin/gcc -v +@(System/Process/Log.hs:44:3) +2017-09-05 18:21:35.693446: [debug] PIE enabled +@(Stack/Setup.hs:585:17) +2017-09-05 18:21:35.693588: [debug] Found shared library libtinfo.so.5 in 'ldconfig -p' output +@(Stack/Setup.hs:561:29) +2017-09-05 18:21:35.693751: [debug] Did not find shared library libtinfo.so.6 +@(Stack/Setup.hs:575:38) +2017-09-05 18:21:35.693829: [debug] Did not find shared library libncursesw.so.6 +@(Stack/Setup.hs:575:38) +2017-09-05 18:21:35.693889: [debug] Found shared library libgmp.so.10 in 'ldconfig -p' output +@(Stack/Setup.hs:561:29) +2017-09-05 18:21:35.693963: [debug] Did not find shared library libgmp.so.3 +@(Stack/Setup.hs:575:38) +2017-09-05 18:21:35.694014: [debug] Using standard GHC build +@(Stack/Setup.hs:613:9) +2017-09-05 18:21:35.694326: [debug] Asking GHC for its version +@(Stack/Setup/Installed.hs:98:13) +2017-09-05 18:21:35.694490: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --numeric-version +@(System/Process/Log.hs:37:3) +2017-09-05 18:21:35.694868: [debug] Getting Cabal package version +@(Stack/GhcPkg.hs:185:5) +2017-09-05 18:21:35.695774: [debug] Getting global package database location +@(Stack/GhcPkg.hs:46:5) +2017-09-05 18:21:35.695850: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version +@(System/Process/Log.hs:37:3) +2017-09-05 18:21:35.696084: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:37:3) +2017-09-05 18:21:35.714060: [debug] Process finished in 18ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version +@(System/Process/Log.hs:44:3) +2017-09-05 18:21:35.727648: [debug] Process finished in 32ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --numeric-version +@(System/Process/Log.hs:44:3) +2017-09-05 18:21:35.727766: [debug] GHC version is: ghc-8.0.2 +@(Stack/Setup/Installed.hs:102:13) +2017-09-05 18:21:35.731071: [debug] Process finished in 17ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg --no-user-package-db list --global +@(System/Process/Log.hs:44:3) +2017-09-05 18:21:35.731359: [debug] Resolving package entries +@(Stack/Setup.hs:252:5) +2017-09-05 18:21:35.731510: [debug] Trying to decode /home/foo/.stack/loaded-snapshot-cache/x86_64-linux/ghc-8.0.2/lts-9.3.cache +@(Data/Store/VersionTagged.hs:66:5) +2017-09-05 18:21:35.757467: [debug] Success decoding /home/foo/.stack/loaded-snapshot-cache/x86_64-linux/ghc-8.0.2/lts-9.3.cache +@(Data/Store/VersionTagged.hs:70:13) +2017-09-05 18:21:35.758334: [debug] Starting to execute command inside EnvConfig +@(Stack/Runners.hs:168:18) +2017-09-05 18:21:35.758541: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg list --simple-output +@(System/Process/Log.hs:37:3) +2017-09-05 18:21:35.777333: [debug] Process finished in 18ms: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc-pkg list --simple-output +@(System/Process/Log.hs:44:3) +2017-09-05 18:21:35.777506: [debug] All packages already installed +@(Stack/Script.hs:82:22) +2017-09-05 18:21:35.777688: [debug] Run process: /home/foo/.stack/programs/x86_64-linux/ghc-8.0.2/bin/runghc -hide-all-packages -packagebase -packageghc -packageghc-paths /home/foo/test.hs +@(System/Process/Log.hs:37:3) +test.hs: Prelude.undefined +CallStack (from HasCallStack): + error, called at libraries/base/GHC/Err.hs:79:14 in base:GHC.Err + undefined, called at /home/foo/test.hs:4:8 in main:Main +``` + +### Stack version + +``` +$ stack --version +Version 1.5.1, Git revision 2b0392468a03174a7c5d317291c62452d771b055 x86_64 hpack-0.18.1 +``` + +### Method of installation + +* Official binary, downloaded from stackage.org or fpcomplete's package repository",0,don t work stack script resolver lts package ghc package ghc paths failure bolow command bash stack script main hs resolver lts package ghc package ghc paths but success below command bash stack script main hs resolver lts package ghc paths stack script main hs resolver lts package ghc package ghc paths steps to reproduce clean dir rm rf stack create main hs haskell module main where main io main undefined run stack script main hs resolver lts package ghc package ghc paths expected i expected that displayed to result undefined after build run actual failure case not found ghc package error bash stack script test hs resolver lts package ghc package ghc paths verbose version git revision hpack ignoring config files stack config hs using resolver lts specified on command line stack config hs using resolver lts specified on command line stack config hs decoding build plan from home foo stack build plan lts yaml stack snapshot hs run process sbin ldconfig p system process log hs process finished in sbin ldconfig p system process log hs run process usr bin gcc v system process log hs process finished in usr bin gcc v system process log hs pie enabled stack setup hs found shared library libtinfo so in ldconfig p output stack setup hs did not find shared library libtinfo so stack setup hs did not find shared library libncursesw so stack setup hs found shared library libgmp so in ldconfig p output stack setup hs did not find shared library libgmp so stack setup hs using standard ghc build stack setup hs getting global package database location stack ghcpkg hs asking ghc for its version stack setup installed hs getting cabal package version stack ghcpkg hs run process home foo stack programs linux ghc bin ghc pkg no user package db list global system process log hs run process home foo stack programs linux ghc bin ghc numeric version system process log hs run process home foo stack programs linux ghc bin ghc pkg no user package db field simple output cabal version system process log hs process finished in home foo stack programs linux ghc bin ghc pkg no user package db list global system process log hs process finished in home foo stack programs linux ghc bin ghc pkg no user package db field simple output cabal version system process log hs process finished in home foo stack programs linux ghc bin ghc numeric version system process log hs ghc version is ghc stack setup installed hs resolving package entries stack setup hs trying to decode home foo stack loaded snapshot cache linux ghc lts cache data store versiontagged hs success decoding home foo stack loaded snapshot cache linux ghc lts cache data store versiontagged hs starting to execute command inside envconfig stack runners hs run process home foo stack programs linux ghc bin ghc pkg list simple output system process log hs process finished in home foo stack programs linux ghc bin ghc pkg list simple output system process log hs missing packages performing installation stack script hs parsing the targets stack build target hs finding out which packages are already installed stack build installed hs run process home foo stack programs linux ghc bin ghc pkg global no user package db dump expand pkgroot system process log hs process finished in home foo stack programs linux ghc bin ghc pkg global no user package db dump expand pkgroot system process log hs ignoring package haskeline due to wanting version instead of stack build installed hs ignoring package terminfo due to wanting version instead of stack build installed hs ignoring package xhtml due to wanting version instead of stack build installed hs run process home foo stack programs linux ghc bin ghc pkg user no user package db package db home foo stack snapshots linux lts pkgdb dump expand pkgroot system process log hs process finished in home foo stack programs linux ghc bin ghc pkg user no user package db package db home foo stack snapshots linux lts pkgdb dump expand pkgroot system process log hs run process home foo stack programs linux ghc bin ghc pkg user no user package db package db home foo stack script lts stack work install linux lts pkgdb dump expand pkgroot system process log hs process finished in home foo stack programs linux ghc bin ghc pkg user no user package db package db home foo stack script lts stack work install linux lts pkgdb dump expand pkgroot system process log hs constructing the build plan stack build constructplan hs trying to decode home foo stack indices hackage index cache data store versiontagged hs success decoding home foo stack indices hackage index cache data store versiontagged hs didn t see ghc in your package indices updating and trying again stack fetch hs selected mirror stack packageindex hs downloading timestamp stack packageindex hs no updates to your package index were found stack packageindex hs update complete trying to decode home foo stack indices hackage index cache data store versiontagged hs success decoding home foo stack indices hackage index cache data store versiontagged hs the following package identifiers were not found in your indices ghc possible candidates ghc success case step bash stack script test hs resolver lts package ghc paths verbose version git revision hpack ignoring config files stack config hs using resolver lts specified on command line stack config hs using resolver lts specified on command line stack config hs decoding build plan from home foo stack build plan lts yaml stack snapshot hs run process sbin ldconfig p system process log hs process finished in sbin ldconfig p system process log hs run process usr bin gcc v system process log hs process finished in usr bin gcc v system process log hs pie enabled stack setup hs found shared library libtinfo so in ldconfig p output stack setup hs did not find shared library libtinfo so stack setup hs did not find shared library libncursesw so stack setup hs found shared library libgmp so in ldconfig p output stack setup hs did not find shared library libgmp so stack setup hs using standard ghc build stack setup hs getting global package database location stack ghcpkg hs asking ghc for its version stack setup installed hs getting cabal package version stack ghcpkg hs run process home foo stack programs linux ghc bin ghc pkg no user package db list global system process log hs run process home foo stack programs linux ghc bin ghc numeric version system process log hs run process home foo stack programs linux ghc bin ghc pkg no user package db field simple output cabal version system process log hs process finished in home foo stack programs linux ghc bin ghc pkg no user package db list global system process log hs process finished in home foo stack programs linux ghc bin ghc pkg no user package db field simple output cabal version system process log hs process finished in home foo stack programs linux ghc bin ghc numeric version system process log hs ghc version is ghc stack setup installed hs resolving package entries stack setup hs trying to decode home foo stack loaded snapshot cache linux ghc lts cache data store versiontagged hs success decoding home foo stack loaded snapshot cache linux ghc lts cache data store versiontagged hs starting to execute command inside envconfig stack runners hs run process home foo stack programs linux ghc bin ghc pkg list simple output system process log hs process finished in home foo stack programs linux ghc bin ghc pkg list simple output system process log hs missing packages performing installation stack script hs parsing the targets stack build target hs finding out which packages are already installed stack build installed hs run process home foo stack programs linux ghc bin ghc pkg global no user package db dump expand pkgroot system process log hs process finished in home foo stack programs linux ghc bin ghc pkg global no user package db dump expand pkgroot system process log hs ignoring package haskeline due to wanting version instead of stack build installed hs ignoring package terminfo due to wanting version instead of stack build installed hs ignoring package xhtml due to wanting version instead of stack build installed hs run process home foo stack programs linux ghc bin ghc pkg user no user package db package db home foo stack snapshots linux lts pkgdb dump expand pkgroot system process log hs process finished in home foo stack programs linux ghc bin ghc pkg user no user package db package db home foo stack snapshots linux lts pkgdb dump expand pkgroot system process log hs run process home foo stack programs linux ghc bin ghc pkg user no user package db package db home foo stack script lts stack work install linux lts pkgdb dump expand pkgroot system process log hs process finished in home foo stack programs linux ghc bin ghc pkg user no user package db package db home foo stack script lts stack work install linux lts pkgdb dump expand pkgroot system process log hs constructing the build plan stack build constructplan hs trying to decode home foo stack indices hackage index cache data store versiontagged hs success decoding home foo stack indices hackage index cache data store versiontagged hs checking if we are going to build multiple executables with the same name stack build hs executing the build plan stack build execute hs creating process home foo stack programs linux ghc bin ghc rtsopts threaded clear package db global package db hide all packages package base main is stacksetupshim mainoverride package cabal home foo stack setup exe src setup mphdzzaj hs home foo stack setup exe src setup shim mphdzzaj hs o home foo stack setup exe cache linux tmp cabal simple mphdzzaj ghc system process log hs compiling main home foo stack setup exe src setup mphdzzaj hs home foo stack setup exe src setup mphdzzaj o compiling stacksetupshim home foo stack setup exe src setup shim mphdzzaj hs home foo stack setup exe src setup shim mphdzzaj o linking home foo stack setup exe cache linux tmp cabal simple mphdzzaj ghc getting global package database location stack ghcpkg hs run process home foo stack programs linux ghc bin ghc pkg no user package db list global system process log hs process finished in home foo stack programs linux ghc bin ghc pkg no user package db list global system process log hs exception ignored when attempting to load home foo stack precompiled linux ghc ghc paths home foo stack precompiled linux ghc ghc paths openbinaryfile does not exist no such file or directory data store versiontagged hs downloading hackage fpcomplete com package ghc paths tar gz network http download verified hs ghc paths download stack fetch hs exception ignored when attempting to load tmp ghc paths stack work dist linux cabal stack config cache tmp ghc paths stack work dist linux cabal stack config cache openbinaryfile does not exist no such file or directory data store versiontagged hs exception ignored when attempting to load tmp ghc paths stack work dist linux cabal stack cabal mod tmp ghc paths stack work dist linux cabal stack cabal mod openbinaryfile does not exist no such file or directory data store versiontagged hs ghc paths configure stack build execute hs run process home foo stack programs linux ghc bin ghc make odir tmp ghc paths stack work dist linux cabal setup hidir tmp ghc paths stack work dist linux cabal setup i i clear package db global package db package db home foo stack snapshots linux lts pkgdb package db home foo stack script lts stack work install linux lts pkgdb hide all packages package id cabal package id base package id directory optp include optp tmp ghc paths stack work dist linux cabal setup setup macros h tmp ghc paths setup hs home foo stack setup exe src setup shim mphdzzaj hs main is stacksetupshim mainoverride o tmp ghc paths stack work dist linux cabal setup setup threaded system process log hs process finished in home foo stack programs linux ghc bin ghc make odir tmp ghc paths stack work dist linux cabal setup hidir tmp ghc paths stack work dist linux cabal setup i i clear package db global package db package db home foo stack snapshots linux lts pkgdb package db home foo stack script lts stack work install linux lts pkgdb hide all packages package id cabal package id base package id directory optp include optp tmp ghc paths stack work dist linux cabal setup setup macros h tmp ghc paths setup hs home foo stack setup exe src setup shim mphdzzaj hs main is stacksetupshim mainoverride o tmp ghc paths stack work dist linux cabal setup setup threaded system process log hs run process tmp ghc paths stack work dist linux cabal setup setup builddir stack work dist linux cabal configure with ghc home foo stack programs linux ghc bin ghc with ghc pkg home foo stack programs linux ghc bin ghc pkg user package db clear package db global package db home foo stack snapshots linux lts pkgdb libdir home foo stack snapshots linux lts lib bindir home foo stack snapshots linux lts bin datadir home foo stack snapshots linux lts share libexecdir home foo stack snapshots linux lts libexec sysconfdir home foo stack snapshots linux lts etc docdir home foo stack snapshots linux lts doc ghc paths htmldir home foo stack snapshots linux lts doc ghc paths haddockdir home foo stack snapshots linux lts doc ghc paths dependency cabal cabal dependency base base dependency directory directory system process log hs process finished in tmp ghc paths stack work dist linux cabal setup setup builddir stack work dist linux cabal configure with ghc home foo stack programs linux ghc bin ghc with ghc pkg home foo stack programs linux ghc bin ghc pkg user package db clear package db global package db home foo stack snapshots linux lts pkgdb libdir home foo stack snapshots linux lts lib bindir home foo stack snapshots linux lts bin datadir home foo stack snapshots linux lts share libexecdir home foo stack snapshots linux lts libexec sysconfdir home foo stack snapshots linux lts etc docdir home foo stack snapshots linux lts doc ghc paths htmldir home foo stack snapshots linux lts doc ghc paths haddockdir home foo stack snapshots linux lts doc ghc paths dependency cabal cabal dependency base base dependency directory directory system process log hs encoding tmp ghc paths stack work dist linux cabal stack config cache data store versiontagged hs finished writing tmp ghc paths stack work dist linux cabal stack config cache data store versiontagged hs encoding tmp ghc paths stack work dist linux cabal stack cabal mod data store versiontagged hs finished writing tmp ghc paths stack work dist linux cabal stack cabal mod data store versiontagged hs ghc paths build stack build execute hs run process tmp ghc paths stack work dist linux cabal setup setup builddir stack work dist linux cabal build ghc options ddump hi ddump to file system process log hs process finished in tmp ghc paths stack work dist linux cabal setup setup builddir stack work dist linux cabal build ghc options ddump hi ddump to file system process log hs ghc paths copy register stack build execute hs run process tmp ghc paths stack work dist linux cabal setup setup builddir stack work dist linux cabal copy system process log hs process finished in tmp ghc paths stack work dist linux cabal setup setup builddir stack work dist linux cabal copy system process log hs run process tmp ghc paths stack work dist linux cabal setup setup builddir stack work dist linux cabal register system process log hs process finished in tmp ghc paths stack work dist linux cabal setup setup builddir stack work dist linux cabal register system process log hs run process home foo stack programs linux ghc bin ghc pkg user no user package db package db home foo stack snapshots linux lts pkgdb describe simple output ghc paths expand pkgroot system process log hs process finished in home foo stack programs linux ghc bin ghc pkg user no user package db package db home foo stack snapshots linux lts pkgdb describe simple output ghc paths expand pkgroot system process log hs encoding home foo stack precompiled linux ghc ghc paths data store versiontagged hs finished writing home foo stack precompiled linux ghc ghc paths data store versiontagged hs encoding home foo stack script lts stack work install linux lts flag cache ghc paths data store versiontagged hs finished writing home foo stack script lts stack work install linux lts flag cache ghc paths data store versiontagged hs run process home foo stack programs linux ghc bin runghc hide all packages packagebase packageghc paths home foo test hs system process log hs test hs prelude undefined callstack from hascallstack error called at libraries base ghc err hs in base ghc err undefined called at home foo test hs in main main step bash stack script test hs resolver lts package ghc package ghc paths verbose version git revision hpack ignoring config files stack config hs using resolver lts specified on command line stack config hs using resolver lts specified on command line stack config hs decoding build plan from home foo stack build plan lts yaml stack snapshot hs run process sbin ldconfig p system process log hs process finished in sbin ldconfig p system process log hs run process usr bin gcc v system process log hs process finished in usr bin gcc v system process log hs pie enabled stack setup hs found shared library libtinfo so in ldconfig p output stack setup hs did not find shared library libtinfo so stack setup hs did not find shared library libncursesw so stack setup hs found shared library libgmp so in ldconfig p output stack setup hs did not find shared library libgmp so stack setup hs using standard ghc build stack setup hs asking ghc for its version stack setup installed hs run process home foo stack programs linux ghc bin ghc numeric version system process log hs getting cabal package version stack ghcpkg hs getting global package database location stack ghcpkg hs run process home foo stack programs linux ghc bin ghc pkg no user package db field simple output cabal version system process log hs run process home foo stack programs linux ghc bin ghc pkg no user package db list global system process log hs process finished in home foo stack programs linux ghc bin ghc pkg no user package db field simple output cabal version system process log hs process finished in home foo stack programs linux ghc bin ghc numeric version system process log hs ghc version is ghc stack setup installed hs process finished in home foo stack programs linux ghc bin ghc pkg no user package db list global system process log hs resolving package entries stack setup hs trying to decode home foo stack loaded snapshot cache linux ghc lts cache data store versiontagged hs success decoding home foo stack loaded snapshot cache linux ghc lts cache data store versiontagged hs starting to execute command inside envconfig stack runners hs run process home foo stack programs linux ghc bin ghc pkg list simple output system process log hs process finished in home foo stack programs linux ghc bin ghc pkg list simple output system process log hs all packages already installed stack script hs run process home foo stack programs linux ghc bin runghc hide all packages packagebase packageghc packageghc paths home foo test hs system process log hs test hs prelude undefined callstack from hascallstack error called at libraries base ghc err hs in base ghc err undefined called at home foo test hs in main main stack version stack version version git revision hpack method of installation official binary downloaded from stackage org or fpcomplete s package repository,0 +5094,12057513589.0,IssuesEvent,2020-04-15 15:57:23,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,mspnp / spark-monitoring Is not working properly,Pri2 architecture-center/svc assigned-to-author product-question reference-architecture/subsvc triaged,"The library which you have shared is not working properly mspnp/spark-monitoring please rectify it. +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9f728cb2-b203-6b2f-4e3c-9d0e1be2516f +* Version Independent ID: 9ed58ead-f4d0-d9d0-01fe-82b11be235a7 +* Content: [Send Azure Databricks application logs to Azure Monitor](https://docs.microsoft.com/en-gb/azure/architecture/databricks-monitoring/application-logs) +* Content Source: [docs/databricks-monitoring/application-logs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/databricks-monitoring/application-logs.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",2.0,"mspnp / spark-monitoring Is not working properly - The library which you have shared is not working properly mspnp/spark-monitoring please rectify it. +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9f728cb2-b203-6b2f-4e3c-9d0e1be2516f +* Version Independent ID: 9ed58ead-f4d0-d9d0-01fe-82b11be235a7 +* Content: [Send Azure Databricks application logs to Azure Monitor](https://docs.microsoft.com/en-gb/azure/architecture/databricks-monitoring/application-logs) +* Content Source: [docs/databricks-monitoring/application-logs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/databricks-monitoring/application-logs.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1,mspnp spark monitoring is not working properly the library which you have shared is not working properly mspnp spark monitoring please rectify it document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +9098,24037700854.0,IssuesEvent,2022-09-15 20:51:57,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Outdated security pillar pages?,doc-enhancement assigned-to-author triaged architecture-center/svc Pri3 well-architected/subsvc," +Multiple links on this page link to pages which are not in the main navbar on the left side: +* https://docs.microsoft.com/en-us/azure/architecture/framework/security/role-of-security +* https://docs.microsoft.com/en-us/azure/architecture/framework/security/architecture-type +etc. + +It is unclear if these pages are outdated or the navbar items are just missing. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 55000863-6c61-319b-7d0d-5366c403e5e2 +* Version Independent ID: 7bb9bb22-f939-6176-236f-79399b6ab2b4 +* Content: [Overview of the security pillar - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/security/overview) +* Content Source: [docs/framework/security/overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/overview.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1.0,"Outdated security pillar pages? - +Multiple links on this page link to pages which are not in the main navbar on the left side: +* https://docs.microsoft.com/en-us/azure/architecture/framework/security/role-of-security +* https://docs.microsoft.com/en-us/azure/architecture/framework/security/architecture-type +etc. + +It is unclear if these pages are outdated or the navbar items are just missing. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 55000863-6c61-319b-7d0d-5366c403e5e2 +* Version Independent ID: 7bb9bb22-f939-6176-236f-79399b6ab2b4 +* Content: [Overview of the security pillar - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/security/overview) +* Content Source: [docs/framework/security/overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/overview.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1,outdated security pillar pages multiple links on this page link to pages which are not in the main navbar on the left side etc it is unclear if these pages are outdated or the navbar items are just missing document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login david stanford microsoft alias pnp ,1 +241582,7817528800.0,IssuesEvent,2018-06-13 09:19:18,digital-york/oasis,https://api.github.com/repos/digital-york/oasis,opened,Users should be able to opt-in to receive a notification/alert when new summaries are uploaded,Priority - high,"We would like users to be able to opt-in to receive an alert when a new summary is added to OASIS. + + ",1.0,"Users should be able to opt-in to receive a notification/alert when new summaries are uploaded - We would like users to be able to opt-in to receive an alert when a new summary is added to OASIS. + + ",0,users should be able to opt in to receive a notification alert when new summaries are uploaded we would like users to be able to opt in to receive an alert when a new summary is added to oasis ,0 +11144,28126854100.0,IssuesEvent,2023-03-31 18:31:58,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Incorrect capability listed twice here,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"PIM / JIT access is not supported for AWS. As per this article: +https://learn.microsoft.com/en-us/azure/active-directory/saas-apps/amazon-web-service-tutorial + + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: a6b08461-26fb-d148-a749-9b61217af0f8 +* Version Independent ID: 1329c651-e8f6-cc68-4205-739dfbbcef4f +* Content: [Azure AD security for AWS - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/aws/aws-azure-ad-security) +* Content Source: [docs/reference-architectures/aws/aws-azure-ad-security.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/aws/aws-azure-ad-security.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",2.0,"Incorrect capability listed twice here - PIM / JIT access is not supported for AWS. As per this article: +https://learn.microsoft.com/en-us/azure/active-directory/saas-apps/amazon-web-service-tutorial + + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: a6b08461-26fb-d148-a749-9b61217af0f8 +* Version Independent ID: 1329c651-e8f6-cc68-4205-739dfbbcef4f +* Content: [Azure AD security for AWS - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/aws/aws-azure-ad-security) +* Content Source: [docs/reference-architectures/aws/aws-azure-ad-security.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/aws/aws-azure-ad-security.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1,incorrect capability listed twice here pim jit access is not supported for aws as per this article document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login martinekuan microsoft alias architectures ,1 +9730,25113157049.0,IssuesEvent,2022-11-08 22:31:43,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Update diagram branding around Microsoft Sentinel and Microsoft Defender,doc-bug assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"The copy on this page has been updated to reflect branding changes for Microsoft Defender, Microsoft Sentinel, etc. But the diagram is not updated and uses ""ASC"" (Azure Security Center"", etc. + +Consider reviewing the related content, in addition to this specific article. + +HT: @YuriDio @rayne-wiselman + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: dce3b9c5-ef05-1ff3-a6fe-052f48a9b471 +* Version Independent ID: f6d3e8e8-37c5-43e6-6185-58f8511dee7e +* Content: [Hybrid security monitoring with Sentinel - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/hybrid/hybrid-security-monitoring) +* Content Source: [docs/hybrid/hybrid-security-monitoring.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/hybrid/hybrid-security-monitoring.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",2.0,"Update diagram branding around Microsoft Sentinel and Microsoft Defender - The copy on this page has been updated to reflect branding changes for Microsoft Defender, Microsoft Sentinel, etc. But the diagram is not updated and uses ""ASC"" (Azure Security Center"", etc. + +Consider reviewing the related content, in addition to this specific article. + +HT: @YuriDio @rayne-wiselman + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: dce3b9c5-ef05-1ff3-a6fe-052f48a9b471 +* Version Independent ID: f6d3e8e8-37c5-43e6-6185-58f8511dee7e +* Content: [Hybrid security monitoring with Sentinel - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/hybrid/hybrid-security-monitoring) +* Content Source: [docs/hybrid/hybrid-security-monitoring.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/hybrid/hybrid-security-monitoring.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,update diagram branding around microsoft sentinel and microsoft defender the copy on this page has been updated to reflect branding changes for microsoft defender microsoft sentinel etc but the diagram is not updated and uses asc azure security center etc consider reviewing the related content in addition to this specific article ht yuridio rayne wiselman document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias pnp ,1 +6538,14826512263.0,IssuesEvent,2021-01-15 00:09:23,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Updated Diagram with new Azure Databricks Logo,Pri2 architecture-center/svc assigned-to-author doc-enhancement needs-art solution-idea/subsvc triaged,"Hi, could you help me update the Azure Databricks logo on the [Real Time Analytics on Big Data Architecture](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics) reference architecture diagram? I have created an [updated architecture diagram image](https://drive.google.com/file/d/1ij7lT4BKzMrOit3MlyGH7ySA1J6yWoL_/), using the [new Databricks icon](https://drive.google.com/file/d/1QvtmjSvrRo8Y9T3aRR9e4RHmXMqqFihP/). + +Thank you! + +Clinton Ford +Staff Partner Marketing Manager +Databricks +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b4bb287-fa40-af1d-0af9-e8bc30cfb33e +* Version Independent ID: 12ab4c06-2e95-bb73-f62a-2d1eb79bc735 +* Content: [Real Time Analytics on Big Data Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics) +* Content Source: [docs/solution-ideas/articles/real-time-analytics.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/real-time-analytics.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Updated Diagram with new Azure Databricks Logo - Hi, could you help me update the Azure Databricks logo on the [Real Time Analytics on Big Data Architecture](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics) reference architecture diagram? I have created an [updated architecture diagram image](https://drive.google.com/file/d/1ij7lT4BKzMrOit3MlyGH7ySA1J6yWoL_/), using the [new Databricks icon](https://drive.google.com/file/d/1QvtmjSvrRo8Y9T3aRR9e4RHmXMqqFihP/). + +Thank you! + +Clinton Ford +Staff Partner Marketing Manager +Databricks +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b4bb287-fa40-af1d-0af9-e8bc30cfb33e +* Version Independent ID: 12ab4c06-2e95-bb73-f62a-2d1eb79bc735 +* Content: [Real Time Analytics on Big Data Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics) +* Content Source: [docs/solution-ideas/articles/real-time-analytics.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/real-time-analytics.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,updated diagram with new azure databricks logo hi could you help me update the azure databricks logo on the reference architecture diagram i have created an using the thank you clinton ford staff partner marketing manager databricks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +47239,10058128512.0,IssuesEvent,2019-07-22 13:17:57,ggez/ggez,https://api.github.com/repos/ggez/ggez,closed,0.5.0 release checklist,Type-CODE Type-DOCS," * [x] Fix all rustc warnings + * [x] Make sure all unit tests pass + * [x] Test all examples + * [x] Read all examples, clean up anything Not Good Enough. + * [x] Read all docs (ideally in rendered form) + * [x] Make sure website is updated and in-sync + * [x] rustfmt + * [x] clippy + * [x] Search for and remove all `expect()` and `unwrap()` calls + * [x] Search for and address all `TODO` and `BUGGO` comments + * [x] Make sure readme is updated (should be the same as the top-level crate docs) + * [x] Make sure changelog is up to date, ideally including full links to issues or commits (not just github issue numbers) + * [x] ~~Clean up and release [ggez-goodies](https://github.com/ggez/ggez-goodies/issues/10) as well.~~ + +Things still to consider: + + * ~~Look at the comments for `audio::Source` and see if anything can be made better, but don't be afraid to push it off until later.~~ Later + * Consider handling ~~#464~~ , ~~#529~~ Done + * ~~Either make `DrawTransform` a real thing, ditch it entirely (including from docs!), or just make an easy and public way to turn a `DrawParam` into a matrix.~~ Done",1.0,"0.5.0 release checklist - * [x] Fix all rustc warnings + * [x] Make sure all unit tests pass + * [x] Test all examples + * [x] Read all examples, clean up anything Not Good Enough. + * [x] Read all docs (ideally in rendered form) + * [x] Make sure website is updated and in-sync + * [x] rustfmt + * [x] clippy + * [x] Search for and remove all `expect()` and `unwrap()` calls + * [x] Search for and address all `TODO` and `BUGGO` comments + * [x] Make sure readme is updated (should be the same as the top-level crate docs) + * [x] Make sure changelog is up to date, ideally including full links to issues or commits (not just github issue numbers) + * [x] ~~Clean up and release [ggez-goodies](https://github.com/ggez/ggez-goodies/issues/10) as well.~~ + +Things still to consider: + + * ~~Look at the comments for `audio::Source` and see if anything can be made better, but don't be afraid to push it off until later.~~ Later + * Consider handling ~~#464~~ , ~~#529~~ Done + * ~~Either make `DrawTransform` a real thing, ditch it entirely (including from docs!), or just make an easy and public way to turn a `DrawParam` into a matrix.~~ Done",0, release checklist fix all rustc warnings make sure all unit tests pass test all examples read all examples clean up anything not good enough read all docs ideally in rendered form make sure website is updated and in sync rustfmt clippy search for and remove all expect and unwrap calls search for and address all todo and buggo comments make sure readme is updated should be the same as the top level crate docs make sure changelog is up to date ideally including full links to issues or commits not just github issue numbers clean up and release as well things still to consider look at the comments for audio source and see if anything can be made better but don t be afraid to push it off until later later consider handling done either make drawtransform a real thing ditch it entirely including from docs or just make an easy and public way to turn a drawparam into a matrix done,0 +74404,15349692874.0,IssuesEvent,2021-03-01 00:06:43,kadirselcuk/kiwibnc,https://api.github.com/repos/kadirselcuk/kiwibnc,opened,"CVE-2020-7689 (High) detected in node.bcrypt.js4bee1a8345e1c398f8400a89f7eafbf515fd48ce, bcrypt-3.0.7.tgz",security vulnerability,"## CVE-2020-7689 - High Severity Vulnerability +
Vulnerable Libraries - node.bcrypt.js4bee1a8345e1c398f8400a89f7eafbf515fd48ce, bcrypt-3.0.7.tgz

+

+ +

bcrypt-3.0.7.tgz

+ +

A bcrypt library for NodeJS.

+

Library home page: https://registry.npmjs.org/bcrypt/-/bcrypt-3.0.7.tgz

+

Path to dependency file: kiwibnc/package.json

+

Path to vulnerable library: kiwibnc/node_modules/bcrypt/package.json

+

+ +Dependency Hierarchy: + - :x: **bcrypt-3.0.7.tgz** (Vulnerable Library) +

+ +

Found in HEAD commit: 6e8b5a57488a6807e0a6afb021155978f134f4d3

+

Found in base branch: built_in_client

+

+
+

+
Vulnerability Details +

+ +Data is truncated wrong when its length is greater than 255 bytes. + +

Publish Date: 2020-07-01 +

URL: CVE-2020-7689

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7689

+

Release Date: 2020-07-01

+

Fix Resolution: 5.0.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2020-7689 (High) detected in node.bcrypt.js4bee1a8345e1c398f8400a89f7eafbf515fd48ce, bcrypt-3.0.7.tgz - ## CVE-2020-7689 - High Severity Vulnerability +
Vulnerable Libraries - node.bcrypt.js4bee1a8345e1c398f8400a89f7eafbf515fd48ce, bcrypt-3.0.7.tgz

+

+ +

bcrypt-3.0.7.tgz

+ +

A bcrypt library for NodeJS.

+

Library home page: https://registry.npmjs.org/bcrypt/-/bcrypt-3.0.7.tgz

+

Path to dependency file: kiwibnc/package.json

+

Path to vulnerable library: kiwibnc/node_modules/bcrypt/package.json

+

+ +Dependency Hierarchy: + - :x: **bcrypt-3.0.7.tgz** (Vulnerable Library) +

+ +

Found in HEAD commit: 6e8b5a57488a6807e0a6afb021155978f134f4d3

+

Found in base branch: built_in_client

+

+
+

+
Vulnerability Details +

+ +Data is truncated wrong when its length is greater than 255 bytes. + +

Publish Date: 2020-07-01 +

URL: CVE-2020-7689

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7689

+

Release Date: 2020-07-01

+

Fix Resolution: 5.0.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in node bcrypt bcrypt tgz cve high severity vulnerability vulnerable libraries node bcrypt bcrypt tgz bcrypt tgz a bcrypt library for nodejs library home page a href path to dependency file kiwibnc package json path to vulnerable library kiwibnc node modules bcrypt package json dependency hierarchy x bcrypt tgz vulnerable library found in head commit a href found in base branch built in client vulnerability details data is truncated wrong when its length is greater than bytes 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 high availability impact none 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 +7703,18907370704.0,IssuesEvent,2021-11-16 10:29:49,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Recommend token cache serialization in MSAL.NET article,doc-enhancement assigned-to-author triaged architecture-center/svc azure-guide/subsvc," +[Enter feedback here] + +You might be interested in the content (or link to) the following article: +https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-net-token-cache-serialization + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ab204a8d-c451-ef99-6610-139a0dee61ac +* Version Independent ID: 23a69ae2-70bc-aab5-bbe1-e9699d57558b +* Content: [Cache access tokens in a multitenant app - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/token-cache) +* Content Source: [docs/multitenant-identity/token-cache.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/multitenant-identity/token-cache.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Recommend token cache serialization in MSAL.NET article - +[Enter feedback here] + +You might be interested in the content (or link to) the following article: +https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-net-token-cache-serialization + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ab204a8d-c451-ef99-6610-139a0dee61ac +* Version Independent ID: 23a69ae2-70bc-aab5-bbe1-e9699d57558b +* Content: [Cache access tokens in a multitenant app - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/token-cache) +* Content Source: [docs/multitenant-identity/token-cache.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/multitenant-identity/token-cache.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,recommend token cache serialization in msal net article you might be interested in the content or link to the following article document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias pnp ,1 +9093,24037104579.0,IssuesEvent,2022-09-15 20:17:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Traffic Manager vs Front Door,assigned-to-author triaged product-question architecture-center/svc example-scenario/subsvc Pri2,"why can't we use the front door service instead of the traffic manager? + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2442849c-9e87-56b2-dffd-5c8089e8132c +* Version Independent ID: 828da465-186b-f819-9575-ee51e8c83306 +* Content: [Multi-tier web application built for HA/DR - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/multi-tier-app-disaster-recovery) +* Content Source: [docs/example-scenario/infrastructure/multi-tier-app-disaster-recovery.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/infrastructure/multi-tier-app-disaster-recovery.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @sujayt +* Microsoft Alias: **pnp**",1.0,"Traffic Manager vs Front Door - why can't we use the front door service instead of the traffic manager? + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2442849c-9e87-56b2-dffd-5c8089e8132c +* Version Independent ID: 828da465-186b-f819-9575-ee51e8c83306 +* Content: [Multi-tier web application built for HA/DR - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/multi-tier-app-disaster-recovery) +* Content Source: [docs/example-scenario/infrastructure/multi-tier-app-disaster-recovery.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/infrastructure/multi-tier-app-disaster-recovery.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @sujayt +* Microsoft Alias: **pnp**",1,traffic manager vs front door why can t we use the front door service instead of the traffic manager document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id dffd version independent id content content source service architecture center sub service example scenario github login sujayt microsoft alias pnp ,1 +134298,18454747230.0,IssuesEvent,2021-10-15 15:03:54,bgoonz/searchAwesome,https://api.github.com/repos/bgoonz/searchAwesome,closed,"CVE-2012-6708 (Medium) detected in jquery-1.7.1.min.js, jquery-1.7.2.min.js - autoclosed",security vulnerability,"## CVE-2012-6708 - Medium Severity Vulnerability +
Vulnerable Libraries - jquery-1.7.1.min.js, jquery-1.7.2.min.js

+

+ +

jquery-1.7.1.min.js

+ +

JavaScript library for DOM operations

+

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js

+

Path to dependency file: searchAwesome/clones/awesome-stacks/node_modules/sockjs/examples/express/index.html

+

Path to vulnerable library: /clones/awesome-stacks/node_modules/sockjs/examples/express/index.html

+

+ +Dependency Hierarchy: + - :x: **jquery-1.7.1.min.js** (Vulnerable Library) +

+
jquery-1.7.2.min.js

+ +

JavaScript library for DOM operations

+

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js

+

Path to dependency file: searchAwesome/clones/awesome-gulp/node_modules/marked/www/demo.html

+

Path to vulnerable library: /clones/awesome-gulp/node_modules/marked/www/demo.html

+

+ +Dependency Hierarchy: + - :x: **jquery-1.7.2.min.js** (Vulnerable Library) +

+ +

Found in HEAD commit: 8c366c860f88ff2849d4a7b7832c781154d89ece

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common. + +

Publish Date: 2018-01-18 +

URL: CVE-2012-6708

+

+
+

+
CVSS 3 Score Details (6.1) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nvd.nist.gov/vuln/detail/CVE-2012-6708

+

Release Date: 2018-01-18

+

Fix Resolution: jQuery - v1.9.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2012-6708 (Medium) detected in jquery-1.7.1.min.js, jquery-1.7.2.min.js - autoclosed - ## CVE-2012-6708 - Medium Severity Vulnerability +
Vulnerable Libraries - jquery-1.7.1.min.js, jquery-1.7.2.min.js

+

+ +

jquery-1.7.1.min.js

+ +

JavaScript library for DOM operations

+

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js

+

Path to dependency file: searchAwesome/clones/awesome-stacks/node_modules/sockjs/examples/express/index.html

+

Path to vulnerable library: /clones/awesome-stacks/node_modules/sockjs/examples/express/index.html

+

+ +Dependency Hierarchy: + - :x: **jquery-1.7.1.min.js** (Vulnerable Library) +

+
jquery-1.7.2.min.js

+ +

JavaScript library for DOM operations

+

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js

+

Path to dependency file: searchAwesome/clones/awesome-gulp/node_modules/marked/www/demo.html

+

Path to vulnerable library: /clones/awesome-gulp/node_modules/marked/www/demo.html

+

+ +Dependency Hierarchy: + - :x: **jquery-1.7.2.min.js** (Vulnerable Library) +

+ +

Found in HEAD commit: 8c366c860f88ff2849d4a7b7832c781154d89ece

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common. + +

Publish Date: 2018-01-18 +

URL: CVE-2012-6708

+

+
+

+
CVSS 3 Score Details (6.1) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nvd.nist.gov/vuln/detail/CVE-2012-6708

+

Release Date: 2018-01-18

+

Fix Resolution: jQuery - v1.9.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in jquery min js jquery min js autoclosed cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery min js javascript library for dom operations library home page a href path to dependency file searchawesome clones awesome stacks node modules sockjs examples express index html path to vulnerable library clones awesome stacks node modules sockjs examples express index html dependency hierarchy x jquery min js vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file searchawesome clones awesome gulp node modules marked www demo html path to vulnerable library clones awesome gulp node modules marked www demo html dependency hierarchy x jquery min js vulnerable library found in head commit a href found in base branch master vulnerability details jquery before is vulnerable to cross site scripting xss attacks the jquery strinput function does not differentiate selectors from html in a reliable fashion in vulnerable versions jquery determined whether the input was html by looking for the character anywhere in the string giving attackers more flexibility when attempting to construct a malicious payload in fixed versions jquery only deems the input to be html if it explicitly starts with the character limiting exploitability only to attackers who can control the beginning of a string which is far less common 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 jquery step up your open source security game with whitesource ,0 +128581,17580082105.0,IssuesEvent,2021-08-16 05:53:35,Altinn/altinn-studio,https://api.github.com/repos/Altinn/altinn-studio,opened,Handle XsdAnyAttributeKeyword,area/data-modeling solution/studio/designer kind/user-story,"## Description +Given a XSD which contains a AnyAttribute keyword, make sure it's serialized back to XSD with that attribute. + +## Acceptance criteria +- [ ] Automatic tests added +- [ ] If the JSON Schema contains a @AnyAttributeKeyword make sur it gets serialized back to the XSD",1.0,"Handle XsdAnyAttributeKeyword - ## Description +Given a XSD which contains a AnyAttribute keyword, make sure it's serialized back to XSD with that attribute. + +## Acceptance criteria +- [ ] Automatic tests added +- [ ] If the JSON Schema contains a @AnyAttributeKeyword make sur it gets serialized back to the XSD",0,handle xsdanyattributekeyword description given a xsd which contains a anyattribute keyword make sure it s serialized back to xsd with that attribute acceptance criteria automatic tests added if the json schema contains a anyattributekeyword make sur it gets serialized back to the xsd,0 +9348,24448536984.0,IssuesEvent,2022-10-06 20:16:23,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"To migrate an Oracle database to an Azure... 3rd point ""Figure out how to archive business continuity and disaster recovery requirements."".. Should it not be ""Achieve"" instead of ""Archive""",doc-enhancement cxp triaged architecture-center/svc example-scenario/subsvc Pri2,"To migrate an Oracle database to an Azure... 3rd point ""Figure out how to archive business continuity and disaster recovery requirements."".. Should it not be ""Achieve"" instead of ""Archive"" + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: b0676437-a746-19de-2df2-7919004a14f0 +* Version Independent ID: 35cfce4b-fc76-f140-02fb-9ac605157313 +* Content: [Overview of Oracle database migration - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/oracle-migrate/oracle-migration-overview) +* Content Source: [docs/example-scenario/oracle-migrate/oracle-migration-overview.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/oracle-migrate/oracle-migration-overview.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @amberz +* Microsoft Alias: **amberz**",1.0,"To migrate an Oracle database to an Azure... 3rd point ""Figure out how to archive business continuity and disaster recovery requirements."".. Should it not be ""Achieve"" instead of ""Archive"" - To migrate an Oracle database to an Azure... 3rd point ""Figure out how to archive business continuity and disaster recovery requirements."".. Should it not be ""Achieve"" instead of ""Archive"" + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: b0676437-a746-19de-2df2-7919004a14f0 +* Version Independent ID: 35cfce4b-fc76-f140-02fb-9ac605157313 +* Content: [Overview of Oracle database migration - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/oracle-migrate/oracle-migration-overview) +* Content Source: [docs/example-scenario/oracle-migrate/oracle-migration-overview.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/oracle-migrate/oracle-migration-overview.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @amberz +* Microsoft Alias: **amberz**",1,to migrate an oracle database to an azure point figure out how to archive business continuity and disaster recovery requirements should it not be achieve instead of archive to migrate an oracle database to an azure point figure out how to archive business continuity and disaster recovery requirements should it not be achieve instead of archive document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login amberz microsoft alias amberz ,1 +10359,26837957189.0,IssuesEvent,2023-02-02 21:13:16,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Image example is incorrect.,doc-bug assigned-to-author triaged architecture-center/svc Pri1 design-pattern/subsvc,"The image on the page is wrong: + +https://docs.microsoft.com/en-us/azure/architecture/patterns/_images/async-request.png + +It shows 302 when it should be 202. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6fea460c-4fac-723f-8df4-9d0811855a68 +* Version Independent ID: 4be364ca-aee7-7b49-13e1-3a94408ed7b9 +* Content: [Asynchronous Request-Reply Pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/async-request-reply) +* Content Source: [docs/patterns/async-request-reply.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/async-request-reply.yml) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"Image example is incorrect. - The image on the page is wrong: + +https://docs.microsoft.com/en-us/azure/architecture/patterns/_images/async-request.png + +It shows 302 when it should be 202. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6fea460c-4fac-723f-8df4-9d0811855a68 +* Version Independent ID: 4be364ca-aee7-7b49-13e1-3a94408ed7b9 +* Content: [Asynchronous Request-Reply Pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/async-request-reply) +* Content Source: [docs/patterns/async-request-reply.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/async-request-reply.yml) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,image example is incorrect the image on the page is wrong it shows when it should be document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login edprice msft microsoft alias edprice ,1 +5436,12497985786.0,IssuesEvent,2020-06-01 17:27:50,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Implementation details,Pri1 architecture-center/svc assigned-to-author doc-enhancement triaged,"It would be great if we get a detail step by step implementation details on how to do this. Specially updated with the newest options of technologies, data stores, etc. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2ac60d9e-b851-afa6-beeb-74cdaa2a9146 +* Version Independent ID: e300615f-1b32-df63-bc89-54b3b17dced5 +* Content: [Modern Data Warehouse Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/modern-data-warehouse#feedback) +* Content Source: [docs/solution-ideas/articles/modern-data-warehouse.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/modern-data-warehouse.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Implementation details - It would be great if we get a detail step by step implementation details on how to do this. Specially updated with the newest options of technologies, data stores, etc. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2ac60d9e-b851-afa6-beeb-74cdaa2a9146 +* Version Independent ID: e300615f-1b32-df63-bc89-54b3b17dced5 +* Content: [Modern Data Warehouse Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/modern-data-warehouse#feedback) +* Content Source: [docs/solution-ideas/articles/modern-data-warehouse.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/modern-data-warehouse.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,implementation details it would be great if we get a detail step by step implementation details on how to do this specially updated with the newest options of technologies data stores etc document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id beeb version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +7347,17578859722.0,IssuesEvent,2021-08-16 02:51:05,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Duplicate content,doc-enhancement cxp triaged architecture-center/svc well-architected/subsvc," +The section that begins with ""The Windows N-tier application on Azure with SQL Server reference architecture"" is duplicated. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8f78e284-fb28-8ac2-0ce6-590b48c74a45 +* Version Independent ID: 3baed527-6023-bc26-d3f9-9fda0a43925e +* Content: [Network security and containment in Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/security/network-security-containment) +* Content Source: [docs/framework/security/network-security-containment.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/network-security-containment.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1.0,"Duplicate content - +The section that begins with ""The Windows N-tier application on Azure with SQL Server reference architecture"" is duplicated. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8f78e284-fb28-8ac2-0ce6-590b48c74a45 +* Version Independent ID: 3baed527-6023-bc26-d3f9-9fda0a43925e +* Content: [Network security and containment in Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/security/network-security-containment) +* Content Source: [docs/framework/security/network-security-containment.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/network-security-containment.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,duplicate content the section that begins with the windows n tier application on azure with sql server reference architecture is duplicated document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login pagewriter msft microsoft alias pnp ,1 +97705,4005115746.0,IssuesEvent,2016-05-12 10:06:03,serverless/serverless,https://api.github.com/repos/serverless/serverless,closed,Add support for all CloudWatch Event Rule types,effort: medium feature: wishlist priority: medium,"Can support be added for all the CloudWatch Event Rules available? Would make configuring Lambda's with Rules much easier. It appears that Scheduled rules are effectively what is already supported. + +The other types would be: + +* AWS API Call +* EC2 Instance State Change Notification +* Autoscaling + +AWS API Call would be the big one we would be looking for support for. It also appears that part of the required support for these types has been done in #661 as each of these event types would also have these input parameters available. +",1.0,"Add support for all CloudWatch Event Rule types - Can support be added for all the CloudWatch Event Rules available? Would make configuring Lambda's with Rules much easier. It appears that Scheduled rules are effectively what is already supported. + +The other types would be: + +* AWS API Call +* EC2 Instance State Change Notification +* Autoscaling + +AWS API Call would be the big one we would be looking for support for. It also appears that part of the required support for these types has been done in #661 as each of these event types would also have these input parameters available. +",0,add support for all cloudwatch event rule types can support be added for all the cloudwatch event rules available would make configuring lambda s with rules much easier it appears that scheduled rules are effectively what is already supported the other types would be aws api call instance state change notification autoscaling aws api call would be the big one we would be looking for support for it also appears that part of the required support for these types has been done in as each of these event types would also have these input parameters available ,0 +180552,13936916428.0,IssuesEvent,2020-10-22 13:32:51,softmatterlab/Braph-2.0-Matlab,https://api.github.com/repos/softmatterlab/Braph-2.0-Matlab,opened,Implement Diameter,measure test,"Diameter measure is in braph folder but not in braph2. +Implement it with the new measure structure",1.0,"Implement Diameter - Diameter measure is in braph folder but not in braph2. +Implement it with the new measure structure",0,implement diameter diameter measure is in braph folder but not in implement it with the new measure structure,0 +9217,24251116993.0,IssuesEvent,2022-09-27 14:16:33,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Patterns categorization issue ?,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 well-architected/subsvc," +[Regarding [Patterns catalog](https://docs.microsoft.com/en-us/azure/architecture/patterns/#catalog-of-patterns), it seems that 2 patterns are missing in the page ""Operational Excellence"" : Geodes and Materialized View] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9f922c02-5f01-a733-7553-8ef7d70bf78e +* Version Independent ID: 5db9d38a-fada-f3e3-3d63-21e27f4eaee0 +* Content: [Operational Excellence patterns - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/devops-patterns) +* Content Source: [docs/framework/devops/devops-patterns.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/devops/devops-patterns.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Patterns categorization issue ? - +[Regarding [Patterns catalog](https://docs.microsoft.com/en-us/azure/architecture/patterns/#catalog-of-patterns), it seems that 2 patterns are missing in the page ""Operational Excellence"" : Geodes and Materialized View] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9f922c02-5f01-a733-7553-8ef7d70bf78e +* Version Independent ID: 5db9d38a-fada-f3e3-3d63-21e27f4eaee0 +* Content: [Operational Excellence patterns - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/devops-patterns) +* Content Source: [docs/framework/devops/devops-patterns.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/devops/devops-patterns.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,patterns categorization issue it seems that patterns are missing in the page operational excellence geodes and materialized view document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id fada content content source service architecture center sub service well architected github login microsoft alias pnp ,1 +81764,15630133417.0,IssuesEvent,2021-03-22 01:27:34,directoryxx/Inventory-SISI,https://api.github.com/repos/directoryxx/Inventory-SISI,opened,CVE-2020-28500 (Medium) detected in multiple libraries,security vulnerability,"## CVE-2020-28500 - Medium Severity Vulnerability +
Vulnerable Libraries - lodash-1.0.2.tgz, lodash-3.10.1.tgz, lodash-2.4.2.tgz, lodash-4.6.1.tgz, lodash-0.9.2.tgz

+

+ +

lodash-1.0.2.tgz

+ +

A utility library delivering consistency, customization, performance, and extras.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz

+

Path to dependency file: Inventory-SISI/assets/adminlte/bower_components/chart.js/package.json

+

Path to vulnerable library: Inventory-SISI/assets/adminlte/bower_components/morris.js/node_modules/globule/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/morris.js/node_modules/globule/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/morris.js/node_modules/globule/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - grunt-contrib-watch-0.6.1.tgz (Root Library) + - gaze-0.5.2.tgz + - globule-0.1.0.tgz + - :x: **lodash-1.0.2.tgz** (Vulnerable Library) +

+
lodash-3.10.1.tgz

+ +

The modern build of lodash modular utilities.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz

+

Path to dependency file: Inventory-SISI/assets/adminlte/bower_components/chart.js/package.json

+

Path to vulnerable library: Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/xmlbuilder/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/xmlbuilder/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/xmlbuilder/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/xmlbuilder/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - grunt-jscs-3.0.1.tgz (Root Library) + - jscs-3.0.7.tgz + - :x: **lodash-3.10.1.tgz** (Vulnerable Library) +

+
lodash-2.4.2.tgz

+ +

A utility library delivering consistency, customization, performance, & extras.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz

+

Path to dependency file: Inventory-SISI/assets/adminlte/bower_components/select2/package.json

+

Path to vulnerable library: Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/fg-lodash/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/fg-lodash/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/fg-lodash/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/fg-lodash/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - grunt-contrib-watch-0.6.1.tgz (Root Library) + - :x: **lodash-2.4.2.tgz** (Vulnerable Library) +

+
lodash-4.6.1.tgz

+ +

Lodash modular utilities.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-4.6.1.tgz

+

Path to dependency file: Inventory-SISI/assets/adminlte/bower_components/bootstrap-datepicker/package.json

+

Path to vulnerable library: Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/grunt-jscs/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/grunt-jscs/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - grunt-jscs-3.0.1.tgz (Root Library) + - :x: **lodash-4.6.1.tgz** (Vulnerable Library) +

+
lodash-0.9.2.tgz

+ +

A utility library delivering consistency, customization, performance, and extras.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz

+

Path to dependency file: Inventory-SISI/assets/adminlte/bower_components/morris.js/package.json

+

Path to vulnerable library: Inventory-SISI/assets/adminlte/bower_components/morris.js/node_modules/grunt-legacy-util/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/morris.js/node_modules/grunt-legacy-util/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - grunt-0.4.5.tgz (Root Library) + - :x: **lodash-0.9.2.tgz** (Vulnerable Library) +

+ +

+
+

+
Vulnerability Details +

+ +Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions. + +

Publish Date: 2021-02-15 +

URL: CVE-2020-28500

+

+
+

+
CVSS 3 Score Details (5.3) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/lodash/lodash/commit/02906b8191d3c100c193fe6f7b27d1c40f200bb7

+

Release Date: 2021-02-15

+

Fix Resolution: lodash - 4.17.21

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2020-28500 (Medium) detected in multiple libraries - ## CVE-2020-28500 - Medium Severity Vulnerability +
Vulnerable Libraries - lodash-1.0.2.tgz, lodash-3.10.1.tgz, lodash-2.4.2.tgz, lodash-4.6.1.tgz, lodash-0.9.2.tgz

+

+ +

lodash-1.0.2.tgz

+ +

A utility library delivering consistency, customization, performance, and extras.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz

+

Path to dependency file: Inventory-SISI/assets/adminlte/bower_components/chart.js/package.json

+

Path to vulnerable library: Inventory-SISI/assets/adminlte/bower_components/morris.js/node_modules/globule/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/morris.js/node_modules/globule/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/morris.js/node_modules/globule/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - grunt-contrib-watch-0.6.1.tgz (Root Library) + - gaze-0.5.2.tgz + - globule-0.1.0.tgz + - :x: **lodash-1.0.2.tgz** (Vulnerable Library) +

+
lodash-3.10.1.tgz

+ +

The modern build of lodash modular utilities.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz

+

Path to dependency file: Inventory-SISI/assets/adminlte/bower_components/chart.js/package.json

+

Path to vulnerable library: Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/xmlbuilder/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/xmlbuilder/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/xmlbuilder/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/xmlbuilder/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - grunt-jscs-3.0.1.tgz (Root Library) + - jscs-3.0.7.tgz + - :x: **lodash-3.10.1.tgz** (Vulnerable Library) +

+
lodash-2.4.2.tgz

+ +

A utility library delivering consistency, customization, performance, & extras.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz

+

Path to dependency file: Inventory-SISI/assets/adminlte/bower_components/select2/package.json

+

Path to vulnerable library: Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/fg-lodash/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/fg-lodash/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/fg-lodash/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/fg-lodash/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - grunt-contrib-watch-0.6.1.tgz (Root Library) + - :x: **lodash-2.4.2.tgz** (Vulnerable Library) +

+
lodash-4.6.1.tgz

+ +

Lodash modular utilities.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-4.6.1.tgz

+

Path to dependency file: Inventory-SISI/assets/adminlte/bower_components/bootstrap-datepicker/package.json

+

Path to vulnerable library: Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/grunt-jscs/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/bootstrap/node_modules/grunt-jscs/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - grunt-jscs-3.0.1.tgz (Root Library) + - :x: **lodash-4.6.1.tgz** (Vulnerable Library) +

+
lodash-0.9.2.tgz

+ +

A utility library delivering consistency, customization, performance, and extras.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz

+

Path to dependency file: Inventory-SISI/assets/adminlte/bower_components/morris.js/package.json

+

Path to vulnerable library: Inventory-SISI/assets/adminlte/bower_components/morris.js/node_modules/grunt-legacy-util/node_modules/lodash/package.json,Inventory-SISI/assets/adminlte/bower_components/morris.js/node_modules/grunt-legacy-util/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - grunt-0.4.5.tgz (Root Library) + - :x: **lodash-0.9.2.tgz** (Vulnerable Library) +

+ +

+
+

+
Vulnerability Details +

+ +Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions. + +

Publish Date: 2021-02-15 +

URL: CVE-2020-28500

+

+
+

+
CVSS 3 Score Details (5.3) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/lodash/lodash/commit/02906b8191d3c100c193fe6f7b27d1c40f200bb7

+

Release Date: 2021-02-15

+

Fix Resolution: lodash - 4.17.21

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries lodash tgz lodash tgz lodash tgz lodash tgz lodash tgz lodash tgz a utility library delivering consistency customization performance and extras library home page a href path to dependency file inventory sisi assets adminlte bower components chart js package json path to vulnerable library inventory sisi assets adminlte bower components morris js node modules globule node modules lodash package json inventory sisi assets adminlte bower components morris js node modules globule node modules lodash package json inventory sisi assets adminlte bower components morris js node modules globule node modules lodash package json dependency hierarchy grunt contrib watch tgz root library gaze tgz globule tgz x lodash tgz vulnerable library lodash tgz the modern build of lodash modular utilities library home page a href path to dependency file inventory sisi assets adminlte bower components chart js package json path to vulnerable library inventory sisi assets adminlte bower components bootstrap node modules xmlbuilder node modules lodash package json inventory sisi assets adminlte bower components bootstrap node modules xmlbuilder node modules lodash package json inventory sisi assets adminlte bower components bootstrap node modules xmlbuilder node modules lodash package json inventory sisi assets adminlte bower components bootstrap node modules xmlbuilder node modules lodash package json dependency hierarchy grunt jscs tgz root library jscs tgz x lodash tgz vulnerable library lodash tgz a utility library delivering consistency customization performance extras library home page a href path to dependency file inventory sisi assets adminlte bower components package json path to vulnerable library inventory sisi assets adminlte bower components bootstrap node modules fg lodash node modules lodash package json inventory sisi assets adminlte bower components bootstrap node modules fg lodash node modules lodash package json inventory sisi assets adminlte bower components bootstrap node modules fg lodash node modules lodash package json inventory sisi assets adminlte bower components bootstrap node modules fg lodash node modules lodash package json dependency hierarchy grunt contrib watch tgz root library x lodash tgz vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file inventory sisi assets adminlte bower components bootstrap datepicker package json path to vulnerable library inventory sisi assets adminlte bower components bootstrap node modules grunt jscs node modules lodash package json inventory sisi assets adminlte bower components bootstrap node modules grunt jscs node modules lodash package json dependency hierarchy grunt jscs tgz root library x lodash tgz vulnerable library lodash tgz a utility library delivering consistency customization performance and extras library home page a href path to dependency file inventory sisi assets adminlte bower components morris js package json path to vulnerable library inventory sisi assets adminlte bower components morris js node modules grunt legacy util node modules lodash package json inventory sisi assets adminlte bower components morris js node modules grunt legacy util node modules lodash package json dependency hierarchy grunt tgz root library x lodash tgz vulnerable library vulnerability details lodash versions prior to are vulnerable to regular expression denial of service redos via the tonumber trim and trimend functions 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 lodash step up your open source security game with whitesource ,0 +11117,28065515067.0,IssuesEvent,2023-03-29 15:09:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Why the title has AWS in it?,doc-enhancement triaged architecture-center/svc cloud-fundamentals/subsvc Pri2," +[Enter feedback here] + +Do not find any AWS information specific or comparison in this page and so wondering why the title has ""AWS"" in it. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d42fd9ae-205d-042a-4d38-4ca356e27d17 +* Version Independent ID: 694c671b-430e-31b6-9133-2324bb3a2efa +* Content: [Comparing AWS and Azure regions and zones - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/regions-zones) +* Content Source: [docs/aws-professional/regions-zones.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/regions-zones.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Why the title has AWS in it? - +[Enter feedback here] + +Do not find any AWS information specific or comparison in this page and so wondering why the title has ""AWS"" in it. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d42fd9ae-205d-042a-4d38-4ca356e27d17 +* Version Independent ID: 694c671b-430e-31b6-9133-2324bb3a2efa +* Content: [Comparing AWS and Azure regions and zones - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/regions-zones) +* Content Source: [docs/aws-professional/regions-zones.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/regions-zones.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,why the title has aws in it do not find any aws information specific or comparison in this page and so wondering why the title has aws in it document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +9822,25312985719.0,IssuesEvent,2022-11-17 19:02:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"What does ""Ensure all updates to the IP Groups and policies have an implicit firewall update that is run afterwards."" mean ?",doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +[Enter feedback here] + +as per subject, reading through this doc and i dont quite understand what this statement means . + +If we say add a new IP Address (cidr/range) to an existing IP Group , used in a firewall , is there an extra step to make it live / effected ? If so what is it ? + +From memory a Firewall Policy update triggers an Update operation on the Firewall automatically , is this the same for an IP Group change ? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 215d0a3c-ef5b-7581-dbdf-e418b4891276 +* Version Independent ID: 3647b4bf-6a85-8257-5792-39c5eae6785f +* Content: [Azure Well-Architected Framework review of Azure Firewall - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/networking/guide/well-architected-framework-azure-firewall) +* Content Source: [docs/networking/guide/well-architected-framework-azure-firewall.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/networking/guide/well-architected-framework-azure-firewall.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @rohilla-shweta +* Microsoft Alias: **rosanto**",1.0,"What does ""Ensure all updates to the IP Groups and policies have an implicit firewall update that is run afterwards."" mean ? - +[Enter feedback here] + +as per subject, reading through this doc and i dont quite understand what this statement means . + +If we say add a new IP Address (cidr/range) to an existing IP Group , used in a firewall , is there an extra step to make it live / effected ? If so what is it ? + +From memory a Firewall Policy update triggers an Update operation on the Firewall automatically , is this the same for an IP Group change ? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 215d0a3c-ef5b-7581-dbdf-e418b4891276 +* Version Independent ID: 3647b4bf-6a85-8257-5792-39c5eae6785f +* Content: [Azure Well-Architected Framework review of Azure Firewall - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/networking/guide/well-architected-framework-azure-firewall) +* Content Source: [docs/networking/guide/well-architected-framework-azure-firewall.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/networking/guide/well-architected-framework-azure-firewall.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @rohilla-shweta +* Microsoft Alias: **rosanto**",1,what does ensure all updates to the ip groups and policies have an implicit firewall update that is run afterwards mean as per subject reading through this doc and i dont quite understand what this statement means if we say add a new ip address cidr range to an existing ip group used in a firewall is there an extra step to make it live effected if so what is it from memory a firewall policy update triggers an update operation on the firewall automatically is this the same for an ip group change document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id dbdf version independent id content content source service architecture center sub service azure guide github login rohilla shweta microsoft alias rosanto ,1 +278009,30702137962.0,IssuesEvent,2023-07-27 01:05:36,tabacmend-sandbox/some_package_trans,https://api.github.com/repos/tabacmend-sandbox/some_package_trans,opened,vm2-3.9.19.tgz: 2 vulnerabilities (highest severity is: 9.8),Mend: dependency security vulnerability,"
Vulnerable Library - vm2-3.9.19.tgz

+ +

+

Library home page: https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/vm2/package.json

+

+ + +

Found in HEAD commit: 1d6a9e6edefa706a44bdb94be87a2185b2ad5966

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in (vm2 version) | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | +| [CVE-2023-37466](https://www.mend.io/vulnerability-database/CVE-2023-37466) | Critical | 9.8 | vm2-3.9.19.tgz | Direct | N/A | ❌ | +| [CVE-2023-37903](https://www.mend.io/vulnerability-database/CVE-2023-37903) | Critical | 9.8 | vm2-3.9.19.tgz | Direct | N/A | ❌ | + + +## Details + +
+ + CVE-2023-37466 + + +### Vulnerable Library - vm2-3.9.19.tgz

+ +

+

Library home page: https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/vm2/package.json

+

+ +Dependency Hierarchy: + - :x: **vm2-3.9.19.tgz** (Vulnerable Library) +

Found in HEAD commit: 1d6a9e6edefa706a44bdb94be87a2185b2ad5966

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +vm2 is an advanced vm/sandbox for Node.js. The library contains critical security issues and should not be used for production. The maintenance of the project has been discontinued. In vm2 for versions up to 3.9.19, `Promise` handler sanitization can be bypassed with `@@species` accessor property allowing attackers to escape the sandbox and run arbitrary code. Remote Code Execution, assuming the attacker has arbitrary code execution primitive inside the context of vm2 sandbox. + +

Publish Date: 2023-07-14 +

URL: CVE-2023-37466

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +
+ + CVE-2023-37903 + + +### Vulnerable Library - vm2-3.9.19.tgz

+ +

+

Library home page: https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/vm2/package.json

+

+ +Dependency Hierarchy: + - :x: **vm2-3.9.19.tgz** (Vulnerable Library) +

Found in HEAD commit: 1d6a9e6edefa706a44bdb94be87a2185b2ad5966

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +vm2 is an open source vm/sandbox for Node.js. In vm2 for versions up to and including 3.9.19, Node.js custom inspect function allows attackers to escape the sandbox and run arbitrary code. This may result in Remote Code Execution, assuming the attacker has arbitrary code execution primitive inside the context of vm2 sandbox. There are no patches and no known workarounds. Users are advised to find an alternative software. + +

Publish Date: 2023-07-21 +

URL: CVE-2023-37903

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +
",True,"vm2-3.9.19.tgz: 2 vulnerabilities (highest severity is: 9.8) -
Vulnerable Library - vm2-3.9.19.tgz

+ +

+

Library home page: https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/vm2/package.json

+

+ + +

Found in HEAD commit: 1d6a9e6edefa706a44bdb94be87a2185b2ad5966

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in (vm2 version) | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | +| [CVE-2023-37466](https://www.mend.io/vulnerability-database/CVE-2023-37466) | Critical | 9.8 | vm2-3.9.19.tgz | Direct | N/A | ❌ | +| [CVE-2023-37903](https://www.mend.io/vulnerability-database/CVE-2023-37903) | Critical | 9.8 | vm2-3.9.19.tgz | Direct | N/A | ❌ | + + +## Details + +
+ + CVE-2023-37466 + + +### Vulnerable Library - vm2-3.9.19.tgz

+ +

+

Library home page: https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/vm2/package.json

+

+ +Dependency Hierarchy: + - :x: **vm2-3.9.19.tgz** (Vulnerable Library) +

Found in HEAD commit: 1d6a9e6edefa706a44bdb94be87a2185b2ad5966

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +vm2 is an advanced vm/sandbox for Node.js. The library contains critical security issues and should not be used for production. The maintenance of the project has been discontinued. In vm2 for versions up to 3.9.19, `Promise` handler sanitization can be bypassed with `@@species` accessor property allowing attackers to escape the sandbox and run arbitrary code. Remote Code Execution, assuming the attacker has arbitrary code execution primitive inside the context of vm2 sandbox. + +

Publish Date: 2023-07-14 +

URL: CVE-2023-37466

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +
+ + CVE-2023-37903 + + +### Vulnerable Library - vm2-3.9.19.tgz

+ +

+

Library home page: https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/vm2/package.json

+

+ +Dependency Hierarchy: + - :x: **vm2-3.9.19.tgz** (Vulnerable Library) +

Found in HEAD commit: 1d6a9e6edefa706a44bdb94be87a2185b2ad5966

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +vm2 is an open source vm/sandbox for Node.js. In vm2 for versions up to and including 3.9.19, Node.js custom inspect function allows attackers to escape the sandbox and run arbitrary code. This may result in Remote Code Execution, assuming the attacker has arbitrary code execution primitive inside the context of vm2 sandbox. There are no patches and no known workarounds. Users are advised to find an alternative software. + +

Publish Date: 2023-07-21 +

URL: CVE-2023-37903

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +
",0, tgz vulnerabilities highest severity is vulnerable library tgz library home page a href path to dependency file package json path to vulnerable library node modules package json found in head commit a href vulnerabilities cve severity cvss dependency type fixed in version remediation available critical tgz direct n a critical tgz direct n a details cve vulnerable library tgz library home page a href path to dependency file package json path to vulnerable library node modules package json dependency hierarchy x tgz vulnerable library found in head commit a href found in base branch main vulnerability details is an advanced vm sandbox for node js the library contains critical security issues and should not be used for production the maintenance of the project has been discontinued in for versions up to promise handler sanitization can be bypassed with species accessor property allowing attackers to escape the sandbox and run arbitrary code remote code execution assuming the attacker has arbitrary code execution primitive inside the context of sandbox 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 cve vulnerable library tgz library home page a href path to dependency file package json path to vulnerable library node modules package json dependency hierarchy x tgz vulnerable library found in head commit a href found in base branch main vulnerability details is an open source vm sandbox for node js in for versions up to and including node js custom inspect function allows attackers to escape the sandbox and run arbitrary code this may result in remote code execution assuming the attacker has arbitrary code execution primitive inside the context of sandbox there are no patches and no known workarounds users are advised to find an alternative software 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 ,0 +9176,24167503368.0,IssuesEvent,2022-09-22 16:10:04,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,ADAL is being depreciated,doc-bug assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +ADAL is being depreciated and should be removed from this article. See this article for details: + +https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-migration + +Cc: @mmacy + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ab204a8d-c451-ef99-6610-139a0dee61ac +* Version Independent ID: 23a69ae2-70bc-aab5-bbe1-e9699d57558b +* Content: [Cache access tokens in a multitenant application - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/token-cache) +* Content Source: [docs/multitenant-identity/token-cache.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/multitenant-identity/token-cache.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"ADAL is being depreciated - +ADAL is being depreciated and should be removed from this article. See this article for details: + +https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-migration + +Cc: @mmacy + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ab204a8d-c451-ef99-6610-139a0dee61ac +* Version Independent ID: 23a69ae2-70bc-aab5-bbe1-e9699d57558b +* Content: [Cache access tokens in a multitenant application - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/token-cache) +* Content Source: [docs/multitenant-identity/token-cache.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/multitenant-identity/token-cache.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,adal is being depreciated adal is being depreciated and should be removed from this article see this article for details cc mmacy document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login microsoft alias pnp ,1 +77591,10010591047.0,IssuesEvent,2019-07-15 08:26:59,kyma-project/cli,https://api.github.com/repos/kyma-project/cli,closed,Run a basic Kyma test suite,area/cli area/documentation,"**Description** +Have the basic commands implemented to run a test suite based on all available definitions and inspect the results. See the linked [Epic](https://github.com/kyma-project/cli/issues/32) for a better understanding of the proposed command structure. + +**Reasons** +Have a first working version covering corner areas to already get a feeling and kick off the topic + +**Details** +Following commands are required: +- Implement `kyma test run` command + - with `name` as optional parameter + - with `watch` option to not wait for completion + - it will create a ClusterTestSuite resource +- Implement `kyma test status` + - with `watch` option t wait for completion + - it prints test suites attributes + - it prints all definitions which are part of the suite + - for every definition it prints the execution status + - check also `testing.sh` for feature equality +- Implement `kyma test delete` + - it deletes the test suite + +As long as there is no generic solution for test preconditions as outlined in https://github.com/kyma-incubator/octopus/issues/27 the workaround for the testing-bundles need to be implemented by setting up the repo before test suite execution. +",1.0,"Run a basic Kyma test suite - **Description** +Have the basic commands implemented to run a test suite based on all available definitions and inspect the results. See the linked [Epic](https://github.com/kyma-project/cli/issues/32) for a better understanding of the proposed command structure. + +**Reasons** +Have a first working version covering corner areas to already get a feeling and kick off the topic + +**Details** +Following commands are required: +- Implement `kyma test run` command + - with `name` as optional parameter + - with `watch` option to not wait for completion + - it will create a ClusterTestSuite resource +- Implement `kyma test status` + - with `watch` option t wait for completion + - it prints test suites attributes + - it prints all definitions which are part of the suite + - for every definition it prints the execution status + - check also `testing.sh` for feature equality +- Implement `kyma test delete` + - it deletes the test suite + +As long as there is no generic solution for test preconditions as outlined in https://github.com/kyma-incubator/octopus/issues/27 the workaround for the testing-bundles need to be implemented by setting up the repo before test suite execution. +",0,run a basic kyma test suite description have the basic commands implemented to run a test suite based on all available definitions and inspect the results see the linked for a better understanding of the proposed command structure reasons have a first working version covering corner areas to already get a feeling and kick off the topic details following commands are required implement kyma test run command with name as optional parameter with watch option to not wait for completion it will create a clustertestsuite resource implement kyma test status with watch option t wait for completion it prints test suites attributes it prints all definitions which are part of the suite for every definition it prints the execution status check also testing sh for feature equality implement kyma test delete it deletes the test suite as long as there is no generic solution for test preconditions as outlined in the workaround for the testing bundles need to be implemented by setting up the repo before test suite execution ,0 +120918,10141828289.0,IssuesEvent,2019-08-03 17:45:27,dexpenses/dexpenses-extract,https://api.github.com/repos/dexpenses/dexpenses-extract,closed,Implement test receipt normal/gf-penny-lehmweg-cash,enhancement test-data,"Receipt to implement: +![normal/gf-penny-lehmweg-cash](https://firebasestorage.googleapis.com/v0/b/dexpenses-207219-test-images/o/normal%2Fgf-penny-lehmweg-cash.JPEG?alt=media ""normal/gf-penny-lehmweg-cash"")",1.0,"Implement test receipt normal/gf-penny-lehmweg-cash - Receipt to implement: +![normal/gf-penny-lehmweg-cash](https://firebasestorage.googleapis.com/v0/b/dexpenses-207219-test-images/o/normal%2Fgf-penny-lehmweg-cash.JPEG?alt=media ""normal/gf-penny-lehmweg-cash"")",0,implement test receipt normal gf penny lehmweg cash receipt to implement normal gf penny lehmweg cash ,0 +9450,24605066238.0,IssuesEvent,2022-10-14 15:29:42,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,DevOps section has malformed links,doc-bug assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri1," +![image](https://user-images.githubusercontent.com/29489962/194649857-fa5710b0-a36a-47cb-b77f-084f79d91939.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: c5e2e444-d6b9-962e-56d4-8d1f3508ba9e +* Version Independent ID: 061ea6aa-353b-a98d-cbf6-639209a5fd1b +* Content: [Microservices architecture on AKS - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices) +* Content Source: [docs/reference-architectures/containers/aks-microservices/aks-microservices.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks-microservices/aks-microservices.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",2.0,"DevOps section has malformed links - +![image](https://user-images.githubusercontent.com/29489962/194649857-fa5710b0-a36a-47cb-b77f-084f79d91939.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: c5e2e444-d6b9-962e-56d4-8d1f3508ba9e +* Version Independent ID: 061ea6aa-353b-a98d-cbf6-639209a5fd1b +* Content: [Microservices architecture on AKS - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices) +* Content Source: [docs/reference-architectures/containers/aks-microservices/aks-microservices.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks-microservices/aks-microservices.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,devops section has malformed links document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias architectures ,1 +193988,15394086152.0,IssuesEvent,2021-03-03 17:28:18,wihowe/Projekt-1-Vision-und-Konzeption,https://api.github.com/repos/wihowe/Projekt-1-Vision-und-Konzeption,opened,Konzept zusammenfassen und ins Readme einfügen,documentation,"Die Einträge zum Design Sprint sowie die zu Business Innovation beschreiben im Detail, wie wir unser Konzept entwickelt haben. +Es fehlt ein Überblick über das Ergebnis. +Folgende Fragen sollten hier geklärt werden: +- Zusammenfassung: Was umfasst das Feature und wie sieht es aus? +- Wo soll das Feature eingebaut werden? Wo befindet sich der Entry point zum Feature? +- Welche bestehenden Features werden ersetzt/überarbeitet? Was ist neu?",1.0,"Konzept zusammenfassen und ins Readme einfügen - Die Einträge zum Design Sprint sowie die zu Business Innovation beschreiben im Detail, wie wir unser Konzept entwickelt haben. +Es fehlt ein Überblick über das Ergebnis. +Folgende Fragen sollten hier geklärt werden: +- Zusammenfassung: Was umfasst das Feature und wie sieht es aus? +- Wo soll das Feature eingebaut werden? Wo befindet sich der Entry point zum Feature? +- Welche bestehenden Features werden ersetzt/überarbeitet? Was ist neu?",0,konzept zusammenfassen und ins readme einfügen die einträge zum design sprint sowie die zu business innovation beschreiben im detail wie wir unser konzept entwickelt haben es fehlt ein überblick über das ergebnis folgende fragen sollten hier geklärt werden zusammenfassung was umfasst das feature und wie sieht es aus wo soll das feature eingebaut werden wo befindet sich der entry point zum feature welche bestehenden features werden ersetzt überarbeitet was ist neu ,0 +8930,2612931550.0,IssuesEvent,2015-02-27 17:34:59,chrsmith/windows-package-manager,https://api.github.com/repos/chrsmith/windows-package-manager,closed,android studio jdk dependency seems wrong,auto-migrated Milestone-End_Of_Month Type-Defect,"``` +What steps will reproduce the problem? +1. Have a Windows without any JDK +2. Install Android Studio using Npackd. This installs also the JDK (32 bit) +3. Try to start Android Studio + +What is the expected output? What do you see instead? +Expected: Android Studio starts +Instead: Android Studio complains that it wants a 64 bit JDK + +What version of the product are you using? On what operating system? +Windows 8.1 64 bit. Don't know if it would work on 32 bit. + +``` + +Original issue reported on code.google.com by `theorigi...@gmail.com` on 17 Aug 2014 at 1:01",1.0,"android studio jdk dependency seems wrong - ``` +What steps will reproduce the problem? +1. Have a Windows without any JDK +2. Install Android Studio using Npackd. This installs also the JDK (32 bit) +3. Try to start Android Studio + +What is the expected output? What do you see instead? +Expected: Android Studio starts +Instead: Android Studio complains that it wants a 64 bit JDK + +What version of the product are you using? On what operating system? +Windows 8.1 64 bit. Don't know if it would work on 32 bit. + +``` + +Original issue reported on code.google.com by `theorigi...@gmail.com` on 17 Aug 2014 at 1:01",0,android studio jdk dependency seems wrong what steps will reproduce the problem have a windows without any jdk install android studio using npackd this installs also the jdk bit try to start android studio what is the expected output what do you see instead expected android studio starts instead android studio complains that it wants a bit jdk what version of the product are you using on what operating system windows bit don t know if it would work on bit original issue reported on code google com by theorigi gmail com on aug at ,0 +10377,26860015636.0,IssuesEvent,2023-02-03 17:31:30,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Components: Application Gateway Load balancing misleading,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"In the doc the following is written: + +Azure Application Gateway is a web traffic load balancer that manages traffic to web applications. Load balancers operate at the transport layer, OSI layer 4 TCP and UDP, and route traffic based on source IP address and port to a destination IP address and port. + +Since Application Gateway is just a L7 HTTP/HTTPS load balancer, the sentence about load balancers generally operating at layer 4 might be misleading in this context. + +Consider changing to ""Web traffic load balancers operate at the application layer, OSI layer 7 (HTTP/HTTPS),... + +Cheers, Jakob +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d61c0c47-bb1e-5bd4-55ed-92058c3c1e2b +* Version Independent ID: 09757b3e-205b-4263-fada-4d0224048f6f +* Content: [Protect APIs with Azure Application Gateway and Azure API Management - Azure Reference Architectures](https://review.docs.microsoft.com/en-us/azure/architecture/reference-architectures/apis/protect-apis?branch=main#feedback) +* Content Source: [docs/reference-architectures/apis/protect-apis.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/apis/protect-apis.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @fabriciosanchez +* Microsoft Alias: **fabriciosanchez**",2.0,"Components: Application Gateway Load balancing misleading - In the doc the following is written: + +Azure Application Gateway is a web traffic load balancer that manages traffic to web applications. Load balancers operate at the transport layer, OSI layer 4 TCP and UDP, and route traffic based on source IP address and port to a destination IP address and port. + +Since Application Gateway is just a L7 HTTP/HTTPS load balancer, the sentence about load balancers generally operating at layer 4 might be misleading in this context. + +Consider changing to ""Web traffic load balancers operate at the application layer, OSI layer 7 (HTTP/HTTPS),... + +Cheers, Jakob +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d61c0c47-bb1e-5bd4-55ed-92058c3c1e2b +* Version Independent ID: 09757b3e-205b-4263-fada-4d0224048f6f +* Content: [Protect APIs with Azure Application Gateway and Azure API Management - Azure Reference Architectures](https://review.docs.microsoft.com/en-us/azure/architecture/reference-architectures/apis/protect-apis?branch=main#feedback) +* Content Source: [docs/reference-architectures/apis/protect-apis.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/apis/protect-apis.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @fabriciosanchez +* Microsoft Alias: **fabriciosanchez**",1,components application gateway load balancing misleading in the doc the following is written azure application gateway is a web traffic load balancer that manages traffic to web applications load balancers operate at the transport layer osi layer tcp and udp and route traffic based on source ip address and port to a destination ip address and port since application gateway is just a http https load balancer the sentence about load balancers generally operating at layer might be misleading in this context consider changing to web traffic load balancers operate at the application layer osi layer http https cheers jakob document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id fada content content source service architecture center sub service reference architecture github login fabriciosanchez microsoft alias fabriciosanchez ,1 +43964,23442896772.0,IssuesEvent,2022-08-15 16:34:02,phetsims/build-a-nucleus,https://api.github.com/repos/phetsims/build-a-nucleus,opened,Lag outside of play area,type:performance,"For https://github.com/phetsims/qa/issues/823. Seen on iPadOS 15. +I saw on the iPad that if a particle was flying off (such as an electron after B- decay) it would start to lag once it left the play area. Specifically, the area that would be present if the sim was in landscape is what I'm calling the play area. If the iPad is in portrait mode and the particle flies up or down into the large amount of whitespace, that is where I see the lag. + +https://user-images.githubusercontent.com/41024075/184675599-fce533a2-d26f-4871-bc8a-53be9725ea5c.mov + +",True,"Lag outside of play area - For https://github.com/phetsims/qa/issues/823. Seen on iPadOS 15. +I saw on the iPad that if a particle was flying off (such as an electron after B- decay) it would start to lag once it left the play area. Specifically, the area that would be present if the sim was in landscape is what I'm calling the play area. If the iPad is in portrait mode and the particle flies up or down into the large amount of whitespace, that is where I see the lag. + +https://user-images.githubusercontent.com/41024075/184675599-fce533a2-d26f-4871-bc8a-53be9725ea5c.mov + +",0,lag outside of play area for seen on ipados i saw on the ipad that if a particle was flying off such as an electron after b decay it would start to lag once it left the play area specifically the area that would be present if the sim was in landscape is what i m calling the play area if the ipad is in portrait mode and the particle flies up or down into the large amount of whitespace that is where i see the lag ,0 +105102,16624116301.0,IssuesEvent,2021-06-03 07:25:03,Thanraj/OpenSSL_1.0.1b,https://api.github.com/repos/Thanraj/OpenSSL_1.0.1b,opened,CVE-2016-6302 (High) detected in opensslOpenSSL_1_0_1b,security vulnerability,"## CVE-2016-6302 - High Severity Vulnerability +
Vulnerable Library - opensslOpenSSL_1_0_1b

+

+ +

TLS/SSL and crypto library

+

Library home page: https://github.com/openssl/openssl.git

+

Found in HEAD commit: bf797b6ab2ac1c03c1ac5a4724e1cbaf467d80f9

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (3) +

+

+ + OpenSSL_1.0.1b/ssl/t1_lib.c + OpenSSL_1.0.1b/ssl/t1_lib.c + OpenSSL_1.0.1b/ssl/t1_lib.c +

+
+

+

+ +

+
Vulnerability Details +

+ +The tls_decrypt_ticket function in ssl/t1_lib.c in OpenSSL before 1.1.0 does not consider the HMAC size during validation of the ticket length, which allows remote attackers to cause a denial of service via a ticket that is too short. + +

Publish Date: 2016-09-16 +

URL: CVE-2016-6302

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://gitlab.alpinelinux.org/alpine/aports/issues/6175

+

Release Date: 2016-09-16

+

Fix Resolution: 1.1.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2016-6302 (High) detected in opensslOpenSSL_1_0_1b - ## CVE-2016-6302 - High Severity Vulnerability +
Vulnerable Library - opensslOpenSSL_1_0_1b

+

+ +

TLS/SSL and crypto library

+

Library home page: https://github.com/openssl/openssl.git

+

Found in HEAD commit: bf797b6ab2ac1c03c1ac5a4724e1cbaf467d80f9

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (3) +

+

+ + OpenSSL_1.0.1b/ssl/t1_lib.c + OpenSSL_1.0.1b/ssl/t1_lib.c + OpenSSL_1.0.1b/ssl/t1_lib.c +

+
+

+

+ +

+
Vulnerability Details +

+ +The tls_decrypt_ticket function in ssl/t1_lib.c in OpenSSL before 1.1.0 does not consider the HMAC size during validation of the ticket length, which allows remote attackers to cause a denial of service via a ticket that is too short. + +

Publish Date: 2016-09-16 +

URL: CVE-2016-6302

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://gitlab.alpinelinux.org/alpine/aports/issues/6175

+

Release Date: 2016-09-16

+

Fix Resolution: 1.1.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in opensslopenssl cve high severity vulnerability vulnerable library opensslopenssl tls ssl and crypto library library home page a href found in head commit a href found in base branch master vulnerable source files openssl ssl lib c openssl ssl lib c openssl ssl lib c vulnerability details the tls decrypt ticket function in ssl lib c in openssl before does not consider the hmac size during validation of the ticket length which allows remote attackers to cause a denial of service via a ticket that is too short 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 step up your open source security game with whitesource ,0 +4758,11671676969.0,IssuesEvent,2020-03-04 04:01:45,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure Functions,Pri1 architecture-center/svc cloud-fundamentals/subsvc cxp product-question triaged,"Shouldn't Azure Functions be considered due to the infinite run time on the app service plan and durable functions? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 50a65e47-b024-0c7c-0ee9-21ff095abafd +* Version Independent ID: a764689a-168d-dcef-a297-c47f84ea2d12 +* Content: [Background jobs guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/background-jobs#types-of-background-jobs) +* Content Source: [docs/best-practices/background-jobs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/background-jobs.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Azure Functions - Shouldn't Azure Functions be considered due to the infinite run time on the app service plan and durable functions? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 50a65e47-b024-0c7c-0ee9-21ff095abafd +* Version Independent ID: a764689a-168d-dcef-a297-c47f84ea2d12 +* Content: [Background jobs guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/background-jobs#types-of-background-jobs) +* Content Source: [docs/best-practices/background-jobs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/background-jobs.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,azure functions shouldn t azure functions be considered due to the infinite run time on the app service plan and durable functions document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id dcef content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +5587,12745965007.0,IssuesEvent,2020-06-26 15:07:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Relevance to Media Services is not evident,Pri2 architecture-center/svc assigned-to-author doc-enhancement solution-idea/subsvc triaged," +The document is cataloged under Media Services. Content on the page is scanty and bears no resemblance to media services. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c3bee659-9929-c4e8-3f4c-de328edcab1c +* Version Independent ID: 7747dfe6-f1df-d54a-e703-128d0bad2697 +* Content: [Instant Broadcasting on Serverless Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/instant-broadcasting-on-serverless-architecture) +* Content Source: [docs/solution-ideas/articles/instant-broadcasting-on-serverless-architecture.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/instant-broadcasting-on-serverless-architecture.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Relevance to Media Services is not evident - +The document is cataloged under Media Services. Content on the page is scanty and bears no resemblance to media services. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c3bee659-9929-c4e8-3f4c-de328edcab1c +* Version Independent ID: 7747dfe6-f1df-d54a-e703-128d0bad2697 +* Content: [Instant Broadcasting on Serverless Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/instant-broadcasting-on-serverless-architecture) +* Content Source: [docs/solution-ideas/articles/instant-broadcasting-on-serverless-architecture.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/instant-broadcasting-on-serverless-architecture.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,relevance to media services is not evident the document is cataloged under media services content on the page is scanty and bears no resemblance to media services document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +13889,3368053409.0,IssuesEvent,2015-11-22 17:57:04,rancher/rancher,https://api.github.com/repos/rancher/rancher,closed,"When LDAP user is part of many groups (~30) ,it takes a very long time (~20 secs) to get authenticated.",area/authentication kind/bug status/to-test,"Server version - V0.33.0-rc3 + +When LDAP user is part of many groups (~30) ,it takes a very long time (~20 secs) to get authenticated. +",1.0,"When LDAP user is part of many groups (~30) ,it takes a very long time (~20 secs) to get authenticated. - Server version - V0.33.0-rc3 + +When LDAP user is part of many groups (~30) ,it takes a very long time (~20 secs) to get authenticated. +",0,when ldap user is part of many groups it takes a very long time secs to get authenticated server version when ldap user is part of many groups it takes a very long time secs to get authenticated ,0 +2094,4820394572.0,IssuesEvent,2016-11-04 22:41:28,mockito/mockito,https://api.github.com/repos/mockito/mockito,opened,Move private api VerificationData to public package,2.* incompatible,"Required by #730 plan, need to wait for next major version of Mockito. + +Move org.mockito.internal.verification.api.VerificationData -> org.mockito.verification.VerificationData",True,"Move private api VerificationData to public package - Required by #730 plan, need to wait for next major version of Mockito. + +Move org.mockito.internal.verification.api.VerificationData -> org.mockito.verification.VerificationData",0,move private api verificationdata to public package required by plan need to wait for next major version of mockito move org mockito internal verification api verificationdata org mockito verification verificationdata,0 +630015,20074101809.0,IssuesEvent,2022-02-04 10:40:54,returntocorp/semgrep,https://api.github.com/repos/returntocorp/semgrep,closed,unit test for pattern-regex always fails locally,bug priority:high,"**Describe the bug** +I wrote some rules and their corresponding unit tests and use them locally. Since v0.77.0 these tests always fail, up to 0.76.2 they work fine. The very same rules succeed when copy-n-pasting them to the playground: +https://semgrep.dev/s/zyanklee:httpd-rewriterule-too-many-spaces + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to https://semgrep.dev/s/zyanklee:httpd-rewriterule-too-many-spaces +2. Copy rule into a .yaml file, copy test code into a .conf file of same name. +3. run `semgrep --test path/to/files` +4. See error and compar with matches from playground + +**Expected behavior** +I expect the unit tests to work properly for generic rules when run locally, too. + +**Priority** +How important is this to you? +- [x] P0: blocking me from making progress +- [ ] P1: this will block me in the near future +- [ ] P2: annoying but not blocking me + +**Screenshots** +locally not working: +![grafik](https://user-images.githubusercontent.com/1178490/150119034-d361eb51-c93a-414a-b89c-54e382f90dbc.png) + +working in playground: +![grafik](https://user-images.githubusercontent.com/1178490/150118325-bcfe6a50-a7d0-4b3f-8d1d-677a0238a9da.png) + +**Desktop (please complete the following information):** + - OS: Windows 10 + - Browser: Firefox + - Version: 91.5.0esr + +**Linux:** + - OS: Ubuntu 20.04 LTS + - Semgrep: 0.76.2 vs 0.77.0-0.78.0 + +**Additional context** +Thanks for building this great tool! You are awsome!",1.0,"unit test for pattern-regex always fails locally - **Describe the bug** +I wrote some rules and their corresponding unit tests and use them locally. Since v0.77.0 these tests always fail, up to 0.76.2 they work fine. The very same rules succeed when copy-n-pasting them to the playground: +https://semgrep.dev/s/zyanklee:httpd-rewriterule-too-many-spaces + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to https://semgrep.dev/s/zyanklee:httpd-rewriterule-too-many-spaces +2. Copy rule into a .yaml file, copy test code into a .conf file of same name. +3. run `semgrep --test path/to/files` +4. See error and compar with matches from playground + +**Expected behavior** +I expect the unit tests to work properly for generic rules when run locally, too. + +**Priority** +How important is this to you? +- [x] P0: blocking me from making progress +- [ ] P1: this will block me in the near future +- [ ] P2: annoying but not blocking me + +**Screenshots** +locally not working: +![grafik](https://user-images.githubusercontent.com/1178490/150119034-d361eb51-c93a-414a-b89c-54e382f90dbc.png) + +working in playground: +![grafik](https://user-images.githubusercontent.com/1178490/150118325-bcfe6a50-a7d0-4b3f-8d1d-677a0238a9da.png) + +**Desktop (please complete the following information):** + - OS: Windows 10 + - Browser: Firefox + - Version: 91.5.0esr + +**Linux:** + - OS: Ubuntu 20.04 LTS + - Semgrep: 0.76.2 vs 0.77.0-0.78.0 + +**Additional context** +Thanks for building this great tool! You are awsome!",0,unit test for pattern regex always fails locally describe the bug i wrote some rules and their corresponding unit tests and use them locally since these tests always fail up to they work fine the very same rules succeed when copy n pasting them to the playground to reproduce steps to reproduce the behavior go to copy rule into a yaml file copy test code into a conf file of same name run semgrep test path to files see error and compar with matches from playground expected behavior i expect the unit tests to work properly for generic rules when run locally too priority how important is this to you blocking me from making progress this will block me in the near future annoying but not blocking me screenshots locally not working working in playground desktop please complete the following information os windows browser firefox version linux os ubuntu lts semgrep vs additional context thanks for building this great tool you are awsome ,0 +3669,2610066749.0,IssuesEvent,2015-02-26 18:19:36,chrsmith/jsjsj122,https://api.github.com/repos/chrsmith/jsjsj122,opened,路桥治前列腺炎要多少钱,auto-migrated Priority-Medium Type-Defect,"``` +路桥治前列腺炎要多少钱【台州五洲生殖医院】24小时健康咨 +询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 +市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� +��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 +、112、901、 902公交车到星星广场下车,步行即可到院。 +诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� +�精,无精。包皮包茎,精索静脉曲张,淋病等。 +台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� +�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� +��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 +范。人性化服务,一切以患者为中心。 +看男科就选台州五洲生殖医院,专业男科为男人。 + +``` + +----- +Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:39",1.0,"路桥治前列腺炎要多少钱 - ``` +路桥治前列腺炎要多少钱【台州五洲生殖医院】24小时健康咨 +询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 +市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� +��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 +、112、901、 902公交车到星星广场下车,步行即可到院。 +诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� +�精,无精。包皮包茎,精索静脉曲张,淋病等。 +台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� +�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� +��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 +范。人性化服务,一切以患者为中心。 +看男科就选台州五洲生殖医院,专业男科为男人。 + +``` + +----- +Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:39",0,路桥治前列腺炎要多少钱 路桥治前列腺炎要多少钱【台州五洲生殖医院】 询热线 微信号tzwzszyy 医院地址 台州 (枫南大转盘旁)乘车线路 、 � �� 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at ,0 +182211,14907500892.0,IssuesEvent,2021-01-22 03:19:56,vaibhavirohilla741/Operationalizing-ML,https://api.github.com/repos/vaibhavirohilla741/Operationalizing-ML,closed,creation of pr template,DWOC Level 1 documentation,"**Is your feature request related to a problem? Please describe.** +---- +- No pr template is there to explain the features that the pr fulfils + +**Describe the solution you'd like** +---- +- A pr template will explain a set of checklist that the pr will fulfil so would like to add that + + +",1.0,"creation of pr template - **Is your feature request related to a problem? Please describe.** +---- +- No pr template is there to explain the features that the pr fulfils + +**Describe the solution you'd like** +---- +- A pr template will explain a set of checklist that the pr will fulfil so would like to add that + + +",0,creation of pr template is your feature request related to a problem please describe no pr template is there to explain the features that the pr fulfils describe the solution you d like a pr template will explain a set of checklist that the pr will fulfil so would like to add that ,0 +65295,6954775533.0,IssuesEvent,2017-12-07 03:25:59,equella/Equella,https://api.github.com/repos/equella/Equella,closed,This ResultSet is closed.,Ready for Testing,"Did a fresh install on Windows server using JDK 8 152 and PostgreSQL 10.1. When first firing up the application I get a database error saying the result set is closed. + +java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30100ms. + at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:602) + at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:195) + at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:145) + at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:85) + at com.tle.core.hibernate.impl.DynamicDataSource.getConnection(DynamicDataSource.java:85) + at com.tle.core.hibernate.HibernateFactory$DataSourceProvider.getConnection(HibernateFactory.java:152) + at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:113) + at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2863) + at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2859) + at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1870) + at com.tle.core.hibernate.HibernateFactory.getSessionFactory(HibernateFactory.java:114) + at com.tle.core.migration.impl.HibernateMigrationService.getSessionFactory(HibernateMigrationService.java:83) + at com.tle.core.migration.impl.HibernateMigrationService.checkSchemaForMigrations(HibernateMigrationService.java:103) + at com.tle.core.migration.impl.MigrationGlobalTask.checkSystemSchema(MigrationGlobalTask.java:374) + at com.tle.core.migration.impl.MigrationGlobalTask.init(MigrationGlobalTask.java:122) + at com.tle.core.services.impl.AlwaysRunningTask.call(AlwaysRunningTask.java:38) + at com.tle.core.services.impl.AlwaysRunningTask.call(AlwaysRunningTask.java:26) + at com.tle.core.services.impl.LocalTaskServiceImpl$LocalTask.run(LocalTaskServiceImpl.java:597) + at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + at java.util.concurrent.FutureTask.run(FutureTask.java:266) + at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + at java.lang.Thread.run(Thread.java:748) + Caused by: com.zaxxer.hikari.pool.PoolBase$ConnectionSetupException: org.postgresql.util.PSQLException: This ResultSet is closed. + at com.zaxxer.hikari.pool.PoolBase.setupConnection(PoolBase.java:418) + at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:361) + at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:199) + at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:444) + at com.zaxxer.hikari.pool.HikariPool.access$200(HikariPool.java:71) + at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:631) + at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:617) + at java.util.concurrent.FutureTask.run(FutureTask.java:266) + at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + at com.tle.core.hibernate.DataSourceServiceImpl$CreateDataSourceFunction$1$1.run(DataSourceServiceImpl.java:136) + Caused by: org.postgresql.util.PSQLException: This ResultSet is closed. + at org.postgresql.jdbc2.AbstractJdbc2ResultSet.checkClosed(AbstractJdbc2ResultSet.java:2852) + at org.postgresql.jdbc2.AbstractJdbc2ResultSet.setFetchSize(AbstractJdbc2ResultSet.java:1875) + at org.postgresql.jdbc4.Jdbc4Statement.createResultSet(Jdbc4Statement.java:37) + at org.postgresql.jdbc2.AbstractJdbc2Statement$StatementResultHandler.handleResultRows(AbstractJdbc2Statement.java:219) + at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1816) + at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255) + at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:559) + at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:403) + at org.postgresql.jdbc2.AbstractJdbc2Connection.execSQLUpdate(AbstractJdbc2Connection.java:376) + at org.postgresql.jdbc2.AbstractJdbc2Connection.getTransactionIsolation(AbstractJdbc2Connection.java:898) + at com.zaxxer.hikari.pool.PoolBase.checkDriverSupport(PoolBase.java:444) + at com.zaxxer.hikari.pool.PoolBase.setupConnection(PoolBase.java:403) + ... 10 more +",1.0,"This ResultSet is closed. - Did a fresh install on Windows server using JDK 8 152 and PostgreSQL 10.1. When first firing up the application I get a database error saying the result set is closed. + +java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30100ms. + at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:602) + at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:195) + at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:145) + at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:85) + at com.tle.core.hibernate.impl.DynamicDataSource.getConnection(DynamicDataSource.java:85) + at com.tle.core.hibernate.HibernateFactory$DataSourceProvider.getConnection(HibernateFactory.java:152) + at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:113) + at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2863) + at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2859) + at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1870) + at com.tle.core.hibernate.HibernateFactory.getSessionFactory(HibernateFactory.java:114) + at com.tle.core.migration.impl.HibernateMigrationService.getSessionFactory(HibernateMigrationService.java:83) + at com.tle.core.migration.impl.HibernateMigrationService.checkSchemaForMigrations(HibernateMigrationService.java:103) + at com.tle.core.migration.impl.MigrationGlobalTask.checkSystemSchema(MigrationGlobalTask.java:374) + at com.tle.core.migration.impl.MigrationGlobalTask.init(MigrationGlobalTask.java:122) + at com.tle.core.services.impl.AlwaysRunningTask.call(AlwaysRunningTask.java:38) + at com.tle.core.services.impl.AlwaysRunningTask.call(AlwaysRunningTask.java:26) + at com.tle.core.services.impl.LocalTaskServiceImpl$LocalTask.run(LocalTaskServiceImpl.java:597) + at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + at java.util.concurrent.FutureTask.run(FutureTask.java:266) + at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + at java.lang.Thread.run(Thread.java:748) + Caused by: com.zaxxer.hikari.pool.PoolBase$ConnectionSetupException: org.postgresql.util.PSQLException: This ResultSet is closed. + at com.zaxxer.hikari.pool.PoolBase.setupConnection(PoolBase.java:418) + at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:361) + at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:199) + at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:444) + at com.zaxxer.hikari.pool.HikariPool.access$200(HikariPool.java:71) + at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:631) + at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:617) + at java.util.concurrent.FutureTask.run(FutureTask.java:266) + at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + at com.tle.core.hibernate.DataSourceServiceImpl$CreateDataSourceFunction$1$1.run(DataSourceServiceImpl.java:136) + Caused by: org.postgresql.util.PSQLException: This ResultSet is closed. + at org.postgresql.jdbc2.AbstractJdbc2ResultSet.checkClosed(AbstractJdbc2ResultSet.java:2852) + at org.postgresql.jdbc2.AbstractJdbc2ResultSet.setFetchSize(AbstractJdbc2ResultSet.java:1875) + at org.postgresql.jdbc4.Jdbc4Statement.createResultSet(Jdbc4Statement.java:37) + at org.postgresql.jdbc2.AbstractJdbc2Statement$StatementResultHandler.handleResultRows(AbstractJdbc2Statement.java:219) + at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1816) + at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255) + at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:559) + at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:403) + at org.postgresql.jdbc2.AbstractJdbc2Connection.execSQLUpdate(AbstractJdbc2Connection.java:376) + at org.postgresql.jdbc2.AbstractJdbc2Connection.getTransactionIsolation(AbstractJdbc2Connection.java:898) + at com.zaxxer.hikari.pool.PoolBase.checkDriverSupport(PoolBase.java:444) + at com.zaxxer.hikari.pool.PoolBase.setupConnection(PoolBase.java:403) + ... 10 more +",0,this resultset is closed did a fresh install on windows server using jdk and postgresql when first firing up the application i get a database error saying the result set is closed java sql sqltransientconnectionexception hikaripool connection is not available request timed out after at com zaxxer hikari pool hikaripool createtimeoutexception hikaripool java at com zaxxer hikari pool hikaripool getconnection hikaripool java at com zaxxer hikari pool hikaripool getconnection hikaripool java at com zaxxer hikari hikaridatasource getconnection hikaridatasource java at com tle core hibernate impl dynamicdatasource getconnection dynamicdatasource java at com tle core hibernate hibernatefactory datasourceprovider getconnection hibernatefactory java at org hibernate cfg settingsfactory buildsettings settingsfactory java at org hibernate cfg configuration buildsettingsinternal configuration java at org hibernate cfg configuration buildsettings configuration java at org hibernate cfg configuration buildsessionfactory configuration java at com tle core hibernate hibernatefactory getsessionfactory hibernatefactory java at com tle core migration impl hibernatemigrationservice getsessionfactory hibernatemigrationservice java at com tle core migration impl hibernatemigrationservice checkschemaformigrations hibernatemigrationservice java at com tle core migration impl migrationglobaltask checksystemschema migrationglobaltask java at com tle core migration impl migrationglobaltask init migrationglobaltask java at com tle core services impl alwaysrunningtask call alwaysrunningtask java at com tle core services impl alwaysrunningtask call alwaysrunningtask java at com tle core services impl localtaskserviceimpl localtask run localtaskserviceimpl java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java caused by com zaxxer hikari pool poolbase connectionsetupexception org postgresql util psqlexception this resultset is closed at com zaxxer hikari pool poolbase setupconnection poolbase java at com zaxxer hikari pool poolbase newconnection poolbase java at com zaxxer hikari pool poolbase newpoolentry poolbase java at com zaxxer hikari pool hikaripool createpoolentry hikaripool java at com zaxxer hikari pool hikaripool access hikaripool java at com zaxxer hikari pool hikaripool poolentrycreator call hikaripool java at com zaxxer hikari pool hikaripool poolentrycreator call hikaripool java at java util concurrent futuretask run futuretask java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at com tle core hibernate datasourceserviceimpl createdatasourcefunction run datasourceserviceimpl java caused by org postgresql util psqlexception this resultset is closed at org postgresql checkclosed java at org postgresql setfetchsize java at org postgresql createresultset java at org postgresql statementresulthandler handleresultrows java at org postgresql core queryexecutorimpl processresults queryexecutorimpl java at org postgresql core queryexecutorimpl execute queryexecutorimpl java at org postgresql execute java at org postgresql executewithflags java at org postgresql execsqlupdate java at org postgresql gettransactionisolation java at com zaxxer hikari pool poolbase checkdriversupport poolbase java at com zaxxer hikari pool poolbase setupconnection poolbase java more ,0 +4500,11234172766.0,IssuesEvent,2020-01-09 04:06:12,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Mismatch between Content Page and Navigation Pane,Pri1 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"The ""Pillars of Software Quality"" have some inconsistencies between the navigation pane (4 pillars) and the content pane (5 pillars). It appears that there are actually 6 uniquely named quality pillars. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 111d7b49-94b6-abd9-c21a-fb0bace59114 +* Version Independent ID: 5d9aa212-cbb2-803c-2ea9-6da76c7a9394 +* Content: [Pillars of software quality - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/pillars#feedback) +* Content Source: [docs/guide/pillars.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/pillars.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Mismatch between Content Page and Navigation Pane - The ""Pillars of Software Quality"" have some inconsistencies between the navigation pane (4 pillars) and the content pane (5 pillars). It appears that there are actually 6 uniquely named quality pillars. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 111d7b49-94b6-abd9-c21a-fb0bace59114 +* Version Independent ID: 5d9aa212-cbb2-803c-2ea9-6da76c7a9394 +* Content: [Pillars of software quality - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/pillars#feedback) +* Content Source: [docs/guide/pillars.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/pillars.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,mismatch between content page and navigation pane the pillars of software quality have some inconsistencies between the navigation pane pillars and the content pane pillars it appears that there are actually uniquely named quality pillars document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +10296,26676187580.0,IssuesEvent,2023-01-26 14:26:08,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Ambiguous statement when comparing Azure CNI to Kubenet,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri1,"This language sounds ambiguous. What are we implying here? Generally speaking, it's easier to deploy larger number of pods in a cluster leveraging the kubenet networkPlugin. We may want to be more specific here? + +![image](https://user-images.githubusercontent.com/29489962/194670184-2810a96c-5f9e-4cac-82bd-4e455abbac9c.png) + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks/baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **prwilk**",2.0,"Ambiguous statement when comparing Azure CNI to Kubenet - This language sounds ambiguous. What are we implying here? Generally speaking, it's easier to deploy larger number of pods in a cluster leveraging the kubenet networkPlugin. We may want to be more specific here? + +![image](https://user-images.githubusercontent.com/29489962/194670184-2810a96c-5f9e-4cac-82bd-4e455abbac9c.png) + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks/baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **prwilk**",1,ambiguous statement when comparing azure cni to kubenet this language sounds ambiguous what are we implying here generally speaking it s easier to deploy larger number of pods in a cluster leveraging the kubenet networkplugin we may want to be more specific here document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias prwilk ,1 +5649,12891424533.0,IssuesEvent,2020-07-13 17:42:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Dear Supporters,",Pri2 architecture-center/svc assigned-to-author product-question reference-architecture/subsvc triaged," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9f728cb2-b203-6b2f-4e3c-9d0e1be2516f +* Version Independent ID: 9ed58ead-f4d0-d9d0-01fe-82b11be235a7 +* Content: [Send Azure Databricks application logs to Azure Monitor - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/databricks-monitoring/application-logs) +* Content Source: [docs/databricks-monitoring/application-logs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/databricks-monitoring/application-logs.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",2.0,"Dear Supporters, - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9f728cb2-b203-6b2f-4e3c-9d0e1be2516f +* Version Independent ID: 9ed58ead-f4d0-d9d0-01fe-82b11be235a7 +* Content: [Send Azure Databricks application logs to Azure Monitor - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/databricks-monitoring/application-logs) +* Content Source: [docs/databricks-monitoring/application-logs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/databricks-monitoring/application-logs.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1,dear supporters document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +219817,24539226064.0,IssuesEvent,2022-10-12 01:02:41,billmcchesney1/pacbot,https://api.github.com/repos/billmcchesney1/pacbot,closed,CVE-2021-33502 (High) detected in normalize-url-1.9.1.tgz - autoclosed,security vulnerability,"## CVE-2021-33502 - High Severity Vulnerability +
Vulnerable Library - normalize-url-1.9.1.tgz

+ +

Normalize a URL

+

Library home page: https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz

+

Path to dependency file: /webapp/package.json

+

Path to vulnerable library: /webapp/node_modules/normalize-url/package.json

+

+ +Dependency Hierarchy: + - cli-1.6.8.tgz (Root Library) + - cssnano-3.10.0.tgz + - postcss-normalize-url-3.0.8.tgz + - :x: **normalize-url-1.9.1.tgz** (Vulnerable Library) +

Found in HEAD commit: acf9a0620c1a37cee4f2896d71e1c3731c5c7b06

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +The normalize-url package before 4.5.1, 5.x before 5.3.1, and 6.x before 6.0.1 for Node.js has a ReDoS (regular expression denial of service) issue because it has exponential performance for data: URLs. + +

Publish Date: 2021-05-24 +

URL: CVE-2021-33502

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33502

+

Release Date: 2021-05-24

+

Fix Resolution (normalize-url): 4.5.1

+

Direct dependency fix Resolution (@angular/cli): 1.7.0

+ +

+
+

+ +*** + +- [ ] Check this box to open an automated fix PR + +",True,"CVE-2021-33502 (High) detected in normalize-url-1.9.1.tgz - autoclosed - ## CVE-2021-33502 - High Severity Vulnerability +
Vulnerable Library - normalize-url-1.9.1.tgz

+ +

Normalize a URL

+

Library home page: https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz

+

Path to dependency file: /webapp/package.json

+

Path to vulnerable library: /webapp/node_modules/normalize-url/package.json

+

+ +Dependency Hierarchy: + - cli-1.6.8.tgz (Root Library) + - cssnano-3.10.0.tgz + - postcss-normalize-url-3.0.8.tgz + - :x: **normalize-url-1.9.1.tgz** (Vulnerable Library) +

Found in HEAD commit: acf9a0620c1a37cee4f2896d71e1c3731c5c7b06

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +The normalize-url package before 4.5.1, 5.x before 5.3.1, and 6.x before 6.0.1 for Node.js has a ReDoS (regular expression denial of service) issue because it has exponential performance for data: URLs. + +

Publish Date: 2021-05-24 +

URL: CVE-2021-33502

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33502

+

Release Date: 2021-05-24

+

Fix Resolution (normalize-url): 4.5.1

+

Direct dependency fix Resolution (@angular/cli): 1.7.0

+ +

+
+

+ +*** + +- [ ] Check this box to open an automated fix PR + +",0,cve high detected in normalize url tgz autoclosed cve high severity vulnerability vulnerable library normalize url tgz normalize a url library home page a href path to dependency file webapp package json path to vulnerable library webapp node modules normalize url package json dependency hierarchy cli tgz root library cssnano tgz postcss normalize url tgz x normalize url tgz vulnerable library found in head commit a href found in base branch master vulnerability details the normalize url package before x before and x before for node js has a redos regular expression denial of service issue because it has exponential performance for data urls 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 normalize url direct dependency fix resolution angular cli check this box to open an automated fix pr ,0 +8043,20732343371.0,IssuesEvent,2022-03-14 10:35:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"""Azure Virtual Desktop control plane"" is there a typo about panel or plane?",architecture-center/svc example-scenario/subsvc Pri1," +""Azure Virtual Desktop control plane"" +I coundt find sometnig called ""control plane"", is there a typo on this one? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f26be54d-0f67-5098-7839-98f5bb064188 +* Version Independent ID: 187fa3ce-ade9-1b07-2af3-c874ec3d0aac +* Content: [Azure Virtual Desktop for the enterprise - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/wvd/windows-virtual-desktop.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @TomHickling +* Microsoft Alias: **thhickli**",1.0,"""Azure Virtual Desktop control plane"" is there a typo about panel or plane? - +""Azure Virtual Desktop control plane"" +I coundt find sometnig called ""control plane"", is there a typo on this one? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f26be54d-0f67-5098-7839-98f5bb064188 +* Version Independent ID: 187fa3ce-ade9-1b07-2af3-c874ec3d0aac +* Content: [Azure Virtual Desktop for the enterprise - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/wvd/windows-virtual-desktop.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @TomHickling +* Microsoft Alias: **thhickli**",1, azure virtual desktop control plane is there a typo about panel or plane azure virtual desktop control plane i coundt find sometnig called control plane is there a typo on this one document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login tomhickling microsoft alias thhickli ,1 +805824,29668964271.0,IssuesEvent,2023-06-11 06:43:38,chaotic-aur/packages,https://api.github.com/repos/chaotic-aur/packages,closed,[Request] hyprshot,request:new-pkg priority:low,"### Requested Package: + +[hyprshot](https://aur.archlinux.org/packages/hyprshot) + +### Purpose and Use? + +A utility to easily take screenshots in Hyprland using your mouse. + +### Benefits? + +_No response_ + +### Builds in clean chroot? + +_No response_ + +### Copyright License? + +GPL + +### Expected interest + +Many. + +### Prior availability? + +No + +### Is this request unique? + +Yes + +### Is the package banned? + +No + +### More information + +_No response_",1.0,"[Request] hyprshot - ### Requested Package: + +[hyprshot](https://aur.archlinux.org/packages/hyprshot) + +### Purpose and Use? + +A utility to easily take screenshots in Hyprland using your mouse. + +### Benefits? + +_No response_ + +### Builds in clean chroot? + +_No response_ + +### Copyright License? + +GPL + +### Expected interest + +Many. + +### Prior availability? + +No + +### Is this request unique? + +Yes + +### Is the package banned? + +No + +### More information + +_No response_",0, hyprshot requested package purpose and use a utility to easily take screenshots in hyprland using your mouse benefits no response builds in clean chroot no response copyright license gpl expected interest many prior availability no is this request unique yes is the package banned no more information no response ,0 +246789,18853962138.0,IssuesEvent,2021-11-12 02:06:10,plutoniumpw/landing,https://api.github.com/repos/plutoniumpw/landing,closed,Update T6 Server Guide,documentation,"New server.cfg zip has a `localappdata` folder, yet guide hasn't been updated. +https://plutonium.pw/docs/server/t6/setting-up-a-server/#1-preparation +Screenshots n such ",1.0,"Update T6 Server Guide - New server.cfg zip has a `localappdata` folder, yet guide hasn't been updated. +https://plutonium.pw/docs/server/t6/setting-up-a-server/#1-preparation +Screenshots n such ",0,update server guide new server cfg zip has a localappdata folder yet guide hasn t been updated screenshots n such ,0 +10623,27167415893.0,IssuesEvent,2023-02-17 16:23:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Add Visio download link to architecture diagrams,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"Most pages appear to have a link to ""Download Visio file of this architecture"", although several are missing the diagram download link. The ability to customize these diagrams for transformation plans is a game changer. + +Many thanks for the excellent work on these guides. + +Steps to reproduce +1. First, go to the [Implement a hybrid network](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/secure-vnet-dmz) guide page. +2. Look in the space below the Architecture diagram (fig. 1). +3. Next, go to [Long-term security log retention with Azure Data Explorer](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/security/security-log-retention-azure-data-explorer) guide page. +4. Look in the space below the Architecture diagram (fig 2). + + +Fig. 1 - Yep + + +Fig. 2 - Nope + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cce1e234-bf77-9f76-ef22-16df2a86b2dc +* Version Independent ID: cce1e234-bf77-9f76-ef22-16df2a86b2dc +* Content: [Long-term security log retention with Azure Data Explorer - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/security/security-log-retention-azure-data-explorer) +* Content Source: [docs/example-scenario/security/security-log-retention-azure-data-explorer.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/security/security-log-retention-azure-data-explorer.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @DeepakAgrawalMS +* Microsoft Alias: **dagrawal**",1.0,"Add Visio download link to architecture diagrams - Most pages appear to have a link to ""Download Visio file of this architecture"", although several are missing the diagram download link. The ability to customize these diagrams for transformation plans is a game changer. + +Many thanks for the excellent work on these guides. + +Steps to reproduce +1. First, go to the [Implement a hybrid network](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/secure-vnet-dmz) guide page. +2. Look in the space below the Architecture diagram (fig. 1). +3. Next, go to [Long-term security log retention with Azure Data Explorer](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/security/security-log-retention-azure-data-explorer) guide page. +4. Look in the space below the Architecture diagram (fig 2). + + +Fig. 1 - Yep + + +Fig. 2 - Nope + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cce1e234-bf77-9f76-ef22-16df2a86b2dc +* Version Independent ID: cce1e234-bf77-9f76-ef22-16df2a86b2dc +* Content: [Long-term security log retention with Azure Data Explorer - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/security/security-log-retention-azure-data-explorer) +* Content Source: [docs/example-scenario/security/security-log-retention-azure-data-explorer.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/security/security-log-retention-azure-data-explorer.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @DeepakAgrawalMS +* Microsoft Alias: **dagrawal**",1,add visio download link to architecture diagrams most pages appear to have a link to download visio file of this architecture although several are missing the diagram download link the ability to customize these diagrams for transformation plans is a game changer many thanks for the excellent work on these guides steps to reproduce first go to the guide page look in the space below the architecture diagram fig next go to guide page look in the space below the architecture diagram fig fig yep img width alt image src fig nope img width alt image src document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login deepakagrawalms microsoft alias dagrawal ,1 +513594,14923557392.0,IssuesEvent,2021-01-23 19:28:53,magento/magento2,https://api.github.com/repos/magento/magento2,closed,[Issue] [MFTF] Refactoring of Search actions on Storefront,Component: Catalog Component: CatalogSearch Fixed in 2.4.x Priority: P2 Progress: PR in progress Severity: S2,"This issue is automatically created based on existing pull request: magento/magento2#31240: [MFTF] Refactoring of Search actions on Storefront + +--------- + + +### Description (*) +- **_StorefrontAssertProductNameIsNotOnProductMainPageActionGroup_** has been added +- Tests have been refactored with existing **_StorefrontCheckQuickSearchStringActionGroup,_** **_StorefrontAssertProductNameOnProductMainPageActionGroup_** and newly created **_StorefrontAssertProductNameIsNotOnProductMainPageActionGroup_** +**Please, note:** **_AdminSubmitCategoriesPopupActionGroup_** (not related to search) has been added to some tests to prevent tests failure",1.0,"[Issue] [MFTF] Refactoring of Search actions on Storefront - This issue is automatically created based on existing pull request: magento/magento2#31240: [MFTF] Refactoring of Search actions on Storefront + +--------- + + +### Description (*) +- **_StorefrontAssertProductNameIsNotOnProductMainPageActionGroup_** has been added +- Tests have been refactored with existing **_StorefrontCheckQuickSearchStringActionGroup,_** **_StorefrontAssertProductNameOnProductMainPageActionGroup_** and newly created **_StorefrontAssertProductNameIsNotOnProductMainPageActionGroup_** +**Please, note:** **_AdminSubmitCategoriesPopupActionGroup_** (not related to search) has been added to some tests to prevent tests failure",0, refactoring of search actions on storefront this issue is automatically created based on existing pull request magento refactoring of search actions on storefront description storefrontassertproductnameisnotonproductmainpageactiongroup has been added tests have been refactored with existing storefrontcheckquicksearchstringactiongroup storefrontassertproductnameonproductmainpageactiongroup and newly created storefrontassertproductnameisnotonproductmainpageactiongroup please note adminsubmitcategoriespopupactiongroup not related to search has been added to some tests to prevent tests failure,0 +30843,4662036406.0,IssuesEvent,2016-10-05 01:06:51,kubernetes/kubernetes,https://api.github.com/repos/kubernetes/kubernetes,opened,kubernetes-e2e-gci-gke-subnet: broken test run,kind/flake priority/P2 team/test-infra,"https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke-subnet/58/ + +Multiple broken tests: + +Failed: DiffResources {e2e.go} + +``` +Error: 1 leaked resources ++gke-auto-subnet-4ecc4d-pvc-440ff4c7-8a86-11e6-9d4d-42010af00058 us-central1-f 2 pd-standard READY +``` +Issues about this test specifically: #33373 #33416 #34060 + + +Failed: [k8s.io] SchedulerPredicates [Serial] validates that required NodeAffinity setting is respected if matching {Kubernetes e2e suite} + +``` +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:233 +Expected error: + <*errors.errorString | 0xc8223bd960>: { + s: ""Namespace e2e-tests-volume-provisioning-aj2fi is active"", + } + Namespace e2e-tests-volume-provisioning-aj2fi is active +not to have occurred +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:211 +``` +Issues about this test specifically: #28071 + + +Failed: [k8s.io] SchedulerPredicates [Serial] validates that taints-tolerations is respected if matching {Kubernetes e2e suite} + +``` +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:233 +Expected error: + <*errors.errorString | 0xc82193b310>: { + s: ""Namespace e2e-tests-volume-provisioning-aj2fi is active"", + } + Namespace e2e-tests-volume-provisioning-aj2fi is active +not to have occurred +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:211 +``` +Issues about this test specifically: #28853 #31585 + + +Failed: [k8s.io] SchedulerPredicates [Serial] validates that a pod with an invalid NodeAffinity is rejected {Kubernetes e2e suite} + +``` +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:233 +Expected error: + <*errors.errorString | 0xc82183a0d0>: { + s: ""Namespace e2e-tests-volume-provisioning-aj2fi is active"", + } + Namespace e2e-tests-volume-provisioning-aj2fi is active +not to have occurred +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:211 +``` +Issues about this test specifically: #33883 + + +Failed: [k8s.io] SchedulerPredicates [Serial] validates that embedding the JSON NodeAffinity setting as a string in the annotation value work {Kubernetes e2e suite} + +``` +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:233 +Expected error: + <*errors.errorString | 0xc8224336b0>: { + s: ""Namespace e2e-tests-volume-provisioning-aj2fi is active"", + } + Namespace e2e-tests-volume-provisioning-aj2fi is active +not to have occurred +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:211 +``` +Issues about this test specifically: #29816 #30018 #33974 + + +Failed: [k8s.io] SchedulerPredicates [Serial] validates that InterPod Affinity and AntiAffinity is respected if matching {Kubernetes e2e suite} + +``` +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:233 +Expected error: + <*errors.errorString | 0xc820a3f430>: { + s: ""Namespace e2e-tests-volume-provisioning-aj2fi is active"", + } + Namespace e2e-tests-volume-provisioning-aj2fi is active +not to have occurred +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:211 +``` + + +Failed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage tracking resource tracking for 100 pods per node {Kubernetes e2e suite} + +``` +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:278 +Oct 4 13:43:11.120: CPU usage exceeding limits: + node gke-auto-subnet-default-pool-8676cabe-ljpg: + container ""kubelet"": expected 95th% usage < 0.220; got 0.259 +node gke-auto-subnet-default-pool-8676cabe-kab1: + container ""kubelet"": expected 50th% usage < 0.170; got 0.175, container ""kubelet"": expected 95th% usage < 0.220; got 0.233 +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:187 +``` +Issues about this test specifically: #26982 #32214 #33994 #34035 + + +Failed: [k8s.io] Dynamic provisioning [k8s.io] DynamicProvisioner should create and delete persistent volumes [Slow] {Kubernetes e2e suite} + +``` +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/volume_provisioning.go:135 +Expected error: + <*errors.StatusError | 0xc8208b8180>: { + ErrStatus: { + TypeMeta: {Kind: """", APIVersion: """"}, + ListMeta: {SelfLink: """", ResourceVersion: """"}, + Status: ""Failure"", + Message: ""the server has asked for the client to provide credentials (delete persistentVolumeClaims pvc-5is7k)"", + Reason: ""Unauthorized"", + Details: { + Name: ""pvc-5is7k"", + Group: """", + Kind: ""persistentVolumeClaims"", + Causes: [ + { + Type: ""UnexpectedServerResponse"", + Message: ""Unauthorized"", + Field: """", + }, + ], + RetryAfterSeconds: 0, + }, + Code: 401, + }, + } + the server has asked for the client to provide credentials (delete persistentVolumeClaims pvc-5is7k) +not to have occurred +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/volume_provisioning.go:98 +``` +Issues about this test specifically: #32185 #32372 + +Previous issues for this suite: #33404 +",1.0,"kubernetes-e2e-gci-gke-subnet: broken test run - https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke-subnet/58/ + +Multiple broken tests: + +Failed: DiffResources {e2e.go} + +``` +Error: 1 leaked resources ++gke-auto-subnet-4ecc4d-pvc-440ff4c7-8a86-11e6-9d4d-42010af00058 us-central1-f 2 pd-standard READY +``` +Issues about this test specifically: #33373 #33416 #34060 + + +Failed: [k8s.io] SchedulerPredicates [Serial] validates that required NodeAffinity setting is respected if matching {Kubernetes e2e suite} + +``` +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:233 +Expected error: + <*errors.errorString | 0xc8223bd960>: { + s: ""Namespace e2e-tests-volume-provisioning-aj2fi is active"", + } + Namespace e2e-tests-volume-provisioning-aj2fi is active +not to have occurred +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:211 +``` +Issues about this test specifically: #28071 + + +Failed: [k8s.io] SchedulerPredicates [Serial] validates that taints-tolerations is respected if matching {Kubernetes e2e suite} + +``` +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:233 +Expected error: + <*errors.errorString | 0xc82193b310>: { + s: ""Namespace e2e-tests-volume-provisioning-aj2fi is active"", + } + Namespace e2e-tests-volume-provisioning-aj2fi is active +not to have occurred +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:211 +``` +Issues about this test specifically: #28853 #31585 + + +Failed: [k8s.io] SchedulerPredicates [Serial] validates that a pod with an invalid NodeAffinity is rejected {Kubernetes e2e suite} + +``` +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:233 +Expected error: + <*errors.errorString | 0xc82183a0d0>: { + s: ""Namespace e2e-tests-volume-provisioning-aj2fi is active"", + } + Namespace e2e-tests-volume-provisioning-aj2fi is active +not to have occurred +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:211 +``` +Issues about this test specifically: #33883 + + +Failed: [k8s.io] SchedulerPredicates [Serial] validates that embedding the JSON NodeAffinity setting as a string in the annotation value work {Kubernetes e2e suite} + +``` +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:233 +Expected error: + <*errors.errorString | 0xc8224336b0>: { + s: ""Namespace e2e-tests-volume-provisioning-aj2fi is active"", + } + Namespace e2e-tests-volume-provisioning-aj2fi is active +not to have occurred +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:211 +``` +Issues about this test specifically: #29816 #30018 #33974 + + +Failed: [k8s.io] SchedulerPredicates [Serial] validates that InterPod Affinity and AntiAffinity is respected if matching {Kubernetes e2e suite} + +``` +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:233 +Expected error: + <*errors.errorString | 0xc820a3f430>: { + s: ""Namespace e2e-tests-volume-provisioning-aj2fi is active"", + } + Namespace e2e-tests-volume-provisioning-aj2fi is active +not to have occurred +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:211 +``` + + +Failed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage tracking resource tracking for 100 pods per node {Kubernetes e2e suite} + +``` +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:278 +Oct 4 13:43:11.120: CPU usage exceeding limits: + node gke-auto-subnet-default-pool-8676cabe-ljpg: + container ""kubelet"": expected 95th% usage < 0.220; got 0.259 +node gke-auto-subnet-default-pool-8676cabe-kab1: + container ""kubelet"": expected 50th% usage < 0.170; got 0.175, container ""kubelet"": expected 95th% usage < 0.220; got 0.233 +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:187 +``` +Issues about this test specifically: #26982 #32214 #33994 #34035 + + +Failed: [k8s.io] Dynamic provisioning [k8s.io] DynamicProvisioner should create and delete persistent volumes [Slow] {Kubernetes e2e suite} + +``` +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/volume_provisioning.go:135 +Expected error: + <*errors.StatusError | 0xc8208b8180>: { + ErrStatus: { + TypeMeta: {Kind: """", APIVersion: """"}, + ListMeta: {SelfLink: """", ResourceVersion: """"}, + Status: ""Failure"", + Message: ""the server has asked for the client to provide credentials (delete persistentVolumeClaims pvc-5is7k)"", + Reason: ""Unauthorized"", + Details: { + Name: ""pvc-5is7k"", + Group: """", + Kind: ""persistentVolumeClaims"", + Causes: [ + { + Type: ""UnexpectedServerResponse"", + Message: ""Unauthorized"", + Field: """", + }, + ], + RetryAfterSeconds: 0, + }, + Code: 401, + }, + } + the server has asked for the client to provide credentials (delete persistentVolumeClaims pvc-5is7k) +not to have occurred +/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/volume_provisioning.go:98 +``` +Issues about this test specifically: #32185 #32372 + +Previous issues for this suite: #33404 +",0,kubernetes gci gke subnet broken test run multiple broken tests failed diffresources go error leaked resources gke auto subnet pvc us f pd standard ready issues about this test specifically failed schedulerpredicates validates that required nodeaffinity setting is respected if matching kubernetes suite go src io kubernetes output dockerized go src io kubernetes test scheduler predicates go expected error s namespace tests volume provisioning is active namespace tests volume provisioning is active not to have occurred go src io kubernetes output dockerized go src io kubernetes test scheduler predicates go issues about this test specifically failed schedulerpredicates validates that taints tolerations is respected if matching kubernetes suite go src io kubernetes output dockerized go src io kubernetes test scheduler predicates go expected error s namespace tests volume provisioning is active namespace tests volume provisioning is active not to have occurred go src io kubernetes output dockerized go src io kubernetes test scheduler predicates go issues about this test specifically failed schedulerpredicates validates that a pod with an invalid nodeaffinity is rejected kubernetes suite go src io kubernetes output dockerized go src io kubernetes test scheduler predicates go expected error s namespace tests volume provisioning is active namespace tests volume provisioning is active not to have occurred go src io kubernetes output dockerized go src io kubernetes test scheduler predicates go issues about this test specifically failed schedulerpredicates validates that embedding the json nodeaffinity setting as a string in the annotation value work kubernetes suite go src io kubernetes output dockerized go src io kubernetes test scheduler predicates go expected error s namespace tests volume provisioning is active namespace tests volume provisioning is active not to have occurred go src io kubernetes output dockerized go src io kubernetes test scheduler predicates go issues about this test specifically failed schedulerpredicates validates that interpod affinity and antiaffinity is respected if matching kubernetes suite go src io kubernetes output dockerized go src io kubernetes test scheduler predicates go expected error s namespace tests volume provisioning is active namespace tests volume provisioning is active not to have occurred go src io kubernetes output dockerized go src io kubernetes test scheduler predicates go failed kubelet regular resource usage tracking resource tracking for pods per node kubernetes suite go src io kubernetes output dockerized go src io kubernetes test kubelet perf go oct cpu usage exceeding limits node gke auto subnet default pool ljpg container kubelet expected usage got node gke auto subnet default pool container kubelet expected usage got container kubelet expected usage got go src io kubernetes output dockerized go src io kubernetes test kubelet perf go issues about this test specifically failed dynamic provisioning dynamicprovisioner should create and delete persistent volumes kubernetes suite go src io kubernetes output dockerized go src io kubernetes test volume provisioning go expected error errstatus typemeta kind apiversion listmeta selflink resourceversion status failure message the server has asked for the client to provide credentials delete persistentvolumeclaims pvc reason unauthorized details name pvc group kind persistentvolumeclaims causes type unexpectedserverresponse message unauthorized field retryafterseconds code the server has asked for the client to provide credentials delete persistentvolumeclaims pvc not to have occurred go src io kubernetes output dockerized go src io kubernetes test volume provisioning go issues about this test specifically previous issues for this suite ,0 +293994,25338666569.0,IssuesEvent,2022-11-18 19:14:40,mvanzulli/Apolo.jl,https://api.github.com/repos/mvanzulli/Apolo.jl,closed,Split `runtests.jl` into unitary and end to end,enhancement tests,"Split tests into features for each interface: + +- Unitary: Single methods and features +- End to end: Model to known results",1.0,"Split `runtests.jl` into unitary and end to end - Split tests into features for each interface: + +- Unitary: Single methods and features +- End to end: Model to known results",0,split runtests jl into unitary and end to end split tests into features for each interface unitary single methods and features end to end model to known results,0 +9056,24001033515.0,IssuesEvent,2022-09-14 11:28:24,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,subnet for VPN gateway,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri1,"New recommendation for GatewaySubnet is address range of /26 instead /27. +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/hybrid-networking/hub-spoke.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",2.0,"subnet for VPN gateway - New recommendation for GatewaySubnet is address range of /26 instead /27. +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/hybrid-networking/hub-spoke.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,subnet for vpn gateway new recommendation for gatewaysubnet is address range of instead document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias architectures ,1 +6251,14007329137.0,IssuesEvent,2020-10-28 21:23:27,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio File,Pri2 architecture-center/svc assigned-to-author doc-enhancement example-scenario/subsvc triaged," +Will be great have visio file of this. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f26be54d-0f67-5098-7839-98f5bb064188 +* Version Independent ID: 187fa3ce-ade9-1b07-2af3-c874ec3d0aac +* Content: [Windows Virtual Desktop for the enterprise - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Visio File - +Will be great have visio file of this. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f26be54d-0f67-5098-7839-98f5bb064188 +* Version Independent ID: 187fa3ce-ade9-1b07-2af3-c874ec3d0aac +* Content: [Windows Virtual Desktop for the enterprise - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,visio file will be great have visio file of this document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login microsoft alias pnp ,1 +52462,3023536102.0,IssuesEvent,2015-08-01 16:06:34,neuropoly/spinalcordtoolbox,https://api.github.com/repos/neuropoly/spinalcordtoolbox,closed,non-admin installation requires password when installing patch,bug installation priority: high,"~~~~ +... +Installed /Users/mabru/miniconda/lib/python2.7/site-packages/nibabel-2.0.0-py2.7.egg +Processing dependencies for nibabel +Finished processing dependencies for nibabel + +Create links to python scripts... +>> /Users/mabru/code/spinalcordtoolbox/install/create_links.sh -a +/Users/mabru/code/spinalcordtoolbox/install/create_links.sh -a + +Checking for available patches... + +Installing patch_2.0.2... +>> unzip -d temp_patch patch_2.0.2.zip +>> python install_patch.py -a +python install_patch.py -a +Password: +~~~~",1.0,"non-admin installation requires password when installing patch - ~~~~ +... +Installed /Users/mabru/miniconda/lib/python2.7/site-packages/nibabel-2.0.0-py2.7.egg +Processing dependencies for nibabel +Finished processing dependencies for nibabel + +Create links to python scripts... +>> /Users/mabru/code/spinalcordtoolbox/install/create_links.sh -a +/Users/mabru/code/spinalcordtoolbox/install/create_links.sh -a + +Checking for available patches... + +Installing patch_2.0.2... +>> unzip -d temp_patch patch_2.0.2.zip +>> python install_patch.py -a +python install_patch.py -a +Password: +~~~~",0,non admin installation requires password when installing patch installed users mabru miniconda lib site packages nibabel egg processing dependencies for nibabel finished processing dependencies for nibabel create links to python scripts users mabru code spinalcordtoolbox install create links sh a users mabru code spinalcordtoolbox install create links sh a checking for available patches installing patch unzip d temp patch patch zip python install patch py a python install patch py a password ,0 +9774,25183681592.0,IssuesEvent,2022-11-11 15:52:55,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Security - Microsoft Defenders - update icons name,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1,"Hi, +Can you update below icons according to new naming convention? + +``` +Security +├── 02247-icon-service-Azure-Defender.svg --> Microsoft Defender +└── 10241-icon-service-Security-Center.svg --> Microsoft Defender for Cloud +``` + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Security - Microsoft Defenders - update icons name - Hi, +Can you update below icons according to new naming convention? + +``` +Security +├── 02247-icon-service-Azure-Defender.svg --> Microsoft Defender +└── 10241-icon-service-Security-Center.svg --> Microsoft Defender for Cloud +``` + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,security microsoft defenders update icons name hi can you update below icons according to new naming convention security ├── icon service azure defender svg microsoft defender └── icon service security center svg microsoft defender for cloud document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login edprice msft microsoft alias pnp ,1 +331436,10073419520.0,IssuesEvent,2019-07-24 09:34:32,telstra/open-kilda,https://api.github.com/repos/telstra/open-kilda,opened,Create default drop rule per port basis,C/FL improvement priority/2-high,"Now Switch has 1 drop rule in table 0 for all packets not matched. +We need to create new default drop rules on a per port basis: +table: 0 +match: in_port +priority: 2 +cookie: default masked cookie, that encode port number, tbd +",1.0,"Create default drop rule per port basis - Now Switch has 1 drop rule in table 0 for all packets not matched. +We need to create new default drop rules on a per port basis: +table: 0 +match: in_port +priority: 2 +cookie: default masked cookie, that encode port number, tbd +",0,create default drop rule per port basis now switch has drop rule in table for all packets not matched we need to create new default drop rules on a per port basis table match in port priority cookie default masked cookie that encode port number tbd ,0 +9133,24059749271.0,IssuesEvent,2022-09-16 20:50:55,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,How can we use privateendpoint web app as backend of App Gateway + Firewall,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri1," +Hi MS, + +I wish to use your scenario ""Application Gateway before Firewall"". +This will help us achieve requirement of TLS/IDPS/DDos by using Az firewall after the App Gateway. +however instead of using the IaaS VM i wish to use my private end pointed Web apps/Function Apps. + +Reason is that all my PaaS resources (WebApp,FunctionApp, KV, Storage etc) are in my internal network with no public endpoint exposed. +But I cannot find any article for it . When I set it up myself I do 404 error on Public IP of my App Gateway. + +So to recap my setup is : + +PublicIP -> AppGatewayv2 & WAF -> Subnet -> Az Firewall -> subnet -> Web App with Private Endpoint + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bb4e04dc-fc84-e958-89a8-e144ed5564b0 +* Version Independent ID: 795ef2fa-a126-8ded-d75d-3eb8811f4a23 +* Content: [Firewall, App Gateway for virtual networks - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/gateway/firewall-application-gateway#application-gateway-before-firewall) +* Content Source: [docs/example-scenario/gateway/firewall-application-gateway.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/gateway/firewall-application-gateway.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @erjosito +* Microsoft Alias: **jomore**",1.0,"How can we use privateendpoint web app as backend of App Gateway + Firewall - +Hi MS, + +I wish to use your scenario ""Application Gateway before Firewall"". +This will help us achieve requirement of TLS/IDPS/DDos by using Az firewall after the App Gateway. +however instead of using the IaaS VM i wish to use my private end pointed Web apps/Function Apps. + +Reason is that all my PaaS resources (WebApp,FunctionApp, KV, Storage etc) are in my internal network with no public endpoint exposed. +But I cannot find any article for it . When I set it up myself I do 404 error on Public IP of my App Gateway. + +So to recap my setup is : + +PublicIP -> AppGatewayv2 & WAF -> Subnet -> Az Firewall -> subnet -> Web App with Private Endpoint + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bb4e04dc-fc84-e958-89a8-e144ed5564b0 +* Version Independent ID: 795ef2fa-a126-8ded-d75d-3eb8811f4a23 +* Content: [Firewall, App Gateway for virtual networks - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/gateway/firewall-application-gateway#application-gateway-before-firewall) +* Content Source: [docs/example-scenario/gateway/firewall-application-gateway.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/gateway/firewall-application-gateway.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @erjosito +* Microsoft Alias: **jomore**",1,how can we use privateendpoint web app as backend of app gateway firewall hi ms i wish to use your scenario application gateway before firewall this will help us achieve requirement of tls idps ddos by using az firewall after the app gateway however instead of using the iaas vm i wish to use my private end pointed web apps function apps reason is that all my paas resources webapp functionapp kv storage etc are in my internal network with no public endpoint exposed but i cannot find any article for it when i set it up myself i do error on public ip of my app gateway so to recap my setup is publicip waf subnet az firewall subnet web app with private endpoint document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login erjosito microsoft alias jomore ,1 +5553,12699753113.0,IssuesEvent,2020-06-22 15:17:51,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Cost considerations for bandwidth for VNET Peering should be added,Pri1 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"Hi Tech-Doc Team, +[I was looking at the cost considerations. ](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/multi-region-sql-server#cost-considerations) + + +The Blueprint shows a VNET-peering, which leads to some costs. +https://azure.microsoft.com/en-us/pricing/details/virtual-network/ + +It should be listed as well to make the picture more complete. + +Proposed content: + +**VNET-Peering pricing** +A high-availability deployment that leverages multiple Azure Regions will make use of VNET-Peering. There are different charges for VNET-Peering within the same region and for Global VNET-Peering. [Learn more.](https://azure.microsoft.com/en-us/pricing/details/virtual-network/) + +Regards +Sven + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: be033e7f-d78f-f63f-c9b5-f08130315704 +* Version Independent ID: d66f5650-fffb-79a6-ee59-40eaad06cd4f +* Content: [Multi-region N-tier application - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/multi-region-sql-server) +* Content Source: [docs/reference-architectures/n-tier/multi-region-sql-server.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/n-tier/multi-region-sql-server.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Cost considerations for bandwidth for VNET Peering should be added - Hi Tech-Doc Team, +[I was looking at the cost considerations. ](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/multi-region-sql-server#cost-considerations) + + +The Blueprint shows a VNET-peering, which leads to some costs. +https://azure.microsoft.com/en-us/pricing/details/virtual-network/ + +It should be listed as well to make the picture more complete. + +Proposed content: + +**VNET-Peering pricing** +A high-availability deployment that leverages multiple Azure Regions will make use of VNET-Peering. There are different charges for VNET-Peering within the same region and for Global VNET-Peering. [Learn more.](https://azure.microsoft.com/en-us/pricing/details/virtual-network/) + +Regards +Sven + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: be033e7f-d78f-f63f-c9b5-f08130315704 +* Version Independent ID: d66f5650-fffb-79a6-ee59-40eaad06cd4f +* Content: [Multi-region N-tier application - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/multi-region-sql-server) +* Content Source: [docs/reference-architectures/n-tier/multi-region-sql-server.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/n-tier/multi-region-sql-server.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,cost considerations for bandwidth for vnet peering should be added hi tech doc team the blueprint shows a vnet peering which leads to some costs it should be listed as well to make the picture more complete proposed content vnet peering pricing a high availability deployment that leverages multiple azure regions will make use of vnet peering there are different charges for vnet peering within the same region and for global vnet peering regards sven document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id fffb content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +11013,27749861608.0,IssuesEvent,2023-03-15 19:49:55,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,The method mentioned in this template no longer works,assigned-to-author docs-experience triaged architecture-center/svc Pri2 azure-guide/subsvc," +[Enter feedback here] +ARM template sections mentioned in this no longer works, it's failing with the below errors. + +`{""code"":""DeploymentFailed"",""message"":""At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details."",""details"":[{""code"":""InvalidJson"",""message"":""Could not find member 'description' on object of type 'SecurityRule'. Path 'properties.securityRules[0].description', line 1, position 70.""}]}` + +[Github link](https://github.com/mspnp/template-examples) provided as reference in the document is updated with another set of [ARM templates](https://github.com/mspnp/template-examples/blob/master/example3-object-param/deploy.json). + +Is this feature of `ARM copy values from object data types` is broken ? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 928f1651-0e7e-9389-add5-120cf6ccf0dd +* Version Independent ID: 5399b529-92c2-ac3c-0f66-7cbcfef25c91 +* Content: [Use objects as parameters in ARM template - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/azure-resource-manager/advanced-templates/objects-as-parameters) +* Content Source: [docs/guide/azure-resource-manager/advanced-templates/objects-as-parameters.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/azure-resource-manager/advanced-templates/objects-as-parameters.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1.0,"The method mentioned in this template no longer works - +[Enter feedback here] +ARM template sections mentioned in this no longer works, it's failing with the below errors. + +`{""code"":""DeploymentFailed"",""message"":""At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details."",""details"":[{""code"":""InvalidJson"",""message"":""Could not find member 'description' on object of type 'SecurityRule'. Path 'properties.securityRules[0].description', line 1, position 70.""}]}` + +[Github link](https://github.com/mspnp/template-examples) provided as reference in the document is updated with another set of [ARM templates](https://github.com/mspnp/template-examples/blob/master/example3-object-param/deploy.json). + +Is this feature of `ARM copy values from object data types` is broken ? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 928f1651-0e7e-9389-add5-120cf6ccf0dd +* Version Independent ID: 5399b529-92c2-ac3c-0f66-7cbcfef25c91 +* Content: [Use objects as parameters in ARM template - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/azure-resource-manager/advanced-templates/objects-as-parameters) +* Content Source: [docs/guide/azure-resource-manager/advanced-templates/objects-as-parameters.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/azure-resource-manager/advanced-templates/objects-as-parameters.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1,the method mentioned in this template no longer works arm template sections mentioned in this no longer works it s failing with the below errors code deploymentfailed message at least one resource deployment operation failed please list deployment operations for details please see for usage details details description line position provided as reference in the document is updated with another set of is this feature of arm copy values from object data types is broken document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login microsoft alias pnp ,1 +453497,13080942158.0,IssuesEvent,2020-08-01 09:16:30,magento/magento2,https://api.github.com/repos/magento/magento2,closed,[Issue] Support cron expressions like `3/10 * * * *` and handle hyphen expres…,Component: Cron Fixed in 2.4.x Issue: Confirmed Issue: Format is valid Issue: Ready for Work Priority: P3 Progress: PR in progress Reproduced on 2.4.x Severity: S3 Triage: Done,"This issue is automatically created based on existing pull request: magento/magento2#28930: Support cron expressions like `3/10 * * * *` and handle hyphen expres… + +--------- + + + + +### Preconditions (*) + +Cron expressions like `3/10 * * * *` are now not scheduled. They should be scheduled at every 10 minutes, starting at 3 minutes past the hour. + +### Fixed Issues (if relevant) + +1. PR #28930 + +### Steps to reproduce: (*) + +1. Plan a cron job with the expression `3/10 * * * *` +2. Run `bin/magento cron:run` +3. See how it does not get scheduled + +**Actual Result:** :heavy_multiplication_x: cron task with expression `3/10 * * * *` was not scheduled + +**Expected Result:** :heavy_check_mark: They should be scheduled at every 10 minutes, starting at 3 minutes past the hour. + +after applying the PR, it will get scheduled. + +### Contribution checklist (*) + - [x] Pull request has a meaningful description of its purpose + - [x] All commits are accompanied by meaningful commit messages + - [x] All new or changed code is covered with unit/integration tests (if applicable) + - [x] All automated tests passed successfully (all builds on Travis CI are green) +",1.0,"[Issue] Support cron expressions like `3/10 * * * *` and handle hyphen expres… - This issue is automatically created based on existing pull request: magento/magento2#28930: Support cron expressions like `3/10 * * * *` and handle hyphen expres… + +--------- + + + + +### Preconditions (*) + +Cron expressions like `3/10 * * * *` are now not scheduled. They should be scheduled at every 10 minutes, starting at 3 minutes past the hour. + +### Fixed Issues (if relevant) + +1. PR #28930 + +### Steps to reproduce: (*) + +1. Plan a cron job with the expression `3/10 * * * *` +2. Run `bin/magento cron:run` +3. See how it does not get scheduled + +**Actual Result:** :heavy_multiplication_x: cron task with expression `3/10 * * * *` was not scheduled + +**Expected Result:** :heavy_check_mark: They should be scheduled at every 10 minutes, starting at 3 minutes past the hour. + +after applying the PR, it will get scheduled. + +### Contribution checklist (*) + - [x] Pull request has a meaningful description of its purpose + - [x] All commits are accompanied by meaningful commit messages + - [x] All new or changed code is covered with unit/integration tests (if applicable) + - [x] All automated tests passed successfully (all builds on Travis CI are green) +",0, support cron expressions like and handle hyphen expres… this issue is automatically created based on existing pull request magento support cron expressions like and handle hyphen expres… thank you for contributing to magento to help us process this pull request we recommend that you add the following information summary of the pull request issue s related to the changes made manual testing scenarios fields marked with are required please don t remove the template preconditions please provide a description of the changes proposed in the pull request letting us know what has changed and why it needed changing will help us validate this pull request cron expressions like are now not scheduled they should be scheduled at every minutes starting at minutes past the hour fixed issues if relevant if relevant please provide a list of fixed issues in the format magento there could be or more issues linked here and it will help us find some more information about the reasoning behind this change pr steps to reproduce please provide a set of unambiguous steps to test the proposed code change giving us manual testing scenarios will help with the processing and validation process plan a cron job with the expression run bin magento cron run see how it does not get scheduled actual result heavy multiplication x cron task with expression was not scheduled expected result heavy check mark they should be scheduled at every minutes starting at minutes past the hour after applying the pr it will get scheduled contribution checklist pull request has a meaningful description of its purpose all commits are accompanied by meaningful commit messages all new or changed code is covered with unit integration tests if applicable all automated tests passed successfully all builds on travis ci are green ,0 +193992,6890366776.0,IssuesEvent,2017-11-22 13:47:53,cuberite/cuberite,https://api.github.com/repos/cuberite/cuberite,closed,Crash when importing singleplayer world,crash priority/important,"``` +[f6d8e6ed55ba10|11:06:51] Preparing spawn (createsting): 4.94% (4/81; 3.67 chunks / sec) +[af3f4edf624155c4|11:06:51] Spawning cSquid #1 at {54.50, 61.00, -48.50} +[af3f4edf624155c4|11:06:51] Spawning cSquid #2 at {54.50, 61.00, -48.50} +[af3f4edf624155c4|11:06:51] Spawning cSquid #3 at {60.50, 61.00, -63.50} +[f6d8e6ed55ba10|11:06:52] Preparing spawn (createsting): 16.05% (13/81; 8.98 chunks / sec) +[4a8701785a947b47|11:06:52] Assertion failed: m_Tags[static_cast(a_Tag)].m_Type == TAG_Short, file /home/bearbin/github/cuberite/cuberite/src/WorldStorage/FastNBT.h, line 262 +./Cuberite_debug(_Z15PrintStackTracev+0x1f)[0x5633ea379581] +./Cuberite_debug(_ZNK10cParsedNBT8GetShortEi+0x58)[0x5633ea61ac0e] +./Cuberite_debug(_ZN9cWSSAnvil21LoadEntityBaseFromNBTER7cEntityRK10cParsedNBTi+0x1ef)[0x5633ea637109] +./Cuberite_debug(_ZN9cWSSAnvil16LoadSheepFromNBTERSt6vectorISt10unique_ptrI7cEntitySt14default_deleteIS2_EESaIS5_EERK10cParsedNBTi+0x8f)[0x5633ea635a3f] +./Cuberite_debug(_ZN9cWSSAnvil17LoadEntityFromNBTERSt6vectorISt10unique_ptrI7cEntitySt14default_deleteIS2_EESaIS5_EERK10cParsedNBTiPKcm+0x1c24)[0x5633ea632208] +./Cuberite_debug(_ZN9cWSSAnvil19LoadEntitiesFromNBTERSt6vectorISt10unique_ptrI7cEntitySt14default_deleteIS2_EESaIS5_EERK10cParsedNBTi+0xea)[0x5633ea62ae90] +./Cuberite_debug(_ZN9cWSSAnvil16LoadChunkFromNBTERK12cChunkCoordsRK10cParsedNBTRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x68e)[0x5633ea629ce8] +./Cuberite_debug(_ZN9cWSSAnvil17LoadChunkFromDataERK12cChunkCoordsRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x1f9)[0x5633ea629421] +./Cuberite_debug(_ZN9cWSSAnvil9LoadChunkERK12cChunkCoords+0x59)[0x5633ea628601] +./Cuberite_debug(_ZN13cWorldStorage9LoadChunkEii+0xb9)[0x5633ea625eb3] +./Cuberite_debug(_ZN13cWorldStorage12LoadOneChunkEv+0x6a)[0x5633ea625c9c] +./Cuberite_debug(_ZN13cWorldStorage7ExecuteEv+0x55)[0x5633ea625c15] +./Cuberite_debug(_ZN9cIsThread9DoExecuteEv+0x2f)[0x5633ea3729f5] +./Cuberite_debug(_ZSt13__invoke_implIvRKM9cIsThreadFvvEPS0_JEET_St21__invoke_memfun_derefOT0_OT1_DpOT2_+0x66)[0x5633ea3735a6] +./Cuberite_debug(_ZSt8__invokeIRKM9cIsThreadFvvEJPS0_EENSt9result_ofIFOT_DpOT0_EE4typeES8_SB_+0x3f)[0x5633ea373533] +./Cuberite_debug(_ZNKSt12_Mem_fn_baseIM9cIsThreadFvvELb1EEclIJPS0_EEEDTcl8__invokedtdefpT6_M_pmfspcl7forwardIT_Efp_EEEDpOS6_+0x2e)[0x5633ea3734e4] +./Cuberite_debug(_ZNSt12_Bind_simpleIFSt7_Mem_fnIM9cIsThreadFvvEEPS1_EE9_M_invokeIJLm0EEEEvSt12_Index_tupleIJXspT_EEE+0x43)[0x5633ea3734af] +./Cuberite_debug(_ZNSt12_Bind_simpleIFSt7_Mem_fnIM9cIsThreadFvvEEPS1_EEclEv+0x1d)[0x5633ea3733fd] +./Cuberite_debug(_ZNSt6thread11_State_implISt12_Bind_simpleIFSt7_Mem_fnIM9cIsThreadFvvEEPS3_EEE6_M_runEv+0x1c)[0x5633ea3733dc] +/usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb9e6f)[0x7f583322ae6f] +/lib/x86_64-linux-gnu/libpthread.so.0(+0x7494)[0x7f5832a38494] +/lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7f5832779abf] +Cuberite_debug: /home/bearbin/github/cuberite/cuberite/src/WorldStorage/FastNBT.h:262: Int16 cParsedNBT::GetShort(int) const: Assertion `0' failed. +Aborted +```",1.0,"Crash when importing singleplayer world - ``` +[f6d8e6ed55ba10|11:06:51] Preparing spawn (createsting): 4.94% (4/81; 3.67 chunks / sec) +[af3f4edf624155c4|11:06:51] Spawning cSquid #1 at {54.50, 61.00, -48.50} +[af3f4edf624155c4|11:06:51] Spawning cSquid #2 at {54.50, 61.00, -48.50} +[af3f4edf624155c4|11:06:51] Spawning cSquid #3 at {60.50, 61.00, -63.50} +[f6d8e6ed55ba10|11:06:52] Preparing spawn (createsting): 16.05% (13/81; 8.98 chunks / sec) +[4a8701785a947b47|11:06:52] Assertion failed: m_Tags[static_cast(a_Tag)].m_Type == TAG_Short, file /home/bearbin/github/cuberite/cuberite/src/WorldStorage/FastNBT.h, line 262 +./Cuberite_debug(_Z15PrintStackTracev+0x1f)[0x5633ea379581] +./Cuberite_debug(_ZNK10cParsedNBT8GetShortEi+0x58)[0x5633ea61ac0e] +./Cuberite_debug(_ZN9cWSSAnvil21LoadEntityBaseFromNBTER7cEntityRK10cParsedNBTi+0x1ef)[0x5633ea637109] +./Cuberite_debug(_ZN9cWSSAnvil16LoadSheepFromNBTERSt6vectorISt10unique_ptrI7cEntitySt14default_deleteIS2_EESaIS5_EERK10cParsedNBTi+0x8f)[0x5633ea635a3f] +./Cuberite_debug(_ZN9cWSSAnvil17LoadEntityFromNBTERSt6vectorISt10unique_ptrI7cEntitySt14default_deleteIS2_EESaIS5_EERK10cParsedNBTiPKcm+0x1c24)[0x5633ea632208] +./Cuberite_debug(_ZN9cWSSAnvil19LoadEntitiesFromNBTERSt6vectorISt10unique_ptrI7cEntitySt14default_deleteIS2_EESaIS5_EERK10cParsedNBTi+0xea)[0x5633ea62ae90] +./Cuberite_debug(_ZN9cWSSAnvil16LoadChunkFromNBTERK12cChunkCoordsRK10cParsedNBTRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x68e)[0x5633ea629ce8] +./Cuberite_debug(_ZN9cWSSAnvil17LoadChunkFromDataERK12cChunkCoordsRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x1f9)[0x5633ea629421] +./Cuberite_debug(_ZN9cWSSAnvil9LoadChunkERK12cChunkCoords+0x59)[0x5633ea628601] +./Cuberite_debug(_ZN13cWorldStorage9LoadChunkEii+0xb9)[0x5633ea625eb3] +./Cuberite_debug(_ZN13cWorldStorage12LoadOneChunkEv+0x6a)[0x5633ea625c9c] +./Cuberite_debug(_ZN13cWorldStorage7ExecuteEv+0x55)[0x5633ea625c15] +./Cuberite_debug(_ZN9cIsThread9DoExecuteEv+0x2f)[0x5633ea3729f5] +./Cuberite_debug(_ZSt13__invoke_implIvRKM9cIsThreadFvvEPS0_JEET_St21__invoke_memfun_derefOT0_OT1_DpOT2_+0x66)[0x5633ea3735a6] +./Cuberite_debug(_ZSt8__invokeIRKM9cIsThreadFvvEJPS0_EENSt9result_ofIFOT_DpOT0_EE4typeES8_SB_+0x3f)[0x5633ea373533] +./Cuberite_debug(_ZNKSt12_Mem_fn_baseIM9cIsThreadFvvELb1EEclIJPS0_EEEDTcl8__invokedtdefpT6_M_pmfspcl7forwardIT_Efp_EEEDpOS6_+0x2e)[0x5633ea3734e4] +./Cuberite_debug(_ZNSt12_Bind_simpleIFSt7_Mem_fnIM9cIsThreadFvvEEPS1_EE9_M_invokeIJLm0EEEEvSt12_Index_tupleIJXspT_EEE+0x43)[0x5633ea3734af] +./Cuberite_debug(_ZNSt12_Bind_simpleIFSt7_Mem_fnIM9cIsThreadFvvEEPS1_EEclEv+0x1d)[0x5633ea3733fd] +./Cuberite_debug(_ZNSt6thread11_State_implISt12_Bind_simpleIFSt7_Mem_fnIM9cIsThreadFvvEEPS3_EEE6_M_runEv+0x1c)[0x5633ea3733dc] +/usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb9e6f)[0x7f583322ae6f] +/lib/x86_64-linux-gnu/libpthread.so.0(+0x7494)[0x7f5832a38494] +/lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7f5832779abf] +Cuberite_debug: /home/bearbin/github/cuberite/cuberite/src/WorldStorage/FastNBT.h:262: Int16 cParsedNBT::GetShort(int) const: Assertion `0' failed. +Aborted +```",0,crash when importing singleplayer world preparing spawn createsting chunks sec spawning csquid at spawning csquid at spawning csquid at preparing spawn createsting chunks sec assertion failed m tags m type tag short file home bearbin github cuberite cuberite src worldstorage fastnbt h line cuberite debug cuberite debug cuberite debug cuberite debug cuberite debug cuberite debug cuberite debug traitsicesaiceee cuberite debug traitsicesaiceee cuberite debug cuberite debug cuberite debug cuberite debug cuberite debug cuberite debug invoke jeet invoke memfun cuberite debug ofifot sb cuberite debug mem fn m efp cuberite debug bind mem m index tupleijxspt eee cuberite debug bind mem eeclev cuberite debug state bind mem m runev usr lib linux gnu libstdc so lib linux gnu libpthread so lib linux gnu libc so clone cuberite debug home bearbin github cuberite cuberite src worldstorage fastnbt h cparsednbt getshort int const assertion failed aborted ,0 +10628,27168745704.0,IssuesEvent,2023-02-17 17:23:58,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Bug - Table of Content Options,doc-enhancement assigned-to-author triaged architecture-center/svc Pri3 azure-guide/subsvc,"## Root Cause +Source Code: [docs/toc.yml](https://github.com/MicrosoftDocs/architecture-center/blob/c13102196d67c4c476dbc376e94d664a4fb5df4b/docs/toc.yml#L67) +Website: [azure/architecture/guide/technology-choices](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#:~:text=Choose%20a%20Kubernetes%20edge%20option) + +## What Happens +0. Go to [Azure Architecture's Technology Choices Table of Content Panel](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#:~:text=Choose%20a%20Kubernetes%20edge%20option) +1. User selects `Choose a Kubernetes edge option` [1] +2. Users browser is directed to https://docs.microsoft.com/en-us/ [2] + +## Browser Information + + +Google Chrome | 98.0.4758.80 (Official Build) (64-bit) +-- | -- +Revision | 7f0488e8ba0d8e019187c6325a16c29d9b7f4989-refs/branch-heads/4758@{#972} +OS | Linux +JavaScript | V8 9.8.177.9 +User Agent | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 +Command Line | /usr/bin/google-chrome-stable --enable-crashpad --flag-switches-begin --sync-url=https://chrome-sync.sandbox.google.com/chrome-sync/alpha --enable-features=Vulkan --disable-features=HardwareMediaKeyHandling --flag-switches-end +Executable Path | /opt/google/chrome/google-chrome +Profile Path | /home/josephmcasey/.config/google-chrome/Profile 11 +Variations | f475deb0-377be55a313957be-ca7d8d803e7d7783-ca7d8d807e184ca7-33c3eba590a7075b-362044e7a112f012-ca7d8d8016b16054-377be55a59b6f412-377be55a60d4b352-377be55a273268f8-17797c246cb5e962-377be55aa77166f2-ca7d8d806e08fc3e-ca7d8d80481fc7e7-12ede6a23e09e9b1-ca7d8d80eddd0d82-21e0edc789a16501-ca7d8d8087f33ad6-ca7d8d8074f8fa8f-ca7d8d803095aa95-3f4a17df34e1db5c-377be55a4662e1aa-ca7d8d80a257327f-ca7d8d806cbcf5b7-6edc92c76c5f69af-377be55a47bd2c48-377be55a1e940a7c-ca7d8d8044c2e2c0-ca7d8d804701a278-f23d1dea4749874c-fe2c00b67c2504d0-ca7d8d80ab544014-ca7d8d803f6e921e-377be55a7f122175-ca7d8d804e3ec83a-ca7d8d8065570806-20f58b6fb507d18e-ca7d8d8053fd5552-12ede6a2dd8d67e-1f8c5973f6f5c542-12ede6a2a582a1b8-ad75ce17fa659f2e-377be55ada2d8531-ca7d8d80e87da360-377be55a6a5f15b-377be55a1d606bb5-cdda86d5d89faab1-377be55a722b8030-874626a33042ad4b-5bbb3702ba47366-ca7d8d80248c3fbd-ca7d8d806668be8b-a22c9c1dd7a036b9-ca7d8d8073645b32-ca7d8d80e79de56c-ca7d8d80357a64de-ca7d8d808bccc03b-ca7d8d8029c62d4-ca7d8d80551dab91-ca7d8d8069d4ebd5-ca7d8d802b4e7fda-b80d0b98b012722b-6edc92c7727723f1-946682d3b75782da-ca7d8d808c8d8faf-1f8c5973ca51d624-ca7d8d80f7a3ec9-ca7d8d80ca5a2953-ca7d8d808bfdd36f-7ef85c8e5fe247df-ca7d8d80ad46906e-ca7d8d80234de0a0-ca7d8d80d3566fbd-377be55a4ea303a6-ecbb250efc7e4d22-ca7d8d802e0ef3d0-df7317d7c9e4cf65-12ede6a22d5bcfa8-377be55a950809af-377be55a77e44b8e-377be55a6de6716f-ca7d8d80fbe267b5-ca7d8d80e8c68789-ca7d8d8054410569-ca7d8d80ad4acdda-ca7d8d80931c5f72-5c0c1f00494d8760-52325d437b2873c2-f9e346373ac60855-486e2a9cf48c01d3-dccc52f863dcb6a3-75dc9252e706e746-eaceac83f296190c-2624949d4442aae2-6e597edef690cf64-75cb33fced1d377-e1cc0f1475f0f0a0-e1cc0f14e2b18481-a90023b1e7e71889-e1cc0f14b1ceb06f-d137233432d6b1fe-ca7d8d802d3dfd19-ca7d8d80762bb3b2-ca7d8d80e1368496-377be55a6becb1e-12ede6a2248e3a0-ca7d8d804ebfaf88-12ede6a2595f5eb0-ca7d8d809e91ce29-ca7d8d80e3969921-ca7d8d803673692f-ca7d8d80653036a-ca7d8d80bef5c006-ca7d8d80a16ee973-3a0600b9b4e05be7-9c7cf9bf662773da-39e85e9bc3859e82-a22067f8def27776-ca7d8d80733cb831-377be55ab53f3ef9-ca7d8d802856aa31-a6c00ad8 + +## Screenshots + +**[1]** +![Technology-Choices](https://user-images.githubusercontent.com/5309910/153728835-83ef1acb-35d1-45b7-8723-46194dfc9e8b.png) + +**[2]** +![technical-documentation](https://user-images.githubusercontent.com/5309910/153728837-4892a663-e0aa-48ee-93ad-d20cd0ac1375.png) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"Bug - Table of Content Options - ## Root Cause +Source Code: [docs/toc.yml](https://github.com/MicrosoftDocs/architecture-center/blob/c13102196d67c4c476dbc376e94d664a4fb5df4b/docs/toc.yml#L67) +Website: [azure/architecture/guide/technology-choices](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#:~:text=Choose%20a%20Kubernetes%20edge%20option) + +## What Happens +0. Go to [Azure Architecture's Technology Choices Table of Content Panel](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#:~:text=Choose%20a%20Kubernetes%20edge%20option) +1. User selects `Choose a Kubernetes edge option` [1] +2. Users browser is directed to https://docs.microsoft.com/en-us/ [2] + +## Browser Information + + +Google Chrome | 98.0.4758.80 (Official Build) (64-bit) +-- | -- +Revision | 7f0488e8ba0d8e019187c6325a16c29d9b7f4989-refs/branch-heads/4758@{#972} +OS | Linux +JavaScript | V8 9.8.177.9 +User Agent | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 +Command Line | /usr/bin/google-chrome-stable --enable-crashpad --flag-switches-begin --sync-url=https://chrome-sync.sandbox.google.com/chrome-sync/alpha --enable-features=Vulkan --disable-features=HardwareMediaKeyHandling --flag-switches-end +Executable Path | /opt/google/chrome/google-chrome +Profile Path | /home/josephmcasey/.config/google-chrome/Profile 11 +Variations | f475deb0-377be55a313957be-ca7d8d803e7d7783-ca7d8d807e184ca7-33c3eba590a7075b-362044e7a112f012-ca7d8d8016b16054-377be55a59b6f412-377be55a60d4b352-377be55a273268f8-17797c246cb5e962-377be55aa77166f2-ca7d8d806e08fc3e-ca7d8d80481fc7e7-12ede6a23e09e9b1-ca7d8d80eddd0d82-21e0edc789a16501-ca7d8d8087f33ad6-ca7d8d8074f8fa8f-ca7d8d803095aa95-3f4a17df34e1db5c-377be55a4662e1aa-ca7d8d80a257327f-ca7d8d806cbcf5b7-6edc92c76c5f69af-377be55a47bd2c48-377be55a1e940a7c-ca7d8d8044c2e2c0-ca7d8d804701a278-f23d1dea4749874c-fe2c00b67c2504d0-ca7d8d80ab544014-ca7d8d803f6e921e-377be55a7f122175-ca7d8d804e3ec83a-ca7d8d8065570806-20f58b6fb507d18e-ca7d8d8053fd5552-12ede6a2dd8d67e-1f8c5973f6f5c542-12ede6a2a582a1b8-ad75ce17fa659f2e-377be55ada2d8531-ca7d8d80e87da360-377be55a6a5f15b-377be55a1d606bb5-cdda86d5d89faab1-377be55a722b8030-874626a33042ad4b-5bbb3702ba47366-ca7d8d80248c3fbd-ca7d8d806668be8b-a22c9c1dd7a036b9-ca7d8d8073645b32-ca7d8d80e79de56c-ca7d8d80357a64de-ca7d8d808bccc03b-ca7d8d8029c62d4-ca7d8d80551dab91-ca7d8d8069d4ebd5-ca7d8d802b4e7fda-b80d0b98b012722b-6edc92c7727723f1-946682d3b75782da-ca7d8d808c8d8faf-1f8c5973ca51d624-ca7d8d80f7a3ec9-ca7d8d80ca5a2953-ca7d8d808bfdd36f-7ef85c8e5fe247df-ca7d8d80ad46906e-ca7d8d80234de0a0-ca7d8d80d3566fbd-377be55a4ea303a6-ecbb250efc7e4d22-ca7d8d802e0ef3d0-df7317d7c9e4cf65-12ede6a22d5bcfa8-377be55a950809af-377be55a77e44b8e-377be55a6de6716f-ca7d8d80fbe267b5-ca7d8d80e8c68789-ca7d8d8054410569-ca7d8d80ad4acdda-ca7d8d80931c5f72-5c0c1f00494d8760-52325d437b2873c2-f9e346373ac60855-486e2a9cf48c01d3-dccc52f863dcb6a3-75dc9252e706e746-eaceac83f296190c-2624949d4442aae2-6e597edef690cf64-75cb33fced1d377-e1cc0f1475f0f0a0-e1cc0f14e2b18481-a90023b1e7e71889-e1cc0f14b1ceb06f-d137233432d6b1fe-ca7d8d802d3dfd19-ca7d8d80762bb3b2-ca7d8d80e1368496-377be55a6becb1e-12ede6a2248e3a0-ca7d8d804ebfaf88-12ede6a2595f5eb0-ca7d8d809e91ce29-ca7d8d80e3969921-ca7d8d803673692f-ca7d8d80653036a-ca7d8d80bef5c006-ca7d8d80a16ee973-3a0600b9b4e05be7-9c7cf9bf662773da-39e85e9bc3859e82-a22067f8def27776-ca7d8d80733cb831-377be55ab53f3ef9-ca7d8d802856aa31-a6c00ad8 + +## Screenshots + +**[1]** +![Technology-Choices](https://user-images.githubusercontent.com/5309910/153728835-83ef1acb-35d1-45b7-8723-46194dfc9e8b.png) + +**[2]** +![technical-documentation](https://user-images.githubusercontent.com/5309910/153728837-4892a663-e0aa-48ee-93ad-d20cd0ac1375.png) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,bug table of content options root cause source code website what happens go to user selects choose a kubernetes edge option users browser is directed to browser information google chrome   official build   bit revision refs branch heads os linux javascript   user agent mozilla linux applewebkit khtml like gecko chrome safari command line usr bin google chrome stable enable crashpad flag switches begin sync url enable features vulkan disable features hardwaremediakeyhandling flag switches end executable path opt google chrome google chrome profile path home josephmcasey config google chrome profile variations screenshots document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias edprice ,1 +116423,14959790294.0,IssuesEvent,2021-01-27 04:07:30,rust-lang/stdsimd,https://api.github.com/repos/rust-lang/stdsimd,opened,Should SIMD add/sub/etc. trigger panics on overflow in debug mode?,E-needs-design I-nominated,"Per topic, this affects our vector implementations of Add, Sub, and Neg. + +This came up during discussion for #54 and #55.",1.0,"Should SIMD add/sub/etc. trigger panics on overflow in debug mode? - Per topic, this affects our vector implementations of Add, Sub, and Neg. + +This came up during discussion for #54 and #55.",0,should simd add sub etc trigger panics on overflow in debug mode per topic this affects our vector implementations of add sub and neg this came up during discussion for and ,0 +105526,4237451699.0,IssuesEvent,2016-07-05 21:53:08,AtomicGameEngine/AtomicGameEngine,https://api.github.com/repos/AtomicGameEngine/AtomicGameEngine,closed,Prevent exclusive fullscreen mode when running the editor,difficulty: 1 priority: high type: bug type: enhancement,"Steps to replicate: + +* Open a project +* Alt-Enter to go fullscreen +* Press Play + +![fullscreencrash](https://cloud.githubusercontent.com/assets/722928/12176134/cb1dc662-b51a-11e5-84ff-a2bbf7b53cd5.PNG) +",1.0,"Prevent exclusive fullscreen mode when running the editor - Steps to replicate: + +* Open a project +* Alt-Enter to go fullscreen +* Press Play + +![fullscreencrash](https://cloud.githubusercontent.com/assets/722928/12176134/cb1dc662-b51a-11e5-84ff-a2bbf7b53cd5.PNG) +",0,prevent exclusive fullscreen mode when running the editor steps to replicate open a project alt enter to go fullscreen press play ,0 +31765,6619023828.0,IssuesEvent,2017-09-21 10:26:58,akvo/akvo-flow,https://api.github.com/repos/akvo/akvo-flow,closed,Handle deleted data in monitoring data download ,Defect,"At the moment, the way devices download data for monitoring is to do a first download, and then do incremental downloads, based on the timestamp of the last download. + +However, this does not account for data that has been deleted in the mean time, as deleted data is not visible to this mechanism. This leads to data remaining on the devices that has been deleted on the dashboard. + +Proposed solution: +- introduce a mechanism to notify devices of deleted data during the data sync. +",1.0,"Handle deleted data in monitoring data download - At the moment, the way devices download data for monitoring is to do a first download, and then do incremental downloads, based on the timestamp of the last download. + +However, this does not account for data that has been deleted in the mean time, as deleted data is not visible to this mechanism. This leads to data remaining on the devices that has been deleted on the dashboard. + +Proposed solution: +- introduce a mechanism to notify devices of deleted data during the data sync. +",0,handle deleted data in monitoring data download at the moment the way devices download data for monitoring is to do a first download and then do incremental downloads based on the timestamp of the last download however this does not account for data that has been deleted in the mean time as deleted data is not visible to this mechanism this leads to data remaining on the devices that has been deleted on the dashboard proposed solution introduce a mechanism to notify devices of deleted data during the data sync ,0 +442863,30860654027.0,IssuesEvent,2023-08-03 02:29:54,Yudaotor/EsportsHelper,https://api.github.com/repos/Yudaotor/EsportsHelper,closed,"fix and download:not working latest Chrome version,解决google chorme问题看这里",documentation,"Uninstall your chorme retain data +install old version + +卸载你的chorme保留数据 +安装旧版本 + +114.0.5735.199_x64 +https://mega.nz/file/4G5FFBhI#bPZNi3SGV0E_ZSf5s1Tr7zc8CQbuBepw1oabDpPY6t8 + +if google auto update.watch here +enlish:: +https://www.makeuseof.com/tag/stop-automatic-chrome-updates-windows/ +中文: +https://www.cnblogs.com/mq0036/p/13947021.html +",1.0,"fix and download:not working latest Chrome version,解决google chorme问题看这里 - Uninstall your chorme retain data +install old version + +卸载你的chorme保留数据 +安装旧版本 + +114.0.5735.199_x64 +https://mega.nz/file/4G5FFBhI#bPZNi3SGV0E_ZSf5s1Tr7zc8CQbuBepw1oabDpPY6t8 + +if google auto update.watch here +enlish:: +https://www.makeuseof.com/tag/stop-automatic-chrome-updates-windows/ +中文: +https://www.cnblogs.com/mq0036/p/13947021.html +",0,fix and download not working latest chrome version 解决google chorme问题看这里 uninstall your chorme retain data install old version 卸载你的chorme保留数据 安装旧版本 if google auto update watch here enlish 中文 ,0 +525597,15256890300.0,IssuesEvent,2021-02-20 22:17:46,simon-lammes/lammes-assistant,https://api.github.com/repos/simon-lammes/lammes-assistant,opened,Settings should be changed immediately,domain: settings priority: middle type: UX improvement,"> As a developer, I don't want that a _saveSettings_ request is sent for every change to the settings when the user is making changes every few milliseconds. This would lead to our server being bombarded. Therefore, we use a denounce. +> As a user, I want my changes to the settings to be immediately reflected although they are not persisted immediately. + +In order to make this work, we could use NGXS: + +- Two Events: `UpdateSettings` and `PersistSettingsUpdates` +- use [NGXS debounce cookbook](https://www.ngxs.io/recipes/debouncing-actions)",1.0,"Settings should be changed immediately - > As a developer, I don't want that a _saveSettings_ request is sent for every change to the settings when the user is making changes every few milliseconds. This would lead to our server being bombarded. Therefore, we use a denounce. +> As a user, I want my changes to the settings to be immediately reflected although they are not persisted immediately. + +In order to make this work, we could use NGXS: + +- Two Events: `UpdateSettings` and `PersistSettingsUpdates` +- use [NGXS debounce cookbook](https://www.ngxs.io/recipes/debouncing-actions)",0,settings should be changed immediately as a developer i don t want that a savesettings request is sent for every change to the settings when the user is making changes every few milliseconds this would lead to our server being bombarded therefore we use a denounce as a user i want my changes to the settings to be immediately reflected although they are not persisted immediately in order to make this work we could use ngxs two events updatesettings and persistsettingsupdates use ,0 +530822,15436938710.0,IssuesEvent,2021-03-07 14:55:08,AY2021S2-CS2103-W17-3/tp,https://api.github.com/repos/AY2021S2-CS2103-W17-3/tp,opened,"Implement Venue, Booking, and relevant classes",priority.High type.Epic,"Set up boiler plate codes: +1. Venue +2. Booking +3. venueList +4. bookingList + +Implement relevant class attributes and helper methods.",1.0,"Implement Venue, Booking, and relevant classes - Set up boiler plate codes: +1. Venue +2. Booking +3. venueList +4. bookingList + +Implement relevant class attributes and helper methods.",0,implement venue booking and relevant classes set up boiler plate codes venue booking venuelist bookinglist implement relevant class attributes and helper methods ,0 +9795,25220536974.0,IssuesEvent,2022-11-14 12:27:46,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Updated Azure Databricks icon,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"Hi, could you help me update the Azure Databricks icon on [this diagram](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/_images/batch-scoring-spark.png) on the [Batch scoring of Spark models on Azure Databricks](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/batch-scoring-databricks) architecture with this new SVG file: https://drive.google.com/file/d/13z9cECUZsyu8ZjWzHErUZbAhuO_jXlUK/ + +Thank you, +Clinton Ford +
Principal Product Marketing Manager
 +Databricks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d2365cf7-ad8b-48ff-9f2b-836eafa55b2b +* Version Independent ID: d4095830-3dac-01e8-ea0b-120f5d37a525 +* Content: [Batch scoring of Spark models on Azure Databricks - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/batch-scoring-databricks#feedback) +* Content Source: [docs/reference-architectures/ai/batch-scoring-databricks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/ai/batch-scoring-databricks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @njray +* Microsoft Alias: **pnp**",2.0,"Updated Azure Databricks icon - Hi, could you help me update the Azure Databricks icon on [this diagram](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/_images/batch-scoring-spark.png) on the [Batch scoring of Spark models on Azure Databricks](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/batch-scoring-databricks) architecture with this new SVG file: https://drive.google.com/file/d/13z9cECUZsyu8ZjWzHErUZbAhuO_jXlUK/ + +Thank you, +Clinton Ford +
Principal Product Marketing Manager
 +Databricks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d2365cf7-ad8b-48ff-9f2b-836eafa55b2b +* Version Independent ID: d4095830-3dac-01e8-ea0b-120f5d37a525 +* Content: [Batch scoring of Spark models on Azure Databricks - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/batch-scoring-databricks#feedback) +* Content Source: [docs/reference-architectures/ai/batch-scoring-databricks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/ai/batch-scoring-databricks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @njray +* Microsoft Alias: **pnp**",1,updated azure databricks icon hi could you help me update the azure databricks icon on   on the   architecture with this new svg file   thank you clinton ford 
principal product marketing manager
 databricks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login njray microsoft alias pnp ,1 +10994,27716450524.0,IssuesEvent,2023-03-14 17:15:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure Files Premium too slow for kubernetes use,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"Azure Files Premium is way too slow for Kubernetes use, so it shouldn't be suggested to use it. See https://github.com/Azure/AKS/issues/223 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2edf62c9-d5c7-b4d0-99e7-f271ef0b629e +* Version Independent ID: d9ff7f72-3fbb-3bc6-e787-60b1ccecb698 +* Content: [Magento e-commerce platform in Azure Kubernetes Service (AKS) - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/magento/magento-azure) +* Content Source: [docs/example-scenario/magento/magento-azure.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/magento/magento-azure.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Azure Files Premium too slow for kubernetes use - Azure Files Premium is way too slow for Kubernetes use, so it shouldn't be suggested to use it. See https://github.com/Azure/AKS/issues/223 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2edf62c9-d5c7-b4d0-99e7-f271ef0b629e +* Version Independent ID: d9ff7f72-3fbb-3bc6-e787-60b1ccecb698 +* Content: [Magento e-commerce platform in Azure Kubernetes Service (AKS) - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/magento/magento-azure) +* Content Source: [docs/example-scenario/magento/magento-azure.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/magento/magento-azure.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,azure files premium too slow for kubernetes use azure files premium is way too slow for kubernetes use so it shouldn t be suggested to use it see document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login microsoft alias pnp ,1 +10295,26676127004.0,IssuesEvent,2023-01-26 14:23:43,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Misleading with link for Azure Stack Hub,assigned-to-author docs-experience triaged architecture-center/svc reference-architecture/subsvc Pri2," +In the section Scalability is a link https://docs.microsoft.com/en-us/azure/architecture/hybrid/hybrid-containers#scalability for deploy Functions or App Services to Azure Stack Hub. This is really misleading, because Azure Stack Hub are completely incompatible with Azure Arc. Therefore, I would suggest to replace it with AKS on-prem e.g. on AsHCI https://docs.microsoft.com/en-us/azure-stack/aks-hci/overview AND the deployment guide for Azure Functions with Azure Arc https://docs.microsoft.com/en-us/azure/app-service/manage-create-arc-environment?tabs=bash. + +Thanks Alexander + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4c86282b-a2f2-d987-3562-c68e9f7aa317 +* Version Independent ID: 3b035663-dfbc-9d76-b94d-11234ec1eaed +* Content: [Run containers in a hybrid environment - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/hybrid/hybrid-containers) +* Content Source: [docs/hybrid/hybrid-containers.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/hybrid/hybrid-containers.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @pdebruin +* Microsoft Alias: **pidebrui**",2.0,"Misleading with link for Azure Stack Hub - +In the section Scalability is a link https://docs.microsoft.com/en-us/azure/architecture/hybrid/hybrid-containers#scalability for deploy Functions or App Services to Azure Stack Hub. This is really misleading, because Azure Stack Hub are completely incompatible with Azure Arc. Therefore, I would suggest to replace it with AKS on-prem e.g. on AsHCI https://docs.microsoft.com/en-us/azure-stack/aks-hci/overview AND the deployment guide for Azure Functions with Azure Arc https://docs.microsoft.com/en-us/azure/app-service/manage-create-arc-environment?tabs=bash. + +Thanks Alexander + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4c86282b-a2f2-d987-3562-c68e9f7aa317 +* Version Independent ID: 3b035663-dfbc-9d76-b94d-11234ec1eaed +* Content: [Run containers in a hybrid environment - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/hybrid/hybrid-containers) +* Content Source: [docs/hybrid/hybrid-containers.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/hybrid/hybrid-containers.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @pdebruin +* Microsoft Alias: **pidebrui**",1,misleading with link for azure stack hub in the section scalability is a link for deploy functions or app services to azure stack hub this is really misleading because azure stack hub are completely incompatible with azure arc therefore i would suggest to replace it with aks on prem e g on ashci and the deployment guide for azure functions with azure arc thanks alexander document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id dfbc content content source service architecture center sub service reference architecture github login pdebruin microsoft alias pidebrui ,1 +5366,12400157088.0,IssuesEvent,2020-05-21 07:12:46,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Details and implementation steps needed to try out in a sandbox environment,Pri2 architecture-center/svc cxp solution-idea/subsvc triaged,"Need details and Implementation Blue prints to try out in a sandbox environment. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8f6e327d-b280-a35c-2588-87a19ac2a4ba +* Version Independent ID: fa9b0713-771f-4792-979a-2f7a4f4445a2 +* Content: [Microservices with AKS - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/microservices-with-aks#feedback) +* Content Source: [docs/solution-ideas/articles/microservices-with-aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/microservices-with-aks.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Details and implementation steps needed to try out in a sandbox environment - Need details and Implementation Blue prints to try out in a sandbox environment. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8f6e327d-b280-a35c-2588-87a19ac2a4ba +* Version Independent ID: fa9b0713-771f-4792-979a-2f7a4f4445a2 +* Content: [Microservices with AKS - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/microservices-with-aks#feedback) +* Content Source: [docs/solution-ideas/articles/microservices-with-aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/microservices-with-aks.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,details and implementation steps needed to try out in a sandbox environment need details and implementation blue prints to try out in a sandbox environment document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +5014,11949949326.0,IssuesEvent,2020-04-03 14:27:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Can this page be updated with corresponding Azure service of below AWS services,Pri3 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"Amazon Elasticsearch Service +Amazon Kinesis +Amazon S3 Glacier Deep Archive +Amazon Simple Email Service +AWS CloudTrail +AWS Cost Explorer +AWS Data Transfer +AWS Elemental MediaConvert +Amazon Simple Queue Service +Amazon Simple Queue Service +AWS X-Ray +AWS Data Pipeline + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1.0,"Can this page be updated with corresponding Azure service of below AWS services - Amazon Elasticsearch Service +Amazon Kinesis +Amazon S3 Glacier Deep Archive +Amazon Simple Email Service +AWS CloudTrail +AWS Cost Explorer +AWS Data Transfer +AWS Elemental MediaConvert +Amazon Simple Queue Service +Amazon Simple Queue Service +AWS X-Ray +AWS Data Pipeline + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1,can this page be updated with corresponding azure service of below aws services amazon elasticsearch service amazon kinesis amazon glacier deep archive amazon simple email service aws cloudtrail aws cost explorer aws data transfer aws elemental mediaconvert amazon simple queue service amazon simple queue service aws x ray aws data pipeline document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login jasrobe microsoft alias pnp ,1 +5240,12254816675.0,IssuesEvent,2020-05-06 09:08:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Kubernetes-KeyVault-FlexVolume deprecated,Pri1 architecture-center/svc cxp reference-architecture/subsvc triaged,"""For more information, see the Kubernetes-KeyVault-FlexVolume project on GitHub."" but this project https://github.com/Azure/kubernetes-keyvault-flexvol is deprecated in favour of https://github.com/Azure/secrets-store-csi-driver-provider-azure + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5e2e444-d6b9-962e-56d4-8d1f3508ba9e +* Version Independent ID: 061ea6aa-353b-a98d-cbf6-639209a5fd1b +* Content: [Microservices architecture on Azure Kubernetes Service (AKS) - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/microservices/aks#feedback) +* Content Source: [docs/reference-architectures/microservices/aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/microservices/aks.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Kubernetes-KeyVault-FlexVolume deprecated - ""For more information, see the Kubernetes-KeyVault-FlexVolume project on GitHub."" but this project https://github.com/Azure/kubernetes-keyvault-flexvol is deprecated in favour of https://github.com/Azure/secrets-store-csi-driver-provider-azure + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5e2e444-d6b9-962e-56d4-8d1f3508ba9e +* Version Independent ID: 061ea6aa-353b-a98d-cbf6-639209a5fd1b +* Content: [Microservices architecture on Azure Kubernetes Service (AKS) - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/microservices/aks#feedback) +* Content Source: [docs/reference-architectures/microservices/aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/microservices/aks.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,kubernetes keyvault flexvolume deprecated for more information see the kubernetes keyvault flexvolume project on github but this project is deprecated in favour of document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +174304,21259456967.0,IssuesEvent,2022-04-13 01:24:25,andygonzalez2010/store,https://api.github.com/repos/andygonzalez2010/store,opened,"CVE-2021-3749 (High) detected in axios-0.17.1.tgz, axios-0.18.0.tgz",security vulnerability,"## CVE-2021-3749 - High Severity Vulnerability +
Vulnerable Libraries - axios-0.17.1.tgz, axios-0.18.0.tgz

+

+ +

axios-0.17.1.tgz

+ +

Promise based HTTP client for the browser and node.js

+

Library home page: https://registry.npmjs.org/axios/-/axios-0.17.1.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/localtunnel/node_modules/axios/package.json

+

+ +Dependency Hierarchy: + - browser-sync-2.26.5.tgz (Root Library) + - localtunnel-1.9.1.tgz + - :x: **axios-0.17.1.tgz** (Vulnerable Library) +

+
axios-0.18.0.tgz

+ +

Promise based HTTP client for the browser and node.js

+

Library home page: https://registry.npmjs.org/axios/-/axios-0.18.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/generator-jhipster/node_modules/axios/package.json

+

+ +Dependency Hierarchy: + - generator-jhipster-6.0.1.tgz (Root Library) + - :x: **axios-0.18.0.tgz** (Vulnerable Library) +

+ +

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +axios is vulnerable to Inefficient Regular Expression Complexity + +

Publish Date: 2021-08-31 +

URL: CVE-2021-3749

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://huntr.dev/bounties/1e8f07fc-c384-4ff9-8498-0690de2e8c31/

+

Release Date: 2021-08-31

+

Fix Resolution: axios - 0.21.2

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2021-3749 (High) detected in axios-0.17.1.tgz, axios-0.18.0.tgz - ## CVE-2021-3749 - High Severity Vulnerability +
Vulnerable Libraries - axios-0.17.1.tgz, axios-0.18.0.tgz

+

+ +

axios-0.17.1.tgz

+ +

Promise based HTTP client for the browser and node.js

+

Library home page: https://registry.npmjs.org/axios/-/axios-0.17.1.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/localtunnel/node_modules/axios/package.json

+

+ +Dependency Hierarchy: + - browser-sync-2.26.5.tgz (Root Library) + - localtunnel-1.9.1.tgz + - :x: **axios-0.17.1.tgz** (Vulnerable Library) +

+
axios-0.18.0.tgz

+ +

Promise based HTTP client for the browser and node.js

+

Library home page: https://registry.npmjs.org/axios/-/axios-0.18.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/generator-jhipster/node_modules/axios/package.json

+

+ +Dependency Hierarchy: + - generator-jhipster-6.0.1.tgz (Root Library) + - :x: **axios-0.18.0.tgz** (Vulnerable Library) +

+ +

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +axios is vulnerable to Inefficient Regular Expression Complexity + +

Publish Date: 2021-08-31 +

URL: CVE-2021-3749

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://huntr.dev/bounties/1e8f07fc-c384-4ff9-8498-0690de2e8c31/

+

Release Date: 2021-08-31

+

Fix Resolution: axios - 0.21.2

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in axios tgz axios tgz cve high severity vulnerability vulnerable libraries axios tgz axios tgz axios tgz promise based http client for the browser and node js library home page a href path to dependency file package json path to vulnerable library node modules localtunnel node modules axios package json dependency hierarchy browser sync tgz root library localtunnel tgz x axios tgz vulnerable library axios tgz promise based http client for the browser and node js library home page a href path to dependency file package json path to vulnerable library node modules generator jhipster node modules axios package json dependency hierarchy generator jhipster tgz root library x axios tgz vulnerable library found in base branch master vulnerability details axios is vulnerable to inefficient regular expression 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 high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution axios step up your open source security game with whitesource ,0 +279070,24196422585.0,IssuesEvent,2022-09-24 00:53:58,ValveSoftware/Dota-2,https://api.github.com/repos/ValveSoftware/Dota-2,closed,"after many games, icons get shifted",Need Retest,"After many games, the icons get shifted: see the URL with the screenshot, in the bottom right, look at the icons of boosters. + +",1.0,"after many games, icons get shifted - After many games, the icons get shifted: see the URL with the screenshot, in the bottom right, look at the icons of boosters. + +",0,after many games icons get shifted after many games the icons get shifted see the url with the screenshot in the bottom right look at the icons of boosters ,0 +309019,23280075398.0,IssuesEvent,2022-08-05 11:08:34,ttukttak3/ttukttak,https://api.github.com/repos/ttukttak3/ttukttak,opened,"디자인 시안에 ""대여자""로만 명칭 기입됨",documentation frontend issue QA_v0.9,"## 💁 설명 + +- 대여관리 > 빌려준 내역(=대여내역) > 대여 현황 상세 페이지(ST1.3) & 대여 내역 페이지(ST1.4) +- 내가 대여자 (빌려준 사람)이므로, 상대는 ""차입자""로 명칭되어야합니다. (ex. 차입자와의 채팅, 차입자 프로필) + +## 개선 사항 +1. AS-IS : 대여자와의 채팅 TO-BE : 차입자와의 채팅 +2. AS-IS : 대여자와 프로필 TO-BE : 차입자 프로필 + +## 📌 스크린샷 +- 가능하다면 오류메세지나 동작결과에 대해 스크린샷을 첨부해주세요 +- + + +",1.0,"디자인 시안에 ""대여자""로만 명칭 기입됨 - ## 💁 설명 + +- 대여관리 > 빌려준 내역(=대여내역) > 대여 현황 상세 페이지(ST1.3) & 대여 내역 페이지(ST1.4) +- 내가 대여자 (빌려준 사람)이므로, 상대는 ""차입자""로 명칭되어야합니다. (ex. 차입자와의 채팅, 차입자 프로필) + +## 개선 사항 +1. AS-IS : 대여자와의 채팅 TO-BE : 차입자와의 채팅 +2. AS-IS : 대여자와 프로필 TO-BE : 차입자 프로필 + +## 📌 스크린샷 +- 가능하다면 오류메세지나 동작결과에 대해 스크린샷을 첨부해주세요 +- + + +",0,디자인 시안에 대여자 로만 명칭 기입됨 💁 설명 대여관리 빌려준 내역 대여내역 대여 현황 상세 페이지 대여 내역 페이지 내가 대여자 빌려준 사람 이므로 상대는 차입자 로 명칭되어야합니다 ex 차입자와의 채팅 차입자 프로필 개선 사항 as is 대여자와의 채팅 to be 차입자와의 채팅 as is 대여자와 프로필 to be 차입자 프로필 📌 스크린샷 가능하다면 오류메세지나 동작결과에 대해 스크린샷을 첨부해주세요 img width alt 대여현황 상세 복사본 src ,0 +10903,27450245411.0,IssuesEvent,2023-03-02 16:52:08,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Why move old records from Cosmos DB to Data Lake?,cxp assigned-to-author triaged product-question architecture-center/svc Pri1 azure-guide/subsvc,"You wrote, ""The records don't need to stay in Azure Cosmos DB indefinitely. Older deliveries can be archived — say, after a month."" +Please elaborate on why one would move old records from Cosmos DB to Data Lake. Is Data Lake storage less expensive? Is analysis less expensive in Data Lake? Does Data Lake have features lacking or less convenient in Cosmos DB? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: eb25545c-958f-99b0-b321-74e556ad4557 +* Version Independent ID: ebe36da6-a15f-f981-787d-8aa4307451a2 +* Content: [Data considerations for microservices - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/microservices/design/data-considerations) +* Content Source: [docs/microservices/design/data-considerations.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/microservices/design/data-considerations.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Why move old records from Cosmos DB to Data Lake? - You wrote, ""The records don't need to stay in Azure Cosmos DB indefinitely. Older deliveries can be archived — say, after a month."" +Please elaborate on why one would move old records from Cosmos DB to Data Lake. Is Data Lake storage less expensive? Is analysis less expensive in Data Lake? Does Data Lake have features lacking or less convenient in Cosmos DB? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: eb25545c-958f-99b0-b321-74e556ad4557 +* Version Independent ID: ebe36da6-a15f-f981-787d-8aa4307451a2 +* Content: [Data considerations for microservices - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/microservices/design/data-considerations) +* Content Source: [docs/microservices/design/data-considerations.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/microservices/design/data-considerations.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,why move old records from cosmos db to data lake you wrote the records don t need to stay in azure cosmos db indefinitely older deliveries can be archived — say after a month please elaborate on why one would move old records from cosmos db to data lake is data lake storage less expensive is analysis less expensive in data lake does data lake have features lacking or less convenient in cosmos db document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures ,1 +194204,22261890807.0,IssuesEvent,2022-06-10 01:48:46,Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2022-0492,https://api.github.com/repos/Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2022-0492,reopened,WS-2021-0529 (Medium) detected in linuxlinux-4.19.88,security vulnerability,"## WS-2021-0529 - Medium Severity Vulnerability +
Vulnerable Library - linuxlinux-4.19.88

+

+ +

The Linux Kernel

+

Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux

+

Found in HEAD commit: 8d2169763c8858bce8d07fbb569f01ef9b30383b

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (3) +

+

+ + /linux-4.19.72/drivers/md/persistent-data/dm-btree-remove.c + /linux-4.19.72/drivers/md/persistent-data/dm-btree-remove.c + /linux-4.19.72/drivers/md/persistent-data/dm-btree-remove.c +

+
+

+

+ +

+
Vulnerability Details +

+ +Linux/Kernel is vulnerable to use after free in rebalance_children() in ems_pcmcia_add_card() in drivers/md/persistent-data/dm-btree-remove.c + +

Publish Date: 2021-12-01 +

URL: WS-2021-0529

+

+
+

+
CVSS 3 Score Details (6.2) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - 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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://osv.dev/vulnerability/GSD-2021-1002737

+

Release Date: 2021-12-01

+

Fix Resolution: Linux/Kernel - v5.10.88, v5.15.11, v5.15.11

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"WS-2021-0529 (Medium) detected in linuxlinux-4.19.88 - ## WS-2021-0529 - Medium Severity Vulnerability +
Vulnerable Library - linuxlinux-4.19.88

+

+ +

The Linux Kernel

+

Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux

+

Found in HEAD commit: 8d2169763c8858bce8d07fbb569f01ef9b30383b

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (3) +

+

+ + /linux-4.19.72/drivers/md/persistent-data/dm-btree-remove.c + /linux-4.19.72/drivers/md/persistent-data/dm-btree-remove.c + /linux-4.19.72/drivers/md/persistent-data/dm-btree-remove.c +

+
+

+

+ +

+
Vulnerability Details +

+ +Linux/Kernel is vulnerable to use after free in rebalance_children() in ems_pcmcia_add_card() in drivers/md/persistent-data/dm-btree-remove.c + +

Publish Date: 2021-12-01 +

URL: WS-2021-0529

+

+
+

+
CVSS 3 Score Details (6.2) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - 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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://osv.dev/vulnerability/GSD-2021-1002737

+

Release Date: 2021-12-01

+

Fix Resolution: Linux/Kernel - v5.10.88, v5.15.11, v5.15.11

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,ws medium detected in linuxlinux ws medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files linux drivers md persistent data dm btree remove c linux drivers md persistent data dm btree remove c linux drivers md persistent data dm btree remove c vulnerability details linux kernel is vulnerable to use after free in rebalance children in ems pcmcia add card in drivers md persistent data dm btree remove c publish date url a href cvss score details base score metrics exploitability metrics attack vector local 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 linux kernel step up your open source security game with mend ,0 +64927,26916974193.0,IssuesEvent,2023-02-07 07:29:51,master-co/css,https://api.github.com/repos/master-co/css,opened,✨ Highlight `config.selectors` `config.mediaQueries` like docs,enhancement language service,"### Description + + +",1.0,"✨ Highlight `config.selectors` `config.mediaQueries` like docs - ### Description + + +",0,✨ highlight config selectors config mediaqueries like docs description img width alt screenshot at pm src ,0 +791856,27880118919.0,IssuesEvent,2023-03-21 18:43:03,AristurtleDev/monogame-aseprite,https://api.github.com/repos/AristurtleDev/monogame-aseprite,opened,Error when building content. Pipeline needs reference to MonoGame.Aserpite assembly,🐞 Bug ⚡ Priority: Critical 🆕 Status: New,"### Description + +When attempting to build any content using the `MonoGame.Aseprite.Content.Pipeline.dll` reference in the mgcb-editor, an exception is thrown stating that it has no reference to the assembly `MonoGame.Aseprite` + +### Steps to Reproduce + +1. Create new monogame project, type doesn't matter, scenario below uses desktop gl + +``` +mkdir ./example +cd ./example +dotnet new sln -n Example +dotnet new mgdesktopgl -n Example +dotnet sln add ./Example +cd ./Example +dotnet add package MonoGame.Aseprite --version 5.0.0 +dotnet restore +``` + +2. Open the mgcb-editor +``` +# from within the project directory +dotnet mgcb-editor ./Content/Content.mgcb +``` + +3. Add the `MonoGame.Aserpite.Content.Pipeline.dll` reference to the mgcb-editor as documented here https://monogameaseprite.net/docs/getting-started/setup-mgcb-editor + +4. Add an aseprite file as content +5. Choose any processor from the `MonoGame.Aserpite.Content.Pipeline.dll` reference + +### Expected Behavior + +The content builds as expected + +### Actual Behavior + +An exception is thrown stating that the `MonoGame.Aseprite` assembly could not be found + +### Configuration + +* Which version of .NET are you using? + * any +* Which version of MonoGame are you using? + * 3.8.1 +* Which version of Aseprite are you using? + * >= 1.2 +* What operating system and version, and what distro if applicable? + * any +* What is the architecture (x64, x64)? + * any + +### Other Information + +_No response_",1.0,"Error when building content. Pipeline needs reference to MonoGame.Aserpite assembly - ### Description + +When attempting to build any content using the `MonoGame.Aseprite.Content.Pipeline.dll` reference in the mgcb-editor, an exception is thrown stating that it has no reference to the assembly `MonoGame.Aseprite` + +### Steps to Reproduce + +1. Create new monogame project, type doesn't matter, scenario below uses desktop gl + +``` +mkdir ./example +cd ./example +dotnet new sln -n Example +dotnet new mgdesktopgl -n Example +dotnet sln add ./Example +cd ./Example +dotnet add package MonoGame.Aseprite --version 5.0.0 +dotnet restore +``` + +2. Open the mgcb-editor +``` +# from within the project directory +dotnet mgcb-editor ./Content/Content.mgcb +``` + +3. Add the `MonoGame.Aserpite.Content.Pipeline.dll` reference to the mgcb-editor as documented here https://monogameaseprite.net/docs/getting-started/setup-mgcb-editor + +4. Add an aseprite file as content +5. Choose any processor from the `MonoGame.Aserpite.Content.Pipeline.dll` reference + +### Expected Behavior + +The content builds as expected + +### Actual Behavior + +An exception is thrown stating that the `MonoGame.Aseprite` assembly could not be found + +### Configuration + +* Which version of .NET are you using? + * any +* Which version of MonoGame are you using? + * 3.8.1 +* Which version of Aseprite are you using? + * >= 1.2 +* What operating system and version, and what distro if applicable? + * any +* What is the architecture (x64, x64)? + * any + +### Other Information + +_No response_",0,error when building content pipeline needs reference to monogame aserpite assembly description when attempting to build any content using the monogame aseprite content pipeline dll reference in the mgcb editor an exception is thrown stating that it has no reference to the assembly monogame aseprite steps to reproduce create new monogame project type doesn t matter scenario below uses desktop gl mkdir example cd example dotnet new sln n example dotnet new mgdesktopgl n example dotnet sln add example cd example dotnet add package monogame aseprite version dotnet restore open the mgcb editor from within the project directory dotnet mgcb editor content content mgcb add the monogame aserpite content pipeline dll reference to the mgcb editor as documented here add an aseprite file as content choose any processor from the monogame aserpite content pipeline dll reference expected behavior the content builds as expected actual behavior an exception is thrown stating that the monogame aseprite assembly could not be found configuration which version of net are you using any which version of monogame are you using which version of aseprite are you using gt what operating system and version and what distro if applicable any what is the architecture any other information no response ,0 +9291,24363132077.0,IssuesEvent,2022-10-03 13:19:33,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Wrong Visio Link,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"The ""Download a Visio file of this architecture."" is referencing to the wrong file. +Please also check all other Sections unter ""Architectures"" since almost all of them reference to the same one. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain#feedback) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"Wrong Visio Link - The ""Download a Visio file of this architecture."" is referencing to the wrong file. +Please also check all other Sections unter ""Architectures"" since almost all of them reference to the same one. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain#feedback) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,wrong visio link the download a visio file of this architecture is referencing to the wrong file please also check all other sections unter architectures since almost all of them reference to the same one document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +10256,26614693509.0,IssuesEvent,2023-01-24 05:27:56,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Broken link to Visio Stencils,doc-bug cxp awaiting-product-team-response triaged architecture-center/svc Pri1,"The link to https://aka.ms/AzureDiagrams does not appear to be working giving a 502 error when clicked + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @Zimmergren +* Microsoft Alias: **tozimmergren**",1.0,"Broken link to Visio Stencils - The link to https://aka.ms/AzureDiagrams does not appear to be working giving a 502 error when clicked + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @Zimmergren +* Microsoft Alias: **tozimmergren**",1,broken link to visio stencils the link to does not appear to be working giving a error when clicked document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center github login zimmergren microsoft alias tozimmergren ,1 +4629,11464300331.0,IssuesEvent,2020-02-07 17:45:50,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Swap numbers,Pri1 architecture-center/svc assigned-to-author doc-bug needs-art triaged,"Hi, please swap bullet 7 and 8 in the Data Flow as they are currently incorrect + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f4aaadeb-76bf-55bf-0d25-92e50a05145a +* Version Independent ID: 476a24c1-7109-cb35-0a4e-31b5320b4906 +* Content: [Custom Mobile Workforce App - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/custom-mobile-workforce-app#feedback) +* Content Source: [docs/solution-ideas/articles/custom-mobile-workforce-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/custom-mobile-workforce-app.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Swap numbers - Hi, please swap bullet 7 and 8 in the Data Flow as they are currently incorrect + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f4aaadeb-76bf-55bf-0d25-92e50a05145a +* Version Independent ID: 476a24c1-7109-cb35-0a4e-31b5320b4906 +* Content: [Custom Mobile Workforce App - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/custom-mobile-workforce-app#feedback) +* Content Source: [docs/solution-ideas/articles/custom-mobile-workforce-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/custom-mobile-workforce-app.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,swap numbers hi please swap bullet and in the data flow as they are currently incorrect document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +5554,12699793867.0,IssuesEvent,2020-06-22 15:21:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing code example,Pri2 architecture-center/svc assigned-to-author solution-idea/subsvc triaged," +Should include a sample code example + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 608c01ec-d21f-7bdf-a700-7288222ad27c +* Version Independent ID: 94920b97-adc0-3899-f8bd-aff821f3435b +* Content: [Cross-platform Chat - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/cross-platform-chat) +* Content Source: [docs/solution-ideas/articles/cross-platform-chat.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/cross-platform-chat.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Missing code example - +Should include a sample code example + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 608c01ec-d21f-7bdf-a700-7288222ad27c +* Version Independent ID: 94920b97-adc0-3899-f8bd-aff821f3435b +* Content: [Cross-platform Chat - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/cross-platform-chat) +* Content Source: [docs/solution-ideas/articles/cross-platform-chat.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/cross-platform-chat.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,missing code example should include a sample code example document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +4637,11485007393.0,IssuesEvent,2020-02-11 06:08:27,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Very interesting,Pri2 architecture-center/svc cxp doc-enhancement triaged,"Please expand this one with some clear examples! This can lead to huge increase of business value! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4c16d9ca-f2e2-5f3a-7c01-9187c7b1f02b +* Version Independent ID: 0ad9169e-20ce-4370-17bb-615ae64db0e9 +* Content: [Demand Forecasting + Price Optimization - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/demand-forecasting-price-optimization-marketing#feedback) +* Content Source: [docs/solution-ideas/articles/demand-forecasting-price-optimization-marketing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/demand-forecasting-price-optimization-marketing.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Very interesting - Please expand this one with some clear examples! This can lead to huge increase of business value! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4c16d9ca-f2e2-5f3a-7c01-9187c7b1f02b +* Version Independent ID: 0ad9169e-20ce-4370-17bb-615ae64db0e9 +* Content: [Demand Forecasting + Price Optimization - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/demand-forecasting-price-optimization-marketing#feedback) +* Content Source: [docs/solution-ideas/articles/demand-forecasting-price-optimization-marketing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/demand-forecasting-price-optimization-marketing.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,very interesting please expand this one with some clear examples this can lead to huge increase of business value document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +546081,15984024377.0,IssuesEvent,2021-04-18 11:34:27,LorittaBot/Loritta,https://api.github.com/repos/LorittaBot/Loritta,opened,"If you use `+daily` in a guild, Loritta should use the server as priority for the daily multiplier",Module: Loritta (Discord) 🎀 Priority: Low Type: Enhancement ✨,Because some people don't like the randomness,1.0,"If you use `+daily` in a guild, Loritta should use the server as priority for the daily multiplier - Because some people don't like the randomness",0,if you use daily in a guild loritta should use the server as priority for the daily multiplier because some people don t like the randomness,0 +10622,27167383386.0,IssuesEvent,2023-02-17 16:21:52,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Architecture Diagram does not load,doc-bug assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"![image](https://user-images.githubusercontent.com/58551036/153572596-f08d114e-c345-44e5-9724-80821d4654dc.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: df354e21-f263-30a9-1a5c-1460f2bf16a9 +* Version Independent ID: 73d2f19b-00a0-fe4d-7042-15d27f586565 +* Content: [Web application monitoring on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/app-monitoring) +* Content Source: [docs/reference-architectures/app-service-web-app/app-monitoring.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/app-service-web-app/app-monitoring.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",2.0,"Architecture Diagram does not load - ![image](https://user-images.githubusercontent.com/58551036/153572596-f08d114e-c345-44e5-9724-80821d4654dc.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: df354e21-f263-30a9-1a5c-1460f2bf16a9 +* Version Independent ID: 73d2f19b-00a0-fe4d-7042-15d27f586565 +* Content: [Web application monitoring on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/app-monitoring) +* Content Source: [docs/reference-architectures/app-service-web-app/app-monitoring.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/app-service-web-app/app-monitoring.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,architecture diagram does not load document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias pnp ,1 +5985,13456176303.0,IssuesEvent,2020-09-09 07:27:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,The link to the MS Ignite session does not work,Pri2 architecture-center/svc cxp doc-bug solution-idea/subsvc triaged,"The doc links to this session - https://myignite.techcommunity.microsoft.com/sessions/81060?source=sessions but it's not available + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 09011510-4353-7237-6d31-e6451449d03f +* Version Independent ID: ac4f2053-f2a0-985a-1111-a44293192663 +* Content: [Big data analytics with Azure Data Explorer - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/big-data-azure-data-explorer) +* Content Source: [docs/solution-ideas/articles/big-data-azure-data-explorer.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/big-data-azure-data-explorer.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @orspod +* Microsoft Alias: **pnp**",1.0,"The link to the MS Ignite session does not work - The doc links to this session - https://myignite.techcommunity.microsoft.com/sessions/81060?source=sessions but it's not available + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 09011510-4353-7237-6d31-e6451449d03f +* Version Independent ID: ac4f2053-f2a0-985a-1111-a44293192663 +* Content: [Big data analytics with Azure Data Explorer - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/big-data-azure-data-explorer) +* Content Source: [docs/solution-ideas/articles/big-data-azure-data-explorer.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/big-data-azure-data-explorer.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @orspod +* Microsoft Alias: **pnp**",1,the link to the ms ignite session does not work the doc links to this session but it s not available document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login orspod microsoft alias pnp ,1 +290123,32035005731.0,IssuesEvent,2023-09-22 14:45:45,DimaMend/DemoCorp2,https://api.github.com/repos/DimaMend/DemoCorp2,opened,spring-context-5.1.1.RELEASE.jar: 4 vulnerabilities (highest severity is: 6.5),Mend: dependency security vulnerability,"
Vulnerable Library - spring-context-5.1.1.RELEASE.jar

+ +

Spring Context

+

Library home page: https://github.com/spring-projects/spring-framework

+

Path to dependency file: /pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-context/5.1.1.RELEASE/spring-context-5.1.1.RELEASE.jar

+

+ + +

Found in HEAD commit: 0240bcc883bd4a55e53213e465f1d0a0dc1d6007

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in (spring-context version) | Remediation Possible** | Reachability | +| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | --- | +| [CVE-2022-22950](https://www.mend.io/vulnerability-database/CVE-2022-22950) | Medium | 6.5 | spring-expression-5.1.1.RELEASE.jar | Transitive | 5.2.20.RELEASE | ✅| | +| [CVE-2023-20861](https://www.mend.io/vulnerability-database/CVE-2023-20861) | Medium | 6.5 | spring-expression-5.1.1.RELEASE.jar | Transitive | 5.2.23.RELEASE | ✅| | +| [CVE-2023-20863](https://www.mend.io/vulnerability-database/CVE-2023-20863) | Medium | 6.5 | spring-expression-5.1.1.RELEASE.jar | Transitive | 5.2.24.RELEASE | ✅| | +| [CVE-2022-22968](https://www.mend.io/vulnerability-database/CVE-2022-22968) | Medium | 5.3 | spring-context-5.1.1.RELEASE.jar | Direct | 5.2.21.RELEASE | ✅| | +

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

+ +## Details + +
+ + CVE-2022-22950 + + +### Vulnerable Library - spring-expression-5.1.1.RELEASE.jar

+ +

Spring Expression Language (SpEL)

+

Library home page: https://github.com/spring-projects/spring-framework

+

Path to dependency file: /pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.1.1.RELEASE/spring-expression-5.1.1.RELEASE.jar

+

+ +Dependency Hierarchy: + - spring-context-5.1.1.RELEASE.jar (Root Library) + - :x: **spring-expression-5.1.1.RELEASE.jar** (Vulnerable Library) +

Found in HEAD commit: 0240bcc883bd4a55e53213e465f1d0a0dc1d6007

+

Found in base branch: dev

+

+ +

+ +### Vulnerability Details +

+ +n Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition. + +

Publish Date: 2022-04-01 +

URL: CVE-2022-22950

+

+ +

+ +### CVSS 3 Score Details (6.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - 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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://tanzu.vmware.com/security/cve-2022-22950

+

Release Date: 2022-04-01

+

Fix Resolution (org.springframework:spring-expression): 5.2.20.RELEASE

+

Direct dependency fix Resolution (org.springframework:spring-context): 5.2.20.RELEASE

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation will be attempted for this issue. +
+ + CVE-2023-20861 + + +### Vulnerable Library - spring-expression-5.1.1.RELEASE.jar

+ +

Spring Expression Language (SpEL)

+

Library home page: https://github.com/spring-projects/spring-framework

+

Path to dependency file: /pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.1.1.RELEASE/spring-expression-5.1.1.RELEASE.jar

+

+ +Dependency Hierarchy: + - spring-context-5.1.1.RELEASE.jar (Root Library) + - :x: **spring-expression-5.1.1.RELEASE.jar** (Vulnerable Library) +

Found in HEAD commit: 0240bcc883bd4a55e53213e465f1d0a0dc1d6007

+

Found in base branch: dev

+

+ +

+ +### Vulnerability Details +

+ +In Spring Framework versions 6.0.0 - 6.0.6, 5.3.0 - 5.3.25, 5.2.0.RELEASE - 5.2.22.RELEASE, and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial-of-service (DoS) condition. + +

Publish Date: 2023-03-23 +

URL: CVE-2023-20861

+

+ +

+ +### CVSS 3 Score Details (6.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - 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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://spring.io/security/cve-2023-20861

+

Release Date: 2023-03-23

+

Fix Resolution (org.springframework:spring-expression): 5.2.23.RELEASE

+

Direct dependency fix Resolution (org.springframework:spring-context): 5.2.23.RELEASE

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation will be attempted for this issue. +
+ + CVE-2023-20863 + + +### Vulnerable Library - spring-expression-5.1.1.RELEASE.jar

+ +

Spring Expression Language (SpEL)

+

Library home page: https://github.com/spring-projects/spring-framework

+

Path to dependency file: /pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.1.1.RELEASE/spring-expression-5.1.1.RELEASE.jar

+

+ +Dependency Hierarchy: + - spring-context-5.1.1.RELEASE.jar (Root Library) + - :x: **spring-expression-5.1.1.RELEASE.jar** (Vulnerable Library) +

Found in HEAD commit: 0240bcc883bd4a55e53213e465f1d0a0dc1d6007

+

Found in base branch: dev

+

+ +

+ +### Vulnerability Details +

+ +In spring framework versions prior to 5.2.24 release+ ,5.3.27+ and 6.0.8+ , it is possible for a user to provide a specially crafted SpEL expression that may cause a denial-of-service (DoS) condition. + +

Publish Date: 2023-04-13 +

URL: CVE-2023-20863

+

+ +

+ +### CVSS 3 Score Details (6.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - 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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://spring.io/security/cve-2023-20863

+

Release Date: 2023-04-13

+

Fix Resolution (org.springframework:spring-expression): 5.2.24.RELEASE

+

Direct dependency fix Resolution (org.springframework:spring-context): 5.2.24.RELEASE

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation will be attempted for this issue. +
+ + CVE-2022-22968 + + +### Vulnerable Library - spring-context-5.1.1.RELEASE.jar

+ +

Spring Context

+

Library home page: https://github.com/spring-projects/spring-framework

+

Path to dependency file: /pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-context/5.1.1.RELEASE/spring-context-5.1.1.RELEASE.jar

+

+ +Dependency Hierarchy: + - :x: **spring-context-5.1.1.RELEASE.jar** (Vulnerable Library) +

Found in HEAD commit: 0240bcc883bd4a55e53213e465f1d0a0dc1d6007

+

Found in base branch: dev

+

+ +

+ +### Vulnerability Details +

+ +In Spring Framework versions 5.3.0 - 5.3.18, 5.2.0 - 5.2.20, and older unsupported versions, the patterns for disallowedFields on a DataBinder are case sensitive which means a field is not effectively protected unless it is listed with both upper and lower case for the first character of the field, including upper and lower case for the first character of all nested fields within the property path. + +

Publish Date: 2022-04-14 +

URL: CVE-2022-22968

+

+ +

+ +### CVSS 3 Score Details (5.3) +

+ +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: Low + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://tanzu.vmware.com/security/cve-2022-22968

+

Release Date: 2022-04-14

+

Fix Resolution: 5.2.21.RELEASE

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation will be attempted for this issue. +
+ +*** + +

:rescue_worker_helmet:Automatic Remediation will be attempted for this issue.

",True,"spring-context-5.1.1.RELEASE.jar: 4 vulnerabilities (highest severity is: 6.5) -
Vulnerable Library - spring-context-5.1.1.RELEASE.jar

+ +

Spring Context

+

Library home page: https://github.com/spring-projects/spring-framework

+

Path to dependency file: /pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-context/5.1.1.RELEASE/spring-context-5.1.1.RELEASE.jar

+

+ + +

Found in HEAD commit: 0240bcc883bd4a55e53213e465f1d0a0dc1d6007

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in (spring-context version) | Remediation Possible** | Reachability | +| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | --- | +| [CVE-2022-22950](https://www.mend.io/vulnerability-database/CVE-2022-22950) | Medium | 6.5 | spring-expression-5.1.1.RELEASE.jar | Transitive | 5.2.20.RELEASE | ✅| | +| [CVE-2023-20861](https://www.mend.io/vulnerability-database/CVE-2023-20861) | Medium | 6.5 | spring-expression-5.1.1.RELEASE.jar | Transitive | 5.2.23.RELEASE | ✅| | +| [CVE-2023-20863](https://www.mend.io/vulnerability-database/CVE-2023-20863) | Medium | 6.5 | spring-expression-5.1.1.RELEASE.jar | Transitive | 5.2.24.RELEASE | ✅| | +| [CVE-2022-22968](https://www.mend.io/vulnerability-database/CVE-2022-22968) | Medium | 5.3 | spring-context-5.1.1.RELEASE.jar | Direct | 5.2.21.RELEASE | ✅| | +

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

+ +## Details + +
+ + CVE-2022-22950 + + +### Vulnerable Library - spring-expression-5.1.1.RELEASE.jar

+ +

Spring Expression Language (SpEL)

+

Library home page: https://github.com/spring-projects/spring-framework

+

Path to dependency file: /pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.1.1.RELEASE/spring-expression-5.1.1.RELEASE.jar

+

+ +Dependency Hierarchy: + - spring-context-5.1.1.RELEASE.jar (Root Library) + - :x: **spring-expression-5.1.1.RELEASE.jar** (Vulnerable Library) +

Found in HEAD commit: 0240bcc883bd4a55e53213e465f1d0a0dc1d6007

+

Found in base branch: dev

+

+ +

+ +### Vulnerability Details +

+ +n Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition. + +

Publish Date: 2022-04-01 +

URL: CVE-2022-22950

+

+ +

+ +### CVSS 3 Score Details (6.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - 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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://tanzu.vmware.com/security/cve-2022-22950

+

Release Date: 2022-04-01

+

Fix Resolution (org.springframework:spring-expression): 5.2.20.RELEASE

+

Direct dependency fix Resolution (org.springframework:spring-context): 5.2.20.RELEASE

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation will be attempted for this issue. +
+ + CVE-2023-20861 + + +### Vulnerable Library - spring-expression-5.1.1.RELEASE.jar

+ +

Spring Expression Language (SpEL)

+

Library home page: https://github.com/spring-projects/spring-framework

+

Path to dependency file: /pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.1.1.RELEASE/spring-expression-5.1.1.RELEASE.jar

+

+ +Dependency Hierarchy: + - spring-context-5.1.1.RELEASE.jar (Root Library) + - :x: **spring-expression-5.1.1.RELEASE.jar** (Vulnerable Library) +

Found in HEAD commit: 0240bcc883bd4a55e53213e465f1d0a0dc1d6007

+

Found in base branch: dev

+

+ +

+ +### Vulnerability Details +

+ +In Spring Framework versions 6.0.0 - 6.0.6, 5.3.0 - 5.3.25, 5.2.0.RELEASE - 5.2.22.RELEASE, and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial-of-service (DoS) condition. + +

Publish Date: 2023-03-23 +

URL: CVE-2023-20861

+

+ +

+ +### CVSS 3 Score Details (6.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - 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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://spring.io/security/cve-2023-20861

+

Release Date: 2023-03-23

+

Fix Resolution (org.springframework:spring-expression): 5.2.23.RELEASE

+

Direct dependency fix Resolution (org.springframework:spring-context): 5.2.23.RELEASE

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation will be attempted for this issue. +
+ + CVE-2023-20863 + + +### Vulnerable Library - spring-expression-5.1.1.RELEASE.jar

+ +

Spring Expression Language (SpEL)

+

Library home page: https://github.com/spring-projects/spring-framework

+

Path to dependency file: /pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.1.1.RELEASE/spring-expression-5.1.1.RELEASE.jar

+

+ +Dependency Hierarchy: + - spring-context-5.1.1.RELEASE.jar (Root Library) + - :x: **spring-expression-5.1.1.RELEASE.jar** (Vulnerable Library) +

Found in HEAD commit: 0240bcc883bd4a55e53213e465f1d0a0dc1d6007

+

Found in base branch: dev

+

+ +

+ +### Vulnerability Details +

+ +In spring framework versions prior to 5.2.24 release+ ,5.3.27+ and 6.0.8+ , it is possible for a user to provide a specially crafted SpEL expression that may cause a denial-of-service (DoS) condition. + +

Publish Date: 2023-04-13 +

URL: CVE-2023-20863

+

+ +

+ +### CVSS 3 Score Details (6.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - 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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://spring.io/security/cve-2023-20863

+

Release Date: 2023-04-13

+

Fix Resolution (org.springframework:spring-expression): 5.2.24.RELEASE

+

Direct dependency fix Resolution (org.springframework:spring-context): 5.2.24.RELEASE

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation will be attempted for this issue. +
+ + CVE-2022-22968 + + +### Vulnerable Library - spring-context-5.1.1.RELEASE.jar

+ +

Spring Context

+

Library home page: https://github.com/spring-projects/spring-framework

+

Path to dependency file: /pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-context/5.1.1.RELEASE/spring-context-5.1.1.RELEASE.jar

+

+ +Dependency Hierarchy: + - :x: **spring-context-5.1.1.RELEASE.jar** (Vulnerable Library) +

Found in HEAD commit: 0240bcc883bd4a55e53213e465f1d0a0dc1d6007

+

Found in base branch: dev

+

+ +

+ +### Vulnerability Details +

+ +In Spring Framework versions 5.3.0 - 5.3.18, 5.2.0 - 5.2.20, and older unsupported versions, the patterns for disallowedFields on a DataBinder are case sensitive which means a field is not effectively protected unless it is listed with both upper and lower case for the first character of the field, including upper and lower case for the first character of all nested fields within the property path. + +

Publish Date: 2022-04-14 +

URL: CVE-2022-22968

+

+ +

+ +### CVSS 3 Score Details (5.3) +

+ +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: Low + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://tanzu.vmware.com/security/cve-2022-22968

+

Release Date: 2022-04-14

+

Fix Resolution: 5.2.21.RELEASE

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation will be attempted for this issue. +
+ +*** + +

:rescue_worker_helmet:Automatic Remediation will be attempted for this issue.

",0,spring context release jar vulnerabilities highest severity is vulnerable library spring context release jar spring context library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org springframework spring context release spring context release jar found in head commit a href vulnerabilities cve severity cvss dependency type fixed in spring context version remediation possible reachability medium spring expression release jar transitive release medium spring expression release jar transitive release medium spring expression release jar transitive release medium spring context release jar direct release in some cases remediation pr cannot be created automatically for a vulnerability despite the availability of remediation details cve vulnerable library spring expression release jar spring expression language spel library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org springframework spring expression release spring expression release jar dependency hierarchy spring context release jar root library x spring expression release jar vulnerable library found in head commit a href found in base branch dev vulnerability details n spring framework versions and older unsupported versions it is possible for a user to provide a specially crafted spel expression that may cause a denial of service condition publish date url a href cvss score details base score metrics exploitability metrics attack vector network 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 org springframework spring expression release direct dependency fix resolution org springframework spring context release rescue worker helmet automatic remediation will be attempted for this issue cve vulnerable library spring expression release jar spring expression language spel library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org springframework spring expression release spring expression release jar dependency hierarchy spring context release jar root library x spring expression release jar vulnerable library found in head commit a href found in base branch dev vulnerability details in spring framework versions release release and older unsupported versions it is possible for a user to provide a specially crafted spel expression that may cause a denial of service dos condition publish date url a href cvss score details base score metrics exploitability metrics attack vector network 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 org springframework spring expression release direct dependency fix resolution org springframework spring context release rescue worker helmet automatic remediation will be attempted for this issue cve vulnerable library spring expression release jar spring expression language spel library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org springframework spring expression release spring expression release jar dependency hierarchy spring context release jar root library x spring expression release jar vulnerable library found in head commit a href found in base branch dev vulnerability details in spring framework versions prior to release and it is possible for a user to provide a specially crafted spel expression that may cause a denial of service dos condition publish date url a href cvss score details base score metrics exploitability metrics attack vector network 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 org springframework spring expression release direct dependency fix resolution org springframework spring context release rescue worker helmet automatic remediation will be attempted for this issue cve vulnerable library spring context release jar spring context library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org springframework spring context release spring context release jar dependency hierarchy x spring context release jar vulnerable library found in head commit a href found in base branch dev vulnerability details in spring framework versions and older unsupported versions the patterns for disallowedfields on a databinder are case sensitive which means a field is not effectively protected unless it is listed with both upper and lower case for the first character of the field including upper and lower case for the first character of all nested fields within the property path 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 low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution release rescue worker helmet automatic remediation will be attempted for this issue rescue worker helmet automatic remediation will be attempted for this issue ,0 +7426,17782945450.0,IssuesEvent,2021-08-31 07:40:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Can you expand on data flow item 8?,assigned-to-author triaged product-question architecture-center/svc Pri2 solution-idea/subsvc," +I would like to know with more details how/if can Databricks output data to a CosmosDB that uses mongo API. Its the item number 8 on the architecture + +Thank in advance. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b4bb287-fa40-af1d-0af9-e8bc30cfb33e +* Version Independent ID: 12ab4c06-2e95-bb73-f62a-2d1eb79bc735 +* Content: [Real Time Analytics on Big Data Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics) +* Content Source: [docs/solution-ideas/articles/real-time-analytics.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/real-time-analytics.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Can you expand on data flow item 8? - +I would like to know with more details how/if can Databricks output data to a CosmosDB that uses mongo API. Its the item number 8 on the architecture + +Thank in advance. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b4bb287-fa40-af1d-0af9-e8bc30cfb33e +* Version Independent ID: 12ab4c06-2e95-bb73-f62a-2d1eb79bc735 +* Content: [Real Time Analytics on Big Data Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics) +* Content Source: [docs/solution-ideas/articles/real-time-analytics.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/real-time-analytics.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,can you expand on data flow item i would like to know with more details how if can databricks output data to a cosmosdb that uses mongo api its the item number on the architecture thank in advance document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +80247,15373994947.0,IssuesEvent,2021-03-02 13:18:31,STORM-IRIT/Radium-Engine,https://api.github.com/repos/STORM-IRIT/Radium-Engine,closed,usage of [[deprecated]],code style enhancement,"There is several methods marked as `[[depreceated]]` while no other alternative are proposed yet. +For instance [here](https://github.com/STORM-IRIT/Radium-Engine/blob/6bd1877ac4010e6f986049c3805154dad7775f20/src/Engine/RadiumEngine.hpp#L115). + +I think we can mark a warning in comments, but deprecated is better used only when an alternative is already available, to allow smooth transition. I prefer to have zero warning compilation on my code, and with theses ""pre-deprecation"" mark it is not possible (well actually I remove deprecation warning, but it is not a satisfactory option)",1.0,"usage of [[deprecated]] - There is several methods marked as `[[depreceated]]` while no other alternative are proposed yet. +For instance [here](https://github.com/STORM-IRIT/Radium-Engine/blob/6bd1877ac4010e6f986049c3805154dad7775f20/src/Engine/RadiumEngine.hpp#L115). + +I think we can mark a warning in comments, but deprecated is better used only when an alternative is already available, to allow smooth transition. I prefer to have zero warning compilation on my code, and with theses ""pre-deprecation"" mark it is not possible (well actually I remove deprecation warning, but it is not a satisfactory option)",0,usage of there is several methods marked as while no other alternative are proposed yet for instance i think we can mark a warning in comments but deprecated is better used only when an alternative is already available to allow smooth transition i prefer to have zero warning compilation on my code and with theses pre deprecation mark it is not possible well actually i remove deprecation warning but it is not a satisfactory option ,0 +3886,10239656187.0,IssuesEvent,2019-08-19 18:47:41,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing App service / SQL,architecture-center/svc assigned-to-author doc-enhancement triaged,"Hi, + +I am missing quite some resourcetypes in the Naming rules and restrictions. Especially for App service and SQL. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#feedback) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/mspnp/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1.0,"Missing App service / SQL - Hi, + +I am missing quite some resourcetypes in the Naming rules and restrictions. Especially for App service and SQL. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#feedback) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/mspnp/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,missing app service sql hi i am missing quite some resourcetypes in the naming rules and restrictions especially for app service and sql document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login telmosampaio microsoft alias pnp ,1 +5764,13132725539.0,IssuesEvent,2020-08-06 19:28:46,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Consider adding Pulumi to infrastructure deployment,Pri2 architecture-center/svc assigned-to-author doc-enhancement triaged well-architected/subsvc,"[Pulumi](https://www.pulumi.com) is another tool for infrastructure deployment. It is Infrastructure as Software rather than IaC, with a hybrid imperative/declarative style, where you can deploy infrastructure using many programming languages. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5490ef64-9b6d-59be-1e9b-a2b2d10388b2 +* Version Independent ID: 4e37976c-47f3-1481-b312-e7be38f93e07 +* Content: [Infrastructure Deployment - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/iac) +* Content Source: [docs/framework/devops/iac.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/devops/iac.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @Jose-Moreno +* Microsoft Alias: **pnp**",1.0,"Consider adding Pulumi to infrastructure deployment - [Pulumi](https://www.pulumi.com) is another tool for infrastructure deployment. It is Infrastructure as Software rather than IaC, with a hybrid imperative/declarative style, where you can deploy infrastructure using many programming languages. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5490ef64-9b6d-59be-1e9b-a2b2d10388b2 +* Version Independent ID: 4e37976c-47f3-1481-b312-e7be38f93e07 +* Content: [Infrastructure Deployment - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/iac) +* Content Source: [docs/framework/devops/iac.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/devops/iac.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @Jose-Moreno +* Microsoft Alias: **pnp**",1,consider adding pulumi to infrastructure deployment is another tool for infrastructure deployment it is infrastructure as software rather than iac with a hybrid imperative declarative style where you can deploy infrastructure using many programming languages document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login jose moreno microsoft alias pnp ,1 +9113,24053070414.0,IssuesEvent,2022-09-16 14:24:43,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Root Management Group Doc Conflict,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 well-architected/subsvc," +The following guidance conflicts with the Enterprise Scale Landing Zone guidance [here](https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/enterprise-scale/management-group-and-subscription-organization) + +The recommended approach is to use these management groups: + +- Root management group for enterprise-wide resources. +Use the root management group to include identities that have the requirement to apply policies across every resource. For example, regulatory requirements, such as restrictions related to data sovereignty. This group is effective in by applying policies, permissions, tags, across all subscriptions. + +We shouldn’t be recommending customer to assign policies at the root management group (at least as a blanket recommendation) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 847ac2f6-75b1-bd29-334d-ac3cb18a7cd8 +* Version Independent ID: 6043ad51-542e-9196-0028-7b7c633fcc49 +* Content: [Security management groups - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/security/design-management-groups) +* Content Source: [docs/framework/security/design-management-groups.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/design-management-groups.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1.0,"Root Management Group Doc Conflict - +The following guidance conflicts with the Enterprise Scale Landing Zone guidance [here](https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/enterprise-scale/management-group-and-subscription-organization) + +The recommended approach is to use these management groups: + +- Root management group for enterprise-wide resources. +Use the root management group to include identities that have the requirement to apply policies across every resource. For example, regulatory requirements, such as restrictions related to data sovereignty. This group is effective in by applying policies, permissions, tags, across all subscriptions. + +We shouldn’t be recommending customer to assign policies at the root management group (at least as a blanket recommendation) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 847ac2f6-75b1-bd29-334d-ac3cb18a7cd8 +* Version Independent ID: 6043ad51-542e-9196-0028-7b7c633fcc49 +* Content: [Security management groups - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/security/design-management-groups) +* Content Source: [docs/framework/security/design-management-groups.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/design-management-groups.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,root management group doc conflict the following guidance conflicts with the enterprise scale landing zone guidance the recommended approach is to use these management groups root management group for enterprise wide resources use the root management group to include identities that have the requirement to apply policies across every resource for example regulatory requirements such as restrictions related to data sovereignty this group is effective in by applying policies permissions tags across all subscriptions we shouldn’t be recommending customer to assign policies at the root management group at least as a blanket recommendation document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login pagewriter msft microsoft alias pnp ,1 +4992,11942132012.0,IssuesEvent,2020-04-02 19:42:56,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Characteristics of SOA,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"Will it be better to list characteristics of SOA here too as a comparsion? + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 78a7e7bd-23f3-a39f-9015-b77f14bb43e5 +* Version Independent ID: 0ac34e7e-315f-2452-bf0a-74e9b1068c38 +* Content: [Microservices architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-gb/azure/architecture/guide/architecture-styles/microservices) +* Content Source: [docs/guide/architecture-styles/microservices.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/architecture-styles/microservices.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"Characteristics of SOA - Will it be better to list characteristics of SOA here too as a comparsion? + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 78a7e7bd-23f3-a39f-9015-b77f14bb43e5 +* Version Independent ID: 0ac34e7e-315f-2452-bf0a-74e9b1068c38 +* Content: [Microservices architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-gb/azure/architecture/guide/architecture-styles/microservices) +* Content Source: [docs/guide/architecture-styles/microservices.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/architecture-styles/microservices.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,characteristics of soa will it be better to list characteristics of soa here too as a comparsion document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login mikewasson microsoft alias pnp ,1 +10142,26383552650.0,IssuesEvent,2023-01-12 10:28:54,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing Icon: Azure Machine Learning,doc-enhancement triaged architecture-center/svc Pri2,"Missing Icon: Azure Machine Learning + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Missing Icon: Azure Machine Learning - Missing Icon: Azure Machine Learning + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,missing icon azure machine learning missing icon azure machine learning document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +127786,17362695806.0,IssuesEvent,2021-07-29 23:54:08,flutter/flutter,https://api.github.com/repos/flutter/flutter,closed,Bottom navigation bar tiles/icons are spread too far apart on tablet or widescreen devices,P4 a: fidelity a: tablet f: material design found in release: 1.22 found in release: 1.26 framework has reproducible steps waiting for PR to land (fixed),"When using BottomNavigationBar, the tiles/icons/items are **spread too far apart on tablet devices**, which is a bit weird. On phones/narrow screen devices (width <400), it looks okay though. + +I tried implementing a custom bottom navigation bar using codes from Flutter's built bottom navigation bar: +![screenshot_1551269395](https://user-images.githubusercontent.com/13560209/53489619-9b9ce180-3acc-11e9-807f-e91a80eadd70.png) + +I'm willing to take this if this is something that makes sense. + +I'm on flutter 1.0.",1.0,"Bottom navigation bar tiles/icons are spread too far apart on tablet or widescreen devices - When using BottomNavigationBar, the tiles/icons/items are **spread too far apart on tablet devices**, which is a bit weird. On phones/narrow screen devices (width <400), it looks okay though. + +I tried implementing a custom bottom navigation bar using codes from Flutter's built bottom navigation bar: +![screenshot_1551269395](https://user-images.githubusercontent.com/13560209/53489619-9b9ce180-3acc-11e9-807f-e91a80eadd70.png) + +I'm willing to take this if this is something that makes sense. + +I'm on flutter 1.0.",0,bottom navigation bar tiles icons are spread too far apart on tablet or widescreen devices when using bottomnavigationbar the tiles icons items are spread too far apart on tablet devices which is a bit weird on phones narrow screen devices width it looks okay though i tried implementing a custom bottom navigation bar using codes from flutter s built bottom navigation bar i m willing to take this if this is something that makes sense i m on flutter ,0 +192115,6846838054.0,IssuesEvent,2017-11-13 13:35:37,antoinecarme/sklearn2sql_heroku,https://api.github.com/repos/antoinecarme/sklearn2sql_heroku,opened,Demo script does not work,class:bug priority:high topic:User_Support,"The sample script given of the main page does not work. + +Output : +``` +python ./tests/demo.py +Traceback (most recent call last): + File ""/home/travis/virtualenv/python3.5.3/lib/python3.5/site-packages/urllib3/connection.py"", line 141, in _new_conn + (self.host, self.port), self.timeout, **extra_kw) + File ""/home/travis/virtualenv/python3.5.3/lib/python3.5/site-packages/urllib3/util/connection.py"", line 83, in create_connection + raise err + File ""/home/travis/virtualenv/python3.5.3/lib/python3.5/site-packages/urllib3/util/connection.py"", line 73, in create_connection + sock.connect(sa) +ConnectionRefusedError: [Errno 111] Connection refused +``` + +travis-ci logs are also failing : + +https://travis-ci.org/antoinecarme/sklearn2sql_heroku + +![image](https://user-images.githubusercontent.com/16481992/32728258-e37390fa-c87f-11e7-8e13-49a506a96116.png) + ",1.0,"Demo script does not work - The sample script given of the main page does not work. + +Output : +``` +python ./tests/demo.py +Traceback (most recent call last): + File ""/home/travis/virtualenv/python3.5.3/lib/python3.5/site-packages/urllib3/connection.py"", line 141, in _new_conn + (self.host, self.port), self.timeout, **extra_kw) + File ""/home/travis/virtualenv/python3.5.3/lib/python3.5/site-packages/urllib3/util/connection.py"", line 83, in create_connection + raise err + File ""/home/travis/virtualenv/python3.5.3/lib/python3.5/site-packages/urllib3/util/connection.py"", line 73, in create_connection + sock.connect(sa) +ConnectionRefusedError: [Errno 111] Connection refused +``` + +travis-ci logs are also failing : + +https://travis-ci.org/antoinecarme/sklearn2sql_heroku + +![image](https://user-images.githubusercontent.com/16481992/32728258-e37390fa-c87f-11e7-8e13-49a506a96116.png) + ",0,demo script does not work the sample script given of the main page does not work output python tests demo py traceback most recent call last file home travis virtualenv lib site packages connection py line in new conn self host self port self timeout extra kw file home travis virtualenv lib site packages util connection py line in create connection raise err file home travis virtualenv lib site packages util connection py line in create connection sock connect sa connectionrefusederror connection refused travis ci logs are also failing ,0 +3880,10239379356.0,IssuesEvent,2019-08-19 18:06:07,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Please update to reference Azure Functions,architecture-center/svc assigned-to-author doc-enhancement triaged,"Thank you for this doc, has lots of good general info regarding implementing background processing. + +Please update to reference Azure Functions. Please also update to replace references for depreciated Azure Scheduler to instead reference Scheduled Azure Functions and/or Azure Logic Apps Scheduler. + +Thanks! + +aaronse + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 50a65e47-b024-0c7c-0ee9-21ff095abafd +* Version Independent ID: a764689a-168d-dcef-a297-c47f84ea2d12 +* Content: [Background jobs guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/background-jobs#schedule-driven-triggers) +* Content Source: [docs/best-practices/background-jobs.md](https://github.com/mspnp/architecture-center/blob/master/docs/best-practices/background-jobs.md) +* Service: **architecture-center** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Please update to reference Azure Functions - Thank you for this doc, has lots of good general info regarding implementing background processing. + +Please update to reference Azure Functions. Please also update to replace references for depreciated Azure Scheduler to instead reference Scheduled Azure Functions and/or Azure Logic Apps Scheduler. + +Thanks! + +aaronse + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 50a65e47-b024-0c7c-0ee9-21ff095abafd +* Version Independent ID: a764689a-168d-dcef-a297-c47f84ea2d12 +* Content: [Background jobs guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/background-jobs#schedule-driven-triggers) +* Content Source: [docs/best-practices/background-jobs.md](https://github.com/mspnp/architecture-center/blob/master/docs/best-practices/background-jobs.md) +* Service: **architecture-center** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,please update to reference azure functions thank you for this doc has lots of good general info regarding implementing background processing please update to reference azure functions please also update to replace references for depreciated azure scheduler to instead reference scheduled azure functions and or azure logic apps scheduler thanks aaronse document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id dcef content content source service architecture center github login microsoft alias pnp ,1 +10410,26943691990.0,IssuesEvent,2023-02-08 05:46:53,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Unclear description,cxp triaged product-question architecture-center/svc Pri1 azure-guide/subsvc," +""Azure Synapse Analytics, Azure Data Explorer, HBase, Spark, or Hive. Processed real-time data can be stored in a relational database **such** Synapse Analytics, Azure Data Explorer, a NoSQL store such as HBase, or as files in distributed storage over which Spark or Hive tables can be defined and queried."" +There is probably an error here. Maybe ""by"" should be in place of ""such""? Still, the phrase is not clear. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 830e1782-9caa-3533-10a0-85a3d4483d24 +* Version Independent ID: d66583fa-188c-9dce-b6fd-84b34c0bf315 +* Content: [Real-time processing - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/data-guide/big-data/real-time-processing) +* Content Source: [docs/data-guide/big-data/real-time-processing.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-guide/big-data/real-time-processing.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1.0,"Unclear description - +""Azure Synapse Analytics, Azure Data Explorer, HBase, Spark, or Hive. Processed real-time data can be stored in a relational database **such** Synapse Analytics, Azure Data Explorer, a NoSQL store such as HBase, or as files in distributed storage over which Spark or Hive tables can be defined and queried."" +There is probably an error here. Maybe ""by"" should be in place of ""such""? Still, the phrase is not clear. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 830e1782-9caa-3533-10a0-85a3d4483d24 +* Version Independent ID: d66583fa-188c-9dce-b6fd-84b34c0bf315 +* Content: [Real-time processing - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/data-guide/big-data/real-time-processing) +* Content Source: [docs/data-guide/big-data/real-time-processing.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-guide/big-data/real-time-processing.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1,unclear description azure synapse analytics azure data explorer hbase spark or hive processed real time data can be stored in a relational database such synapse analytics azure data explorer a nosql store such as hbase or as files in distributed storage over which spark or hive tables can be defined and queried there is probably an error here maybe by should be in place of such still the phrase is not clear document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login martinekuan microsoft alias architectures ,1 +5050,11995378367.0,IssuesEvent,2020-04-08 15:07:14,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Broken links,Pri1 architecture-center/svc cxp reference-architecture/subsvc triaged,"The following two links are broken: +[Azure Load Balancer Pricing][az-lb-pricing] +[Azure Monitor Pricing][az-monitor-pricing] + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5e2e444-d6b9-962e-56d4-8d1f3508ba9e +* Version Independent ID: 061ea6aa-353b-a98d-cbf6-639209a5fd1b +* Content: [Microservices architecture on Azure Kubernetes Service (AKS) - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/microservices/aks#feedback) +* Content Source: [docs/reference-architectures/microservices/aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/microservices/aks.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Broken links - The following two links are broken: +[Azure Load Balancer Pricing][az-lb-pricing] +[Azure Monitor Pricing][az-monitor-pricing] + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5e2e444-d6b9-962e-56d4-8d1f3508ba9e +* Version Independent ID: 061ea6aa-353b-a98d-cbf6-639209a5fd1b +* Content: [Microservices architecture on Azure Kubernetes Service (AKS) - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/microservices/aks#feedback) +* Content Source: [docs/reference-architectures/microservices/aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/microservices/aks.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,broken links the following two links are broken document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +5925,13303370444.0,IssuesEvent,2020-08-25 15:25:33,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure Sentinel Icons,Pri2 architecture-center/svc assigned-to-author doc-enhancement triaged," +I cannot find any azure sentinel icons in the Icon sets. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Azure Sentinel Icons - +I cannot find any azure sentinel icons in the Icon sets. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,azure sentinel icons i cannot find any azure sentinel icons in the icon sets document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +7090,16495283325.0,IssuesEvent,2021-05-25 09:42:11,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure firewall private IP mismatch,architecture-center/svc assigned-to-author doc-bug example-scenario/subsvc triaged," +Diagram under title 'Azure Firewall only' says private IP of firewall is **192.168.100.4** but in content (bullet point 2) says IP is **192.168.100.7**. It's a typo error and the same error is throughout the whole page. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bb4e04dc-fc84-e958-89a8-e144ed5564b0 +* Version Independent ID: 795ef2fa-a126-8ded-d75d-3eb8811f4a23 +* Content: [Firewall and Application Gateway for virtual networks - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/gateway/firewall-application-gateway) +* Content Source: [docs/example-scenario/gateway/firewall-application-gateway.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/gateway/firewall-application-gateway.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @erjosito +* Microsoft Alias: **pnp**",1.0,"Azure firewall private IP mismatch - +Diagram under title 'Azure Firewall only' says private IP of firewall is **192.168.100.4** but in content (bullet point 2) says IP is **192.168.100.7**. It's a typo error and the same error is throughout the whole page. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bb4e04dc-fc84-e958-89a8-e144ed5564b0 +* Version Independent ID: 795ef2fa-a126-8ded-d75d-3eb8811f4a23 +* Content: [Firewall and Application Gateway for virtual networks - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/gateway/firewall-application-gateway) +* Content Source: [docs/example-scenario/gateway/firewall-application-gateway.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/gateway/firewall-application-gateway.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @erjosito +* Microsoft Alias: **pnp**",1,azure firewall private ip mismatch diagram under title azure firewall only says private ip of firewall is but in content bullet point says ip is it s a typo error and the same error is throughout the whole page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login erjosito microsoft alias pnp ,1 +188879,15172659496.0,IssuesEvent,2021-02-13 10:20:19,stevenkl/tcl.go,https://api.github.com/repos/stevenkl/tcl.go,opened,Dokumentation für tcl generieren,documentation,Für alle verfügbaren tcl commands und Variablen soll automatisch eine Dokumentation generiert werden. ,1.0,Dokumentation für tcl generieren - Für alle verfügbaren tcl commands und Variablen soll automatisch eine Dokumentation generiert werden. ,0,dokumentation für tcl generieren für alle verfügbaren tcl commands und variablen soll automatisch eine dokumentation generiert werden ,0 +9057,24003489219.0,IssuesEvent,2022-09-14 13:16:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,PowerShell script to be changed,architecture-center/svc Pri2 azure-guide/subsvc," +The PowerShell script must be changed at https://docs.microsoft.com/en-us/azure/architecture/networking/prefixes/add-ip-space-peered-vnet#add-the-ip-address-range + +1. foreach loop must be added to run Remove-AzVirtualNetworkPeering on all peerings: + +_foreach ($hubPeering in $hubPeerings) { + Remove-AzVirtualNetworkPeering -VirtualNetworkName $vnethubname -ResourceGroupName $rgname -name $hubPeering.Name -Force +}_ + +2. Sync-AzVirtualNetworkPeering must be added in the foreach loop foreach ($vNetPeering in $hubPeerings) to remove final manual sync step: + + _Sync-AzVirtualNetworkPeering -Name $peeringName -VirtualNetworkName $vNetName -ResourceGroupName $rgname_ + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 636aa53e-3ca0-7a30-fe16-7219f3e8d1a9 +* Version Independent ID: c503b39a-cd8a-669a-0882-27d8c13d3570 +* Content: [Add IP address spaces to peered virtual networks - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/networking/prefixes/add-ip-space-peered-vnet) +* Content Source: [docs/networking/prefixes/add-ip-space-peered-vnet.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/networking/prefixes/add-ip-space-peered-vnet.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @randycampbell +* Microsoft Alias: **randycam**",1.0,"PowerShell script to be changed - +The PowerShell script must be changed at https://docs.microsoft.com/en-us/azure/architecture/networking/prefixes/add-ip-space-peered-vnet#add-the-ip-address-range + +1. foreach loop must be added to run Remove-AzVirtualNetworkPeering on all peerings: + +_foreach ($hubPeering in $hubPeerings) { + Remove-AzVirtualNetworkPeering -VirtualNetworkName $vnethubname -ResourceGroupName $rgname -name $hubPeering.Name -Force +}_ + +2. Sync-AzVirtualNetworkPeering must be added in the foreach loop foreach ($vNetPeering in $hubPeerings) to remove final manual sync step: + + _Sync-AzVirtualNetworkPeering -Name $peeringName -VirtualNetworkName $vNetName -ResourceGroupName $rgname_ + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 636aa53e-3ca0-7a30-fe16-7219f3e8d1a9 +* Version Independent ID: c503b39a-cd8a-669a-0882-27d8c13d3570 +* Content: [Add IP address spaces to peered virtual networks - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/networking/prefixes/add-ip-space-peered-vnet) +* Content Source: [docs/networking/prefixes/add-ip-space-peered-vnet.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/networking/prefixes/add-ip-space-peered-vnet.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @randycampbell +* Microsoft Alias: **randycam**",1,powershell script to be changed the powershell script must be changed at foreach loop must be added to run remove azvirtualnetworkpeering on all peerings foreach hubpeering in hubpeerings remove azvirtualnetworkpeering virtualnetworkname vnethubname resourcegroupname rgname name hubpeering name force sync azvirtualnetworkpeering must be added in the foreach loop foreach vnetpeering in hubpeerings to remove final manual sync step sync azvirtualnetworkpeering name peeringname virtualnetworkname vnetname resourcegroupname rgname document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login randycampbell microsoft alias randycam ,1 +6038,13541304123.0,IssuesEvent,2020-09-16 15:42:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Why is there an additional IoT Hub in the long version of the architecture?,Pri2 architecture-center/svc assigned-to-author product-question reference-architecture/subsvc triaged,"In the documentation the architecture is depicted as follows: +![image](https://user-images.githubusercontent.com/908734/87882230-07a02280-c9ff-11ea-835c-45af824f6f05.png) + +In the linked reference architecture document (page 30) +![image](https://user-images.githubusercontent.com/908734/87882319-9d3bb200-c9ff-11ea-8305-a63a3650aeaf.png) + +Why does that document have a 2) an Event Hub in between the IoT Hub and the Azure Function? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cf328b1f-6bc5-dff2-619f-82b95030c3cf +* Version Independent ID: 4c7bd8b7-5ebb-5b1e-010b-2acd7fdcec0f +* Content: [Azure IoT reference architecture - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/iot) +* Content Source: [docs/reference-architectures/iot.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/iot.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",2.0,"Why is there an additional IoT Hub in the long version of the architecture? - In the documentation the architecture is depicted as follows: +![image](https://user-images.githubusercontent.com/908734/87882230-07a02280-c9ff-11ea-835c-45af824f6f05.png) + +In the linked reference architecture document (page 30) +![image](https://user-images.githubusercontent.com/908734/87882319-9d3bb200-c9ff-11ea-8305-a63a3650aeaf.png) + +Why does that document have a 2) an Event Hub in between the IoT Hub and the Azure Function? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cf328b1f-6bc5-dff2-619f-82b95030c3cf +* Version Independent ID: 4c7bd8b7-5ebb-5b1e-010b-2acd7fdcec0f +* Content: [Azure IoT reference architecture - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/iot) +* Content Source: [docs/reference-architectures/iot.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/iot.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,why is there an additional iot hub in the long version of the architecture in the documentation the architecture is depicted as follows in the linked reference architecture document page why does that document have a an event hub in between the iot hub and the azure function document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login adamboeglin microsoft alias pnp ,1 +179676,6627679676.0,IssuesEvent,2017-09-23 06:59:57,HackGT/registration,https://api.github.com/repos/HackGT/registration,closed,Be able to close different application branches at different times.,enhancement medium priority,We want volunteer applications to stay open longer than participant apps.,1.0,Be able to close different application branches at different times. - We want volunteer applications to stay open longer than participant apps.,0,be able to close different application branches at different times we want volunteer applications to stay open longer than participant apps ,0 +10742,27374461465.0,IssuesEvent,2023-02-28 04:00:35,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Platform Types not listed,cxp triaged architecture-center/svc Pri1 azure-guide/subsvc resolved,"Under Platform Types, the options in the table are: ++ AnyPlatform ++ iOS ++ Android ++ WindowsPhone ++ macOS ++ iOSAndroid ++ Unknown + +However in the CAP list there is ++ Android ++ iOS ++ Windows Phone ++ Windows ++ MacOS ++ Linux ++ + Any Device ++ + Any Platform + +I advise amending the table to include Windows and Linux. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: a7fac997-1920-f24e-767a-13755b794f85 +* Version Independent ID: a7fac997-1920-f24e-767a-13755b794f85 +* Content: [Conditional Access framework and policies - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/security/conditional-access-framework) +* Content Source: [docs/guide/security/conditional-access-framework.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/security/conditional-access-framework.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @clajes +* Microsoft Alias: **clajes**",1.0,"Platform Types not listed - Under Platform Types, the options in the table are: ++ AnyPlatform ++ iOS ++ Android ++ WindowsPhone ++ macOS ++ iOSAndroid ++ Unknown + +However in the CAP list there is ++ Android ++ iOS ++ Windows Phone ++ Windows ++ MacOS ++ Linux ++ + Any Device ++ + Any Platform + +I advise amending the table to include Windows and Linux. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: a7fac997-1920-f24e-767a-13755b794f85 +* Version Independent ID: a7fac997-1920-f24e-767a-13755b794f85 +* Content: [Conditional Access framework and policies - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/security/conditional-access-framework) +* Content Source: [docs/guide/security/conditional-access-framework.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/security/conditional-access-framework.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @clajes +* Microsoft Alias: **clajes**",1,platform types not listed under platform types the options in the table are anyplatform ios android windowsphone macos iosandroid unknown however in the cap list there is android ios windows phone windows macos linux any device any platform i advise amending the table to include windows and linux document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login clajes microsoft alias clajes ,1 +5432,12497866144.0,IssuesEvent,2020-06-01 17:14:54,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Is Databricks query logs available in diagnostic setting?,Pri1 architecture-center/svc cxp reference-architecture/subsvc triaged,"Hi, + +We have enabled diagnostic setting for our Azure Databricks workspace and the logs are exported to Log Analytics Workspace. However when we go to Log Analytics workspace, we are not able to see logs of queries run in Databricks. Would you please suggest how we can get this information? + +Thanks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9f728cb2-b203-6b2f-4e3c-9d0e1be2516f +* Version Independent ID: 9ed58ead-f4d0-d9d0-01fe-82b11be235a7 +* Content: [Send Azure Databricks application logs to Azure Monitor - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/databricks-monitoring/application-logs) +* Content Source: [docs/databricks-monitoring/application-logs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/databricks-monitoring/application-logs.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",2.0,"Is Databricks query logs available in diagnostic setting? - Hi, + +We have enabled diagnostic setting for our Azure Databricks workspace and the logs are exported to Log Analytics Workspace. However when we go to Log Analytics workspace, we are not able to see logs of queries run in Databricks. Would you please suggest how we can get this information? + +Thanks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9f728cb2-b203-6b2f-4e3c-9d0e1be2516f +* Version Independent ID: 9ed58ead-f4d0-d9d0-01fe-82b11be235a7 +* Content: [Send Azure Databricks application logs to Azure Monitor - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/databricks-monitoring/application-logs) +* Content Source: [docs/databricks-monitoring/application-logs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/databricks-monitoring/application-logs.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1,is databricks query logs available in diagnostic setting hi we have enabled diagnostic setting for our azure databricks workspace and the logs are exported to log analytics workspace however when we go to log analytics workspace we are not able to see logs of queries run in databricks would you please suggest how we can get this information thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +9220,24252292176.0,IssuesEvent,2022-09-27 15:00:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Is the Azure Load Balancer pinned or not..?,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc," +Hi, +On your text you are saying: +""_...Because a zone-redundant load balancer is not pinned to a specific zone..._"" +But when looking for the picture above of this, I'm understanding that LB is pinned to Zone 2. Even the arrows might give other indication. + +If that is not the idea, then should you have similar grey box than Azure Application Gateway have: +![image](https://user-images.githubusercontent.com/43988151/117014977-00ca6e00-acfa-11eb-848c-6cb1c3a17abb.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 363ebddf-0348-98e1-fd24-0eef444d383a +* Version Independent ID: e7da7820-925f-2092-c1a4-7a66db3f000d +* Content: [Multi-region load balancing with Traffic Manager and Application Gateway - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/high-availability/reference-architecture-traffic-manager-application-gateway) +* Content Source: [docs/high-availability/reference-architecture-traffic-manager-application-gateway.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/high-availability/reference-architecture-traffic-manager-application-gateway.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Is the Azure Load Balancer pinned or not..? - +Hi, +On your text you are saying: +""_...Because a zone-redundant load balancer is not pinned to a specific zone..._"" +But when looking for the picture above of this, I'm understanding that LB is pinned to Zone 2. Even the arrows might give other indication. + +If that is not the idea, then should you have similar grey box than Azure Application Gateway have: +![image](https://user-images.githubusercontent.com/43988151/117014977-00ca6e00-acfa-11eb-848c-6cb1c3a17abb.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 363ebddf-0348-98e1-fd24-0eef444d383a +* Version Independent ID: e7da7820-925f-2092-c1a4-7a66db3f000d +* Content: [Multi-region load balancing with Traffic Manager and Application Gateway - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/high-availability/reference-architecture-traffic-manager-application-gateway) +* Content Source: [docs/high-availability/reference-architecture-traffic-manager-application-gateway.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/high-availability/reference-architecture-traffic-manager-application-gateway.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,is the azure load balancer pinned or not hi on your text you are saying because a zone redundant load balancer is not pinned to a specific zone but when looking for the picture above of this i m understanding that lb is pinned to zone even the arrows might give other indication if that is not the idea then should you have similar grey box than azure application gateway have document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login edprice msft microsoft alias pnp ,1 +119654,17627536524.0,IssuesEvent,2021-08-19 01:01:33,doc-ai/tensorflow,https://api.github.com/repos/doc-ai/tensorflow,opened,CVE-2021-37668 (Medium) detected in tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl,security vulnerability,"## CVE-2021-37668 - Medium Severity Vulnerability +
Vulnerable Library - tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl

+ +

TensorFlow is an open source machine learning framework for everyone.

+

Library home page: https://files.pythonhosted.org/packages/29/6c/2c9a5c4d095c63c2fb37d20def0e4f92685f7aee9243d6aae25862694fd1/tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl

+

Path to dependency file: tensorflow/tensorflow/lite/micro/examples/magic_wand/train/requirements.txt

+

Path to vulnerable library: tensorflow/tensorflow/lite/micro/examples/magic_wand/train/requirements.txt

+

+ +Dependency Hierarchy: + - :x: **tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause denial of service in applications serving models using `tf.raw_ops.UnravelIndex` by triggering a division by 0. The [implementation](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00b61a16d161b1964f15f4/tensorflow/core/kernels/unravel_index_op.cc#L36) does not check that the tensor subsumed by `dims` is not empty. Hence, if one element of `dims` is 0, the implementation does a division by 0. We have patched the issue in GitHub commit a776040a5e7ebf76eeb7eb923bf1ae417dd4d233. The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range. + +

Publish Date: 2021-08-12 +

URL: CVE-2021-37668

+

+
+

+
CVSS 3 Score Details (5.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/tensorflow/tensorflow/security/advisories/GHSA-2wmv-37vq-52g5

+

Release Date: 2021-08-12

+

Fix Resolution: tensorflow - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-cpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-gpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0

+ +

+
+

+ +*** + +- [ ] Check this box to open an automated fix PR + + +",True,"CVE-2021-37668 (Medium) detected in tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl - ## CVE-2021-37668 - Medium Severity Vulnerability +
Vulnerable Library - tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl

+ +

TensorFlow is an open source machine learning framework for everyone.

+

Library home page: https://files.pythonhosted.org/packages/29/6c/2c9a5c4d095c63c2fb37d20def0e4f92685f7aee9243d6aae25862694fd1/tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl

+

Path to dependency file: tensorflow/tensorflow/lite/micro/examples/magic_wand/train/requirements.txt

+

Path to vulnerable library: tensorflow/tensorflow/lite/micro/examples/magic_wand/train/requirements.txt

+

+ +Dependency Hierarchy: + - :x: **tensorflow-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause denial of service in applications serving models using `tf.raw_ops.UnravelIndex` by triggering a division by 0. The [implementation](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00b61a16d161b1964f15f4/tensorflow/core/kernels/unravel_index_op.cc#L36) does not check that the tensor subsumed by `dims` is not empty. Hence, if one element of `dims` is 0, the implementation does a division by 0. We have patched the issue in GitHub commit a776040a5e7ebf76eeb7eb923bf1ae417dd4d233. The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range. + +

Publish Date: 2021-08-12 +

URL: CVE-2021-37668

+

+
+

+
CVSS 3 Score Details (5.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/tensorflow/tensorflow/security/advisories/GHSA-2wmv-37vq-52g5

+

Release Date: 2021-08-12

+

Fix Resolution: tensorflow - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-cpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-gpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0

+ +

+
+

+ +*** + +- [ ] Check this box to open an automated fix PR + + +",0,cve medium detected in tensorflow whl cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file tensorflow tensorflow lite micro examples magic wand train requirements txt path to vulnerable library tensorflow tensorflow lite micro examples magic wand train requirements txt dependency hierarchy x tensorflow whl vulnerable library vulnerability details tensorflow is an end to end open source platform for machine learning in affected versions an attacker can cause denial of service in applications serving models using tf raw ops unravelindex by triggering a division by the does not check that the tensor subsumed by dims is not empty hence if one element of dims is the implementation does a division by we have patched the issue in github commit the fix will be included in tensorflow we will also cherrypick this commit on tensorflow tensorflow and tensorflow as these are also affected and still in supported range 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 tensorflow tensorflow cpu tensorflow gpu check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree tensorflow isminimumfixversionavailable true minimumfixversion tensorflow tensorflow cpu tensorflow gpu basebranches vulnerabilityidentifier cve vulnerabilitydetails tensorflow is an end to end open source platform for machine learning in affected versions an attacker can cause denial of service in applications serving models using tf raw ops unravelindex by triggering a division by the does not check that the tensor subsumed by dims is not empty hence if one element of dims is the implementation does a division by we have patched the issue in github commit the fix will be included in tensorflow we will also cherrypick this commit on tensorflow tensorflow and tensorflow as these are also affected and still in supported range vulnerabilityurl ,0 +212946,16489179671.0,IssuesEvent,2021-05-24 23:28:08,flutter/flutter,https://api.github.com/repos/flutter/flutter,closed,Run dart analyzer and publishable checks on plugin_tools pre-submit,a: tests p: tooling passed secondary triage plugin team team: infra,"## Proposal + +Run analyzer and publishable checks on travis as part of pre-submit checks to prevent future warnings.",1.0,"Run dart analyzer and publishable checks on plugin_tools pre-submit - ## Proposal + +Run analyzer and publishable checks on travis as part of pre-submit checks to prevent future warnings.",0,run dart analyzer and publishable checks on plugin tools pre submit proposal run analyzer and publishable checks on travis as part of pre submit checks to prevent future warnings ,0 +680154,23260789080.0,IssuesEvent,2022-08-04 13:21:13,metabase/metabase,https://api.github.com/repos/metabase/metabase,closed,Print Layout cuts off as well as loses outline on visualizations in 0.43.3,Type:Bug .CSS Priority:P2 .Frontend .Regression,"**Describe the bug** +Print layout of dashboards in 0.43.3 is significantly different and buggy in 0.43.3. + +**Logs** +Not sure what logs exactly to attach - since its a production instance - the logs are verbose - and mostly irrelevant. The bug is very much UI rather than an error. + +**To Reproduce** +Create dashboard. Add some bar graphs and some pie graphs. Ctrl+P to print and view the layout when selecting ""Save as PDF"" +Notice the cut offs of pie charts, filters stack on top of each other , sizing is different to how it used to be on the same dashboard. + +**Expected behavior** +Borders on visualizations to remain - no cutting off, no stacking of filters. + +**Screenshots** +Demo data: Pie charts ( postgres db connection ) +select 'Steve' as Name, (random()*100)::numeric as Value +union all +Select 'Someone else', (random()*100)::numeric +union all +Select 'Third person', (random()*100)::numeric + +Bar Chart: +select *, floor(random() * value/100) From (select generate_series(1,5000) as value ) g + +Create dashboard with 4 pies and 3 bar charts underneath. +Add 4 category filters on the top. + +Use public shared link to view + +View PDF print layout in 0.43.3 +![image](https://user-images.githubusercontent.com/2724634/174624007-bbd475b9-7b1a-4aa2-b1fc-7b1460facdfd.png) + +Dashboard before print +![image](https://user-images.githubusercontent.com/2724634/174624068-b5d6e11d-21a7-4f57-a86b-9fbc2a923265.png) + +Same scenario in older version +![image](https://user-images.githubusercontent.com/2724634/174624368-045ae5d6-7098-40a7-900c-ce5ee7517f6b.png) + +Dashboard before print +![image](https://user-images.githubusercontent.com/2724634/174624305-c6749adc-c32b-4200-a1ab-8448e551f053.png) + +Note printing layout didnt cut off or drop borders etc. + +**Information about your Metabase Installation:** +NOTE: Tried both Java v11 as well - but didnt seem to make a difference. + +{ + ""browser-info"": { + ""language"": ""en-GB"", + ""platform"": ""Win32"", + ""userAgent"": ""Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44"", + ""vendor"": ""Google Inc."" + }, + ""system-info"": { + ""file.encoding"": ""UTF-8"", + ""java.runtime.name"": ""OpenJDK Runtime Environment"", + ""java.runtime.version"": ""1.8.0_302-b08"", + ""java.vendor"": ""Red Hat, Inc."", + ""java.vendor.url"": ""https://www.redhat.com/"", + ""java.version"": ""1.8.0_302"", + ""java.vm.name"": ""OpenJDK 64-Bit Server VM"", + ""java.vm.version"": ""25.302-b08"", + ""os.name"": ""Linux"", + ""os.version"": ""3.10.0-1160.42.2.el7.x86_64"", + ""user.language"": ""en"", + ""user.timezone"": ""Africa/Johannesburg"" + }, + ""metabase-info"": { + ""databases"": [ + ""postgres"", + ""mysql"", + ""sqlserver"" + ], + ""hosting-env"": ""unknown"", + ""application-database"": ""postgres"", + ""application-database-details"": { + ""database"": { + ""name"": ""PostgreSQL"", + ""version"": ""13.7"" + }, + ""jdbc-driver"": { + ""name"": ""PostgreSQL JDBC Driver"", + ""version"": ""42.3.2"" + } + }, + ""run-mode"": ""prod"", + ""version"": { + ""tag"": ""v0.43.3"", + ""date"": ""2022-06-13"", + ""branch"": ""release-x.43.x"", + ""hash"": ""c9c7ef0"" + }, + ""settings"": { + ""report-timezone"": ""Africa/Harare"" + } + } +} +**Severity** +This issue blocks us upgrading since we use the printouts from dashboards. We cannot have cut off graphs and stacking filters - since it makes the printouts unusable. We have had to revert to older version. +",1.0,"Print Layout cuts off as well as loses outline on visualizations in 0.43.3 - **Describe the bug** +Print layout of dashboards in 0.43.3 is significantly different and buggy in 0.43.3. + +**Logs** +Not sure what logs exactly to attach - since its a production instance - the logs are verbose - and mostly irrelevant. The bug is very much UI rather than an error. + +**To Reproduce** +Create dashboard. Add some bar graphs and some pie graphs. Ctrl+P to print and view the layout when selecting ""Save as PDF"" +Notice the cut offs of pie charts, filters stack on top of each other , sizing is different to how it used to be on the same dashboard. + +**Expected behavior** +Borders on visualizations to remain - no cutting off, no stacking of filters. + +**Screenshots** +Demo data: Pie charts ( postgres db connection ) +select 'Steve' as Name, (random()*100)::numeric as Value +union all +Select 'Someone else', (random()*100)::numeric +union all +Select 'Third person', (random()*100)::numeric + +Bar Chart: +select *, floor(random() * value/100) From (select generate_series(1,5000) as value ) g + +Create dashboard with 4 pies and 3 bar charts underneath. +Add 4 category filters on the top. + +Use public shared link to view + +View PDF print layout in 0.43.3 +![image](https://user-images.githubusercontent.com/2724634/174624007-bbd475b9-7b1a-4aa2-b1fc-7b1460facdfd.png) + +Dashboard before print +![image](https://user-images.githubusercontent.com/2724634/174624068-b5d6e11d-21a7-4f57-a86b-9fbc2a923265.png) + +Same scenario in older version +![image](https://user-images.githubusercontent.com/2724634/174624368-045ae5d6-7098-40a7-900c-ce5ee7517f6b.png) + +Dashboard before print +![image](https://user-images.githubusercontent.com/2724634/174624305-c6749adc-c32b-4200-a1ab-8448e551f053.png) + +Note printing layout didnt cut off or drop borders etc. + +**Information about your Metabase Installation:** +NOTE: Tried both Java v11 as well - but didnt seem to make a difference. + +{ + ""browser-info"": { + ""language"": ""en-GB"", + ""platform"": ""Win32"", + ""userAgent"": ""Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44"", + ""vendor"": ""Google Inc."" + }, + ""system-info"": { + ""file.encoding"": ""UTF-8"", + ""java.runtime.name"": ""OpenJDK Runtime Environment"", + ""java.runtime.version"": ""1.8.0_302-b08"", + ""java.vendor"": ""Red Hat, Inc."", + ""java.vendor.url"": ""https://www.redhat.com/"", + ""java.version"": ""1.8.0_302"", + ""java.vm.name"": ""OpenJDK 64-Bit Server VM"", + ""java.vm.version"": ""25.302-b08"", + ""os.name"": ""Linux"", + ""os.version"": ""3.10.0-1160.42.2.el7.x86_64"", + ""user.language"": ""en"", + ""user.timezone"": ""Africa/Johannesburg"" + }, + ""metabase-info"": { + ""databases"": [ + ""postgres"", + ""mysql"", + ""sqlserver"" + ], + ""hosting-env"": ""unknown"", + ""application-database"": ""postgres"", + ""application-database-details"": { + ""database"": { + ""name"": ""PostgreSQL"", + ""version"": ""13.7"" + }, + ""jdbc-driver"": { + ""name"": ""PostgreSQL JDBC Driver"", + ""version"": ""42.3.2"" + } + }, + ""run-mode"": ""prod"", + ""version"": { + ""tag"": ""v0.43.3"", + ""date"": ""2022-06-13"", + ""branch"": ""release-x.43.x"", + ""hash"": ""c9c7ef0"" + }, + ""settings"": { + ""report-timezone"": ""Africa/Harare"" + } + } +} +**Severity** +This issue blocks us upgrading since we use the printouts from dashboards. We cannot have cut off graphs and stacking filters - since it makes the printouts unusable. We have had to revert to older version. +",0,print layout cuts off as well as loses outline on visualizations in describe the bug print layout of dashboards in is significantly different and buggy in logs not sure what logs exactly to attach since its a production instance the logs are verbose and mostly irrelevant the bug is very much ui rather than an error to reproduce create dashboard add some bar graphs and some pie graphs ctrl p to print and view the layout when selecting save as pdf notice the cut offs of pie charts filters stack on top of each other sizing is different to how it used to be on the same dashboard expected behavior borders on visualizations to remain no cutting off no stacking of filters screenshots demo data pie charts postgres db connection select steve as name random numeric as value union all select someone else random numeric union all select third person random numeric bar chart select floor random value from select generate series as value g create dashboard with pies and bar charts underneath add category filters on the top use public shared link to view view pdf print layout in dashboard before print same scenario in older version dashboard before print note printing layout didnt cut off or drop borders etc information about your metabase installation note tried both java as well but didnt seem to make a difference browser info language en gb platform useragent mozilla windows nt applewebkit khtml like gecko chrome safari edg vendor google inc system info file encoding utf java runtime name openjdk runtime environment java runtime version java vendor red hat inc java vendor url java version java vm name openjdk bit server vm java vm version os name linux os version user language en user timezone africa johannesburg metabase info databases postgres mysql sqlserver hosting env unknown application database postgres application database details database name postgresql version jdbc driver name postgresql jdbc driver version run mode prod version tag date branch release x x hash settings report timezone africa harare severity this issue blocks us upgrading since we use the printouts from dashboards we cannot have cut off graphs and stacking filters since it makes the printouts unusable we have had to revert to older version ,0 +12808,4541092671.0,IssuesEvent,2016-09-09 16:37:50,SleepyTrousers/EnderIO,https://api.github.com/repos/SleepyTrousers/EnderIO,closed,Unable to open doors holding Yeta Wrench,1.10 bug Code Complete,"#### Issue Description: Vanilla wood doors are not able to be opened while holding a Yeta Wrench + + +#### What happens: The render shows the door opening, and the sound plays, but while trying to walk through it just ""glitches"" back proving that the door is actually locked. + + + +#### What you expected to happen: The door would open + + + +#### Steps to reproduce: + +1. Right click a door with a Yeta Wrench + + +____ +#### Affected Versions (Do *not* use ""latest""): + +- EnderIO: 1.10.2-3.0.1.70_beta +- EnderCore: 1.10.2-0,4,1,40-beta +- Minecraft: 1.10.2 +- Forge: 12.18.1.2014 + +#### Your most recent log file where the issue was present: Nothing in logs, except the ""016Nojr moved wrongly"" warning, +",1.0,"Unable to open doors holding Yeta Wrench - #### Issue Description: Vanilla wood doors are not able to be opened while holding a Yeta Wrench + + +#### What happens: The render shows the door opening, and the sound plays, but while trying to walk through it just ""glitches"" back proving that the door is actually locked. + + + +#### What you expected to happen: The door would open + + + +#### Steps to reproduce: + +1. Right click a door with a Yeta Wrench + + +____ +#### Affected Versions (Do *not* use ""latest""): + +- EnderIO: 1.10.2-3.0.1.70_beta +- EnderCore: 1.10.2-0,4,1,40-beta +- Minecraft: 1.10.2 +- Forge: 12.18.1.2014 + +#### Your most recent log file where the issue was present: Nothing in logs, except the ""016Nojr moved wrongly"" warning, +",0,unable to open doors holding yeta wrench issue description vanilla wood doors are not able to be opened while holding a yeta wrench what happens the render shows the door opening and the sound plays but while trying to walk through it just glitches back proving that the door is actually locked what you expected to happen the door would open steps to reproduce right click a door with a yeta wrench affected versions do not use latest enderio beta endercore beta minecraft forge your most recent log file where the issue was present nothing in logs except the moved wrongly warning ,0 +9706,25080392169.0,IssuesEvent,2022-11-07 18:47:05,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Using log files instead of streaming sensor values,doc-enhancement assigned-to-author doc-idea triaged architecture-center/svc Pri2 solution-idea/subsvc," +[Enter feedback here] +In many cases you will not be able to use streaming mode for sensor values directly but you would need to extract sensor data from logfiles first. In this case it is possible to send the logfiles and start Azure Functions via Event Grid to extract sensor values. The values may be sent to Kusto for prediction. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b19c5cae-a67a-582a-94a5-4708b4508992 +* Version Independent ID: 65757df2-366b-ad29-b1ef-e0de2b84b58f +* Content: [Predictive maintenance - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/predictive-maintenance?source=docs) +* Content Source: [docs/solution-ideas/articles/predictive-maintenance.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/predictive-maintenance.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Using log files instead of streaming sensor values - +[Enter feedback here] +In many cases you will not be able to use streaming mode for sensor values directly but you would need to extract sensor data from logfiles first. In this case it is possible to send the logfiles and start Azure Functions via Event Grid to extract sensor values. The values may be sent to Kusto for prediction. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b19c5cae-a67a-582a-94a5-4708b4508992 +* Version Independent ID: 65757df2-366b-ad29-b1ef-e0de2b84b58f +* Content: [Predictive maintenance - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/predictive-maintenance?source=docs) +* Content Source: [docs/solution-ideas/articles/predictive-maintenance.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/predictive-maintenance.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,using log files instead of streaming sensor values in many cases you will not be able to use streaming mode for sensor values directly but you would need to extract sensor data from logfiles first in this case it is possible to send the logfiles and start azure functions via event grid to extract sensor values the values may be sent to kusto for prediction document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias architectures ,1 +215084,16590734839.0,IssuesEvent,2021-06-01 07:23:27,pitchmuc/adobe-analytics-api-2.0,https://api.github.com/repos/pitchmuc/adobe-analytics-api-2.0,closed,Order of arguments,documentation enhancement good first issue,"https://github.com/pitchmuc/adobe_analytics_api_2.0/blob/04e29001025a6440e972efe6b1b9f292aac956a8/adobe_analytics_2/aanalytics2.py#L69 + +I'd suggest to put the most likely changed argument first. I feel, that this would be the `save` argument here.",1.0,"Order of arguments - https://github.com/pitchmuc/adobe_analytics_api_2.0/blob/04e29001025a6440e972efe6b1b9f292aac956a8/adobe_analytics_2/aanalytics2.py#L69 + +I'd suggest to put the most likely changed argument first. I feel, that this would be the `save` argument here.",0,order of arguments i d suggest to put the most likely changed argument first i feel that this would be the save argument here ,0 +280094,21193969421.0,IssuesEvent,2022-04-08 21:01:55,oasis-open-projects/documentation,https://api.github.com/repos/oasis-open-projects/documentation,opened,Create an overall ToC of the documentation we ought to have in place to support the program,documentation,Seems important as a starting point to have a picture of what we want to put in place,1.0,Create an overall ToC of the documentation we ought to have in place to support the program - Seems important as a starting point to have a picture of what we want to put in place,0,create an overall toc of the documentation we ought to have in place to support the program seems important as a starting point to have a picture of what we want to put in place,0 +12500,7893469268.0,IssuesEvent,2018-06-28 18:09:48,gvwilson/teachtogether.tech,https://api.github.com/repos/gvwilson/teachtogether.tech,closed,Ch08 Juha Sorva,Ch08 Performance,"@gvwilson commented on [Thu May 17 2018](https://github.com/gvwilson/h2tp/issues/64) + +- ""the assumption that some people are born teachers is wrong"" The book repeatedly states that there is no geek gene, no teacher gene, etc. Which is good. But I suspect that many people will read these lines as ""PC-speak"" and just gloss over them and hold on to their existing beliefs about the predominance of innate talent. The chances of making readers believe this point would probably increase if you said more about the research behind it (in an earlier chapter). I could also help to explain people’s everyday experience that ""it’s all talent"": some people have started practicing skills like programming (or their supporting skills) way before other people, perhaps already in early childhood. They can be years ahead on the virtuous cycle between positive reinforcement and practice. This can make it appear as if it was all down to innate talent. (See also e.g. this piece by Philip Guo: pgbovine.net/tech-privilege.htm ) For a balanced view on the matter, I would also point out that, some people do have a significant advantage over others in, say, a programming course (and, presumably, as teachers). It’s not genetics - it’s prior practice and related privilege - but it’s a real phenomenon. + +- ""Unsurprisingly, effective teaching depends on"" I wonder how ""unsurprising"" this really is. At least it’s somewhat controversial. There are a lot of university professors who would agree that content knowledge is really important but who don’t give much thought to the other two. Pedagogical knowledge, to them, might mean mostly generic presentation skills; they might not even realize PCK exists. And there are a lot of constructivist teachers who would agree that general pedagogical knowledge is important but stress that a teacher is a facilitator and the teacher’s content knowledge is not too important. + +- ""PCK is things like..."" Odd to define PCK here (and in such a limited way), when there’s just been a chapter with that title. Restructure/link chapters better? + +- ""We can elaborate this framework"" You could cite the work of Sadler et al. here (or the PCK chapter). (See the Misconceptions chapter I’m sending you.) + +- ""Use a feedback translator."" You’re talking here mostly about feedback on presentation skills. Fair enough, in the sense that that seems to be the main focus of this chapter. I think I can see why you’ve put the section on feedback in this chapter, but it does lead to one problem: it (over)emphasizes feedback on presenting at the expense of feedback on other aspects of instructional design and teaching. + +- ""The simplest rubric for feedback on teaching"" A couple of principles that I myself follow when giving programming courses: Don’t just collect feedback at the end but continuously: prompt for feedback multiple times a week among other benefits, you also get something from dropouts. When collecting feedback, don’t just prompt for ""feedback feedback"", that is, positives and negatives. Also prompt for questions, reflections, etc. When working with a group of students for a number of weeks, make sure they see their feedback is already being used (and not just to improve next year’s offering or somesuch). + +- ""A good way to keep them manageable"" Have you seen Wieman’s teaching inventory? Could it (or a part of it) be useful? Wieman, Gilbert (2014): The Teaching Practices Inventory: A New Tool for Characterizing College and University Teaching in Mathematics and Science + +- ""8.2 How to Practice Teaching"" Again, I’m not terribly fond of the way this chapter equates the word ""teaching"" with ""giving talks"". + +- ""While data is hard to come by"" Could link this back to what has been said about debugging in earlier chapters. + +- ""often feels forced"" Then again, if the goal of the session is, say, to reach a specific learning objective or address a particular misconception, a planned ""mistake"" is often a good idea. ""Twitch coding"" will give you interesting but unpredictable material to work with. + +- ""Direct Instruction (DI) is a teaching method"" I haven’t read that review, but this sounds like an extreme form of DI. Is it helpful to introduce the term here? Is it helpful to equate it with the strong form? (Cf. the approaches advocated by cognitive load theorists - and yourself - are also commonly labeled DI.) + +",True,"Ch08 Juha Sorva - @gvwilson commented on [Thu May 17 2018](https://github.com/gvwilson/h2tp/issues/64) + +- ""the assumption that some people are born teachers is wrong"" The book repeatedly states that there is no geek gene, no teacher gene, etc. Which is good. But I suspect that many people will read these lines as ""PC-speak"" and just gloss over them and hold on to their existing beliefs about the predominance of innate talent. The chances of making readers believe this point would probably increase if you said more about the research behind it (in an earlier chapter). I could also help to explain people’s everyday experience that ""it’s all talent"": some people have started practicing skills like programming (or their supporting skills) way before other people, perhaps already in early childhood. They can be years ahead on the virtuous cycle between positive reinforcement and practice. This can make it appear as if it was all down to innate talent. (See also e.g. this piece by Philip Guo: pgbovine.net/tech-privilege.htm ) For a balanced view on the matter, I would also point out that, some people do have a significant advantage over others in, say, a programming course (and, presumably, as teachers). It’s not genetics - it’s prior practice and related privilege - but it’s a real phenomenon. + +- ""Unsurprisingly, effective teaching depends on"" I wonder how ""unsurprising"" this really is. At least it’s somewhat controversial. There are a lot of university professors who would agree that content knowledge is really important but who don’t give much thought to the other two. Pedagogical knowledge, to them, might mean mostly generic presentation skills; they might not even realize PCK exists. And there are a lot of constructivist teachers who would agree that general pedagogical knowledge is important but stress that a teacher is a facilitator and the teacher’s content knowledge is not too important. + +- ""PCK is things like..."" Odd to define PCK here (and in such a limited way), when there’s just been a chapter with that title. Restructure/link chapters better? + +- ""We can elaborate this framework"" You could cite the work of Sadler et al. here (or the PCK chapter). (See the Misconceptions chapter I’m sending you.) + +- ""Use a feedback translator."" You’re talking here mostly about feedback on presentation skills. Fair enough, in the sense that that seems to be the main focus of this chapter. I think I can see why you’ve put the section on feedback in this chapter, but it does lead to one problem: it (over)emphasizes feedback on presenting at the expense of feedback on other aspects of instructional design and teaching. + +- ""The simplest rubric for feedback on teaching"" A couple of principles that I myself follow when giving programming courses: Don’t just collect feedback at the end but continuously: prompt for feedback multiple times a week among other benefits, you also get something from dropouts. When collecting feedback, don’t just prompt for ""feedback feedback"", that is, positives and negatives. Also prompt for questions, reflections, etc. When working with a group of students for a number of weeks, make sure they see their feedback is already being used (and not just to improve next year’s offering or somesuch). + +- ""A good way to keep them manageable"" Have you seen Wieman’s teaching inventory? Could it (or a part of it) be useful? Wieman, Gilbert (2014): The Teaching Practices Inventory: A New Tool for Characterizing College and University Teaching in Mathematics and Science + +- ""8.2 How to Practice Teaching"" Again, I’m not terribly fond of the way this chapter equates the word ""teaching"" with ""giving talks"". + +- ""While data is hard to come by"" Could link this back to what has been said about debugging in earlier chapters. + +- ""often feels forced"" Then again, if the goal of the session is, say, to reach a specific learning objective or address a particular misconception, a planned ""mistake"" is often a good idea. ""Twitch coding"" will give you interesting but unpredictable material to work with. + +- ""Direct Instruction (DI) is a teaching method"" I haven’t read that review, but this sounds like an extreme form of DI. Is it helpful to introduce the term here? Is it helpful to equate it with the strong form? (Cf. the approaches advocated by cognitive load theorists - and yourself - are also commonly labeled DI.) + +",0, juha sorva gvwilson commented on the assumption that some people are born teachers is wrong the book repeatedly states that there is no geek gene no teacher gene etc which is good but i suspect that many people will read these lines as pc speak and just gloss over them and hold on to their existing beliefs about the predominance of innate talent the chances of making readers believe this point would probably increase if you said more about the research behind it in an earlier chapter i could also help to explain people’s everyday experience that it’s all talent some people have started practicing skills like programming or their supporting skills way before other people perhaps already in early childhood they can be years ahead on the virtuous cycle between positive reinforcement and practice this can make it appear as if it was all down to innate talent see also e g this piece by philip guo pgbovine net tech privilege htm for a balanced view on the matter i would also point out that some people do have a significant advantage over others in say a programming course and presumably as teachers it’s not genetics it’s prior practice and related privilege but it’s a real phenomenon unsurprisingly effective teaching depends on i wonder how unsurprising this really is at least it’s somewhat controversial there are a lot of university professors who would agree that content knowledge is really important but who don’t give much thought to the other two pedagogical knowledge to them might mean mostly generic presentation skills they might not even realize pck exists and there are a lot of constructivist teachers who would agree that general pedagogical knowledge is important but stress that a teacher is a facilitator and the teacher’s content knowledge is not too important pck is things like odd to define pck here and in such a limited way when there’s just been a chapter with that title restructure link chapters better we can elaborate this framework you could cite the work of sadler et al here or the pck chapter see the misconceptions chapter i’m sending you use a feedback translator you’re talking here mostly about feedback on presentation skills fair enough in the sense that that seems to be the main focus of this chapter i think i can see why you’ve put the section on feedback in this chapter but it does lead to one problem it over emphasizes feedback on presenting at the expense of feedback on other aspects of instructional design and teaching the simplest rubric for feedback on teaching a couple of principles that i myself follow when giving programming courses don’t just collect feedback at the end but continuously prompt for feedback multiple times a week among other benefits you also get something from dropouts when collecting feedback don’t just prompt for feedback feedback that is positives and negatives also prompt for questions reflections etc when working with a group of students for a number of weeks make sure they see their feedback is already being used and not just to improve next year’s offering or somesuch a good way to keep them manageable have you seen wieman’s teaching inventory could it or a part of it be useful wieman gilbert the teaching practices inventory a new tool for characterizing college and university teaching in mathematics and science how to practice teaching again i’m not terribly fond of the way this chapter equates the word teaching with giving talks while data is hard to come by could link this back to what has been said about debugging in earlier chapters often feels forced then again if the goal of the session is say to reach a specific learning objective or address a particular misconception a planned mistake is often a good idea twitch coding will give you interesting but unpredictable material to work with direct instruction di is a teaching method i haven’t read that review but this sounds like an extreme form of di is it helpful to introduce the term here is it helpful to equate it with the strong form cf the approaches advocated by cognitive load theorists and yourself are also commonly labeled di ,0 +673400,22961438711.0,IssuesEvent,2022-07-19 15:41:00,thoth-station/reporter,https://api.github.com/repos/thoth-station/reporter,closed,Failed to update dependencies to their latest version for ubi8 environment,bot thoth/potential-observation priority/critical-urgent kind/bug," +Automatic dependency update failed for the current master with SHA 393ff083d87ee43668d608ae5bba633ae4b1f28d. + +The automatic dependency management cannot continue. Please fix errors reported bellow. + + +##### Command + +``` + $ pipenv update --dev +``` + +
+ Standard output + +``` +Running $ pipenv lock then $ pipenv sync. + +``` + +
+ +
+ Standard error + +``` +Creating a virtualenv for this project... +Pipfile: /tmp/clone-dir/Pipfile +Using /home/user/.local/share/virtualenvs/user-5PivF_Od/bin/python3.8 (3.8.12) to create virtualenv... +created virtual environment CPython3.8.12.final.0-64 in 1779ms + creator CPython3Posix(dest=/tmp/clone-dir/.venv, clear=False, no_vcs_ignore=False, global=False) + seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/tmp/tmp7925vnzj) + added seed packages: pip==22.1.2, setuptools==62.6.0, wheel==0.37.1 + activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator + + +Successfully created virtual environment! +Virtualenv location: /tmp/clone-dir/.venv +Locking [dev-packages] dependencies... + +Building requirements... + +Resolving dependencies... + +FAIL +[ResolutionFailure]: File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/resolver.py"", line 741, in _main +[ResolutionFailure]: resolve_packages(pre, clear, verbose, system, write, requirements_dir, packages, dev) +[ResolutionFailure]: File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/resolver.py"", line 702, in resolve_packages +[ResolutionFailure]: results, resolver = resolve( +[ResolutionFailure]: File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/resolver.py"", line 684, in resolve +[ResolutionFailure]: return resolve_deps( +[ResolutionFailure]: File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py"", line 1395, in resolve_deps +[ResolutionFailure]: results, hashes, markers_lookup, resolver, skipped = actually_resolve_deps( +[ResolutionFailure]: File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py"", line 1108, in actually_resolve_deps +[ResolutionFailure]: resolver.resolve() +[ResolutionFailure]: File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py"", line 833, in resolve +[ResolutionFailure]: raise ResolutionFailure(message=str(e)) +[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies. + First try clearing your dependency cache with $ pipenv lock --clear, then try the original command again. + Alternatively, you can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation. + Hint: try $ pipenv lock --pre if it is a pre-release dependency. +ERROR: Could not find a version that matches exceptiongroup>=1.0.0rc8 (from hypothesis==6.52.3->-r /tmp/pipenv07s2j89frequirements/pipenv-aq829uj_-constraints.txt (line 3)) +Skipped pre-versions: 0.0.0a0, 0.0.0a0, 1.0.0rc1, 1.0.0rc1, 1.0.0rc2, 1.0.0rc2, 1.0.0rc3, 1.0.0rc3, 1.0.0rc4, 1.0.0rc4, 1.0.0rc5, 1.0.0rc5, 1.0.0rc6, 1.0.0rc6, 1.0.0rc7, 1.0.0rc7, 1.0.0rc8, 1.0.0rc8 +There are incompatible versions in the resolved dependencies: + + +Traceback (most recent call last): + File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py"", line 1131, in create_spinner + yield sp + File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py"", line 1338, in venv_resolve_deps + c = resolve(cmd, sp) + File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py"", line 1176, in resolve + sys.exit(c.return_code) +SystemExit: 1 + + +``` + +
+ +
+ Environment details + +``` + +Kebechet version: 1.10.1 +Python version: 3.8.12 +Platform: Linux-4.18.0-305.19.1.el8_4.x86_64-x86_64-with-glibc2.2.5 +pipenv version: pipenv, version 2020.11.15 + + +``` + +
+ +
+ Dependency graph + +``` +hypothesis-auto==1.1.4 + - hypothesis [required: >=4.36, installed: 6.52.3] + - attrs [required: >=19.2.0, installed: 21.4.0] + - exceptiongroup [required: >=1.0.0rc8, installed: 1.0.0rc8] + - sortedcontainers [required: >=2.1.0,<3.0.0, installed: 2.4.0] + - pydantic [required: >=0.32.2, installed: 1.9.1] + - typing-extensions [required: >=3.7.4.3, installed: 4.3.0] +pre-commit==2.20.0 + - cfgv [required: >=2.0.0, installed: 3.3.1] + - identify [required: >=1.0.0, installed: 2.5.1] + - nodeenv [required: >=0.11.1, installed: 1.7.0] + - setuptools [required: Any, installed: 62.6.0] + - pyyaml [required: >=5.1, installed: 6.0] + - toml [required: Any, installed: 0.10.2] + - virtualenv [required: >=20.0.8, installed: 20.15.1] + - distlib [required: >=0.3.1,<1, installed: 0.3.5] + - filelock [required: >=3.2,<4, installed: 3.7.1] + - platformdirs [required: >=2,<3, installed: 2.5.2] + - six [required: >=1.9.0,<2, installed: 1.16.0] +prometheus-client==0.14.1 +pytest-cov==3.0.0 + - coverage [required: >=5.2.1, installed: 6.4.2] + - pytest [required: >=4.6, installed: 7.1.2] + - attrs [required: >=19.2.0, installed: 21.4.0] + - iniconfig [required: Any, installed: 1.1.1] + - packaging [required: Any, installed: 21.3] + - pyparsing [required: >=2.0.2,!=3.0.5, installed: 3.0.9] + - pluggy [required: >=0.12,<2.0, installed: 1.0.0] + - py [required: >=1.8.2, installed: 1.11.0] + - tomli [required: >=1.0.0, installed: 2.0.1] +pytest-mypy==0.9.1 + - attrs [required: >=19.0, installed: 21.4.0] + - filelock [required: >=3.0, installed: 3.7.1] + - mypy [required: >=0.700, installed: 0.971] + - mypy-extensions [required: >=0.4.3, installed: 0.4.3] + - tomli [required: >=1.1.0, installed: 2.0.1] + - typing-extensions [required: >=3.10, installed: 4.3.0] + - pytest [required: >=4.6, installed: 7.1.2] + - attrs [required: >=19.2.0, installed: 21.4.0] + - iniconfig [required: Any, installed: 1.1.1] + - packaging [required: Any, installed: 21.3] + - pyparsing [required: >=2.0.2,!=3.0.5, installed: 3.0.9] + - pluggy [required: >=0.12,<2.0, installed: 1.0.0] + - py [required: >=1.8.2, installed: 1.11.0] + - tomli [required: >=1.0.0, installed: 2.0.1] +pytest-timeout==2.1.0 + - pytest [required: >=5.0.0, installed: 7.1.2] + - attrs [required: >=19.2.0, installed: 21.4.0] + - iniconfig [required: Any, installed: 1.1.1] + - packaging [required: Any, installed: 21.3] + - pyparsing [required: >=2.0.2,!=3.0.5, installed: 3.0.9] + - pluggy [required: >=0.12,<2.0, installed: 1.0.0] + - py [required: >=1.8.2, installed: 1.11.0] + - tomli [required: >=1.0.0, installed: 2.0.1] +thoth-messaging==0.16.2 + - click [required: Any, installed: 8.1.3] + - confluent-kafka [required: Any, installed: 1.9.0] + - pydantic [required: Any, installed: 1.9.1] + - typing-extensions [required: >=3.7.4.3, installed: 4.3.0] + - thoth-common [required: Any, installed: 0.36.3] + - argo-workflows [required: >=3.5,<4, installed: 3.6.1] + - kubernetes [required: >=11.0.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - mock [required: Any, installed: 4.0.3] + - attrdict [required: Any, installed: 2.0.1] + - six [required: Any, installed: 1.16.0] + - attrs [required: Any, installed: 21.4.0] + - daiquiri [required: Any, installed: 3.2.1] + - python-json-logger [required: Any, installed: 2.0.4] + - jsonformatter [required: Any, installed: 0.3.1] + - kubernetes [required: >=12.0.1, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - openshift [required: ~=0.12.0, installed: 0.12.1] + - jinja2 [required: Any, installed: 3.1.2] + - MarkupSafe [required: >=2.0, installed: 2.1.1] + - kubernetes [required: ~=12.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - python-string-utils [required: Any, installed: 1.0.0] + - ruamel.yaml [required: Any, installed: 0.17.21] + - ruamel.yaml.clib [required: >=0.2.6, installed: 0.2.6] + - six [required: Any, installed: 1.16.0] + - pyyaml [required: Any, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - rfc5424-logging-handler [required: Any, installed: 1.4.3] + - pytz [required: Any, installed: 2022.1] + - tzlocal [required: Any, installed: 4.2] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - pytz-deprecation-shim [required: Any, installed: 0.1.0.post0] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - tzdata [required: Any, installed: 2022.1] + - sentry-sdk [required: Any, installed: 1.7.2] + - certifi [required: Any, installed: 2022.6.15] + - urllib3 [required: >=1.10.0, installed: 1.26.10] +thoth-report-processing==0.8.1 + - deepdiff [required: Any, installed: 5.8.1] + - ordered-set [required: >=4.1.0,<4.2.0, installed: 4.1.0] + - numpy [required: Any, installed: 1.23.1] + - pandas [required: Any, installed: 1.4.3] + - numpy [required: >=1.18.5, installed: 1.23.1] + - python-dateutil [required: >=2.8.1, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pytz [required: >=2020.1, installed: 2022.1] + - scikit-learn [required: Any, installed: 1.1.1] + - joblib [required: >=1.0.0, installed: 1.1.0] + - numpy [required: >=1.17.3, installed: 1.23.1] + - scipy [required: >=1.3.2, installed: 1.8.1] + - numpy [required: >=1.17.3,<1.25.0, installed: 1.23.1] + - threadpoolctl [required: >=2.0.0, installed: 3.1.0] + - tabulate [required: Any, installed: 0.8.10] + - thoth-common [required: Any, installed: 0.36.3] + - argo-workflows [required: >=3.5,<4, installed: 3.6.1] + - kubernetes [required: >=11.0.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - mock [required: Any, installed: 4.0.3] + - attrdict [required: Any, installed: 2.0.1] + - six [required: Any, installed: 1.16.0] + - attrs [required: Any, installed: 21.4.0] + - daiquiri [required: Any, installed: 3.2.1] + - python-json-logger [required: Any, installed: 2.0.4] + - jsonformatter [required: Any, installed: 0.3.1] + - kubernetes [required: >=12.0.1, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - openshift [required: ~=0.12.0, installed: 0.12.1] + - jinja2 [required: Any, installed: 3.1.2] + - MarkupSafe [required: >=2.0, installed: 2.1.1] + - kubernetes [required: ~=12.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - python-string-utils [required: Any, installed: 1.0.0] + - ruamel.yaml [required: Any, installed: 0.17.21] + - ruamel.yaml.clib [required: >=0.2.6, installed: 0.2.6] + - six [required: Any, installed: 1.16.0] + - pyyaml [required: Any, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - rfc5424-logging-handler [required: Any, installed: 1.4.3] + - pytz [required: Any, installed: 2022.1] + - tzlocal [required: Any, installed: 4.2] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - pytz-deprecation-shim [required: Any, installed: 0.1.0.post0] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - tzdata [required: Any, installed: 2022.1] + - sentry-sdk [required: Any, installed: 1.7.2] + - certifi [required: Any, installed: 2022.6.15] + - urllib3 [required: >=1.10.0, installed: 1.26.10] + - thoth-storages [required: Any, installed: 0.72.1] + - alembic [required: Any, installed: 1.8.1] + - importlib-metadata [required: Any, installed: 4.12.0] + - zipp [required: >=0.5, installed: 3.8.1] + - importlib-resources [required: Any, installed: 5.8.0] + - zipp [required: >=3.1.0, installed: 3.8.1] + - Mako [required: Any, installed: 1.2.1] + - MarkupSafe [required: >=0.9.2, installed: 2.1.1] + - SQLAlchemy [required: >=1.3.0, installed: 1.3.24] + - amun [required: Any, installed: 0.5.0] + - certifi [required: Any, installed: 2022.6.15] + - python-dateutil [required: Any, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - setuptools [required: Any, installed: 62.6.0] + - six [required: Any, installed: 1.16.0] + - urllib3 [required: Any, installed: 1.26.10] + - boto3 [required: Any, installed: 1.24.32] + - botocore [required: >=1.27.32,<1.28.0, installed: 1.27.32] + - jmespath [required: >=0.7.1,<2.0.0, installed: 1.0.1] + - python-dateutil [required: >=2.1,<3.0.0, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - urllib3 [required: >=1.25.4,<1.27, installed: 1.26.10] + - jmespath [required: >=0.7.1,<2.0.0, installed: 1.0.1] + - s3transfer [required: >=0.6.0,<0.7.0, installed: 0.6.0] + - botocore [required: >=1.12.36,<2.0a.0, installed: 1.27.32] + - jmespath [required: >=0.7.1,<2.0.0, installed: 1.0.1] + - python-dateutil [required: >=2.1,<3.0.0, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - urllib3 [required: >=1.25.4,<1.27, installed: 1.26.10] + - click [required: Any, installed: 8.1.3] + - psycopg2-binary [required: Any, installed: 2.9.3] + - python-dateutil [required: Any, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: Any, installed: 6.0] + - sqlalchemy [required: <1.4.0, installed: 1.3.24] + - sqlalchemy-utils [required: Any, installed: 0.38.3] + - SQLAlchemy [required: >=1.3, installed: 1.3.24] + - thoth-common [required: Any, installed: 0.36.3] + - argo-workflows [required: >=3.5,<4, installed: 3.6.1] + - kubernetes [required: >=11.0.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - mock [required: Any, installed: 4.0.3] + - attrdict [required: Any, installed: 2.0.1] + - six [required: Any, installed: 1.16.0] + - attrs [required: Any, installed: 21.4.0] + - daiquiri [required: Any, installed: 3.2.1] + - python-json-logger [required: Any, installed: 2.0.4] + - jsonformatter [required: Any, installed: 0.3.1] + - kubernetes [required: >=12.0.1, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - openshift [required: ~=0.12.0, installed: 0.12.1] + - jinja2 [required: Any, installed: 3.1.2] + - MarkupSafe [required: >=2.0, installed: 2.1.1] + - kubernetes [required: ~=12.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - python-string-utils [required: Any, installed: 1.0.0] + - ruamel.yaml [required: Any, installed: 0.17.21] + - ruamel.yaml.clib [required: >=0.2.6, installed: 0.2.6] + - six [required: Any, installed: 1.16.0] + - pyyaml [required: Any, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - rfc5424-logging-handler [required: Any, installed: 1.4.3] + - pytz [required: Any, installed: 2022.1] + - tzlocal [required: Any, installed: 4.2] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - pytz-deprecation-shim [required: Any, installed: 0.1.0.post0] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - tzdata [required: Any, installed: 2022.1] + - sentry-sdk [required: Any, installed: 1.7.2] + - certifi [required: Any, installed: 2022.6.15] + - urllib3 [required: >=1.10.0, installed: 1.26.10] + - thoth-python [required: Any, installed: 0.16.10] + - aiohttp [required: Any, installed: 3.8.1] + - aiosignal [required: >=1.1.2, installed: 1.2.0] + - frozenlist [required: >=1.1.0, installed: 1.3.0] + - async-timeout [required: >=4.0.0a3,<5.0, installed: 4.0.2] + - attrs [required: >=17.3.0, installed: 21.4.0] + - charset-normalizer [required: >=2.0,<3.0, installed: 2.1.0] + - frozenlist [required: >=1.1.1, installed: 1.3.0] + - multidict [required: >=4.5,<7.0, installed: 6.0.2] + - yarl [required: >=1.0,<2.0, installed: 1.7.2] + - idna [required: >=2.0, installed: 3.3] + - multidict [required: >=4.0, installed: 6.0.2] + - attrs [required: Any, installed: 21.4.0] + - beautifulsoup4 [required: ==4.6.3, installed: 4.6.3] + - click [required: Any, installed: 8.1.3] + - lxml [required: Any, installed: 4.9.1] + - packaging [required: Any, installed: 21.3] + - pyparsing [required: >=2.0.2,!=3.0.5, installed: 3.0.9] + - pyelftools [required: Any, installed: 0.28] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - semantic-version [required: Any, installed: 2.10.0] + - setuptools [required: Any, installed: 62.6.0] + - thoth-analyzer [required: Any, installed: 0.1.8] + - click [required: Any, installed: 8.1.3] + - delegator.py [required: >=0.1.0, installed: 0.1.1] + - pexpect [required: >=4.1.0, installed: 4.8.0] + - ptyprocess [required: >=0.5, installed: 0.7.0] + - distro [required: Any, installed: 1.7.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - thoth-common [required: Any, installed: 0.36.3] + - argo-workflows [required: >=3.5,<4, installed: 3.6.1] + - kubernetes [required: >=11.0.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - mock [required: Any, installed: 4.0.3] + - attrdict [required: Any, installed: 2.0.1] + - six [required: Any, installed: 1.16.0] + - attrs [required: Any, installed: 21.4.0] + - daiquiri [required: Any, installed: 3.2.1] + - python-json-logger [required: Any, installed: 2.0.4] + - jsonformatter [required: Any, installed: 0.3.1] + - kubernetes [required: >=12.0.1, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - openshift [required: ~=0.12.0, installed: 0.12.1] + - jinja2 [required: Any, installed: 3.1.2] + - MarkupSafe [required: >=2.0, installed: 2.1.1] + - kubernetes [required: ~=12.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - python-string-utils [required: Any, installed: 1.0.0] + - ruamel.yaml [required: Any, installed: 0.17.21] + - ruamel.yaml.clib [required: >=0.2.6, installed: 0.2.6] + - six [required: Any, installed: 1.16.0] + - pyyaml [required: Any, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - rfc5424-logging-handler [required: Any, installed: 1.4.3] + - pytz [required: Any, installed: 2022.1] + - tzlocal [required: Any, installed: 4.2] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - pytz-deprecation-shim [required: Any, installed: 0.1.0.post0] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - tzdata [required: Any, installed: 2022.1] + - sentry-sdk [required: Any, installed: 1.7.2] + - certifi [required: Any, installed: 2022.6.15] + - urllib3 [required: >=1.10.0, installed: 1.26.10] + - thoth-common [required: Any, installed: 0.36.3] + - argo-workflows [required: >=3.5,<4, installed: 3.6.1] + - kubernetes [required: >=11.0.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - mock [required: Any, installed: 4.0.3] + - attrdict [required: Any, installed: 2.0.1] + - six [required: Any, installed: 1.16.0] + - attrs [required: Any, installed: 21.4.0] + - daiquiri [required: Any, installed: 3.2.1] + - python-json-logger [required: Any, installed: 2.0.4] + - jsonformatter [required: Any, installed: 0.3.1] + - kubernetes [required: >=12.0.1, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - openshift [required: ~=0.12.0, installed: 0.12.1] + - jinja2 [required: Any, installed: 3.1.2] + - MarkupSafe [required: >=2.0, installed: 2.1.1] + - kubernetes [required: ~=12.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - python-string-utils [required: Any, installed: 1.0.0] + - ruamel.yaml [required: Any, installed: 0.17.21] + - ruamel.yaml.clib [required: >=0.2.6, installed: 0.2.6] + - six [required: Any, installed: 1.16.0] + - pyyaml [required: Any, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - rfc5424-logging-handler [required: Any, installed: 1.4.3] + - pytz [required: Any, installed: 2022.1] + - tzlocal [required: Any, installed: 4.2] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - pytz-deprecation-shim [required: Any, installed: 0.1.0.post0] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - tzdata [required: Any, installed: 2022.1] + - sentry-sdk [required: Any, installed: 1.7.2] + - certifi [required: Any, installed: 2022.6.15] + - urllib3 [required: >=1.10.0, installed: 1.26.10] + - toml [required: Any, installed: 0.10.2] + - thoth-ssdeep [required: Any, installed: 3.4] + - cffi [required: >=0.8.6, installed: 1.15.1] + - pycparser [required: Any, installed: 2.21] + - six [required: >=1.4.1, installed: 1.16.0] + - voluptuous [required: Any, installed: 0.13.1] + +``` + +
+ + + +##### Notes + +For more information, see [Pipfile](https://raw.githubusercontent.com/thoth-station/reporter/master/Pipfile) and [Pipfile.lock](https://raw.githubusercontent.com/thoth-station/reporter/master/Pipfile.lock). + +Once this issue is resolved, the issue will be automatically closed by bot. + +/label thoth/potential-observation +/kind bug +/priority critical-urgent +",1.0,"Failed to update dependencies to their latest version for ubi8 environment - +Automatic dependency update failed for the current master with SHA 393ff083d87ee43668d608ae5bba633ae4b1f28d. + +The automatic dependency management cannot continue. Please fix errors reported bellow. + + +##### Command + +``` + $ pipenv update --dev +``` + +
+ Standard output + +``` +Running $ pipenv lock then $ pipenv sync. + +``` + +
+ +
+ Standard error + +``` +Creating a virtualenv for this project... +Pipfile: /tmp/clone-dir/Pipfile +Using /home/user/.local/share/virtualenvs/user-5PivF_Od/bin/python3.8 (3.8.12) to create virtualenv... +created virtual environment CPython3.8.12.final.0-64 in 1779ms + creator CPython3Posix(dest=/tmp/clone-dir/.venv, clear=False, no_vcs_ignore=False, global=False) + seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/tmp/tmp7925vnzj) + added seed packages: pip==22.1.2, setuptools==62.6.0, wheel==0.37.1 + activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator + + +Successfully created virtual environment! +Virtualenv location: /tmp/clone-dir/.venv +Locking [dev-packages] dependencies... + +Building requirements... + +Resolving dependencies... + +FAIL +[ResolutionFailure]: File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/resolver.py"", line 741, in _main +[ResolutionFailure]: resolve_packages(pre, clear, verbose, system, write, requirements_dir, packages, dev) +[ResolutionFailure]: File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/resolver.py"", line 702, in resolve_packages +[ResolutionFailure]: results, resolver = resolve( +[ResolutionFailure]: File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/resolver.py"", line 684, in resolve +[ResolutionFailure]: return resolve_deps( +[ResolutionFailure]: File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py"", line 1395, in resolve_deps +[ResolutionFailure]: results, hashes, markers_lookup, resolver, skipped = actually_resolve_deps( +[ResolutionFailure]: File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py"", line 1108, in actually_resolve_deps +[ResolutionFailure]: resolver.resolve() +[ResolutionFailure]: File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py"", line 833, in resolve +[ResolutionFailure]: raise ResolutionFailure(message=str(e)) +[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies. + First try clearing your dependency cache with $ pipenv lock --clear, then try the original command again. + Alternatively, you can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation. + Hint: try $ pipenv lock --pre if it is a pre-release dependency. +ERROR: Could not find a version that matches exceptiongroup>=1.0.0rc8 (from hypothesis==6.52.3->-r /tmp/pipenv07s2j89frequirements/pipenv-aq829uj_-constraints.txt (line 3)) +Skipped pre-versions: 0.0.0a0, 0.0.0a0, 1.0.0rc1, 1.0.0rc1, 1.0.0rc2, 1.0.0rc2, 1.0.0rc3, 1.0.0rc3, 1.0.0rc4, 1.0.0rc4, 1.0.0rc5, 1.0.0rc5, 1.0.0rc6, 1.0.0rc6, 1.0.0rc7, 1.0.0rc7, 1.0.0rc8, 1.0.0rc8 +There are incompatible versions in the resolved dependencies: + + +Traceback (most recent call last): + File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py"", line 1131, in create_spinner + yield sp + File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py"", line 1338, in venv_resolve_deps + c = resolve(cmd, sp) + File ""/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py"", line 1176, in resolve + sys.exit(c.return_code) +SystemExit: 1 + + +``` + +
+ +
+ Environment details + +``` + +Kebechet version: 1.10.1 +Python version: 3.8.12 +Platform: Linux-4.18.0-305.19.1.el8_4.x86_64-x86_64-with-glibc2.2.5 +pipenv version: pipenv, version 2020.11.15 + + +``` + +
+ +
+ Dependency graph + +``` +hypothesis-auto==1.1.4 + - hypothesis [required: >=4.36, installed: 6.52.3] + - attrs [required: >=19.2.0, installed: 21.4.0] + - exceptiongroup [required: >=1.0.0rc8, installed: 1.0.0rc8] + - sortedcontainers [required: >=2.1.0,<3.0.0, installed: 2.4.0] + - pydantic [required: >=0.32.2, installed: 1.9.1] + - typing-extensions [required: >=3.7.4.3, installed: 4.3.0] +pre-commit==2.20.0 + - cfgv [required: >=2.0.0, installed: 3.3.1] + - identify [required: >=1.0.0, installed: 2.5.1] + - nodeenv [required: >=0.11.1, installed: 1.7.0] + - setuptools [required: Any, installed: 62.6.0] + - pyyaml [required: >=5.1, installed: 6.0] + - toml [required: Any, installed: 0.10.2] + - virtualenv [required: >=20.0.8, installed: 20.15.1] + - distlib [required: >=0.3.1,<1, installed: 0.3.5] + - filelock [required: >=3.2,<4, installed: 3.7.1] + - platformdirs [required: >=2,<3, installed: 2.5.2] + - six [required: >=1.9.0,<2, installed: 1.16.0] +prometheus-client==0.14.1 +pytest-cov==3.0.0 + - coverage [required: >=5.2.1, installed: 6.4.2] + - pytest [required: >=4.6, installed: 7.1.2] + - attrs [required: >=19.2.0, installed: 21.4.0] + - iniconfig [required: Any, installed: 1.1.1] + - packaging [required: Any, installed: 21.3] + - pyparsing [required: >=2.0.2,!=3.0.5, installed: 3.0.9] + - pluggy [required: >=0.12,<2.0, installed: 1.0.0] + - py [required: >=1.8.2, installed: 1.11.0] + - tomli [required: >=1.0.0, installed: 2.0.1] +pytest-mypy==0.9.1 + - attrs [required: >=19.0, installed: 21.4.0] + - filelock [required: >=3.0, installed: 3.7.1] + - mypy [required: >=0.700, installed: 0.971] + - mypy-extensions [required: >=0.4.3, installed: 0.4.3] + - tomli [required: >=1.1.0, installed: 2.0.1] + - typing-extensions [required: >=3.10, installed: 4.3.0] + - pytest [required: >=4.6, installed: 7.1.2] + - attrs [required: >=19.2.0, installed: 21.4.0] + - iniconfig [required: Any, installed: 1.1.1] + - packaging [required: Any, installed: 21.3] + - pyparsing [required: >=2.0.2,!=3.0.5, installed: 3.0.9] + - pluggy [required: >=0.12,<2.0, installed: 1.0.0] + - py [required: >=1.8.2, installed: 1.11.0] + - tomli [required: >=1.0.0, installed: 2.0.1] +pytest-timeout==2.1.0 + - pytest [required: >=5.0.0, installed: 7.1.2] + - attrs [required: >=19.2.0, installed: 21.4.0] + - iniconfig [required: Any, installed: 1.1.1] + - packaging [required: Any, installed: 21.3] + - pyparsing [required: >=2.0.2,!=3.0.5, installed: 3.0.9] + - pluggy [required: >=0.12,<2.0, installed: 1.0.0] + - py [required: >=1.8.2, installed: 1.11.0] + - tomli [required: >=1.0.0, installed: 2.0.1] +thoth-messaging==0.16.2 + - click [required: Any, installed: 8.1.3] + - confluent-kafka [required: Any, installed: 1.9.0] + - pydantic [required: Any, installed: 1.9.1] + - typing-extensions [required: >=3.7.4.3, installed: 4.3.0] + - thoth-common [required: Any, installed: 0.36.3] + - argo-workflows [required: >=3.5,<4, installed: 3.6.1] + - kubernetes [required: >=11.0.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - mock [required: Any, installed: 4.0.3] + - attrdict [required: Any, installed: 2.0.1] + - six [required: Any, installed: 1.16.0] + - attrs [required: Any, installed: 21.4.0] + - daiquiri [required: Any, installed: 3.2.1] + - python-json-logger [required: Any, installed: 2.0.4] + - jsonformatter [required: Any, installed: 0.3.1] + - kubernetes [required: >=12.0.1, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - openshift [required: ~=0.12.0, installed: 0.12.1] + - jinja2 [required: Any, installed: 3.1.2] + - MarkupSafe [required: >=2.0, installed: 2.1.1] + - kubernetes [required: ~=12.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - python-string-utils [required: Any, installed: 1.0.0] + - ruamel.yaml [required: Any, installed: 0.17.21] + - ruamel.yaml.clib [required: >=0.2.6, installed: 0.2.6] + - six [required: Any, installed: 1.16.0] + - pyyaml [required: Any, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - rfc5424-logging-handler [required: Any, installed: 1.4.3] + - pytz [required: Any, installed: 2022.1] + - tzlocal [required: Any, installed: 4.2] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - pytz-deprecation-shim [required: Any, installed: 0.1.0.post0] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - tzdata [required: Any, installed: 2022.1] + - sentry-sdk [required: Any, installed: 1.7.2] + - certifi [required: Any, installed: 2022.6.15] + - urllib3 [required: >=1.10.0, installed: 1.26.10] +thoth-report-processing==0.8.1 + - deepdiff [required: Any, installed: 5.8.1] + - ordered-set [required: >=4.1.0,<4.2.0, installed: 4.1.0] + - numpy [required: Any, installed: 1.23.1] + - pandas [required: Any, installed: 1.4.3] + - numpy [required: >=1.18.5, installed: 1.23.1] + - python-dateutil [required: >=2.8.1, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pytz [required: >=2020.1, installed: 2022.1] + - scikit-learn [required: Any, installed: 1.1.1] + - joblib [required: >=1.0.0, installed: 1.1.0] + - numpy [required: >=1.17.3, installed: 1.23.1] + - scipy [required: >=1.3.2, installed: 1.8.1] + - numpy [required: >=1.17.3,<1.25.0, installed: 1.23.1] + - threadpoolctl [required: >=2.0.0, installed: 3.1.0] + - tabulate [required: Any, installed: 0.8.10] + - thoth-common [required: Any, installed: 0.36.3] + - argo-workflows [required: >=3.5,<4, installed: 3.6.1] + - kubernetes [required: >=11.0.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - mock [required: Any, installed: 4.0.3] + - attrdict [required: Any, installed: 2.0.1] + - six [required: Any, installed: 1.16.0] + - attrs [required: Any, installed: 21.4.0] + - daiquiri [required: Any, installed: 3.2.1] + - python-json-logger [required: Any, installed: 2.0.4] + - jsonformatter [required: Any, installed: 0.3.1] + - kubernetes [required: >=12.0.1, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - openshift [required: ~=0.12.0, installed: 0.12.1] + - jinja2 [required: Any, installed: 3.1.2] + - MarkupSafe [required: >=2.0, installed: 2.1.1] + - kubernetes [required: ~=12.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - python-string-utils [required: Any, installed: 1.0.0] + - ruamel.yaml [required: Any, installed: 0.17.21] + - ruamel.yaml.clib [required: >=0.2.6, installed: 0.2.6] + - six [required: Any, installed: 1.16.0] + - pyyaml [required: Any, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - rfc5424-logging-handler [required: Any, installed: 1.4.3] + - pytz [required: Any, installed: 2022.1] + - tzlocal [required: Any, installed: 4.2] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - pytz-deprecation-shim [required: Any, installed: 0.1.0.post0] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - tzdata [required: Any, installed: 2022.1] + - sentry-sdk [required: Any, installed: 1.7.2] + - certifi [required: Any, installed: 2022.6.15] + - urllib3 [required: >=1.10.0, installed: 1.26.10] + - thoth-storages [required: Any, installed: 0.72.1] + - alembic [required: Any, installed: 1.8.1] + - importlib-metadata [required: Any, installed: 4.12.0] + - zipp [required: >=0.5, installed: 3.8.1] + - importlib-resources [required: Any, installed: 5.8.0] + - zipp [required: >=3.1.0, installed: 3.8.1] + - Mako [required: Any, installed: 1.2.1] + - MarkupSafe [required: >=0.9.2, installed: 2.1.1] + - SQLAlchemy [required: >=1.3.0, installed: 1.3.24] + - amun [required: Any, installed: 0.5.0] + - certifi [required: Any, installed: 2022.6.15] + - python-dateutil [required: Any, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - setuptools [required: Any, installed: 62.6.0] + - six [required: Any, installed: 1.16.0] + - urllib3 [required: Any, installed: 1.26.10] + - boto3 [required: Any, installed: 1.24.32] + - botocore [required: >=1.27.32,<1.28.0, installed: 1.27.32] + - jmespath [required: >=0.7.1,<2.0.0, installed: 1.0.1] + - python-dateutil [required: >=2.1,<3.0.0, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - urllib3 [required: >=1.25.4,<1.27, installed: 1.26.10] + - jmespath [required: >=0.7.1,<2.0.0, installed: 1.0.1] + - s3transfer [required: >=0.6.0,<0.7.0, installed: 0.6.0] + - botocore [required: >=1.12.36,<2.0a.0, installed: 1.27.32] + - jmespath [required: >=0.7.1,<2.0.0, installed: 1.0.1] + - python-dateutil [required: >=2.1,<3.0.0, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - urllib3 [required: >=1.25.4,<1.27, installed: 1.26.10] + - click [required: Any, installed: 8.1.3] + - psycopg2-binary [required: Any, installed: 2.9.3] + - python-dateutil [required: Any, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: Any, installed: 6.0] + - sqlalchemy [required: <1.4.0, installed: 1.3.24] + - sqlalchemy-utils [required: Any, installed: 0.38.3] + - SQLAlchemy [required: >=1.3, installed: 1.3.24] + - thoth-common [required: Any, installed: 0.36.3] + - argo-workflows [required: >=3.5,<4, installed: 3.6.1] + - kubernetes [required: >=11.0.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - mock [required: Any, installed: 4.0.3] + - attrdict [required: Any, installed: 2.0.1] + - six [required: Any, installed: 1.16.0] + - attrs [required: Any, installed: 21.4.0] + - daiquiri [required: Any, installed: 3.2.1] + - python-json-logger [required: Any, installed: 2.0.4] + - jsonformatter [required: Any, installed: 0.3.1] + - kubernetes [required: >=12.0.1, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - openshift [required: ~=0.12.0, installed: 0.12.1] + - jinja2 [required: Any, installed: 3.1.2] + - MarkupSafe [required: >=2.0, installed: 2.1.1] + - kubernetes [required: ~=12.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - python-string-utils [required: Any, installed: 1.0.0] + - ruamel.yaml [required: Any, installed: 0.17.21] + - ruamel.yaml.clib [required: >=0.2.6, installed: 0.2.6] + - six [required: Any, installed: 1.16.0] + - pyyaml [required: Any, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - rfc5424-logging-handler [required: Any, installed: 1.4.3] + - pytz [required: Any, installed: 2022.1] + - tzlocal [required: Any, installed: 4.2] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - pytz-deprecation-shim [required: Any, installed: 0.1.0.post0] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - tzdata [required: Any, installed: 2022.1] + - sentry-sdk [required: Any, installed: 1.7.2] + - certifi [required: Any, installed: 2022.6.15] + - urllib3 [required: >=1.10.0, installed: 1.26.10] + - thoth-python [required: Any, installed: 0.16.10] + - aiohttp [required: Any, installed: 3.8.1] + - aiosignal [required: >=1.1.2, installed: 1.2.0] + - frozenlist [required: >=1.1.0, installed: 1.3.0] + - async-timeout [required: >=4.0.0a3,<5.0, installed: 4.0.2] + - attrs [required: >=17.3.0, installed: 21.4.0] + - charset-normalizer [required: >=2.0,<3.0, installed: 2.1.0] + - frozenlist [required: >=1.1.1, installed: 1.3.0] + - multidict [required: >=4.5,<7.0, installed: 6.0.2] + - yarl [required: >=1.0,<2.0, installed: 1.7.2] + - idna [required: >=2.0, installed: 3.3] + - multidict [required: >=4.0, installed: 6.0.2] + - attrs [required: Any, installed: 21.4.0] + - beautifulsoup4 [required: ==4.6.3, installed: 4.6.3] + - click [required: Any, installed: 8.1.3] + - lxml [required: Any, installed: 4.9.1] + - packaging [required: Any, installed: 21.3] + - pyparsing [required: >=2.0.2,!=3.0.5, installed: 3.0.9] + - pyelftools [required: Any, installed: 0.28] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - semantic-version [required: Any, installed: 2.10.0] + - setuptools [required: Any, installed: 62.6.0] + - thoth-analyzer [required: Any, installed: 0.1.8] + - click [required: Any, installed: 8.1.3] + - delegator.py [required: >=0.1.0, installed: 0.1.1] + - pexpect [required: >=4.1.0, installed: 4.8.0] + - ptyprocess [required: >=0.5, installed: 0.7.0] + - distro [required: Any, installed: 1.7.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - thoth-common [required: Any, installed: 0.36.3] + - argo-workflows [required: >=3.5,<4, installed: 3.6.1] + - kubernetes [required: >=11.0.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - mock [required: Any, installed: 4.0.3] + - attrdict [required: Any, installed: 2.0.1] + - six [required: Any, installed: 1.16.0] + - attrs [required: Any, installed: 21.4.0] + - daiquiri [required: Any, installed: 3.2.1] + - python-json-logger [required: Any, installed: 2.0.4] + - jsonformatter [required: Any, installed: 0.3.1] + - kubernetes [required: >=12.0.1, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - openshift [required: ~=0.12.0, installed: 0.12.1] + - jinja2 [required: Any, installed: 3.1.2] + - MarkupSafe [required: >=2.0, installed: 2.1.1] + - kubernetes [required: ~=12.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - python-string-utils [required: Any, installed: 1.0.0] + - ruamel.yaml [required: Any, installed: 0.17.21] + - ruamel.yaml.clib [required: >=0.2.6, installed: 0.2.6] + - six [required: Any, installed: 1.16.0] + - pyyaml [required: Any, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - rfc5424-logging-handler [required: Any, installed: 1.4.3] + - pytz [required: Any, installed: 2022.1] + - tzlocal [required: Any, installed: 4.2] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - pytz-deprecation-shim [required: Any, installed: 0.1.0.post0] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - tzdata [required: Any, installed: 2022.1] + - sentry-sdk [required: Any, installed: 1.7.2] + - certifi [required: Any, installed: 2022.6.15] + - urllib3 [required: >=1.10.0, installed: 1.26.10] + - thoth-common [required: Any, installed: 0.36.3] + - argo-workflows [required: >=3.5,<4, installed: 3.6.1] + - kubernetes [required: >=11.0.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - mock [required: Any, installed: 4.0.3] + - attrdict [required: Any, installed: 2.0.1] + - six [required: Any, installed: 1.16.0] + - attrs [required: Any, installed: 21.4.0] + - daiquiri [required: Any, installed: 3.2.1] + - python-json-logger [required: Any, installed: 2.0.4] + - jsonformatter [required: Any, installed: 0.3.1] + - kubernetes [required: >=12.0.1, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - openshift [required: ~=0.12.0, installed: 0.12.1] + - jinja2 [required: Any, installed: 3.1.2] + - MarkupSafe [required: >=2.0, installed: 2.1.1] + - kubernetes [required: ~=12.0, installed: 12.0.1] + - certifi [required: >=14.05.14, installed: 2022.6.15] + - google-auth [required: >=1.0.1, installed: 2.9.1] + - cachetools [required: >=2.0.0,<6.0, installed: 5.2.0] + - pyasn1-modules [required: >=0.2.1, installed: 0.2.8] + - pyasn1 [required: >=0.4.6,<0.5.0, installed: 0.4.8] + - rsa [required: >=3.1.4,<5, installed: 4.8] + - pyasn1 [required: >=0.1.3, installed: 0.4.8] + - six [required: >=1.9.0, installed: 1.16.0] + - python-dateutil [required: >=2.5.3, installed: 2.8.2] + - six [required: >=1.5, installed: 1.16.0] + - pyyaml [required: >=3.12, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - requests-oauthlib [required: Any, installed: 1.3.1] + - oauthlib [required: >=3.0.0, installed: 3.2.0] + - requests [required: >=2.0.0, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - setuptools [required: >=21.0.0, installed: 62.6.0] + - six [required: >=1.9.0, installed: 1.16.0] + - urllib3 [required: >=1.24.2, installed: 1.26.10] + - websocket-client [required: >=0.32.0,!=0.42.*,!=0.41.*,!=0.40.0, installed: 1.3.3] + - python-string-utils [required: Any, installed: 1.0.0] + - ruamel.yaml [required: Any, installed: 0.17.21] + - ruamel.yaml.clib [required: >=0.2.6, installed: 0.2.6] + - six [required: Any, installed: 1.16.0] + - pyyaml [required: Any, installed: 6.0] + - requests [required: Any, installed: 2.28.1] + - certifi [required: >=2017.4.17, installed: 2022.6.15] + - charset-normalizer [required: >=2,<3, installed: 2.1.0] + - idna [required: >=2.5,<4, installed: 3.3] + - urllib3 [required: >=1.21.1,<1.27, installed: 1.26.10] + - rfc5424-logging-handler [required: Any, installed: 1.4.3] + - pytz [required: Any, installed: 2022.1] + - tzlocal [required: Any, installed: 4.2] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - pytz-deprecation-shim [required: Any, installed: 0.1.0.post0] + - backports.zoneinfo [required: Any, installed: 0.2.1] + - tzdata [required: Any, installed: 2022.1] + - sentry-sdk [required: Any, installed: 1.7.2] + - certifi [required: Any, installed: 2022.6.15] + - urllib3 [required: >=1.10.0, installed: 1.26.10] + - toml [required: Any, installed: 0.10.2] + - thoth-ssdeep [required: Any, installed: 3.4] + - cffi [required: >=0.8.6, installed: 1.15.1] + - pycparser [required: Any, installed: 2.21] + - six [required: >=1.4.1, installed: 1.16.0] + - voluptuous [required: Any, installed: 0.13.1] + +``` + +
+ + + +##### Notes + +For more information, see [Pipfile](https://raw.githubusercontent.com/thoth-station/reporter/master/Pipfile) and [Pipfile.lock](https://raw.githubusercontent.com/thoth-station/reporter/master/Pipfile.lock). + +Once this issue is resolved, the issue will be automatically closed by bot. + +/label thoth/potential-observation +/kind bug +/priority critical-urgent +",0,failed to update dependencies to their latest version for environment automatic dependency update failed for the current master with sha the automatic dependency management cannot continue please fix errors reported bellow command pipenv update dev standard output running pipenv lock then pipenv sync standard error creating a virtualenv for this project pipfile tmp clone dir pipfile using home user local share virtualenvs user od bin to create virtualenv created virtual environment final in creator dest tmp clone dir venv clear false no vcs ignore false global false seeder fromappdata download false pip bundle setuptools bundle wheel bundle via copy app data dir tmp added seed packages pip setuptools wheel activators bashactivator cshellactivator fishactivator nushellactivator powershellactivator pythonactivator successfully created virtual environment  kvirtualenv location tmp clone dir venv locking dependencies building requirements  k resolving dependencies  k fail  file home user local share virtualenvs user od lib site packages pipenv resolver py line in main resolve packages pre clear verbose system write requirements dir packages dev file home user local share virtualenvs user od lib site packages pipenv resolver py line in resolve packages results resolver resolve file home user local share virtualenvs user od lib site packages pipenv resolver py line in resolve return resolve deps file home user local share virtualenvs user od lib site packages pipenv utils py line in resolve deps results hashes markers lookup resolver skipped actually resolve deps file home user local share virtualenvs user od lib site packages pipenv utils py line in actually resolve deps resolver resolve file home user local share virtualenvs user od lib site packages pipenv utils py line in resolve raise resolutionfailure message str e warning your dependencies could not be resolved you likely have a mismatch in your sub dependencies first try clearing your dependency cache with pipenv lock clear then try the original command again alternatively you can use pipenv install skip lock to bypass this mechanism then run pipenv graph to inspect the situation hint try pipenv lock pre if it is a pre release dependency error could not find a version that matches exceptiongroup from hypothesis r tmp pipenv constraints txt line skipped pre versions there are incompatible versions in the resolved dependencies traceback most recent call last file home user local share virtualenvs user od lib site packages pipenv utils py line in create spinner yield sp file home user local share virtualenvs user od lib site packages pipenv utils py line in venv resolve deps c resolve cmd sp file home user local share virtualenvs user od lib site packages pipenv utils py line in resolve sys exit c return code systemexit  k environment details kebechet version python version platform linux with pipenv version pipenv version dependency graph hypothesis auto hypothesis attrs exceptiongroup sortedcontainers pydantic typing extensions pre commit cfgv identify nodeenv setuptools pyyaml toml virtualenv distlib filelock platformdirs six prometheus client pytest cov coverage pytest attrs iniconfig packaging pyparsing pluggy py tomli pytest mypy attrs filelock mypy mypy extensions tomli typing extensions pytest attrs iniconfig packaging pyparsing pluggy py tomli pytest timeout pytest attrs iniconfig packaging pyparsing pluggy py tomli thoth messaging click confluent kafka pydantic typing extensions thoth common argo workflows kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client mock attrdict six attrs daiquiri python json logger jsonformatter kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client openshift markupsafe kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client python string utils ruamel yaml ruamel yaml clib six pyyaml requests certifi charset normalizer idna logging handler pytz tzlocal backports zoneinfo pytz deprecation shim backports zoneinfo tzdata sentry sdk certifi thoth report processing deepdiff ordered set numpy pandas numpy python dateutil six pytz scikit learn joblib numpy scipy numpy threadpoolctl tabulate thoth common argo workflows kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client mock attrdict six attrs daiquiri python json logger jsonformatter kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client openshift markupsafe kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client python string utils ruamel yaml ruamel yaml clib six pyyaml requests certifi charset normalizer idna logging handler pytz tzlocal backports zoneinfo pytz deprecation shim backports zoneinfo tzdata sentry sdk certifi thoth storages alembic importlib metadata zipp importlib resources zipp mako markupsafe sqlalchemy amun certifi python dateutil six setuptools six botocore jmespath python dateutil six jmespath botocore jmespath python dateutil six click binary python dateutil six pyyaml sqlalchemy sqlalchemy utils sqlalchemy thoth common argo workflows kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client mock attrdict six attrs daiquiri python json logger jsonformatter kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client openshift markupsafe kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client python string utils ruamel yaml ruamel yaml clib six pyyaml requests certifi charset normalizer idna logging handler pytz tzlocal backports zoneinfo pytz deprecation shim backports zoneinfo tzdata sentry sdk certifi thoth python aiohttp aiosignal frozenlist async timeout attrs charset normalizer frozenlist multidict yarl idna multidict attrs click lxml packaging pyparsing pyelftools requests certifi charset normalizer idna semantic version setuptools thoth analyzer click delegator py pexpect ptyprocess distro requests certifi charset normalizer idna thoth common argo workflows kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client mock attrdict six attrs daiquiri python json logger jsonformatter kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client openshift markupsafe kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client python string utils ruamel yaml ruamel yaml clib six pyyaml requests certifi charset normalizer idna logging handler pytz tzlocal backports zoneinfo pytz deprecation shim backports zoneinfo tzdata sentry sdk certifi thoth common argo workflows kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client mock attrdict six attrs daiquiri python json logger jsonformatter kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client openshift markupsafe kubernetes certifi google auth cachetools modules rsa six python dateutil six pyyaml requests certifi charset normalizer idna requests oauthlib oauthlib requests certifi charset normalizer idna setuptools six websocket client python string utils ruamel yaml ruamel yaml clib six pyyaml requests certifi charset normalizer idna logging handler pytz tzlocal backports zoneinfo pytz deprecation shim backports zoneinfo tzdata sentry sdk certifi toml thoth ssdeep cffi pycparser six voluptuous notes for more information see and once this issue is resolved the issue will be automatically closed by bot label thoth potential observation kind bug priority critical urgent ,0 +303727,9310029214.0,IssuesEvent,2019-03-25 17:47:27,lbryio/lbry-android,https://api.github.com/repos/lbryio/lbry-android,closed,Support breaking lbryinc and lbry-redux changes,priority: high,"Several changes were made to the lbryinc and lbry-redux packages, and the mobile app needs to be updated to make use of these changes.",1.0,"Support breaking lbryinc and lbry-redux changes - Several changes were made to the lbryinc and lbry-redux packages, and the mobile app needs to be updated to make use of these changes.",0,support breaking lbryinc and lbry redux changes several changes were made to the lbryinc and lbry redux packages and the mobile app needs to be updated to make use of these changes ,0 +77412,9564744534.0,IssuesEvent,2019-05-05 06:48:58,gitthermal/thermal,https://api.github.com/repos/gitthermal/thermal,opened,Auto fetch/update data,Design Front end 💡 Feature,"## Description + +Automatically fetch or update the data, like status, logs and pull requests.",1.0,"Auto fetch/update data - ## Description + +Automatically fetch or update the data, like status, logs and pull requests.",0,auto fetch update data description automatically fetch or update the data like status logs and pull requests ,0 +74415,9040042476.0,IssuesEvent,2019-02-10 13:01:57,Himalayan-Academy/Siva-Siva-App,https://api.github.com/repos/Himalayan-Academy/Siva-Siva-App,closed,Calendar Module,design feature in progress,"- [x] City picker to pull calendar .ics from minimela.com +- [x] save to user documents folder +- [ ] parse to create array +- [x] show 90 days in scrolling field +- [x] top of card show month range with forward and back 1 month at a time (but showing 90 days each time you move forward 1 month) +- [x] tap on a day to see all the info for the day... top of ""all data"" includes summary and julian date +- [ ] Add user Reminder icon top right open input option for user to add their own ""event"" + - data items: event ""title-summary"" (constrain lenght) | Date |Begin time | end time | note/descdription field + - event title- date and begin and end time shows in calendar section for that day + - tap on something to see the whole reminder entry plus Note... with options to + - delete | forward to a new date | change times | email to a friend +- [x] date picker to jump forward in time (perhaps regular calendar widget pop up? there are lots of those around... or some other easy method to jump to future week +- [ ] link to simple glossary of terms +-[ ] link to the full text of the Hindu Calendar book (its small..I think we can just store the html on disk. +- [ ] We will need to add the hook to the journal entry as well as the tracker (I can do that later) + +**BR assignments:** +- [ ] create small glossary +- [ ] turn Panchangam book into clean html",1.0,"Calendar Module - - [x] City picker to pull calendar .ics from minimela.com +- [x] save to user documents folder +- [ ] parse to create array +- [x] show 90 days in scrolling field +- [x] top of card show month range with forward and back 1 month at a time (but showing 90 days each time you move forward 1 month) +- [x] tap on a day to see all the info for the day... top of ""all data"" includes summary and julian date +- [ ] Add user Reminder icon top right open input option for user to add their own ""event"" + - data items: event ""title-summary"" (constrain lenght) | Date |Begin time | end time | note/descdription field + - event title- date and begin and end time shows in calendar section for that day + - tap on something to see the whole reminder entry plus Note... with options to + - delete | forward to a new date | change times | email to a friend +- [x] date picker to jump forward in time (perhaps regular calendar widget pop up? there are lots of those around... or some other easy method to jump to future week +- [ ] link to simple glossary of terms +-[ ] link to the full text of the Hindu Calendar book (its small..I think we can just store the html on disk. +- [ ] We will need to add the hook to the journal entry as well as the tracker (I can do that later) + +**BR assignments:** +- [ ] create small glossary +- [ ] turn Panchangam book into clean html",0,calendar module city picker to pull calendar ics from minimela com save to user documents folder parse to create array show days in scrolling field top of card show month range with forward and back month at a time but showing days each time you move forward month tap on a day to see all the info for the day top of all data includes summary and julian date add user reminder icon top right open input option for user to add their own event data items event title summary constrain lenght date begin time end time note descdription field event title date and begin and end time shows in calendar section for that day tap on something to see the whole reminder entry plus note with options to delete forward to a new date change times email to a friend date picker to jump forward in time perhaps regular calendar widget pop up there are lots of those around or some other easy method to jump to future week link to simple glossary of terms link to the full text of the hindu calendar book its small i think we can just store the html on disk we will need to add the hook to the journal entry as well as the tracker i can do that later br assignments create small glossary turn panchangam book into clean html,0 +189914,22047151913.0,IssuesEvent,2022-05-30 04:00:16,Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2022-0492,https://api.github.com/repos/Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2022-0492,closed,CVE-2020-12652 (Medium) detected in linuxlinux-4.19.88 - autoclosed,security vulnerability,"## CVE-2020-12652 - Medium Severity Vulnerability +
Vulnerable Library - linuxlinux-4.19.88

+

+ +

The Linux Kernel

+

Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux

+

Found in HEAD commit: 8d2169763c8858bce8d07fbb569f01ef9b30383b

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (2) +

+

+ + /linux-4.19.72/drivers/message/fusion/mptctl.c + /linux-4.19.72/drivers/message/fusion/mptctl.c +

+
+

+

+ +

+
Vulnerability Details +

+ +The __mptctl_ioctl function in drivers/message/fusion/mptctl.c in the Linux kernel before 5.4.14 allows local users to hold an incorrect lock during the ioctl operation and trigger a race condition, i.e., a ""double fetch"" vulnerability, aka CID-28d76df18f0a. NOTE: the vendor states ""The security impact of this bug is not as bad as it could have been because these operations are all privileged and root already has enormous destructive power."" + +

Publish Date: 2020-05-05 +

URL: CVE-2020-12652

+

+
+

+
CVSS 3 Score Details (4.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: High + - Privileges Required: High + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: None + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.14

+

Release Date: 2020-06-13

+

Fix Resolution: 5.4.14

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2020-12652 (Medium) detected in linuxlinux-4.19.88 - autoclosed - ## CVE-2020-12652 - Medium Severity Vulnerability +
Vulnerable Library - linuxlinux-4.19.88

+

+ +

The Linux Kernel

+

Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux

+

Found in HEAD commit: 8d2169763c8858bce8d07fbb569f01ef9b30383b

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (2) +

+

+ + /linux-4.19.72/drivers/message/fusion/mptctl.c + /linux-4.19.72/drivers/message/fusion/mptctl.c +

+
+

+

+ +

+
Vulnerability Details +

+ +The __mptctl_ioctl function in drivers/message/fusion/mptctl.c in the Linux kernel before 5.4.14 allows local users to hold an incorrect lock during the ioctl operation and trigger a race condition, i.e., a ""double fetch"" vulnerability, aka CID-28d76df18f0a. NOTE: the vendor states ""The security impact of this bug is not as bad as it could have been because these operations are all privileged and root already has enormous destructive power."" + +

Publish Date: 2020-05-05 +

URL: CVE-2020-12652

+

+
+

+
CVSS 3 Score Details (4.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: High + - Privileges Required: High + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: None + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.14

+

Release Date: 2020-06-13

+

Fix Resolution: 5.4.14

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in linuxlinux autoclosed cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files linux drivers message fusion mptctl c linux drivers message fusion mptctl c vulnerability details the mptctl ioctl function in drivers message fusion mptctl c in the linux kernel before allows local users to hold an incorrect lock during the ioctl operation and trigger a race condition i e a double fetch vulnerability aka cid note the vendor states the security impact of this bug is not as bad as it could have been because these operations are all privileged and root already has enormous destructive power publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required high 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 +639621,20760021525.0,IssuesEvent,2022-03-15 15:24:48,ooni/probe,https://api.github.com/repos/ooni/probe,closed,cli: experimental should be UnattendedOK,bug good first issue priority/medium ooni/probe-cli,"This issue is about the CLI not running the experimental nettests group in unattended mode. We should actually be running this group in unattended mode. We investigated and it seems there's no particular reason why we ended up doing that, except perhaps an (undocumented) excess of caution. We can close this issue once we've marked experimental as UnattendedOK. (This issue has been discussed with @hellais on Slack.) + +To this end, we need to head over to https://github.com/ooni/probe-cli/blob/master/cmd/ooniprobe/internal/nettests/groups.go and mark experimental as UnattendedOK: true. While there it would also be nice to mark performance explicitly as UnattendedOK: false. We should also probably document why that's the case (i.e., we don't want to max out the bandwidth with background tests). + +As regards testing this functionality, it would probably suffice to run `ooniprobe run unattended` to simulate running in unattended mode and manually verifying that the experimental group runs in this case.",1.0,"cli: experimental should be UnattendedOK - This issue is about the CLI not running the experimental nettests group in unattended mode. We should actually be running this group in unattended mode. We investigated and it seems there's no particular reason why we ended up doing that, except perhaps an (undocumented) excess of caution. We can close this issue once we've marked experimental as UnattendedOK. (This issue has been discussed with @hellais on Slack.) + +To this end, we need to head over to https://github.com/ooni/probe-cli/blob/master/cmd/ooniprobe/internal/nettests/groups.go and mark experimental as UnattendedOK: true. While there it would also be nice to mark performance explicitly as UnattendedOK: false. We should also probably document why that's the case (i.e., we don't want to max out the bandwidth with background tests). + +As regards testing this functionality, it would probably suffice to run `ooniprobe run unattended` to simulate running in unattended mode and manually verifying that the experimental group runs in this case.",0,cli experimental should be unattendedok this issue is about the cli not running the experimental nettests group in unattended mode we should actually be running this group in unattended mode we investigated and it seems there s no particular reason why we ended up doing that except perhaps an undocumented excess of caution we can close this issue once we ve marked experimental as unattendedok this issue has been discussed with hellais on slack to this end we need to head over to and mark experimental as unattendedok true while there it would also be nice to mark performance explicitly as unattendedok false we should also probably document why that s the case i e we don t want to max out the bandwidth with background tests as regards testing this functionality it would probably suffice to run ooniprobe run unattended to simulate running in unattended mode and manually verifying that the experimental group runs in this case ,0 +54524,11255401164.0,IssuesEvent,2020-01-12 08:59:20,rubinera1n/blog,https://api.github.com/repos/rubinera1n/blog,opened,LeetCode-46-Permutations,Algorithm LCT-Backtracking LeetCode-Medium,"https://leetcode.com/problems/permutations/description/ + +* algorithms +* Medium (55.55%) +* Source Code: 46.permutations.py +* Total Accepted: 393.7K +* Total Submissions: 705.5K +* Testcase Example: '[1,2,3]' + +Given a collection of distinct integers, return all possible permutations. + +Example: + +``` +Input: [1,2,3] +Output: +[ + [1,2,3], + [1,3,2], + [2,1,3], + [2,3,1], + [3,1,2], + [3,2,1] +] +``` + +### C++ +```cpp + +``` + +### Python +```python + +```",1.0,"LeetCode-46-Permutations - https://leetcode.com/problems/permutations/description/ + +* algorithms +* Medium (55.55%) +* Source Code: 46.permutations.py +* Total Accepted: 393.7K +* Total Submissions: 705.5K +* Testcase Example: '[1,2,3]' + +Given a collection of distinct integers, return all possible permutations. + +Example: + +``` +Input: [1,2,3] +Output: +[ + [1,2,3], + [1,3,2], + [2,1,3], + [2,3,1], + [3,1,2], + [3,2,1] +] +``` + +### C++ +```cpp + +``` + +### Python +```python + +```",0,leetcode permutations algorithms medium source code permutations py total accepted total submissions testcase example given a collection of distinct integers return all possible permutations example input output c cpp python python ,0 +281535,24401300913.0,IssuesEvent,2022-10-05 01:50:43,momentum-mod/game,https://api.github.com/repos/momentum-mod/game,closed,Crash after `kill`-ing rocket/stickybomb/conc,Type: Bug Blocked: Needs testing & verification Priority: Medium Size: Trivial,"### Describe the bug + +Sending a `kill` input to a rocket, stickybomb, or conc will result in the game immediately crashing upon leaving the map. + +### How To Reproduce + +1. Load the given BSP with either RJ, SJ (default), or Conc movement +2. +attack, notice the projectile is immediately `kill`-d +3. `reload` or `disconnect` and observe crash + +### Issue Map + +VMF: https://cdn.discordapp.com/attachments/671175695648423959/1016904910714970163/sj_use_after_free.vmf +BSP: https://cdn.discordapp.com/attachments/671175695648423959/1016904910958231602/sj_use_after_free.bsp + +### Expected Behavior + +no crash + +### Operating System + +win 10 + +### Renderer + +DX11 (default)",1.0,"Crash after `kill`-ing rocket/stickybomb/conc - ### Describe the bug + +Sending a `kill` input to a rocket, stickybomb, or conc will result in the game immediately crashing upon leaving the map. + +### How To Reproduce + +1. Load the given BSP with either RJ, SJ (default), or Conc movement +2. +attack, notice the projectile is immediately `kill`-d +3. `reload` or `disconnect` and observe crash + +### Issue Map + +VMF: https://cdn.discordapp.com/attachments/671175695648423959/1016904910714970163/sj_use_after_free.vmf +BSP: https://cdn.discordapp.com/attachments/671175695648423959/1016904910958231602/sj_use_after_free.bsp + +### Expected Behavior + +no crash + +### Operating System + +win 10 + +### Renderer + +DX11 (default)",0,crash after kill ing rocket stickybomb conc describe the bug sending a kill input to a rocket stickybomb or conc will result in the game immediately crashing upon leaving the map how to reproduce load the given bsp with either rj sj default or conc movement attack notice the projectile is immediately kill d reload or disconnect and observe crash issue map vmf bsp expected behavior no crash operating system win renderer default ,0 +10232,26562081743.0,IssuesEvent,2023-01-20 16:41:02,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Anti-corruption layer pattern expressed in terms of services,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 design-pattern/subsvc,"I'm surprised to see the anti-corruption layer expressed as a physical service between other services. The pattern really has nothing to do with physical deployments. When I host multiple bounded contexts in a single process, I still want anti-corruption layers between these contexts. + +**Then, a lot of the mentioned downsides, like latency, do not apply.** + +Feels like devs are getting wrong-footed here and immediately are put in a multi-process mindset. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 50b204d4-aa9e-127b-5d80-6b3a80128e7f +* Version Independent ID: 54ffc524-0c3a-b349-f89a-459271f6c980 +* Content: [Anti-Corruption Layer pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/anti-corruption-layer) +* Content Source: [docs/patterns/anti-corruption-layer.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/anti-corruption-layer.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Anti-corruption layer pattern expressed in terms of services - I'm surprised to see the anti-corruption layer expressed as a physical service between other services. The pattern really has nothing to do with physical deployments. When I host multiple bounded contexts in a single process, I still want anti-corruption layers between these contexts. + +**Then, a lot of the mentioned downsides, like latency, do not apply.** + +Feels like devs are getting wrong-footed here and immediately are put in a multi-process mindset. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 50b204d4-aa9e-127b-5d80-6b3a80128e7f +* Version Independent ID: 54ffc524-0c3a-b349-f89a-459271f6c980 +* Content: [Anti-Corruption Layer pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/anti-corruption-layer) +* Content Source: [docs/patterns/anti-corruption-layer.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/anti-corruption-layer.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,anti corruption layer pattern expressed in terms of services i m surprised to see the anti corruption layer expressed as a physical service between other services the pattern really has nothing to do with physical deployments when i host multiple bounded contexts in a single process i still want anti corruption layers between these contexts then a lot of the mentioned downsides like latency do not apply feels like devs are getting wrong footed here and immediately are put in a multi process mindset document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login microsoft alias pnp ,1 +4984,11939896106.0,IssuesEvent,2020-04-02 15:51:41,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,What application is DATABASE COPY for?,Pri1 architecture-center/svc cloud-design-principles/subsvc,"Use the DATABASE COPY command to create a backup copy of the database with transactional consistency. + +It's not clear if this is an SQL command or a command for somewhere else. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cefa78da-afbb-5529-d707-b158d991cb16 +* Version Independent ID: 64342775-2746-0e51-9aba-253074530f27 +* Content: [Backup and disaster recover for Azure applications - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/resiliency/backup-and-recovery#feedback) +* Content Source: [docs/framework/resiliency/backup-and-recovery.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/resiliency/backup-and-recovery.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1.0,"What application is DATABASE COPY for? - Use the DATABASE COPY command to create a backup copy of the database with transactional consistency. + +It's not clear if this is an SQL command or a command for somewhere else. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cefa78da-afbb-5529-d707-b158d991cb16 +* Version Independent ID: 64342775-2746-0e51-9aba-253074530f27 +* Content: [Backup and disaster recover for Azure applications - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/resiliency/backup-and-recovery#feedback) +* Content Source: [docs/framework/resiliency/backup-and-recovery.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/resiliency/backup-and-recovery.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1,what application is database copy for use the database copy command to create a backup copy of the database with transactional consistency it s not clear if this is an sql command or a command for somewhere else document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id afbb version independent id content content source service architecture center sub service cloud design principles github login david stanford microsoft alias pnp ,1 +121561,10173656836.0,IssuesEvent,2019-08-08 13:34:32,Varying-Vagrant-Vagrants/VVV,https://api.github.com/repos/Varying-Vagrant-Vagrants/VVV,closed,Memcached failing to store values,bug needs:patch needs:testing,"I've been noticing that my Memcached Object Cache is increasingly failing in VVV. Sometimes the site will just start crawling, and when I look into it I find that Memcached isn't storing any new values. So I have to restart Memcached every time this happens: + +``` +$ wp cache set food bard +Error: Could not add object 'food' in group ''. +$ sudo service memcached restart +Restarting memcached: memcached. +$ wp cache set food bard +Success: Set object 'food' in group ''. +``` + +Anyone else come across this problem? +",1.0,"Memcached failing to store values - I've been noticing that my Memcached Object Cache is increasingly failing in VVV. Sometimes the site will just start crawling, and when I look into it I find that Memcached isn't storing any new values. So I have to restart Memcached every time this happens: + +``` +$ wp cache set food bard +Error: Could not add object 'food' in group ''. +$ sudo service memcached restart +Restarting memcached: memcached. +$ wp cache set food bard +Success: Set object 'food' in group ''. +``` + +Anyone else come across this problem? +",0,memcached failing to store values i ve been noticing that my memcached object cache is increasingly failing in vvv sometimes the site will just start crawling and when i look into it i find that memcached isn t storing any new values so i have to restart memcached every time this happens wp cache set food bard error could not add object food in group sudo service memcached restart restarting memcached memcached wp cache set food bard success set object food in group anyone else come across this problem ,0 +227435,18063344103.0,IssuesEvent,2021-09-20 16:09:14,dotnet/machinelearning-modelbuilder,https://api.github.com/repos/dotnet/machinelearning-modelbuilder,closed,"""Text classification"" scenario should not be selected by default after reopened model builder.",Priority:2 Test Team,"**System Information (please complete the following information):** + - Windows 10 Enterprise, Version 20H2 +- ML.Net Model Builder (Preview): 16.5.21.2122901 +- Microsoft Visual Studio Enterprise 2019: 16.9.4 +- .Net: 5.0.202 + +**Branch:** +https://privategallery.blob.core.windows.net/gallery/refs/heads/main/atom.xml + +**To Reproduce** +Steps to reproduce the behavior: +1. Create new C# console app with .Net 5.0; +2. Add model builder by right click on the project; +3. Save and close the model builder; +4. Reopen the model build, see the ""Text classification"" scenario be selected by default. +![image](https://user-images.githubusercontent.com/81727020/116515613-19541600-a8ff-11eb-849e-b550969154de.png) + +**Expected behavior** +No scenario is selected after reopen the model builder since nothing was done before closing. + +",1.0,"""Text classification"" scenario should not be selected by default after reopened model builder. - **System Information (please complete the following information):** + - Windows 10 Enterprise, Version 20H2 +- ML.Net Model Builder (Preview): 16.5.21.2122901 +- Microsoft Visual Studio Enterprise 2019: 16.9.4 +- .Net: 5.0.202 + +**Branch:** +https://privategallery.blob.core.windows.net/gallery/refs/heads/main/atom.xml + +**To Reproduce** +Steps to reproduce the behavior: +1. Create new C# console app with .Net 5.0; +2. Add model builder by right click on the project; +3. Save and close the model builder; +4. Reopen the model build, see the ""Text classification"" scenario be selected by default. +![image](https://user-images.githubusercontent.com/81727020/116515613-19541600-a8ff-11eb-849e-b550969154de.png) + +**Expected behavior** +No scenario is selected after reopen the model builder since nothing was done before closing. + +",0, text classification scenario should not be selected by default after reopened model builder system information please complete the following information windows enterprise version ml net model builder preview microsoft visual studio enterprise net branch to reproduce steps to reproduce the behavior create new c console app with net add model builder by right click on the project save and close the model builder reopen the model build see the text classification scenario be selected by default expected behavior no scenario is selected after reopen the model builder since nothing was done before closing ,0 +10146,26397927389.0,IssuesEvent,2023-01-12 21:20:09,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Mismatched image / reference arch download on page,doc-bug assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"Image on the page of the Reference Arch and Visio file download do not match. +![image](https://user-images.githubusercontent.com/56549037/139140017-c9eaa3a1-f488-4a02-b809-598b02d8e938.png) +![image](https://user-images.githubusercontent.com/56549037/139140127-503cc5de-220b-4a86-84b6-4d371cf388ee.png) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 84bcf722-abb3-69b8-8073-15ae4a6890de +* Version Independent ID: 7b2010c6-696d-de66-8e56-8ac5d3e54526 +* Content: [Basic web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/basic-web-app?tabs=cli) +* Content Source: [docs/reference-architectures/app-service-web-app/basic-web-app.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/basic-web-app.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",2.0,"Mismatched image / reference arch download on page - Image on the page of the Reference Arch and Visio file download do not match. +![image](https://user-images.githubusercontent.com/56549037/139140017-c9eaa3a1-f488-4a02-b809-598b02d8e938.png) +![image](https://user-images.githubusercontent.com/56549037/139140127-503cc5de-220b-4a86-84b6-4d371cf388ee.png) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 84bcf722-abb3-69b8-8073-15ae4a6890de +* Version Independent ID: 7b2010c6-696d-de66-8e56-8ac5d3e54526 +* Content: [Basic web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/basic-web-app?tabs=cli) +* Content Source: [docs/reference-architectures/app-service-web-app/basic-web-app.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/basic-web-app.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,mismatched image reference arch download on page image on the page of the reference arch and visio file download do not match document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias pnp ,1 +204634,7089566645.0,IssuesEvent,2018-01-12 03:34:41,dmwm/WMCore,https://api.github.com/repos/dmwm/WMCore,closed,Make reqmgr creation/assign parameter consistent in units,Low Priority ReqMgr WMAgent,"We have several entries that are measured in bytes: + +BlockCloseMaxSize +Memory +maxRSS +maxVSize +SizePerEvent +MinMergeSize +MaxMergeSize + +It would be more clear if they are all in the same scale. +",1.0,"Make reqmgr creation/assign parameter consistent in units - We have several entries that are measured in bytes: + +BlockCloseMaxSize +Memory +maxRSS +maxVSize +SizePerEvent +MinMergeSize +MaxMergeSize + +It would be more clear if they are all in the same scale. +",0,make reqmgr creation assign parameter consistent in units we have several entries that are measured in bytes blockclosemaxsize memory maxrss maxvsize sizeperevent minmergesize maxmergesize it would be more clear if they are all in the same scale ,0 +10228,26561471743.0,IssuesEvent,2023-01-20 16:12:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,SRE acronym,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"The acronym SRE is used a number of times in the article, but nowhere in the page is the acronym defined. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 3c9cfb32-2013-f31e-0209-d5194afc8d9e +* Version Independent ID: 9cabc767-9799-abcd-6ccd-11f164c30877 +* Content: [Architecture of an AKS regulated cluster for PCI-DSS 3.2.1 - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-pci/aks-pci-ra-code-assets) +* Content Source: [docs/reference-architectures/containers/aks-pci/aks-pci-ra-code-assets.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks-pci/aks-pci-ra-code-assets.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **prwilk**",2.0,"SRE acronym - The acronym SRE is used a number of times in the article, but nowhere in the page is the acronym defined. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 3c9cfb32-2013-f31e-0209-d5194afc8d9e +* Version Independent ID: 9cabc767-9799-abcd-6ccd-11f164c30877 +* Content: [Architecture of an AKS regulated cluster for PCI-DSS 3.2.1 - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-pci/aks-pci-ra-code-assets) +* Content Source: [docs/reference-architectures/containers/aks-pci/aks-pci-ra-code-assets.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks-pci/aks-pci-ra-code-assets.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **prwilk**",1,sre acronym the acronym sre is used a number of times in the article but nowhere in the page is the acronym defined document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id abcd content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias prwilk ,1 +2511,2528272353.0,IssuesEvent,2015-01-22 01:12:32,mmisw/mmiorr,https://api.github.com/repos/mmisw/mmiorr,closed,load a registered ontology,1 star bug imported ontmd Priority-Critical,"_From [caru...@gmail.com](https://code.google.com/u/113886747689301365533/) on October 30, 2008 00:27:02_ + +implement the option to load an existing ontology, so the user can create +and upload a new version. + +_Original issue: http://code.google.com/p/mmisw/issues/detail?id=10_",1.0,"load a registered ontology - _From [caru...@gmail.com](https://code.google.com/u/113886747689301365533/) on October 30, 2008 00:27:02_ + +implement the option to load an existing ontology, so the user can create +and upload a new version. + +_Original issue: http://code.google.com/p/mmisw/issues/detail?id=10_",0,load a registered ontology from on october implement the option to load an existing ontology so the user can create and upload a new version original issue ,0 +3929,10314684547.0,IssuesEvent,2019-08-30 04:45:44,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,large scaler,Pri2 architecture-center/svc cxp docs-experience reference-architecture/subsvc triaged,"i might be mistaken, sorry - but the intro says ""large scaler"" when i think the intent was to say ""larger scale"" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cab154f6-58af-5834-ae23-9824b21541e0 +* Version Independent ID: bb8941b3-59fd-fae3-0cbb-f8c0307de62e +* Content: [Batch scoring with R Models on Azure](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/batch-scoring-r-models) +* Content Source: [docs/reference-architectures/ai/batch-scoring-R-models.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/ai/batch-scoring-R-models.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @njray +* Microsoft Alias: **pnp**",2.0,"large scaler - i might be mistaken, sorry - but the intro says ""large scaler"" when i think the intent was to say ""larger scale"" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cab154f6-58af-5834-ae23-9824b21541e0 +* Version Independent ID: bb8941b3-59fd-fae3-0cbb-f8c0307de62e +* Content: [Batch scoring with R Models on Azure](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/batch-scoring-r-models) +* Content Source: [docs/reference-architectures/ai/batch-scoring-R-models.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/ai/batch-scoring-R-models.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @njray +* Microsoft Alias: **pnp**",1,large scaler i might be mistaken sorry but the intro says large scaler when i think the intent was to say larger scale document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login njray microsoft alias pnp ,1 +10462,26992697542.0,IssuesEvent,2023-02-09 21:20:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Article and spreadsheet naming number differs,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc,"The CA-Persona-Internals is CA100 on the docs page but CA200 on the spreadsheet. I know these are examples but it might confuse people. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a7fac997-1920-f24e-767a-13755b794f85 +* Version Independent ID: a7fac997-1920-f24e-767a-13755b794f85 +* Content: [Conditional Access framework and policies - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/security/conditional-access-framework) +* Content Source: [docs/guide/security/conditional-access-framework.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/security/conditional-access-framework.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @clajes +* Microsoft Alias: **clajes**",1.0,"Article and spreadsheet naming number differs - The CA-Persona-Internals is CA100 on the docs page but CA200 on the spreadsheet. I know these are examples but it might confuse people. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a7fac997-1920-f24e-767a-13755b794f85 +* Version Independent ID: a7fac997-1920-f24e-767a-13755b794f85 +* Content: [Conditional Access framework and policies - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/security/conditional-access-framework) +* Content Source: [docs/guide/security/conditional-access-framework.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/security/conditional-access-framework.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @clajes +* Microsoft Alias: **clajes**",1,article and spreadsheet naming number differs the ca persona internals is on the docs page but on the spreadsheet i know these are examples but it might confuse people document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login clajes microsoft alias clajes ,1 +13878,16600927783.0,IssuesEvent,2021-06-01 19:20:21,infinityloop-dev/graphpinator,https://api.github.com/repos/infinityloop-dev/graphpinator,closed,Keywords should not be reserved,Ctg - Spec incompatibility Status - On hold Type - Enhancement,"Currently, graphpinator does not allow fields/types/arguments to be named after executable document keywords `null`/`true`/`false`/`query`/`mutation`/`subscription`/`on`. + +At the time of writing, GraphQL specification does not explicitly state whether is it valid or not, but according to the [issue in GraphQL spec repository](https://github.com/graphql/graphql-spec/issues/801) it should be possible.",True,"Keywords should not be reserved - Currently, graphpinator does not allow fields/types/arguments to be named after executable document keywords `null`/`true`/`false`/`query`/`mutation`/`subscription`/`on`. + +At the time of writing, GraphQL specification does not explicitly state whether is it valid or not, but according to the [issue in GraphQL spec repository](https://github.com/graphql/graphql-spec/issues/801) it should be possible.",0,keywords should not be reserved currently graphpinator does not allow fields types arguments to be named after executable document keywords null true false query mutation subscription on at the time of writing graphql specification does not explicitly state whether is it valid or not but according to the it should be possible ,0 +121785,26031530419.0,IssuesEvent,2022-12-21 21:53:02,Clueless-Community/seamless-ui,https://api.github.com/repos/Clueless-Community/seamless-ui,closed,Create a radio-colored.html,codepeak 22 issue:1,"One need to make this component using `HTML` and `Tailwind CSS`. I would suggest to use [Tailwind Playgrounds](https://play.tailwindcss.com/) to make things faster and quicker. + +Here is a reference to the component. +![image](https://user-images.githubusercontent.com/77881638/208320993-fb21832b-a722-4947-afe2-8da71af06142.png) + +After building the component please raise a PR with a screenshot of the component and add the component in `Form/src/radio-colored.html`. + +If you need to use any icon please use it from [Hero Icons](https://heroicons.com/) + +Good luck. +",1.0,"Create a radio-colored.html - One need to make this component using `HTML` and `Tailwind CSS`. I would suggest to use [Tailwind Playgrounds](https://play.tailwindcss.com/) to make things faster and quicker. + +Here is a reference to the component. +![image](https://user-images.githubusercontent.com/77881638/208320993-fb21832b-a722-4947-afe2-8da71af06142.png) + +After building the component please raise a PR with a screenshot of the component and add the component in `Form/src/radio-colored.html`. + +If you need to use any icon please use it from [Hero Icons](https://heroicons.com/) + +Good luck. +",0,create a radio colored html one need to make this component using html and tailwind css i would suggest to use to make things faster and quicker here is a reference to the component after building the component please raise a pr with a screenshot of the component and add the component in form src radio colored html if you need to use any icon please use it from good luck ,0 +5016,11951225169.0,IssuesEvent,2020-04-03 16:30:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Issue with diagram,Pri1 architecture-center/svc assigned-to-author doc-bug needs-art triaged,"Hi, the diagram does not appear to render correctly. + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ba39518b-4b1f-f0df-e1c1-bfcc1f586dc9 +* Version Independent ID: 7c0dfce9-73a6-7a64-5439-5ff07d6eb686 +* Content: [Training and procedural guidance powered by mixed reality - Azure Solution Ideas](https://docs.microsoft.com/en-gb/azure/architecture/solution-ideas/articles/training-and-procedural-guidance-powered-by-mixed-reality#feedback) +* Content Source: [docs/solution-ideas/articles/training-and-procedural-guidance-powered-by-mixed-reality.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/training-and-procedural-guidance-powered-by-mixed-reality.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Issue with diagram - Hi, the diagram does not appear to render correctly. + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ba39518b-4b1f-f0df-e1c1-bfcc1f586dc9 +* Version Independent ID: 7c0dfce9-73a6-7a64-5439-5ff07d6eb686 +* Content: [Training and procedural guidance powered by mixed reality - Azure Solution Ideas](https://docs.microsoft.com/en-gb/azure/architecture/solution-ideas/articles/training-and-procedural-guidance-powered-by-mixed-reality#feedback) +* Content Source: [docs/solution-ideas/articles/training-and-procedural-guidance-powered-by-mixed-reality.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/training-and-procedural-guidance-powered-by-mixed-reality.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,issue with diagram hi the diagram does not appear to render correctly document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +48488,2998290529.0,IssuesEvent,2015-07-23 13:23:07,jayway/powermock,https://api.github.com/repos/jayway/powermock,closed,Can't mock member class enums,bug imported Milestone-Release1.5 Priority-Medium,"_From [DanFabul...@gmail.com](https://code.google.com/u/110641516453600120513/) on March 12, 2009 21:02:40_ + +REPRO: Run ""mvn test"" in the attached Maven project. + +The project consists of an ""App"" class and a ""TestMyEnum"" class, where +TestMyEnum was copied from the Google Groups link here: http://groups.google.com/group/powermock/browse_thread/thread/86aac968c8b466b7/972efd88f3c13fcd The ""App"" class contains an enum as a member class, like this: + +public class App { + public enum Planet { ... } +} + +EXPECTED: Test should pass. (It works if you refactor Planet from a member +class to a top level class.) + +ACTUAL: Test fails, with the error: java.lang.IllegalArgumentException: +Cannot subclass final class class mockEnumBug.App$Planet + at net.sf.cglib.proxy.Enhancer.generateClass(Enhancer.java:446) + at +net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25) + at +net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216) + at net.sf.cglib.proxy.Enhancer.createHelper(Enhancer.java:377) + at net.sf.cglib.proxy.Enhancer.createClass(Enhancer.java:317) + at +org.powermock.api.easymock.internal.signedsupport.SignedSupportingClassProxyFactory.createProxy(SignedSupportingClassProxyFactory.java:155) + at org.easymock.internal.MocksControl.createMock(MocksControl.java:40) + at org.powermock.api.easymock.PowerMock.doMock(PowerMock.java:2089) + at org.powermock.api.easymock.PowerMock.createMock(PowerMock.java:92) + at mockEnumBug.TestMyEnum.testEnum(TestMyEnum.java:18) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at +sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) + at +sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) + at java.lang.reflect.Method.invoke(Method.java:597) + at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:59) + at +org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl$2.runTestMethod(PowerMockJUnit44RunnerDelegateImpl.java:217) + at org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:79) + at +org.junit.internal.runners.MethodRoadie.runBeforesThenTestThenAfters(MethodRoadie.java:87) + at +org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl$2.runBeforesThenTestThenAfters(PowerMockJUnit44RunnerDelegateImpl.java:207) + at +org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java:77) + at org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:42) + at +org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.invokeTestMethod(PowerMockJUnit44RunnerDelegateImpl.java:202) + at +org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.runMethods(PowerMockJUnit44RunnerDelegateImpl.java:156) + at +org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl$1.run(PowerMockJUnit44RunnerDelegateImpl.java:130) + at +org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27) + at +org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37) + at +org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.run(PowerMockJUnit44RunnerDelegateImpl.java:128) + at +org.powermock.modules.junit4.common.internal.impl.JUnit4TestSuiteChunkerImpl.run(JUnit4TestSuiteChunkerImpl.java:112) + at +org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner.run(AbstractCommonPowerMockRunner.java:44) + at +org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) + at +org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) + at +org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) + at org.apache.maven.surefire.Surefire.run(Surefire.java:177) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at +sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) + at +sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) + at java.lang.reflect.Method.invoke(Method.java:597) + at +org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) + at +org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) + +Using PowerMock 1.2, Java 1.6, Windows XP SP3 + +**Attachment:** [mockEnumBug.zip](http://code.google.com/p/powermock/issues/detail?id=95) + +_Original issue: http://code.google.com/p/powermock/issues/detail?id=95_",1.0,"Can't mock member class enums - _From [DanFabul...@gmail.com](https://code.google.com/u/110641516453600120513/) on March 12, 2009 21:02:40_ + +REPRO: Run ""mvn test"" in the attached Maven project. + +The project consists of an ""App"" class and a ""TestMyEnum"" class, where +TestMyEnum was copied from the Google Groups link here: http://groups.google.com/group/powermock/browse_thread/thread/86aac968c8b466b7/972efd88f3c13fcd The ""App"" class contains an enum as a member class, like this: + +public class App { + public enum Planet { ... } +} + +EXPECTED: Test should pass. (It works if you refactor Planet from a member +class to a top level class.) + +ACTUAL: Test fails, with the error: java.lang.IllegalArgumentException: +Cannot subclass final class class mockEnumBug.App$Planet + at net.sf.cglib.proxy.Enhancer.generateClass(Enhancer.java:446) + at +net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25) + at +net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216) + at net.sf.cglib.proxy.Enhancer.createHelper(Enhancer.java:377) + at net.sf.cglib.proxy.Enhancer.createClass(Enhancer.java:317) + at +org.powermock.api.easymock.internal.signedsupport.SignedSupportingClassProxyFactory.createProxy(SignedSupportingClassProxyFactory.java:155) + at org.easymock.internal.MocksControl.createMock(MocksControl.java:40) + at org.powermock.api.easymock.PowerMock.doMock(PowerMock.java:2089) + at org.powermock.api.easymock.PowerMock.createMock(PowerMock.java:92) + at mockEnumBug.TestMyEnum.testEnum(TestMyEnum.java:18) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at +sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) + at +sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) + at java.lang.reflect.Method.invoke(Method.java:597) + at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:59) + at +org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl$2.runTestMethod(PowerMockJUnit44RunnerDelegateImpl.java:217) + at org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:79) + at +org.junit.internal.runners.MethodRoadie.runBeforesThenTestThenAfters(MethodRoadie.java:87) + at +org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl$2.runBeforesThenTestThenAfters(PowerMockJUnit44RunnerDelegateImpl.java:207) + at +org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java:77) + at org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:42) + at +org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.invokeTestMethod(PowerMockJUnit44RunnerDelegateImpl.java:202) + at +org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.runMethods(PowerMockJUnit44RunnerDelegateImpl.java:156) + at +org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl$1.run(PowerMockJUnit44RunnerDelegateImpl.java:130) + at +org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27) + at +org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37) + at +org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.run(PowerMockJUnit44RunnerDelegateImpl.java:128) + at +org.powermock.modules.junit4.common.internal.impl.JUnit4TestSuiteChunkerImpl.run(JUnit4TestSuiteChunkerImpl.java:112) + at +org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner.run(AbstractCommonPowerMockRunner.java:44) + at +org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) + at +org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) + at +org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) + at org.apache.maven.surefire.Surefire.run(Surefire.java:177) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at +sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) + at +sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) + at java.lang.reflect.Method.invoke(Method.java:597) + at +org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) + at +org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) + +Using PowerMock 1.2, Java 1.6, Windows XP SP3 + +**Attachment:** [mockEnumBug.zip](http://code.google.com/p/powermock/issues/detail?id=95) + +_Original issue: http://code.google.com/p/powermock/issues/detail?id=95_",0,can t mock member class enums from on march repro run mvn test in the attached maven project the project consists of an app class and a testmyenum class where testmyenum was copied from the google groups link here the app class contains an enum as a member class like this public class app public enum planet expected test should pass it works if you refactor planet from a member class to a top level class actual test fails with the error java lang illegalargumentexception cannot subclass final class class mockenumbug app planet at net sf cglib proxy enhancer generateclass enhancer java at net sf cglib core defaultgeneratorstrategy generate defaultgeneratorstrategy java at net sf cglib core abstractclassgenerator create abstractclassgenerator java at net sf cglib proxy enhancer createhelper enhancer java at net sf cglib proxy enhancer createclass enhancer java at org powermock api easymock internal signedsupport signedsupportingclassproxyfactory createproxy signedsupportingclassproxyfactory java at org easymock internal mockscontrol createmock mockscontrol java at org powermock api easymock powermock domock powermock java at org powermock api easymock powermock createmock powermock java at mockenumbug testmyenum testenum testmyenum java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit internal runners testmethod invoke testmethod java at org powermock modules internal impl runtestmethod java at org junit internal runners methodroadie run methodroadie java at org junit internal runners methodroadie runbeforesthentestthenafters methodroadie java at org powermock modules internal impl runbeforesthentestthenafters java at org junit internal runners methodroadie runtest methodroadie java at org junit internal runners methodroadie run methodroadie java at org powermock modules internal impl invoketestmethod java at org powermock modules internal impl runmethods java at org powermock modules internal impl run java at org junit internal runners classroadie rununprotected classroadie java at org junit internal runners classroadie runprotected classroadie java at org powermock modules internal impl run java at org powermock modules common internal impl run java at org powermock modules common internal impl abstractcommonpowermockrunner run abstractcommonpowermockrunner java at org apache maven surefire execute java at org apache maven surefire suite abstractdirectorytestsuite executetestset abstractdirectorytestsuite java at org apache maven surefire suite abstractdirectorytestsuite execute abstractdirectorytestsuite java at org apache maven surefire surefire run surefire java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org apache maven surefire booter surefirebooter runsuitesinprocess surefirebooter java at org apache maven surefire booter surefirebooter main surefirebooter java using powermock java windows xp attachment original issue ,0 +5234,12244644663.0,IssuesEvent,2020-05-05 11:32:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,AWS Macie comparison,Pri1 architecture-center/svc cloud-fundamentals/subsvc cxp triaged,"what is the comparative AWS Macie service in Azure? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"AWS Macie comparison - what is the comparative AWS Macie service in Azure? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,aws macie comparison what is the comparative aws macie service in azure document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +63248,14656687596.0,IssuesEvent,2020-12-28 13:58:54,fu1771695yongxie/bluebird,https://api.github.com/repos/fu1771695yongxie/bluebird,opened,WS-2016-0039 (High) detected in shell-quote-0.0.1.tgz,security vulnerability,"## WS-2016-0039 - High Severity Vulnerability +
Vulnerable Library - shell-quote-0.0.1.tgz

+ +

quote and parse shell commands

+

Library home page: https://registry.npmjs.org/shell-quote/-/shell-quote-0.0.1.tgz

+

Path to dependency file: bluebird/package.json

+

Path to vulnerable library: bluebird/node_modules/shell-quote/package.json

+

+ +Dependency Hierarchy: + - browserify-8.1.3.tgz (Root Library) + - :x: **shell-quote-0.0.1.tgz** (Vulnerable Library) +

Found in HEAD commit: 75763afdb381b1d149e67980f4e165f1c56348b0

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +The npm module ""shell-quote"" cannot correctly escape ""greater than"" and ""lower than"" operator used for redirection in shell. This might be possible vulnerability for many application which depends on shell-quote. + +

Publish Date: 2016-05-20 +

URL: WS-2016-0039

+

+
+

+
CVSS 2 Score Details (8.4) +

+ +Base Score Metrics not available

+ +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nodesecurity.io/advisories/117

+

Release Date: 2016-06-21

+

Fix Resolution: Upgrade to at least version 1.6.1

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"WS-2016-0039 (High) detected in shell-quote-0.0.1.tgz - ## WS-2016-0039 - High Severity Vulnerability +
Vulnerable Library - shell-quote-0.0.1.tgz

+ +

quote and parse shell commands

+

Library home page: https://registry.npmjs.org/shell-quote/-/shell-quote-0.0.1.tgz

+

Path to dependency file: bluebird/package.json

+

Path to vulnerable library: bluebird/node_modules/shell-quote/package.json

+

+ +Dependency Hierarchy: + - browserify-8.1.3.tgz (Root Library) + - :x: **shell-quote-0.0.1.tgz** (Vulnerable Library) +

Found in HEAD commit: 75763afdb381b1d149e67980f4e165f1c56348b0

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +The npm module ""shell-quote"" cannot correctly escape ""greater than"" and ""lower than"" operator used for redirection in shell. This might be possible vulnerability for many application which depends on shell-quote. + +

Publish Date: 2016-05-20 +

URL: WS-2016-0039

+

+
+

+
CVSS 2 Score Details (8.4) +

+ +Base Score Metrics not available

+ +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nodesecurity.io/advisories/117

+

Release Date: 2016-06-21

+

Fix Resolution: Upgrade to at least version 1.6.1

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,ws high detected in shell quote tgz ws high severity vulnerability vulnerable library shell quote tgz quote and parse shell commands library home page a href path to dependency file bluebird package json path to vulnerable library bluebird node modules shell quote package json dependency hierarchy browserify tgz root library x shell quote tgz vulnerable library found in head commit a href found in base branch master vulnerability details the npm module shell quote cannot correctly escape greater than and lower than operator used for redirection in shell this might be possible vulnerability for many application which depends on shell quote 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 upgrade to at least version step up your open source security game with whitesource ,0 +246240,26600560903.0,IssuesEvent,2023-01-23 15:29:16,lukebrogan-mend/AltoroJ,https://api.github.com/repos/lukebrogan-mend/AltoroJ,closed,CVE-2020-9488 (Low) detected in log4j-1.2.16.jar - autoclosed,security vulnerability,"## CVE-2020-9488 - Low Severity Vulnerability +
Vulnerable Library - log4j-1.2.16.jar

+ +

Apache Log4j 1.2

+

Path to dependency file: /build.gradle

+

Path to vulnerable library: /gradle/caches/modules-2/files-2.1/log4j/log4j/1.2.16/7999a63bfccbc7c247a9aea10d83d4272bd492c6/log4j-1.2.16.jar

+

+ +Dependency Hierarchy: + - :x: **log4j-1.2.16.jar** (Vulnerable Library) +

Found in HEAD commit: abdca7e6d3d163a2d9f0cc21da29631e4c1366dd

+

Found in base branch: AltoroJ-3.2

+

+
+

+
Vulnerability Details +

+ +Improper validation of certificate with host mismatch in Apache Log4j SMTP appender. This could allow an SMTPS connection to be intercepted by a man-in-the-middle attack which could leak any log messages sent through that appender. Fixed in Apache Log4j 2.12.3 and 2.13.1 + +

Publish Date: 2020-04-27 +

URL: CVE-2020-9488

+

+
+

+
CVSS 3 Score Details (3.7) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://reload4j.qos.ch/

+

Release Date: 2020-04-27

+

Fix Resolution: ch.qos.reload4j:reload4j:1.2.18.3

+ +

+
+

+ +*** + +- [ ] Check this box to open an automated fix PR + +",True,"CVE-2020-9488 (Low) detected in log4j-1.2.16.jar - autoclosed - ## CVE-2020-9488 - Low Severity Vulnerability +
Vulnerable Library - log4j-1.2.16.jar

+ +

Apache Log4j 1.2

+

Path to dependency file: /build.gradle

+

Path to vulnerable library: /gradle/caches/modules-2/files-2.1/log4j/log4j/1.2.16/7999a63bfccbc7c247a9aea10d83d4272bd492c6/log4j-1.2.16.jar

+

+ +Dependency Hierarchy: + - :x: **log4j-1.2.16.jar** (Vulnerable Library) +

Found in HEAD commit: abdca7e6d3d163a2d9f0cc21da29631e4c1366dd

+

Found in base branch: AltoroJ-3.2

+

+
+

+
Vulnerability Details +

+ +Improper validation of certificate with host mismatch in Apache Log4j SMTP appender. This could allow an SMTPS connection to be intercepted by a man-in-the-middle attack which could leak any log messages sent through that appender. Fixed in Apache Log4j 2.12.3 and 2.13.1 + +

Publish Date: 2020-04-27 +

URL: CVE-2020-9488

+

+
+

+
CVSS 3 Score Details (3.7) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://reload4j.qos.ch/

+

Release Date: 2020-04-27

+

Fix Resolution: ch.qos.reload4j:reload4j:1.2.18.3

+ +

+
+

+ +*** + +- [ ] Check this box to open an automated fix PR + +",0,cve low detected in jar autoclosed cve low severity vulnerability vulnerable library jar apache path to dependency file build gradle path to vulnerable library gradle caches modules files jar dependency hierarchy x jar vulnerable library found in head commit a href found in base branch altoroj vulnerability details improper validation of certificate with host mismatch in apache smtp appender this could allow an smtps connection to be intercepted by a man in the middle attack which could leak any log messages sent through that appender fixed in apache and publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution ch qos check this box to open an automated fix pr ,0 +10863,2622205083.0,IssuesEvent,2015-03-04 00:29:53,clc/emacspeak,https://api.github.com/repos/clc/emacspeak,opened,software speech synthesizer clarification?,auto-migrated Priority-Medium Type-Defect,"``` +the documentation (dated 2001) suggests that the only software speech synth +supported is IBM's +ViaVoice. Is this still the case? and if so are there new links to download +the ViaVoice speech +synthesizer? + +i have tried installing this on a system with festival and flite installed, but +cannot even begin to guess +where to set what backend speech syntheizer it should be using. + +``` + +Original issue reported on code.google.com by `gort.kla...@gmail.com` on 3 May 2009 at 7:08",1.0,"software speech synthesizer clarification? - ``` +the documentation (dated 2001) suggests that the only software speech synth +supported is IBM's +ViaVoice. Is this still the case? and if so are there new links to download +the ViaVoice speech +synthesizer? + +i have tried installing this on a system with festival and flite installed, but +cannot even begin to guess +where to set what backend speech syntheizer it should be using. + +``` + +Original issue reported on code.google.com by `gort.kla...@gmail.com` on 3 May 2009 at 7:08",0,software speech synthesizer clarification the documentation dated suggests that the only software speech synth supported is ibm s viavoice is this still the case and if so are there new links to download the viavoice speech synthesizer i have tried installing this on a system with festival and flite installed but cannot even begin to guess where to set what backend speech syntheizer it should be using original issue reported on code google com by gort kla gmail com on may at ,0 +144322,11612334904.0,IssuesEvent,2020-02-26 08:46:07,cockroachdb/cockroach,https://api.github.com/repos/cockroachdb/cockroach,opened,roachtest: sqlsmith/setup=tpcc/setting=default failed,C-test-failure O-roachtest O-robot branch-master release-blocker,"[(roachtest).sqlsmith/setup=tpcc/setting=default failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1766891&tab=buildLog) on [master@8b5adba703fae9b6961623f65b685d93b0fe0290](https://github.com/cockroachdb/cockroach/commits/8b5adba703fae9b6961623f65b685d93b0fe0290): + +``` +The test failed on branch=master, cloud=gce: +test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/sqlsmith/setup=tpcc/setting=default/run_1 + sqlsmith.go:160,sqlsmith.go:165,sqlsmith.go:200,test_runner.go:741: query timed out, but did not cancel execution: + BACKUP + TABLE + defaultdb.public.stock + TO + 'http://127.0.0.1:36155/backup_3' + AS OF SYSTEM TIME + '2020-02-26 08:43:41.308481+00:00'; + +``` + +
More

+ + +Artifacts: [/sqlsmith/setup=tpcc/setting=default](https://teamcity.cockroachdb.com/viewLog.html?buildId=1766891&tab=artifacts#/sqlsmith/setup=tpcc/setting=default) + +[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Asqlsmith%2Fsetup%3Dtpcc%2Fsetting%3Ddefault.%2A&sort=title&restgroup=false&display=lastcommented+project) +powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

+",2.0,"roachtest: sqlsmith/setup=tpcc/setting=default failed - [(roachtest).sqlsmith/setup=tpcc/setting=default failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1766891&tab=buildLog) on [master@8b5adba703fae9b6961623f65b685d93b0fe0290](https://github.com/cockroachdb/cockroach/commits/8b5adba703fae9b6961623f65b685d93b0fe0290): + +``` +The test failed on branch=master, cloud=gce: +test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/sqlsmith/setup=tpcc/setting=default/run_1 + sqlsmith.go:160,sqlsmith.go:165,sqlsmith.go:200,test_runner.go:741: query timed out, but did not cancel execution: + BACKUP + TABLE + defaultdb.public.stock + TO + 'http://127.0.0.1:36155/backup_3' + AS OF SYSTEM TIME + '2020-02-26 08:43:41.308481+00:00'; + +``` + +
More

+ + +Artifacts: [/sqlsmith/setup=tpcc/setting=default](https://teamcity.cockroachdb.com/viewLog.html?buildId=1766891&tab=artifacts#/sqlsmith/setup=tpcc/setting=default) + +[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Asqlsmith%2Fsetup%3Dtpcc%2Fsetting%3Ddefault.%2A&sort=title&restgroup=false&display=lastcommented+project) +powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

+",0,roachtest sqlsmith setup tpcc setting default failed on the test failed on branch master cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts sqlsmith setup tpcc setting default run sqlsmith go sqlsmith go sqlsmith go test runner go query timed out but did not cancel execution backup table defaultdb public stock to as of system time more artifacts powered by ,0 +9132,24059705948.0,IssuesEvent,2022-09-16 20:47:46,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Wrong IP value for the default DNS server used by spoke VNET ,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2," +In the WorkFlow part for the private DNS resolver section, we have these lines : +""All Azure spoke virtual networks use the default Azure DNS server at the IP address 192.63.129.16. All spoke networks are peered with the hub virtual network."" + +The IP address 192.63.129.16 is not the Azure default DNS, this may confuse the client, we may need to replace this lime with the Azure default DNS ""168.63.129.16"" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6ce03940-eeb4-98b6-4624-1615715beec4 +* Version Independent ID: 6ce03940-eeb4-98b6-4624-1615715beec4 +* Content: [Azure DNS Private Resolver - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/networking/azure-dns-private-resolver) +* Content Source: [docs/example-scenario/networking/azure-dns-private-resolver.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/networking/azure-dns-private-resolver.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @moorthyannadurai +* Microsoft Alias: **moannadu**",1.0,"Wrong IP value for the default DNS server used by spoke VNET - +In the WorkFlow part for the private DNS resolver section, we have these lines : +""All Azure spoke virtual networks use the default Azure DNS server at the IP address 192.63.129.16. All spoke networks are peered with the hub virtual network."" + +The IP address 192.63.129.16 is not the Azure default DNS, this may confuse the client, we may need to replace this lime with the Azure default DNS ""168.63.129.16"" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6ce03940-eeb4-98b6-4624-1615715beec4 +* Version Independent ID: 6ce03940-eeb4-98b6-4624-1615715beec4 +* Content: [Azure DNS Private Resolver - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/networking/azure-dns-private-resolver) +* Content Source: [docs/example-scenario/networking/azure-dns-private-resolver.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/networking/azure-dns-private-resolver.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @moorthyannadurai +* Microsoft Alias: **moannadu**",1,wrong ip value for the default dns server used by spoke vnet in the workflow part for the private dns resolver section we have these lines all azure spoke virtual networks use the default azure dns server at the ip address all spoke networks are peered with the hub virtual network the ip address is not the azure default dns this may confuse the client we may need to replace this lime with the azure default dns document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login moorthyannadurai microsoft alias moannadu ,1 +9089,24036893438.0,IssuesEvent,2022-09-15 20:05:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,This command is implicitly deprecated because command group 'group deployment' is deprecated and will be removed in a future release. Use 'deployment group' instead.,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri3,"C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows>azbb -s 80314534-8a20-4ecc-988a-f7ea09a45070 -g DanB -l westus2 -p n-tier-windows.json --deploy + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-01.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-02.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-03.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-04.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-05.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-06.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-07.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-08.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-09.json + +This command is implicitly deprecated because command group 'group deployment' is deprecated and will be removed in a future release. Use 'deployment group' instead. +Unable to parse parameter: @C:\Users\dbomgardner\Nexus + + error: error executing az + status: 1 + arguments: group deployment create --name bb-01-vnet --subscription 80314534-8a20-4ecc-988a-f7ea09a45e70 --resource-group DanB --template-uri https://raw.githubusercontent.com/mspnp/template-building-blocks/v2.2.0/templates/buildingBlocks/virtualNetworks/virtualNetworks.json --parameters @C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-01.json + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8c00d25f-b981-29e3-bd64-865fda0b0d33 +* Version Independent ID: 36bcc6f0-0fa4-df9c-cff5-4fdfb3460432 +* Content: [Windows N-tier application on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/n-tier-sql-server#deploy-the-solution) +* Content Source: [docs/reference-architectures/n-tier/n-tier-sql-server.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/n-tier/n-tier-sql-server.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"This command is implicitly deprecated because command group 'group deployment' is deprecated and will be removed in a future release. Use 'deployment group' instead. - C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows>azbb -s 80314534-8a20-4ecc-988a-f7ea09a45070 -g DanB -l westus2 -p n-tier-windows.json --deploy + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-01.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-02.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-03.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-04.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-05.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-06.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-07.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-08.json + + + parameters written to C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-09.json + +This command is implicitly deprecated because command group 'group deployment' is deprecated and will be removed in a future release. Use 'deployment group' instead. +Unable to parse parameter: @C:\Users\dbomgardner\Nexus + + error: error executing az + status: 1 + arguments: group deployment create --name bb-01-vnet --subscription 80314534-8a20-4ecc-988a-f7ea09a45e70 --resource-group DanB --template-uri https://raw.githubusercontent.com/mspnp/template-building-blocks/v2.2.0/templates/buildingBlocks/virtualNetworks/virtualNetworks.json --parameters @C:\Users\dbomgardner\Nexus Technologies Inc\Azure RM Templates\ntier-windows\n-tier-windows-output-01.json + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8c00d25f-b981-29e3-bd64-865fda0b0d33 +* Version Independent ID: 36bcc6f0-0fa4-df9c-cff5-4fdfb3460432 +* Content: [Windows N-tier application on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/n-tier-sql-server#deploy-the-solution) +* Content Source: [docs/reference-architectures/n-tier/n-tier-sql-server.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/n-tier/n-tier-sql-server.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,this command is implicitly deprecated because command group group deployment is deprecated and will be removed in a future release use deployment group instead c users dbomgardner nexus technologies inc azure rm templates ntier windows azbb s g danb l p n tier windows json deploy parameters written to c users dbomgardner nexus technologies inc azure rm templates ntier windows n tier windows output json parameters written to c users dbomgardner nexus technologies inc azure rm templates ntier windows n tier windows output json parameters written to c users dbomgardner nexus technologies inc azure rm templates ntier windows n tier windows output json parameters written to c users dbomgardner nexus technologies inc azure rm templates ntier windows n tier windows output json parameters written to c users dbomgardner nexus technologies inc azure rm templates ntier windows n tier windows output json parameters written to c users dbomgardner nexus technologies inc azure rm templates ntier windows n tier windows output json parameters written to c users dbomgardner nexus technologies inc azure rm templates ntier windows n tier windows output json parameters written to c users dbomgardner nexus technologies inc azure rm templates ntier windows n tier windows output json parameters written to c users dbomgardner nexus technologies inc azure rm templates ntier windows n tier windows output json this command is implicitly deprecated because command group group deployment is deprecated and will be removed in a future release use deployment group instead unable to parse parameter c users dbomgardner nexus error error executing az status arguments group deployment create name bb vnet subscription resource group danb template uri parameters c users dbomgardner nexus technologies inc azure rm templates ntier windows n tier windows output json document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +9719,25104624439.0,IssuesEvent,2022-11-08 15:48:26,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Add Azure NetApp Files to diagram,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"Since Azure NetApp Files is a valid solution for this architecture, suggesting the following two changes: + +Change + +- Azure Files Premium or an equivalent network-attached storage (NAS) system stores media files like product images. Magento needs a Kubernetes-compatible file system that can mount a volume in ReadWriteMany mode, like Azure Files Premium or Azure NetApp Files. + +to: + +- [Azure Files Premium](https://azure.microsoft.com/services/storage/files/), [Azure NetApp Files](https://azure.microsoft.com/services/netapp/) or an equivalent network-attached storage (NAS) system stores media files like product images. Magento needs a Kubernetes-compatible file system that can mount a volume in ReadWriteMany mode, like Azure Files Premium or Azure NetApp Files. + +Further, please incorporate Azure NetApp Files into the diagram as a similar valid option as Azure Files Premium. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2edf62c9-d5c7-b4d0-99e7-f271ef0b629e +* Version Independent ID: d9ff7f72-3fbb-3bc6-e787-60b1ccecb698 +* Content: [Magento e-commerce platform in Azure Kubernetes Service (AKS) - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/magento/magento-azure) +* Content Source: [docs/example-scenario/magento/magento-azure.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/magento/magento-azure.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Add Azure NetApp Files to diagram - Since Azure NetApp Files is a valid solution for this architecture, suggesting the following two changes: + +Change + +- Azure Files Premium or an equivalent network-attached storage (NAS) system stores media files like product images. Magento needs a Kubernetes-compatible file system that can mount a volume in ReadWriteMany mode, like Azure Files Premium or Azure NetApp Files. + +to: + +- [Azure Files Premium](https://azure.microsoft.com/services/storage/files/), [Azure NetApp Files](https://azure.microsoft.com/services/netapp/) or an equivalent network-attached storage (NAS) system stores media files like product images. Magento needs a Kubernetes-compatible file system that can mount a volume in ReadWriteMany mode, like Azure Files Premium or Azure NetApp Files. + +Further, please incorporate Azure NetApp Files into the diagram as a similar valid option as Azure Files Premium. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2edf62c9-d5c7-b4d0-99e7-f271ef0b629e +* Version Independent ID: d9ff7f72-3fbb-3bc6-e787-60b1ccecb698 +* Content: [Magento e-commerce platform in Azure Kubernetes Service (AKS) - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/magento/magento-azure) +* Content Source: [docs/example-scenario/magento/magento-azure.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/magento/magento-azure.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,add azure netapp files to diagram since azure netapp files is a valid solution for this architecture suggesting the following two changes change azure files premium or an equivalent network attached storage nas system stores media files like product images magento needs a kubernetes compatible file system that can mount a volume in readwritemany mode like azure files premium or azure netapp files to or an equivalent network attached storage nas system stores media files like product images magento needs a kubernetes compatible file system that can mount a volume in readwritemany mode like azure files premium or azure netapp files further please incorporate azure netapp files into the diagram as a similar valid option as azure files premium document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login microsoft alias pnp ,1 +140450,12906430112.0,IssuesEvent,2020-07-15 01:37:59,Hydractify/website,https://api.github.com/repos/Hydractify/website,opened,Create missing components of the community profile,documentation task,"## Summary + +This purpose of this task is to finish/comply with all the missing components for the repository's community profile. + +## Technical specifications + +The following items need to be created: + +- [ ] Code of conduct; +- [ ] Contributing; +- [ ] License. + +All of which should reside within the `.github` folder, located in the root of the project.",1.0,"Create missing components of the community profile - ## Summary + +This purpose of this task is to finish/comply with all the missing components for the repository's community profile. + +## Technical specifications + +The following items need to be created: + +- [ ] Code of conduct; +- [ ] Contributing; +- [ ] License. + +All of which should reside within the `.github` folder, located in the root of the project.",0,create missing components of the community profile summary this purpose of this task is to finish comply with all the missing components for the repository s community profile technical specifications the following items need to be created code of conduct contributing license all of which should reside within the github folder located in the root of the project ,0 +12342,2692561082.0,IssuesEvent,2015-04-01 08:53:04,AsyncHttpClient/async-http-client,https://api.github.com/repos/AsyncHttpClient/async-http-client,closed,Netty: Cancel timeouts asap,Defect Netty,"without waiting for the channel to drain + +This is a better understanding of #844",1.0,"Netty: Cancel timeouts asap - without waiting for the channel to drain + +This is a better understanding of #844",0,netty cancel timeouts asap without waiting for the channel to drain this is a better understanding of ,0 +716282,24627044268.0,IssuesEvent,2022-10-16 16:54:55,CS3219-AY2223S1/cs3219-project-ay2223s1-g33,https://api.github.com/repos/CS3219-AY2223S1/cs3219-project-ay2223s1-g33,closed,[History Service] Delete propogation for history service,Module/Back-End Status/High-Priority Type/Feature,"# Description +Implement a pubsub system which deletes the relevant attempts when a user or question is deleted.",1.0,"[History Service] Delete propogation for history service - # Description +Implement a pubsub system which deletes the relevant attempts when a user or question is deleted.",0, delete propogation for history service description implement a pubsub system which deletes the relevant attempts when a user or question is deleted ,0 +96024,27723778655.0,IssuesEvent,2023-03-14 23:22:05,olive-editor/olive,https://api.github.com/repos/olive-editor/olive,closed,[BUILD] Building with OTIO 0.10 its Impossible ,Building/Packaging Triage,"Host: Arch/Manjaro +OTIO 0.15 +Branch Master + + +Logs +[97/468] Building CXX object app/CMakeFiles/libolive-editor.dir/core.cpp.o +FAILED: app/CMakeFiles/libolive-editor.dir/core.cpp.o +/usr/bin/c++ -DKDDOCKWIDGETS_STATICLIB -DPA_HAS_JACK -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DUSE_OTIO -I/home/senpai/funstuff/olive-git/src/olive/build/app -I/home/senpai/funstuff/olive-git/src/olive/app -I/home/senpai/funstuff/olive-git/src/olive/build/app/libolive-editor_autogen/include -I/home/senpai/funstuff/olive-git/src/olive/ext/core/include -I/usr/include/opentimelineio -I/home/senpai/funstuff/olive-git/src/olive/ext -I/home/senpai/funstuff/olive-git/src/olive/ext/KDDockWidgets/src/fwd_headers -isystem /usr/include/ffmpeg4.4 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtOpenGL -isystem /usr/include/qt/QtConcurrent -isystem /usr/include/qt/QtX11Extras -isystem /usr/include/qt/QtDBus -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -O2 -g -DNDEBUG -Wuninitialized -pedantic-errors -Wall -Wextra -Wno-unused-parameter -Wshadow -fPIC -std=c++17 -MD -MT app/CMakeFiles/libolive-editor.dir/core.cpp.o -MF app/CMakeFiles/libolive-editor.dir/core.cpp.o.d -o app/CMakeFiles/libolive-editor.dir/core.cpp.o -c /home/senpai/funstuff/olive-git/src/olive/app/core.cpp +In file included from /usr/include/opentimelineio/anyDictionary.h:6, + from /usr/include/opentimelineio/serializableObject.h:9, + from /usr/include/opentimelineio/serializableObjectWithMetadata.h:6, + from /usr/include/opentimelineio/timeline.h:6, + from /home/senpai/funstuff/olive-git/src/olive/app/dialog/otioproperties/otiopropertiesdialog.h:9, + from /home/senpai/funstuff/olive-git/src/olive/app/core.cpp:48: +/usr/include/opentimelineio/any.h:6:10: fatal error: any/any.hpp: No such file or directory + 6 | #include ""any/any.hpp"" + | ^~~~~~~~~~~~~ +compilation terminated. +[98/468] Building CXX object app/CMakeFiles/libolive-editor.dir/libolive-editor_autogen/mocs_compilation.cpp.o +FAILED: app/CMakeFiles/libolive-editor.dir/libolive-editor_autogen/mocs_compilation.cpp.o +/usr/bin/c++ -DKDDOCKWIDGETS_STATICLIB -DPA_HAS_JACK -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DUSE_OTIO -I/home/senpai/funstuff/olive-git/src/olive/build/app -I/home/senpai/funstuff/olive-git/src/olive/app -I/home/senpai/funstuff/olive-git/src/olive/build/app/libolive-editor_autogen/include -I/home/senpai/funstuff/olive-git/src/olive/ext/core/include -I/usr/include/opentimelineio -I/home/senpai/funstuff/olive-git/src/olive/ext -I/home/senpai/funstuff/olive-git/src/olive/ext/KDDockWidgets/src/fwd_headers -isystem /usr/include/ffmpeg4.4 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtOpenGL -isystem /usr/include/qt/QtConcurrent -isystem /usr/include/qt/QtX11Extras -isystem /usr/include/qt/QtDBus -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -O2 -g -DNDEBUG -Wuninitialized -pedantic-errors -Wall -Wextra -Wno-unused-parameter -Wshadow -fPIC -std=c++17 -MD -MT app/CMakeFiles/libolive-editor.dir/libolive-editor_autogen/mocs_compilation.cpp.o -MF app/CMakeFiles/libolive-editor.dir/libolive-editor_autogen/mocs_compilation.cpp.o.d -o app/CMakeFiles/libolive-editor.dir/libolive-editor_autogen/mocs_compilation.cpp.o -c /home/senpai/funstuff/olive-git/src/olive/build/app/libolive-editor_autogen/mocs_compilation.cpp +In file included from /usr/include/opentimelineio/anyDictionary.h:6, + from /usr/include/opentimelineio/serializableObject.h:9, + from /usr/include/opentimelineio/serializableObjectWithMetadata.h:6, + from /usr/include/opentimelineio/timeline.h:6, + from /home/senpai/funstuff/olive-git/src/olive/build/app/libolive-editor_autogen/AH4O2BKEHD/../../../../app/dialog/otioproperties/otiopropertiesdialog.h:9, + from /home/senpai/funstuff/olive-git/src/olive/build/app/libolive-editor_autogen/AH4O2BKEHD/moc_otiopropertiesdialog.cpp:10, + from /home/senpai/funstuff/olive-git/src/olive/build/app/libolive-editor_autogen/mocs_compilation.cpp:41: +/usr/include/opentimelineio/any.h:6:10: fatal error: any/any.hpp: No such file or directory + 6 | #include ""any/any.hpp"" + | ^~~~~~~~~~~~~ +compilation terminated. + +",1.0,"[BUILD] Building with OTIO 0.10 its Impossible - Host: Arch/Manjaro +OTIO 0.15 +Branch Master + + +Logs +[97/468] Building CXX object app/CMakeFiles/libolive-editor.dir/core.cpp.o +FAILED: app/CMakeFiles/libolive-editor.dir/core.cpp.o +/usr/bin/c++ -DKDDOCKWIDGETS_STATICLIB -DPA_HAS_JACK -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DUSE_OTIO -I/home/senpai/funstuff/olive-git/src/olive/build/app -I/home/senpai/funstuff/olive-git/src/olive/app -I/home/senpai/funstuff/olive-git/src/olive/build/app/libolive-editor_autogen/include -I/home/senpai/funstuff/olive-git/src/olive/ext/core/include -I/usr/include/opentimelineio -I/home/senpai/funstuff/olive-git/src/olive/ext -I/home/senpai/funstuff/olive-git/src/olive/ext/KDDockWidgets/src/fwd_headers -isystem /usr/include/ffmpeg4.4 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtOpenGL -isystem /usr/include/qt/QtConcurrent -isystem /usr/include/qt/QtX11Extras -isystem /usr/include/qt/QtDBus -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -O2 -g -DNDEBUG -Wuninitialized -pedantic-errors -Wall -Wextra -Wno-unused-parameter -Wshadow -fPIC -std=c++17 -MD -MT app/CMakeFiles/libolive-editor.dir/core.cpp.o -MF app/CMakeFiles/libolive-editor.dir/core.cpp.o.d -o app/CMakeFiles/libolive-editor.dir/core.cpp.o -c /home/senpai/funstuff/olive-git/src/olive/app/core.cpp +In file included from /usr/include/opentimelineio/anyDictionary.h:6, + from /usr/include/opentimelineio/serializableObject.h:9, + from /usr/include/opentimelineio/serializableObjectWithMetadata.h:6, + from /usr/include/opentimelineio/timeline.h:6, + from /home/senpai/funstuff/olive-git/src/olive/app/dialog/otioproperties/otiopropertiesdialog.h:9, + from /home/senpai/funstuff/olive-git/src/olive/app/core.cpp:48: +/usr/include/opentimelineio/any.h:6:10: fatal error: any/any.hpp: No such file or directory + 6 | #include ""any/any.hpp"" + | ^~~~~~~~~~~~~ +compilation terminated. +[98/468] Building CXX object app/CMakeFiles/libolive-editor.dir/libolive-editor_autogen/mocs_compilation.cpp.o +FAILED: app/CMakeFiles/libolive-editor.dir/libolive-editor_autogen/mocs_compilation.cpp.o +/usr/bin/c++ -DKDDOCKWIDGETS_STATICLIB -DPA_HAS_JACK -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DUSE_OTIO -I/home/senpai/funstuff/olive-git/src/olive/build/app -I/home/senpai/funstuff/olive-git/src/olive/app -I/home/senpai/funstuff/olive-git/src/olive/build/app/libolive-editor_autogen/include -I/home/senpai/funstuff/olive-git/src/olive/ext/core/include -I/usr/include/opentimelineio -I/home/senpai/funstuff/olive-git/src/olive/ext -I/home/senpai/funstuff/olive-git/src/olive/ext/KDDockWidgets/src/fwd_headers -isystem /usr/include/ffmpeg4.4 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtOpenGL -isystem /usr/include/qt/QtConcurrent -isystem /usr/include/qt/QtX11Extras -isystem /usr/include/qt/QtDBus -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -O2 -g -DNDEBUG -Wuninitialized -pedantic-errors -Wall -Wextra -Wno-unused-parameter -Wshadow -fPIC -std=c++17 -MD -MT app/CMakeFiles/libolive-editor.dir/libolive-editor_autogen/mocs_compilation.cpp.o -MF app/CMakeFiles/libolive-editor.dir/libolive-editor_autogen/mocs_compilation.cpp.o.d -o app/CMakeFiles/libolive-editor.dir/libolive-editor_autogen/mocs_compilation.cpp.o -c /home/senpai/funstuff/olive-git/src/olive/build/app/libolive-editor_autogen/mocs_compilation.cpp +In file included from /usr/include/opentimelineio/anyDictionary.h:6, + from /usr/include/opentimelineio/serializableObject.h:9, + from /usr/include/opentimelineio/serializableObjectWithMetadata.h:6, + from /usr/include/opentimelineio/timeline.h:6, + from /home/senpai/funstuff/olive-git/src/olive/build/app/libolive-editor_autogen/AH4O2BKEHD/../../../../app/dialog/otioproperties/otiopropertiesdialog.h:9, + from /home/senpai/funstuff/olive-git/src/olive/build/app/libolive-editor_autogen/AH4O2BKEHD/moc_otiopropertiesdialog.cpp:10, + from /home/senpai/funstuff/olive-git/src/olive/build/app/libolive-editor_autogen/mocs_compilation.cpp:41: +/usr/include/opentimelineio/any.h:6:10: fatal error: any/any.hpp: No such file or directory + 6 | #include ""any/any.hpp"" + | ^~~~~~~~~~~~~ +compilation terminated. + +",0, building with otio its impossible host arch manjaro otio branch master logs building cxx object app cmakefiles libolive editor dir core cpp o failed app cmakefiles libolive editor dir core cpp o usr bin c dkddockwidgets staticlib dpa has jack dqt concurrent lib dqt core lib dqt dbus lib dqt deprecated warnings dqt gui lib dqt no debug dqt opengl lib dqt widgets lib dqt lib duse otio i home senpai funstuff olive git src olive build app i home senpai funstuff olive git src olive app i home senpai funstuff olive git src olive build app libolive editor autogen include i home senpai funstuff olive git src olive ext core include i usr include opentimelineio i home senpai funstuff olive git src olive ext i home senpai funstuff olive git src olive ext kddockwidgets src fwd headers isystem usr include isystem usr include openexr isystem usr include imath isystem usr include qt isystem usr include qt qtcore isystem usr lib qt mkspecs linux g isystem usr include qt qtgui isystem usr include qt qtwidgets isystem usr include qt qtopengl isystem usr include qt qtconcurrent isystem usr include qt isystem usr include qt qtdbus march mtune generic pipe fstack protector strong fno plt g dndebug wuninitialized pedantic errors wall wextra wno unused parameter wshadow fpic std c md mt app cmakefiles libolive editor dir core cpp o mf app cmakefiles libolive editor dir core cpp o d o app cmakefiles libolive editor dir core cpp o c home senpai funstuff olive git src olive app core cpp in file included from usr include opentimelineio anydictionary h from usr include opentimelineio serializableobject h from usr include opentimelineio serializableobjectwithmetadata h from usr include opentimelineio timeline h from home senpai funstuff olive git src olive app dialog otioproperties otiopropertiesdialog h from home senpai funstuff olive git src olive app core cpp usr include opentimelineio any h fatal error any any hpp no such file or directory include any any hpp compilation terminated building cxx object app cmakefiles libolive editor dir libolive editor autogen mocs compilation cpp o failed app cmakefiles libolive editor dir libolive editor autogen mocs compilation cpp o usr bin c dkddockwidgets staticlib dpa has jack dqt concurrent lib dqt core lib dqt dbus lib dqt deprecated warnings dqt gui lib dqt no debug dqt opengl lib dqt widgets lib dqt lib duse otio i home senpai funstuff olive git src olive build app i home senpai funstuff olive git src olive app i home senpai funstuff olive git src olive build app libolive editor autogen include i home senpai funstuff olive git src olive ext core include i usr include opentimelineio i home senpai funstuff olive git src olive ext i home senpai funstuff olive git src olive ext kddockwidgets src fwd headers isystem usr include isystem usr include openexr isystem usr include imath isystem usr include qt isystem usr include qt qtcore isystem usr lib qt mkspecs linux g isystem usr include qt qtgui isystem usr include qt qtwidgets isystem usr include qt qtopengl isystem usr include qt qtconcurrent isystem usr include qt isystem usr include qt qtdbus march mtune generic pipe fstack protector strong fno plt g dndebug wuninitialized pedantic errors wall wextra wno unused parameter wshadow fpic std c md mt app cmakefiles libolive editor dir libolive editor autogen mocs compilation cpp o mf app cmakefiles libolive editor dir libolive editor autogen mocs compilation cpp o d o app cmakefiles libolive editor dir libolive editor autogen mocs compilation cpp o c home senpai funstuff olive git src olive build app libolive editor autogen mocs compilation cpp in file included from usr include opentimelineio anydictionary h from usr include opentimelineio serializableobject h from usr include opentimelineio serializableobjectwithmetadata h from usr include opentimelineio timeline h from home senpai funstuff olive git src olive build app libolive editor autogen app dialog otioproperties otiopropertiesdialog h from home senpai funstuff olive git src olive build app libolive editor autogen moc otiopropertiesdialog cpp from home senpai funstuff olive git src olive build app libolive editor autogen mocs compilation cpp usr include opentimelineio any h fatal error any any hpp no such file or directory include any any hpp compilation terminated ,0 +57121,7034313091.0,IssuesEvent,2017-12-27 16:04:17,rtfd/sphinx_rtd_theme,https://api.github.com/repos/rtfd/sphinx_rtd_theme,opened,"Don't add elements with JavaScript, add with Sphinx writer",Needed: design decision,We shouldn't be adding additional elements via JavaScript when we have access to running Sphinx extensions. An extension could output the additional elements around tables and citations that we use for styling.,1.0,"Don't add elements with JavaScript, add with Sphinx writer - We shouldn't be adding additional elements via JavaScript when we have access to running Sphinx extensions. An extension could output the additional elements around tables and citations that we use for styling.",0,don t add elements with javascript add with sphinx writer we shouldn t be adding additional elements via javascript when we have access to running sphinx extensions an extension could output the additional elements around tables and citations that we use for styling ,0 +5889,13249278460.0,IssuesEvent,2020-08-19 20:30:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure storage examples using legacy version,Pri2 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement enhancement triaged,"Hi, + +In the section Azure Storage, the examples provided apply to the legacy version 11 of Azure Storage library. +Is it possible to provide examples for the latest version (v12)? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Retry guidance for Azure services - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific#azure-storage) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Azure storage examples using legacy version - Hi, + +In the section Azure Storage, the examples provided apply to the legacy version 11 of Azure Storage library. +Is it possible to provide examples for the latest version (v12)? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Retry guidance for Azure services - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific#azure-storage) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,azure storage examples using legacy version hi in the section azure storage the examples provided apply to the legacy version of azure storage library is it possible to provide examples for the latest version document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +89892,11301069878.0,IssuesEvent,2020-01-17 14:53:51,Opentrons/opentrons,https://api.github.com/repos/Opentrons/opentrons,closed,Deck Calibration Update: Select Deck Type,app design feature medium,"As a robot user, I would like to be prompted to indicate my deck type before deck calibration, so that my robot knows what deck calibration points to use. + +## Acceptance Criteria +- [ ] User asked to indicate whether their robot has a calibration cross in slot 4 + - [ ] If Yes, ‘Deck Version’ advanced setting set to ‘2.2’ (tbd) +- [ ] User has option to remember selection for next time (selected by default) +- [ ] User has option to exit or continue + +## Implementation Notes +- Do we want to save and then use the 'deck version' advanced setting to drive the UI (and therefore will the 'remember for next time' feature increase complexity)? + +## Design +- https://zpl.io/VQ95MDA",1.0,"Deck Calibration Update: Select Deck Type - As a robot user, I would like to be prompted to indicate my deck type before deck calibration, so that my robot knows what deck calibration points to use. + +## Acceptance Criteria +- [ ] User asked to indicate whether their robot has a calibration cross in slot 4 + - [ ] If Yes, ‘Deck Version’ advanced setting set to ‘2.2’ (tbd) +- [ ] User has option to remember selection for next time (selected by default) +- [ ] User has option to exit or continue + +## Implementation Notes +- Do we want to save and then use the 'deck version' advanced setting to drive the UI (and therefore will the 'remember for next time' feature increase complexity)? + +## Design +- https://zpl.io/VQ95MDA",0,deck calibration update select deck type as a robot user i would like to be prompted to indicate my deck type before deck calibration so that my robot knows what deck calibration points to use acceptance criteria user asked to indicate whether their robot has a calibration cross in slot if yes ‘deck version’ advanced setting set to ‘ ’ tbd user has option to remember selection for next time selected by default user has option to exit or continue implementation notes do we want to save and then use the deck version advanced setting to drive the ui and therefore will the remember for next time feature increase complexity design ,0 +108168,23545621540.0,IssuesEvent,2022-08-21 03:55:12,NeilKleistGao/sal,https://api.github.com/repos/NeilKleistGao/sal,closed,Function Application,enhancement good first issue Antlr TypeSystems CodeGeneration,"```lua +fun add(x: int, y: int): int = x + y + +val res: int = add(3, 4) +``` + +Should be translated to: +```lua +function add(x, y) + return x + y +end + +local res = add(3, 4) +```",1.0,"Function Application - ```lua +fun add(x: int, y: int): int = x + y + +val res: int = add(3, 4) +``` + +Should be translated to: +```lua +function add(x, y) + return x + y +end + +local res = add(3, 4) +```",0,function application lua fun add x int y int int x y val res int add should be translated to lua function add x y return x y end local res add ,0 +3620,9882737025.0,IssuesEvent,2019-06-24 17:37:28,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Serverless Microservices and Service meshes,architecture-center/svc assigned-to-author doc-idea reference-architecture/subsvc triaged,"Does a microservices using serverless need a Service meshes? + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f259ccea-882e-9496-27cf-af8d13edaae4 +* Version Independent ID: a7bab5c8-7227-e836-a721-0c54f94a2d8c +* Content: [Interservice communication in microservices](https://docs.microsoft.com/en-gb/azure/architecture/microservices/design/interservice-communication#next-steps) +* Content Source: [docs/microservices/design/interservice-communication.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/design/interservice-communication.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Serverless Microservices and Service meshes - Does a microservices using serverless need a Service meshes? + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f259ccea-882e-9496-27cf-af8d13edaae4 +* Version Independent ID: a7bab5c8-7227-e836-a721-0c54f94a2d8c +* Content: [Interservice communication in microservices](https://docs.microsoft.com/en-gb/azure/architecture/microservices/design/interservice-communication#next-steps) +* Content Source: [docs/microservices/design/interservice-communication.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/design/interservice-communication.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,serverless microservices and service meshes does a microservices using serverless need a service meshes document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +9131,24059545098.0,IssuesEvent,2022-09-16 20:36:03,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Seems really old,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 best-practice/subsvc,"This article is from 2017? Should be retired or updated maybe? +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 98e6cd92-676a-6d6f-2ea8-ebe9301f59a9 +* Version Independent ID: edfbb571-5bcf-2339-2cce-5e6a22fd591c +* Content: [Autoscaling guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/auto-scaling) +* Content Source: [docs/best-practices/auto-scaling.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/auto-scaling.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Seems really old - This article is from 2017? Should be retired or updated maybe? +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 98e6cd92-676a-6d6f-2ea8-ebe9301f59a9 +* Version Independent ID: edfbb571-5bcf-2339-2cce-5e6a22fd591c +* Content: [Autoscaling guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/auto-scaling) +* Content Source: [docs/best-practices/auto-scaling.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/auto-scaling.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,seems really old this article is from should be retired or updated maybe document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service best practice github login microsoft alias pnp ,1 +9686,25033872359.0,IssuesEvent,2022-11-04 14:31:45,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Availability Options for AD DS is Availability Zones also supported,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +[Enter feedback here] + +Under the section Availability Considerations, the article states that the Domain Controllers should be placed in an Availability Set. My question is whether Availability Zones are also supported, it is just the article needs updating or is there another technical reason for stating Availability Sets. The region I would be looking to deploy the Domain Controllers does support Availability Zones. Feedback greatly appreciated. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"Availability Options for AD DS is Availability Zones also supported - +[Enter feedback here] + +Under the section Availability Considerations, the article states that the Domain Controllers should be placed in an Availability Set. My question is whether Availability Zones are also supported, it is just the article needs updating or is there another technical reason for stating Availability Sets. The region I would be looking to deploy the Domain Controllers does support Availability Zones. Feedback greatly appreciated. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,availability options for ad ds is availability zones also supported under the section availability considerations the article states that the domain controllers should be placed in an availability set my question is whether availability zones are also supported it is just the article needs updating or is there another technical reason for stating availability sets the region i would be looking to deploy the domain controllers does support availability zones feedback greatly appreciated document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +6434,14563229258.0,IssuesEvent,2020-12-17 01:59:49,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Logic app,Pri2 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged," +Where does Logic App fits in the compute services decision diagram? Please confirm. Thanks + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"Logic app - +Where does Logic App fits in the compute services decision diagram? Please confirm. Thanks + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,logic app where does logic app fits in the compute services decision diagram please confirm thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +6817,15369804645.0,IssuesEvent,2021-03-02 07:55:58,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Wrong link to Microsoft Azure IoT Reference Architecture (PDF),Pri2 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"Next steps section: Wrong link to Microsoft Azure IoT Reference Architecture (PDF) + +It should be https://download.microsoft.com/download/A/4/D/A4DAD253-BC21-41D3-B9D9-87D2AE6F0719/Microsoft_Azure_IoT_Reference_Architecture.pdf + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cf328b1f-6bc5-dff2-619f-82b95030c3cf +* Version Independent ID: 4c7bd8b7-5ebb-5b1e-010b-2acd7fdcec0f +* Content: [Azure IoT reference architecture - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/iot) +* Content Source: [docs/reference-architectures/iot.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/iot.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"Wrong link to Microsoft Azure IoT Reference Architecture (PDF) - Next steps section: Wrong link to Microsoft Azure IoT Reference Architecture (PDF) + +It should be https://download.microsoft.com/download/A/4/D/A4DAD253-BC21-41D3-B9D9-87D2AE6F0719/Microsoft_Azure_IoT_Reference_Architecture.pdf + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cf328b1f-6bc5-dff2-619f-82b95030c3cf +* Version Independent ID: 4c7bd8b7-5ebb-5b1e-010b-2acd7fdcec0f +* Content: [Azure IoT reference architecture - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/iot) +* Content Source: [docs/reference-architectures/iot.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/iot.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,wrong link to microsoft azure iot reference architecture pdf next steps section wrong link to microsoft azure iot reference architecture pdf it should be document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +5555,12700098047.0,IssuesEvent,2020-06-22 15:48:09,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Include Azure Data Explorer in this ref article,Pri2 architecture-center/svc assigned-to-author solution-idea/subsvc triaged,"The diagram is a good representation of a generic IoT reference architecture. Please include links to the Azure Data Explorer documentation and add recommendations for an alternate option as a warm store. If you have any questions, please reach out to me. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8b30c2a4-8c2c-d041-b7a6-2766b9aa9bb6 +* Version Independent ID: 2cdc5376-7817-7f86-41c1-7ee492833eda +* Content: [IoT Architecture – Azure IoT Subsystems - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/azure-iot-subsystems#feedback) +* Content Source: [docs/solution-ideas/articles/azure-iot-subsystems.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/azure-iot-subsystems.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Include Azure Data Explorer in this ref article - The diagram is a good representation of a generic IoT reference architecture. Please include links to the Azure Data Explorer documentation and add recommendations for an alternate option as a warm store. If you have any questions, please reach out to me. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8b30c2a4-8c2c-d041-b7a6-2766b9aa9bb6 +* Version Independent ID: 2cdc5376-7817-7f86-41c1-7ee492833eda +* Content: [IoT Architecture – Azure IoT Subsystems - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/azure-iot-subsystems#feedback) +* Content Source: [docs/solution-ideas/articles/azure-iot-subsystems.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/azure-iot-subsystems.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,include azure data explorer in this ref article the diagram is a good representation of a generic iot reference architecture please include links to the azure data explorer documentation and add recommendations for an alternate option as a warm store if you have any questions please reach out to me document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +9254,24304061171.0,IssuesEvent,2022-09-29 15:53:07,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,ADT icon in architecture diagram,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc," +Super small nit, but the architecture diagram is using an old icon for ADT. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 768f747a-0066-ede4-9373-5fa54ceb80cd +* Version Independent ID: c4d828a3-962e-2a44-7751-f871cd34eea0 +* Content: [Facilities management powered by mixed reality and IoT - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/facilities-management-powered-by-mixed-reality-and-iot) +* Content Source: [docs/solution-ideas/articles/facilities-management-powered-by-mixed-reality-and-iot.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/facilities-management-powered-by-mixed-reality-and-iot.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"ADT icon in architecture diagram - +Super small nit, but the architecture diagram is using an old icon for ADT. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 768f747a-0066-ede4-9373-5fa54ceb80cd +* Version Independent ID: c4d828a3-962e-2a44-7751-f871cd34eea0 +* Content: [Facilities management powered by mixed reality and IoT - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/facilities-management-powered-by-mixed-reality-and-iot) +* Content Source: [docs/solution-ideas/articles/facilities-management-powered-by-mixed-reality-and-iot.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/facilities-management-powered-by-mixed-reality-and-iot.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,adt icon in architecture diagram super small nit but the architecture diagram is using an old icon for adt document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +9637,24945679196.0,IssuesEvent,2022-10-31 23:47:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"VPN speed is listed as 10Gbps, but should read 1Gbps?",doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri1," +In the details for VPN speed, the page lists the speed as up to 10Gbps, but shouldn't it read 1Gbps? + +Quote: +""VPN connection +A [VPN gateway](https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways) is a type of virtual network gateway that sends encrypted traffic between an Azure virtual network and an on-premises location. The encrypted traffic goes over the public Internet. + +This architecture is suitable for hybrid applications where the traffic between on-premises hardware and the cloud is likely to be light, or you are willing to trade slightly extended latency for the flexibility and processing power of the cloud. + +Benefits +Simple to configure. +Much higher bandwidth available; up to 10 Gbps depending on the VPN Gateway SKU."" + +Best regards +Alf + + +--- +#### Dokumentinformasjon + +⚠ *Ikke rediger denne delen. Den kreves for koblingen docs.microsoft.com ➟ GitHub-problem.* + +* ID: 59c72e16-a607-68cc-4d47-7e6f16b546c1 +* Version Independent ID: 897309eb-6e9b-1f5c-714b-b12c91e9091d +* Content: [Connect an on-premises network to Azure - Azure Architecture Center](https://docs.microsoft.com/nb-no/azure/architecture/reference-architectures/hybrid-networking/) +* Content Source: [docs/reference-architectures/hybrid-networking/index.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/hybrid-networking/index.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"VPN speed is listed as 10Gbps, but should read 1Gbps? - +In the details for VPN speed, the page lists the speed as up to 10Gbps, but shouldn't it read 1Gbps? + +Quote: +""VPN connection +A [VPN gateway](https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways) is a type of virtual network gateway that sends encrypted traffic between an Azure virtual network and an on-premises location. The encrypted traffic goes over the public Internet. + +This architecture is suitable for hybrid applications where the traffic between on-premises hardware and the cloud is likely to be light, or you are willing to trade slightly extended latency for the flexibility and processing power of the cloud. + +Benefits +Simple to configure. +Much higher bandwidth available; up to 10 Gbps depending on the VPN Gateway SKU."" + +Best regards +Alf + + +--- +#### Dokumentinformasjon + +⚠ *Ikke rediger denne delen. Den kreves for koblingen docs.microsoft.com ➟ GitHub-problem.* + +* ID: 59c72e16-a607-68cc-4d47-7e6f16b546c1 +* Version Independent ID: 897309eb-6e9b-1f5c-714b-b12c91e9091d +* Content: [Connect an on-premises network to Azure - Azure Architecture Center](https://docs.microsoft.com/nb-no/azure/architecture/reference-architectures/hybrid-networking/) +* Content Source: [docs/reference-architectures/hybrid-networking/index.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/hybrid-networking/index.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,vpn speed is listed as but should read in the details for vpn speed the page lists the speed as up to but shouldn t it read quote vpn connection a is a type of virtual network gateway that sends encrypted traffic between an azure virtual network and an on premises location the encrypted traffic goes over the public internet this architecture is suitable for hybrid applications where the traffic between on premises hardware and the cloud is likely to be light or you are willing to trade slightly extended latency for the flexibility and processing power of the cloud benefits simple to configure much higher bandwidth available up to gbps depending on the vpn gateway sku best regards alf dokumentinformasjon ⚠ ikke rediger denne delen den kreves for koblingen docs microsoft com ➟ github problem id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +7172,16903314808.0,IssuesEvent,2021-06-24 02:05:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"""API Gateway"" is referenced but that isnt an azure servivce",architecture-center/svc assigned-to-author azure-guide/subsvc doc-enhancement triaged,"Shouldn't this wording either say ""API Management"" or maybe ""Application Gateway"" or make a note/link to the https://docs.microsoft.com/en-us/azure/architecture/microservices/design/gateway document and say that it could be any number of technologies....the impression to me is that there is an azure service called 'API Gateway' + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fccd14ec-192a-ffd8-edec-4296998feb8b +* Version Independent ID: 2bac3769-2613-f739-4796-0737c7cd8919 +* Content: [Building microservices on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/) +* Content Source: [docs/microservices/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/index.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"""API Gateway"" is referenced but that isnt an azure servivce - Shouldn't this wording either say ""API Management"" or maybe ""Application Gateway"" or make a note/link to the https://docs.microsoft.com/en-us/azure/architecture/microservices/design/gateway document and say that it could be any number of technologies....the impression to me is that there is an azure service called 'API Gateway' + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fccd14ec-192a-ffd8-edec-4296998feb8b +* Version Independent ID: 2bac3769-2613-f739-4796-0737c7cd8919 +* Content: [Building microservices on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/) +* Content Source: [docs/microservices/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/index.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1, api gateway is referenced but that isnt an azure servivce shouldn t this wording either say api management or maybe application gateway or make a note link to the document and say that it could be any number of technologies the impression to me is that there is an azure service called api gateway document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id edec version independent id content content source service architecture center sub service azure guide github login microsoft alias pnp ,1 +44227,7097234363.0,IssuesEvent,2018-01-14 17:05:20,EGC-G2-Trabajo-1718/RedesSociales,https://api.github.com/repos/EGC-G2-Trabajo-1718/RedesSociales,closed,Documentar apartado 10 del documento del proyecto,documentation task,"**Prioridad:** media + +**Descripción:** +Realizar apartado ""mapa de herramientas"" de la documentación del proyecto. + +Más información: https://github.com/EGCETSII/Entregables/wiki/Documento-del-proyecto + ",1.0,"Documentar apartado 10 del documento del proyecto - **Prioridad:** media + +**Descripción:** +Realizar apartado ""mapa de herramientas"" de la documentación del proyecto. + +Más información: https://github.com/EGCETSII/Entregables/wiki/Documento-del-proyecto + ",0,documentar apartado del documento del proyecto prioridad media descripción realizar apartado mapa de herramientas de la documentación del proyecto más información ,0 +6991,9284638287.0,IssuesEvent,2019-03-21 02:41:43,pingcap/tidb,https://api.github.com/repos/pingcap/tidb,opened,Need to check and fix more types in `shou (full) columns`,type/compatibility,"## General Question + + +As https://github.com/pingcap/tidb/pull/9810 discussed, we should check more types in `show columns` and ` show full columns`, and fix it!",True,"Need to check and fix more types in `shou (full) columns` - ## General Question + + +As https://github.com/pingcap/tidb/pull/9810 discussed, we should check more types in `show columns` and ` show full columns`, and fix it!",0,need to check and fix more types in shou full columns general question as discussed we should check more types in show columns and show full columns and fix it ,0 +10007,25998525394.0,IssuesEvent,2022-12-20 13:35:59,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"incorrect ""tradeoff"" example",doc-enhancement assigned-to-author triaged architecture-center/svc Pri3 well-architected/subsvc,"On page https://learn.microsoft.com/en-us/azure/architecture/reliability/architect there's a phrase: +""there's a tradeoff between greater redundancy and reliability versus higher costs and complexity."" +Tradeoff is used for opposites (thus the word versus), but opposites from this example ""greater redundancy and reliability"" and ""higher costs and complexity"" are not opposites, but vice versa - ""greater redundancy and reliability"" leads to ""higher costs and complexity"". For opposites need to use ""lower costs and complexity"". So that, we have either ""greater redundancy and reliability"" (with higher cost and complexity) or we have ""lower cost and complexity"" (with less redundancy and reliability) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 7045e916-4244-f7fa-c147-fb4a0ddc15f6 +* Version Independent ID: 78e0c541-b257-f253-e1ca-e9ea7c8e7a76 +* Content: [Architecting for resiliency and availability - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reliability/architect) +* Content Source: [docs/reliability/architect.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reliability/architect.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"incorrect ""tradeoff"" example - On page https://learn.microsoft.com/en-us/azure/architecture/reliability/architect there's a phrase: +""there's a tradeoff between greater redundancy and reliability versus higher costs and complexity."" +Tradeoff is used for opposites (thus the word versus), but opposites from this example ""greater redundancy and reliability"" and ""higher costs and complexity"" are not opposites, but vice versa - ""greater redundancy and reliability"" leads to ""higher costs and complexity"". For opposites need to use ""lower costs and complexity"". So that, we have either ""greater redundancy and reliability"" (with higher cost and complexity) or we have ""lower cost and complexity"" (with less redundancy and reliability) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 7045e916-4244-f7fa-c147-fb4a0ddc15f6 +* Version Independent ID: 78e0c541-b257-f253-e1ca-e9ea7c8e7a76 +* Content: [Architecting for resiliency and availability - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reliability/architect) +* Content Source: [docs/reliability/architect.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reliability/architect.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,incorrect tradeoff example on page there s a phrase there s a tradeoff between greater redundancy and reliability versus higher costs and complexity tradeoff is used for opposites thus the word versus but opposites from this example greater redundancy and reliability and higher costs and complexity are not opposites but vice versa greater redundancy and reliability leads to higher costs and complexity for opposites need to use lower costs and complexity so that we have either greater redundancy and reliability with higher cost and complexity or we have lower cost and complexity with less redundancy and reliability document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login edprice msft microsoft alias architectures ,1 +65676,12663620956.0,IssuesEvent,2020-06-18 01:58:38,phetsims/build-a-molecule,https://api.github.com/repos/phetsims/build-a-molecule,closed,Implementation details in model.md documentation,dev:code-review,"As noted in the code review doc (https://github.com/phetsims/build-a-molecule/issues/173): + +> Does model.md adequately describe the model, in terms appropriate for teachers? + +Can we move implementation details to the implementation-notes.md?",1.0,"Implementation details in model.md documentation - As noted in the code review doc (https://github.com/phetsims/build-a-molecule/issues/173): + +> Does model.md adequately describe the model, in terms appropriate for teachers? + +Can we move implementation details to the implementation-notes.md?",0,implementation details in model md documentation as noted in the code review doc does model md adequately describe the model in terms appropriate for teachers can we move implementation details to the implementation notes md ,0 +226611,24979701253.0,IssuesEvent,2022-11-02 10:42:03,quarkusio/quarkus,https://api.github.com/repos/quarkusio/quarkus,closed,BlockingOperationNotAllowedException When using quarkus-test-security + quarkus.security.jaxrs.deny-unannotated-endpoints = true,kind/bug area/security area/resteasy area/resteasy-reactive,"### Describe the bug + +It seems that `quarkus.security.jaxrs.deny-unannotated-endpoints = true` has some problems with `quarkus-test-security`. +This only seems to be a problem on Resources with exception mappers inside the class. + + +Stacktrace: + +``` +Suppressed: io.quarkus.runtime.BlockingOperationNotAllowedException: Blocking security check attempted in code running on the event loop. Make the secured method return an async type, i.e. Uni, Multi or CompletionStage, or use an authentication mechanism that sets the SecurityIdentity in a blocking manner prior to delegating the call + at io.quarkus.security.runtime.interceptor.SecurityConstrainer.check(SecurityConstrainer.java:34) + at io.quarkus.security.runtime.interceptor.SecurityHandler.handle(SecurityHandler.java:46) + at io.quarkus.security.runtime.interceptor.DenyAllInterceptor.intercept(DenyAllInterceptor.java:30) + at io.quarkus.security.runtime.interceptor.DenyAllInterceptor_Bean.intercept(Unknown Source) + at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:42) + at io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:41) + at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:33) + at com.dfrickert.rest.resources.func.RestService_Subclass.authenticationFailedHandler(Unknown Source) + at com.dfrickert.rest.resources.func.RestService$GeneratedExceptionHandlerFor$UnauthorizedException$OfMethod$authenticationFailedHandler.toResponse(Unknown Source) + at com.dfrickert.rest.resources.func.RestService$GeneratedExceptionHandlerFor$UnauthorizedException$OfMethod$authenticationFailedHandler.toResponse(Unknown Source) + at org.jboss.resteasy.reactive.server.core.RuntimeExceptionMapper.mapException(RuntimeExceptionMapper.java:93) + at org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext.mapExceptionIfPresent(ResteasyReactiveRequestContext.java:342) + at org.jboss.resteasy.reactive.server.handlers.ExceptionHandler.handle(ExceptionHandler.java:15) + at io.quarkus.resteasy.reactive.server.runtime.QuarkusResteasyReactiveRequestContext.invokeHandler(QuarkusResteasyReactiveRequestContext.java:124) + at org.jboss.resteasy.reactive.common.core.AbstractResteasyReactiveContext.run(AbstractResteasyReactiveContext.java:142) + at org.jboss.resteasy.reactive.server.handlers.RestInitialHandler.beginProcessing(RestInitialHandler.java:51) + at org.jboss.resteasy.reactive.server.vertx.ResteasyReactiveVertxHandler.handle(ResteasyReactiveVertxHandler.java:18) + at org.jboss.resteasy.reactive.server.vertx.ResteasyReactiveVertxHandler.handle(ResteasyReactiveVertxHandler.java:8) + at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) + at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173) + at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:140) + at io.quarkus.vertx.http.runtime.StaticResourcesRecorder$2.handle(StaticResourcesRecorder.java:84) + at io.quarkus.vertx.http.runtime.StaticResourcesRecorder$2.handle(StaticResourcesRecorder.java:71) + at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) + at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173) + at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:140) + at io.quarkus.vertx.http.runtime.VertxHttpRecorder$6.handle(VertxHttpRecorder.java:430) + at io.quarkus.vertx.http.runtime.VertxHttpRecorder$6.handle(VertxHttpRecorder.java:408) + at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) + at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173) + at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:140) + at io.quarkus.vertx.http.runtime.security.HttpAuthorizer.doPermissionCheck(HttpAuthorizer.java:117) + at io.quarkus.vertx.http.runtime.security.HttpAuthorizer.checkPermission(HttpAuthorizer.java:100) + at io.quarkus.vertx.http.runtime.security.HttpSecurityRecorder$3.handle(HttpSecurityRecorder.java:233) + at io.quarkus.vertx.http.runtime.security.HttpSecurityRecorder$3.handle(HttpSecurityRecorder.java:225) + at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) + at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173) + at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:140) + at io.quarkus.vertx.http.runtime.security.HttpSecurityRecorder$2.handle(HttpSecurityRecorder.java:206) + at io.quarkus.vertx.http.runtime.security.HttpSecurityRecorder$2.handle(HttpSecurityRecorder.java:60) + at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) + at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173) + at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:140) + at io.vertx.ext.web.impl.RouterImpl.handle(RouterImpl.java:68) + at io.vertx.ext.web.impl.RouterImpl.handle(RouterImpl.java:37) + at io.quarkus.vertx.http.runtime.VertxHttpRecorder$15.handle(VertxHttpRecorder.java:606) + at io.quarkus.vertx.http.runtime.VertxHttpRecorder$15.handle(VertxHttpRecorder.java:589) + at io.quarkus.vertx.http.runtime.VertxHttpRecorder$1.handle(VertxHttpRecorder.java:185) + at io.quarkus.vertx.http.runtime.VertxHttpRecorder$1.handle(VertxHttpRecorder.java:160) + at io.vertx.core.http.impl.Http1xServerRequestHandler.handle(Http1xServerRequestHandler.java:67) + at io.vertx.core.http.impl.Http1xServerRequestHandler.handle(Http1xServerRequestHandler.java:30) + at io.vertx.core.impl.EventLoopContext.emit(EventLoopContext.java:55) + at io.vertx.core.impl.DuplicatedContext.emit(DuplicatedContext.java:158) + at io.vertx.core.http.impl.Http1xServerConnection.handleMessage(Http1xServerConnection.java:145) + at io.vertx.core.net.impl.ConnectionBase.read(ConnectionBase.java:157) + at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:153) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) + at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93) + at io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler.channelRead(WebSocketServerExtensionHandler.java:99) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) + at io.vertx.core.http.impl.Http1xUpgradeToH2CHandler.channelRead(Http1xUpgradeToH2CHandler.java:116) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) + at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) + at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:336) + at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323) + at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:444) + at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:280) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) + at io.vertx.core.http.impl.Http1xOrH2CHandler.end(Http1xOrH2CHandler.java:61) + at io.vertx.core.http.impl.Http1xOrH2CHandler.channelRead(Http1xOrH2CHandler.java:38) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) + at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) + at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) + at java.base/java.lang.Thread.run(Thread.java:833) + Caused by: io.quarkus.runtime.BlockingOperationNotAllowedException: Cannot call getIdentity() from the IO thread when lazy authentication is in use, as resolving the identity may block the thread. Instead you should inject the CurrentIdentityAssociation, call CurrentIdentityAssociation#getDeferredIdentity() and subscribe to the Uni. + at io.quarkus.security.runtime.SecurityIdentityAssociation.getIdentity(SecurityIdentityAssociation.java:68) + at io.quarkus.test.security.DelegateSecurityIdentityAssociation_ClientProxy.getIdentity(Unknown Source) + at io.quarkus.test.security.TestIdentityAssociation.getIdentity(TestIdentityAssociation.java:71) + at io.quarkus.test.security.TestIdentityAssociation_ClientProxy.getIdentity(Unknown Source) + at io.quarkus.security.runtime.interceptor.SecurityConstrainer.check(SecurityConstrainer.java:32) + ... 100 more + +``` + +### Expected behavior + +Test returns appropriate status code depending on the test case (401/403) + +### Actual behavior + +Test fails with HTTP 500 + +### How to Reproduce? + +https://github.com/davidfrickert/quarkus-issue-reproducer/tree/security-test-resource-exception-mappers-auth + +Run test `GreetingResourceImplTest`. Expected 403, actually is 500 with the error on the issue description. + +### Output of `uname -a` or `ver` + +Linux dfrickert 5.15.74-4-MANJARO #1 SMP PREEMPT Sat Oct 15 18:49:48 UTC 2022 x86_64 GNU/Linux + +### Output of `java -version` + +openjdk version ""17.0.5"" 2022-10-18 OpenJDK Runtime Environment (build 17.0.5+1) OpenJDK 64-Bit Server VM (build 17.0.5+1, mixed mode) + +### GraalVM version (if different from Java) + +N/A + +### Quarkus version or git rev + +2.13.3.Final + +### Build tool (ie. output of `mvnw --version` or `gradlew --version`) + +Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /opt/maven Java version: 17.0.5, vendor: N/A, runtime: /usr/lib/jvm/java-17-openjdk Default locale: en_US, platform encoding: UTF-8 OS name: ""linux"", version: ""5.15.74-4-manjaro"", arch: ""amd64"", family: ""unix"" + +### Additional information + +_No response_",True,"BlockingOperationNotAllowedException When using quarkus-test-security + quarkus.security.jaxrs.deny-unannotated-endpoints = true - ### Describe the bug + +It seems that `quarkus.security.jaxrs.deny-unannotated-endpoints = true` has some problems with `quarkus-test-security`. +This only seems to be a problem on Resources with exception mappers inside the class. + + +Stacktrace: + +``` +Suppressed: io.quarkus.runtime.BlockingOperationNotAllowedException: Blocking security check attempted in code running on the event loop. Make the secured method return an async type, i.e. Uni, Multi or CompletionStage, or use an authentication mechanism that sets the SecurityIdentity in a blocking manner prior to delegating the call + at io.quarkus.security.runtime.interceptor.SecurityConstrainer.check(SecurityConstrainer.java:34) + at io.quarkus.security.runtime.interceptor.SecurityHandler.handle(SecurityHandler.java:46) + at io.quarkus.security.runtime.interceptor.DenyAllInterceptor.intercept(DenyAllInterceptor.java:30) + at io.quarkus.security.runtime.interceptor.DenyAllInterceptor_Bean.intercept(Unknown Source) + at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:42) + at io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:41) + at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:33) + at com.dfrickert.rest.resources.func.RestService_Subclass.authenticationFailedHandler(Unknown Source) + at com.dfrickert.rest.resources.func.RestService$GeneratedExceptionHandlerFor$UnauthorizedException$OfMethod$authenticationFailedHandler.toResponse(Unknown Source) + at com.dfrickert.rest.resources.func.RestService$GeneratedExceptionHandlerFor$UnauthorizedException$OfMethod$authenticationFailedHandler.toResponse(Unknown Source) + at org.jboss.resteasy.reactive.server.core.RuntimeExceptionMapper.mapException(RuntimeExceptionMapper.java:93) + at org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext.mapExceptionIfPresent(ResteasyReactiveRequestContext.java:342) + at org.jboss.resteasy.reactive.server.handlers.ExceptionHandler.handle(ExceptionHandler.java:15) + at io.quarkus.resteasy.reactive.server.runtime.QuarkusResteasyReactiveRequestContext.invokeHandler(QuarkusResteasyReactiveRequestContext.java:124) + at org.jboss.resteasy.reactive.common.core.AbstractResteasyReactiveContext.run(AbstractResteasyReactiveContext.java:142) + at org.jboss.resteasy.reactive.server.handlers.RestInitialHandler.beginProcessing(RestInitialHandler.java:51) + at org.jboss.resteasy.reactive.server.vertx.ResteasyReactiveVertxHandler.handle(ResteasyReactiveVertxHandler.java:18) + at org.jboss.resteasy.reactive.server.vertx.ResteasyReactiveVertxHandler.handle(ResteasyReactiveVertxHandler.java:8) + at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) + at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173) + at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:140) + at io.quarkus.vertx.http.runtime.StaticResourcesRecorder$2.handle(StaticResourcesRecorder.java:84) + at io.quarkus.vertx.http.runtime.StaticResourcesRecorder$2.handle(StaticResourcesRecorder.java:71) + at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) + at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173) + at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:140) + at io.quarkus.vertx.http.runtime.VertxHttpRecorder$6.handle(VertxHttpRecorder.java:430) + at io.quarkus.vertx.http.runtime.VertxHttpRecorder$6.handle(VertxHttpRecorder.java:408) + at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) + at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173) + at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:140) + at io.quarkus.vertx.http.runtime.security.HttpAuthorizer.doPermissionCheck(HttpAuthorizer.java:117) + at io.quarkus.vertx.http.runtime.security.HttpAuthorizer.checkPermission(HttpAuthorizer.java:100) + at io.quarkus.vertx.http.runtime.security.HttpSecurityRecorder$3.handle(HttpSecurityRecorder.java:233) + at io.quarkus.vertx.http.runtime.security.HttpSecurityRecorder$3.handle(HttpSecurityRecorder.java:225) + at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) + at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173) + at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:140) + at io.quarkus.vertx.http.runtime.security.HttpSecurityRecorder$2.handle(HttpSecurityRecorder.java:206) + at io.quarkus.vertx.http.runtime.security.HttpSecurityRecorder$2.handle(HttpSecurityRecorder.java:60) + at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) + at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173) + at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:140) + at io.vertx.ext.web.impl.RouterImpl.handle(RouterImpl.java:68) + at io.vertx.ext.web.impl.RouterImpl.handle(RouterImpl.java:37) + at io.quarkus.vertx.http.runtime.VertxHttpRecorder$15.handle(VertxHttpRecorder.java:606) + at io.quarkus.vertx.http.runtime.VertxHttpRecorder$15.handle(VertxHttpRecorder.java:589) + at io.quarkus.vertx.http.runtime.VertxHttpRecorder$1.handle(VertxHttpRecorder.java:185) + at io.quarkus.vertx.http.runtime.VertxHttpRecorder$1.handle(VertxHttpRecorder.java:160) + at io.vertx.core.http.impl.Http1xServerRequestHandler.handle(Http1xServerRequestHandler.java:67) + at io.vertx.core.http.impl.Http1xServerRequestHandler.handle(Http1xServerRequestHandler.java:30) + at io.vertx.core.impl.EventLoopContext.emit(EventLoopContext.java:55) + at io.vertx.core.impl.DuplicatedContext.emit(DuplicatedContext.java:158) + at io.vertx.core.http.impl.Http1xServerConnection.handleMessage(Http1xServerConnection.java:145) + at io.vertx.core.net.impl.ConnectionBase.read(ConnectionBase.java:157) + at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:153) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) + at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93) + at io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler.channelRead(WebSocketServerExtensionHandler.java:99) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) + at io.vertx.core.http.impl.Http1xUpgradeToH2CHandler.channelRead(Http1xUpgradeToH2CHandler.java:116) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) + at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) + at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:336) + at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323) + at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:444) + at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:280) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) + at io.vertx.core.http.impl.Http1xOrH2CHandler.end(Http1xOrH2CHandler.java:61) + at io.vertx.core.http.impl.Http1xOrH2CHandler.channelRead(Http1xOrH2CHandler.java:38) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) + at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) + at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) + at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) + at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) + at java.base/java.lang.Thread.run(Thread.java:833) + Caused by: io.quarkus.runtime.BlockingOperationNotAllowedException: Cannot call getIdentity() from the IO thread when lazy authentication is in use, as resolving the identity may block the thread. Instead you should inject the CurrentIdentityAssociation, call CurrentIdentityAssociation#getDeferredIdentity() and subscribe to the Uni. + at io.quarkus.security.runtime.SecurityIdentityAssociation.getIdentity(SecurityIdentityAssociation.java:68) + at io.quarkus.test.security.DelegateSecurityIdentityAssociation_ClientProxy.getIdentity(Unknown Source) + at io.quarkus.test.security.TestIdentityAssociation.getIdentity(TestIdentityAssociation.java:71) + at io.quarkus.test.security.TestIdentityAssociation_ClientProxy.getIdentity(Unknown Source) + at io.quarkus.security.runtime.interceptor.SecurityConstrainer.check(SecurityConstrainer.java:32) + ... 100 more + +``` + +### Expected behavior + +Test returns appropriate status code depending on the test case (401/403) + +### Actual behavior + +Test fails with HTTP 500 + +### How to Reproduce? + +https://github.com/davidfrickert/quarkus-issue-reproducer/tree/security-test-resource-exception-mappers-auth + +Run test `GreetingResourceImplTest`. Expected 403, actually is 500 with the error on the issue description. + +### Output of `uname -a` or `ver` + +Linux dfrickert 5.15.74-4-MANJARO #1 SMP PREEMPT Sat Oct 15 18:49:48 UTC 2022 x86_64 GNU/Linux + +### Output of `java -version` + +openjdk version ""17.0.5"" 2022-10-18 OpenJDK Runtime Environment (build 17.0.5+1) OpenJDK 64-Bit Server VM (build 17.0.5+1, mixed mode) + +### GraalVM version (if different from Java) + +N/A + +### Quarkus version or git rev + +2.13.3.Final + +### Build tool (ie. output of `mvnw --version` or `gradlew --version`) + +Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /opt/maven Java version: 17.0.5, vendor: N/A, runtime: /usr/lib/jvm/java-17-openjdk Default locale: en_US, platform encoding: UTF-8 OS name: ""linux"", version: ""5.15.74-4-manjaro"", arch: ""amd64"", family: ""unix"" + +### Additional information + +_No response_",0,blockingoperationnotallowedexception when using quarkus test security quarkus security jaxrs deny unannotated endpoints true describe the bug it seems that quarkus security jaxrs deny unannotated endpoints true has some problems with quarkus test security this only seems to be a problem on resources with exception mappers inside the class stacktrace suppressed io quarkus runtime blockingoperationnotallowedexception blocking security check attempted in code running on the event loop make the secured method return an async type i e uni multi or completionstage or use an authentication mechanism that sets the securityidentity in a blocking manner prior to delegating the call at io quarkus security runtime interceptor securityconstrainer check securityconstrainer java at io quarkus security runtime interceptor securityhandler handle securityhandler java at io quarkus security runtime interceptor denyallinterceptor intercept denyallinterceptor java at io quarkus security runtime interceptor denyallinterceptor bean intercept unknown source at io quarkus arc impl interceptorinvocation invoke interceptorinvocation java at io quarkus arc impl aroundinvokeinvocationcontext perform aroundinvokeinvocationcontext java at io quarkus arc impl invocationcontexts performaroundinvoke invocationcontexts java at com dfrickert rest resources func restservice subclass authenticationfailedhandler unknown source at com dfrickert rest resources func restservice generatedexceptionhandlerfor unauthorizedexception ofmethod authenticationfailedhandler toresponse unknown source at com dfrickert rest resources func restservice generatedexceptionhandlerfor unauthorizedexception ofmethod authenticationfailedhandler toresponse unknown source at org jboss resteasy reactive server core runtimeexceptionmapper mapexception runtimeexceptionmapper java at org jboss resteasy reactive server core resteasyreactiverequestcontext mapexceptionifpresent resteasyreactiverequestcontext java at org jboss resteasy reactive server handlers exceptionhandler handle exceptionhandler java at io quarkus resteasy reactive server runtime quarkusresteasyreactiverequestcontext invokehandler quarkusresteasyreactiverequestcontext java at org jboss resteasy reactive common core abstractresteasyreactivecontext run abstractresteasyreactivecontext java at org jboss resteasy reactive server handlers restinitialhandler beginprocessing restinitialhandler java at org jboss resteasy reactive server vertx resteasyreactivevertxhandler handle resteasyreactivevertxhandler java at org jboss resteasy reactive server vertx resteasyreactivevertxhandler handle resteasyreactivevertxhandler java at io vertx ext web impl routestate handlecontext routestate java at io vertx ext web impl routingcontextimplbase iteratenext routingcontextimplbase java at io vertx ext web impl routingcontextimpl next routingcontextimpl java at io quarkus vertx http runtime staticresourcesrecorder handle staticresourcesrecorder java at io quarkus vertx http runtime staticresourcesrecorder handle staticresourcesrecorder java at io vertx ext web impl routestate handlecontext routestate java at io vertx ext web impl routingcontextimplbase iteratenext routingcontextimplbase java at io vertx ext web impl routingcontextimpl next routingcontextimpl java at io quarkus vertx http runtime vertxhttprecorder handle vertxhttprecorder java at io quarkus vertx http runtime vertxhttprecorder handle vertxhttprecorder java at io vertx ext web impl routestate handlecontext routestate java at io vertx ext web impl routingcontextimplbase iteratenext routingcontextimplbase java at io vertx ext web impl routingcontextimpl next routingcontextimpl java at io quarkus vertx http runtime security httpauthorizer dopermissioncheck httpauthorizer java at io quarkus vertx http runtime security httpauthorizer checkpermission httpauthorizer java at io quarkus vertx http runtime security httpsecurityrecorder handle httpsecurityrecorder java at io quarkus vertx http runtime security httpsecurityrecorder handle httpsecurityrecorder java at io vertx ext web impl routestate handlecontext routestate java at io vertx ext web impl routingcontextimplbase iteratenext routingcontextimplbase java at io vertx ext web impl routingcontextimpl next routingcontextimpl java at io quarkus vertx http runtime security httpsecurityrecorder handle httpsecurityrecorder java at io quarkus vertx http runtime security httpsecurityrecorder handle httpsecurityrecorder java at io vertx ext web impl routestate handlecontext routestate java at io vertx ext web impl routingcontextimplbase iteratenext routingcontextimplbase java at io vertx ext web impl routingcontextimpl next routingcontextimpl java at io vertx ext web impl routerimpl handle routerimpl java at io vertx ext web impl routerimpl handle routerimpl java at io quarkus vertx http runtime vertxhttprecorder handle vertxhttprecorder java at io quarkus vertx http runtime vertxhttprecorder handle vertxhttprecorder java at io quarkus vertx http runtime vertxhttprecorder handle vertxhttprecorder java at io quarkus vertx http runtime vertxhttprecorder handle vertxhttprecorder java at io vertx core http impl handle java at io vertx core http impl handle java at io vertx core impl eventloopcontext emit eventloopcontext java at io vertx core impl duplicatedcontext emit duplicatedcontext java at io vertx core http impl handlemessage java at io vertx core net impl connectionbase read connectionbase java at io vertx core net impl vertxhandler channelread vertxhandler java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at io netty channel channelinboundhandleradapter channelread channelinboundhandleradapter java at io netty handler codec http websocketx extensions websocketserverextensionhandler channelread websocketserverextensionhandler java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at io vertx core http impl channelread java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at io netty handler timeout idlestatehandler channelread idlestatehandler java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at io netty handler codec bytetomessagedecoder firechannelread bytetomessagedecoder java at io netty handler codec bytetomessagedecoder firechannelread bytetomessagedecoder java at io netty handler codec bytetomessagedecoder calldecode bytetomessagedecoder java at io netty handler codec bytetomessagedecoder channelread bytetomessagedecoder java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at io vertx core http impl end java at io vertx core http impl channelread java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at io netty handler timeout idlestatehandler channelread idlestatehandler java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at io netty channel defaultchannelpipeline headcontext channelread defaultchannelpipeline java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel defaultchannelpipeline firechannelread defaultchannelpipeline java at io netty channel nio abstractniobytechannel niobyteunsafe read abstractniobytechannel java at io netty channel nio nioeventloop processselectedkey nioeventloop java at io netty channel nio nioeventloop processselectedkeysoptimized nioeventloop java at io netty channel nio nioeventloop processselectedkeys nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util internal threadexecutormap run threadexecutormap java at io netty util concurrent fastthreadlocalrunnable run fastthreadlocalrunnable java at java base java lang thread run thread java caused by io quarkus runtime blockingoperationnotallowedexception cannot call getidentity from the io thread when lazy authentication is in use as resolving the identity may block the thread instead you should inject the currentidentityassociation call currentidentityassociation getdeferredidentity and subscribe to the uni at io quarkus security runtime securityidentityassociation getidentity securityidentityassociation java at io quarkus test security delegatesecurityidentityassociation clientproxy getidentity unknown source at io quarkus test security testidentityassociation getidentity testidentityassociation java at io quarkus test security testidentityassociation clientproxy getidentity unknown source at io quarkus security runtime interceptor securityconstrainer check securityconstrainer java more expected behavior test returns appropriate status code depending on the test case actual behavior test fails with http how to reproduce run test greetingresourceimpltest expected actually is with the error on the issue description output of uname a or ver linux dfrickert manjaro smp preempt sat oct utc gnu linux output of java version openjdk version openjdk runtime environment build openjdk bit server vm build mixed mode graalvm version if different from java n a quarkus version or git rev final build tool ie output of mvnw version or gradlew version apache maven maven home opt maven java version vendor n a runtime usr lib jvm java openjdk default locale en us platform encoding utf os name linux version manjaro arch family unix additional information no response ,0 +163530,20363855048.0,IssuesEvent,2022-02-21 01:36:38,benchmarkdebricked/laravel,https://api.github.com/repos/benchmarkdebricked/laravel,opened,CVE-2022-0512 (High) detected in url-parse-1.4.7.tgz,security vulnerability,"## CVE-2022-0512 - High Severity Vulnerability +
Vulnerable Library - url-parse-1.4.7.tgz

+ +

Small footprint URL parser that works seamlessly across Node.js and browser environments

+

Library home page: https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz

+

Path to dependency file: /laravel/package.json

+

Path to vulnerable library: /node_modules/url-parse/package.json

+

+ +Dependency Hierarchy: + - laravel-mix-4.0.16.tgz (Root Library) + - webpack-dev-server-3.7.1.tgz + - sockjs-client-1.3.0.tgz + - :x: **url-parse-1.4.7.tgz** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +Authorization Bypass Through User-Controlled Key in NPM url-parse prior to 1.5.6. + +

Publish Date: 2022-02-14 +

URL: CVE-2022-0512

+

+
+

+
CVSS 3 Score Details (8.8) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0512

+

Release Date: 2022-02-14

+

Fix Resolution: url-parse - 1.5.6

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2022-0512 (High) detected in url-parse-1.4.7.tgz - ## CVE-2022-0512 - High Severity Vulnerability +
Vulnerable Library - url-parse-1.4.7.tgz

+ +

Small footprint URL parser that works seamlessly across Node.js and browser environments

+

Library home page: https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz

+

Path to dependency file: /laravel/package.json

+

Path to vulnerable library: /node_modules/url-parse/package.json

+

+ +Dependency Hierarchy: + - laravel-mix-4.0.16.tgz (Root Library) + - webpack-dev-server-3.7.1.tgz + - sockjs-client-1.3.0.tgz + - :x: **url-parse-1.4.7.tgz** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +Authorization Bypass Through User-Controlled Key in NPM url-parse prior to 1.5.6. + +

Publish Date: 2022-02-14 +

URL: CVE-2022-0512

+

+
+

+
CVSS 3 Score Details (8.8) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0512

+

Release Date: 2022-02-14

+

Fix Resolution: url-parse - 1.5.6

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in url parse tgz cve high severity vulnerability vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file laravel package json path to vulnerable library node modules url parse package json dependency hierarchy laravel mix tgz root library webpack dev server tgz sockjs client tgz x url parse tgz vulnerable library vulnerability details authorization bypass through user controlled key in npm url parse prior to publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low 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 url parse step up your open source security game with whitesource ,0 +6685,15038679276.0,IssuesEvent,2021-02-02 17:43:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Wrong Azure Powershell command RM instead of Az,architecture-center/svc cxp doc-enhancement reference-architecture/subsvc triaged,"Hello Microsoft team, + +Please update the command on this page, the command Get-AzureRmExpressRouteServiceProvider is not in use anymore, it is a legacy Azure RM, the correct should be Get-AzExpressRouteServiceProvider from Azure Az PowerShell module. + +References: +https://docs.microsoft.com/en-us/powershell/module/az.network/get-azexpressrouteserviceprovider?view=azps-5.4.0 +https://docs.microsoft.com/en-us/powershell/azure/new-azureps-module-az?view=azps-5.4.0#migrate-existing-scripts-from-azurerm-to-az + + + +The page that should be updated: +https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/expressroute#connectivity-providers + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 61c1b093-200e-8d59-0e6e-98f510dca5f6 +* Version Independent ID: db6fcf0f-1a88-b216-4c08-a83c4128b4fa +* Content: [Extend an on-premises network using ExpressRoute - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/expressroute) +* Content Source: [docs/reference-architectures/hybrid-networking/expressroute.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/expressroute.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"Wrong Azure Powershell command RM instead of Az - Hello Microsoft team, + +Please update the command on this page, the command Get-AzureRmExpressRouteServiceProvider is not in use anymore, it is a legacy Azure RM, the correct should be Get-AzExpressRouteServiceProvider from Azure Az PowerShell module. + +References: +https://docs.microsoft.com/en-us/powershell/module/az.network/get-azexpressrouteserviceprovider?view=azps-5.4.0 +https://docs.microsoft.com/en-us/powershell/azure/new-azureps-module-az?view=azps-5.4.0#migrate-existing-scripts-from-azurerm-to-az + + + +The page that should be updated: +https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/expressroute#connectivity-providers + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 61c1b093-200e-8d59-0e6e-98f510dca5f6 +* Version Independent ID: db6fcf0f-1a88-b216-4c08-a83c4128b4fa +* Content: [Extend an on-premises network using ExpressRoute - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/expressroute) +* Content Source: [docs/reference-architectures/hybrid-networking/expressroute.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/expressroute.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,wrong azure powershell command rm instead of az hello microsoft team please update the command on this page the command get azurermexpressrouteserviceprovider is not in use anymore it is a legacy azure rm the correct should be get azexpressrouteserviceprovider from azure az powershell module references the page that should be updated document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +438142,30627410295.0,IssuesEvent,2023-07-24 12:29:58,rgb-led-matrix/rgb-led-matrix,https://api.github.com/repos/rgb-led-matrix/rgb-led-matrix,reopened,Add guidance about signal issues,documentation,"Cross talk, interference, attenuation/integrity, rise/fall/hold time, etc.",1.0,"Add guidance about signal issues - Cross talk, interference, attenuation/integrity, rise/fall/hold time, etc.",0,add guidance about signal issues cross talk interference attenuation integrity rise fall hold time etc ,0 +10274,26645601349.0,IssuesEvent,2023-01-25 09:44:11,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,wordiness,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"""Adding the extra layer to the application to implement the gatekeeper pattern will likely impact performance due to the additional processing and network communication required."" + +No. + +This additional Gatekeeper layer between the client and protected service will diminish performance. + + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 428e4625-191f-a050-ec58-60fd2dddff86 +* Version Independent ID: 3a4e385e-5761-3633-1ddf-46e1878b420d +* Content: [Gatekeeper pattern - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/gatekeeper) +* Content Source: [docs/patterns/gatekeeper.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/gatekeeper.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"wordiness - ""Adding the extra layer to the application to implement the gatekeeper pattern will likely impact performance due to the additional processing and network communication required."" + +No. + +This additional Gatekeeper layer between the client and protected service will diminish performance. + + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 428e4625-191f-a050-ec58-60fd2dddff86 +* Version Independent ID: 3a4e385e-5761-3633-1ddf-46e1878b420d +* Content: [Gatekeeper pattern - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/gatekeeper) +* Content Source: [docs/patterns/gatekeeper.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/gatekeeper.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,wordiness adding the extra layer to the application to implement the gatekeeper pattern will likely impact performance due to the additional processing and network communication required no this additional gatekeeper layer between the client and protected service will diminish performance document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures ,1 +14037,10091820946.0,IssuesEvent,2019-07-26 15:06:55,STSILABS/playbook,https://api.github.com/repos/STSILABS/playbook,opened,"Service Change: Add ""Admin Misc."" service",service-catalog,"a) authorities and responsibilities for design, build and transition activities; +Kim K + +b) activities to be performed by the organization or other parties with their timescales; +Ad hoc, so no specifics + +c) human, technical, information and financial resources; +Ad hoc, so depends + +d) dependencies on other services; +Ad hoc, so depends + +",1.0,"Service Change: Add ""Admin Misc."" service - a) authorities and responsibilities for design, build and transition activities; +Kim K + +b) activities to be performed by the organization or other parties with their timescales; +Ad hoc, so no specifics + +c) human, technical, information and financial resources; +Ad hoc, so depends + +d) dependencies on other services; +Ad hoc, so depends + +",0,service change add admin misc service a authorities and responsibilities for design build and transition activities kim k b activities to be performed by the organization or other parties with their timescales ad hoc so no specifics c human technical information and financial resources ad hoc so depends d dependencies on other services ad hoc so depends ,0 +5091,12057198775.0,IssuesEvent,2020-04-15 15:29:57,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Security options for Azure Search are out of date,Pri2 architecture-center/svc cloud-fundamentals/subsvc cxp triaged,"Azure Search supports IP based access restrictions, as well as private endpoints and private link https://docs.microsoft.com/en-us/azure/search/search-security-overview. + +They also support encryption of data at rest, and encryption of data in transit. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bc525ce2-d021-8e7a-2a88-10b84a2a37e6 +* Version Independent ID: 53450f8d-f877-a903-2101-e4265ef6ec75 +* Content: [Choosing a search data store - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/search-options#feedback) +* Content Source: [docs/data-guide/technology-choices/search-options.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/search-options.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"Security options for Azure Search are out of date - Azure Search supports IP based access restrictions, as well as private endpoints and private link https://docs.microsoft.com/en-us/azure/search/search-security-overview. + +They also support encryption of data at rest, and encryption of data in transit. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bc525ce2-d021-8e7a-2a88-10b84a2a37e6 +* Version Independent ID: 53450f8d-f877-a903-2101-e4265ef6ec75 +* Content: [Choosing a search data store - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/search-options#feedback) +* Content Source: [docs/data-guide/technology-choices/search-options.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/search-options.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,security options for azure search are out of date azure search supports ip based access restrictions as well as private endpoints and private link they also support encryption of data at rest and encryption of data in transit document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login zoinertejada microsoft alias pnp ,1 +9119,24055587589.0,IssuesEvent,2022-09-16 16:31:24,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Couple of possible mistakes in the 1st flowchart on the page,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc," +On the right most side, pointers to couple of boxes (""Container Instances"" and ""App Service"") should not be Yes. +Architecturally, shouldn't it be connected by ""No""? +Isn't this the right way to do: +1. Microservice architecture? ->No-> App Service +2. Needs full fledged orchestration? ->No->Container instances + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Couple of possible mistakes in the 1st flowchart on the page - +On the right most side, pointers to couple of boxes (""Container Instances"" and ""App Service"") should not be Yes. +Architecturally, shouldn't it be connected by ""No""? +Isn't this the right way to do: +1. Microservice architecture? ->No-> App Service +2. Needs full fledged orchestration? ->No->Container instances + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,couple of possible mistakes in the flowchart on the page on the right most side pointers to couple of boxes container instances and app service should not be yes architecturally shouldn t it be connected by no isn t this the right way to do microservice architecture no app service needs full fledged orchestration no container instances document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login microsoft alias pnp ,1 +89001,17770648649.0,IssuesEvent,2021-08-30 13:17:52,haproxy/haproxy,https://api.github.com/repos/haproxy/haproxy,closed,Bogus pointer overflow check in ssl_sock_parse_clienthello(),status: works as designed type: code-report,"### Tool Name and Version + +CodeQL + +### Code Report + +```plain +if (msg + rec_len > list_end || msg + rec_len < msg) + +>>> Range check relying on pointer overflow. +``` + + +### Additional Information + +`msg + rec_len < msg` certainly looks odd to me. This same check appears multiple in the function. This was introduced in 769fd2e447487a1433350f727aee47b265d875b0. + +### Output of `haproxy -vv` + +```plain +2.5-dev5 +``` +",1.0,"Bogus pointer overflow check in ssl_sock_parse_clienthello() - ### Tool Name and Version + +CodeQL + +### Code Report + +```plain +if (msg + rec_len > list_end || msg + rec_len < msg) + +>>> Range check relying on pointer overflow. +``` + + +### Additional Information + +`msg + rec_len < msg` certainly looks odd to me. This same check appears multiple in the function. This was introduced in 769fd2e447487a1433350f727aee47b265d875b0. + +### Output of `haproxy -vv` + +```plain +2.5-dev5 +``` +",0,bogus pointer overflow check in ssl sock parse clienthello tool name and version codeql code report plain if msg rec len list end msg rec len msg range check relying on pointer overflow additional information msg rec len msg certainly looks odd to me this same check appears multiple in the function this was introduced in output of haproxy vv plain ,0 +11072,27962497707.0,IssuesEvent,2023-03-24 16:40:45,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Icons accessibility,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1,"We can use a Macro to populate the icons in an excle sheet. For each folder, a new sheet is added and all the icons in that folder are added per cell in the sheet with the label of the icon derived from the icon file name. +Optionally, we can create an index sheet for all the sheets added. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Icons accessibility - We can use a Macro to populate the icons in an excle sheet. For each folder, a new sheet is added and all the icons in that folder are added per cell in the sheet with the label of the icon derived from the icon file name. +Optionally, we can create an index sheet for all the sheets added. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,icons accessibility we can use a macro to populate the icons in an excle sheet for each folder a new sheet is added and all the icons in that folder are added per cell in the sheet with the label of the icon derived from the icon file name optionally we can create an index sheet for all the sheets added document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login edprice msft microsoft alias pnp ,1 +8033,20627419078.0,IssuesEvent,2022-03-08 00:44:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,The video on the page is Page Not Found (404),doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 well-architected/subsvc,"The video on this page is Page Not Found (404) + +![image](https://user-images.githubusercontent.com/1618784/144746435-6fae4705-d5c7-4ab6-b050-96a5bfdd3959.png) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b79636ce-83ec-b5ba-fc6b-25c397516dd9 +* Version Independent ID: 4f8cc5c2-4473-1ca8-b901-6329eb920e8c +* Content: [Performance efficiency pillar overview - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/scalability/overview) +* Content Source: [docs/framework/scalability/overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/scalability/overview.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @v-aangie +* Microsoft Alias: **pnp**",1.0,"The video on the page is Page Not Found (404) - The video on this page is Page Not Found (404) + +![image](https://user-images.githubusercontent.com/1618784/144746435-6fae4705-d5c7-4ab6-b050-96a5bfdd3959.png) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b79636ce-83ec-b5ba-fc6b-25c397516dd9 +* Version Independent ID: 4f8cc5c2-4473-1ca8-b901-6329eb920e8c +* Content: [Performance efficiency pillar overview - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/scalability/overview) +* Content Source: [docs/framework/scalability/overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/scalability/overview.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @v-aangie +* Microsoft Alias: **pnp**",1,the video on the page is page not found the video on this page is page not found document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login v aangie microsoft alias pnp ,1 +618782,19487224442.0,IssuesEvent,2021-12-26 16:15:43,jus1d/ducker,https://api.github.com/repos/jus1d/ducker,opened,Feature request - tempban,enhancement PRIORITY: Normal feature,"**Describe about your feature or idea:** +Create tempban command, that should ban member for a certain time. + +",1.0,"Feature request - tempban - **Describe about your feature or idea:** +Create tempban command, that should ban member for a certain time. + +",0,feature request tempban describe about your feature or idea create tempban command that should ban member for a certain time ,0 +1388,2622793926.0,IssuesEvent,2015-03-04 07:28:05,guillermooo/dart-sublime-bundle,https://api.github.com/repos/guillermooo/dart-sublime-bundle,closed,How to see what the error or warning is?,area:Code Intel P1 T:Bug,"I just tried the analyzer server integration. Really cool! I saw feedback without needing to save my file. + +However, how do I see the actual error or warning? I see the `!` and the underlines, but I'd like to see the message. + +![screen shot 2015-02-27 at 3 33 44 pm](https://cloud.githubusercontent.com/assets/5479/6423120/4a2e19f6-be96-11e4-9f79-cd49baca3786.png) +",1.0,"How to see what the error or warning is? - I just tried the analyzer server integration. Really cool! I saw feedback without needing to save my file. + +However, how do I see the actual error or warning? I see the `!` and the underlines, but I'd like to see the message. + +![screen shot 2015-02-27 at 3 33 44 pm](https://cloud.githubusercontent.com/assets/5479/6423120/4a2e19f6-be96-11e4-9f79-cd49baca3786.png) +",0,how to see what the error or warning is i just tried the analyzer server integration really cool i saw feedback without needing to save my file however how do i see the actual error or warning i see the and the underlines but i d like to see the message ,0 +505526,14635237103.0,IssuesEvent,2020-12-24 07:41:52,litmuschaos/litmus,https://api.github.com/repos/litmuschaos/litmus,closed,Helm charts for Litmus-portal,priority/high,"Conditions: +- Self Cluster + - Litmus components + - Argo components + - Litmus portal components +- External Cluster + - Litmus components + - Argo components +",1.0,"Helm charts for Litmus-portal - Conditions: +- Self Cluster + - Litmus components + - Argo components + - Litmus portal components +- External Cluster + - Litmus components + - Argo components +",0,helm charts for litmus portal conditions self cluster litmus components argo components litmus portal components external cluster litmus components argo components ,0 +60882,12134605113.0,IssuesEvent,2020-04-23 11:01:49,kwk/test-llvm-bz-import-5,https://api.github.com/repos/kwk/test-llvm-bz-import-5,closed,codegening structure variable definition+initialization triggers assertion,BZ-BUG-STATUS: RESOLVED BZ-RESOLUTION: FIXED clang/LLVM Codegen dummy import from bugzilla,This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=2310.,1.0,codegening structure variable definition+initialization triggers assertion - This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=2310.,0,codegening structure variable definition initialization triggers assertion this issue was imported from bugzilla ,0 +79250,10114871536.0,IssuesEvent,2019-07-30 20:17:00,microsoft/bedrock,https://api.github.com/repos/microsoft/bedrock,closed,GitOps example using mixed orchestrators,developer experience documentation services-team,As a developer I want to see an example Bedrock GitOps principles when using both TeamCity for CI and Octopus for CD.,1.0,GitOps example using mixed orchestrators - As a developer I want to see an example Bedrock GitOps principles when using both TeamCity for CI and Octopus for CD.,0,gitops example using mixed orchestrators as a developer i want to see an example bedrock gitops principles when using both teamcity for ci and octopus for cd ,0 +10621,27166923292.0,IssuesEvent,2023-02-17 16:02:07,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"This page is almost the same as Virtual Machines and reliability, not sure why we need 2 page",doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 well-architected/subsvc," +[Enter feedback here] +This page https://review.docs.microsoft.com/en-us/azure/architecture/framework/services/compute/virtual-machines/operational-excellence?branch=pr-en-us-3747 is almost the same as the Virtual Machines and reliability page +https://review.docs.microsoft.com/en-us/azure/architecture/framework/services/compute/virtual-machines/reliability?branch=pr-en-us-3747 + +Not sure whether it's beneficial for the customers to see this twice. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 886a57e5-bb32-3a15-50e1-35508829aecd +* Version Independent ID: 886a57e5-bb32-3a15-50e1-35508829aecd +* Content: [Virtual Machines and operational excellence - Azure Architecture Center](https://review.docs.microsoft.com/en-us/azure/architecture/framework/services/compute/virtual-machines/operational-excellence?branch=pr-en-us-3747) +* Content Source: [docs/framework/services/compute/virtual-machines/operational-excellence.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/services/compute/virtual-machines/operational-excellence.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @v-stacywray +* Microsoft Alias: **pnp**",1.0,"This page is almost the same as Virtual Machines and reliability, not sure why we need 2 page - +[Enter feedback here] +This page https://review.docs.microsoft.com/en-us/azure/architecture/framework/services/compute/virtual-machines/operational-excellence?branch=pr-en-us-3747 is almost the same as the Virtual Machines and reliability page +https://review.docs.microsoft.com/en-us/azure/architecture/framework/services/compute/virtual-machines/reliability?branch=pr-en-us-3747 + +Not sure whether it's beneficial for the customers to see this twice. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 886a57e5-bb32-3a15-50e1-35508829aecd +* Version Independent ID: 886a57e5-bb32-3a15-50e1-35508829aecd +* Content: [Virtual Machines and operational excellence - Azure Architecture Center](https://review.docs.microsoft.com/en-us/azure/architecture/framework/services/compute/virtual-machines/operational-excellence?branch=pr-en-us-3747) +* Content Source: [docs/framework/services/compute/virtual-machines/operational-excellence.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/services/compute/virtual-machines/operational-excellence.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @v-stacywray +* Microsoft Alias: **pnp**",1,this page is almost the same as virtual machines and reliability not sure why we need page this page is almost the same as the virtual machines and reliability page not sure whether it s beneficial for the customers to see this twice document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login v stacywray microsoft alias pnp ,1 +162302,13885853433.0,IssuesEvent,2020-10-18 21:51:40,FascodeNet/alterlinux,https://api.github.com/repos/FascodeNet/alterlinux,closed,Alter Linux i3-wm版 README.md内の記述について,bug documentation,便宜上「i3-wm版」とするのが楽なのは分かりますし、呼び方を変えてほしいというわけではないのですがREADME.mdでも全くi3-gapsに関する記述がないのは誤解を招く可能性があるのではないかと考えています。私が思ったのはi3-gapsでの追加機能であるウィンドウの間を空ける機能をi3に元から存在した機能と勘違いする可能性です。なのでREADME.mdに「便宜上、i3-wmウィンドウマネージャとしていますが、実際はi3のフォークであるi3-gapsを使用しています。」などといった文章を追加するべきだと思います。できれば上記の追加機能に関することも追加すると好ましいかなと,1.0,Alter Linux i3-wm版 README.md内の記述について - 便宜上「i3-wm版」とするのが楽なのは分かりますし、呼び方を変えてほしいというわけではないのですがREADME.mdでも全くi3-gapsに関する記述がないのは誤解を招く可能性があるのではないかと考えています。私が思ったのはi3-gapsでの追加機能であるウィンドウの間を空ける機能をi3に元から存在した機能と勘違いする可能性です。なのでREADME.mdに「便宜上、i3-wmウィンドウマネージャとしていますが、実際はi3のフォークであるi3-gapsを使用しています。」などといった文章を追加するべきだと思います。できれば上記の追加機能に関することも追加すると好ましいかなと,0,alter linux wm版 readme md内の記述について 便宜上「 wm版」とするのが楽なのは分かりますし、呼び方を変えてほしいというわけではないのですがreadme gapsに関する記述がないのは誤解を招く可能性があるのではないかと考えています。 。なのでreadme mdに「便宜上、 wmウィンドウマネージャとしていますが、 gapsを使用しています。」などといった文章を追加するべきだと思います。��きれば上記の追加機能に関することも追加すると好ましいかなと,0 +5444,12498193060.0,IssuesEvent,2020-06-01 17:50:55,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Step By step Solutions,Pri2 architecture-center/svc assigned-to-author solution-idea/subsvc triaged,"Please Provide step by step for this solution. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 90981e8d-b753-e389-1569-c544fe1c58e6 +* Version Independent ID: 10c830e2-8257-2ee2-aae0-0a6e7df69695 +* Content: [Forecast Energy and Power Demand - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/forecast-energy-power-demand#feedback) +* Content Source: [docs/solution-ideas/articles/forecast-energy-power-demand.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/forecast-energy-power-demand.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Step By step Solutions - Please Provide step by step for this solution. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 90981e8d-b753-e389-1569-c544fe1c58e6 +* Version Independent ID: 10c830e2-8257-2ee2-aae0-0a6e7df69695 +* Content: [Forecast Energy and Power Demand - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/forecast-energy-power-demand#feedback) +* Content Source: [docs/solution-ideas/articles/forecast-energy-power-demand.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/forecast-energy-power-demand.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,step by step solutions please provide step by step for this solution document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +6283,14108217641.0,IssuesEvent,2020-11-06 17:27:24,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Can you provide a Visio stencil set for download?,Pri2 architecture-center/svc assigned-to-author product-question triaged,"The SVG icons are great, but have to be inserted one at a time into Visio to use them. Could you provide a Visio stencil file with these icons for use in the desktop client? + +Ideally Visio would have the ability to bulk import SVGs to create stencil files. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Can you provide a Visio stencil set for download? - The SVG icons are great, but have to be inserted one at a time into Visio to use them. Could you provide a Visio stencil file with these icons for use in the desktop client? + +Ideally Visio would have the ability to bulk import SVGs to create stencil files. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,can you provide a visio stencil set for download the svg icons are great but have to be inserted one at a time into visio to use them could you provide a visio stencil file with these icons for use in the desktop client ideally visio would have the ability to bulk import svgs to create stencil files document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +4656,11503351116.0,IssuesEvent,2020-02-12 20:55:34,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Best Practices- missing links,Pri1 architecture-center/svc assigned-to-author cloud-design-principles/subsvc doc-enhancement triaged,"Some of the Identity Best Practices do not have links to the supporting documentation, please add them. + +Actually, having the separate Implementing Identity Best Practices section with the links at the end of the document in a little bit confusing, it would be a little bit easier to follow the text if those links were included in the specific section, maybe as a link to Implementation Guidance/Instructions or something similar + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: def43e94-5049-5848-e385-dda52e7bd3dc +* Version Independent ID: 32cea313-ec24-f5b2-02bf-3cbe5a355a13 +* Content: [Identity and Access Management in Azure](https://docs.microsoft.com/en-us/azure/architecture/security/identity#implementing-identity-best-practices-in-azure) +* Content Source: [docs/security/identity.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/security/identity.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1.0,"Best Practices- missing links - Some of the Identity Best Practices do not have links to the supporting documentation, please add them. + +Actually, having the separate Implementing Identity Best Practices section with the links at the end of the document in a little bit confusing, it would be a little bit easier to follow the text if those links were included in the specific section, maybe as a link to Implementation Guidance/Instructions or something similar + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: def43e94-5049-5848-e385-dda52e7bd3dc +* Version Independent ID: 32cea313-ec24-f5b2-02bf-3cbe5a355a13 +* Content: [Identity and Access Management in Azure](https://docs.microsoft.com/en-us/azure/architecture/security/identity#implementing-identity-best-practices-in-azure) +* Content Source: [docs/security/identity.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/security/identity.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,best practices missing links some of the identity best practices do not have links to the supporting documentation please add them actually having the separate implementing identity best practices section with the links at the end of the document in a little bit confusing it would be a little bit easier to follow the text if those links were included in the specific section maybe as a link to implementation guidance instructions or something similar document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud design principles github login pagewriter msft microsoft alias pnp ,1 +11670,32054642476.0,IssuesEvent,2023-09-24 00:17:58,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Clarification on APIM network configuration,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2," +The diagram shows APIM inside a VNET. In this case is APIM configured inside the VNET (internal)? + +If I understand [this doc](https://learn.microsoft.com/en-us/azure/frontdoor/private-link#limitations) correctly, there is a current limitation that would prevent AFD > APIM over private link. If that is the case, how can we route traffic from AFD > APIM while APIM is internal to the VNET? + +Thanks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 34ed51e6-265e-aae0-f552-0900a345b3be +* Version Independent ID: 34ed51e6-265e-aae0-f552-0900a345b3be +* Content: [Scalable cloud applications and SRE - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/apps/scalable-apps-performance-modeling-site-reliability) +* Content Source: [docs/example-scenario/apps/scalable-apps-performance-modeling-site-reliability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/apps/scalable-apps-performance-modeling-site-reliability.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @martinekuan +* Microsoft Alias: **subhajch**",1.0,"Clarification on APIM network configuration - +The diagram shows APIM inside a VNET. In this case is APIM configured inside the VNET (internal)? + +If I understand [this doc](https://learn.microsoft.com/en-us/azure/frontdoor/private-link#limitations) correctly, there is a current limitation that would prevent AFD > APIM over private link. If that is the case, how can we route traffic from AFD > APIM while APIM is internal to the VNET? + +Thanks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 34ed51e6-265e-aae0-f552-0900a345b3be +* Version Independent ID: 34ed51e6-265e-aae0-f552-0900a345b3be +* Content: [Scalable cloud applications and SRE - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/apps/scalable-apps-performance-modeling-site-reliability) +* Content Source: [docs/example-scenario/apps/scalable-apps-performance-modeling-site-reliability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/apps/scalable-apps-performance-modeling-site-reliability.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @martinekuan +* Microsoft Alias: **subhajch**",1,clarification on apim network configuration the diagram shows apim inside a vnet in this case is apim configured inside the vnet internal if i understand correctly there is a current limitation that would prevent afd apim over private link if that is the case how can we route traffic from afd apim while apim is internal to the vnet thanks document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login martinekuan microsoft alias subhajch ,1 +15412,5956670657.0,IssuesEvent,2017-05-28 18:59:03,vszakats/harbour-core,https://api.github.com/repos/vszakats/harbour-core,closed,Compile error on pptable.c,build,"I'm looking for a little guidance if possible. Using msvc I'm getting a build error that I just can't figure out. This build error, snippet below, started showing up fairly recently, not sure exactly which build as I hadn't built for several days. + +The file in question, pptable.c, appears to be auto-generated at build time, but I don't understand how its being created and can't see where to fix this issue in the code. +``` +cl.exe -I. -I../../../../../include -c -nologo -sdl -TC -W4 -wd4127 -O2 -DUNICODE -Fopptable.obj pptable.c +pptable.c +pptable.c(521): error C2001: newline in constant +pptable.c(522): error C2059: syntax error: '{' +pptable.c(522): error C2059: syntax error: ',' +pptable.c(523): error C2001: newline in constant +``` +Robb +",1.0,"Compile error on pptable.c - I'm looking for a little guidance if possible. Using msvc I'm getting a build error that I just can't figure out. This build error, snippet below, started showing up fairly recently, not sure exactly which build as I hadn't built for several days. + +The file in question, pptable.c, appears to be auto-generated at build time, but I don't understand how its being created and can't see where to fix this issue in the code. +``` +cl.exe -I. -I../../../../../include -c -nologo -sdl -TC -W4 -wd4127 -O2 -DUNICODE -Fopptable.obj pptable.c +pptable.c +pptable.c(521): error C2001: newline in constant +pptable.c(522): error C2059: syntax error: '{' +pptable.c(522): error C2059: syntax error: ',' +pptable.c(523): error C2001: newline in constant +``` +Robb +",0,compile error on pptable c i m looking for a little guidance if possible using msvc i m getting a build error that i just can t figure out this build error snippet below started showing up fairly recently not sure exactly which build as i hadn t built for several days the file in question pptable c appears to be auto generated at build time but i don t understand how its being created and can t see where to fix this issue in the code cl exe i i include c nologo sdl tc dunicode fopptable obj pptable c pptable c pptable c error newline in constant pptable c error syntax error pptable c error syntax error pptable c error newline in constant robb ,0 +118825,25377709655.0,IssuesEvent,2022-11-21 15:15:40,sourcegraph/sourcegraph,https://api.github.com/repos/sourcegraph/sourcegraph,closed,insights: add some extra logging to the worker for debug purposes,team/code-insights backend,"see title, to try figure out why we're missing data + +to be removed before next released + + +/cc @joelkw @felixfbecker @vovakulikov",1.0,"insights: add some extra logging to the worker for debug purposes - see title, to try figure out why we're missing data + +to be removed before next released + + +/cc @joelkw @felixfbecker @vovakulikov",0,insights add some extra logging to the worker for debug purposes see title to try figure out why we re missing data to be removed before next released cc joelkw felixfbecker vovakulikov,0 +149787,5725835699.0,IssuesEvent,2017-04-20 17:31:09,fedora-infra/bodhi,https://api.github.com/repos/fedora-infra/bodhi,closed,Split the Update model into two,Gibson High priority Migration Refactor,"We need to split the Update model into two models, a superclass (probably still called Update) and a new RPM-specific subclass, perhaps simply called RPMUpdate. All of Update's relationships should be analyzed to determine which ones should be adjusted to reference RPM vs. continuing to reference Update. Also, a database migration will be needed so that Bodhi's existing data can be preserved in the new split Update design. All code will need to be altered to use the new RPM model rather than the Update model when the data involved is RPM-specific. + +Once this is done, all of Bodhi's functionality should continue to work exactly as it does today.",1.0,"Split the Update model into two - We need to split the Update model into two models, a superclass (probably still called Update) and a new RPM-specific subclass, perhaps simply called RPMUpdate. All of Update's relationships should be analyzed to determine which ones should be adjusted to reference RPM vs. continuing to reference Update. Also, a database migration will be needed so that Bodhi's existing data can be preserved in the new split Update design. All code will need to be altered to use the new RPM model rather than the Update model when the data involved is RPM-specific. + +Once this is done, all of Bodhi's functionality should continue to work exactly as it does today.",0,split the update model into two we need to split the update model into two models a superclass probably still called update and a new rpm specific subclass perhaps simply called rpmupdate all of update s relationships should be analyzed to determine which ones should be adjusted to reference rpm vs continuing to reference update also a database migration will be needed so that bodhi s existing data can be preserved in the new split update design all code will need to be altered to use the new rpm model rather than the update model when the data involved is rpm specific once this is done all of bodhi s functionality should continue to work exactly as it does today ,0 +8280,21795846081.0,IssuesEvent,2022-05-15 16:10:08,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,My feedback,cxp triaged architecture-center/svc Pri1 azure-guide/subsvc," +[Enter feedback here] + +This learing plateform is really good and helpfull for all. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Build solutions with availability zones - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/high-availability/building-solutions-for-high-availability.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"My feedback - +[Enter feedback here] + +This learing plateform is really good and helpfull for all. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Build solutions with availability zones - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/high-availability/building-solutions-for-high-availability.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,my feedback this learing plateform is really good and helpfull for all document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias edprice ,1 +9516,24733991643.0,IssuesEvent,2022-10-20 20:09:26,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure Purview to Microsoft Purview,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri1," +[This page does not have the new update brand from ""Azure Purview to Microsoft Purview""] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5f10895e-4e1d-1cdd-2d57-32880e0cc45a +* Version Independent ID: 3518d0a5-ffd1-dfa7-6d6b-de2a9ef170d6 +* Content: [Analytics end-to-end with Azure Synapse - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/dataplate2e/data-platform-end-to-end?tabs=portal) +* Content Source: [docs/example-scenario/dataplate2e/data-platform-end-to-end.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/dataplate2e/data-platform-end-to-end.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @fabragaMS +* Microsoft Alias: **fabraga**",1.0,"Azure Purview to Microsoft Purview - +[This page does not have the new update brand from ""Azure Purview to Microsoft Purview""] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5f10895e-4e1d-1cdd-2d57-32880e0cc45a +* Version Independent ID: 3518d0a5-ffd1-dfa7-6d6b-de2a9ef170d6 +* Content: [Analytics end-to-end with Azure Synapse - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/dataplate2e/data-platform-end-to-end?tabs=portal) +* Content Source: [docs/example-scenario/dataplate2e/data-platform-end-to-end.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/dataplate2e/data-platform-end-to-end.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @fabragaMS +* Microsoft Alias: **fabraga**",1,azure purview to microsoft purview document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login fabragams microsoft alias fabraga ,1 +144983,11643733482.0,IssuesEvent,2020-02-29 15:16:38,biopython/biopython,https://api.github.com/repos/biopython/biopython,closed,Use assertIn and assertNotIn unittest methods,Enhancement Style Testing good first issue help wanted,"We have now dropped Python 2 support, which means we can take advantage of many of the ``unittest`` framework methods where were not present on Python 2. + +This issue is specifically for using ``assertIn`` and ``assertNotIn``, both new in Python 3.1: + +https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIn +https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotIn + +Example noted on #2694, + +```python +self.assertFalse(None in p1, ""Bad input values for %s: %r"" % (prop_name, p1)) +``` + +becomes: + +```python +self.assertNotIn(None, p1, ""Bad input values for %s: %r"" % (prop_name, p1)) +``` + +A quick grep finds a dozen easy cases which should use ``assertNotIn``, there could be more - especially multiline statements: + +``` +$ grep assertFalse test_*.py | grep "" in "" +test_Crystal.py: self.assertFalse(""ser"" in chain) +test_Crystal.py: self.assertFalse(""b"" in target.data) +test_Crystal.py: self.assertFalse(""z"" in self.crystal) +test_GenBank.py: self.assertFalse(""structured_comment"" in record.annotations) +test_Phylo_CDAO.py: self.assertFalse(None in p1, ""Bad input values for %s: %r"" % (prop_name, p1)) +test_Phylo_CDAO.py: self.assertFalse(None in p2, ""Bad output values for %s: %r"" % (prop_name, p2)) +test_SearchIO_model.py: self.assertFalse(""hit5"" in self.qresult) +test_SearchIO_model.py: self.assertFalse(hit41 in self.qresult) +test_samtools_tool.py: self.assertFalse(""[bam_pileup_core]"" in stdout) +test_samtools_tool.py: self.assertFalse(""[bam_pileup_core]"" in stdout) +test_seq.py: self.assertFalse(""-"" in ambiguous_dna_values) +test_seq.py: self.assertFalse(""?"" in ambiguous_dna_values) +``` + +There are about three times as many candidates using this search: + +``` +$ grep assertTrue test_*.py | grep "" in "" +test_BWA_tool.py: self.assertTrue(""Finished constructing BWT"" in str(stdout) + str(stderr), +test_BWA_tool.py: self.assertTrue(""fail to locate the index"" not in str(stderr) + str(stdout), +... +``` + +Note that first example would be ``assertIn`` while the second example used ``not in`` and becomes ``assertNotIn`` instead.",1.0,"Use assertIn and assertNotIn unittest methods - We have now dropped Python 2 support, which means we can take advantage of many of the ``unittest`` framework methods where were not present on Python 2. + +This issue is specifically for using ``assertIn`` and ``assertNotIn``, both new in Python 3.1: + +https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIn +https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotIn + +Example noted on #2694, + +```python +self.assertFalse(None in p1, ""Bad input values for %s: %r"" % (prop_name, p1)) +``` + +becomes: + +```python +self.assertNotIn(None, p1, ""Bad input values for %s: %r"" % (prop_name, p1)) +``` + +A quick grep finds a dozen easy cases which should use ``assertNotIn``, there could be more - especially multiline statements: + +``` +$ grep assertFalse test_*.py | grep "" in "" +test_Crystal.py: self.assertFalse(""ser"" in chain) +test_Crystal.py: self.assertFalse(""b"" in target.data) +test_Crystal.py: self.assertFalse(""z"" in self.crystal) +test_GenBank.py: self.assertFalse(""structured_comment"" in record.annotations) +test_Phylo_CDAO.py: self.assertFalse(None in p1, ""Bad input values for %s: %r"" % (prop_name, p1)) +test_Phylo_CDAO.py: self.assertFalse(None in p2, ""Bad output values for %s: %r"" % (prop_name, p2)) +test_SearchIO_model.py: self.assertFalse(""hit5"" in self.qresult) +test_SearchIO_model.py: self.assertFalse(hit41 in self.qresult) +test_samtools_tool.py: self.assertFalse(""[bam_pileup_core]"" in stdout) +test_samtools_tool.py: self.assertFalse(""[bam_pileup_core]"" in stdout) +test_seq.py: self.assertFalse(""-"" in ambiguous_dna_values) +test_seq.py: self.assertFalse(""?"" in ambiguous_dna_values) +``` + +There are about three times as many candidates using this search: + +``` +$ grep assertTrue test_*.py | grep "" in "" +test_BWA_tool.py: self.assertTrue(""Finished constructing BWT"" in str(stdout) + str(stderr), +test_BWA_tool.py: self.assertTrue(""fail to locate the index"" not in str(stderr) + str(stdout), +... +``` + +Note that first example would be ``assertIn`` while the second example used ``not in`` and becomes ``assertNotIn`` instead.",0,use assertin and assertnotin unittest methods we have now dropped python support which means we can take advantage of many of the unittest framework methods where were not present on python this issue is specifically for using assertin and assertnotin both new in python example noted on python self assertfalse none in bad input values for s r prop name becomes python self assertnotin none bad input values for s r prop name a quick grep finds a dozen easy cases which should use assertnotin there could be more especially multiline statements grep assertfalse test py grep in test crystal py self assertfalse ser in chain test crystal py self assertfalse b in target data test crystal py self assertfalse z in self crystal test genbank py self assertfalse structured comment in record annotations test phylo cdao py self assertfalse none in bad input values for s r prop name test phylo cdao py self assertfalse none in bad output values for s r prop name test searchio model py self assertfalse in self qresult test searchio model py self assertfalse in self qresult test samtools tool py self assertfalse in stdout test samtools tool py self assertfalse in stdout test seq py self assertfalse in ambiguous dna values test seq py self assertfalse in ambiguous dna values there are about three times as many candidates using this search grep asserttrue test py grep in test bwa tool py self asserttrue finished constructing bwt in str stdout str stderr test bwa tool py self asserttrue fail to locate the index not in str stderr str stdout note that first example would be assertin while the second example used not in and becomes assertnotin instead ,0 +7895,19898265752.0,IssuesEvent,2022-01-25 03:17:09,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Think you mean, Premium, not Production",doc-bug cxp triaged architecture-center/svc reference-architecture/subsvc Pri2,"In the following sentence, think your referring to Development or 'Premium' API Management tiers: + +The private, internal deployment model allows API Management to connect to an existing virtual network, making it reachable from the inside of that network context. To enable this feature, deploy either the Development or Production API Management tiers. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d61c0c47-bb1e-5bd4-55ed-92058c3c1e2b +* Version Independent ID: 09757b3e-205b-4263-fada-4d0224048f6f +* Content: [Protect APIs with Azure Application Gateway and Azure API Management - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/apis/protect-apis) +* Content Source: [docs/reference-architectures/apis/protect-apis.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/apis/protect-apis.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @fabriciosanchez +* Microsoft Alias: **fabriciosanchez**",2.0,"Think you mean, Premium, not Production - In the following sentence, think your referring to Development or 'Premium' API Management tiers: + +The private, internal deployment model allows API Management to connect to an existing virtual network, making it reachable from the inside of that network context. To enable this feature, deploy either the Development or Production API Management tiers. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d61c0c47-bb1e-5bd4-55ed-92058c3c1e2b +* Version Independent ID: 09757b3e-205b-4263-fada-4d0224048f6f +* Content: [Protect APIs with Azure Application Gateway and Azure API Management - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/apis/protect-apis) +* Content Source: [docs/reference-architectures/apis/protect-apis.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/apis/protect-apis.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @fabriciosanchez +* Microsoft Alias: **fabriciosanchez**",1,think you mean premium not production in the following sentence think your referring to development or premium api management tiers the private internal deployment model allows api management to connect to an existing virtual network making it reachable from the inside of that network context to enable this feature deploy either the development or production api management tiers document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id fada content content source service architecture center sub service reference architecture github login fabriciosanchez microsoft alias fabriciosanchez ,1 +5007,11942982846.0,IssuesEvent,2020-04-02 22:07:06,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,azbb broken?,Pri1 architecture-center/svc assigned-to-author product-question reference-architecture/subsvc triaged,"Trying this out, azbb -s <subscription_id> -g onprem-vnet-rg -l <location> -p shared-services-stack.json --deploy trows: +error: error executing az + message: + status: null + arguments: vm list-skus --resource-type virtualMachines --zone false --subscription <id> + +However, running az with ""arguments:"" param works fine. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 87139748-938e-638e-de1f-94f8becfe1da +* Version Independent ID: b96371e6-defb-3e70-792a-2c0cfdc25b7d +* Content: [Implement a hub-spoke network topology - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/shared-services#deploy-the-solution) +* Content Source: [docs/reference-architectures/hybrid-networking/shared-services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/shared-services.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"azbb broken? - Trying this out, azbb -s <subscription_id> -g onprem-vnet-rg -l <location> -p shared-services-stack.json --deploy trows: +error: error executing az + message: + status: null + arguments: vm list-skus --resource-type virtualMachines --zone false --subscription <id> + +However, running az with ""arguments:"" param works fine. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 87139748-938e-638e-de1f-94f8becfe1da +* Version Independent ID: b96371e6-defb-3e70-792a-2c0cfdc25b7d +* Content: [Implement a hub-spoke network topology - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/shared-services#deploy-the-solution) +* Content Source: [docs/reference-architectures/hybrid-networking/shared-services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/shared-services.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,azbb broken trying this out azbb s lt subscription id gt g onprem vnet rg l lt location gt p shared services stack json deploy trows error error executing az message status null arguments vm list skus resource type virtualmachines zone false subscription lt id gt however running az with arguments param works fine document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id defb content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +7685,18849438882.0,IssuesEvent,2021-11-11 18:47:30,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,‘times’ --> 'the time',doc-enhancement cxp triaged architecture-center/svc best-practice/subsvc," +[Enter feedback here] +just one tiny thing: + +should the 'times' in the following sentence be changed to 'time' since the noun 'time' is uncountable, right? + +The application waits a short time before the first retry, and then exponentially increasing times between each subsequent retry. + +(This sentence appears in 'Exponential back-off' and 'Incremental intervals' under ""Determining the appropriate intervals between retries"" +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 53ff3ea0-9b53-16bb-b81f-a12074ad75d0 +* Version Independent ID: 4e37c8ba-cbb5-1e3d-6186-ccb2ed6553bd +* Content: [Retry general guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/transient-faults) +* Content Source: [docs/best-practices/transient-faults.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/transient-faults.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"‘times’ --> 'the time' - +[Enter feedback here] +just one tiny thing: + +should the 'times' in the following sentence be changed to 'time' since the noun 'time' is uncountable, right? + +The application waits a short time before the first retry, and then exponentially increasing times between each subsequent retry. + +(This sentence appears in 'Exponential back-off' and 'Incremental intervals' under ""Determining the appropriate intervals between retries"" +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 53ff3ea0-9b53-16bb-b81f-a12074ad75d0 +* Version Independent ID: 4e37c8ba-cbb5-1e3d-6186-ccb2ed6553bd +* Content: [Retry general guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/transient-faults) +* Content Source: [docs/best-practices/transient-faults.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/transient-faults.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,‘times’ the time just one tiny thing should the times in the following sentence be changed to time since the noun time is uncountable right the application waits a short time before the first retry and then exponentially increasing times between each subsequent retry this sentence appears in exponential back off and incremental intervals under determining the appropriate intervals between retries document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service best practice github login microsoft alias pnp ,1 +9016,23979299541.0,IssuesEvent,2022-09-13 13:58:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Alternatives section is confusing,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2," +Customers have asked about the following listed under alternatives, +_""However, in regulated industries in particular, some organizations can't use Azure Synapse for various reasons.""_ + but there is no link or explanation of which industries cannot use Synapse, not great for a customer to read when we cannot explain it and they are also talking to Snowflake. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d394d06c-9042-e12c-ad19-dd9f456e511d +* Version Independent ID: d394d06c-9042-e12c-ad19-dd9f456e511d +* Content: [Data analysis for regulated industries - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/data/data-analysis-regulated-industries) +* Content Source: [docs/example-scenario/data/data-analysis-regulated-industries.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/data/data-analysis-regulated-industries.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @jbinko +* Microsoft Alias: **jbinko**",1.0,"Alternatives section is confusing - +Customers have asked about the following listed under alternatives, +_""However, in regulated industries in particular, some organizations can't use Azure Synapse for various reasons.""_ + but there is no link or explanation of which industries cannot use Synapse, not great for a customer to read when we cannot explain it and they are also talking to Snowflake. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d394d06c-9042-e12c-ad19-dd9f456e511d +* Version Independent ID: d394d06c-9042-e12c-ad19-dd9f456e511d +* Content: [Data analysis for regulated industries - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/data/data-analysis-regulated-industries) +* Content Source: [docs/example-scenario/data/data-analysis-regulated-industries.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/data/data-analysis-regulated-industries.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @jbinko +* Microsoft Alias: **jbinko**",1,alternatives section is confusing customers have asked about the following listed under alternatives however in regulated industries in particular some organizations can t use azure synapse for various reasons but there is no link or explanation of which industries cannot use synapse not great for a customer to read when we cannot explain it and they are also talking to snowflake document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login jbinko microsoft alias jbinko ,1 +11049,27849683403.0,IssuesEvent,2023-03-20 17:47:11,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Document running of background jobs in Azure Container Apps. ,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 best-practice/subsvc," +[Enter feedback here] + +Add info for running background jobs in Azure Container Apps. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 50a65e47-b024-0c7c-0ee9-21ff095abafd +* Version Independent ID: a764689a-168d-dcef-a297-c47f84ea2d12 +* Content: [Background jobs guidance - Best practices for cloud applications](https://learn.microsoft.com/en-us/azure/architecture/best-practices/background-jobs) +* Content Source: [docs/best-practices/background-jobs.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/best-practices/background-jobs.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Document running of background jobs in Azure Container Apps. - +[Enter feedback here] + +Add info for running background jobs in Azure Container Apps. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 50a65e47-b024-0c7c-0ee9-21ff095abafd +* Version Independent ID: a764689a-168d-dcef-a297-c47f84ea2d12 +* Content: [Background jobs guidance - Best practices for cloud applications](https://learn.microsoft.com/en-us/azure/architecture/best-practices/background-jobs) +* Content Source: [docs/best-practices/background-jobs.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/best-practices/background-jobs.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,document running of background jobs in azure container apps add info for running background jobs in azure container apps document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id dcef content content source service architecture center sub service best practice github login edprice msft microsoft alias pnp ,1 +9764,25166367256.0,IssuesEvent,2022-11-10 21:15:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Old product names in CA graphic,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +Detailed Conditional Access graphic still refers to Azure ATP instead of Microsoft Defender for Identity and still calls Microsoft Defender for Cloud Apps MCAS. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5034ddc5-077e-1541-9b3e-479d6e35dd76 +* Version Independent ID: 5034ddc5-077e-1541-9b3e-479d6e35dd76 +* Content: [Conditional Access design principles and dependencies - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/security/conditional-access-design) +* Content Source: [docs/guide/security/conditional-access-design.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/security/conditional-access-design.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @clajes +* Microsoft Alias: **clajes**",1.0,"Old product names in CA graphic - +Detailed Conditional Access graphic still refers to Azure ATP instead of Microsoft Defender for Identity and still calls Microsoft Defender for Cloud Apps MCAS. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5034ddc5-077e-1541-9b3e-479d6e35dd76 +* Version Independent ID: 5034ddc5-077e-1541-9b3e-479d6e35dd76 +* Content: [Conditional Access design principles and dependencies - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/security/conditional-access-design) +* Content Source: [docs/guide/security/conditional-access-design.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/security/conditional-access-design.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @clajes +* Microsoft Alias: **clajes**",1,old product names in ca graphic detailed conditional access graphic still refers to azure atp instead of microsoft defender for identity and still calls microsoft defender for cloud apps mcas document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login clajes microsoft alias clajes ,1 +11292,29811944900.0,IssuesEvent,2023-06-16 15:43:28,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Please check the link under ""Certificates""",doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri1,"Hello, + +kindly check the link under ""**Certificates**"" on this page: + +For information about other CAs that Front Door supports, see [Allowed certificate authorities for enabling custom HTTPS on Azure Front Door](https://learn.microsoft.com/en-us/azure/frontdoor/front-door-faq#does-front-door-support-self-signed-certificates-on-the-backend-for-https-connection-). + +Should the link be to this page? https://ccadb.my.salesforce-sites.com/microsoft/IncludedCACertificateReportForMSFT + +The currently linked page does not contain information about other CAs that Front Door supports. + +Kind regards, +Anne + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: af2806b1-1264-2775-4cce-083303e75b49 +* Version Independent ID: 68218fb5-2335-183a-8469-9101a2d8a0ef +* Content: [AKS baseline for multiregion clusters - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-multi-region/aks-multi-cluster) +* Content Source: [docs/reference-architectures/containers/aks-multi-region/aks-multi-cluster.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks-multi-region/aks-multi-cluster.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",2.0,"Please check the link under ""Certificates"" - Hello, + +kindly check the link under ""**Certificates**"" on this page: + +For information about other CAs that Front Door supports, see [Allowed certificate authorities for enabling custom HTTPS on Azure Front Door](https://learn.microsoft.com/en-us/azure/frontdoor/front-door-faq#does-front-door-support-self-signed-certificates-on-the-backend-for-https-connection-). + +Should the link be to this page? https://ccadb.my.salesforce-sites.com/microsoft/IncludedCACertificateReportForMSFT + +The currently linked page does not contain information about other CAs that Front Door supports. + +Kind regards, +Anne + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: af2806b1-1264-2775-4cce-083303e75b49 +* Version Independent ID: 68218fb5-2335-183a-8469-9101a2d8a0ef +* Content: [AKS baseline for multiregion clusters - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-multi-region/aks-multi-cluster) +* Content Source: [docs/reference-architectures/containers/aks-multi-region/aks-multi-cluster.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks-multi-region/aks-multi-cluster.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1,please check the link under certificates hello kindly check the link under certificates on this page for information about other cas that front door supports see should the link be to this page the currently linked page does not contain information about other cas that front door supports kind regards anne document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login martinekuan microsoft alias architectures ,1 +79642,3538185576.0,IssuesEvent,2016-01-18 08:32:35,litewrite/litewrite,https://api.github.com/repos/litewrite/litewrite,closed,Check platforms,priority,"- [ ] Firefox +- [ ] Chrome +- [ ] Android +- [ ] IPhone +- [ ] IPad +- [ ] Chrome App Store +- [ ] Amazon Store +- [ ] Firefox Marketplace +- [ ] Firefox OS +- [ ] Internet Explorer 9 +- [ ] Internet Explorer 10 +- [ ] Internet Explorer 11 +- [ ] Edge +- [ ] Windows Phone +- [ ] Chromium +- [ ] Safari Desktop +- [ ] Opera +- [ ] Ubuntu Touch + +For each platform: +- Test in private mode +- Test offline version +- Update all the registered apps",1.0,"Check platforms - - [ ] Firefox +- [ ] Chrome +- [ ] Android +- [ ] IPhone +- [ ] IPad +- [ ] Chrome App Store +- [ ] Amazon Store +- [ ] Firefox Marketplace +- [ ] Firefox OS +- [ ] Internet Explorer 9 +- [ ] Internet Explorer 10 +- [ ] Internet Explorer 11 +- [ ] Edge +- [ ] Windows Phone +- [ ] Chromium +- [ ] Safari Desktop +- [ ] Opera +- [ ] Ubuntu Touch + +For each platform: +- Test in private mode +- Test offline version +- Update all the registered apps",0,check platforms firefox chrome android iphone ipad chrome app store amazon store firefox marketplace firefox os internet explorer internet explorer internet explorer edge windows phone chromium safari desktop opera ubuntu touch for each platform test in private mode test offline version update all the registered apps,0 +7463,17934625799.0,IssuesEvent,2021-09-10 13:54:02,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,visio file link is outdated and does not depict the diagram that is on the page.,doc-enhancement cxp triaged architecture-center/svc reference-architecture/subsvc," +[Enter feedback here] +visio file link https://arch-center.azureedge.net/app-service-reference-architectures.vsdx is outdated and does not depict the diagram that is on the page. see attached +![image](https://user-images.githubusercontent.com/17201365/132711977-9f832bde-d0a7-45c0-b569-4bf4eed1d264.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web app - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/multi-region.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"visio file link is outdated and does not depict the diagram that is on the page. - +[Enter feedback here] +visio file link https://arch-center.azureedge.net/app-service-reference-architectures.vsdx is outdated and does not depict the diagram that is on the page. see attached +![image](https://user-images.githubusercontent.com/17201365/132711977-9f832bde-d0a7-45c0-b569-4bf4eed1d264.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web app - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/multi-region.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,visio file link is outdated and does not depict the diagram that is on the page visio file link is outdated and does not depict the diagram that is on the page see attached document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +11347,30212618585.0,IssuesEvent,2023-07-05 13:43:06,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Zero-Trust hub and spoke not possible with App Gateway V2,assigned-to-author triaged product-question architecture-center/svc Pri1 azure-guide/subsvc," +Hello, + +It appears the hub and spoke architecture using a firewall and an application gateway does not support V2. V2 app gateway limitations https://learn.microsoft.com/en-us/azure/application-gateway/configuration-infrastructure#supported-user-defined-routes specifically call out the desired UDR in the hub and spoke design. + +> Application Gateway intercepts the client packets and examines them. If the packets pass inspection, the Application Gateway would send the packet to the backend VM. When the packet hits Azure, a user-defined route (UDR) in the Application Gateway subnet forwards the packets to Azure Firewall Premium. + +What is the recommended approach for the zero trust design? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 4f623b3a-09d7-d793-b007-85b59727c1df +* Version Independent ID: ec0506cd-cdba-784c-6832-ea59697dd39c +* Content: [Zero-trust network for web applications with Azure Firewall and Application Gateway - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/gateway/application-gateway-before-azure-firewall) +* Content Source: [docs/example-scenario/gateway/application-gateway-before-azure-firewall.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/gateway/application-gateway-before-azure-firewall.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @erjosito +* Microsoft Alias: **jomore**",1.0,"Zero-Trust hub and spoke not possible with App Gateway V2 - +Hello, + +It appears the hub and spoke architecture using a firewall and an application gateway does not support V2. V2 app gateway limitations https://learn.microsoft.com/en-us/azure/application-gateway/configuration-infrastructure#supported-user-defined-routes specifically call out the desired UDR in the hub and spoke design. + +> Application Gateway intercepts the client packets and examines them. If the packets pass inspection, the Application Gateway would send the packet to the backend VM. When the packet hits Azure, a user-defined route (UDR) in the Application Gateway subnet forwards the packets to Azure Firewall Premium. + +What is the recommended approach for the zero trust design? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 4f623b3a-09d7-d793-b007-85b59727c1df +* Version Independent ID: ec0506cd-cdba-784c-6832-ea59697dd39c +* Content: [Zero-trust network for web applications with Azure Firewall and Application Gateway - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/gateway/application-gateway-before-azure-firewall) +* Content Source: [docs/example-scenario/gateway/application-gateway-before-azure-firewall.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/gateway/application-gateway-before-azure-firewall.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @erjosito +* Microsoft Alias: **jomore**",1,zero trust hub and spoke not possible with app gateway hello it appears the hub and spoke architecture using a firewall and an application gateway does not support app gateway limitations specifically call out the desired udr in the hub and spoke design application gateway intercepts the client packets and examines them if the packets pass inspection the application gateway would send the packet to the backend vm when the packet hits azure a user defined route udr in the application gateway subnet forwards the packets to azure firewall premium what is the recommended approach for the zero trust design document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id cdba content content source service architecture center sub service azure guide github login erjosito microsoft alias jomore ,1 +198601,15713197687.0,IssuesEvent,2021-03-27 15:13:13,nim-lang/Nim,https://api.github.com/repos/nim-lang/Nim,closed,"Newruntime: incomplete treatment of `owned` non-`ref`'s, including documentation...",Documentation New runtime,"Although recently updated and improved, [the documentation for the newruntime destructors](https://github.com/nim-lang/Nim/blob/devel/doc/destructors.rst) still doesn't mention that the `owned` modifier can also be applied to any type and not just `ref`'s and what that implies. + +It is not documented that currently, non-global `proc`'s (which may be closures capturing external bindings with a heap allocated environment reference) are automatically elevated to `owned` status (unless one takes special measures to apply the `unown` template when they are created); in fact, this elevation of `proc`'s (including closures) to `owned` status is not consistently internally used as per issue #12008 + +The documentation should be updated to reflect the implementation, with exact specification that such elevation of status to an `owned` type does not implicitly ref count (as these types are not allocated to the heap or are primitive pointers that are outside the automatic memory management). + +### Example +```nim +# test newruntime `owned` anything... + +# compile with ""--newruntime"" + +template own[T](x: T): owned T = # is the opposite of `unown` template! + (proc (): owned T = cast[ptr T](result.addr)[] = x)() + +proc main() = + let x = own 42; x.typeof.echo # showing we have a `owned int`!= + let y = unown x; y.typeof.echo # must `unown` as not last use of `x`; + (unown x).echo # last use of `x`, must be unowned here in order to print + # there is no `$` for `owned` types to automatically print without `unown`'ing them! + +main() +``` + + +### Current Output +``` +owned int +int +42 +0 +``` +The above behaviour is correct, just not documented fully, as without the use of `unown` on the assignment of the `owned int` (`x`), the following error is obtained: +``` +Error: '=' is not available for type ; requires a copy because it's not the last read of 'x'; another read is done here: +``` +This shows that `owned` of other types follows the rule of ""no copying of `owned` types, only moving is possible"" correctly. + + +### Expected Output +This is as expected, but undocumented that it is possible and that the `owned` rules can be applied to any type if they are forced to be `owned`. + + +### Additional Information +``` +$ nim -v +Nim Compiler Version 0.20.99 DEVEL nightly build as of 02-August-2019 on Linux and Windows 64-bit +``` +",1.0,"Newruntime: incomplete treatment of `owned` non-`ref`'s, including documentation... - Although recently updated and improved, [the documentation for the newruntime destructors](https://github.com/nim-lang/Nim/blob/devel/doc/destructors.rst) still doesn't mention that the `owned` modifier can also be applied to any type and not just `ref`'s and what that implies. + +It is not documented that currently, non-global `proc`'s (which may be closures capturing external bindings with a heap allocated environment reference) are automatically elevated to `owned` status (unless one takes special measures to apply the `unown` template when they are created); in fact, this elevation of `proc`'s (including closures) to `owned` status is not consistently internally used as per issue #12008 + +The documentation should be updated to reflect the implementation, with exact specification that such elevation of status to an `owned` type does not implicitly ref count (as these types are not allocated to the heap or are primitive pointers that are outside the automatic memory management). + +### Example +```nim +# test newruntime `owned` anything... + +# compile with ""--newruntime"" + +template own[T](x: T): owned T = # is the opposite of `unown` template! + (proc (): owned T = cast[ptr T](result.addr)[] = x)() + +proc main() = + let x = own 42; x.typeof.echo # showing we have a `owned int`!= + let y = unown x; y.typeof.echo # must `unown` as not last use of `x`; + (unown x).echo # last use of `x`, must be unowned here in order to print + # there is no `$` for `owned` types to automatically print without `unown`'ing them! + +main() +``` + + +### Current Output +``` +owned int +int +42 +0 +``` +The above behaviour is correct, just not documented fully, as without the use of `unown` on the assignment of the `owned int` (`x`), the following error is obtained: +``` +Error: '=' is not available for type ; requires a copy because it's not the last read of 'x'; another read is done here: +``` +This shows that `owned` of other types follows the rule of ""no copying of `owned` types, only moving is possible"" correctly. + + +### Expected Output +This is as expected, but undocumented that it is possible and that the `owned` rules can be applied to any type if they are forced to be `owned`. + + +### Additional Information +``` +$ nim -v +Nim Compiler Version 0.20.99 DEVEL nightly build as of 02-August-2019 on Linux and Windows 64-bit +``` +",0,newruntime incomplete treatment of owned non ref s including documentation although recently updated and improved still doesn t mention that the owned modifier can also be applied to any type and not just ref s and what that implies it is not documented that currently non global proc s which may be closures capturing external bindings with a heap allocated environment reference are automatically elevated to owned status unless one takes special measures to apply the unown template when they are created in fact this elevation of proc s including closures to owned status is not consistently internally used as per issue the documentation should be updated to reflect the implementation with exact specification that such elevation of status to an owned type does not implicitly ref count as these types are not allocated to the heap or are primitive pointers that are outside the automatic memory management example nim test newruntime owned anything compile with newruntime template own x t owned t is the opposite of unown template proc owned t cast result addr x proc main let x own x typeof echo showing we have a owned int let y unown x y typeof echo must unown as not last use of x unown x echo last use of x must be unowned here in order to print there is no for owned types to automatically print without unown ing them main current output owned int int the above behaviour is correct just not documented fully as without the use of unown on the assignment of the owned int x the following error is obtained error is not available for type requires a copy because it s not the last read of x another read is done here this shows that owned of other types follows the rule of no copying of owned types only moving is possible correctly expected output this is as expected but undocumented that it is possible and that the owned rules can be applied to any type if they are forced to be owned additional information nim v nim compiler version devel nightly build as of august on linux and windows bit ,0 +5664,12959596451.0,IssuesEvent,2020-07-20 13:14:07,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Empty alert in the Sharding section,Pri2 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-bug triaged,"There is an empty alert in the Sharding section + +Url: https://docs.microsoft.com/en-us/azure/architecture/patterns/sharding#when-to-use-this-pattern + +![image](https://user-images.githubusercontent.com/697377/87882461-1e7a5100-c9ce-11ea-95b1-a41be4e0800d.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 050bb1fd-56ca-63bc-b105-17a56e3b0362 +* Version Independent ID: ce84d0a7-3596-e259-dfc3-a9789efd9948 +* Content: [Sharding pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/sharding) +* Content Source: [docs/patterns/sharding.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/sharding.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Empty alert in the Sharding section - There is an empty alert in the Sharding section + +Url: https://docs.microsoft.com/en-us/azure/architecture/patterns/sharding#when-to-use-this-pattern + +![image](https://user-images.githubusercontent.com/697377/87882461-1e7a5100-c9ce-11ea-95b1-a41be4e0800d.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 050bb1fd-56ca-63bc-b105-17a56e3b0362 +* Version Independent ID: ce84d0a7-3596-e259-dfc3-a9789efd9948 +* Content: [Sharding pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/sharding) +* Content Source: [docs/patterns/sharding.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/sharding.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,empty alert in the sharding section there is an empty alert in the sharding section url document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +120883,17644347615.0,IssuesEvent,2021-08-20 02:15:46,praneethpanasala/linux,https://api.github.com/repos/praneethpanasala/linux,opened,WS-2021-0338 (Medium) detected in linuxlinux-4.19.6,security vulnerability,"## WS-2021-0338 - Medium Severity Vulnerability +
Vulnerable Library - linuxlinux-4.19.6

+

+ +

Apache Software Foundation (ASF)

+

Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (2) +

+

+ + linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c + linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c +

+
+

+

+ +

+
Vulnerability Details +

+ +Linux Kernel in versions v2.6.12 to v2.6.39-rc7, v3.0 to v3.9-rc8, v4.0 to v4.4.270, v4.10 to v4.14.234, v5.0 to v5.4.123 and v5.10.42 to v5.12.8 contains a use-after-free vulnerability at drm/amdgpu. + +

Publish Date: 2021-06-04 +

URL: WS-2021-0338

+

+
+

+
CVSS 3 Score Details (4.9) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: N/A + - Attack Complexity: N/A + - Privileges Required: N/A + - User Interaction: N/A + - Scope: N/A +- Impact Metrics: + - Confidentiality Impact: N/A + - Integrity Impact: N/A + - Availability Impact: N/A +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://osv.dev/vulnerability/UVI-2021-1000586/

+

Release Date: 2021-06-04

+

Fix Resolution: v2.6.39, v3.9, v4.4.271, v4.14.235, v5.4.124, v5.12.9

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"WS-2021-0338 (Medium) detected in linuxlinux-4.19.6 - ## WS-2021-0338 - Medium Severity Vulnerability +
Vulnerable Library - linuxlinux-4.19.6

+

+ +

Apache Software Foundation (ASF)

+

Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (2) +

+

+ + linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c + linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c +

+
+

+

+ +

+
Vulnerability Details +

+ +Linux Kernel in versions v2.6.12 to v2.6.39-rc7, v3.0 to v3.9-rc8, v4.0 to v4.4.270, v4.10 to v4.14.234, v5.0 to v5.4.123 and v5.10.42 to v5.12.8 contains a use-after-free vulnerability at drm/amdgpu. + +

Publish Date: 2021-06-04 +

URL: WS-2021-0338

+

+
+

+
CVSS 3 Score Details (4.9) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: N/A + - Attack Complexity: N/A + - Privileges Required: N/A + - User Interaction: N/A + - Scope: N/A +- Impact Metrics: + - Confidentiality Impact: N/A + - Integrity Impact: N/A + - Availability Impact: N/A +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://osv.dev/vulnerability/UVI-2021-1000586/

+

Release Date: 2021-06-04

+

Fix Resolution: v2.6.39, v3.9, v4.4.271, v4.14.235, v5.4.124, v5.12.9

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,ws medium detected in linuxlinux ws medium severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in base branch master vulnerable source files linux drivers gpu drm amd amdgpu amdgpu ttm c linux drivers gpu drm amd amdgpu amdgpu ttm c vulnerability details linux kernel in versions to to to to to and to contains a use after free vulnerability at drm amdgpu publish date url a href cvss score details base score metrics exploitability metrics attack vector n a attack complexity n a privileges required n a user interaction n a scope n a impact metrics confidentiality impact n a integrity impact n a availability impact n a 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 +11079,27967575952.0,IssuesEvent,2023-03-24 21:08:58,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Update Prerequisite information,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc,"I believe the Prerequisite information about ""Only personal host pools are currently supported."" and ""Azure Files currently doesn't support Azure AD as a Kerberos realm, only Active Directory"" are not accurate anymore, in fact there are other articles that says otherwhise like +https://docs.microsoft.com/en-us/azure/virtual-desktop/deploy-azure-ad-joined-vm#known-limitations +https://techcommunity.microsoft.com/t5/azure-virtual-desktop-blog/announcing-public-preview-of-fslogix-profiles-for-azure-ad/ba-p/3019855 +and +https://techcommunity.microsoft.com/t5/itops-talk-blog/deep-dive-how-azure-ad-kerberos-works/ba-p/3070889 + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 96947883-d52b-1ed8-7db2-915f025060af +* Version Independent ID: 96947883-d52b-1ed8-7db2-915f025060af +* Content: [Azure AD join for Azure Virtual Desktop - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join) +* Content Source: [docs/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @TomHickling +* Microsoft Alias: **thhickli**",1.0,"Update Prerequisite information - I believe the Prerequisite information about ""Only personal host pools are currently supported."" and ""Azure Files currently doesn't support Azure AD as a Kerberos realm, only Active Directory"" are not accurate anymore, in fact there are other articles that says otherwhise like +https://docs.microsoft.com/en-us/azure/virtual-desktop/deploy-azure-ad-joined-vm#known-limitations +https://techcommunity.microsoft.com/t5/azure-virtual-desktop-blog/announcing-public-preview-of-fslogix-profiles-for-azure-ad/ba-p/3019855 +and +https://techcommunity.microsoft.com/t5/itops-talk-blog/deep-dive-how-azure-ad-kerberos-works/ba-p/3070889 + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 96947883-d52b-1ed8-7db2-915f025060af +* Version Independent ID: 96947883-d52b-1ed8-7db2-915f025060af +* Content: [Azure AD join for Azure Virtual Desktop - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join) +* Content Source: [docs/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @TomHickling +* Microsoft Alias: **thhickli**",1,update prerequisite information i believe the prerequisite information about only personal host pools are currently supported and azure files currently doesn t support azure ad as a kerberos realm only active directory are not accurate anymore in fact there are other articles that says otherwhise like and document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login tomhickling microsoft alias thhickli ,1 +298102,25787089751.0,IssuesEvent,2022-12-09 21:47:03,ValveSoftware/steam-for-linux,https://api.github.com/repos/ValveSoftware/steam-for-linux,closed,"Steam won't launch after recent update, ending with Segmentation Fault",Steam client Audio Need Retest Distro Family: Ubuntu,"#### Your system information + +* Steam client version (build number or date): 1668654564 +* Distribution (e.g. Ubuntu): Ubuntu 22.04.1 +* Opted into Steam client beta?: [Yes/No] No +* Have you checked for system updates?: [Yes/No] Yes + +#### Please describe your issue in as much detail as possible: + +Steam launched once before prompting for an update that was released around Nov 17, afterwards it wouldn't launch again. +Launching steam via `steam` or the app icon does not launch steam. Only tries to verify installation, seemingly succeeds, and stops immediately. + +I've launched steam through the terminal to see its results, also tried to debug its backtracing as was detailed from [Arch's documentation on debugging steam](https://wiki.archlinux.org/title/Steam/Troubleshooting#Debugging_Steam), and opened up the coredump result to see if anything pops up. All the results from my findings can be found in the link below: +[Terminal Output, gdb result, coredump result](https://gist.github.com/monoai/86a96520afc96a014b86f68a81895b63) + +#### Diagnostics done before doing this report: + +1. Renamed files from `~/.steam` and `~/.local/share/Steam` in hopes of reinstalling will do something. +2. Uninstalled steam and installed the latest deb file from [Steam's repo.](https://repo.steampowered.com/steam/) +3. Reverted mesa drivers to the ones supplied by Ubuntu instead of using the one from the kisak-mesa repo. +4. Used Wayland instead of Xorg + +#### Steps for reproducing this issue: + +1. Launch steam through the terminal and/or app icon +2. Verifies installation +3. Segmentation Fault",1.0,"Steam won't launch after recent update, ending with Segmentation Fault - #### Your system information + +* Steam client version (build number or date): 1668654564 +* Distribution (e.g. Ubuntu): Ubuntu 22.04.1 +* Opted into Steam client beta?: [Yes/No] No +* Have you checked for system updates?: [Yes/No] Yes + +#### Please describe your issue in as much detail as possible: + +Steam launched once before prompting for an update that was released around Nov 17, afterwards it wouldn't launch again. +Launching steam via `steam` or the app icon does not launch steam. Only tries to verify installation, seemingly succeeds, and stops immediately. + +I've launched steam through the terminal to see its results, also tried to debug its backtracing as was detailed from [Arch's documentation on debugging steam](https://wiki.archlinux.org/title/Steam/Troubleshooting#Debugging_Steam), and opened up the coredump result to see if anything pops up. All the results from my findings can be found in the link below: +[Terminal Output, gdb result, coredump result](https://gist.github.com/monoai/86a96520afc96a014b86f68a81895b63) + +#### Diagnostics done before doing this report: + +1. Renamed files from `~/.steam` and `~/.local/share/Steam` in hopes of reinstalling will do something. +2. Uninstalled steam and installed the latest deb file from [Steam's repo.](https://repo.steampowered.com/steam/) +3. Reverted mesa drivers to the ones supplied by Ubuntu instead of using the one from the kisak-mesa repo. +4. Used Wayland instead of Xorg + +#### Steps for reproducing this issue: + +1. Launch steam through the terminal and/or app icon +2. Verifies installation +3. Segmentation Fault",0,steam won t launch after recent update ending with segmentation fault your system information steam client version build number or date distribution e g ubuntu ubuntu opted into steam client beta no have you checked for system updates yes please describe your issue in as much detail as possible steam launched once before prompting for an update that was released around nov afterwards it wouldn t launch again launching steam via steam or the app icon does not launch steam only tries to verify installation seemingly succeeds and stops immediately i ve launched steam through the terminal to see its results also tried to debug its backtracing as was detailed from and opened up the coredump result to see if anything pops up all the results from my findings can be found in the link below diagnostics done before doing this report renamed files from steam and local share steam in hopes of reinstalling will do something uninstalled steam and installed the latest deb file from reverted mesa drivers to the ones supplied by ubuntu instead of using the one from the kisak mesa repo used wayland instead of xorg steps for reproducing this issue launch steam through the terminal and or app icon verifies installation segmentation fault,0 +277900,30689553235.0,IssuesEvent,2023-07-26 14:23:11,elastic/kibana,https://api.github.com/repos/elastic/kibana,closed,[Security Solution] Visual Event Analyzer not available for sysmon events ingested with Elastic Agent,bug enhancement impact:low Team:Threat Hunting fixed Team: SecuritySolution Team:Threat Hunting:Investigations,"**Describe the bug:** +Visual event analyzer does not work from events ingested from sysmon with Elastic Agent + +**Kibana/Elasticsearch Stack version:** +8.4.3 + +**Server OS version:** +Docker + +**Elastic Agent version:** +8.4.3 + +**Functional Area (e.g. Endpoint management, timelines, resolver, etc.):** +Visual Events Analyzer + +Docs available at https://www.elastic.co/guide/en/security/current/visual-event-analyzer.html states that: +``` +You can only visualize events triggered by hosts configured with the Elastic Defend integration or any sysmon data from winlogbeat. + +In KQL, this translates to any event with the agent.type set to either: + +endpoint +winlogbeat with event.module set to sysmon +``` + +Problem is systmon events ingested with Elastic Agent windows integration have following values: +- event.module : windows +- agent.type : filebeat. + +Visual events analyzer works for sysmon events ingested with winlogbeat but does not work for same events ingested with Elastic Agent. +",True,"[Security Solution] Visual Event Analyzer not available for sysmon events ingested with Elastic Agent - **Describe the bug:** +Visual event analyzer does not work from events ingested from sysmon with Elastic Agent + +**Kibana/Elasticsearch Stack version:** +8.4.3 + +**Server OS version:** +Docker + +**Elastic Agent version:** +8.4.3 + +**Functional Area (e.g. Endpoint management, timelines, resolver, etc.):** +Visual Events Analyzer + +Docs available at https://www.elastic.co/guide/en/security/current/visual-event-analyzer.html states that: +``` +You can only visualize events triggered by hosts configured with the Elastic Defend integration or any sysmon data from winlogbeat. + +In KQL, this translates to any event with the agent.type set to either: + +endpoint +winlogbeat with event.module set to sysmon +``` + +Problem is systmon events ingested with Elastic Agent windows integration have following values: +- event.module : windows +- agent.type : filebeat. + +Visual events analyzer works for sysmon events ingested with winlogbeat but does not work for same events ingested with Elastic Agent. +",0, visual event analyzer not available for sysmon events ingested with elastic agent describe the bug visual event analyzer does not work from events ingested from sysmon with elastic agent kibana elasticsearch stack version server os version docker elastic agent version functional area e g endpoint management timelines resolver etc visual events analyzer docs available at states that you can only visualize events triggered by hosts configured with the elastic defend integration or any sysmon data from winlogbeat in kql this translates to any event with the agent type set to either endpoint winlogbeat with event module set to sysmon problem is systmon events ingested with elastic agent windows integration have following values event module windows agent type filebeat visual events analyzer works for sysmon events ingested with winlogbeat but does not work for same events ingested with elastic agent ,0 +5556,12700144614.0,IssuesEvent,2020-06-22 15:52:27,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Include Azure Data Explorer in this pattern,Pri2 architecture-center/svc assigned-to-author solution-idea/subsvc triaged,"Azure Data Explorer is part of the new real-time analytics pattern which is not reflected on this page. Please add it and ping me if you have any questions. - maraheja@microsoft.com + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b4bb287-fa40-af1d-0af9-e8bc30cfb33e +* Version Independent ID: 12ab4c06-2e95-bb73-f62a-2d1eb79bc735 +* Content: [Real Time Analytics on Big Data Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics#feedback) +* Content Source: [docs/solution-ideas/articles/real-time-analytics.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/real-time-analytics.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Include Azure Data Explorer in this pattern - Azure Data Explorer is part of the new real-time analytics pattern which is not reflected on this page. Please add it and ping me if you have any questions. - maraheja@microsoft.com + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b4bb287-fa40-af1d-0af9-e8bc30cfb33e +* Version Independent ID: 12ab4c06-2e95-bb73-f62a-2d1eb79bc735 +* Content: [Real Time Analytics on Big Data Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics#feedback) +* Content Source: [docs/solution-ideas/articles/real-time-analytics.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/real-time-analytics.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,include azure data explorer in this pattern azure data explorer is part of the new real time analytics pattern which is not reflected on this page please add it and ping me if you have any questions maraheja microsoft com document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +210854,23768864272.0,IssuesEvent,2022-09-01 14:46:10,alieint/aspnetcore-2.1.24,https://api.github.com/repos/alieint/aspnetcore-2.1.24,closed,microsoft.netcore.app.2.1.0.nupkg: 8 vulnerabilities (highest severity is: 8.8) - autoclosed,security vulnerability,"
Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ + +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | --- | --- | +| [CVE-2019-1302](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-1302) | High | 8.8 | microsoft.netcore.app.2.1.0.nupkg | Direct | Microsoft.AspNetCore.SpaServices - 2.2.1,2.1.2 | ❌ | +| [CVE-2020-1147](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1147) | High | 7.8 | microsoft.netcore.app.2.1.0.nupkg | Direct | microsoft.aspnetcore.all - 2.1.20;microsoft.netcore.app - 2.1.20;microsoft.aspnetcore.app - 2.1.20 | ❌ | +| [CVE-2019-0548](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0548) | High | 7.5 | microsoft.netcore.app.2.1.0.nupkg | Direct | Microsoft.AspNetCore.SignalR - 1.1.0; Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets - 2.2.1; Microsoft.AspNetCore.Server.IIS - 2.2.1; Microsoft.AspNetCore.Server.IISIntegration - 2.2.1;Microsoft.AspNetCore.Server.Kestrel.Core - 2.1.7 | ❌ | +| [CVE-2020-1045](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1045) | High | 7.5 | microsoft.netcore.app.2.1.0.nupkg | Direct | Microsoft.AspNetCore.App - 2.1.22, Microsoft.AspNetCore.All - 2.1.22,Microsoft.NETCore.App - 2.1.22, Microsoft.AspNetCore.Http - 2.1.22 | ❌ | +| [CVE-2019-0564](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0564) | High | 7.5 | microsoft.netcore.app.2.1.0.nupkg | Direct | Microsoft.AspNetCore.WebSockets - 2.1.7,2.2.1;Microsoft.AspNetCore.Server.Kestrel.Core - 2.1.7;System.Net.WebSockets.WebSocketProtocol - 4.5.3;Microsoft.NETCore.App - 2.1.7,2.2.1;Microsoft.AspNetCore.App - 2.1.7,2.2.1;Microsoft.AspNetCore.All - 2.1.7,2.2.1 | ❌ | +| [CVE-2018-8416](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8416) | Medium | 6.5 | microsoft.netcore.app.2.1.0.nupkg | Direct | Microsoft.NETCore.App - 2.1.7 | ❌ | +| [CVE-2019-0657](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0657) | Medium | 5.9 | microsoft.netcore.app.2.1.0.nupkg | Direct | Microsoft.NETCore.App.nupkg - 2.1.8,2.2.2;System.Private.Uri.nupkg - 4.3.1 | ❌ | +| [CVE-2019-0545](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0545) | Medium | 5.3 | microsoft.netcore.app.2.1.0.nupkg | Direct | Microsoft.NETCore.App - 2.1.7,2.2.1 | ❌ | + + +## Details + +
+ + CVE-2019-1302 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +An elevation of privilege vulnerability exists when a ASP.NET Core web application, created using vulnerable project templates, fails to properly sanitize web requests, aka 'ASP.NET Core Elevation Of Privilege Vulnerability'. + +

Publish Date: 2019-09-11 +

URL: CVE-2019-1302

+

+ +

+ +### CVSS 3 Score Details (8.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2019-09-12

+

Fix Resolution: Microsoft.AspNetCore.SpaServices - 2.2.1,2.1.2

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
+ + CVE-2020-1147 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +A remote code execution vulnerability exists in .NET Framework, Microsoft SharePoint, and Visual Studio when the software fails to check the source markup of XML file input, aka '.NET Framework, SharePoint Server, and Visual Studio Remote Code Execution Vulnerability'. + +

Publish Date: 2020-07-14 +

URL: CVE-2020-1147

+

+ +

+ +### CVSS 3 Score Details (7.8) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - 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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2020-07-14

+

Fix Resolution: microsoft.aspnetcore.all - 2.1.20;microsoft.netcore.app - 2.1.20;microsoft.aspnetcore.app - 2.1.20

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
+ + CVE-2019-0548 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka ""ASP.NET Core Denial of Service Vulnerability."" This affects ASP.NET Core 2.2, ASP.NET Core 2.1. This CVE ID is unique from CVE-2019-0564. + +

Publish Date: 2019-01-08 +

URL: CVE-2019-0548

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2019-01-15

+

Fix Resolution: Microsoft.AspNetCore.SignalR - 1.1.0; Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets - 2.2.1; Microsoft.AspNetCore.Server.IIS - 2.2.1; Microsoft.AspNetCore.Server.IISIntegration - 2.2.1;Microsoft.AspNetCore.Server.Kestrel.Core - 2.1.7

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
+ + CVE-2020-1045 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +A security feature bypass vulnerability exists in the way Microsoft ASP.NET Core parses encoded cookie names.The ASP.NET Core cookie parser decodes entire cookie strings which could allow a malicious attacker to set a second cookie with the name being percent encoded.The security update addresses the vulnerability by fixing the way the ASP.NET Core cookie parser handles encoded names., aka 'Microsoft ASP.NET Core Security Feature Bypass Vulnerability'. + +

Publish Date: 2020-09-11 +

URL: CVE-2020-1045

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2020-10-02

+

Fix Resolution: Microsoft.AspNetCore.App - 2.1.22, Microsoft.AspNetCore.All - 2.1.22,Microsoft.NETCore.App - 2.1.22, Microsoft.AspNetCore.Http - 2.1.22

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
+ + CVE-2019-0564 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka ""ASP.NET Core Denial of Service Vulnerability."" This affects ASP.NET Core 2.1. This CVE ID is unique from CVE-2019-0548. + +

Publish Date: 2019-01-08 +

URL: CVE-2019-0564

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2019-01-11

+

Fix Resolution: Microsoft.AspNetCore.WebSockets - 2.1.7,2.2.1;Microsoft.AspNetCore.Server.Kestrel.Core - 2.1.7;System.Net.WebSockets.WebSocketProtocol - 4.5.3;Microsoft.NETCore.App - 2.1.7,2.2.1;Microsoft.AspNetCore.App - 2.1.7,2.2.1;Microsoft.AspNetCore.All - 2.1.7,2.2.1

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
+ + CVE-2018-8416 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +A tampering vulnerability exists when .NET Core improperly handles specially crafted files, aka "".NET Core Tampering Vulnerability."" This affects .NET Core 2.1. + +

Publish Date: 2018-11-14 +

URL: CVE-2018-8416

+

+ +

+ +### CVSS 3 Score Details (6.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2018-11-14

+

Fix Resolution: Microsoft.NETCore.App - 2.1.7

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
+ + CVE-2019-0657 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +A vulnerability exists in certain .Net Framework API's and Visual Studio in the way they parse URL's, aka '.NET Framework and Visual Studio Spoofing Vulnerability'. + +

Publish Date: 2019-03-05 +

URL: CVE-2019-0657

+

+ +

+ +### CVSS 3 Score Details (5.9) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2019-03-07

+

Fix Resolution: Microsoft.NETCore.App.nupkg - 2.1.8,2.2.2;System.Private.Uri.nupkg - 4.3.1

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
+ + CVE-2019-0545 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +An information disclosure vulnerability exists in .NET Framework and .NET Core which allows bypassing Cross-origin Resource Sharing (CORS) configurations, aka "".NET Framework Information Disclosure Vulnerability."" This affects Microsoft .NET Framework 2.0, Microsoft .NET Framework 3.0, Microsoft .NET Framework 4.6.2/4.7/4.7.1/4.7.2, Microsoft .NET Framework 4.5.2, Microsoft .NET Framework 4.6, Microsoft .NET Framework 4.6/4.6.1/4.6.2/4.7/4.7.1/4.7.2, Microsoft .NET Framework 4.7/4.7.1/4.7.2, .NET Core 2.1, Microsoft .NET Framework 4.7.1/4.7.2, Microsoft .NET Framework 3.5, Microsoft .NET Framework 3.5.1, Microsoft .NET Framework 4.6/4.6.1/4.6.2, .NET Core 2.2, Microsoft .NET Framework 4.7.2. + +

Publish Date: 2019-01-08 +

URL: CVE-2019-0545

+

+ +

+ +### CVSS 3 Score Details (5.3) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2019-01-14

+

Fix Resolution: Microsoft.NETCore.App - 2.1.7,2.2.1

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
",True,"microsoft.netcore.app.2.1.0.nupkg: 8 vulnerabilities (highest severity is: 8.8) - autoclosed -
Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ + +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | --- | --- | +| [CVE-2019-1302](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-1302) | High | 8.8 | microsoft.netcore.app.2.1.0.nupkg | Direct | Microsoft.AspNetCore.SpaServices - 2.2.1,2.1.2 | ❌ | +| [CVE-2020-1147](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1147) | High | 7.8 | microsoft.netcore.app.2.1.0.nupkg | Direct | microsoft.aspnetcore.all - 2.1.20;microsoft.netcore.app - 2.1.20;microsoft.aspnetcore.app - 2.1.20 | ❌ | +| [CVE-2019-0548](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0548) | High | 7.5 | microsoft.netcore.app.2.1.0.nupkg | Direct | Microsoft.AspNetCore.SignalR - 1.1.0; Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets - 2.2.1; Microsoft.AspNetCore.Server.IIS - 2.2.1; Microsoft.AspNetCore.Server.IISIntegration - 2.2.1;Microsoft.AspNetCore.Server.Kestrel.Core - 2.1.7 | ❌ | +| [CVE-2020-1045](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1045) | High | 7.5 | microsoft.netcore.app.2.1.0.nupkg | Direct | Microsoft.AspNetCore.App - 2.1.22, Microsoft.AspNetCore.All - 2.1.22,Microsoft.NETCore.App - 2.1.22, Microsoft.AspNetCore.Http - 2.1.22 | ❌ | +| [CVE-2019-0564](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0564) | High | 7.5 | microsoft.netcore.app.2.1.0.nupkg | Direct | Microsoft.AspNetCore.WebSockets - 2.1.7,2.2.1;Microsoft.AspNetCore.Server.Kestrel.Core - 2.1.7;System.Net.WebSockets.WebSocketProtocol - 4.5.3;Microsoft.NETCore.App - 2.1.7,2.2.1;Microsoft.AspNetCore.App - 2.1.7,2.2.1;Microsoft.AspNetCore.All - 2.1.7,2.2.1 | ❌ | +| [CVE-2018-8416](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8416) | Medium | 6.5 | microsoft.netcore.app.2.1.0.nupkg | Direct | Microsoft.NETCore.App - 2.1.7 | ❌ | +| [CVE-2019-0657](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0657) | Medium | 5.9 | microsoft.netcore.app.2.1.0.nupkg | Direct | Microsoft.NETCore.App.nupkg - 2.1.8,2.2.2;System.Private.Uri.nupkg - 4.3.1 | ❌ | +| [CVE-2019-0545](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0545) | Medium | 5.3 | microsoft.netcore.app.2.1.0.nupkg | Direct | Microsoft.NETCore.App - 2.1.7,2.2.1 | ❌ | + + +## Details + +
+ + CVE-2019-1302 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +An elevation of privilege vulnerability exists when a ASP.NET Core web application, created using vulnerable project templates, fails to properly sanitize web requests, aka 'ASP.NET Core Elevation Of Privilege Vulnerability'. + +

Publish Date: 2019-09-11 +

URL: CVE-2019-1302

+

+ +

+ +### CVSS 3 Score Details (8.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2019-09-12

+

Fix Resolution: Microsoft.AspNetCore.SpaServices - 2.2.1,2.1.2

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
+ + CVE-2020-1147 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +A remote code execution vulnerability exists in .NET Framework, Microsoft SharePoint, and Visual Studio when the software fails to check the source markup of XML file input, aka '.NET Framework, SharePoint Server, and Visual Studio Remote Code Execution Vulnerability'. + +

Publish Date: 2020-07-14 +

URL: CVE-2020-1147

+

+ +

+ +### CVSS 3 Score Details (7.8) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - 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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2020-07-14

+

Fix Resolution: microsoft.aspnetcore.all - 2.1.20;microsoft.netcore.app - 2.1.20;microsoft.aspnetcore.app - 2.1.20

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
+ + CVE-2019-0548 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka ""ASP.NET Core Denial of Service Vulnerability."" This affects ASP.NET Core 2.2, ASP.NET Core 2.1. This CVE ID is unique from CVE-2019-0564. + +

Publish Date: 2019-01-08 +

URL: CVE-2019-0548

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2019-01-15

+

Fix Resolution: Microsoft.AspNetCore.SignalR - 1.1.0; Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets - 2.2.1; Microsoft.AspNetCore.Server.IIS - 2.2.1; Microsoft.AspNetCore.Server.IISIntegration - 2.2.1;Microsoft.AspNetCore.Server.Kestrel.Core - 2.1.7

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
+ + CVE-2020-1045 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +A security feature bypass vulnerability exists in the way Microsoft ASP.NET Core parses encoded cookie names.The ASP.NET Core cookie parser decodes entire cookie strings which could allow a malicious attacker to set a second cookie with the name being percent encoded.The security update addresses the vulnerability by fixing the way the ASP.NET Core cookie parser handles encoded names., aka 'Microsoft ASP.NET Core Security Feature Bypass Vulnerability'. + +

Publish Date: 2020-09-11 +

URL: CVE-2020-1045

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2020-10-02

+

Fix Resolution: Microsoft.AspNetCore.App - 2.1.22, Microsoft.AspNetCore.All - 2.1.22,Microsoft.NETCore.App - 2.1.22, Microsoft.AspNetCore.Http - 2.1.22

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
+ + CVE-2019-0564 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka ""ASP.NET Core Denial of Service Vulnerability."" This affects ASP.NET Core 2.1. This CVE ID is unique from CVE-2019-0548. + +

Publish Date: 2019-01-08 +

URL: CVE-2019-0564

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2019-01-11

+

Fix Resolution: Microsoft.AspNetCore.WebSockets - 2.1.7,2.2.1;Microsoft.AspNetCore.Server.Kestrel.Core - 2.1.7;System.Net.WebSockets.WebSocketProtocol - 4.5.3;Microsoft.NETCore.App - 2.1.7,2.2.1;Microsoft.AspNetCore.App - 2.1.7,2.2.1;Microsoft.AspNetCore.All - 2.1.7,2.2.1

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
+ + CVE-2018-8416 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +A tampering vulnerability exists when .NET Core improperly handles specially crafted files, aka "".NET Core Tampering Vulnerability."" This affects .NET Core 2.1. + +

Publish Date: 2018-11-14 +

URL: CVE-2018-8416

+

+ +

+ +### CVSS 3 Score Details (6.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2018-11-14

+

Fix Resolution: Microsoft.NETCore.App - 2.1.7

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
+ + CVE-2019-0657 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +A vulnerability exists in certain .Net Framework API's and Visual Studio in the way they parse URL's, aka '.NET Framework and Visual Studio Spoofing Vulnerability'. + +

Publish Date: 2019-03-05 +

URL: CVE-2019-0657

+

+ +

+ +### CVSS 3 Score Details (5.9) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2019-03-07

+

Fix Resolution: Microsoft.NETCore.App.nupkg - 2.1.8,2.2.2;System.Private.Uri.nupkg - 4.3.1

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
+ + CVE-2019-0545 + + +### Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg

+ +

A set of .NET API's that are included in the default .NET Core application model. +caa7b7e2bad98e56a...

+

Library home page: https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg

+

Path to dependency file: /src/PackageArchive/Scenario.ConsoleApp/Scenario.ConsoleApp.csproj

+

Path to vulnerable library: /obj/pkgs/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg,/ages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg

+

+ +Dependency Hierarchy: + - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) +

Found in HEAD commit: ebe7c6237e41b2d6f63ad16df6b50fa372ea6b4d

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +An information disclosure vulnerability exists in .NET Framework and .NET Core which allows bypassing Cross-origin Resource Sharing (CORS) configurations, aka "".NET Framework Information Disclosure Vulnerability."" This affects Microsoft .NET Framework 2.0, Microsoft .NET Framework 3.0, Microsoft .NET Framework 4.6.2/4.7/4.7.1/4.7.2, Microsoft .NET Framework 4.5.2, Microsoft .NET Framework 4.6, Microsoft .NET Framework 4.6/4.6.1/4.6.2/4.7/4.7.1/4.7.2, Microsoft .NET Framework 4.7/4.7.1/4.7.2, .NET Core 2.1, Microsoft .NET Framework 4.7.1/4.7.2, Microsoft .NET Framework 3.5, Microsoft .NET Framework 3.5.1, Microsoft .NET Framework 4.6/4.6.1/4.6.2, .NET Core 2.2, Microsoft .NET Framework 4.7.2. + +

Publish Date: 2019-01-08 +

URL: CVE-2019-0545

+

+ +

+ +### CVSS 3 Score Details (5.3) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2019-01-14

+

Fix Resolution: Microsoft.NETCore.App - 2.1.7,2.2.1

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
",0,microsoft netcore app nupkg vulnerabilities highest severity is autoclosed vulnerable library microsoft netcore app nupkg a set of net api s that are included in the default net core application model library home page a href path to dependency file src packagearchive scenario consoleapp scenario consoleapp csproj path to vulnerable library obj pkgs microsoft netcore app microsoft netcore app nupkg ages microsoft netcore app microsoft netcore app nupkg found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available high microsoft netcore app nupkg direct microsoft aspnetcore spaservices high microsoft netcore app nupkg direct microsoft aspnetcore all microsoft netcore app microsoft aspnetcore app high microsoft netcore app nupkg direct microsoft aspnetcore signalr microsoft aspnetcore server kestrel transport sockets microsoft aspnetcore server iis microsoft aspnetcore server iisintegration microsoft aspnetcore server kestrel core high microsoft netcore app nupkg direct microsoft aspnetcore app microsoft aspnetcore all microsoft netcore app microsoft aspnetcore http high microsoft netcore app nupkg direct microsoft aspnetcore websockets microsoft aspnetcore server kestrel core system net websockets websocketprotocol microsoft netcore app microsoft aspnetcore app microsoft aspnetcore all medium microsoft netcore app nupkg direct microsoft netcore app medium microsoft netcore app nupkg direct microsoft netcore app nupkg system private uri nupkg medium microsoft netcore app nupkg direct microsoft netcore app details cve vulnerable library microsoft netcore app nupkg a set of net api s that are included in the default net core application model library home page a href path to dependency file src packagearchive scenario consoleapp scenario consoleapp csproj path to vulnerable library obj pkgs microsoft netcore app microsoft netcore app nupkg ages microsoft netcore app microsoft netcore app nupkg dependency hierarchy x microsoft netcore app nupkg vulnerable library found in head commit a href found in base branch main vulnerability details an elevation of privilege vulnerability exists when a asp net core web application created using vulnerable project templates fails to properly sanitize web requests aka asp net core elevation of privilege vulnerability 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 release date fix resolution microsoft aspnetcore spaservices step up your open source security game with mend cve vulnerable library microsoft netcore app nupkg a set of net api s that are included in the default net core application model library home page a href path to dependency file src packagearchive scenario consoleapp scenario consoleapp csproj path to vulnerable library obj pkgs microsoft netcore app microsoft netcore app nupkg ages microsoft netcore app microsoft netcore app nupkg dependency hierarchy x microsoft netcore app nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a remote code execution vulnerability exists in net framework microsoft sharepoint and visual studio when the software fails to check the source markup of xml file input aka net framework sharepoint server and visual studio remote code execution vulnerability publish date url a href cvss score details base score metrics exploitability metrics attack vector local 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 release date fix resolution microsoft aspnetcore all microsoft netcore app microsoft aspnetcore app step up your open source security game with mend cve vulnerable library microsoft netcore app nupkg a set of net api s that are included in the default net core application model library home page a href path to dependency file src packagearchive scenario consoleapp scenario consoleapp csproj path to vulnerable library obj pkgs microsoft netcore app microsoft netcore app nupkg ages microsoft netcore app microsoft netcore app nupkg dependency hierarchy x microsoft netcore app nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a denial of service vulnerability exists when asp net core improperly handles web requests aka asp net core denial of service vulnerability this affects asp net core asp net core this cve id is unique from cve 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 release date fix resolution microsoft aspnetcore signalr microsoft aspnetcore server kestrel transport sockets microsoft aspnetcore server iis microsoft aspnetcore server iisintegration microsoft aspnetcore server kestrel core step up your open source security game with mend cve vulnerable library microsoft netcore app nupkg a set of net api s that are included in the default net core application model library home page a href path to dependency file src packagearchive scenario consoleapp scenario consoleapp csproj path to vulnerable library obj pkgs microsoft netcore app microsoft netcore app nupkg ages microsoft netcore app microsoft netcore app nupkg dependency hierarchy x microsoft netcore app nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a security feature bypass vulnerability exists in the way microsoft asp net core parses encoded cookie names the asp net core cookie parser decodes entire cookie strings which could allow a malicious attacker to set a second cookie with the name being percent encoded the security update addresses the vulnerability by fixing the way the asp net core cookie parser handles encoded names aka microsoft asp net core security feature bypass vulnerability 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 high availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution microsoft aspnetcore app microsoft aspnetcore all microsoft netcore app microsoft aspnetcore http step up your open source security game with mend cve vulnerable library microsoft netcore app nupkg a set of net api s that are included in the default net core application model library home page a href path to dependency file src packagearchive scenario consoleapp scenario consoleapp csproj path to vulnerable library obj pkgs microsoft netcore app microsoft netcore app nupkg ages microsoft netcore app microsoft netcore app nupkg dependency hierarchy x microsoft netcore app nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a denial of service vulnerability exists when asp net core improperly handles web requests aka asp net core denial of service vulnerability this affects asp net core this cve id is unique from cve 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 release date fix resolution microsoft aspnetcore websockets microsoft aspnetcore server kestrel core system net websockets websocketprotocol microsoft netcore app microsoft aspnetcore app microsoft aspnetcore all step up your open source security game with mend cve vulnerable library microsoft netcore app nupkg a set of net api s that are included in the default net core application model library home page a href path to dependency file src packagearchive scenario consoleapp scenario consoleapp csproj path to vulnerable library obj pkgs microsoft netcore app microsoft netcore app nupkg ages microsoft netcore app microsoft netcore app nupkg dependency hierarchy x microsoft netcore app nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a tampering vulnerability exists when net core improperly handles specially crafted files aka net core tampering vulnerability this affects net core publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution microsoft netcore app step up your open source security game with mend cve vulnerable library microsoft netcore app nupkg a set of net api s that are included in the default net core application model library home page a href path to dependency file src packagearchive scenario consoleapp scenario consoleapp csproj path to vulnerable library obj pkgs microsoft netcore app microsoft netcore app nupkg ages microsoft netcore app microsoft netcore app nupkg dependency hierarchy x microsoft netcore app nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a vulnerability exists in certain net framework api s and visual studio in the way they parse url s aka net framework and visual studio spoofing vulnerability publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution microsoft netcore app nupkg system private uri nupkg step up your open source security game with mend cve vulnerable library microsoft netcore app nupkg a set of net api s that are included in the default net core application model library home page a href path to dependency file src packagearchive scenario consoleapp scenario consoleapp csproj path to vulnerable library obj pkgs microsoft netcore app microsoft netcore app nupkg ages microsoft netcore app microsoft netcore app nupkg dependency hierarchy x microsoft netcore app nupkg vulnerable library found in head commit a href found in base branch main vulnerability details an information disclosure vulnerability exists in net framework and net core which allows bypassing cross origin resource sharing cors configurations aka net framework information disclosure vulnerability this affects microsoft net framework microsoft net framework microsoft net framework microsoft net framework microsoft net framework microsoft net framework microsoft net framework net core microsoft net framework microsoft net framework microsoft net framework microsoft net framework net core microsoft net framework 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 low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution microsoft netcore app step up your open source security game with mend ,0 +9406,24537606073.0,IssuesEvent,2022-10-11 22:35:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Seems like the labels on the LB's are reversed,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"Looking at the diagram on this page, it seems like the lb labels are reversed. +The ""front"" LB is labeled ILB, while the LBs in the tiers behind it are labeled ""LB"". +My understanding is that in Azure, we typically call la LB with a public IP a ""Load Balancer"", while a LB with a private IP is called an ""Internal Load Balancer"" or ""ILB"". See: https://docs.microsoft.com/en-us/azure/load-balancer/components#frontend-ip-configurations + +Hence I believe the labels on this chart are reversed. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2442849c-9e87-56b2-dffd-5c8089e8132c +* Version Independent ID: 828da465-186b-f819-9575-ee51e8c83306 +* Content: [Multi-tier web application built for HA/DR - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/multi-tier-app-disaster-recovery) +* Content Source: [docs/example-scenario/infrastructure/multi-tier-app-disaster-recovery.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/infrastructure/multi-tier-app-disaster-recovery.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @sujayt +* Microsoft Alias: **pnp**",1.0,"Seems like the labels on the LB's are reversed - Looking at the diagram on this page, it seems like the lb labels are reversed. +The ""front"" LB is labeled ILB, while the LBs in the tiers behind it are labeled ""LB"". +My understanding is that in Azure, we typically call la LB with a public IP a ""Load Balancer"", while a LB with a private IP is called an ""Internal Load Balancer"" or ""ILB"". See: https://docs.microsoft.com/en-us/azure/load-balancer/components#frontend-ip-configurations + +Hence I believe the labels on this chart are reversed. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2442849c-9e87-56b2-dffd-5c8089e8132c +* Version Independent ID: 828da465-186b-f819-9575-ee51e8c83306 +* Content: [Multi-tier web application built for HA/DR - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/multi-tier-app-disaster-recovery) +* Content Source: [docs/example-scenario/infrastructure/multi-tier-app-disaster-recovery.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/infrastructure/multi-tier-app-disaster-recovery.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @sujayt +* Microsoft Alias: **pnp**",1,seems like the labels on the lb s are reversed looking at the diagram on this page it seems like the lb labels are reversed the front lb is labeled ilb while the lbs in the tiers behind it are labeled lb my understanding is that in azure we typically call la lb with a public ip a load balancer while a lb with a private ip is called an internal load balancer or ilb see hence i believe the labels on this chart are reversed document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id dffd version independent id content content source service architecture center sub service example scenario github login sujayt microsoft alias pnp ,1 +81328,23441304445.0,IssuesEvent,2022-08-15 15:08:23,elastic/beats,https://api.github.com/repos/elastic/beats,closed,Build 756 for main with status FAILURE,automation ci-reported Team:Elastic-Agent-Data-Plane build-failures," +## :broken_heart: Tests Failed + + + +> _the below badges are clickable and redirect to their specific view in the CI or DOCS_ +[![Pipeline View](https://img.shields.io/badge/pipeline-pipeline%20-green)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2Fmain/detail/main/756//pipeline) [![Test View](https://img.shields.io/badge/test-test-green)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2Fmain/detail/main/756//tests) [![Changes](https://img.shields.io/badge/changes-changes-green)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2Fmain/detail/main/756//changes) [![Artifacts](https://img.shields.io/badge/artifacts-artifacts-yellow)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2Fmain/detail/main/756//artifacts) [![preview](https://img.shields.io/badge/docs-preview-yellowgreen)](http://beats_null.docs-preview.app.elstc.co/diff) [![preview](https://img.shields.io/badge/elastic-observability-blue)](https://ci-stats.elastic.co/app/apm/services/beats-ci/transactions/view?rangeFrom=2022-08-14T21:48:07.458Z&rangeTo=2022-08-14T22:08:07.458Z&transactionName=Beats/beats/main&transactionType=job&latencyAggregationType=avg&traceId=3c30cb07e15c0637c616e52a03464bab&transactionId=47b73ccadbb940e6) + + +
Expand to view the summary +

+ +#### Build stats + + + + +* Start Time: 2022-08-14T21:58:07.458+0000 + + +* Duration: 111 min 48 sec + + + + +#### Test stats :test_tube: + +| Test | Results | +| ------------ | :-----------------------------: | +| Failed | 6 | +| Passed | 22620 | +| Skipped | 1931 | +| Total | 24557 | + + +

+
+ + + + ### Test errors [![6](https://img.shields.io/badge/6%20-red)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2Fmain/detail/main/756//tests) +
Expand to view the tests failures

+ + +##### `Build&Test / metricbeat-goIntegTest / TestData – github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_cluster_disk` + + +

    +
    Expand to view the error details

    + +``` + Failed + ``` +

    +
    Expand to view the stacktrace

    + +``` + === RUN TestData + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":680500,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:26:33.676351199Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":0,""Log"":[]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":720678,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:28:42.587334087Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":1,""Log"":[{""Start"":""2022-08-14T23:28:43.587488337Z"",""End"":""2022-08-14T23:28:44.701077735Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""exited"",""Running"":false,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":0,""ExitCode"":137,""Error"":"""",""StartedAt"":""2022-08-14T23:28:52.043392062Z"",""FinishedAt"":""2022-08-14T23:30:30.862453976Z"",""Health"":{""Status"":""unhealthy"",""FailingStreak"":49,""Log"":[{""Start"":""2022-08-14T23:30:23.052681498Z"",""End"":""2022-08-14T23:30:24.011792629Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:25.018504147Z"",""End"":""2022-08-14T23:30:25.999172464Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:27.005681299Z"",""End"":""2022-08-14T23:30:27.844079805Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:28.850618769Z"",""End"":""2022-08-14T23:30:29.794870417Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:30.801246188Z"",""End"":""2022-08-14T23:30:30.834530736Z"",""ExitCode"":-1,""Output"":""OCI runtime exec failed: exec failed: unable to start container process: error executing setns process: exit status 1: unknown""}]}} + compose.go:124: timeout waiting for services to be healthy + compose.go:124: getting host for ceph: unknown host:port for service +--- FAIL: TestData (400.30s) + + ``` +

    +
+ +##### `Build&Test / metricbeat-goIntegTest / TestData – github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_cluster_health` + + +
    +
    Expand to view the error details

    + +``` + Failed + ``` +

    +
    Expand to view the stacktrace

    + +``` + === RUN TestData +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_redis_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":675412,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:26:20.093809433Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":1,""Log"":[{""Start"":""2022-08-14T23:26:21.094048881Z"",""End"":""2022-08-14T23:26:22.064999248Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":713867,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:28:24.167299863Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":1,""Log"":[{""Start"":""2022-08-14T23:28:25.167619883Z"",""End"":""2022-08-14T23:28:26.094194287Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""exited"",""Running"":false,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":0,""ExitCode"":137,""Error"":"""",""StartedAt"":""2022-08-14T23:28:52.043392062Z"",""FinishedAt"":""2022-08-14T23:30:30.862453976Z"",""Health"":{""Status"":""unhealthy"",""FailingStreak"":49,""Log"":[{""Start"":""2022-08-14T23:30:23.052681498Z"",""End"":""2022-08-14T23:30:24.011792629Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:25.018504147Z"",""End"":""2022-08-14T23:30:25.999172464Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:27.005681299Z"",""End"":""2022-08-14T23:30:27.844079805Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:28.850618769Z"",""End"":""2022-08-14T23:30:29.794870417Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:30.801246188Z"",""End"":""2022-08-14T23:30:30.834530736Z"",""ExitCode"":-1,""Output"":""OCI runtime exec failed: exec failed: unable to start container process: error executing setns process: exit status 1: unknown""}]}} + compose.go:124: timeout waiting for services to be healthy + compose.go:124: getting host for ceph: unknown host:port for service +--- FAIL: TestData (383.03s) + + ``` +

    +
+ +##### `Build&Test / metricbeat-goIntegTest / TestData – github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_osd_perf` + + +
    +
    Expand to view the error details

    + +``` + Failed + ``` +

    +
    Expand to view the stacktrace

    + +``` + === RUN TestData + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":678536,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:26:28.584854366Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":1,""Log"":[{""Start"":""2022-08-14T23:26:29.58613535Z"",""End"":""2022-08-14T23:26:30.44213712Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":719099,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:28:38.78325895Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":0,""Log"":[]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""exited"",""Running"":false,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":0,""ExitCode"":137,""Error"":"""",""StartedAt"":""2022-08-14T23:28:52.043392062Z"",""FinishedAt"":""2022-08-14T23:30:30.862453976Z"",""Health"":{""Status"":""unhealthy"",""FailingStreak"":49,""Log"":[{""Start"":""2022-08-14T23:30:23.052681498Z"",""End"":""2022-08-14T23:30:24.011792629Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:25.018504147Z"",""End"":""2022-08-14T23:30:25.999172464Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:27.005681299Z"",""End"":""2022-08-14T23:30:27.844079805Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:28.850618769Z"",""End"":""2022-08-14T23:30:29.794870417Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:30.801246188Z"",""End"":""2022-08-14T23:30:30.834530736Z"",""ExitCode"":-1,""Output"":""OCI runtime exec failed: exec failed: unable to start container process: error executing setns process: exit status 1: unknown""}]}} + compose.go:124: timeout waiting for services to be healthy + compose.go:124: getting host for ceph: unknown host:port for service +--- FAIL: TestData (395.86s) + + ``` +

    +
+ +##### `Build&Test / metricbeat-goIntegTest / TestData – github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_osd_pool_stats` + + +
    +
    Expand to view the error details

    + +``` + Failed + ``` +

    +
    Expand to view the stacktrace

    + +``` + === RUN TestData + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":638858,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:24:15.894117375Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":60,""Log"":[{""Start"":""2022-08-14T23:26:07.494173721Z"",""End"":""2022-08-14T23:26:08.428522401Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:26:09.434787272Z"",""End"":""2022-08-14T23:26:10.288881556Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:26:11.294176046Z"",""End"":""2022-08-14T23:26:12.228246208Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:26:13.234322836Z"",""End"":""2022-08-14T23:26:14.159199538Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:26:15.166011531Z"",""End"":""2022-08-14T23:26:16.177675358Z"",""ExitCode"":1,""Output"":""""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":684161,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:26:43.330989957Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":48,""Log"":[{""Start"":""2022-08-14T23:28:11.777812827Z"",""End"":""2022-08-14T23:28:12.703671756Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:28:13.709347206Z"",""End"":""2022-08-14T23:28:14.538353613Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:28:15.545662446Z"",""End"":""2022-08-14T23:28:16.439842922Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:28:17.445835082Z"",""End"":""2022-08-14T23:28:18.357057144Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:28:19.363986224Z"",""End"":""2022-08-14T23:28:20.285951028Z"",""ExitCode"":1,""Output"":""""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":724060,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:28:52.043392062Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":48,""Log"":[{""Start"":""2022-08-14T23:30:21.135769967Z"",""End"":""2022-08-14T23:30:22.046756103Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:23.052681498Z"",""End"":""2022-08-14T23:30:24.011792629Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:25.018504147Z"",""End"":""2022-08-14T23:30:25.999172464Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:27.005681299Z"",""End"":""2022-08-14T23:30:27.844079805Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:28.850618769Z"",""End"":""2022-08-14T23:30:29.794870417Z"",""ExitCode"":1,""Output"":""""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:124: getting host for ceph: unknown host:port for service +--- FAIL: TestData (380.22s) + + ``` +

    +
+ +##### `Build&Test / metricbeat-goIntegTest / TestData – github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_osd_tree` + + +
    +
    Expand to view the error details

    + +``` + Failed + ``` +

    +
    Expand to view the stacktrace

    + +``` + === RUN TestData + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":677399,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:26:25.266895342Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":0,""Log"":[]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":715886,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:28:29.635714839Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":3,""Log"":[{""Start"":""2022-08-14T23:28:30.636795679Z"",""End"":""2022-08-14T23:28:31.674787344Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""},{""Start"":""2022-08-14T23:28:32.683009188Z"",""End"":""2022-08-14T23:28:33.595817265Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""},{""Start"":""2022-08-14T23:28:34.601765635Z"",""End"":""2022-08-14T23:28:35.35586653Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""exited"",""Running"":false,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":0,""ExitCode"":137,""Error"":"""",""StartedAt"":""2022-08-14T23:28:52.043392062Z"",""FinishedAt"":""2022-08-14T23:30:30.862453976Z"",""Health"":{""Status"":""unhealthy"",""FailingStreak"":49,""Log"":[{""Start"":""2022-08-14T23:30:23.052681498Z"",""End"":""2022-08-14T23:30:24.011792629Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:25.018504147Z"",""End"":""2022-08-14T23:30:25.999172464Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:27.005681299Z"",""End"":""2022-08-14T23:30:27.844079805Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:28.850618769Z"",""End"":""2022-08-14T23:30:29.794870417Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:30.801246188Z"",""End"":""2022-08-14T23:30:30.834530736Z"",""ExitCode"":-1,""Output"":""OCI runtime exec failed: exec failed: unable to start container process: error executing setns process: exit status 1: unknown""}]}} + compose.go:124: timeout waiting for services to be healthy + compose.go:124: getting host for ceph: unknown host:port for service +--- FAIL: TestData (392.08s) + + ``` +

    +
+ +##### `Build&Test / metricbeat-goIntegTest / TestData – github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_pool_disk` + + +
    +
    Expand to view the error details

    + +``` + Failed + ``` +

    +
    Expand to view the stacktrace

    + +``` + === RUN TestData + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":682035,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:26:37.465128838Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":1,""Log"":[{""Start"":""2022-08-14T23:26:38.466188479Z"",""End"":""2022-08-14T23:26:39.38181762Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":722349,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:28:47.639974267Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":0,""Log"":[]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""exited"",""Running"":false,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":0,""ExitCode"":137,""Error"":"""",""StartedAt"":""2022-08-14T23:28:52.043392062Z"",""FinishedAt"":""2022-08-14T23:30:30.862453976Z"",""Health"":{""Status"":""unhealthy"",""FailingStreak"":49,""Log"":[{""Start"":""2022-08-14T23:30:23.052681498Z"",""End"":""2022-08-14T23:30:24.011792629Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:25.018504147Z"",""End"":""2022-08-14T23:30:25.999172464Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:27.005681299Z"",""End"":""2022-08-14T23:30:27.844079805Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:28.850618769Z"",""End"":""2022-08-14T23:30:29.794870417Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:30.801246188Z"",""End"":""2022-08-14T23:30:30.834530736Z"",""ExitCode"":-1,""Output"":""OCI runtime exec failed: exec failed: unable to start container process: error executing setns process: exit status 1: unknown""}]}} + compose.go:124: timeout waiting for services to be healthy + compose.go:124: getting host for ceph: unknown host:port for service +--- FAIL: TestData (400.44s) + + ``` +

    +
+ +

+ + + + + + + + + + + + + + + + + +### Steps errors [![7](https://img.shields.io/badge/7%20-red)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2Fmain/detail/main/756//pipeline) +
Expand to view the steps failures +

+ + + + + + +##### `Integration tests` +

    +
  • Took 3 min 2 sec . View more details here
  • +
  • Description: MODULE=kubernetes make -C metricbeat integration-tests +
+ + + + +##### `metricbeat-unitTest - mage build unitTest` +
    +
  • Took 4 min 49 sec . View more details here
  • +
  • Description: mage build unitTest +
+ + + + +##### `metricbeat-goIntegTest - mage goIntegTest` +
    +
  • Took 30 min 42 sec . View more details here
  • +
  • Description: mage goIntegTest +
+ + + + +##### `metricbeat-goIntegTest - mage goIntegTest` +
    +
  • Took 20 min 22 sec . View more details here
  • +
  • Description: mage goIntegTest +
+ + + + +##### `metricbeat-goIntegTest - mage goIntegTest` +
    +
  • Took 25 min 1 sec . View more details here
  • +
  • Description: mage goIntegTest +
+ + + + +##### `metricbeat-windows-2016-windows-2016 - mage build unitTest` +
    +
  • Took 4 min 58 sec . View more details here
  • +
  • Description: mage build unitTest +
+ + + + +##### `Error signal` +
    +
  • Took 0 min 0 sec . View more details here
  • +
  • Description: Error ""hudson.AbortException: script returned exit code 2"" +
+ +

+
+ + +",1.0,"Build 756 for main with status FAILURE - +## :broken_heart: Tests Failed + + + +> _the below badges are clickable and redirect to their specific view in the CI or DOCS_ +[![Pipeline View](https://img.shields.io/badge/pipeline-pipeline%20-green)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2Fmain/detail/main/756//pipeline) [![Test View](https://img.shields.io/badge/test-test-green)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2Fmain/detail/main/756//tests) [![Changes](https://img.shields.io/badge/changes-changes-green)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2Fmain/detail/main/756//changes) [![Artifacts](https://img.shields.io/badge/artifacts-artifacts-yellow)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2Fmain/detail/main/756//artifacts) [![preview](https://img.shields.io/badge/docs-preview-yellowgreen)](http://beats_null.docs-preview.app.elstc.co/diff) [![preview](https://img.shields.io/badge/elastic-observability-blue)](https://ci-stats.elastic.co/app/apm/services/beats-ci/transactions/view?rangeFrom=2022-08-14T21:48:07.458Z&rangeTo=2022-08-14T22:08:07.458Z&transactionName=Beats/beats/main&transactionType=job&latencyAggregationType=avg&traceId=3c30cb07e15c0637c616e52a03464bab&transactionId=47b73ccadbb940e6) + + +
Expand to view the summary +

+ +#### Build stats + + + + +* Start Time: 2022-08-14T21:58:07.458+0000 + + +* Duration: 111 min 48 sec + + + + +#### Test stats :test_tube: + +| Test | Results | +| ------------ | :-----------------------------: | +| Failed | 6 | +| Passed | 22620 | +| Skipped | 1931 | +| Total | 24557 | + + +

+
+ + + + ### Test errors [![6](https://img.shields.io/badge/6%20-red)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2Fmain/detail/main/756//tests) +
Expand to view the tests failures

+ + +##### `Build&Test / metricbeat-goIntegTest / TestData – github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_cluster_disk` + + +

    +
    Expand to view the error details

    + +``` + Failed + ``` +

    +
    Expand to view the stacktrace

    + +``` + === RUN TestData + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":680500,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:26:33.676351199Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":0,""Log"":[]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":720678,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:28:42.587334087Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":1,""Log"":[{""Start"":""2022-08-14T23:28:43.587488337Z"",""End"":""2022-08-14T23:28:44.701077735Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""exited"",""Running"":false,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":0,""ExitCode"":137,""Error"":"""",""StartedAt"":""2022-08-14T23:28:52.043392062Z"",""FinishedAt"":""2022-08-14T23:30:30.862453976Z"",""Health"":{""Status"":""unhealthy"",""FailingStreak"":49,""Log"":[{""Start"":""2022-08-14T23:30:23.052681498Z"",""End"":""2022-08-14T23:30:24.011792629Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:25.018504147Z"",""End"":""2022-08-14T23:30:25.999172464Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:27.005681299Z"",""End"":""2022-08-14T23:30:27.844079805Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:28.850618769Z"",""End"":""2022-08-14T23:30:29.794870417Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:30.801246188Z"",""End"":""2022-08-14T23:30:30.834530736Z"",""ExitCode"":-1,""Output"":""OCI runtime exec failed: exec failed: unable to start container process: error executing setns process: exit status 1: unknown""}]}} + compose.go:124: timeout waiting for services to be healthy + compose.go:124: getting host for ceph: unknown host:port for service +--- FAIL: TestData (400.30s) + + ``` +

    +
+ +##### `Build&Test / metricbeat-goIntegTest / TestData – github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_cluster_health` + + +
    +
    Expand to view the error details

    + +``` + Failed + ``` +

    +
    Expand to view the stacktrace

    + +``` + === RUN TestData +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_redis_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":675412,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:26:20.093809433Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":1,""Log"":[{""Start"":""2022-08-14T23:26:21.094048881Z"",""End"":""2022-08-14T23:26:22.064999248Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":713867,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:28:24.167299863Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":1,""Log"":[{""Start"":""2022-08-14T23:28:25.167619883Z"",""End"":""2022-08-14T23:28:26.094194287Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""exited"",""Running"":false,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":0,""ExitCode"":137,""Error"":"""",""StartedAt"":""2022-08-14T23:28:52.043392062Z"",""FinishedAt"":""2022-08-14T23:30:30.862453976Z"",""Health"":{""Status"":""unhealthy"",""FailingStreak"":49,""Log"":[{""Start"":""2022-08-14T23:30:23.052681498Z"",""End"":""2022-08-14T23:30:24.011792629Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:25.018504147Z"",""End"":""2022-08-14T23:30:25.999172464Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:27.005681299Z"",""End"":""2022-08-14T23:30:27.844079805Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:28.850618769Z"",""End"":""2022-08-14T23:30:29.794870417Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:30.801246188Z"",""End"":""2022-08-14T23:30:30.834530736Z"",""ExitCode"":-1,""Output"":""OCI runtime exec failed: exec failed: unable to start container process: error executing setns process: exit status 1: unknown""}]}} + compose.go:124: timeout waiting for services to be healthy + compose.go:124: getting host for ceph: unknown host:port for service +--- FAIL: TestData (383.03s) + + ``` +

    +
+ +##### `Build&Test / metricbeat-goIntegTest / TestData – github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_osd_perf` + + +
    +
    Expand to view the error details

    + +``` + Failed + ``` +

    +
    Expand to view the stacktrace

    + +``` + === RUN TestData + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":678536,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:26:28.584854366Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":1,""Log"":[{""Start"":""2022-08-14T23:26:29.58613535Z"",""End"":""2022-08-14T23:26:30.44213712Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":719099,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:28:38.78325895Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":0,""Log"":[]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""exited"",""Running"":false,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":0,""ExitCode"":137,""Error"":"""",""StartedAt"":""2022-08-14T23:28:52.043392062Z"",""FinishedAt"":""2022-08-14T23:30:30.862453976Z"",""Health"":{""Status"":""unhealthy"",""FailingStreak"":49,""Log"":[{""Start"":""2022-08-14T23:30:23.052681498Z"",""End"":""2022-08-14T23:30:24.011792629Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:25.018504147Z"",""End"":""2022-08-14T23:30:25.999172464Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:27.005681299Z"",""End"":""2022-08-14T23:30:27.844079805Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:28.850618769Z"",""End"":""2022-08-14T23:30:29.794870417Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:30.801246188Z"",""End"":""2022-08-14T23:30:30.834530736Z"",""ExitCode"":-1,""Output"":""OCI runtime exec failed: exec failed: unable to start container process: error executing setns process: exit status 1: unknown""}]}} + compose.go:124: timeout waiting for services to be healthy + compose.go:124: getting host for ceph: unknown host:port for service +--- FAIL: TestData (395.86s) + + ``` +

    +
+ +##### `Build&Test / metricbeat-goIntegTest / TestData – github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_osd_pool_stats` + + +
    +
    Expand to view the error details

    + +``` + Failed + ``` +

    +
    Expand to view the stacktrace

    + +``` + === RUN TestData + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":638858,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:24:15.894117375Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":60,""Log"":[{""Start"":""2022-08-14T23:26:07.494173721Z"",""End"":""2022-08-14T23:26:08.428522401Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:26:09.434787272Z"",""End"":""2022-08-14T23:26:10.288881556Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:26:11.294176046Z"",""End"":""2022-08-14T23:26:12.228246208Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:26:13.234322836Z"",""End"":""2022-08-14T23:26:14.159199538Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:26:15.166011531Z"",""End"":""2022-08-14T23:26:16.177675358Z"",""ExitCode"":1,""Output"":""""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":684161,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:26:43.330989957Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":48,""Log"":[{""Start"":""2022-08-14T23:28:11.777812827Z"",""End"":""2022-08-14T23:28:12.703671756Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:28:13.709347206Z"",""End"":""2022-08-14T23:28:14.538353613Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:28:15.545662446Z"",""End"":""2022-08-14T23:28:16.439842922Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:28:17.445835082Z"",""End"":""2022-08-14T23:28:18.357057144Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:28:19.363986224Z"",""End"":""2022-08-14T23:28:20.285951028Z"",""ExitCode"":1,""Output"":""""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":724060,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:28:52.043392062Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":48,""Log"":[{""Start"":""2022-08-14T23:30:21.135769967Z"",""End"":""2022-08-14T23:30:22.046756103Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:23.052681498Z"",""End"":""2022-08-14T23:30:24.011792629Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:25.018504147Z"",""End"":""2022-08-14T23:30:25.999172464Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:27.005681299Z"",""End"":""2022-08-14T23:30:27.844079805Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:28.850618769Z"",""End"":""2022-08-14T23:30:29.794870417Z"",""ExitCode"":1,""Output"":""""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:124: getting host for ceph: unknown host:port for service +--- FAIL: TestData (380.22s) + + ``` +

    +
+ +##### `Build&Test / metricbeat-goIntegTest / TestData – github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_osd_tree` + + +
    +
    Expand to view the error details

    + +``` + Failed + ``` +

    +
    Expand to view the stacktrace

    + +``` + === RUN TestData + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":677399,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:26:25.266895342Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":0,""Log"":[]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":715886,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:28:29.635714839Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":3,""Log"":[{""Start"":""2022-08-14T23:28:30.636795679Z"",""End"":""2022-08-14T23:28:31.674787344Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""},{""Start"":""2022-08-14T23:28:32.683009188Z"",""End"":""2022-08-14T23:28:33.595817265Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""},{""Start"":""2022-08-14T23:28:34.601765635Z"",""End"":""2022-08-14T23:28:35.35586653Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""exited"",""Running"":false,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":0,""ExitCode"":137,""Error"":"""",""StartedAt"":""2022-08-14T23:28:52.043392062Z"",""FinishedAt"":""2022-08-14T23:30:30.862453976Z"",""Health"":{""Status"":""unhealthy"",""FailingStreak"":49,""Log"":[{""Start"":""2022-08-14T23:30:23.052681498Z"",""End"":""2022-08-14T23:30:24.011792629Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:25.018504147Z"",""End"":""2022-08-14T23:30:25.999172464Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:27.005681299Z"",""End"":""2022-08-14T23:30:27.844079805Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:28.850618769Z"",""End"":""2022-08-14T23:30:29.794870417Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:30.801246188Z"",""End"":""2022-08-14T23:30:30.834530736Z"",""ExitCode"":-1,""Output"":""OCI runtime exec failed: exec failed: unable to start container process: error executing setns process: exit status 1: unknown""}]}} + compose.go:124: timeout waiting for services to be healthy + compose.go:124: getting host for ceph: unknown host:port for service +--- FAIL: TestData (392.08s) + + ``` +

    +
+ +##### `Build&Test / metricbeat-goIntegTest / TestData – github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_pool_disk` + + +
    +
    Expand to view the error details

    + +``` + Failed + ``` +

    +
    Expand to view the stacktrace

    + +``` + === RUN TestData + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":682035,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:26:37.465128838Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":1,""Log"":[{""Start"":""2022-08-14T23:26:38.466188479Z"",""End"":""2022-08-14T23:26:39.38181762Z"",""ExitCode"":1,""Output"":""no valid command found; 10 closest matches:\nmon dump {\u003cint[0-]\u003e}\nmon stat\nfs set-default \u003cfs_name\u003e\nfs add_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs rm_data_pool \u003cfs_name\u003e \u003cpool\u003e\nfs set \u003cfs_name\u003e max_mds|max_file_size|allow_new_snaps|inline_data|cluster_down|allow_dirfrags|balancer|standby_count_wanted|session_timeout|session_autoclose|allow_standby_replay|down|joinable|min_compat_client \u003cval\u003e {--yes-i-really-mean-it}\nfs flag set enable_multiple \u003cval\u003e {--yes-i-really-mean-it}\nfs ls\nfs get \u003cfs_name\u003e\nosd tree-from {\u003cint[0-]\u003e} \u003cbucket\u003e {up|down|in|out|destroyed [up|down|in|out|destroyed...]}\nError EINVAL: invalid command\n""}]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""running"",""Running"":true,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":722349,""ExitCode"":0,""Error"":"""",""StartedAt"":""2022-08-14T23:28:47.639974267Z"",""FinishedAt"":""0001-01-01T00:00:00Z"",""Health"":{""Status"":""starting"",""FailingStreak"":0,""Log"":[]}} + compose.go:124: timeout waiting for services to be healthy +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Killing metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done +Found orphan containers (metricbeat_8_5_0_bc535ea186-snapshot_apache_1, metricbeat_8_5_0_bc535ea186-snapshot_aerospike_1, metricbeat_8_5_0_bc535ea186-snapshot_zookeeper_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_http_1, metricbeat_8_5_0_bc535ea186-snapshot_uwsgi_tcp_1, metricbeat_8_5_0_bc535ea186-snapshot_traefik_1, metricbeat_8_5_0_bc535ea186-snapshot_logstash_1, metricbeat_8_5_0_bc535ea186-snapshot_kafka_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... +Recreating metricbeat_8_5_0_bc535ea186-snapshot_ceph_1 ... done + compose.go:89: Container state (service: ""ceph""): {""Status"":""exited"",""Running"":false,""Paused"":false,""Restarting"":false,""OOMKilled"":false,""Dead"":false,""Pid"":0,""ExitCode"":137,""Error"":"""",""StartedAt"":""2022-08-14T23:28:52.043392062Z"",""FinishedAt"":""2022-08-14T23:30:30.862453976Z"",""Health"":{""Status"":""unhealthy"",""FailingStreak"":49,""Log"":[{""Start"":""2022-08-14T23:30:23.052681498Z"",""End"":""2022-08-14T23:30:24.011792629Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:25.018504147Z"",""End"":""2022-08-14T23:30:25.999172464Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:27.005681299Z"",""End"":""2022-08-14T23:30:27.844079805Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:28.850618769Z"",""End"":""2022-08-14T23:30:29.794870417Z"",""ExitCode"":1,""Output"":""""},{""Start"":""2022-08-14T23:30:30.801246188Z"",""End"":""2022-08-14T23:30:30.834530736Z"",""ExitCode"":-1,""Output"":""OCI runtime exec failed: exec failed: unable to start container process: error executing setns process: exit status 1: unknown""}]}} + compose.go:124: timeout waiting for services to be healthy + compose.go:124: getting host for ceph: unknown host:port for service +--- FAIL: TestData (400.44s) + + ``` +

    +
+ +

+ + + + + + + + + + + + + + + + + +### Steps errors [![7](https://img.shields.io/badge/7%20-red)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2Fmain/detail/main/756//pipeline) +
Expand to view the steps failures +

+ + + + + + +##### `Integration tests` +

    +
  • Took 3 min 2 sec . View more details here
  • +
  • Description: MODULE=kubernetes make -C metricbeat integration-tests +
+ + + + +##### `metricbeat-unitTest - mage build unitTest` +
    +
  • Took 4 min 49 sec . View more details here
  • +
  • Description: mage build unitTest +
+ + + + +##### `metricbeat-goIntegTest - mage goIntegTest` +
    +
  • Took 30 min 42 sec . View more details here
  • +
  • Description: mage goIntegTest +
+ + + + +##### `metricbeat-goIntegTest - mage goIntegTest` +
    +
  • Took 20 min 22 sec . View more details here
  • +
  • Description: mage goIntegTest +
+ + + + +##### `metricbeat-goIntegTest - mage goIntegTest` +
    +
  • Took 25 min 1 sec . View more details here
  • +
  • Description: mage goIntegTest +
+ + + + +##### `metricbeat-windows-2016-windows-2016 - mage build unitTest` +
    +
  • Took 4 min 58 sec . View more details here
  • +
  • Description: mage build unitTest +
+ + + + +##### `Error signal` +
    +
  • Took 0 min 0 sec . View more details here
  • +
  • Description: Error ""hudson.AbortException: script returned exit code 2"" +
+ +

+
+ + +",0,build for main with status failure broken heart tests failed the below badges are clickable and redirect to their specific view in the ci or docs expand to view the summary build stats start time duration min sec test stats test tube test results failed passed skipped total test errors expand to view the tests failures build test metricbeat gointegtest testdata – github com elastic beats metricbeat module ceph mgr cluster disk expand to view the error details failed expand to view the stacktrace run testdata compose go container state service ceph status running running true paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status starting failingstreak log compose go timeout waiting for services to be healthy killing metricbeat snapshot ceph killing metricbeat snapshot ceph done found orphan containers metricbeat snapshot apache metricbeat snapshot aerospike metricbeat snapshot zookeeper metricbeat snapshot uwsgi http metricbeat snapshot uwsgi tcp metricbeat snapshot traefik metricbeat snapshot logstash metricbeat snapshot kafka for this project if you removed or renamed this service in your compose file you can run this command with the remove orphans flag to clean it up recreating metricbeat snapshot ceph recreating metricbeat snapshot ceph done compose go container state service ceph status running running true paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status starting failingstreak log nmon stat nfs set default name nfs add data pool name nfs rm data pool name nfs set name max mds max file size allow new snaps inline data cluster down allow dirfrags balancer standby count wanted session timeout session autoclose allow standby replay down joinable min compat client yes i really mean it nfs flag set enable multiple yes i really mean it nfs ls nfs get name nosd tree from up down in out destroyed nerror einval invalid command n compose go timeout waiting for services to be healthy killing metricbeat snapshot ceph killing metricbeat snapshot ceph done found orphan containers metricbeat snapshot apache metricbeat snapshot aerospike metricbeat snapshot zookeeper metricbeat snapshot uwsgi http metricbeat snapshot uwsgi tcp metricbeat snapshot traefik metricbeat snapshot logstash metricbeat snapshot kafka for this project if you removed or renamed this service in your compose file you can run this command with the remove orphans flag to clean it up recreating metricbeat snapshot ceph recreating metricbeat snapshot ceph done compose go container state service ceph status exited running false paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status unhealthy failingstreak log compose go timeout waiting for services to be healthy compose go getting host for ceph unknown host port for service fail testdata build test metricbeat gointegtest testdata – github com elastic beats metricbeat module ceph mgr cluster health expand to view the error details failed expand to view the stacktrace run testdata found orphan containers metricbeat snapshot apache metricbeat snapshot aerospike metricbeat snapshot zookeeper metricbeat snapshot uwsgi http metricbeat snapshot uwsgi tcp metricbeat snapshot traefik metricbeat snapshot redis metricbeat snapshot logstash metricbeat snapshot kafka for this project if you removed or renamed this service in your compose file you can run this command with the remove orphans flag to clean it up recreating metricbeat snapshot ceph recreating metricbeat snapshot ceph done compose go container state service ceph status running running true paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status starting failingstreak log nmon stat nfs set default name nfs add data pool name nfs rm data pool name nfs set name max mds max file size allow new snaps inline data cluster down allow dirfrags balancer standby count wanted session timeout session autoclose allow standby replay down joinable min compat client yes i really mean it nfs flag set enable multiple yes i really mean it nfs ls nfs get name nosd tree from up down in out destroyed nerror einval invalid command n compose go timeout waiting for services to be healthy killing metricbeat snapshot ceph killing metricbeat snapshot ceph done found orphan containers metricbeat snapshot apache metricbeat snapshot aerospike metricbeat snapshot zookeeper metricbeat snapshot uwsgi http metricbeat snapshot uwsgi tcp metricbeat snapshot traefik metricbeat snapshot logstash metricbeat snapshot kafka for this project if you removed or renamed this service in your compose file you can run this command with the remove orphans flag to clean it up recreating metricbeat snapshot ceph recreating metricbeat snapshot ceph done compose go container state service ceph status running running true paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status starting failingstreak log nmon stat nfs set default name nfs add data pool name nfs rm data pool name nfs set name max mds max file size allow new snaps inline data cluster down allow dirfrags balancer standby count wanted session timeout session autoclose allow standby replay down joinable min compat client yes i really mean it nfs flag set enable multiple yes i really mean it nfs ls nfs get name nosd tree from up down in out destroyed nerror einval invalid command n compose go timeout waiting for services to be healthy killing metricbeat snapshot ceph killing metricbeat snapshot ceph done found orphan containers metricbeat snapshot apache metricbeat snapshot aerospike metricbeat snapshot zookeeper metricbeat snapshot uwsgi http metricbeat snapshot uwsgi tcp metricbeat snapshot traefik metricbeat snapshot logstash metricbeat snapshot kafka for this project if you removed or renamed this service in your compose file you can run this command with the remove orphans flag to clean it up recreating metricbeat snapshot ceph recreating metricbeat snapshot ceph done compose go container state service ceph status exited running false paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status unhealthy failingstreak log compose go timeout waiting for services to be healthy compose go getting host for ceph unknown host port for service fail testdata build test metricbeat gointegtest testdata – github com elastic beats metricbeat module ceph mgr osd perf expand to view the error details failed expand to view the stacktrace run testdata compose go container state service ceph status running running true paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status starting failingstreak log nmon stat nfs set default name nfs add data pool name nfs rm data pool name nfs set name max mds max file size allow new snaps inline data cluster down allow dirfrags balancer standby count wanted session timeout session autoclose allow standby replay down joinable min compat client yes i really mean it nfs flag set enable multiple yes i really mean it nfs ls nfs get name nosd tree from up down in out destroyed nerror einval invalid command n compose go timeout waiting for services to be healthy killing metricbeat snapshot ceph killing metricbeat snapshot ceph done found orphan containers metricbeat snapshot apache metricbeat snapshot aerospike metricbeat snapshot zookeeper metricbeat snapshot uwsgi http metricbeat snapshot uwsgi tcp metricbeat snapshot traefik metricbeat snapshot logstash metricbeat snapshot kafka for this project if you removed or renamed this service in your compose file you can run this command with the remove orphans flag to clean it up recreating metricbeat snapshot ceph recreating metricbeat snapshot ceph done compose go container state service ceph status running running true paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status starting failingstreak log compose go timeout waiting for services to be healthy killing metricbeat snapshot ceph killing metricbeat snapshot ceph done found orphan containers metricbeat snapshot apache metricbeat snapshot aerospike metricbeat snapshot zookeeper metricbeat snapshot uwsgi http metricbeat snapshot uwsgi tcp metricbeat snapshot traefik metricbeat snapshot logstash metricbeat snapshot kafka for this project if you removed or renamed this service in your compose file you can run this command with the remove orphans flag to clean it up recreating metricbeat snapshot ceph recreating metricbeat snapshot ceph done compose go container state service ceph status exited running false paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status unhealthy failingstreak log compose go timeout waiting for services to be healthy compose go getting host for ceph unknown host port for service fail testdata build test metricbeat gointegtest testdata – github com elastic beats metricbeat module ceph mgr osd pool stats expand to view the error details failed expand to view the stacktrace run testdata compose go container state service ceph status running running true paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status starting failingstreak log compose go timeout waiting for services to be healthy killing metricbeat snapshot ceph killing metricbeat snapshot ceph done found orphan containers metricbeat snapshot apache metricbeat snapshot aerospike metricbeat snapshot zookeeper metricbeat snapshot uwsgi http metricbeat snapshot uwsgi tcp metricbeat snapshot traefik metricbeat snapshot logstash metricbeat snapshot kafka for this project if you removed or renamed this service in your compose file you can run this command with the remove orphans flag to clean it up recreating metricbeat snapshot ceph recreating metricbeat snapshot ceph done compose go container state service ceph status running running true paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status starting failingstreak log compose go timeout waiting for services to be healthy killing metricbeat snapshot ceph killing metricbeat snapshot ceph done found orphan containers metricbeat snapshot apache metricbeat snapshot aerospike metricbeat snapshot zookeeper metricbeat snapshot uwsgi http metricbeat snapshot uwsgi tcp metricbeat snapshot traefik metricbeat snapshot logstash metricbeat snapshot kafka for this project if you removed or renamed this service in your compose file you can run this command with the remove orphans flag to clean it up recreating metricbeat snapshot ceph recreating metricbeat snapshot ceph done compose go container state service ceph status running running true paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status starting failingstreak log compose go timeout waiting for services to be healthy killing metricbeat snapshot ceph killing metricbeat snapshot ceph done compose go getting host for ceph unknown host port for service fail testdata build test metricbeat gointegtest testdata – github com elastic beats metricbeat module ceph mgr osd tree expand to view the error details failed expand to view the stacktrace run testdata compose go container state service ceph status running running true paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status starting failingstreak log compose go timeout waiting for services to be healthy killing metricbeat snapshot ceph killing metricbeat snapshot ceph done found orphan containers metricbeat snapshot apache metricbeat snapshot aerospike metricbeat snapshot zookeeper metricbeat snapshot uwsgi http metricbeat snapshot uwsgi tcp metricbeat snapshot traefik metricbeat snapshot logstash metricbeat snapshot kafka for this project if you removed or renamed this service in your compose file you can run this command with the remove orphans flag to clean it up recreating metricbeat snapshot ceph recreating metricbeat snapshot ceph done compose go container state service ceph status running running true paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status starting failingstreak log nmon stat nfs set default name nfs add data pool name nfs rm data pool name nfs set name max mds max file size allow new snaps inline data cluster down allow dirfrags balancer standby count wanted session timeout session autoclose allow standby replay down joinable min compat client yes i really mean it nfs flag set enable multiple yes i really mean it nfs ls nfs get name nosd tree from up down in out destroyed nerror einval invalid command n start end exitcode output no valid command found closest matches nmon dump nmon stat nfs set default name nfs add data pool name nfs rm data pool name nfs set name max mds max file size allow new snaps inline data cluster down allow dirfrags balancer standby count wanted session timeout session autoclose allow standby replay down joinable min compat client yes i really mean it nfs flag set enable multiple yes i really mean it nfs ls nfs get name nosd tree from up down in out destroyed nerror einval invalid command n start end exitcode output no valid command found closest matches nmon dump nmon stat nfs set default name nfs add data pool name nfs rm data pool name nfs set name max mds max file size allow new snaps inline data cluster down allow dirfrags balancer standby count wanted session timeout session autoclose allow standby replay down joinable min compat client yes i really mean it nfs flag set enable multiple yes i really mean it nfs ls nfs get name nosd tree from up down in out destroyed nerror einval invalid command n compose go timeout waiting for services to be healthy killing metricbeat snapshot ceph killing metricbeat snapshot ceph done found orphan containers metricbeat snapshot apache metricbeat snapshot aerospike metricbeat snapshot zookeeper metricbeat snapshot uwsgi http metricbeat snapshot uwsgi tcp metricbeat snapshot traefik metricbeat snapshot logstash metricbeat snapshot kafka for this project if you removed or renamed this service in your compose file you can run this command with the remove orphans flag to clean it up recreating metricbeat snapshot ceph recreating metricbeat snapshot ceph done compose go container state service ceph status exited running false paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status unhealthy failingstreak log compose go timeout waiting for services to be healthy compose go getting host for ceph unknown host port for service fail testdata build test metricbeat gointegtest testdata – github com elastic beats metricbeat module ceph mgr pool disk expand to view the error details failed expand to view the stacktrace run testdata compose go container state service ceph status running running true paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status starting failingstreak log nmon stat nfs set default name nfs add data pool name nfs rm data pool name nfs set name max mds max file size allow new snaps inline data cluster down allow dirfrags balancer standby count wanted session timeout session autoclose allow standby replay down joinable min compat client yes i really mean it nfs flag set enable multiple yes i really mean it nfs ls nfs get name nosd tree from up down in out destroyed nerror einval invalid command n compose go timeout waiting for services to be healthy killing metricbeat snapshot ceph killing metricbeat snapshot ceph done found orphan containers metricbeat snapshot apache metricbeat snapshot aerospike metricbeat snapshot zookeeper metricbeat snapshot uwsgi http metricbeat snapshot uwsgi tcp metricbeat snapshot traefik metricbeat snapshot logstash metricbeat snapshot kafka for this project if you removed or renamed this service in your compose file you can run this command with the remove orphans flag to clean it up recreating metricbeat snapshot ceph recreating metricbeat snapshot ceph done compose go container state service ceph status running running true paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status starting failingstreak log compose go timeout waiting for services to be healthy killing metricbeat snapshot ceph killing metricbeat snapshot ceph done found orphan containers metricbeat snapshot apache metricbeat snapshot aerospike metricbeat snapshot zookeeper metricbeat snapshot uwsgi http metricbeat snapshot uwsgi tcp metricbeat snapshot traefik metricbeat snapshot logstash metricbeat snapshot kafka for this project if you removed or renamed this service in your compose file you can run this command with the remove orphans flag to clean it up recreating metricbeat snapshot ceph recreating metricbeat snapshot ceph done compose go container state service ceph status exited running false paused false restarting false oomkilled false dead false pid exitcode error startedat finishedat health status unhealthy failingstreak log compose go timeout waiting for services to be healthy compose go getting host for ceph unknown host port for service fail testdata steps errors expand to view the steps failures integration tests took min sec view more details a href description module kubernetes make c metricbeat integration tests metricbeat unittest mage build unittest took min sec view more details a href description mage build unittest metricbeat gointegtest mage gointegtest took min sec view more details a href description mage gointegtest metricbeat gointegtest mage gointegtest took min sec view more details a href description mage gointegtest metricbeat gointegtest mage gointegtest took min sec view more details a href description mage gointegtest metricbeat windows windows mage build unittest took min sec view more details a href description mage build unittest error signal took min sec view more details a href description error hudson abortexception script returned exit code ,0 +11068,27947269143.0,IssuesEvent,2023-03-24 05:02:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,10GB Partition key limit is incorrect. It's 20GB,doc-enhancement cxp triaged architecture-center/svc Pri1 best-practice/subsvc,"Look under the Cosmos DB section (https://learn.microsoft.com/en-us/azure/architecture/best-practices/data-partitioning-strategies#partitioning-azure-cosmos-db) There are a few places where 10GB should be updated to 20GB. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: ef578ecf-7b41-cac8-ba5d-2e132c337b1e +* Version Independent ID: f325ab09-f55d-42ce-5892-a116d4958d6c +* Content: [Data partitioning strategies - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/best-practices/data-partitioning-strategies#partitioning-azure-cosmos-db) +* Content Source: [docs/best-practices/data-partitioning-strategies.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/best-practices/data-partitioning-strategies.yml) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1.0,"10GB Partition key limit is incorrect. It's 20GB - Look under the Cosmos DB section (https://learn.microsoft.com/en-us/azure/architecture/best-practices/data-partitioning-strategies#partitioning-azure-cosmos-db) There are a few places where 10GB should be updated to 20GB. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: ef578ecf-7b41-cac8-ba5d-2e132c337b1e +* Version Independent ID: f325ab09-f55d-42ce-5892-a116d4958d6c +* Content: [Data partitioning strategies - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/best-practices/data-partitioning-strategies#partitioning-azure-cosmos-db) +* Content Source: [docs/best-practices/data-partitioning-strategies.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/best-practices/data-partitioning-strategies.yml) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1, partition key limit is incorrect it s look under the cosmos db section there are a few places where should be updated to document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service best practice github login martinekuan microsoft alias architectures ,1 +227807,25122843886.0,IssuesEvent,2022-11-09 09:30:35,anyulled/ReactWorkshop,https://api.github.com/repos/anyulled/ReactWorkshop,closed,CVE-2021-3918 (High) detected in json-schema-0.2.3.tgz - autoclosed,security vulnerability,"## CVE-2021-3918 - High Severity Vulnerability +
Vulnerable Library - json-schema-0.2.3.tgz

+ +

JSON Schema validation and specifications

+

Library home page: https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/json-schema/package.json

+

+ +Dependency Hierarchy: + - coveralls-3.1.1.tgz (Root Library) + - request-2.88.2.tgz + - http-signature-1.2.0.tgz + - jsprim-1.4.1.tgz + - :x: **json-schema-0.2.3.tgz** (Vulnerable Library) +

Found in HEAD commit: 423375e9e9c126aff5fbbd5e05bea2c8b12a372e

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') + +

Publish Date: 2021-11-13 +

URL: CVE-2021-3918

+

+
+

+
CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nvd.nist.gov/vuln/detail/CVE-2021-3918

+

Release Date: 2021-11-13

+

Fix Resolution: json-schema - 0.4.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2021-3918 (High) detected in json-schema-0.2.3.tgz - autoclosed - ## CVE-2021-3918 - High Severity Vulnerability +
Vulnerable Library - json-schema-0.2.3.tgz

+ +

JSON Schema validation and specifications

+

Library home page: https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/json-schema/package.json

+

+ +Dependency Hierarchy: + - coveralls-3.1.1.tgz (Root Library) + - request-2.88.2.tgz + - http-signature-1.2.0.tgz + - jsprim-1.4.1.tgz + - :x: **json-schema-0.2.3.tgz** (Vulnerable Library) +

Found in HEAD commit: 423375e9e9c126aff5fbbd5e05bea2c8b12a372e

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') + +

Publish Date: 2021-11-13 +

URL: CVE-2021-3918

+

+
+

+
CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nvd.nist.gov/vuln/detail/CVE-2021-3918

+

Release Date: 2021-11-13

+

Fix Resolution: json-schema - 0.4.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in json schema tgz autoclosed cve high severity vulnerability vulnerable library json schema tgz json schema validation and specifications library home page a href path to dependency file package json path to vulnerable library node modules json schema package json dependency hierarchy coveralls tgz root library request tgz http signature tgz jsprim tgz x json schema tgz vulnerable library found in head commit a href found in base branch master vulnerability details json schema is vulnerable to improperly controlled modification of object prototype attributes prototype pollution 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 json schema step up your open source security game with mend ,0 +10198,26499347093.0,IssuesEvent,2023-01-18 09:05:41,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Sustainability pillar in well architected framework. ,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 well-architected/subsvc,"AWS has released a new tenant in their well-architected framework named Sustainability. Time to revisit this? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 111d7b49-94b6-abd9-c21a-fb0bace59114 +* Version Independent ID: 5d9aa212-cbb2-803c-2ea9-6da76c7a9394 +* Content: [Microsoft Azure Well-Architected Framework - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/) +* Content Source: [docs/framework/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/index.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @david-stanford +* Microsoft Alias: **v-stacywray**",1.0,"Sustainability pillar in well architected framework. - AWS has released a new tenant in their well-architected framework named Sustainability. Time to revisit this? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 111d7b49-94b6-abd9-c21a-fb0bace59114 +* Version Independent ID: 5d9aa212-cbb2-803c-2ea9-6da76c7a9394 +* Content: [Microsoft Azure Well-Architected Framework - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/) +* Content Source: [docs/framework/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/index.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @david-stanford +* Microsoft Alias: **v-stacywray**",1,sustainability pillar in well architected framework aws has released a new tenant in their well architected framework named sustainability time to revisit this document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login david stanford microsoft alias v stacywray ,1 +198868,22674171821.0,IssuesEvent,2022-07-04 01:24:13,Souparnee/WebGoatALL_19022020,https://api.github.com/repos/Souparnee/WebGoatALL_19022020,closed,CVE-2017-1000048 (High) detected in qs-6.2.3.tgz - autoclosed,security vulnerability,"## CVE-2017-1000048 - High Severity Vulnerability +
Vulnerable Library - qs-6.2.3.tgz

+ +

A querystring parser that supports nesting and arrays, with a depth limit

+

Library home page: https://registry.npmjs.org/qs/-/qs-6.2.3.tgz

+

Path to dependency file: /tmp/ws-scm/WebGoatALL_19022020/docs/package.json

+

Path to vulnerable library: /tmp/ws-scm/WebGoatALL_19022020/docs/node_modules/qs/package.json

+

+ +Dependency Hierarchy: + - browser-sync-2.26.3.tgz (Root Library) + - :x: **qs-6.2.3.tgz** (Vulnerable Library) +

Found in HEAD commit: 8239831326953bd9864f1777e64266cfcc83c14a

+

+
+

+
Vulnerability Details +

+ +the web framework using ljharb's qs module older than v6.3.2, v6.2.3, v6.1.2, and v6.0.4 is vulnerable to a DoS. A malicious user can send a evil request to cause the web framework crash. + +

Publish Date: 2017-07-17 +

URL: CVE-2017-1000048

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Change files

+

Origin: https://github.com/ljharb/qs/commit/c709f6e3ef2ed324f17c43369e1d45ad351e86e6

+

Release Date: 2017-03-06

+

Fix Resolution: Replace or update the following files: parse.js, parse.js, utils.js

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2017-1000048 (High) detected in qs-6.2.3.tgz - autoclosed - ## CVE-2017-1000048 - High Severity Vulnerability +
Vulnerable Library - qs-6.2.3.tgz

+ +

A querystring parser that supports nesting and arrays, with a depth limit

+

Library home page: https://registry.npmjs.org/qs/-/qs-6.2.3.tgz

+

Path to dependency file: /tmp/ws-scm/WebGoatALL_19022020/docs/package.json

+

Path to vulnerable library: /tmp/ws-scm/WebGoatALL_19022020/docs/node_modules/qs/package.json

+

+ +Dependency Hierarchy: + - browser-sync-2.26.3.tgz (Root Library) + - :x: **qs-6.2.3.tgz** (Vulnerable Library) +

Found in HEAD commit: 8239831326953bd9864f1777e64266cfcc83c14a

+

+
+

+
Vulnerability Details +

+ +the web framework using ljharb's qs module older than v6.3.2, v6.2.3, v6.1.2, and v6.0.4 is vulnerable to a DoS. A malicious user can send a evil request to cause the web framework crash. + +

Publish Date: 2017-07-17 +

URL: CVE-2017-1000048

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Change files

+

Origin: https://github.com/ljharb/qs/commit/c709f6e3ef2ed324f17c43369e1d45ad351e86e6

+

Release Date: 2017-03-06

+

Fix Resolution: Replace or update the following files: parse.js, parse.js, utils.js

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in qs tgz autoclosed cve high severity vulnerability vulnerable library qs tgz a querystring parser that supports nesting and arrays with a depth limit library home page a href path to dependency file tmp ws scm webgoatall docs package json path to vulnerable library tmp ws scm webgoatall docs node modules qs package json dependency hierarchy browser sync tgz root library x qs tgz vulnerable library found in head commit a href vulnerability details the web framework using ljharb s qs module older than and is vulnerable to a dos a malicious user can send a evil request to cause the web framework crash 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 change files origin a href release date fix resolution replace or update the following files parse js parse js utils js step up your open source security game with whitesource ,0 +9714,25103837955.0,IssuesEvent,2022-11-08 15:19:49,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Invalid C# syntax in code sample,doc-bug assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2," +Hello, +It appears that the code sample for the referenced documentation contains some invalid C# syntax, and given the code, it's not clear how to check if the device needs an SMS wakeup. + +`if (var == [DeviceNotConnected] && connTimeOut == 0)` +I'm not sure where ""DeviceNotConnected"" is coming from, and I don't believe the use of `var` here or later in the method is valid. + +Full code sample: +`TimeSpan connTimeOut = FromSeconds(0); // Period to wait for device to connect. + TimeSpan funcTimeOut = FromSeconds(30); // Period to wait for method to execute. + + while (true) { + // Send the command via direct method. Initially use a timeout of zero + // for the connection, which determines whether the device is connected to + // IoT Hub or needs an SMS wakeup sent to it. + + var method = new CloudToDeviceMethod(""RemoteCommand"", funcTimeOut, connTimeOut); + methodInvocation1.SetPayloadJson(CommandPayload); + + var response = await serviceClient.InvokeDeviceMethodAsync(deviceId, method); + if (var == [DeviceNotConnected] && connTimeOut == 0) { + // The device is not currently connected and needs an SMS wakeup. This + // device should wake up within a period of < 30 seconds. Send the wakeup + // and retry the method request with a 30 second timeout on waiting for + // the device to connect. + + connTimeOut = FromSeconds(30); // Set a 30 second connection timeout. + SendAsyncSMSWakeUpToDevice(); // Send SMS wakeup through mobile gateway. + continue; // Retry with new connection timeout. + } else { + // The method either succeeded or failed. + ActOnMethodResult(var); + break; + } + }` + +Thank you! +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7b2f7457-51f0-b9e0-04bd-dabbe3586b34 +* Version Independent ID: 08b9268e-c8d1-5259-0f0d-3fc851f35dbe +* Content: [IoT application-to-device commands - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/iot/cloud-to-device) +* Content Source: [docs/example-scenario/iot/cloud-to-device.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/iot/cloud-to-device.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @wamachine +* Microsoft Alias: **pnp**",1.0,"Invalid C# syntax in code sample - +Hello, +It appears that the code sample for the referenced documentation contains some invalid C# syntax, and given the code, it's not clear how to check if the device needs an SMS wakeup. + +`if (var == [DeviceNotConnected] && connTimeOut == 0)` +I'm not sure where ""DeviceNotConnected"" is coming from, and I don't believe the use of `var` here or later in the method is valid. + +Full code sample: +`TimeSpan connTimeOut = FromSeconds(0); // Period to wait for device to connect. + TimeSpan funcTimeOut = FromSeconds(30); // Period to wait for method to execute. + + while (true) { + // Send the command via direct method. Initially use a timeout of zero + // for the connection, which determines whether the device is connected to + // IoT Hub or needs an SMS wakeup sent to it. + + var method = new CloudToDeviceMethod(""RemoteCommand"", funcTimeOut, connTimeOut); + methodInvocation1.SetPayloadJson(CommandPayload); + + var response = await serviceClient.InvokeDeviceMethodAsync(deviceId, method); + if (var == [DeviceNotConnected] && connTimeOut == 0) { + // The device is not currently connected and needs an SMS wakeup. This + // device should wake up within a period of < 30 seconds. Send the wakeup + // and retry the method request with a 30 second timeout on waiting for + // the device to connect. + + connTimeOut = FromSeconds(30); // Set a 30 second connection timeout. + SendAsyncSMSWakeUpToDevice(); // Send SMS wakeup through mobile gateway. + continue; // Retry with new connection timeout. + } else { + // The method either succeeded or failed. + ActOnMethodResult(var); + break; + } + }` + +Thank you! +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7b2f7457-51f0-b9e0-04bd-dabbe3586b34 +* Version Independent ID: 08b9268e-c8d1-5259-0f0d-3fc851f35dbe +* Content: [IoT application-to-device commands - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/iot/cloud-to-device) +* Content Source: [docs/example-scenario/iot/cloud-to-device.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/iot/cloud-to-device.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @wamachine +* Microsoft Alias: **pnp**",1,invalid c syntax in code sample hello it appears that the code sample for the referenced documentation contains some invalid c syntax and given the code it s not clear how to check if the device needs an sms wakeup if var conntimeout i m not sure where devicenotconnected is coming from and i don t believe the use of var here or later in the method is valid full code sample timespan conntimeout fromseconds period to wait for device to connect timespan functimeout fromseconds period to wait for method to execute while true send the command via direct method initially use a timeout of zero for the connection which determines whether the device is connected to iot hub or needs an sms wakeup sent to it var method new cloudtodevicemethod remotecommand functimeout conntimeout setpayloadjson commandpayload var response await serviceclient invokedevicemethodasync deviceid method if var conntimeout the device is not currently connected and needs an sms wakeup this device should wake up within a period of seconds send the wakeup and retry the method request with a second timeout on waiting for the device to connect conntimeout fromseconds set a second connection timeout sendasyncsmswakeuptodevice send sms wakeup through mobile gateway continue retry with new connection timeout else the method either succeeded or failed actonmethodresult var break thank you document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login wamachine microsoft alias pnp ,1 +14411,3266548583.0,IssuesEvent,2015-10-22 21:10:21,mozilla/webmaker-core,https://api.github.com/repos/mozilla/webmaker-core,closed,"Text style ""checkbox"" labels should be white when active",bug design PR in Review,"When ""text style"" elements are active, the `B`,`I`, and `U` elements should be white like the text alignment elements are in the following image. Currently they stay dark. + +![text styles](https://cloud.githubusercontent.com/assets/1682681/10372642/cb76c5b0-6db6-11e5-820e-21de4b35d7bf.png) +",1.0,"Text style ""checkbox"" labels should be white when active - When ""text style"" elements are active, the `B`,`I`, and `U` elements should be white like the text alignment elements are in the following image. Currently they stay dark. + +![text styles](https://cloud.githubusercontent.com/assets/1682681/10372642/cb76c5b0-6db6-11e5-820e-21de4b35d7bf.png) +",0,text style checkbox labels should be white when active when text style elements are active the b i and u elements should be white like the text alignment elements are in the following image currently they stay dark ,0 +239865,26234595457.0,IssuesEvent,2023-01-05 05:32:02,ministryofjustice/hmpps-probation-integration-services,https://api.github.com/repos/ministryofjustice/hmpps-probation-integration-services,opened,CVE-2022-3996 (tier-to-delius),dependencies security,"openssl: double locking leads to denial of service +* Project: tier-to-delius +* Package: `libssl3:3.0.7-r0` +* Location: `` + +>If an X.509 certificate contains a malformed policy constraint and policy processing is enabled, then a write lock will be taken twice recursively. On some operating systems (most widely: Windows) this results in a denial of service when the affected process hangs. Policy processing being enabled on a publicly facing server is not considered to be a common setup. Policy processing is enabled by passing the `-policy' argument to the command line utilities or by calling either `X509_VERIFY_PARAM_add0_policy()' or `X509_VERIFY_PARAM_set1_policies()' functions. + +https://avd.aquasec.com/nvd/cve-2022-3996 + +If the vulnerability does not impact the `tier-to-delius` project, you can suppress this alert by adding a comment starting with `Suppress`. For example, ""Suppressed because we do not process any untrusted XML content"".",True,"CVE-2022-3996 (tier-to-delius) - openssl: double locking leads to denial of service +* Project: tier-to-delius +* Package: `libssl3:3.0.7-r0` +* Location: `` + +>If an X.509 certificate contains a malformed policy constraint and policy processing is enabled, then a write lock will be taken twice recursively. On some operating systems (most widely: Windows) this results in a denial of service when the affected process hangs. Policy processing being enabled on a publicly facing server is not considered to be a common setup. Policy processing is enabled by passing the `-policy' argument to the command line utilities or by calling either `X509_VERIFY_PARAM_add0_policy()' or `X509_VERIFY_PARAM_set1_policies()' functions. + +https://avd.aquasec.com/nvd/cve-2022-3996 + +If the vulnerability does not impact the `tier-to-delius` project, you can suppress this alert by adding a comment starting with `Suppress`. For example, ""Suppressed because we do not process any untrusted XML content"".",0,cve tier to delius openssl double locking leads to denial of service project tier to delius package location if an x certificate contains a malformed policy constraint and policy processing is enabled then a write lock will be taken twice recursively on some operating systems most widely windows this results in a denial of service when the affected process hangs policy processing being enabled on a publicly facing server is not considered to be a common setup policy processing is enabled by passing the policy argument to the command line utilities or by calling either verify param policy or verify param policies functions if the vulnerability does not impact the tier to delius project you can suppress this alert by adding a comment starting with suppress for example suppressed because we do not process any untrusted xml content ,0 +157915,13724074429.0,IssuesEvent,2020-10-03 12:36:54,abayochocoball/hollow_memories,https://api.github.com/repos/abayochocoball/hollow_memories,closed,.mkv cover art using youtube thumbnail,documentation,"Need command on how to download youtube thumbnail along with video and use ffmpeg to set it as the cover art for .mkv files and optionally any other container type that supports this concept. + +Useful starting points: +https://github.com/ytdl-org/youtube-dl/blob/master/README.md#post-processing-options +ffmpeg -i -c copy -attach cover.jpg -metadata:s:t mimetype=image/jpeg + +",1.0,".mkv cover art using youtube thumbnail - Need command on how to download youtube thumbnail along with video and use ffmpeg to set it as the cover art for .mkv files and optionally any other container type that supports this concept. + +Useful starting points: +https://github.com/ytdl-org/youtube-dl/blob/master/README.md#post-processing-options +ffmpeg -i -c copy -attach cover.jpg -metadata:s:t mimetype=image/jpeg + +",0, mkv cover art using youtube thumbnail need command on how to download youtube thumbnail along with video and use ffmpeg to set it as the cover art for mkv files and optionally any other container type that supports this concept useful starting points ffmpeg i c copy attach cover jpg metadata s t mimetype image jpeg ,0 +224574,17193670628.0,IssuesEvent,2021-07-16 14:25:08,timo-cmd2/Icebear,https://api.github.com/repos/timo-cmd2/Icebear,closed,Feature request: Add builting domain-replication under the hood for a seamless experience,documentation enhancement,Todo.,1.0,Feature request: Add builting domain-replication under the hood for a seamless experience - Todo.,0,feature request add builting domain replication under the hood for a seamless experience todo ,0 +5082,12035322590.0,IssuesEvent,2020-04-13 17:40:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Broken Links,Pri3 architecture-center/svc cxp doc-enhancement triaged,"The links in the ""Related Resources"" section at the bottom of this page are all broken. +https://github.com/MicrosoftDocs/architecture-center/blob/master/docs/reference-architectures/data/enterprise-bi-adf.md +",1.0,"Broken Links - The links in the ""Related Resources"" section at the bottom of this page are all broken. +https://github.com/MicrosoftDocs/architecture-center/blob/master/docs/reference-architectures/data/enterprise-bi-adf.md +",1,broken links the links in the related resources section at the bottom of this page are all broken ,1 +156659,5972007426.0,IssuesEvent,2017-05-31 05:26:51,Gesh4o/TeamBuilder,https://api.github.com/repos/Gesh4o/TeamBuilder,closed,Join Button Does Not Disappear,bug priority: high,Join Team button does not disappear after requesting join on team.,1.0,Join Button Does Not Disappear - Join Team button does not disappear after requesting join on team.,0,join button does not disappear join team button does not disappear after requesting join on team ,0 +6652,14985306460.0,IssuesEvent,2021-01-28 19:47:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing icons,Pri2 architecture-center/svc assigned-to-author product-feedback triaged,"Hi! +Great that you make the icons available. However, I miss a few icons under Analytics such as Azure Data Factory and Azure Data Lake Storage gen 2. Will this be added to the zip? + +Complete list of services: +https://azure.microsoft.com/en-us/services/#analytics + +Thanks and Best Regards +Terje Vatle +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Missing icons - Hi! +Great that you make the icons available. However, I miss a few icons under Analytics such as Azure Data Factory and Azure Data Lake Storage gen 2. Will this be added to the zip? + +Complete list of services: +https://azure.microsoft.com/en-us/services/#analytics + +Thanks and Best Regards +Terje Vatle +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,missing icons hi great that you make the icons available however i miss a few icons under analytics such as azure data factory and azure data lake storage gen will this be added to the zip complete list of services thanks and best regards terje vatle document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +6640,14973245485.0,IssuesEvent,2021-01-28 00:37:46,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,icon issues,Pri2 architecture-center/svc assigned-to-author doc-enhancement triaged," +All I emailed the the CNE team but never heard anything back maybe this will get a quicker response: + +1) the icon for stretch db seems to be the old sql dw this is incorrect +Also note that the redis cached is likely mis-named (see attached) + +2) there isn't currently an icon for Azure Synapse pipelines using the Azure Data Factory icon is confusing and misleading so we desperately need a synapse pipelines icon + +3) there isn't an icon for the newly released Azure Purview service +4) there doesn't seem to be an ADLS gen2 storage icon this would be helpful +5) there is no azure databricks icon despite it being shown in the diagram + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"icon issues - +All I emailed the the CNE team but never heard anything back maybe this will get a quicker response: + +1) the icon for stretch db seems to be the old sql dw this is incorrect +Also note that the redis cached is likely mis-named (see attached) + +2) there isn't currently an icon for Azure Synapse pipelines using the Azure Data Factory icon is confusing and misleading so we desperately need a synapse pipelines icon + +3) there isn't an icon for the newly released Azure Purview service +4) there doesn't seem to be an ADLS gen2 storage icon this would be helpful +5) there is no azure databricks icon despite it being shown in the diagram + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,icon issues all i emailed the the cne team but never heard anything back maybe this will get a quicker response the icon for stretch db seems to be the old sql dw this is incorrect also note that the redis cached is likely mis named see attached there isn t currently an icon for azure synapse pipelines using the azure data factory icon is confusing and misleading so we desperately need a synapse pipelines icon there isn t an icon for the newly released azure purview service there doesn t seem to be an adls storage icon this would be helpful there is no azure databricks icon despite it being shown in the diagram document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +11125,28092664735.0,IssuesEvent,2023-03-30 13:59:16,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Zonal vs Zone Redundant List seems inaccurate,doc-bug assigned-to-author triaged product-question architecture-center/svc Pri2 azure-guide/subsvc,"The list of zonal (z) vs zone redundant(zr) seems inaccurate + +Example: AKs is listed as zonal, yet in when you deploy a AKS cluster you only select _1_ subnet and declare all the zones you want deployed to. This is a not a zone-isolated deployment. Instead a single subnet hosts a resource that spans multiple zones. To me this is ZR. If this were zonal, I should be passing a list of subnets to AKS, and each subnet should have a NATGW assigned to it to create a zonal promise. As of now, I can't self-architect the resiliency which is what I expect from a zonal deployment per the description. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Build solutions with Availability Zones - High Availability](https://docs.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/high-availability/building-solutions-for-high-availability.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Zonal vs Zone Redundant List seems inaccurate - The list of zonal (z) vs zone redundant(zr) seems inaccurate + +Example: AKs is listed as zonal, yet in when you deploy a AKS cluster you only select _1_ subnet and declare all the zones you want deployed to. This is a not a zone-isolated deployment. Instead a single subnet hosts a resource that spans multiple zones. To me this is ZR. If this were zonal, I should be passing a list of subnets to AKS, and each subnet should have a NATGW assigned to it to create a zonal promise. As of now, I can't self-architect the resiliency which is what I expect from a zonal deployment per the description. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Build solutions with Availability Zones - High Availability](https://docs.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/high-availability/building-solutions-for-high-availability.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,zonal vs zone redundant list seems inaccurate the list of zonal z vs zone redundant zr seems inaccurate example aks is listed as zonal yet in when you deploy a aks cluster you only select subnet and declare all the zones you want deployed to this is a not a zone isolated deployment instead a single subnet hosts a resource that spans multiple zones to me this is zr if this were zonal i should be passing a list of subnets to aks and each subnet should have a natgw assigned to it to create a zonal promise as of now i can t self architect the resiliency which is what i expect from a zonal deployment per the description document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias pnp ,1 +10613,27145971272.0,IssuesEvent,2023-02-16 20:00:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Article has broken links to Deployment Manager,doc-bug assigned-to-author triaged architecture-center/svc Pri2 design-pattern/subsvc,"This article has a number of links referencing Azure Deployment Manager. These links are broken and should be fixed or removed. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7d6e8b74-b3e5-8acd-f517-39d5137cffc4 +* Version Independent ID: e1d6ffde-14d9-8502-2ff2-7a8399de86dc +* Content: [Deployment Stamps pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/deployment-stamp) +* Content Source: [docs/patterns/deployment-stamp.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/deployment-stamp.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @johndowns +* Microsoft Alias: **pnp**",1.0,"Article has broken links to Deployment Manager - This article has a number of links referencing Azure Deployment Manager. These links are broken and should be fixed or removed. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7d6e8b74-b3e5-8acd-f517-39d5137cffc4 +* Version Independent ID: e1d6ffde-14d9-8502-2ff2-7a8399de86dc +* Content: [Deployment Stamps pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/deployment-stamp) +* Content Source: [docs/patterns/deployment-stamp.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/deployment-stamp.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @johndowns +* Microsoft Alias: **pnp**",1,article has broken links to deployment manager this article has a number of links referencing azure deployment manager these links are broken and should be fixed or removed document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login johndowns microsoft alias pnp ,1 +300783,22696117453.0,IssuesEvent,2022-07-05 06:13:54,RespiraWorks/Ventilator,https://api.github.com/repos/RespiraWorks/Ventilator,closed,Docs deployment should amend old commit,Bug Documentation Devops/CI,"**Current behaviour/situation** +Generated documentation deployment to `gh-pages` branch creates a new commit every time. + +**Expected state/behaviour** +Should squash (actually, amend) new commit into previous/initial commit. +Existing commits should be squashed. + +**How do you know it is wrong** +This is also contributing to repo bloat. The `gh-pages` branch is just the output, it is not supposed to keep a version history. Any historical snapshots of documentation will be captured in formal releases. + +**Starting points** +This project that I have worked on was doing this: +https://github.com/ess-dmsc/h5cpp/blob/master/Jenkinsfile +Although the job is in Jenkins, I am sure a similar script can be made for github workflows +",1.0,"Docs deployment should amend old commit - **Current behaviour/situation** +Generated documentation deployment to `gh-pages` branch creates a new commit every time. + +**Expected state/behaviour** +Should squash (actually, amend) new commit into previous/initial commit. +Existing commits should be squashed. + +**How do you know it is wrong** +This is also contributing to repo bloat. The `gh-pages` branch is just the output, it is not supposed to keep a version history. Any historical snapshots of documentation will be captured in formal releases. + +**Starting points** +This project that I have worked on was doing this: +https://github.com/ess-dmsc/h5cpp/blob/master/Jenkinsfile +Although the job is in Jenkins, I am sure a similar script can be made for github workflows +",0,docs deployment should amend old commit current behaviour situation generated documentation deployment to gh pages branch creates a new commit every time expected state behaviour should squash actually amend new commit into previous initial commit existing commits should be squashed how do you know it is wrong this is also contributing to repo bloat the gh pages branch is just the output it is not supposed to keep a version history any historical snapshots of documentation will be captured in formal releases starting points this project that i have worked on was doing this although the job is in jenkins i am sure a similar script can be made for github workflows ,0 +80244,3556033424.0,IssuesEvent,2016-01-22 01:44:50,mattwood1/zf1,https://api.github.com/repos/mattwood1/zf1,closed,Thumbnail scraper,bug Critical Priority,"PHP Warning: DOMXPath::evaluate(): Invalid expression in /srv/www/htdocs/zf/application/models/DomXPath.php on line 13 + +I guess xpath is missing.",1.0,"Thumbnail scraper - PHP Warning: DOMXPath::evaluate(): Invalid expression in /srv/www/htdocs/zf/application/models/DomXPath.php on line 13 + +I guess xpath is missing.",0,thumbnail scraper php warning domxpath evaluate invalid expression in srv www htdocs zf application models domxpath php on line i guess xpath is missing ,0 +10624,27167641560.0,IssuesEvent,2023-02-17 16:33:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Images are blurry and not clear enough ,assigned-to-author docs-experience triaged architecture-center/svc example-scenario/subsvc Pri2,"The Images provided in the [doc](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/teams/securing-bot-teams-channel) are blurry we cannot even zoom and see it through clearly . Especially +[securing-bot-image-011.png](https://github.com/MicrosoftDocs/architecture-center/blob/main/docs/example-scenario/teams/media/securing-bot-image-011.png) +[securing-bot-image-010.png](https://github.com/MicrosoftDocs/architecture-center/blob/main/docs/example-scenario/teams/media/securing-bot-image-010.png) +[securing-bot-image-009.png](https://github.com/MicrosoftDocs/architecture-center/blob/main/docs/example-scenario/teams/media/securing-bot-image-009.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 62849df7-a49c-f17e-6876-c3da5954789a +* Version Independent ID: a412df8a-f876-d501-6aec-5bc1f010deaa +* Content: [Secure your Microsoft Teams channel bot and web app behind a firewall - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/teams/securing-bot-teams-channel) +* Content Source: [docs/example-scenario/teams/securing-bot-teams-channel.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/teams/securing-bot-teams-channel.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @ajafry +* Microsoft Alias: **aljafry**",1.0,"Images are blurry and not clear enough - The Images provided in the [doc](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/teams/securing-bot-teams-channel) are blurry we cannot even zoom and see it through clearly . Especially +[securing-bot-image-011.png](https://github.com/MicrosoftDocs/architecture-center/blob/main/docs/example-scenario/teams/media/securing-bot-image-011.png) +[securing-bot-image-010.png](https://github.com/MicrosoftDocs/architecture-center/blob/main/docs/example-scenario/teams/media/securing-bot-image-010.png) +[securing-bot-image-009.png](https://github.com/MicrosoftDocs/architecture-center/blob/main/docs/example-scenario/teams/media/securing-bot-image-009.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 62849df7-a49c-f17e-6876-c3da5954789a +* Version Independent ID: a412df8a-f876-d501-6aec-5bc1f010deaa +* Content: [Secure your Microsoft Teams channel bot and web app behind a firewall - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/teams/securing-bot-teams-channel) +* Content Source: [docs/example-scenario/teams/securing-bot-teams-channel.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/teams/securing-bot-teams-channel.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @ajafry +* Microsoft Alias: **aljafry**",1,images are blurry and not clear enough the images provided in the are blurry we cannot even zoom and see it through clearly especially document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login ajafry microsoft alias aljafry ,1 +9713,25103781987.0,IssuesEvent,2022-11-08 15:17:50,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Consider adding WAF to this reference architecture,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri1," +The premise of this reference architecture is to be actionable guidance on secure connectivity, but Traffic Manager is resolving directly to App Service instances rather than using an Azure App Gateway in WAF mode or replacing Traffic Manager with Azure Front Door (WAF enabled). To better reflect how this scenario should be realized in the real world, please consider extending to include a WAF. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d0461064-5b0f-2722-c228-cc04aef150c9 +* Version Independent ID: 705b8a1a-787e-c09f-dff3-c25373743d1d +* Content: [Multi-region web app with private connectivity to database - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/sql-failover/app-service-private-sql-multi-region) +* Content Source: [docs/example-scenario/sql-failover/app-service-private-sql-multi-region.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/sql-failover/app-service-private-sql-multi-region.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @jelledruyts +* Microsoft Alias: **edprice**",1.0,"Consider adding WAF to this reference architecture - +The premise of this reference architecture is to be actionable guidance on secure connectivity, but Traffic Manager is resolving directly to App Service instances rather than using an Azure App Gateway in WAF mode or replacing Traffic Manager with Azure Front Door (WAF enabled). To better reflect how this scenario should be realized in the real world, please consider extending to include a WAF. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d0461064-5b0f-2722-c228-cc04aef150c9 +* Version Independent ID: 705b8a1a-787e-c09f-dff3-c25373743d1d +* Content: [Multi-region web app with private connectivity to database - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/sql-failover/app-service-private-sql-multi-region) +* Content Source: [docs/example-scenario/sql-failover/app-service-private-sql-multi-region.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/sql-failover/app-service-private-sql-multi-region.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @jelledruyts +* Microsoft Alias: **edprice**",1,consider adding waf to this reference architecture the premise of this reference architecture is to be actionable guidance on secure connectivity but traffic manager is resolving directly to app service instances rather than using an azure app gateway in waf mode or replacing traffic manager with azure front door waf enabled to better reflect how this scenario should be realized in the real world please consider extending to include a waf document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login jelledruyts microsoft alias edprice ,1 +7558,18244838700.0,IssuesEvent,2021-10-01 16:58:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Pricing tier doesn't match the subscription's billing model.,cxp triaged product-question architecture-center/svc reference-architecture/subsvc," +Unable execute: `az deployment group create --resource-group hub-spoke \ + --template-uri https://raw.githubusercontent.com/mspnp/samples/master/solutions/azure-hub-spoke/azuredeploy.json` + +I get this error message: + +```shell +$ az deployment group create --resource-group hub-spoke \ + --template-uri https://raw.githubusercontent.com/mspnp/samples/master/solutions/azure-hub-spoke/azuredeploy.json +Please provide string value for 'adminUserName' (? for help): admin +Please provide securestring value for 'adminPassword' (? for help): +{""status"":""Failed"",""error"":{""code"":""DeploymentFailed"",""message"":""At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details."",""details"":[{""code"":""BadRequest"",""message"":""{\r\n \""error\"": {\r\n \""code\"": \""BadRequest\"",\r\n \""message\"": \""Pricing tier doesn't match the subscription's billing model. Read http://aka.ms/PricingTierWarning for more details.\"",\r\n \""target\"": \""PricingTier\""\r\n }\r\n}""}]}} +``` + +Note: I was given a ~$200 ""Visual Studio Enterprise Subscription"" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",2.0,"Pricing tier doesn't match the subscription's billing model. - +Unable execute: `az deployment group create --resource-group hub-spoke \ + --template-uri https://raw.githubusercontent.com/mspnp/samples/master/solutions/azure-hub-spoke/azuredeploy.json` + +I get this error message: + +```shell +$ az deployment group create --resource-group hub-spoke \ + --template-uri https://raw.githubusercontent.com/mspnp/samples/master/solutions/azure-hub-spoke/azuredeploy.json +Please provide string value for 'adminUserName' (? for help): admin +Please provide securestring value for 'adminPassword' (? for help): +{""status"":""Failed"",""error"":{""code"":""DeploymentFailed"",""message"":""At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details."",""details"":[{""code"":""BadRequest"",""message"":""{\r\n \""error\"": {\r\n \""code\"": \""BadRequest\"",\r\n \""message\"": \""Pricing tier doesn't match the subscription's billing model. Read http://aka.ms/PricingTierWarning for more details.\"",\r\n \""target\"": \""PricingTier\""\r\n }\r\n}""}]}} +``` + +Note: I was given a ~$200 ""Visual Studio Enterprise Subscription"" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,pricing tier doesn t match the subscription s billing model unable execute az deployment group create resource group hub spoke template uri i get this error message shell az deployment group create resource group hub spoke template uri please provide string value for adminusername for help admin please provide securestring value for adminpassword for help status failed error code deploymentfailed message at least one resource deployment operation failed please list deployment operations for details please see for usage details details note i was given a visual studio enterprise subscription document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias pnp ,1 +132155,5171690796.0,IssuesEvent,2017-01-18 11:07:15,hpi-swt2/workshop-portal,https://api.github.com/repos/hpi-swt2/workshop-portal,closed,US_2.4.9: Application Show Buttons After Deadline,Medium Priority team-hendrik ui,"**As** +organiser + +**I want to** +stop users from editing their application after the deadline but want them to be able to still show it + +**Dependencies:** + +**Estimate:** + +**Acceptance Criteria:** +![meinebewerbungen](https://cloud.githubusercontent.com/assets/16731894/21685043/555a4bde-d360-11e6-8dd3-aba4e5e63f10.png) + +- [ ] before the deadline button under ""Meine Bewerbungen"" should state ""Bearbeiten"" +- [ ] after deadline button should say ""Anzeigen"" +- [ ] both should lead to the same page ",1.0,"US_2.4.9: Application Show Buttons After Deadline - **As** +organiser + +**I want to** +stop users from editing their application after the deadline but want them to be able to still show it + +**Dependencies:** + +**Estimate:** + +**Acceptance Criteria:** +![meinebewerbungen](https://cloud.githubusercontent.com/assets/16731894/21685043/555a4bde-d360-11e6-8dd3-aba4e5e63f10.png) + +- [ ] before the deadline button under ""Meine Bewerbungen"" should state ""Bearbeiten"" +- [ ] after deadline button should say ""Anzeigen"" +- [ ] both should lead to the same page ",0,us application show buttons after deadline as organiser i want to stop users from editing their application after the deadline but want them to be able to still show it dependencies estimate acceptance criteria before the deadline button under meine bewerbungen should state bearbeiten after deadline button should say anzeigen both should lead to the same page ,0 +159719,12488961301.0,IssuesEvent,2020-05-31 16:35:52,alastria/alastria-node,https://api.github.com/repos/alastria/alastria-node,closed,Start.sh clean seems to be executed without using a parameter,help wanted test-net,"Network: Arrakis +Node type: Regular +Node name: REG_SAP_2_4_00 +Geth version: 1.7.2-beta +OS & Version: Ubuntu 18.04.1 LTS + +#### Expected behavior +start.sh should only start the server without cleaning the whole server and initializing it new. At least, a prompt should ask the user if the server really should be wiped clean. + +#### Behavior obtained +Somehow, our server's config was deleted by calling the start.sh script (without any parameters). I've checked in the .bash_history and ./start.sh was never called with a parameter. + +#### Steps to reproduce the error +So far, I've not been able to reproduce it. I'm not familiar with shell scripts - could there be a race condition in which the clean script is automatically called? Maybe something to do with empty arguments or other external environment variables? +It also could be an Ubuntu 18 related error ... + +#### Workaround +I've commented out the cleanup code in start.sh in order not to have our server initialized again and again (syncing the currently 17+ Million blocks...).",1.0,"Start.sh clean seems to be executed without using a parameter - Network: Arrakis +Node type: Regular +Node name: REG_SAP_2_4_00 +Geth version: 1.7.2-beta +OS & Version: Ubuntu 18.04.1 LTS + +#### Expected behavior +start.sh should only start the server without cleaning the whole server and initializing it new. At least, a prompt should ask the user if the server really should be wiped clean. + +#### Behavior obtained +Somehow, our server's config was deleted by calling the start.sh script (without any parameters). I've checked in the .bash_history and ./start.sh was never called with a parameter. + +#### Steps to reproduce the error +So far, I've not been able to reproduce it. I'm not familiar with shell scripts - could there be a race condition in which the clean script is automatically called? Maybe something to do with empty arguments or other external environment variables? +It also could be an Ubuntu 18 related error ... + +#### Workaround +I've commented out the cleanup code in start.sh in order not to have our server initialized again and again (syncing the currently 17+ Million blocks...).",0,start sh clean seems to be executed without using a parameter network arrakis node type regular node name reg sap geth version beta os version ubuntu lts expected behavior start sh should only start the server without cleaning the whole server and initializing it new at least a prompt should ask the user if the server really should be wiped clean behavior obtained somehow our server s config was deleted by calling the start sh script without any parameters i ve checked in the bash history and start sh was never called with a parameter steps to reproduce the error so far i ve not been able to reproduce it i m not familiar with shell scripts could there be a race condition in which the clean script is automatically called maybe something to do with empty arguments or other external environment variables it also could be an ubuntu related error workaround i ve commented out the cleanup code in start sh in order not to have our server initialized again and again syncing the currently million blocks ,0 +637617,20673308596.0,IssuesEvent,2022-03-10 06:13:24,Fiserv/Support,https://api.github.com/repos/Fiserv/Support,closed,"Notes, Information and Warnings",enhancement devStudio Priority - Low,"**Is your feature request related to a problem? Please describe.** +All Notes, Information and Warnings have a same light-blue background color. + +**Describe the solution you'd like** +There should be different background color for Notes, Warnings and Information to differentiate them from each other. This update would enhance user experience of reading the documentation. + +**Describe alternatives you've considered** +n/a + +**Additional context** +Please refer the different background color codes and output of Stoplight application for your reference. +![image](https://user-images.githubusercontent.com/81968767/139449758-02481e3e-ac98-422f-b3c3-d74505a35097.png) + +![image](https://user-images.githubusercontent.com/81968767/139449811-832f5c31-bf28-45ed-b6ed-ba942f554636.png) + +Reference link: https://meta.stoplight.io/docs/studio/ZG9jOjg0-stoplight-flavored-markdown-smd + + +",1.0,"Notes, Information and Warnings - **Is your feature request related to a problem? Please describe.** +All Notes, Information and Warnings have a same light-blue background color. + +**Describe the solution you'd like** +There should be different background color for Notes, Warnings and Information to differentiate them from each other. This update would enhance user experience of reading the documentation. + +**Describe alternatives you've considered** +n/a + +**Additional context** +Please refer the different background color codes and output of Stoplight application for your reference. +![image](https://user-images.githubusercontent.com/81968767/139449758-02481e3e-ac98-422f-b3c3-d74505a35097.png) + +![image](https://user-images.githubusercontent.com/81968767/139449811-832f5c31-bf28-45ed-b6ed-ba942f554636.png) + +Reference link: https://meta.stoplight.io/docs/studio/ZG9jOjg0-stoplight-flavored-markdown-smd + + +",0,notes information and warnings is your feature request related to a problem please describe all notes information and warnings have a same light blue background color describe the solution you d like there should be different background color for notes warnings and information to differentiate them from each other this update would enhance user experience of reading the documentation describe alternatives you ve considered n a additional context please refer the different background color codes and output of stoplight application for your reference reference link recommended assign a feature on you right hand side you can set an assignees by clicking setting button next to it subscribe to a team at the end of your feature template please mention team you would like to subscribe for this issue for future updates you can mention teams in github example fiserv fiserv developer ,0 +10459,26992473992.0,IssuesEvent,2023-02-09 21:08:58,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Add numbers to diagram,assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri1,"there is a numerical listing below the diagram, it would be helpful if the diagram showed the numbers so that the text descriptions could be more easily correlated. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d2c472ec-9be4-6e0e-eac6-0236e2e1044a +* Version Independent ID: d2c472ec-9be4-6e0e-eac6-0236e2e1044a +* Content: [Network-hardened web app - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/security/hardened-web-app) +* Content Source: [docs/example-scenario/security/hardened-web-app.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/security/hardened-web-app.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @damaccar +* Microsoft Alias: **damaccar**",1.0,"Add numbers to diagram - there is a numerical listing below the diagram, it would be helpful if the diagram showed the numbers so that the text descriptions could be more easily correlated. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d2c472ec-9be4-6e0e-eac6-0236e2e1044a +* Version Independent ID: d2c472ec-9be4-6e0e-eac6-0236e2e1044a +* Content: [Network-hardened web app - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/security/hardened-web-app) +* Content Source: [docs/example-scenario/security/hardened-web-app.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/security/hardened-web-app.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @damaccar +* Microsoft Alias: **damaccar**",1,add numbers to diagram there is a numerical listing below the diagram it would be helpful if the diagram showed the numbers so that the text descriptions could be more easily correlated document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login damaccar microsoft alias damaccar ,1 +9513,24732919396.0,IssuesEvent,2022-10-20 19:13:57,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Would like to see implementation for Modern analytics architecture with Azure Databricks,doc-enhancement assigned-to-author triaged architecture-center/svc Pri3 solution-idea/subsvc,"Would like to see implementation for this reference architecture + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7254782d-e773-b542-73e8-f568d3bbee39 +* Version Independent ID: 40d81223-f8ea-2eec-616e-5f6ee28c8206 +* Content: [Modern analytics architecture with Azure Databricks - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/azure-databricks-modern-analytics-architecture) +* Content Source: [docs/solution-ideas/articles/azure-databricks-modern-analytics-architecture.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/azure-databricks-modern-analytics-architecture.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @kacummis +* Microsoft Alias: **kacummis**",1.0,"Would like to see implementation for Modern analytics architecture with Azure Databricks - Would like to see implementation for this reference architecture + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7254782d-e773-b542-73e8-f568d3bbee39 +* Version Independent ID: 40d81223-f8ea-2eec-616e-5f6ee28c8206 +* Content: [Modern analytics architecture with Azure Databricks - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/azure-databricks-modern-analytics-architecture) +* Content Source: [docs/solution-ideas/articles/azure-databricks-modern-analytics-architecture.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/azure-databricks-modern-analytics-architecture.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @kacummis +* Microsoft Alias: **kacummis**",1,would like to see implementation for modern analytics architecture with azure databricks would like to see implementation for this reference architecture document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login kacummis microsoft alias kacummis ,1 +72177,19060812036.0,IssuesEvent,2021-11-26 07:25:20,scipy/scipy,https://api.github.com/repos/scipy/scipy,closed,BUG: unable to install scipy on openBSD on RPi4,defect Build issues,"### Describe your issue. + +Using OpenBSD 7.0 on Raspberry 4. Unable to compile/install scipy. The main error I get: +``` +cc1:error: unkown value 'native' for `-march`. +cc1:note:valid arguments are armv8-a... +```` +Is aarch64/arm64 not a valid arch for scipy? If not, then how to specify that. + +### Reproducing Code Example + +```python +Not applicable +``` + + +### Error message + +```shell +cc1:error: unkown value 'native' for `-march`. +cc1:note:valid arguments are armv8-a... +```` +``` + + +### SciPy/NumPy/Python version information + +1.21.3 sys.version_info(major=3, minor=10, micro=0, releaselevel='final', serial=0)",1.0,"BUG: unable to install scipy on openBSD on RPi4 - ### Describe your issue. + +Using OpenBSD 7.0 on Raspberry 4. Unable to compile/install scipy. The main error I get: +``` +cc1:error: unkown value 'native' for `-march`. +cc1:note:valid arguments are armv8-a... +```` +Is aarch64/arm64 not a valid arch for scipy? If not, then how to specify that. + +### Reproducing Code Example + +```python +Not applicable +``` + + +### Error message + +```shell +cc1:error: unkown value 'native' for `-march`. +cc1:note:valid arguments are armv8-a... +```` +``` + + +### SciPy/NumPy/Python version information + +1.21.3 sys.version_info(major=3, minor=10, micro=0, releaselevel='final', serial=0)",0,bug unable to install scipy on openbsd on describe your issue using openbsd on raspberry unable to compile install scipy the main error i get error unkown value native for march note valid arguments are a is not a valid arch for scipy if not then how to specify that reproducing code example python not applicable error message shell error unkown value native for march note valid arguments are a scipy numpy python version information sys version info major minor micro releaselevel final serial ,0 +9711,25098496315.0,IssuesEvent,2022-11-08 11:58:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Typo?,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"In the ""Application Gateway before Firewall"" section, it says: + +This design is appropriate for applications that need to know incoming client source IP addresses, for example to serve geolocation-specific content or for logging. Azure Firewall SNATs the incoming traffic, changing the original source IP address. + +Then later, after the picture on step 3 it says: + +Azure Firewall doesn't SNAT the traffic, because the traffic is going to a private IP address. It forwards the traffic to the application VM if rules allow it. For more information, see [Azure Firewall SNAT](https://docs.microsoft.com/en-us/azure/firewall/snat-private-range). + +Just confused by this and wondering if the first section I put should read ""Web Application Gateway"" SNATs the incoming traffic rather than ""Azure Firewall"" + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bb4e04dc-fc84-e958-89a8-e144ed5564b0 +* Version Independent ID: 795ef2fa-a126-8ded-d75d-3eb8811f4a23 +* Content: [Firewall, App Gateway for virtual networks - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/gateway/firewall-application-gateway) +* Content Source: [docs/example-scenario/gateway/firewall-application-gateway.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/gateway/firewall-application-gateway.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @erjosito +* Microsoft Alias: **pnp**",1.0,"Typo? - In the ""Application Gateway before Firewall"" section, it says: + +This design is appropriate for applications that need to know incoming client source IP addresses, for example to serve geolocation-specific content or for logging. Azure Firewall SNATs the incoming traffic, changing the original source IP address. + +Then later, after the picture on step 3 it says: + +Azure Firewall doesn't SNAT the traffic, because the traffic is going to a private IP address. It forwards the traffic to the application VM if rules allow it. For more information, see [Azure Firewall SNAT](https://docs.microsoft.com/en-us/azure/firewall/snat-private-range). + +Just confused by this and wondering if the first section I put should read ""Web Application Gateway"" SNATs the incoming traffic rather than ""Azure Firewall"" + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bb4e04dc-fc84-e958-89a8-e144ed5564b0 +* Version Independent ID: 795ef2fa-a126-8ded-d75d-3eb8811f4a23 +* Content: [Firewall, App Gateway for virtual networks - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/gateway/firewall-application-gateway) +* Content Source: [docs/example-scenario/gateway/firewall-application-gateway.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/gateway/firewall-application-gateway.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @erjosito +* Microsoft Alias: **pnp**",1,typo in the application gateway before firewall section it says this design is appropriate for applications that need to know incoming client source ip addresses for example to serve geolocation specific content or for logging azure firewall snats the incoming traffic changing the original source ip address then later after the picture on step it says azure firewall doesn t snat the traffic because the traffic is going to a private ip address it forwards the traffic to the application vm if rules allow it for more information see just confused by this and wondering if the first section i put should read web application gateway snats the incoming traffic rather than azure firewall document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login erjosito microsoft alias pnp ,1 +9678,25018248264.0,IssuesEvent,2022-11-03 20:57:27,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Integrate AAD for the workload to be be updated with Azure AD Workload Identity,doc-bug assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +Integrate Azure Active Directory for the workload section should be updated as Pod Identity V1 will not GA, should be updated with Azure AD Workload Identity which is the new name for Pod Identity V2 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks#integrate-azure-active-directory-for-the-workload) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks/secure-baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",2.0,"Integrate AAD for the workload to be be updated with Azure AD Workload Identity - +Integrate Azure Active Directory for the workload section should be updated as Pod Identity V1 will not GA, should be updated with Azure AD Workload Identity which is the new name for Pod Identity V2 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks#integrate-azure-active-directory-for-the-workload) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks/secure-baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,integrate aad for the workload to be be updated with azure ad workload identity integrate azure active directory for the workload section should be updated as pod identity will not ga should be updated with azure ad workload identity which is the new name for pod identity document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias pnp ,1 +9633,24937232940.0,IssuesEvent,2022-10-31 16:00:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Diagram contains ""Web Front End"" instead of ""Back End""",doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc,"Logical diagram of Web-Queue-Worker contains ""Web Front End"" block. I think it should be ""Back End"" instead. + +Reasoning: +Let's say i have React on Frontend, Golang on Backend. +According to the diagram i should open connection to Database directly from Frontend(React). Doesn't sound good to me. +At the same time, connection to DB from Backend(Golang) is perfectly OK. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 495b2ac1-3a9c-d1db-2b46-bbfbd0a4b538 +* Version Independent ID: 2f6008fa-9b45-6ce1-13b5-74f82550f715 +* Content: [Web-Queue-Worker architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/web-queue-worker) +* Content Source: [docs/guide/architecture-styles/web-queue-worker.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/architecture-styles/web-queue-worker.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Diagram contains ""Web Front End"" instead of ""Back End"" - Logical diagram of Web-Queue-Worker contains ""Web Front End"" block. I think it should be ""Back End"" instead. + +Reasoning: +Let's say i have React on Frontend, Golang on Backend. +According to the diagram i should open connection to Database directly from Frontend(React). Doesn't sound good to me. +At the same time, connection to DB from Backend(Golang) is perfectly OK. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 495b2ac1-3a9c-d1db-2b46-bbfbd0a4b538 +* Version Independent ID: 2f6008fa-9b45-6ce1-13b5-74f82550f715 +* Content: [Web-Queue-Worker architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/web-queue-worker) +* Content Source: [docs/guide/architecture-styles/web-queue-worker.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/architecture-styles/web-queue-worker.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,diagram contains web front end instead of back end logical diagram of web queue worker contains web front end block i think it should be back end instead reasoning let s say i have react on frontend golang on backend according to the diagram i should open connection to database directly from frontend react doesn t sound good to me at the same time connection to db from backend golang is perfectly ok document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login microsoft alias pnp ,1 +135535,11010272963.0,IssuesEvent,2019-12-04 14:18:42,GetTerminus/terminus-ui,https://api.github.com/repos/GetTerminus/terminus-ui,opened,FileUpload: Fix incorrect spelling `TsFileImageDimensionContraint`,:boom: BREAKING CHANGE :boom: Focus: component Goal: Library Stabilization Target: latest Type: bug,"Change `TsFileImageDimensionContraint` to `TsFileImageDimensionConstraint` + +NOTE: Engage is not using this currently.",1.0,"FileUpload: Fix incorrect spelling `TsFileImageDimensionContraint` - Change `TsFileImageDimensionContraint` to `TsFileImageDimensionConstraint` + +NOTE: Engage is not using this currently.",0,fileupload fix incorrect spelling tsfileimagedimensioncontraint change tsfileimagedimensioncontraint to tsfileimagedimensionconstraint note engage is not using this currently ,0 +3891,10239962435.0,IssuesEvent,2019-08-19 19:35:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure Notebooks,architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"Would be good to include a reference to Azure Notebooks on this page. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d0bdc71b-0a54-4cc4-1b79-f60e274e9a51 +* Version Independent ID: 1783570c-3545-71c8-72d3-d5657f77c070 +* Content: [Choosing a machine learning technology](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/data-science-and-machine-learning?toc=%2Fen-us%2Fazure%2Fmachine-learning%2Ftoc.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json) +* Content Source: [docs/data-guide/technology-choices/data-science-and-machine-learning.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/data-science-and-machine-learning.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"Azure Notebooks - Would be good to include a reference to Azure Notebooks on this page. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d0bdc71b-0a54-4cc4-1b79-f60e274e9a51 +* Version Independent ID: 1783570c-3545-71c8-72d3-d5657f77c070 +* Content: [Choosing a machine learning technology](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/data-science-and-machine-learning?toc=%2Fen-us%2Fazure%2Fmachine-learning%2Ftoc.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json) +* Content Source: [docs/data-guide/technology-choices/data-science-and-machine-learning.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/data-science-and-machine-learning.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,azure notebooks would be good to include a reference to azure notebooks on this page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login mikewasson microsoft alias pnp ,1 +10682,27289859892.0,IssuesEvent,2023-02-23 15:53:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,script not working,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"The script above does not actually work in most circumstances. I've made a new version that correctly rebuilds peerings and also handles multiple peerings on a network, and can hence be used on the hub of a hub and spoke network. + + + +Feel free to clean up the +[add-addrspacewithpeering.txt](https://github.com/MicrosoftDocs/architecture-center/files/7227980/add-addrspacewithpeering.txt) +code... I'm not an expert with powershell. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 636aa53e-3ca0-7a30-fe16-7219f3e8d1a9 +* Version Independent ID: c503b39a-cd8a-669a-0882-27d8c13d3570 +* Content: [Add IP address spaces to peered virtual networks - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/networking/prefixes/add-ip-space-peered-vnet) +* Content Source: [docs/networking/prefixes/add-ip-space-peered-vnet.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/networking/prefixes/add-ip-space-peered-vnet.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @randycampbell +* Microsoft Alias: **pnp**",1.0,"script not working - The script above does not actually work in most circumstances. I've made a new version that correctly rebuilds peerings and also handles multiple peerings on a network, and can hence be used on the hub of a hub and spoke network. + + + +Feel free to clean up the +[add-addrspacewithpeering.txt](https://github.com/MicrosoftDocs/architecture-center/files/7227980/add-addrspacewithpeering.txt) +code... I'm not an expert with powershell. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 636aa53e-3ca0-7a30-fe16-7219f3e8d1a9 +* Version Independent ID: c503b39a-cd8a-669a-0882-27d8c13d3570 +* Content: [Add IP address spaces to peered virtual networks - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/networking/prefixes/add-ip-space-peered-vnet) +* Content Source: [docs/networking/prefixes/add-ip-space-peered-vnet.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/networking/prefixes/add-ip-space-peered-vnet.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @randycampbell +* Microsoft Alias: **pnp**",1,script not working the script above does not actually work in most circumstances i ve made a new version that correctly rebuilds peerings and also handles multiple peerings on a network and can hence be used on the hub of a hub and spoke network feel free to clean up the code i m not an expert with powershell document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login randycampbell microsoft alias pnp ,1 +9571,24845905143.0,IssuesEvent,2022-10-26 15:51:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Dead link to scripts,doc-bug assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2," +There is a link on page 30 of **Managing Microsoft 365 in true DevOps style with Microsoft365Dsc and Azure DevOps** to [https://microsoft365dsc.com/Pages/Resources/Whitepapers/M365Automation.zip](https://microsoft365dsc.com/Pages/Resources/Whitepapers/M365Automation.zip) which now returns a 404. It is not possible to complete the following steps in the solution without these files. + +Thanks. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d5235541-bce4-2057-81c0-0557fe8a196a +* Version Independent ID: d5235541-bce4-2057-81c0-0557fe8a196a +* Content: [Manage Microsoft 365 tenant configuration with Azure DevOps - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/devops/manage-microsoft-365-tenant-configuration-microsoft365dsc-devops) +* Content Source: [docs/example-scenario/devops/manage-microsoft-365-tenant-configuration-microsoft365dsc-devops.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/devops/manage-microsoft-365-tenant-configuration-microsoft365dsc-devops.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @desmay +* Microsoft Alias: **desmay**",1.0,"Dead link to scripts - +There is a link on page 30 of **Managing Microsoft 365 in true DevOps style with Microsoft365Dsc and Azure DevOps** to [https://microsoft365dsc.com/Pages/Resources/Whitepapers/M365Automation.zip](https://microsoft365dsc.com/Pages/Resources/Whitepapers/M365Automation.zip) which now returns a 404. It is not possible to complete the following steps in the solution without these files. + +Thanks. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d5235541-bce4-2057-81c0-0557fe8a196a +* Version Independent ID: d5235541-bce4-2057-81c0-0557fe8a196a +* Content: [Manage Microsoft 365 tenant configuration with Azure DevOps - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/devops/manage-microsoft-365-tenant-configuration-microsoft365dsc-devops) +* Content Source: [docs/example-scenario/devops/manage-microsoft-365-tenant-configuration-microsoft365dsc-devops.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/devops/manage-microsoft-365-tenant-configuration-microsoft365dsc-devops.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @desmay +* Microsoft Alias: **desmay**",1,dead link to scripts there is a link on page of managing microsoft in true devops style with and azure devops to which now returns a it is not possible to complete the following steps in the solution without these files thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login desmay microsoft alias desmay ,1 +798069,28215142079.0,IssuesEvent,2023-04-05 08:24:25,jj248/RealmsInExile,https://api.github.com/repos/jj248/RealmsInExile,closed,Reforming faith causes CTD,bug priority: low,"I wanted to reform my faith and clicked the warmonger pillar, and the game instantly crashed to desktop.",1.0,"Reforming faith causes CTD - I wanted to reform my faith and clicked the warmonger pillar, and the game instantly crashed to desktop.",0,reforming faith causes ctd i wanted to reform my faith and clicked the warmonger pillar and the game instantly crashed to desktop ,0 +17296,10679419047.0,IssuesEvent,2019-10-21 19:14:05,cityofaustin/atd-geospatial,https://api.github.com/repos/cityofaustin/atd-geospatial,closed,Traffic Camera Prioritization Web Map Basemap Update,Impact: 3-Minor Service: Geo Type: Data Workgroup: AMD,"The Web Map was still accessing an old http basemap which was breaking the Web Map. Updated it to a new version, checked the map, now working properly.",1.0,"Traffic Camera Prioritization Web Map Basemap Update - The Web Map was still accessing an old http basemap which was breaking the Web Map. Updated it to a new version, checked the map, now working properly.",0,traffic camera prioritization web map basemap update the web map was still accessing an old http basemap which was breaking the web map updated it to a new version checked the map now working properly ,0 +484072,13933655667.0,IssuesEvent,2020-10-22 08:59:36,BlockResearchGroup/compas_ags,https://api.github.com/repos/BlockResearchGroup/compas_ags,closed,show message/warning when angle deviations are present,Priority: High bug enhancement,"Hi, this is a feature request for somehow showing the user that angle deviations are present in the design. This may be useful specially for not so experienced users. Here is an example, I modified (purposely wrong) the Force Diagram while keeping the bottom chord constrained. The 2 diagrams are of course not reciprocal since edge 18 can not move its inclination: + + + +I was imagining some mechanism like RhinoVAULT that shows the diagram in red when it is not in horizontal equilibrium. However, since we do quite a lot of red/blue, painting the diagram in red may be bad... So up to discussion here about the best way to do that... + +Thanks +",1.0,"show message/warning when angle deviations are present - Hi, this is a feature request for somehow showing the user that angle deviations are present in the design. This may be useful specially for not so experienced users. Here is an example, I modified (purposely wrong) the Force Diagram while keeping the bottom chord constrained. The 2 diagrams are of course not reciprocal since edge 18 can not move its inclination: + + + +I was imagining some mechanism like RhinoVAULT that shows the diagram in red when it is not in horizontal equilibrium. However, since we do quite a lot of red/blue, painting the diagram in red may be bad... So up to discussion here about the best way to do that... + +Thanks +",0,show message warning when angle deviations are present hi this is a feature request for somehow showing the user that angle deviations are present in the design this may be useful specially for not so experienced users here is an example i modified purposely wrong the force diagram while keeping the bottom chord constrained the diagrams are of course not reciprocal since edge can not move its inclination img width alt image src i was imagining some mechanism like rhinovault that shows the diagram in red when it is not in horizontal equilibrium however since we do quite a lot of red blue painting the diagram in red may be bad so up to discussion here about the best way to do that thanks ,0 +203891,7077952764.0,IssuesEvent,2018-01-10 00:39:36,google/google-api-java-client,https://api.github.com/repos/google/google-api-java-client,closed,Google Analytics Data Export API command-line sample,2–5 stars Type-Sample imported priority: p2,"_From [mtin...@zawya.com](https://code.google.com/u/112868980766119318265/) on June 24, 2011 02:06:46_ + +Which Google API and version (e.g. Google Calendar Data API version 2)? Google Analytics API What format (e.g. JSON, Atom)? Atom What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin )? ClientLogin Java environment (e.g. Java 6, Android 2.3, App Engine 1.4.2)? Java 6 External references, such as API reference guide? Please provide any additional information below. + +_Original issue: http://code.google.com/p/google-api-java-client/issues/detail?id=239_ +",1.0,"Google Analytics Data Export API command-line sample - _From [mtin...@zawya.com](https://code.google.com/u/112868980766119318265/) on June 24, 2011 02:06:46_ + +Which Google API and version (e.g. Google Calendar Data API version 2)? Google Analytics API What format (e.g. JSON, Atom)? Atom What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin )? ClientLogin Java environment (e.g. Java 6, Android 2.3, App Engine 1.4.2)? Java 6 External references, such as API reference guide? Please provide any additional information below. + +_Original issue: http://code.google.com/p/google-api-java-client/issues/detail?id=239_ +",0,google analytics data export api command line sample from on june which google api and version e g google calendar data api version google analytics api what format e g json atom atom what authentation e g oauth oauth android clientlogin clientlogin java environment e g java android app engine java external references such as api reference guide please provide any additional information below original issue ,0 +10089,26224074362.0,IssuesEvent,2023-01-04 17:03:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Please expand,doc-enhancement assigned-to-author docs-experience triaged architecture-center/svc Pri3 solution-idea/subsvc,"Great reference material, those of us in HIM would benefit greatly from more information, such as potential use cases, alternative services, implementation considerations, or pricing guidance. + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b8be93cf-da00-d500-09fa-85388e8e9c4e +* Version Independent ID: abf64496-ef01-7b90-4819-8236621bde94 +* Content: [Population health management for healthcare - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/population-health-management-for-healthcare) +* Content Source: [docs/solution-ideas/articles/population-health-management-for-healthcare.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/population-health-management-for-healthcare.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @krisbock +* Microsoft Alias: **pnp**",1.0,"Please expand - Great reference material, those of us in HIM would benefit greatly from more information, such as potential use cases, alternative services, implementation considerations, or pricing guidance. + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b8be93cf-da00-d500-09fa-85388e8e9c4e +* Version Independent ID: abf64496-ef01-7b90-4819-8236621bde94 +* Content: [Population health management for healthcare - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/population-health-management-for-healthcare) +* Content Source: [docs/solution-ideas/articles/population-health-management-for-healthcare.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/population-health-management-for-healthcare.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @krisbock +* Microsoft Alias: **pnp**",1,please expand great reference material those of us in him would benefit greatly from more information such as potential use cases alternative services implementation considerations or pricing guidance document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login krisbock microsoft alias pnp ,1 +10364,26838457841.0,IssuesEvent,2023-02-02 21:40:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Association table between ResourceType and icon,doc-enhancement cxp triaged architecture-center/svc Pri2,"Hello, + +It's a great set of icons. Is there the possibility to add a CSV file with the association between ResourceType and icon? For example: + +` +Microsoft.Compute/virtualMachines;icon-xxx.svg +` + +I am trying to make a custom data representation exported from Azure and I would love to automatic connect resources with the corresponding icons. + +Thank you 🎈 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Association table between ResourceType and icon - Hello, + +It's a great set of icons. Is there the possibility to add a CSV file with the association between ResourceType and icon? For example: + +` +Microsoft.Compute/virtualMachines;icon-xxx.svg +` + +I am trying to make a custom data representation exported from Azure and I would love to automatic connect resources with the corresponding icons. + +Thank you 🎈 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,association table between resourcetype and icon hello it s a great set of icons is there the possibility to add a csv file with the association between resourcetype and icon for example microsoft compute virtualmachines icon xxx svg i am trying to make a custom data representation exported from azure and i would love to automatic connect resources with the corresponding icons thank you 🎈 document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login edprice msft microsoft alias pnp ,1 +319277,9741476022.0,IssuesEvent,2019-06-02 08:55:36,phetsims/gravity-force-lab-basics,https://api.github.com/repos/phetsims/gravity-force-lab-basics,closed,Redesign - Remove on focus listener that changes aria-valuetext on position sliders,dev:a11y priority:1-top status:ready-for-review,"Because of a lack of support discovered as part of https://github.com/phetsims/gravity-force-lab-basics/issues/119 and https://github.com/phetsims/a11y-research/issues/138 + +From talking with @terracoda during our meeting tonight: + +**Possible option 1:** +Only provide ""left/right side of track"" a single time immediately after other landmarks like ""last stop"" and ""track end"". Also we can make sure ""left/right side of track"" is announced on startup position AND after a Reset. This way we don't have too many updates happening all the time. + +**Possible option 2:** +Provide no references to ""left/right side of track"" . + +In both options we will also move the ""close/farther"" progress phrases to `aria-live` alerts rather than providing it in `aria-valuetext`. + +Assigning to @terracoda to decide what she would like from the design. We were liking option 1 during the meeting. + +May 1 & 2: Edited content for clarity.",1.0,"Redesign - Remove on focus listener that changes aria-valuetext on position sliders - Because of a lack of support discovered as part of https://github.com/phetsims/gravity-force-lab-basics/issues/119 and https://github.com/phetsims/a11y-research/issues/138 + +From talking with @terracoda during our meeting tonight: + +**Possible option 1:** +Only provide ""left/right side of track"" a single time immediately after other landmarks like ""last stop"" and ""track end"". Also we can make sure ""left/right side of track"" is announced on startup position AND after a Reset. This way we don't have too many updates happening all the time. + +**Possible option 2:** +Provide no references to ""left/right side of track"" . + +In both options we will also move the ""close/farther"" progress phrases to `aria-live` alerts rather than providing it in `aria-valuetext`. + +Assigning to @terracoda to decide what she would like from the design. We were liking option 1 during the meeting. + +May 1 & 2: Edited content for clarity.",0,redesign remove on focus listener that changes aria valuetext on position sliders because of a lack of support discovered as part of and from talking with terracoda during our meeting tonight possible option only provide left right side of track a single time immediately after other landmarks like last stop and track end also we can make sure left right side of track is announced on startup position and after a reset this way we don t have too many updates happening all the time possible option provide no references to left right side of track in both options we will also move the close farther progress phrases to aria live alerts rather than providing it in aria valuetext assigning to terracoda to decide what she would like from the design we were liking option during the meeting may edited content for clarity ,0 +6144,13783219453.0,IssuesEvent,2020-10-08 18:51:58,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Typo in doc,Pri2 architecture-center/svc cxp doc-bug reference-architecture/subsvc triaged," +There is a typo here: + +“Access to the Azure Database workspace is controlled using the administrator console.“ + +Should be: + +“Access to the Azure Databricks workspace is controlled using the administrator console.“ + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 42385d9e-bf16-c83f-4cc4-bc7819b7c72a +* Version Independent ID: 8ff90608-83ab-fe3f-c01a-5e4e288f28fc +* Content: [Stream processing with Azure Databricks - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/stream-processing-databricks) +* Content Source: [docs/reference-architectures/data/stream-processing-databricks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/data/stream-processing-databricks.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",2.0,"Typo in doc - +There is a typo here: + +“Access to the Azure Database workspace is controlled using the administrator console.“ + +Should be: + +“Access to the Azure Databricks workspace is controlled using the administrator console.“ + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 42385d9e-bf16-c83f-4cc4-bc7819b7c72a +* Version Independent ID: 8ff90608-83ab-fe3f-c01a-5e4e288f28fc +* Content: [Stream processing with Azure Databricks - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/stream-processing-databricks) +* Content Source: [docs/reference-architectures/data/stream-processing-databricks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/data/stream-processing-databricks.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1,typo in doc there is a typo here “access to the azure database workspace is controlled using the administrator console “ should be “access to the azure databricks workspace is controlled using the administrator console “ document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +496227,14343307686.0,IssuesEvent,2020-11-28 08:39:22,mozilla/addons,https://api.github.com/repos/mozilla/addons,closed,Make the addon search smarter,component: search priority: p5 state: stale,"uBlock origins shouldn't show up first when I type ""to do list"" on the addon search bar, even if the word ""list"" is in uBlock's description. + +Please make it smarter, and thanks for all the good work! +",1.0,"Make the addon search smarter - uBlock origins shouldn't show up first when I type ""to do list"" on the addon search bar, even if the word ""list"" is in uBlock's description. + +Please make it smarter, and thanks for all the good work! +",0,make the addon search smarter ublock origins shouldn t show up first when i type to do list on the addon search bar even if the word list is in ublock s description please make it smarter and thanks for all the good work ,0 +7293,17360898509.0,IssuesEvent,2021-07-29 20:27:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,typo of content,Pri1 architecture-center/svc assigned-to-author doc-bug triaged well-architected/subsvc,"[Enter feedback here] +Mean Time Between Failures (MTBF) — The average time between failures of a particular component. +duplicated sentence in ""Availability targets"" section of the article. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 60422eab-f284-4d0f-a856-3910e017b89b +* Version Independent ID: 05eebcc2-4193-def3-ee98-ae98e9729263 +* Content: [Target and non-functional requirements - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/resiliency/design-requirements) +* Content Source: [docs/framework/resiliency/design-requirements.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/resiliency/design-requirements.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @v-aangie +* Microsoft Alias: **pnp**",1.0,"typo of content - [Enter feedback here] +Mean Time Between Failures (MTBF) — The average time between failures of a particular component. +duplicated sentence in ""Availability targets"" section of the article. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 60422eab-f284-4d0f-a856-3910e017b89b +* Version Independent ID: 05eebcc2-4193-def3-ee98-ae98e9729263 +* Content: [Target and non-functional requirements - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/resiliency/design-requirements) +* Content Source: [docs/framework/resiliency/design-requirements.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/resiliency/design-requirements.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @v-aangie +* Microsoft Alias: **pnp**",1,typo of content mean time between failures mtbf — the average time between failures of a particular component duplicated sentence in availability targets section of the article document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login v aangie microsoft alias pnp ,1 +184739,32037966280.0,IssuesEvent,2023-09-22 16:49:18,activist-org/activist,https://api.github.com/repos/activist-org/activist,opened,Documentation card component,feature help wanted good first issue design,"### Terms + +- [X] I have searched [open and closed feature requests](https://github.com/activist-org/activist/issues?q=is%3Aissue+label%3Afeature) +- [X] I agree to follow activist's [Code of Conduct](https://github.com/activist-org/activist/blob/main/.github/CODE_OF_CONDUCT.md) + +### Description + +This issue would focus on creating a card for index documentation pages like those to be worked on in #33 #35 and #42. The designs for this component can be seen [on the Figma](https://www.figma.com/file/I9McFfaLu1RiiWp5IP3YjE/activist_public_designs?type=design&node-id=6340%3A449&mode=design&t=QtIT1amRX0lQy9zG-1) and further can be seen below: + +![Docs Card](https://github.com/activist-org/activist/assets/24387426/ace2d9ed-5580-4cbb-b48f-061905b07943) + +This component would hav various props including an image, a title and a short description. It would also be reactive to its contents. + +### Contribution + +This is going to be a part of a team for the 23/9/23 Code Night 🌙 that will try to finalize our documentation pages 🚀 #33 #35 and #42 will also be included, as well as a grid component. This component is a `good first issue` and could be worked on by someone who's new to the community :blush: Happy to support!",1.0,"Documentation card component - ### Terms + +- [X] I have searched [open and closed feature requests](https://github.com/activist-org/activist/issues?q=is%3Aissue+label%3Afeature) +- [X] I agree to follow activist's [Code of Conduct](https://github.com/activist-org/activist/blob/main/.github/CODE_OF_CONDUCT.md) + +### Description + +This issue would focus on creating a card for index documentation pages like those to be worked on in #33 #35 and #42. The designs for this component can be seen [on the Figma](https://www.figma.com/file/I9McFfaLu1RiiWp5IP3YjE/activist_public_designs?type=design&node-id=6340%3A449&mode=design&t=QtIT1amRX0lQy9zG-1) and further can be seen below: + +![Docs Card](https://github.com/activist-org/activist/assets/24387426/ace2d9ed-5580-4cbb-b48f-061905b07943) + +This component would hav various props including an image, a title and a short description. It would also be reactive to its contents. + +### Contribution + +This is going to be a part of a team for the 23/9/23 Code Night 🌙 that will try to finalize our documentation pages 🚀 #33 #35 and #42 will also be included, as well as a grid component. This component is a `good first issue` and could be worked on by someone who's new to the community :blush: Happy to support!",0,documentation card component terms i have searched i agree to follow activist s description this issue would focus on creating a card for index documentation pages like those to be worked on in and the designs for this component can be seen and further can be seen below this component would hav various props including an image a title and a short description it would also be reactive to its contents contribution this is going to be a part of a team for the code night 🌙 that will try to finalize our documentation pages 🚀 and will also be included as well as a grid component this component is a good first issue and could be worked on by someone who s new to the community blush happy to support ,0 +10356,26833000541.0,IssuesEvent,2023-02-02 17:16:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,IoT scenario should use IoT Hub or IoT Central,assigned-to-author docs-experience triaged architecture-center/svc Pri2 solution-idea/subsvc,"It is called out in the below that one of the use cases is IoT, instead of landing IoT telemetry to event hub, we should use IoT Hub or IoT central. +https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b4bb287-fa40-af1d-0af9-e8bc30cfb33e +* Version Independent ID: 12ab4c06-2e95-bb73-f62a-2d1eb79bc735 +* Content: [Real-time analytics on big data architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics) +* Content Source: [docs/solution-ideas/articles/real-time-analytics.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/real-time-analytics.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"IoT scenario should use IoT Hub or IoT Central - It is called out in the below that one of the use cases is IoT, instead of landing IoT telemetry to event hub, we should use IoT Hub or IoT central. +https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b4bb287-fa40-af1d-0af9-e8bc30cfb33e +* Version Independent ID: 12ab4c06-2e95-bb73-f62a-2d1eb79bc735 +* Content: [Real-time analytics on big data architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics) +* Content Source: [docs/solution-ideas/articles/real-time-analytics.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/real-time-analytics.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,iot scenario should use iot hub or iot central it is called out in the below that one of the use cases is iot instead of landing iot telemetry to event hub we should use iot hub or iot central document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias pnp ,1 +219997,16860400819.0,IssuesEvent,2021-06-21 12:21:03,self-host/self-host,https://api.github.com/repos/self-host/self-host,opened,"Add a ""recording"" of how to deploy the system using Docker ",documentation,"https://asciinema.org/ + +From a clean docker installation to a working environment. + +Pretty much a recorded version of; https://github.com/self-host/self-host/blob/main/docs/test_deployment.md",1.0,"Add a ""recording"" of how to deploy the system using Docker - https://asciinema.org/ + +From a clean docker installation to a working environment. + +Pretty much a recorded version of; https://github.com/self-host/self-host/blob/main/docs/test_deployment.md",0,add a recording of how to deploy the system using docker from a clean docker installation to a working environment pretty much a recorded version of ,0 +190776,15255994085.0,IssuesEvent,2021-02-20 18:19:28,OpenMined/KotlinSyft,https://api.github.com/repos/OpenMined/KotlinSyft,opened,How do I open this project in Android Studio?,Type: Documentation :books:,"## Where? +Where are you looking to add documentation? Which file? Which feature? +Getting started using Android Studio +## Who? +Who is your audience for this documentation issue? +Developers +## What? +Describe what you would like this documentation to accomplish. +Simple steps for beginners +## Additional Context +Add any other context about the problem here. +",1.0,"How do I open this project in Android Studio? - ## Where? +Where are you looking to add documentation? Which file? Which feature? +Getting started using Android Studio +## Who? +Who is your audience for this documentation issue? +Developers +## What? +Describe what you would like this documentation to accomplish. +Simple steps for beginners +## Additional Context +Add any other context about the problem here. +",0,how do i open this project in android studio where where are you looking to add documentation which file which feature getting started using android studio who who is your audience for this documentation issue developers what describe what you would like this documentation to accomplish simple steps for beginners additional context add any other context about the problem here ,0 +33196,4817926321.0,IssuesEvent,2016-11-04 15:03:29,uProxy/uproxy,https://api.github.com/repos/uProxy/uproxy,closed,Add tests for sending invalid Socks requests to RtcToNet.,C:SOCKS C:Testing P3 T:Obsolete,"The current integration tests only cover valid commands sent to RtcToNet. We should also have tests that check what happens if you send invalid Socks commands, or invalid Request messages generally, to verify that the server reports the expected error in this case. +",1.0,"Add tests for sending invalid Socks requests to RtcToNet. - The current integration tests only cover valid commands sent to RtcToNet. We should also have tests that check what happens if you send invalid Socks commands, or invalid Request messages generally, to verify that the server reports the expected error in this case. +",0,add tests for sending invalid socks requests to rtctonet the current integration tests only cover valid commands sent to rtctonet we should also have tests that check what happens if you send invalid socks commands or invalid request messages generally to verify that the server reports the expected error in this case ,0 +188414,22046399707.0,IssuesEvent,2022-05-30 02:33:38,scottstientjes/rtdlive,https://api.github.com/repos/scottstientjes/rtdlive,opened,CVE-2020-15366 (Medium) detected in ajv-6.11.0.tgz,security vulnerability,"## CVE-2020-15366 - Medium Severity Vulnerability +
Vulnerable Library - ajv-6.11.0.tgz

+ +

Another JSON Schema Validator

+

Library home page: https://registry.npmjs.org/ajv/-/ajv-6.11.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/ajv/package.json

+

+ +Dependency Hierarchy: + - request-2.88.0.tgz (Root Library) + - har-validator-5.1.3.tgz + - :x: **ajv-6.11.0.tgz** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.) + +

Publish Date: 2020-07-15 +

URL: CVE-2020-15366

+

+
+

+
CVSS 3 Score Details (5.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: Low + - Availability Impact: Low +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/ajv-validator/ajv/releases/tag/v6.12.3

+

Release Date: 2020-07-15

+

Fix Resolution (ajv): 6.12.3

+

Direct dependency fix Resolution (request): 2.88.2

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2020-15366 (Medium) detected in ajv-6.11.0.tgz - ## CVE-2020-15366 - Medium Severity Vulnerability +
Vulnerable Library - ajv-6.11.0.tgz

+ +

Another JSON Schema Validator

+

Library home page: https://registry.npmjs.org/ajv/-/ajv-6.11.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/ajv/package.json

+

+ +Dependency Hierarchy: + - request-2.88.0.tgz (Root Library) + - har-validator-5.1.3.tgz + - :x: **ajv-6.11.0.tgz** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.) + +

Publish Date: 2020-07-15 +

URL: CVE-2020-15366

+

+
+

+
CVSS 3 Score Details (5.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: Low + - Availability Impact: Low +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/ajv-validator/ajv/releases/tag/v6.12.3

+

Release Date: 2020-07-15

+

Fix Resolution (ajv): 6.12.3

+

Direct dependency fix Resolution (request): 2.88.2

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in ajv tgz cve medium severity vulnerability vulnerable library ajv tgz another json schema validator library home page a href path to dependency file package json path to vulnerable library node modules ajv package json dependency hierarchy request tgz root library har validator tgz x ajv tgz vulnerable library vulnerability details an issue was discovered in ajv validate in ajv aka another json schema validator a carefully crafted json schema could be provided that allows execution of other code by prototype pollution while untrusted schemas are recommended against the worst case of an untrusted schema should be a denial of service not execution of code publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution ajv direct dependency fix resolution request step up your open source security game with mend ,0 +9770,25166929730.0,IssuesEvent,2022-11-10 21:48:17,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Proposed graphic and text updates Dev/Test for SAP,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"Hi! +Arnt de Gier here, TME for Azure NetApp Files with NetApp. +I have the following suggestions for updating this article: +In the architecture diagram, add a Azure NetApp Files icon to designate that Azure NetApp Files is a viable and valid storage option for the Spoke virtual machine. See the attached example file for a proposed placement of the ANF icon. Please either implement this change or send me or share with me the original graphic and I can insert the ANF icon for you and return the graphic. My email is **b-arntdegier@microsoft.com**. + +In the same article, in the Components section, add this text: +**Storage. Azure Premium Managed disks or Azure NetApp Files provide the recommended storage for the SAP executables and the SAP HANA data and logs.** + +In the same article, under considerations, add this text: +**Azure NetApp Files adds further benefits for test/dev environments by using the cloning feature, which allows developers to take near instant clones of production and test databases, which they can access independently from the production databases. Azure NetApp Files cloning is based on the snapshot feature, which produces copies of volumes nearly instantly by only copying the pointers to the data files, not the files themselves.** +In above text, hyperlink the words 'cloning' and 'snapshots' to https://docs.microsoft.com/en-us/azure/azure-netapp-files/snapshots-introduction + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8307bb37-3a4f-0073-c495-b2aaa4cc8797 +* Version Independent ID: 60702144-7610-fda2-a68d-f9f05aff2921 +* Content: [SAP workload development and test settings - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/sap-dev-test) +* Content Source: [docs/example-scenario/apps/sap-dev-test.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/apps/sap-dev-test.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @AndrewDibbins +* Microsoft Alias: **pnp* +![UpdatedArchitecture](https://user-images.githubusercontent.com/86350177/144049775-fadfac18-8275-43c8-a150-bd89c0e5bb94.png) +*",1.0,"Proposed graphic and text updates Dev/Test for SAP - Hi! +Arnt de Gier here, TME for Azure NetApp Files with NetApp. +I have the following suggestions for updating this article: +In the architecture diagram, add a Azure NetApp Files icon to designate that Azure NetApp Files is a viable and valid storage option for the Spoke virtual machine. See the attached example file for a proposed placement of the ANF icon. Please either implement this change or send me or share with me the original graphic and I can insert the ANF icon for you and return the graphic. My email is **b-arntdegier@microsoft.com**. + +In the same article, in the Components section, add this text: +**Storage. Azure Premium Managed disks or Azure NetApp Files provide the recommended storage for the SAP executables and the SAP HANA data and logs.** + +In the same article, under considerations, add this text: +**Azure NetApp Files adds further benefits for test/dev environments by using the cloning feature, which allows developers to take near instant clones of production and test databases, which they can access independently from the production databases. Azure NetApp Files cloning is based on the snapshot feature, which produces copies of volumes nearly instantly by only copying the pointers to the data files, not the files themselves.** +In above text, hyperlink the words 'cloning' and 'snapshots' to https://docs.microsoft.com/en-us/azure/azure-netapp-files/snapshots-introduction + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8307bb37-3a4f-0073-c495-b2aaa4cc8797 +* Version Independent ID: 60702144-7610-fda2-a68d-f9f05aff2921 +* Content: [SAP workload development and test settings - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/sap-dev-test) +* Content Source: [docs/example-scenario/apps/sap-dev-test.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/apps/sap-dev-test.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @AndrewDibbins +* Microsoft Alias: **pnp* +![UpdatedArchitecture](https://user-images.githubusercontent.com/86350177/144049775-fadfac18-8275-43c8-a150-bd89c0e5bb94.png) +*",1,proposed graphic and text updates dev test for sap hi arnt de gier here tme for azure netapp files with netapp i have the following suggestions for updating this article in the architecture diagram add a azure netapp files icon to designate that azure netapp files is a viable and valid storage option for the spoke virtual machine see the attached example file for a proposed placement of the anf icon please either implement this change or send me or share with me the original graphic and i can insert the anf icon for you and return the graphic my email is b arntdegier microsoft com in the same article in the components section add this text storage azure premium managed disks or azure netapp files provide the recommended storage for the sap executables and the sap hana data and logs in the same article under considerations add this text azure netapp files adds further benefits for test dev environments by using the cloning feature which allows developers to take near instant clones of production and test databases which they can access independently from the production databases azure netapp files cloning is based on the snapshot feature which produces copies of volumes nearly instantly by only copying the pointers to the data files not the files themselves in above text hyperlink the words cloning and snapshots to document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login andrewdibbins microsoft alias pnp ,1 +6044,13542571991.0,IssuesEvent,2020-09-16 17:33:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Details,Pri2 architecture-center/svc assigned-to-author doc-enhancement doc-idea solution-idea/subsvc triaged,"I would love to know more about the architectural details of **Extract, transform, and load (ETL) using HDInsight** + +* Code samples +* nonfunctional requirements +* functional requirements + +Thanks & regards + + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f35186e5-f0c5-8a9a-f2a6-ee53c80facfc +* Version Independent ID: 918cfabe-c932-4072-e4a0-5ab79c827365 +* Content: [Extract, transform, and load (ETL) using HDInsight - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/extract-transform-and-load-using-hdinsight) +* Content Source: [docs/solution-ideas/articles/extract-transform-and-load-using-hdinsight.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/extract-transform-and-load-using-hdinsight.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Details - I would love to know more about the architectural details of **Extract, transform, and load (ETL) using HDInsight** + +* Code samples +* nonfunctional requirements +* functional requirements + +Thanks & regards + + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f35186e5-f0c5-8a9a-f2a6-ee53c80facfc +* Version Independent ID: 918cfabe-c932-4072-e4a0-5ab79c827365 +* Content: [Extract, transform, and load (ETL) using HDInsight - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/extract-transform-and-load-using-hdinsight) +* Content Source: [docs/solution-ideas/articles/extract-transform-and-load-using-hdinsight.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/extract-transform-and-load-using-hdinsight.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,details i would love to know more about the architectural details of extract transform and load etl using hdinsight code samples nonfunctional requirements functional requirements thanks regards document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +210170,16089193940.0,IssuesEvent,2021-04-26 14:47:10,tracim/tracim,https://api.github.com/repos/tracim/tracim,closed,Feat: support publications in the notification wall,backend frontend manually tested not in changelog,"## Feature description and goals + +Publications in the notification wall: +- [X] use the publication icon +- [X] adapt the tooltips accordingly +- [X] use PAGE.WORSKPACE.PUBLICATION for links",1.0,"Feat: support publications in the notification wall - ## Feature description and goals + +Publications in the notification wall: +- [X] use the publication icon +- [X] adapt the tooltips accordingly +- [X] use PAGE.WORSKPACE.PUBLICATION for links",0,feat support publications in the notification wall feature description and goals publications in the notification wall use the publication icon adapt the tooltips accordingly use page worskpace publication for links,0 +5233,12244547198.0,IssuesEvent,2020-05-05 11:20:59,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Next Steps Links Broken,Pri2 architecture-center/svc cxp solution-idea/subsvc triaged,"The links for ""How to use Azure Blob storage"" and ""How to encode an asset using Media Encoder"" take to a main page instead of specific articles. I didn't try other links but they all need to be verified and fixed if broken as well. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cd6efdd9-5b74-3186-a8f9-ac482f1215f2 +* Version Independent ID: e262bd4f-11f1-ab1c-ffb1-61361287464c +* Content: [Video-on-demand digital media - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/digital-media-video#feedback) +* Content Source: [docs/solution-ideas/articles/digital-media-video.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/digital-media-video.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Next Steps Links Broken - The links for ""How to use Azure Blob storage"" and ""How to encode an asset using Media Encoder"" take to a main page instead of specific articles. I didn't try other links but they all need to be verified and fixed if broken as well. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cd6efdd9-5b74-3186-a8f9-ac482f1215f2 +* Version Independent ID: e262bd4f-11f1-ab1c-ffb1-61361287464c +* Content: [Video-on-demand digital media - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/digital-media-video#feedback) +* Content Source: [docs/solution-ideas/articles/digital-media-video.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/digital-media-video.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,next steps links broken the links for how to use azure blob storage and how to encode an asset using media encoder take to a main page instead of specific articles i didn t try other links but they all need to be verified and fixed if broken as well document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +9675,25018084132.0,IssuesEvent,2022-11-03 20:47:51,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing word(s) in text,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 well-architected/subsvc," +The text ""Ensure all critical impact admins in are managed"" misses a word or two + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f8c1cdf3-e7a8-ccea-0f3e-e352124a06b9 +* Version Independent ID: c014f157-45f9-6dde-9574-0443540bc1c1 +* Content: [Administrative account security - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/security/design-admins) +* Content Source: [docs/framework/security/design-admins.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/design-admins.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1.0,"Missing word(s) in text - +The text ""Ensure all critical impact admins in are managed"" misses a word or two + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f8c1cdf3-e7a8-ccea-0f3e-e352124a06b9 +* Version Independent ID: c014f157-45f9-6dde-9574-0443540bc1c1 +* Content: [Administrative account security - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/security/design-admins) +* Content Source: [docs/framework/security/design-admins.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/design-admins.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,missing word s in text the text ensure all critical impact admins in are managed misses a word or two document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id ccea version independent id content content source service architecture center sub service well architected github login pagewriter msft microsoft alias pnp ,1 +281468,30888856599.0,IssuesEvent,2023-08-04 01:55:32,hshivhare67/kernel_v4.1.15_CVE-2019-10220,https://api.github.com/repos/hshivhare67/kernel_v4.1.15_CVE-2019-10220,reopened,CVE-2019-15212 (Medium) detected in linuxlinux-4.4.302,Mend: dependency security vulnerability,"## CVE-2019-15212 - Medium Severity Vulnerability +
Vulnerable Library - linuxlinux-4.4.302

+

+ +

The Linux Kernel

+

Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux

+

Found in HEAD commit: 85c655ae4a38840b0edb9284bb64ec65b27331dc

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (3) +

+

+ + /drivers/usb/misc/rio500.c + /drivers/usb/misc/rio500.c + /drivers/usb/misc/rio500.c +

+
+

+

+ +

+
Vulnerability Details +

+ +An issue was discovered in the Linux kernel before 5.1.8. There is a double-free caused by a malicious USB device in the drivers/usb/misc/rio500.c driver. + +

Publish Date: 2019-08-19 +

URL: CVE-2019-15212

+

+
+

+
CVSS 3 Score Details (4.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Physical + - 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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15212

+

Release Date: 2019-08-19

+

Fix Resolution: v5.2-rc3

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2019-15212 (Medium) detected in linuxlinux-4.4.302 - ## CVE-2019-15212 - Medium Severity Vulnerability +
Vulnerable Library - linuxlinux-4.4.302

+

+ +

The Linux Kernel

+

Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux

+

Found in HEAD commit: 85c655ae4a38840b0edb9284bb64ec65b27331dc

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (3) +

+

+ + /drivers/usb/misc/rio500.c + /drivers/usb/misc/rio500.c + /drivers/usb/misc/rio500.c +

+
+

+

+ +

+
Vulnerability Details +

+ +An issue was discovered in the Linux kernel before 5.1.8. There is a double-free caused by a malicious USB device in the drivers/usb/misc/rio500.c driver. + +

Publish Date: 2019-08-19 +

URL: CVE-2019-15212

+

+
+

+
CVSS 3 Score Details (4.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Physical + - 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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15212

+

Release Date: 2019-08-19

+

Fix Resolution: v5.2-rc3

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files drivers usb misc c drivers usb misc c drivers usb misc c vulnerability details an issue was discovered in the linux kernel before there is a double free caused by a malicious usb device in the drivers usb misc c driver publish date url a href cvss score details base score metrics exploitability metrics attack vector physical 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 step up your open source security game with mend ,0 +10463,26992789623.0,IssuesEvent,2023-02-09 21:25:44,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Copywrite question,in-progress assigned-to-author triaged product-question architecture-center/svc Pri1," +[Enter feedback here] + +Hello, + +I need to clarify the icon copywrite please. As authors, and course creators, can we use these icons in Microsoft Azure courses, books, slides, and presentation diagrams? + +Thanks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Copywrite question - +[Enter feedback here] + +Hello, + +I need to clarify the icon copywrite please. As authors, and course creators, can we use these icons in Microsoft Azure courses, books, slides, and presentation diagrams? + +Thanks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,copywrite question hello i need to clarify the icon copywrite please as authors and course creators can we use these icons in microsoft azure courses books slides and presentation diagrams thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login edprice msft microsoft alias pnp ,1 +252053,27226093306.0,IssuesEvent,2023-02-21 09:49:12,ozblumen/UdmTestMaven,https://api.github.com/repos/ozblumen/UdmTestMaven,closed,googleanalytics-0.14.0.tar.gz: 5 vulnerabilities (highest severity is: 7.5),Mend: dependency security vulnerability,"
Vulnerable Library - googleanalytics-0.14.0.tar.gz

+ +

+

Path to dependency file: /requirements.txt

+

Path to vulnerable library: /requirements.txt

+

+ + +

Found in HEAD commit: 3695fec727f28c2cda1ae251b369f9b6a2885b30

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | --- | --- | +| [CVE-2019-1010083](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-1010083) | High | 7.5 | Flask-0.10.tar.gz | Transitive | 0.14.1 | ✅ | +| [CVE-2018-1000656](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-1000656) | High | 7.5 | Flask-0.10.tar.gz | Transitive | 0.14.1 | ✅ | +| [CVE-2020-13757](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-13757) | High | 7.5 | rsa-3.1.4.tar.gz | Transitive | 0.15.0 | ✅ | +| [CVE-2020-25658](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-25658) | Medium | 5.9 | rsa-3.1.4.tar.gz | Transitive | 0.15.0 | ✅ | +| [WS-2012-0012](https://github.com/sybrenstuvel/python-rsa/issues/13) | Medium | 4.0 | rsa-3.1.4.tar.gz | Transitive | 0.15.0 | ✅ | + + +## Details + +
+ + CVE-2019-1010083 + + +### Vulnerable Library - Flask-0.10.tar.gz

+ +

A simple framework for building complex web applications.

+

Library home page: https://files.pythonhosted.org/packages/f3/46/53d83cbdb79b27678c7b032d5deaa556655dd034cc747ee609b3e3cbf95b/Flask-0.10.tar.gz

+

Path to dependency file: /requirements.txt

+

Path to vulnerable library: /requirements.txt,/requirements.txt

+

+ +Dependency Hierarchy: + - googleanalytics-0.14.0.tar.gz (Root Library) + - :x: **Flask-0.10.tar.gz** (Vulnerable Library) +

Found in HEAD commit: 3695fec727f28c2cda1ae251b369f9b6a2885b30

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +The Pallets Project Flask before 1.0 is affected by: unexpected memory usage. The impact is: denial of service. The attack vector is: crafted encoded JSON data. The fixed version is: 1. NOTE: this may overlap CVE-2018-1000656. + +

Publish Date: 2019-07-17 +

URL: CVE-2019-1010083

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010083

+

Release Date: 2020-08-24

+

Fix Resolution (Flask): 0.12.5

+

Direct dependency fix Resolution (googleanalytics): 0.14.1

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2018-1000656 + + +### Vulnerable Library - Flask-0.10.tar.gz

+ +

A simple framework for building complex web applications.

+

Library home page: https://files.pythonhosted.org/packages/f3/46/53d83cbdb79b27678c7b032d5deaa556655dd034cc747ee609b3e3cbf95b/Flask-0.10.tar.gz

+

Path to dependency file: /requirements.txt

+

Path to vulnerable library: /requirements.txt,/requirements.txt

+

+ +Dependency Hierarchy: + - googleanalytics-0.14.0.tar.gz (Root Library) + - :x: **Flask-0.10.tar.gz** (Vulnerable Library) +

Found in HEAD commit: 3695fec727f28c2cda1ae251b369f9b6a2885b30

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +The Pallets Project flask version Before 0.12.3 contains a CWE-20: Improper Input Validation vulnerability in flask that can result in Large amount of memory usage possibly leading to denial of service. This attack appear to be exploitable via Attacker provides JSON data in incorrect encoding. This vulnerability appears to have been fixed in 0.12.3. NOTE: this may overlap CVE-2019-1010083. + +

Publish Date: 2018-08-20 +

URL: CVE-2018-1000656

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nvd.nist.gov/vuln/detail/CVE-2018-1000656

+

Release Date: 2018-08-20

+

Fix Resolution (Flask): 0.12.4

+

Direct dependency fix Resolution (googleanalytics): 0.14.1

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-13757 + + +### Vulnerable Library - rsa-3.1.4.tar.gz

+ +

Pure-Python RSA implementation

+

Library home page: https://files.pythonhosted.org/packages/db/65/01448b2f3e222a846cbe7a62ea61950c5659b1f9489171eb68242415f92c/rsa-3.1.4.tar.gz

+

Path to dependency file: /requirements.txt

+

Path to vulnerable library: /requirements.txt

+

+ +Dependency Hierarchy: + - googleanalytics-0.14.0.tar.gz (Root Library) + - oauth2client-1.3.zip + - :x: **rsa-3.1.4.tar.gz** (Vulnerable Library) +

Found in HEAD commit: 3695fec727f28c2cda1ae251b369f9b6a2885b30

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +Python-RSA before 4.1 ignores leading '\0' bytes during decryption of ciphertext. This could conceivably have a security-relevant impact, e.g., by helping an attacker to infer that an application uses Python-RSA, or if the length of accepted ciphertext affects application behavior (such as by causing excessive memory allocation). + +

Publish Date: 2020-06-01 +

URL: CVE-2020-13757

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2020-09-02

+

Fix Resolution (rsa): 4.1

+

Direct dependency fix Resolution (googleanalytics): 0.15.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-25658 + + +### Vulnerable Library - rsa-3.1.4.tar.gz

+ +

Pure-Python RSA implementation

+

Library home page: https://files.pythonhosted.org/packages/db/65/01448b2f3e222a846cbe7a62ea61950c5659b1f9489171eb68242415f92c/rsa-3.1.4.tar.gz

+

Path to dependency file: /requirements.txt

+

Path to vulnerable library: /requirements.txt

+

+ +Dependency Hierarchy: + - googleanalytics-0.14.0.tar.gz (Root Library) + - oauth2client-1.3.zip + - :x: **rsa-3.1.4.tar.gz** (Vulnerable Library) +

Found in HEAD commit: 3695fec727f28c2cda1ae251b369f9b6a2885b30

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +It was found that python-rsa is vulnerable to Bleichenbacher timing attacks. An attacker can use this flaw via the RSA decryption API to decrypt parts of the cipher text encrypted with RSA. + +

Publish Date: 2020-11-12 +

URL: CVE-2020-25658

+

+ +

+ +### CVSS 3 Score Details (5.9) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/advisories/GHSA-xrx6-fmxq-rjj2

+

Release Date: 2020-11-12

+

Fix Resolution (rsa): 4.7

+

Direct dependency fix Resolution (googleanalytics): 0.15.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + WS-2012-0012 + + +### Vulnerable Library - rsa-3.1.4.tar.gz

+ +

Pure-Python RSA implementation

+

Library home page: https://files.pythonhosted.org/packages/db/65/01448b2f3e222a846cbe7a62ea61950c5659b1f9489171eb68242415f92c/rsa-3.1.4.tar.gz

+

Path to dependency file: /requirements.txt

+

Path to vulnerable library: /requirements.txt

+

+ +Dependency Hierarchy: + - googleanalytics-0.14.0.tar.gz (Root Library) + - oauth2client-1.3.zip + - :x: **rsa-3.1.4.tar.gz** (Vulnerable Library) +

Found in HEAD commit: 3695fec727f28c2cda1ae251b369f9b6a2885b30

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +There is a security vulnerability in python-rsa before version 3.4. Depending on the way decrypt_bigfile() is called, it may be possible to do a Bleichenbacher attack. + +

Publish Date: 2016-01-22 +

URL: WS-2012-0012

+

+ +

+ +### CVSS 3 Score Details (4.0) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2016-01-22

+

Fix Resolution (rsa): 3.4

+

Direct dependency fix Resolution (googleanalytics): 0.15.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ +*** + +

:rescue_worker_helmet: Automatic Remediation is available for this issue.

",True,"googleanalytics-0.14.0.tar.gz: 5 vulnerabilities (highest severity is: 7.5) -
Vulnerable Library - googleanalytics-0.14.0.tar.gz

+ +

+

Path to dependency file: /requirements.txt

+

Path to vulnerable library: /requirements.txt

+

+ + +

Found in HEAD commit: 3695fec727f28c2cda1ae251b369f9b6a2885b30

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | --- | --- | +| [CVE-2019-1010083](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-1010083) | High | 7.5 | Flask-0.10.tar.gz | Transitive | 0.14.1 | ✅ | +| [CVE-2018-1000656](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-1000656) | High | 7.5 | Flask-0.10.tar.gz | Transitive | 0.14.1 | ✅ | +| [CVE-2020-13757](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-13757) | High | 7.5 | rsa-3.1.4.tar.gz | Transitive | 0.15.0 | ✅ | +| [CVE-2020-25658](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-25658) | Medium | 5.9 | rsa-3.1.4.tar.gz | Transitive | 0.15.0 | ✅ | +| [WS-2012-0012](https://github.com/sybrenstuvel/python-rsa/issues/13) | Medium | 4.0 | rsa-3.1.4.tar.gz | Transitive | 0.15.0 | ✅ | + + +## Details + +
+ + CVE-2019-1010083 + + +### Vulnerable Library - Flask-0.10.tar.gz

+ +

A simple framework for building complex web applications.

+

Library home page: https://files.pythonhosted.org/packages/f3/46/53d83cbdb79b27678c7b032d5deaa556655dd034cc747ee609b3e3cbf95b/Flask-0.10.tar.gz

+

Path to dependency file: /requirements.txt

+

Path to vulnerable library: /requirements.txt,/requirements.txt

+

+ +Dependency Hierarchy: + - googleanalytics-0.14.0.tar.gz (Root Library) + - :x: **Flask-0.10.tar.gz** (Vulnerable Library) +

Found in HEAD commit: 3695fec727f28c2cda1ae251b369f9b6a2885b30

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +The Pallets Project Flask before 1.0 is affected by: unexpected memory usage. The impact is: denial of service. The attack vector is: crafted encoded JSON data. The fixed version is: 1. NOTE: this may overlap CVE-2018-1000656. + +

Publish Date: 2019-07-17 +

URL: CVE-2019-1010083

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010083

+

Release Date: 2020-08-24

+

Fix Resolution (Flask): 0.12.5

+

Direct dependency fix Resolution (googleanalytics): 0.14.1

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2018-1000656 + + +### Vulnerable Library - Flask-0.10.tar.gz

+ +

A simple framework for building complex web applications.

+

Library home page: https://files.pythonhosted.org/packages/f3/46/53d83cbdb79b27678c7b032d5deaa556655dd034cc747ee609b3e3cbf95b/Flask-0.10.tar.gz

+

Path to dependency file: /requirements.txt

+

Path to vulnerable library: /requirements.txt,/requirements.txt

+

+ +Dependency Hierarchy: + - googleanalytics-0.14.0.tar.gz (Root Library) + - :x: **Flask-0.10.tar.gz** (Vulnerable Library) +

Found in HEAD commit: 3695fec727f28c2cda1ae251b369f9b6a2885b30

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +The Pallets Project flask version Before 0.12.3 contains a CWE-20: Improper Input Validation vulnerability in flask that can result in Large amount of memory usage possibly leading to denial of service. This attack appear to be exploitable via Attacker provides JSON data in incorrect encoding. This vulnerability appears to have been fixed in 0.12.3. NOTE: this may overlap CVE-2019-1010083. + +

Publish Date: 2018-08-20 +

URL: CVE-2018-1000656

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nvd.nist.gov/vuln/detail/CVE-2018-1000656

+

Release Date: 2018-08-20

+

Fix Resolution (Flask): 0.12.4

+

Direct dependency fix Resolution (googleanalytics): 0.14.1

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-13757 + + +### Vulnerable Library - rsa-3.1.4.tar.gz

+ +

Pure-Python RSA implementation

+

Library home page: https://files.pythonhosted.org/packages/db/65/01448b2f3e222a846cbe7a62ea61950c5659b1f9489171eb68242415f92c/rsa-3.1.4.tar.gz

+

Path to dependency file: /requirements.txt

+

Path to vulnerable library: /requirements.txt

+

+ +Dependency Hierarchy: + - googleanalytics-0.14.0.tar.gz (Root Library) + - oauth2client-1.3.zip + - :x: **rsa-3.1.4.tar.gz** (Vulnerable Library) +

Found in HEAD commit: 3695fec727f28c2cda1ae251b369f9b6a2885b30

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +Python-RSA before 4.1 ignores leading '\0' bytes during decryption of ciphertext. This could conceivably have a security-relevant impact, e.g., by helping an attacker to infer that an application uses Python-RSA, or if the length of accepted ciphertext affects application behavior (such as by causing excessive memory allocation). + +

Publish Date: 2020-06-01 +

URL: CVE-2020-13757

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2020-09-02

+

Fix Resolution (rsa): 4.1

+

Direct dependency fix Resolution (googleanalytics): 0.15.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-25658 + + +### Vulnerable Library - rsa-3.1.4.tar.gz

+ +

Pure-Python RSA implementation

+

Library home page: https://files.pythonhosted.org/packages/db/65/01448b2f3e222a846cbe7a62ea61950c5659b1f9489171eb68242415f92c/rsa-3.1.4.tar.gz

+

Path to dependency file: /requirements.txt

+

Path to vulnerable library: /requirements.txt

+

+ +Dependency Hierarchy: + - googleanalytics-0.14.0.tar.gz (Root Library) + - oauth2client-1.3.zip + - :x: **rsa-3.1.4.tar.gz** (Vulnerable Library) +

Found in HEAD commit: 3695fec727f28c2cda1ae251b369f9b6a2885b30

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +It was found that python-rsa is vulnerable to Bleichenbacher timing attacks. An attacker can use this flaw via the RSA decryption API to decrypt parts of the cipher text encrypted with RSA. + +

Publish Date: 2020-11-12 +

URL: CVE-2020-25658

+

+ +

+ +### CVSS 3 Score Details (5.9) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/advisories/GHSA-xrx6-fmxq-rjj2

+

Release Date: 2020-11-12

+

Fix Resolution (rsa): 4.7

+

Direct dependency fix Resolution (googleanalytics): 0.15.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + WS-2012-0012 + + +### Vulnerable Library - rsa-3.1.4.tar.gz

+ +

Pure-Python RSA implementation

+

Library home page: https://files.pythonhosted.org/packages/db/65/01448b2f3e222a846cbe7a62ea61950c5659b1f9489171eb68242415f92c/rsa-3.1.4.tar.gz

+

Path to dependency file: /requirements.txt

+

Path to vulnerable library: /requirements.txt

+

+ +Dependency Hierarchy: + - googleanalytics-0.14.0.tar.gz (Root Library) + - oauth2client-1.3.zip + - :x: **rsa-3.1.4.tar.gz** (Vulnerable Library) +

Found in HEAD commit: 3695fec727f28c2cda1ae251b369f9b6a2885b30

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +There is a security vulnerability in python-rsa before version 3.4. Depending on the way decrypt_bigfile() is called, it may be possible to do a Bleichenbacher attack. + +

Publish Date: 2016-01-22 +

URL: WS-2012-0012

+

+ +

+ +### CVSS 3 Score Details (4.0) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2016-01-22

+

Fix Resolution (rsa): 3.4

+

Direct dependency fix Resolution (googleanalytics): 0.15.0

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ +*** + +

:rescue_worker_helmet: Automatic Remediation is available for this issue.

",0,googleanalytics tar gz vulnerabilities highest severity is vulnerable library googleanalytics tar gz path to dependency file requirements txt path to vulnerable library requirements txt found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available high flask tar gz transitive high flask tar gz transitive high rsa tar gz transitive medium rsa tar gz transitive medium rsa tar gz transitive details cve vulnerable library flask tar gz a simple framework for building complex web applications library home page a href path to dependency file requirements txt path to vulnerable library requirements txt requirements txt dependency hierarchy googleanalytics tar gz root library x flask tar gz vulnerable library found in head commit a href found in base branch main vulnerability details the pallets project flask before is affected by unexpected memory usage the impact is denial of service the attack vector is crafted encoded json data the fixed version is note this may overlap cve 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 flask direct dependency fix resolution googleanalytics rescue worker helmet automatic remediation is available for this issue cve vulnerable library flask tar gz a simple framework for building complex web applications library home page a href path to dependency file requirements txt path to vulnerable library requirements txt requirements txt dependency hierarchy googleanalytics tar gz root library x flask tar gz vulnerable library found in head commit a href found in base branch main vulnerability details the pallets project flask version before contains a cwe improper input validation vulnerability in flask that can result in large amount of memory usage possibly leading to denial of service this attack appear to be exploitable via attacker provides json data in incorrect encoding this vulnerability appears to have been fixed in note this may overlap cve 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 flask direct dependency fix resolution googleanalytics rescue worker helmet automatic remediation is available for this issue cve vulnerable library rsa tar gz pure python rsa implementation library home page a href path to dependency file requirements txt path to vulnerable library requirements txt dependency hierarchy googleanalytics tar gz root library zip x rsa tar gz vulnerable library found in head commit a href found in base branch main vulnerability details python rsa before ignores leading bytes during decryption of ciphertext this could conceivably have a security relevant impact e g by helping an attacker to infer that an application uses python rsa or if the length of accepted ciphertext affects application behavior such as by causing excessive memory allocation 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 none availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution rsa direct dependency fix resolution googleanalytics rescue worker helmet automatic remediation is available for this issue cve vulnerable library rsa tar gz pure python rsa implementation library home page a href path to dependency file requirements txt path to vulnerable library requirements txt dependency hierarchy googleanalytics tar gz root library zip x rsa tar gz vulnerable library found in head commit a href found in base branch main vulnerability details it was found that python rsa is vulnerable to bleichenbacher timing attacks an attacker can use this flaw via the rsa decryption api to decrypt parts of the cipher text encrypted with rsa publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rsa direct dependency fix resolution googleanalytics rescue worker helmet automatic remediation is available for this issue ws vulnerable library rsa tar gz pure python rsa implementation library home page a href path to dependency file requirements txt path to vulnerable library requirements txt dependency hierarchy googleanalytics tar gz root library zip x rsa tar gz vulnerable library found in head commit a href found in base branch main vulnerability details there is a security vulnerability in python rsa before version depending on the way decrypt bigfile is called it may be possible to do a bleichenbacher attack publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope changed impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution rsa direct dependency fix resolution googleanalytics rescue worker helmet automatic remediation is available for this issue rescue worker helmet automatic remediation is available for this issue ,0 +10000,25968750101.0,IssuesEvent,2022-12-19 09:28:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Can I add content about Azure Spring Apps under TOC node: Azure Categories / Web,architecture-center/svc Pri2 azure-guide/subsvc,"Hi, there. + +This is Rujun from Azure Spring team. +Now I want to add a reference architecture article about best practice of building web applications using Spring framework and deploy to Azure Spring Apps. Here is related issue: https://github.com/Azure/azure-sdk-for-java/issues/32637 + +In current TOC, I found this: [Azure Categories / Web](https://learn.microsoft.com/en-us/azure/architecture/guide/web/web-start-here). + +I think it's a good place to add my article. But I found that all articles are about Azure App Service. My concern is that maybe it's not a good place to put my article here. + +Here are my question: + +1. Do you have any concerns if I add article about Azure Spring Apps under [Azure Categories / Web](https://learn.microsoft.com/en-us/azure/architecture/guide/web/web-start-here). +2. If [Azure Categories / Web](https://learn.microsoft.com/en-us/azure/architecture/guide/web/web-start-here) is not a good place, do you have any better suggestions? For example: https://learn.microsoft.com/en-us/azure/architecture/microservices/ + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 2fad1a93-de94-0030-0733-3c2441d25c3c +* Version Independent ID: 2fad1a93-de94-0030-0733-3c2441d25c3c +* Content: [Web architecture design - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/web/web-start-here) +* Content Source: [docs/guide/web/web-start-here.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/web/web-start-here.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1.0,"Can I add content about Azure Spring Apps under TOC node: Azure Categories / Web - Hi, there. + +This is Rujun from Azure Spring team. +Now I want to add a reference architecture article about best practice of building web applications using Spring framework and deploy to Azure Spring Apps. Here is related issue: https://github.com/Azure/azure-sdk-for-java/issues/32637 + +In current TOC, I found this: [Azure Categories / Web](https://learn.microsoft.com/en-us/azure/architecture/guide/web/web-start-here). + +I think it's a good place to add my article. But I found that all articles are about Azure App Service. My concern is that maybe it's not a good place to put my article here. + +Here are my question: + +1. Do you have any concerns if I add article about Azure Spring Apps under [Azure Categories / Web](https://learn.microsoft.com/en-us/azure/architecture/guide/web/web-start-here). +2. If [Azure Categories / Web](https://learn.microsoft.com/en-us/azure/architecture/guide/web/web-start-here) is not a good place, do you have any better suggestions? For example: https://learn.microsoft.com/en-us/azure/architecture/microservices/ + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 2fad1a93-de94-0030-0733-3c2441d25c3c +* Version Independent ID: 2fad1a93-de94-0030-0733-3c2441d25c3c +* Content: [Web architecture design - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/web/web-start-here) +* Content Source: [docs/guide/web/web-start-here.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/web/web-start-here.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1,can i add content about azure spring apps under toc node azure categories web hi there this is rujun from azure spring team now i want to add a reference architecture article about best practice of building web applications using spring framework and deploy to azure spring apps here is related issue in current toc i found this i think it s a good place to add my article but i found that all articles are about azure app service my concern is that maybe it s not a good place to put my article here here are my question do you have any concerns if i add article about azure spring apps under if is not a good place do you have any better suggestions for example document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login martinekuan microsoft alias architectures ,1 +706728,24282515245.0,IssuesEvent,2022-09-28 18:44:24,smcnab1/op-question-mark,https://api.github.com/repos/smcnab1/op-question-mark,opened,[FR] OTA updates of Aqara Devices via ZHA,✔️Status: Confirmed ⚙️Type: Feature 🏕Priority: Medium ➕For: Add-On 🖥️For: Hardware,"## **🚀 Feature Request** + +**Is your feature request related to a problem? Please describe.** + + +* + +--- + +**Describe the solution you'd like** + + +* Look at implementing ability to do OTA updates via ZHA + +https://www.home-assistant.io/integrations/zha/ + +--- + +**Describe alternatives you've considered** + + +* + +--- + +**Additional context** + + +* + +--- + +**Tasks** + + +- [ ] T1 +- [ ] T2 +- [ ] T3 + + +",1.0,"[FR] OTA updates of Aqara Devices via ZHA - ## **🚀 Feature Request** + +**Is your feature request related to a problem? Please describe.** + + +* + +--- + +**Describe the solution you'd like** + + +* Look at implementing ability to do OTA updates via ZHA + +https://www.home-assistant.io/integrations/zha/ + +--- + +**Describe alternatives you've considered** + + +* + +--- + +**Additional context** + + +* + +--- + +**Tasks** + + +- [ ] T1 +- [ ] T2 +- [ ] T3 + + +",0, ota updates of aqara devices via zha 🚀 feature request is your feature request related to a problem please describe describe the solution you d like look at implementing ability to do ota updates via zha describe alternatives you ve considered additional context tasks 📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛 oh hi there 😄 to expedite issue processing please search open and closed issues before submitting a new one please read our rules of conduct at this repository s github code of conduct md 📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛 ,0 +6281,14108065798.0,IssuesEvent,2020-11-06 17:12:53,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing icons,Pri2 architecture-center/svc assigned-to-author doc-enhancement triaged,"Reporting additional missing icons: + +- Private Endpoint +- Azure Container Registry + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Missing icons - Reporting additional missing icons: + +- Private Endpoint +- Azure Container Registry + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,missing icons reporting additional missing icons private endpoint azure container registry document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +170202,6426200740.0,IssuesEvent,2017-08-09 16:55:50,washingtonstateuniversity/wsupress.wsu.edu,https://api.github.com/repos/washingtonstateuniversity/wsupress.wsu.edu,closed,Cybersource E-commerce issue,bug priority:blocker,"@jeremyfelt @clintyoung When Kerry is putting through the charges. Cybersource is authorizing the price of the book, shipping and tax but is only charging the price of the book and shipping, NOT tax. See Transaction Status Summary on the upper right of screenshot below. She can fix this in Cybersource but we need to fix it so she doesn't have to do this every time there is tax involved. Thanks! + +![image002](https://user-images.githubusercontent.com/28792997/27555843-2df6db72-5a68-11e7-84da-0e70790b287d.jpg) +",1.0,"Cybersource E-commerce issue - @jeremyfelt @clintyoung When Kerry is putting through the charges. Cybersource is authorizing the price of the book, shipping and tax but is only charging the price of the book and shipping, NOT tax. See Transaction Status Summary on the upper right of screenshot below. She can fix this in Cybersource but we need to fix it so she doesn't have to do this every time there is tax involved. Thanks! + +![image002](https://user-images.githubusercontent.com/28792997/27555843-2df6db72-5a68-11e7-84da-0e70790b287d.jpg) +",0,cybersource e commerce issue jeremyfelt clintyoung when kerry is putting through the charges cybersource is authorizing the price of the book shipping and tax but is only charging the price of the book and shipping not tax see transaction status summary on the upper right of screenshot below she can fix this in cybersource but we need to fix it so she doesn t have to do this every time there is tax involved thanks ,0 +11124,28092210938.0,IssuesEvent,2023-03-30 13:44:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Does enabling Auto-Upgrade for the node-image channel also automatically disable unattended-upgrade on Ubuntu nodes? ,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"The Auto-Upgrade release channel for node-image upgrades is a great feature to be combined with planned maintenance scheduling to control image upgrades in a safe and timely manner. In order for this to be effective however, Azure Ubuntu image users need to also disable the default behavior of unattended-upgrades. Otherwise unattended-upgrades will continue to run outside the planned maintenance window and inhibit the safe and gradual rollout of image patches. The documentation is not clear on if the enablement of Auto-Upgrade of the node-image channel automatically disables unattended-upgrade or does the user need to take another step to add a vm extension to disable unattended-upgrade. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 43da9bdf-a3d3-a65b-b555-60dcc5ac2c55 +* Version Independent ID: 9913c705-aeb7-e154-4fdf-164ff1e7ff99 +* Content: [AKS Day-2 - Patch and upgrade guidance - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/operator-guides/aks/aks-upgrade-practices) +* Content Source: [docs/operator-guides/aks/aks-upgrade-practices.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/operator-guides/aks/aks-upgrade-practices.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @rishabhsaha +* Microsoft Alias: **pnp**",2.0,"Does enabling Auto-Upgrade for the node-image channel also automatically disable unattended-upgrade on Ubuntu nodes? - The Auto-Upgrade release channel for node-image upgrades is a great feature to be combined with planned maintenance scheduling to control image upgrades in a safe and timely manner. In order for this to be effective however, Azure Ubuntu image users need to also disable the default behavior of unattended-upgrades. Otherwise unattended-upgrades will continue to run outside the planned maintenance window and inhibit the safe and gradual rollout of image patches. The documentation is not clear on if the enablement of Auto-Upgrade of the node-image channel automatically disables unattended-upgrade or does the user need to take another step to add a vm extension to disable unattended-upgrade. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 43da9bdf-a3d3-a65b-b555-60dcc5ac2c55 +* Version Independent ID: 9913c705-aeb7-e154-4fdf-164ff1e7ff99 +* Content: [AKS Day-2 - Patch and upgrade guidance - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/operator-guides/aks/aks-upgrade-practices) +* Content Source: [docs/operator-guides/aks/aks-upgrade-practices.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/operator-guides/aks/aks-upgrade-practices.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @rishabhsaha +* Microsoft Alias: **pnp**",1,does enabling auto upgrade for the node image channel also automatically disable unattended upgrade on ubuntu nodes the auto upgrade release channel for node image upgrades is a great feature to be combined with planned maintenance scheduling to control image upgrades in a safe and timely manner in order for this to be effective however azure ubuntu image users need to also disable the default behavior of unattended upgrades otherwise unattended upgrades will continue to run outside the planned maintenance window and inhibit the safe and gradual rollout of image patches the documentation is not clear on if the enablement of auto upgrade of the node image channel automatically disables unattended upgrade or does the user need to take another step to add a vm extension to disable unattended upgrade document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login rishabhsaha microsoft alias pnp ,1 +223628,17613186361.0,IssuesEvent,2021-08-18 06:09:19,bwp91/homebridge-wemo,https://api.github.com/repos/bwp91/homebridge-wemo,reopened,Wemo BridgeWARNUNG unhandled rejection: Error: Request failed with status code 500,potential bug testing," + +### What issue do you have? Please be as thorough and explicit as possible. +Since latest update I'm receiving following Warning +16.8.2021, 07:16:56Wemo Bridge WARNUNG unhandled rejection: Error: Request failed with status code 500 + + +### Details of your setup. +* Do you use (1) Homebridge UI-X (2) Homebridge CLI or (3) HOOBS? +Hoobs + + +* Which version of Homebridge/HOOBS do you have? +Hoobs 4.0.100 + + +* Which platform do you run Homebridge/HOOBS on (e.g. Raspberry Pi/Windows/HOOBS Box)? Please also mention your version of Node.js/NPM if known. +Raspberry 4.8 +Node 14.17.5 +Homebridge Version 1.3.4 + + +* Which version of this plugin (homebridge-wemo) do you have? Has the issue started since upgrading from a previous version? + +4.1.1 + +* Which Wemo devices do you have that are causing issues? Please include product models if applicable. +I can't tell which of my WEMOs causing this WARNING, as it don't say exactly what the issue is + + +### Please paste any relevant logs below. + + +``` +16.8.2021, 19:18:47wemobridge stopping +16.8.2021, 19:18:52Wemo Bridge starting +16.8.2021, 19:18:55Wemo BridgeLoaded plugin 'homebridge-wemo' +16.8.2021, 19:18:55Wemo BridgeLoading 1 platforms... +16.8.2021, 19:18:55Wemo BridgeWemoInitialising plugin v4.1.1 | Node v14.17.5 | HB v1.3.4 | HOOBS v4... +16.8.2021, 19:18:55Wemo BridgeWemoPlugin initialised. Setting up accessories.... +16.8.2021, 19:18:55Wemo BridgeBridge is running on port 51836. +16.8.2021, 19:18:55Wemo BridgeWemo[Blumensäule WZ Wemo] initialising with options {""logging"":""standard"",""showAs"":""outlet""}. +16.8.2021, 19:18:55Wemo BridgeWemo[Blumensäule WZ Wemo] initialised with s/n 221403K1101830 and ip/port 192.168.0.113:49153 +16.8.2021, 19:18:55Wemo BridgeWemo[Blumensäule WZ Wemo] http has been established. +16.8.2021, 19:18:55Wemo BridgeWemo[Blumensäule WZ Wemo] upnp has been established. +16.8.2021, 19:18:55Wemo BridgeWemo[Gartenlicht Garage Wemo] initialising with options {""logging"":""standard"",""showAs"":""outlet""}. +16.8.2021, 19:18:55Wemo BridgeWemo[Gartenlicht Garage Wemo] initialised with s/n 221304K11000AD and ip/port 192.168.0.105:49153 +16.8.2021, 19:18:55Wemo BridgeWemo[Gartenlicht Garage Wemo] http has been established. +16.8.2021, 19:18:55Wemo BridgeWemo[Gartenlicht Garage Wemo] upnp has been established. +16.8.2021, 19:18:55Wemo BridgeWemo[Blumensäule WZ Wemo] current state [off]. +16.8.2021, 19:18:55Wemo BridgeWemo[Gartenlicht Garage Wemo] current state [off]. +16.8.2021, 19:18:55Wemo BridgeWemo[OG Yoga Zimmer Ambiente] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[OG Yoga Zimmer Ambiente] initialised with s/n 94103EF6BF427018 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[Terrasse] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[Terrasse] initialised with s/n 94103EF6BF42D754 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[UG Katzentreppe] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[UG Katzentreppe] initialised with s/n 94103EF6BF42E807 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[WZ Stehlampe Leselicht] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[WZ Stehlampe Leselicht] initialised with s/n 94103EA2B2789161 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[EG Bistro] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[EG Bistro] initialised with s/n 94103EA2B278BF75 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[WeMo Link] initialised with s/n 231448B01004D8 and ip/port 192.168.0.173:49153 +16.8.2021, 19:18:55Wemo BridgeWemo[WeMo Link] http has been established. +16.8.2021, 19:18:55Wemo BridgeWemo[WeMo Link] upnp has been established. +16.8.2021, 19:18:55Wemo BridgeWemo[OG Yoga Zimmer Ambiente] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[OG Yoga Zimmer Ambiente] initialised with s/n 94103EF6BF427018 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[Terrasse] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[Terrasse] initialised with s/n 94103EF6BF42D754 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[UG Katzentreppe] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[UG Katzentreppe] initialised with s/n 94103EF6BF42E807 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[WZ Stehlampe Leselicht] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[WZ Stehlampe Leselicht] initialised with s/n 94103EA2B2789161 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[EG Bistro] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[EG Bistro] initialised with s/n 94103EA2B278BF75 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[WeMo Link] initialised with s/n 231448B01004D8 and ip/port 192.168.0.173:49153 +16.8.2021, 19:18:55Wemo BridgeWemo[WeMo Link] http has been established. +16.8.2021, 19:18:55Wemo BridgeWemo[WeMo Link] upnp has been established. +16.8.2021, 19:18:56Wemo BridgeWemo[OG Yoga Zimmer Ambiente] current brightness [15%]. +16.8.2021, 19:18:56Wemo BridgeWemo[Terrasse] current state [off]. +16.8.2021, 19:18:56Wemo BridgeWemo[Terrasse] current brightness [11%]. +16.8.2021, 19:18:56Wemo BridgeWemo[UG Katzentreppe] current state [off]. +16.8.2021, 19:18:56Wemo BridgeWemo[UG Katzentreppe] current brightness [100%]. +16.8.2021, 19:18:56Wemo BridgeWemo[WZ Stehlampe Leselicht] current state [off]. +16.8.2021, 19:18:56Wemo BridgeWemo[WZ Stehlampe Leselicht] current brightness [100%]. +16.8.2021, 19:18:57Wemo BridgeWemo[EG Bistro] current state [off]. +16.8.2021, 19:18:57Wemo BridgeWemo[EG Bistro] current brightness [100%]. +16.8.2021, 19:18:57Wemo BridgeWemo[OG Yoga Zimmer Ambiente] current state [off]. +16.8.2021, 19:18:57Wemo BridgeWemo[OG Yoga Zimmer Ambiente] current brightness [15%]. +16.8.2021, 19:18:57Wemo BridgeWemo✓ Setup complete. Thanks for using this plugin, I hope you find it helpful! +16.8.2021, 19:18:57Wemo BridgeWemo[Terrasse] current state [off]. +16.8.2021, 19:18:57Wemo BridgeWemo[Terrasse] current brightness [11%]. +16.8.2021, 19:18:57Wemo BridgeWemo[UG Katzentreppe] current state [off]. +16.8.2021, 19:18:57Wemo BridgeWemo[UG Katzentreppe] current brightness [100%]. +16.8.2021, 19:18:58Wemo BridgeWemo[WZ Stehlampe Leselicht] current state [off]. +16.8.2021, 19:18:58Wemo BridgeWemo[WZ Stehlampe Leselicht] current brightness [100%]. +16.8.2021, 19:18:58Wemo BridgeWemo[EG Bistro] current state [off]. +16.8.2021, 19:18:58Wemo BridgeWemo[EG Bistro] current brightness [100%]. +16.8.2021, 19:19:00Wemo BridgeWARNUNGunhandled rejection: Error: Request failed with status code 500 +16.8.2021, 19:19:01Wemo BridgeWARNUNGunhandled rejection: Error: Request failed with status code 500 +``` +",1.0,"Wemo BridgeWARNUNG unhandled rejection: Error: Request failed with status code 500 - + +### What issue do you have? Please be as thorough and explicit as possible. +Since latest update I'm receiving following Warning +16.8.2021, 07:16:56Wemo Bridge WARNUNG unhandled rejection: Error: Request failed with status code 500 + + +### Details of your setup. +* Do you use (1) Homebridge UI-X (2) Homebridge CLI or (3) HOOBS? +Hoobs + + +* Which version of Homebridge/HOOBS do you have? +Hoobs 4.0.100 + + +* Which platform do you run Homebridge/HOOBS on (e.g. Raspberry Pi/Windows/HOOBS Box)? Please also mention your version of Node.js/NPM if known. +Raspberry 4.8 +Node 14.17.5 +Homebridge Version 1.3.4 + + +* Which version of this plugin (homebridge-wemo) do you have? Has the issue started since upgrading from a previous version? + +4.1.1 + +* Which Wemo devices do you have that are causing issues? Please include product models if applicable. +I can't tell which of my WEMOs causing this WARNING, as it don't say exactly what the issue is + + +### Please paste any relevant logs below. + + +``` +16.8.2021, 19:18:47wemobridge stopping +16.8.2021, 19:18:52Wemo Bridge starting +16.8.2021, 19:18:55Wemo BridgeLoaded plugin 'homebridge-wemo' +16.8.2021, 19:18:55Wemo BridgeLoading 1 platforms... +16.8.2021, 19:18:55Wemo BridgeWemoInitialising plugin v4.1.1 | Node v14.17.5 | HB v1.3.4 | HOOBS v4... +16.8.2021, 19:18:55Wemo BridgeWemoPlugin initialised. Setting up accessories.... +16.8.2021, 19:18:55Wemo BridgeBridge is running on port 51836. +16.8.2021, 19:18:55Wemo BridgeWemo[Blumensäule WZ Wemo] initialising with options {""logging"":""standard"",""showAs"":""outlet""}. +16.8.2021, 19:18:55Wemo BridgeWemo[Blumensäule WZ Wemo] initialised with s/n 221403K1101830 and ip/port 192.168.0.113:49153 +16.8.2021, 19:18:55Wemo BridgeWemo[Blumensäule WZ Wemo] http has been established. +16.8.2021, 19:18:55Wemo BridgeWemo[Blumensäule WZ Wemo] upnp has been established. +16.8.2021, 19:18:55Wemo BridgeWemo[Gartenlicht Garage Wemo] initialising with options {""logging"":""standard"",""showAs"":""outlet""}. +16.8.2021, 19:18:55Wemo BridgeWemo[Gartenlicht Garage Wemo] initialised with s/n 221304K11000AD and ip/port 192.168.0.105:49153 +16.8.2021, 19:18:55Wemo BridgeWemo[Gartenlicht Garage Wemo] http has been established. +16.8.2021, 19:18:55Wemo BridgeWemo[Gartenlicht Garage Wemo] upnp has been established. +16.8.2021, 19:18:55Wemo BridgeWemo[Blumensäule WZ Wemo] current state [off]. +16.8.2021, 19:18:55Wemo BridgeWemo[Gartenlicht Garage Wemo] current state [off]. +16.8.2021, 19:18:55Wemo BridgeWemo[OG Yoga Zimmer Ambiente] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[OG Yoga Zimmer Ambiente] initialised with s/n 94103EF6BF427018 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[Terrasse] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[Terrasse] initialised with s/n 94103EF6BF42D754 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[UG Katzentreppe] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[UG Katzentreppe] initialised with s/n 94103EF6BF42E807 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[WZ Stehlampe Leselicht] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[WZ Stehlampe Leselicht] initialised with s/n 94103EA2B2789161 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[EG Bistro] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[EG Bistro] initialised with s/n 94103EA2B278BF75 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[WeMo Link] initialised with s/n 231448B01004D8 and ip/port 192.168.0.173:49153 +16.8.2021, 19:18:55Wemo BridgeWemo[WeMo Link] http has been established. +16.8.2021, 19:18:55Wemo BridgeWemo[WeMo Link] upnp has been established. +16.8.2021, 19:18:55Wemo BridgeWemo[OG Yoga Zimmer Ambiente] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[OG Yoga Zimmer Ambiente] initialised with s/n 94103EF6BF427018 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[Terrasse] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[Terrasse] initialised with s/n 94103EF6BF42D754 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[UG Katzentreppe] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[UG Katzentreppe] initialised with s/n 94103EF6BF42E807 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[WZ Stehlampe Leselicht] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[WZ Stehlampe Leselicht] initialised with s/n 94103EA2B2789161 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[EG Bistro] initialising with options {""adaptiveLightingShift"":0,""brightnessStep"":1,""logging"":""standard"",""transitionTime"":0}. +16.8.2021, 19:18:55Wemo BridgeWemo[EG Bistro] initialised with s/n 94103EA2B278BF75 and ip/port 192.168.0.173:49153. +16.8.2021, 19:18:55Wemo BridgeWemo[WeMo Link] initialised with s/n 231448B01004D8 and ip/port 192.168.0.173:49153 +16.8.2021, 19:18:55Wemo BridgeWemo[WeMo Link] http has been established. +16.8.2021, 19:18:55Wemo BridgeWemo[WeMo Link] upnp has been established. +16.8.2021, 19:18:56Wemo BridgeWemo[OG Yoga Zimmer Ambiente] current brightness [15%]. +16.8.2021, 19:18:56Wemo BridgeWemo[Terrasse] current state [off]. +16.8.2021, 19:18:56Wemo BridgeWemo[Terrasse] current brightness [11%]. +16.8.2021, 19:18:56Wemo BridgeWemo[UG Katzentreppe] current state [off]. +16.8.2021, 19:18:56Wemo BridgeWemo[UG Katzentreppe] current brightness [100%]. +16.8.2021, 19:18:56Wemo BridgeWemo[WZ Stehlampe Leselicht] current state [off]. +16.8.2021, 19:18:56Wemo BridgeWemo[WZ Stehlampe Leselicht] current brightness [100%]. +16.8.2021, 19:18:57Wemo BridgeWemo[EG Bistro] current state [off]. +16.8.2021, 19:18:57Wemo BridgeWemo[EG Bistro] current brightness [100%]. +16.8.2021, 19:18:57Wemo BridgeWemo[OG Yoga Zimmer Ambiente] current state [off]. +16.8.2021, 19:18:57Wemo BridgeWemo[OG Yoga Zimmer Ambiente] current brightness [15%]. +16.8.2021, 19:18:57Wemo BridgeWemo✓ Setup complete. Thanks for using this plugin, I hope you find it helpful! +16.8.2021, 19:18:57Wemo BridgeWemo[Terrasse] current state [off]. +16.8.2021, 19:18:57Wemo BridgeWemo[Terrasse] current brightness [11%]. +16.8.2021, 19:18:57Wemo BridgeWemo[UG Katzentreppe] current state [off]. +16.8.2021, 19:18:57Wemo BridgeWemo[UG Katzentreppe] current brightness [100%]. +16.8.2021, 19:18:58Wemo BridgeWemo[WZ Stehlampe Leselicht] current state [off]. +16.8.2021, 19:18:58Wemo BridgeWemo[WZ Stehlampe Leselicht] current brightness [100%]. +16.8.2021, 19:18:58Wemo BridgeWemo[EG Bistro] current state [off]. +16.8.2021, 19:18:58Wemo BridgeWemo[EG Bistro] current brightness [100%]. +16.8.2021, 19:19:00Wemo BridgeWARNUNGunhandled rejection: Error: Request failed with status code 500 +16.8.2021, 19:19:01Wemo BridgeWARNUNGunhandled rejection: Error: Request failed with status code 500 +``` +",0,wemo bridgewarnung unhandled rejection error request failed with status code please read before posting a new issue → please use this template as well as you can → things that may seem unimportant are often helpful in finding the cause of the issue what issue do you have please be as thorough and explicit as possible since latest update i m receiving following warning bridge warnung unhandled rejection error request failed with status code details of your setup do you use homebridge ui x homebridge cli or hoobs hoobs which version of homebridge hoobs do you have hoobs which platform do you run homebridge hoobs on e g raspberry pi windows hoobs box please also mention your version of node js npm if known raspberry node homebridge version which version of this plugin homebridge wemo do you have has the issue started since upgrading from a previous version which wemo devices do you have that are causing issues please include product models if applicable i can t tell which of my wemos causing this warning as it don t say exactly what the issue is please paste any relevant logs below about logs → more logging can enabled with debug logging in the plugin settings → if you are posting an error then it is helpful for me to also see the previous few lines as this can show the cause of the error → please enter the logs between the two lines below so that the logs are formatted in a way which is easier to read stopping bridge starting bridgeloaded plugin homebridge wemo bridgeloading platforms bridgewemoinitialising plugin node hb hoobs bridgewemoplugin initialised setting up accessories bridgebridge is running on port bridgewemo initialising with options logging standard showas outlet bridgewemo initialised with s n and ip port bridgewemo http has been established bridgewemo upnp has been established bridgewemo initialising with options logging standard showas outlet bridgewemo initialised with s n and ip port bridgewemo http has been established bridgewemo upnp has been established bridgewemo current state bridgewemo current state bridgewemo initialising with options adaptivelightingshift brightnessstep logging standard transitiontime bridgewemo initialised with s n and ip port bridgewemo initialising with options adaptivelightingshift brightnessstep logging standard transitiontime bridgewemo initialised with s n and ip port bridgewemo initialising with options adaptivelightingshift brightnessstep logging standard transitiontime bridgewemo initialised with s n and ip port bridgewemo initialising with options adaptivelightingshift brightnessstep logging standard transitiontime bridgewemo initialised with s n and ip port bridgewemo initialising with options adaptivelightingshift brightnessstep logging standard transitiontime bridgewemo initialised with s n and ip port bridgewemo initialised with s n and ip port bridgewemo http has been established bridgewemo upnp has been established bridgewemo initialising with options adaptivelightingshift brightnessstep logging standard transitiontime bridgewemo initialised with s n and ip port bridgewemo initialising with options adaptivelightingshift brightnessstep logging standard transitiontime bridgewemo initialised with s n and ip port bridgewemo initialising with options adaptivelightingshift brightnessstep logging standard transitiontime bridgewemo initialised with s n and ip port bridgewemo initialising with options adaptivelightingshift brightnessstep logging standard transitiontime bridgewemo initialised with s n and ip port bridgewemo initialising with options adaptivelightingshift brightnessstep logging standard transitiontime bridgewemo initialised with s n and ip port bridgewemo initialised with s n and ip port bridgewemo http has been established bridgewemo upnp has been established bridgewemo current brightness bridgewemo current state bridgewemo current brightness bridgewemo current state bridgewemo current brightness bridgewemo current state bridgewemo current brightness bridgewemo current state bridgewemo current brightness bridgewemo current state bridgewemo current brightness bridgewemo✓ setup complete thanks for using this plugin i hope you find it helpful bridgewemo current state bridgewemo current brightness bridgewemo current state bridgewemo current brightness bridgewemo current state bridgewemo current brightness bridgewemo current state bridgewemo current brightness bridgewarnungunhandled rejection error request failed with status code bridgewarnungunhandled rejection error request failed with status code ,0 +10678,27268500711.0,IssuesEvent,2023-02-22 20:07:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Choice of Ingress Controller,doc-bug assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +It would be great if this article could reason more the choice of the traefik ingress controller. Especially why you are not using your own Application gateway ingress controller toghether with the application gateway? +from an architecture standpoint it seems simpler to use as a starting point. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/containers/aks/secure-baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",2.0,"Choice of Ingress Controller - +It would be great if this article could reason more the choice of the traefik ingress controller. Especially why you are not using your own Application gateway ingress controller toghether with the application gateway? +from an architecture standpoint it seems simpler to use as a starting point. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/containers/aks/secure-baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,choice of ingress controller it would be great if this article could reason more the choice of the traefik ingress controller especially why you are not using your own application gateway ingress controller toghether with the application gateway from an architecture standpoint it seems simpler to use as a starting point document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias pnp ,1 +35555,17117087777.0,IssuesEvent,2021-07-11 15:27:07,fkk-cz/noire_vehicles,https://api.github.com/repos/fkk-cz/noire_vehicles,closed,Ferrari California T,performance issue,"I really hate to be this person but the car hard caps at about 160mph on a flat and maybe 175 down hill even when fully upgraded. The overall top speed should be about 196mph, since the T is their twin-turbo model, with a v8 engine and around 550hp. <3 +https://fastestlaps.com/models/ferrari-california-t",True,"Ferrari California T - I really hate to be this person but the car hard caps at about 160mph on a flat and maybe 175 down hill even when fully upgraded. The overall top speed should be about 196mph, since the T is their twin-turbo model, with a v8 engine and around 550hp. <3 +https://fastestlaps.com/models/ferrari-california-t",0,ferrari california t i really hate to be this person but the car hard caps at about on a flat and maybe down hill even when fully upgraded the overall top speed should be about since the t is their twin turbo model with a engine and around ,0 +333719,29803453603.0,IssuesEvent,2023-06-16 09:50:06,wazuh/wazuh,https://api.github.com/repos/wazuh/wazuh,closed,Run a Coverity scan (week 24),type/test level/task,"|Version|Branch|Commit|Last run| +|---|---|---|---| +|v4.4.5-r40412|4.4.5|0f2a05002c6970f2ee1081d4820214fc2cc4f6b1|https://github.com/wazuh/wazuh/issues/17526|",1.0,"Run a Coverity scan (week 24) - |Version|Branch|Commit|Last run| +|---|---|---|---| +|v4.4.5-r40412|4.4.5|0f2a05002c6970f2ee1081d4820214fc2cc4f6b1|https://github.com/wazuh/wazuh/issues/17526|",0,run a coverity scan week version branch commit last run ,0 +3777,10114864413.0,IssuesEvent,2019-07-30 20:15:55,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Traefik does not support routing to partitioned (stateful) services,architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"In the API Gateway section where it discusses using Traefik as a gateway to services in a Service Fabric cluster or in advanced scenarios for interservice routing within the cluster, it should be noted that Traefik, unlike Azure API Management, does not have functionality to resolve the partition of a service that a request should be routed to for stateful services with > 1 partition. More background can be found here: https://github.com/containous/traefik/issues/3224 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9d154d16-2727-4327-628e-3ae9e075342f +* Version Independent ID: 59b36468-c9dc-89d9-607c-a2a16a5274b9 +* Content: [Microservices architecture on Azure Service Fabric](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/microservices/service-fabric#feedback) +* Content Source: [docs/reference-architectures/microservices/service-fabric.md](https://github.com/mspnp/architecture-center/blob/master/docs/reference-architectures/microservices/service-fabric.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",2.0,"Traefik does not support routing to partitioned (stateful) services - In the API Gateway section where it discusses using Traefik as a gateway to services in a Service Fabric cluster or in advanced scenarios for interservice routing within the cluster, it should be noted that Traefik, unlike Azure API Management, does not have functionality to resolve the partition of a service that a request should be routed to for stateful services with > 1 partition. More background can be found here: https://github.com/containous/traefik/issues/3224 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9d154d16-2727-4327-628e-3ae9e075342f +* Version Independent ID: 59b36468-c9dc-89d9-607c-a2a16a5274b9 +* Content: [Microservices architecture on Azure Service Fabric](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/microservices/service-fabric#feedback) +* Content Source: [docs/reference-architectures/microservices/service-fabric.md](https://github.com/mspnp/architecture-center/blob/master/docs/reference-architectures/microservices/service-fabric.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,traefik does not support routing to partitioned stateful services in the api gateway section where it discusses using traefik as a gateway to services in a service fabric cluster or in advanced scenarios for interservice routing within the cluster it should be noted that traefik unlike azure api management does not have functionality to resolve the partition of a service that a request should be routed to for stateful services with gt partition more background can be found here document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias pnp ,1 +5375,12405389648.0,IssuesEvent,2020-05-21 17:11:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,New article links return 404,Pri1 architecture-center/svc cxp doc-enhancement triaged,"New article links return 404 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0dd7bc22-da10-1d3b-ba22-7d5e374be441 +* Version Independent ID: 9f466c91-adc7-0489-5b1e-17633d27c98c +* Content: [What's New in the Azure Architecture Center - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/changelog) +* Content Source: [docs/changelog.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/changelog.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"New article links return 404 - New article links return 404 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0dd7bc22-da10-1d3b-ba22-7d5e374be441 +* Version Independent ID: 9f466c91-adc7-0489-5b1e-17633d27c98c +* Content: [What's New in the Azure Architecture Center - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/changelog) +* Content Source: [docs/changelog.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/changelog.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,new article links return new article links return document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +9607,24893097883.0,IssuesEvent,2022-10-28 13:41:07,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Services Bus icon is incorrect,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2," +Services Bus icon is incorrect + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Services Bus icon is incorrect - +Services Bus icon is incorrect + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,services bus icon is incorrect services bus icon is incorrect document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +9180,24171709864.0,IssuesEvent,2022-09-22 19:52:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Suggestion to add Azure Queue Storage as a technology choice option for a message broker,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc,"Suggestion to add Azure Queue Storage as a technology choice option for a message broker: +https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/messaging#technology-choices-for-a-message-broker + +And to also add a link to this page +https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4503ec57-36ef-8040-b6de-5b5a1fea1590 +* Version Independent ID: 509de364-6faf-e11e-41e0-c2f6cb8583f6 +* Content: [Asynchronous messaging options in Azure - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/messaging) +* Content Source: [docs/guide/technology-choices/messaging.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/messaging.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1.0,"Suggestion to add Azure Queue Storage as a technology choice option for a message broker - Suggestion to add Azure Queue Storage as a technology choice option for a message broker: +https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/messaging#technology-choices-for-a-message-broker + +And to also add a link to this page +https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4503ec57-36ef-8040-b6de-5b5a1fea1590 +* Version Independent ID: 509de364-6faf-e11e-41e0-c2f6cb8583f6 +* Content: [Asynchronous messaging options in Azure - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/messaging) +* Content Source: [docs/guide/technology-choices/messaging.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/messaging.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,suggestion to add azure queue storage as a technology choice option for a message broker suggestion to add azure queue storage as a technology choice option for a message broker and to also add a link to this page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login pagewriter msft microsoft alias pnp ,1 +30567,7229037894.0,IssuesEvent,2018-02-11 16:06:08,gemrs/gem,https://api.github.com/repos/gemrs/gem,closed,bbc/compile improvements,bbc code hygiene,"bbc/compile/compile.go is a bit monolithic, could do with some cleaning + +tests for the actual compiler are lacking too (lexer and parser are fairly well tested) +",1.0,"bbc/compile improvements - bbc/compile/compile.go is a bit monolithic, could do with some cleaning + +tests for the actual compiler are lacking too (lexer and parser are fairly well tested) +",0,bbc compile improvements bbc compile compile go is a bit monolithic could do with some cleaning tests for the actual compiler are lacking too lexer and parser are fairly well tested ,0 +116036,11893992921.0,IssuesEvent,2020-03-29 14:01:15,arcus-azure/arcus.messaging,https://api.github.com/repos/arcus-azure/arcus.messaging,closed,Write introduction blog post for messaging,documentation,Write introduction blog post for messaging which discusses the focus of the project and what it brings to the table,1.0,Write introduction blog post for messaging - Write introduction blog post for messaging which discusses the focus of the project and what it brings to the table,0,write introduction blog post for messaging write introduction blog post for messaging which discusses the focus of the project and what it brings to the table,0 +9762,25166119161.0,IssuesEvent,2022-11-10 21:01:05,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"HTTP 202, wrong description",needs-art doc-bug assigned-to-author triaged architecture-center/svc Pri2 design-pattern/subsvc,"There seems a small bug in the description of the sequence diagram + +`For every successful call to the status endpoint, it returns HTTP 202.` + +Should be +`For every successful call to the status endpoint, it returns HTTP 200.` + +The mention of HTTP 202, continues in other text blocks as well. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6fea460c-4fac-723f-8df4-9d0811855a68 +* Version Independent ID: 4be364ca-aee7-7b49-13e1-3a94408ed7b9 +* Content: [Asynchronous Request-Reply Pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/async-request-reply) +* Content Source: [docs/patterns/async-request-reply.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/async-request-reply.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @WillEastbury +* Microsoft Alias: **wieastbu**",1.0,"HTTP 202, wrong description - There seems a small bug in the description of the sequence diagram + +`For every successful call to the status endpoint, it returns HTTP 202.` + +Should be +`For every successful call to the status endpoint, it returns HTTP 200.` + +The mention of HTTP 202, continues in other text blocks as well. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6fea460c-4fac-723f-8df4-9d0811855a68 +* Version Independent ID: 4be364ca-aee7-7b49-13e1-3a94408ed7b9 +* Content: [Asynchronous Request-Reply Pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/async-request-reply) +* Content Source: [docs/patterns/async-request-reply.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/async-request-reply.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @WillEastbury +* Microsoft Alias: **wieastbu**",1,http wrong description there seems a small bug in the description of the sequence diagram for every successful call to the status endpoint it returns http should be for every successful call to the status endpoint it returns http the mention of http continues in other text blocks as well document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login willeastbury microsoft alias wieastbu ,1 +296679,25568485666.0,IssuesEvent,2022-11-30 15:54:27,wazuh/wazuh,https://api.github.com/repos/wazuh/wazuh,opened,Release 4.4.0 - Alpha 1 - E2E UX tests - Virustotal integration,type/test/manual team/framework release test/4.4.0,"The following issue aims to run the specified test for the current release candidate, report the results, and open new issues for any encountered errors. + +## Test information +| | | +|-------------------------|--------------------------------------------| +| **Test name** | Virustotal | +| **Category** | Integrations | +| **Deployment option** | [Installation assistant](https://documentation.wazuh.com/current/installation-guide/wazuh-server/installation-assistant.html) | +| **Main release issue** | https://github.com/wazuh/wazuh/issues/15505 | +| **Main E2E UX test issue** | https://github.com/wazuh/wazuh/issues/15519 | +| **Release candidate #** | Alpha 1 | + +## Test description +Deploy Wazuh with the following design + +| Component | Guide | Cluster / Single | OS | +|-------------|------|-----------------|----| +| indexer | [ Installation Assistant ](https://documentation.wazuh.com/current/installation-guide/wazuh-indexer/installation-assistant.html)| Single | Ubuntu 18.04 | +| server | [ Installation Assistant ](https://documentation.wazuh.com/current/installation-guide/wazuh-server/installation-assistant.html)| Cluster | Ubuntu 18.04 | +| dashboard | [ Installation Assistant ](https://documentation.wazuh.com/current/installation-guide/wazuh-dashboard/installation-assistant.html)| Single | Ubuntu 18.04 | +| agent | [ Dashboard command ](https://documentation.wazuh.com/current/installation-guide/wazuh-agent/index.html) | Single | Alpine Linux | + + + +## Test report procedure + +All test results must have one of the following statuses: +| | | +|---------------------------------|--------------------------------------------| +| :green_circle: | All checks passed. | +| :red_circle: | There is at least one failed result. | +| :yellow_circle: | There is at least one expected failure or skipped test and no failures. | + +Any failing test must be properly addressed with a new issue, detailing the error and the possible cause. + +An extended report of the test results must be attached as a ZIP or TXT file. Please attach any documents, screenshots, or tables to the issue update with the results. This report can be used by the auditors to dig deeper into any possible failures and details. + +## Conclusions + +All tests have been executed and the results can be found [here](). + +| | | | | +|----------------|-------------|---------------------|----------------| +| **Status** | **Test** | **Failure type** | **Notes** | +| | | | | + +All tests have passed and the fails have been reported or justified. Therefore, I conclude that this issue is finished and OK for this release candidate. + +## Auditors validation +The definition of done for this one is the validation of the conclusions and the test results from all auditors. + +All checks from below must be accepted in order to close this issue. + +- [ ] MODULE OWNER +- [ ] EXTRA REVIEWER +",2.0,"Release 4.4.0 - Alpha 1 - E2E UX tests - Virustotal integration - The following issue aims to run the specified test for the current release candidate, report the results, and open new issues for any encountered errors. + +## Test information +| | | +|-------------------------|--------------------------------------------| +| **Test name** | Virustotal | +| **Category** | Integrations | +| **Deployment option** | [Installation assistant](https://documentation.wazuh.com/current/installation-guide/wazuh-server/installation-assistant.html) | +| **Main release issue** | https://github.com/wazuh/wazuh/issues/15505 | +| **Main E2E UX test issue** | https://github.com/wazuh/wazuh/issues/15519 | +| **Release candidate #** | Alpha 1 | + +## Test description +Deploy Wazuh with the following design + +| Component | Guide | Cluster / Single | OS | +|-------------|------|-----------------|----| +| indexer | [ Installation Assistant ](https://documentation.wazuh.com/current/installation-guide/wazuh-indexer/installation-assistant.html)| Single | Ubuntu 18.04 | +| server | [ Installation Assistant ](https://documentation.wazuh.com/current/installation-guide/wazuh-server/installation-assistant.html)| Cluster | Ubuntu 18.04 | +| dashboard | [ Installation Assistant ](https://documentation.wazuh.com/current/installation-guide/wazuh-dashboard/installation-assistant.html)| Single | Ubuntu 18.04 | +| agent | [ Dashboard command ](https://documentation.wazuh.com/current/installation-guide/wazuh-agent/index.html) | Single | Alpine Linux | + + + +## Test report procedure + +All test results must have one of the following statuses: +| | | +|---------------------------------|--------------------------------------------| +| :green_circle: | All checks passed. | +| :red_circle: | There is at least one failed result. | +| :yellow_circle: | There is at least one expected failure or skipped test and no failures. | + +Any failing test must be properly addressed with a new issue, detailing the error and the possible cause. + +An extended report of the test results must be attached as a ZIP or TXT file. Please attach any documents, screenshots, or tables to the issue update with the results. This report can be used by the auditors to dig deeper into any possible failures and details. + +## Conclusions + +All tests have been executed and the results can be found [here](). + +| | | | | +|----------------|-------------|---------------------|----------------| +| **Status** | **Test** | **Failure type** | **Notes** | +| | | | | + +All tests have passed and the fails have been reported or justified. Therefore, I conclude that this issue is finished and OK for this release candidate. + +## Auditors validation +The definition of done for this one is the validation of the conclusions and the test results from all auditors. + +All checks from below must be accepted in order to close this issue. + +- [ ] MODULE OWNER +- [ ] EXTRA REVIEWER +",0,release alpha ux tests virustotal integration the following issue aims to run the specified test for the current release candidate report the results and open new issues for any encountered errors test information test name virustotal category integrations deployment option main release issue main ux test issue release candidate alpha test description deploy wazuh with the following design component guide cluster single os indexer single ubuntu server cluster ubuntu dashboard single ubuntu agent single alpine linux test report procedure all test results must have one of the following statuses green circle all checks passed red circle there is at least one failed result yellow circle there is at least one expected failure or skipped test and no failures any failing test must be properly addressed with a new issue detailing the error and the possible cause an extended report of the test results must be attached as a zip or txt file please attach any documents screenshots or tables to the issue update with the results this report can be used by the auditors to dig deeper into any possible failures and details conclusions all tests have been executed and the results can be found status test failure type notes all tests have passed and the fails have been reported or justified therefore i conclude that this issue is finished and ok for this release candidate auditors validation the definition of done for this one is the validation of the conclusions and the test results from all auditors all checks from below must be accepted in order to close this issue module owner extra reviewer ,0 +10182,26474456244.0,IssuesEvent,2023-01-17 10:03:58,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Change from ""Can be contained?"" to ""Can be containerized?""",doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc,"On the Choose a candidate service diagram, I think it should say ""Can be containerized?"" instead of ""Can be contained?"" + +![image](https://user-images.githubusercontent.com/188079/122596055-5606d880-d037-11eb-9638-fa8441344525.png) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Change from ""Can be contained?"" to ""Can be containerized?"" - On the Choose a candidate service diagram, I think it should say ""Can be containerized?"" instead of ""Can be contained?"" + +![image](https://user-images.githubusercontent.com/188079/122596055-5606d880-d037-11eb-9638-fa8441344525.png) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,change from can be contained to can be containerized on the choose a candidate service diagram i think it should say can be containerized instead of can be contained document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login microsoft alias pnp ,1 +5441,12498146149.0,IssuesEvent,2020-06-01 17:45:42,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Retail inventory management,Pri1 architecture-center/svc assigned-to-author doc-idea triaged,"Hi team, +I moved this from here: https://github.com/MicrosoftDocs/architecture-center.zh-cn/issues/77 + +@richfox commented yesterday — with docs.microsoft.com +how to realize a small inventory control system with azure, do u have a code sample? + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 3d11b63e-15f8-5a33-5ab6-eeaf1f7db932 +* Version Independent ID: 6c36fc2f-a896-53f1-34fa-934e6e216158 +* Content: [Retail and e-commerce using Azure MySQL - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql#feedback) +* Content Source: [docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Retail inventory management - Hi team, +I moved this from here: https://github.com/MicrosoftDocs/architecture-center.zh-cn/issues/77 + +@richfox commented yesterday — with docs.microsoft.com +how to realize a small inventory control system with azure, do u have a code sample? + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 3d11b63e-15f8-5a33-5ab6-eeaf1f7db932 +* Version Independent ID: 6c36fc2f-a896-53f1-34fa-934e6e216158 +* Content: [Retail and e-commerce using Azure MySQL - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql#feedback) +* Content Source: [docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,retail inventory management hi team i moved this from here richfox commented yesterday — with docs microsoft com how to realize a small inventory control system with azure do u have a code sample document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +5406,12428003609.0,IssuesEvent,2020-05-25 04:43:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Content is outdated,Pri1 architecture-center/svc cloud-fundamentals/subsvc cxp triaged,"New Azure Services like Azure Synapse Analytics, Power BI Premium Capacity need to be added for OLAP workloads + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 560fb3dc-3a89-aa28-f4c1-564f7920f5ca +* Version Independent ID: b5255403-369f-9324-fb16-02526b24dba6 +* Content: [Online analytical processing (OLAP) - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/relational-data/online-analytical-processing#feedback) +* Content Source: [docs/data-guide/relational-data/online-analytical-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/relational-data/online-analytical-processing.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"Content is outdated - New Azure Services like Azure Synapse Analytics, Power BI Premium Capacity need to be added for OLAP workloads + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 560fb3dc-3a89-aa28-f4c1-564f7920f5ca +* Version Independent ID: b5255403-369f-9324-fb16-02526b24dba6 +* Content: [Online analytical processing (OLAP) - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/relational-data/online-analytical-processing#feedback) +* Content Source: [docs/data-guide/relational-data/online-analytical-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/relational-data/online-analytical-processing.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,content is outdated new azure services like azure synapse analytics power bi premium capacity need to be added for olap workloads document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login zoinertejada microsoft alias pnp ,1 +61126,25367582571.0,IssuesEvent,2022-11-21 08:04:19,Azure/azure-sdk-for-java,https://api.github.com/repos/Azure/azure-sdk-for-java,closed,Why Synchronised send failed without exception? [QUERY],question Service Bus Client customer-reported needs-author-feedback no-recent-activity,"**Query/Question** + +My use case is simple -- expose an API to send one message to Azure Topics synchronously and report the result (success or failure) back (http 200 if success). + +I have seen the Azure Message Bus client library failed to send the message once (happens very rarely )but did not throw any exception. Is this a bug? + +***Why is this not a Bug or a feature Request?*** +Not sure if this a bug. I checked the source code, the Synchronised client actually uses Async client internally but I fail to find anyway to register a 'listener' for failures. I would expect according to the method signature the exceptions are the only way to report failures. + +**Setup (please complete the following information if applicable):** +Library: + azure-messaging-servicebus 7.4.0 + +Code snippet: +` private ServiceBusSenderClient getSender(String topicCS, String topicName) { + + if(cachedClientByTopic.containsKey(topicName)){ + return cachedClientByTopic.get(topicName); + }else{ + ServiceBusSenderClient client = new ServiceBusClientBuilder().transportType(AmqpTransportType.AMQP_WEB_SOCKETS) + .connectionString(topicCS) + .sender() + .topicName(topicName) + .buildClient(); + cachedClientByTopic.put(topicName, client); + return client; + } + + } + + ServiceBusSenderClient sender = messageSender.getSenderWithTopic(eventType); + + try { + sender.sendMessage(message); + } catch (Exception e) { +//Expect that if there is no exception then the send is successful + log.error(""error sending message: ""+message, e); + throw new InternalServerErrorException(traceId, e.getMessage()); + } +return Response.ok().build(); +`",1.0,"Why Synchronised send failed without exception? [QUERY] - **Query/Question** + +My use case is simple -- expose an API to send one message to Azure Topics synchronously and report the result (success or failure) back (http 200 if success). + +I have seen the Azure Message Bus client library failed to send the message once (happens very rarely )but did not throw any exception. Is this a bug? + +***Why is this not a Bug or a feature Request?*** +Not sure if this a bug. I checked the source code, the Synchronised client actually uses Async client internally but I fail to find anyway to register a 'listener' for failures. I would expect according to the method signature the exceptions are the only way to report failures. + +**Setup (please complete the following information if applicable):** +Library: + azure-messaging-servicebus 7.4.0 + +Code snippet: +` private ServiceBusSenderClient getSender(String topicCS, String topicName) { + + if(cachedClientByTopic.containsKey(topicName)){ + return cachedClientByTopic.get(topicName); + }else{ + ServiceBusSenderClient client = new ServiceBusClientBuilder().transportType(AmqpTransportType.AMQP_WEB_SOCKETS) + .connectionString(topicCS) + .sender() + .topicName(topicName) + .buildClient(); + cachedClientByTopic.put(topicName, client); + return client; + } + + } + + ServiceBusSenderClient sender = messageSender.getSenderWithTopic(eventType); + + try { + sender.sendMessage(message); + } catch (Exception e) { +//Expect that if there is no exception then the send is successful + log.error(""error sending message: ""+message, e); + throw new InternalServerErrorException(traceId, e.getMessage()); + } +return Response.ok().build(); +`",0,why synchronised send failed without exception query question my use case is simple expose an api to send one message to azure topics synchronously and report the result success or failure back http if success i have seen the azure message bus client library failed to send the message once happens very rarely but did not throw any exception is this a bug why is this not a bug or a feature request not sure if this a bug i checked the source code the synchronised client actually uses async client internally but i fail to find anyway to register a listener for failures i would expect according to the method signature the exceptions are the only way to report failures setup please complete the following information if applicable library azure messaging servicebus code snippet private servicebussenderclient getsender string topiccs string topicname if cachedclientbytopic containskey topicname return cachedclientbytopic get topicname else servicebussenderclient client new servicebusclientbuilder transporttype amqptransporttype amqp web sockets connectionstring topiccs sender topicname topicname buildclient cachedclientbytopic put topicname client return client servicebussenderclient sender messagesender getsenderwithtopic eventtype try sender sendmessage message catch exception e expect that if there is no exception then the send is successful log error error sending message message e throw new internalservererrorexception traceid e getmessage return response ok build ,0 +590804,17788283338.0,IssuesEvent,2021-08-31 13:37:09,infor-design/enterprise,https://api.github.com/repos/infor-design/enterprise,closed,Fieldfilter: Unable to select in the dropdown filter,type: bug :bug: priority: minor [2]," + +**Describe the bug** +Fieldfilter: Unable to select in the dropdown filter + +**To Reproduce** + + +Steps to reproduce the behavior: +1. Go to https://main-enterprise.demo.design.infor.com/components/field-filter/example-index.html +2. Tab to the dropdown field and try to select a record using keyboard function or hover and select a record. + +**Expected behavior** +Data should be selected + +**Version** +IDS - 4.53 - dev + +**Screenshots** +![image](https://user-images.githubusercontent.com/45757016/121897437-f7024480-cd54-11eb-83bd-bf95f3731c40.png) + +**Platform** +All major browsers, OS and devices + +**Additional context** +N/a",1.0,"Fieldfilter: Unable to select in the dropdown filter - + +**Describe the bug** +Fieldfilter: Unable to select in the dropdown filter + +**To Reproduce** + + +Steps to reproduce the behavior: +1. Go to https://main-enterprise.demo.design.infor.com/components/field-filter/example-index.html +2. Tab to the dropdown field and try to select a record using keyboard function or hover and select a record. + +**Expected behavior** +Data should be selected + +**Version** +IDS - 4.53 - dev + +**Screenshots** +![image](https://user-images.githubusercontent.com/45757016/121897437-f7024480-cd54-11eb-83bd-bf95f3731c40.png) + +**Platform** +All major browsers, OS and devices + +**Additional context** +N/a",0,fieldfilter unable to select in the dropdown filter describe the bug fieldfilter unable to select in the dropdown filter to reproduce steps to reproduce the behavior go to tab to the dropdown field and try to select a record using keyboard function or hover and select a record expected behavior data should be selected version ids dev screenshots platform all major browsers os and devices additional context n a,0 +9120,24055646504.0,IssuesEvent,2022-09-16 16:34:55,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Possibly wrong category for scenario,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"Should this scenario really be categorized/organized as ""DevOps""? Perhaps Web or Mobile would be more fitting? + +/C + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 36cc3d81-d33a-bc9b-ab91-d7c4c8e26a95 +* Version Independent ID: d3ce3924-f004-a61a-867c-b81fae8cf5f9 +* Content: [Sharing location in real time using low-cost serverless Azure services - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/signalr/) +* Content Source: [docs/example-scenario/signalr/index.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/signalr/index.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @talhanaveed +* Microsoft Alias: **pnp**",1.0,"Possibly wrong category for scenario - Should this scenario really be categorized/organized as ""DevOps""? Perhaps Web or Mobile would be more fitting? + +/C + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 36cc3d81-d33a-bc9b-ab91-d7c4c8e26a95 +* Version Independent ID: d3ce3924-f004-a61a-867c-b81fae8cf5f9 +* Content: [Sharing location in real time using low-cost serverless Azure services - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/signalr/) +* Content Source: [docs/example-scenario/signalr/index.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/signalr/index.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @talhanaveed +* Microsoft Alias: **pnp**",1,possibly wrong category for scenario should this scenario really be categorized organized as devops perhaps web or mobile would be more fitting c document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login talhanaveed microsoft alias pnp ,1 +3775,10114312028.0,IssuesEvent,2019-07-30 18:52:09,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Can you,architecture-center/svc assigned-to-author doc-enhancement needs-art triaged,"Include the visio file for the diagram above? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f3d6aeb8-ec6a-4d27-2d10-1b404de450b7 +* Version Independent ID: 65b165e4-a2e4-7f57-19eb-884fce7bf880 +* Content: [Build an enterprise-grade conversational bot](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/conversational-bot) +* Content Source: [docs/reference-architectures/ai/conversational-bot.md](https://github.com/mspnp/architecture-center/blob/master/docs/reference-architectures/ai/conversational-bot.md) +* Service: **architecture-center** +* GitHub Login: @roalexan +* Microsoft Alias: **pnp**",1.0,"Can you - Include the visio file for the diagram above? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f3d6aeb8-ec6a-4d27-2d10-1b404de450b7 +* Version Independent ID: 65b165e4-a2e4-7f57-19eb-884fce7bf880 +* Content: [Build an enterprise-grade conversational bot](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/conversational-bot) +* Content Source: [docs/reference-architectures/ai/conversational-bot.md](https://github.com/mspnp/architecture-center/blob/master/docs/reference-architectures/ai/conversational-bot.md) +* Service: **architecture-center** +* GitHub Login: @roalexan +* Microsoft Alias: **pnp**",1,can you include the visio file for the diagram above document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login roalexan microsoft alias pnp ,1 +5446,12498223827.0,IssuesEvent,2020-06-01 17:54:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Please provide implementation details and code examples,Pri2 architecture-center/svc assigned-to-author solution-idea/subsvc triaged," + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 839bcfd0-caf7-c1f2-0dab-3340d9f8f528 +* Version Independent ID: 8631e812-4b30-9c93-a007-203bc05a238e +* Content: [Social App for Mobile and Web with Authentication - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/social-mobile-and-web-app-with-authentication#feedback) +* Content Source: [docs/solution-ideas/articles/social-mobile-and-web-app-with-authentication.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/social-mobile-and-web-app-with-authentication.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Please provide implementation details and code examples - + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 839bcfd0-caf7-c1f2-0dab-3340d9f8f528 +* Version Independent ID: 8631e812-4b30-9c93-a007-203bc05a238e +* Content: [Social App for Mobile and Web with Authentication - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/social-mobile-and-web-app-with-authentication#feedback) +* Content Source: [docs/solution-ideas/articles/social-mobile-and-web-app-with-authentication.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/social-mobile-and-web-app-with-authentication.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,please provide implementation details and code examples document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +11033,27809753895.0,IssuesEvent,2023-03-18 01:38:16,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Good job,cxp product-feedback docs-experience triaged architecture-center/svc Pri2 azure-guide/subsvc," +This page was extremely helpful for us to understand and plan our Azure Front Door implementation. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: ddfaa14a-8031-7723-7687-2c4bdbbfb003 +* Version Independent ID: ddfaa14a-8031-7723-7687-2c4bdbbfb003 +* Content: [Use Azure Front Door in a multitenant solution - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/multitenant/service/front-door) +* Content Source: [docs/guide/multitenant/service/front-door.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/multitenant/service/front-door.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @rajnemani +* Microsoft Alias: **ranema**",1.0,"Good job - +This page was extremely helpful for us to understand and plan our Azure Front Door implementation. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: ddfaa14a-8031-7723-7687-2c4bdbbfb003 +* Version Independent ID: ddfaa14a-8031-7723-7687-2c4bdbbfb003 +* Content: [Use Azure Front Door in a multitenant solution - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/multitenant/service/front-door) +* Content Source: [docs/guide/multitenant/service/front-door.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/multitenant/service/front-door.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @rajnemani +* Microsoft Alias: **ranema**",1,good job this page was extremely helpful for us to understand and plan our azure front door implementation document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login rajnemani microsoft alias ranema ,1 +3742,10077714278.0,IssuesEvent,2019-07-24 19:25:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Establish a modern perimeter,Pri1 architecture-center/svc cloud-design-principles/subsvc cxp triaged,"The hyperlinks don't direct anywhere. ie: https://docs.microsoft.com/en-us/azure/architecture/security/governance.md#enterprise-segmentation-strategy delivers a 404 response + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 55000863-6c61-319b-7d0d-5366c403e5e2 +* Version Independent ID: 7bb9bb22-f939-6176-236f-79399b6ab2b4 +* Content: [Security in Azure](https://docs.microsoft.com/en-us/azure/architecture/security/overview#feedback) +* Content Source: [docs/security/overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/security/overview.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1.0,"Establish a modern perimeter - The hyperlinks don't direct anywhere. ie: https://docs.microsoft.com/en-us/azure/architecture/security/governance.md#enterprise-segmentation-strategy delivers a 404 response + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 55000863-6c61-319b-7d0d-5366c403e5e2 +* Version Independent ID: 7bb9bb22-f939-6176-236f-79399b6ab2b4 +* Content: [Security in Azure](https://docs.microsoft.com/en-us/azure/architecture/security/overview#feedback) +* Content Source: [docs/security/overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/security/overview.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,establish a modern perimeter the hyperlinks don t direct anywhere ie delivers a response document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud design principles github login pagewriter msft microsoft alias pnp ,1 +7678,18839142199.0,IssuesEvent,2021-11-11 07:11:50,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Typo - Repeated Word,doc-bug cxp triaged architecture-center/svc reference-architecture/subsvc," +Under Reference Architecture -> AKS baseline cluster -> Cluster Access -> Local Accounts + +The second sentence has the word ""access"" twice in a row. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/containers/aks/secure-baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",2.0,"Typo - Repeated Word - +Under Reference Architecture -> AKS baseline cluster -> Cluster Access -> Local Accounts + +The second sentence has the word ""access"" twice in a row. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/containers/aks/secure-baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,typo repeated word under reference architecture aks baseline cluster cluster access local accounts the second sentence has the word access twice in a row document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias pnp ,1 +11795,13909771194.0,IssuesEvent,2020-10-20 15:17:22,oshi/oshi,https://api.github.com/repos/oshi/oshi,closed,Incorrect CPU usage reported for Windows based processor group setup,compatibility confirmed bug fixed,"I am from AppDynamics. We are using OSHI 5.1.0 to retrieve CPU, Memory, Processor, Process information and the environment in use is name=Windows, release=Microsoft Windows Server 2016 Standard, architecture=64-bit + +Environment in test is having +64 physical cores +128 logical cores/logical processors + +AppDynamics customer had created two processor groups, each with 64 logical processor. Issue is that using OSHI we are detecting CPU activity on the first “processor group”, i.e. 64 logical processors. Generally a instance of a service in run in each processor group – so that means service instances are running in each of the two processor groups on this machine… but OSHI is computing CPU activity on only one processor group. + +Attached are the results of client's testing of the 64 core issue… the first screenshot shows the CPU usage (57%) for a task that ran on the second processor group (cores 64 – 127) for about 1.5 minutes from 3:45pm to 3:47pm. +The second screenshot shows the CPU usage (also 57%) for the same task run on the first processor group (cores 0 – 63) also for about 1.5 minutes from 4:00p to 4:02pm. + +The third screenshot show the AppDynamics using OSHI shows a max cpu trend from 3:40pm to 4:04pm and doesn't correctly reflect the CPU usage. + +I also referred to https://github.com/oshi/oshi/issues/785. This looks to be relevant to this issue. + +![image009](https://user-images.githubusercontent.com/72386265/96132255-cfce4b80-0f17-11eb-826b-461d0912d2e0.jpg) + +Can you please look into the issue. + +![image007](https://user-images.githubusercontent.com/72386265/96132078-939aeb00-0f17-11eb-9435-505328caa22a.png) +![image008](https://user-images.githubusercontent.com/72386265/96132111-9bf32600-0f17-11eb-9a86-236cc9ae1899.png) + +Thanks +Rajesh +",True,"Incorrect CPU usage reported for Windows based processor group setup - I am from AppDynamics. We are using OSHI 5.1.0 to retrieve CPU, Memory, Processor, Process information and the environment in use is name=Windows, release=Microsoft Windows Server 2016 Standard, architecture=64-bit + +Environment in test is having +64 physical cores +128 logical cores/logical processors + +AppDynamics customer had created two processor groups, each with 64 logical processor. Issue is that using OSHI we are detecting CPU activity on the first “processor group”, i.e. 64 logical processors. Generally a instance of a service in run in each processor group – so that means service instances are running in each of the two processor groups on this machine… but OSHI is computing CPU activity on only one processor group. + +Attached are the results of client's testing of the 64 core issue… the first screenshot shows the CPU usage (57%) for a task that ran on the second processor group (cores 64 – 127) for about 1.5 minutes from 3:45pm to 3:47pm. +The second screenshot shows the CPU usage (also 57%) for the same task run on the first processor group (cores 0 – 63) also for about 1.5 minutes from 4:00p to 4:02pm. + +The third screenshot show the AppDynamics using OSHI shows a max cpu trend from 3:40pm to 4:04pm and doesn't correctly reflect the CPU usage. + +I also referred to https://github.com/oshi/oshi/issues/785. This looks to be relevant to this issue. + +![image009](https://user-images.githubusercontent.com/72386265/96132255-cfce4b80-0f17-11eb-826b-461d0912d2e0.jpg) + +Can you please look into the issue. + +![image007](https://user-images.githubusercontent.com/72386265/96132078-939aeb00-0f17-11eb-9435-505328caa22a.png) +![image008](https://user-images.githubusercontent.com/72386265/96132111-9bf32600-0f17-11eb-9a86-236cc9ae1899.png) + +Thanks +Rajesh +",0,incorrect cpu usage reported for windows based processor group setup i am from appdynamics we are using oshi to retrieve cpu memory processor process information and the environment in use is name windows release microsoft windows server standard architecture bit environment in test is having physical cores logical cores logical processors appdynamics customer had created two processor groups each with logical processor issue is that using oshi we are detecting cpu activity on the first “processor group” i e logical processors generally a instance of a service in run in each processor group – so that means service instances are running in each of the two processor groups on this machine… but oshi is computing cpu activity on only one processor group attached are the results of client s testing of the core issue… the first screenshot shows the cpu usage for a task that ran on the second processor group cores – for about minutes from to the second screenshot shows the cpu usage also for the same task run on the first processor group cores – also for about minutes from to the third screenshot show the appdynamics using oshi shows a max cpu trend from to and doesn t correctly reflect the cpu usage i also referred to this looks to be relevant to this issue can you please look into the issue thanks rajesh ,0 +217755,16887341227.0,IssuesEvent,2021-06-23 03:15:29,crypto-org-chain/chain-main,https://api.github.com/repos/crypto-org-chain/chain-main,closed,Problem: nix function called with an unexpected argument,test,"https://github.com/crypto-org-chain/chain-main/runs/2881839518#step:8:1 +``` +error: anonymous function at /home/runner/work/chain-main/chain-main/pystarport/default.nix:1:1 called with unexpected argument 'chaind', at /home/runner/work/chain-main/chain-main/default.nix:72:16 +19 +(use '--show-trace' to show detailed location information) +```",1.0,"Problem: nix function called with an unexpected argument - https://github.com/crypto-org-chain/chain-main/runs/2881839518#step:8:1 +``` +error: anonymous function at /home/runner/work/chain-main/chain-main/pystarport/default.nix:1:1 called with unexpected argument 'chaind', at /home/runner/work/chain-main/chain-main/default.nix:72:16 +19 +(use '--show-trace' to show detailed location information) +```",0,problem nix function called with an unexpected argument error anonymous function at home runner work chain main chain main pystarport default nix called with unexpected argument chaind at home runner work chain main chain main default nix use show trace to show detailed location information ,0 +830977,32033968266.0,IssuesEvent,2023-09-22 14:09:06,shaka-project/shaka-player,https://api.github.com/repos/shaka-project/shaka-player,closed,Custom cast media control notifications ,type: enhancement flag: seeking PR status: waiting on response priority: P4,"I'm customizing media controls for Android devices. When playing media locally, on an android device, I solved it using `MediaSession`: https://developers.google.com/web/updates/2017/02/media-session +I even added `ActionHandlers` for previous and next tracks. + +I have a very similar goal when casting. It'd look something like this: https://developers.google.com/cast/docs/design_checklist/sender + +I believe I'd have to add a `chrome.cast.media.GenericMediaMetadata` to `chrome.cast.media.MediaInfo`. +Create a request, and load it: +`var request = new chrome.cast.media.LoadRequest(mediaInfo);` +`castSession.loadMedia(request).then(...)` + +Can I achieve this customization via `CastProxy`? I didn't find documents on how to extend its functionality either. Would this need to be a new feature or could I work around it myself? + +Thanks in advance, +",1.0,"Custom cast media control notifications - I'm customizing media controls for Android devices. When playing media locally, on an android device, I solved it using `MediaSession`: https://developers.google.com/web/updates/2017/02/media-session +I even added `ActionHandlers` for previous and next tracks. + +I have a very similar goal when casting. It'd look something like this: https://developers.google.com/cast/docs/design_checklist/sender + +I believe I'd have to add a `chrome.cast.media.GenericMediaMetadata` to `chrome.cast.media.MediaInfo`. +Create a request, and load it: +`var request = new chrome.cast.media.LoadRequest(mediaInfo);` +`castSession.loadMedia(request).then(...)` + +Can I achieve this customization via `CastProxy`? I didn't find documents on how to extend its functionality either. Would this need to be a new feature or could I work around it myself? + +Thanks in advance, +",0,custom cast media control notifications i m customizing media controls for android devices when playing media locally on an android device i solved it using mediasession i even added actionhandlers for previous and next tracks i have a very similar goal when casting it d look something like this i believe i d have to add a chrome cast media genericmediametadata to chrome cast media mediainfo create a request and load it var request new chrome cast media loadrequest mediainfo castsession loadmedia request then can i achieve this customization via castproxy i didn t find documents on how to extend its functionality either would this need to be a new feature or could i work around it myself thanks in advance ,0 +29065,23702154638.0,IssuesEvent,2022-08-29 20:06:48,cds-snc/scan-files,https://api.github.com/repos/cds-snc/scan-files,closed,Add CloudWatch log insight queries to Terraform,Infrastructure OKR,"# Summary +Update Terraform with CloudWatch log insight queries to make it easier to +find error logs when troubleshooting issues. + +# Related +* cds-snc/platform-core-services#113",1.0,"Add CloudWatch log insight queries to Terraform - # Summary +Update Terraform with CloudWatch log insight queries to make it easier to +find error logs when troubleshooting issues. + +# Related +* cds-snc/platform-core-services#113",0,add cloudwatch log insight queries to terraform summary update terraform with cloudwatch log insight queries to make it easier to find error logs when troubleshooting issues related cds snc platform core services ,0 +71909,7268714669.0,IssuesEvent,2018-02-20 11:04:03,dotnet/corefx,https://api.github.com/repos/dotnet/corefx,reopened,Test failure: System.IO.Tests.Enumeration.RootTests/CanRecurseFromRoot,disabled-test,"Opened on behalf of @danmosemsft + +The test `System.IO.Tests.Enumeration.RootTests/CanRecurseFromRoot` has failed. + +System.InvalidOperationException : Sequence contains more than one matching element + + Stack Trace: + + at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source, Func`2 predicate) in /Users/buildagent/agent/_work/391/s/corefx/src/System.Linq/src/System/Linq/Single.cs:line 143 + at System.IO.Tests.Enumeration.RootTests.CanRecurseFromRoot() in /Users/buildagent/agent/_work/391/s/corefx/src/System.IO.FileSystem/tests/Enumeration/RootTests.netcoreapp.cs:line 47 +Build : Master - 20180219.01 (Core Tests) +Failing configurations: +- OSX.1012.Amd64-x64 + - Release +- Ubuntu.1710.Amd64-x64 + - Release +",1.0,"Test failure: System.IO.Tests.Enumeration.RootTests/CanRecurseFromRoot - Opened on behalf of @danmosemsft + +The test `System.IO.Tests.Enumeration.RootTests/CanRecurseFromRoot` has failed. + +System.InvalidOperationException : Sequence contains more than one matching element + + Stack Trace: + + at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source, Func`2 predicate) in /Users/buildagent/agent/_work/391/s/corefx/src/System.Linq/src/System/Linq/Single.cs:line 143 + at System.IO.Tests.Enumeration.RootTests.CanRecurseFromRoot() in /Users/buildagent/agent/_work/391/s/corefx/src/System.IO.FileSystem/tests/Enumeration/RootTests.netcoreapp.cs:line 47 +Build : Master - 20180219.01 (Core Tests) +Failing configurations: +- OSX.1012.Amd64-x64 + - Release +- Ubuntu.1710.Amd64-x64 + - Release +",0,test failure system io tests enumeration roottests canrecursefromroot opened on behalf of danmosemsft the test system io tests enumeration roottests canrecursefromroot has failed system invalidoperationexception sequence contains more than one matching element stack trace at system linq enumerable singleordefault ienumerable source func predicate in users buildagent agent work s corefx src system linq src system linq single cs line at system io tests enumeration roottests canrecursefromroot in users buildagent agent work s corefx src system io filesystem tests enumeration roottests netcoreapp cs line build master core tests failing configurations osx release ubuntu release ,0 +314761,23536067722.0,IssuesEvent,2022-08-19 20:56:29,konpyutaika/nifikop,https://api.github.com/repos/konpyutaika/nifikop,closed,NiFiCluster nodeAnnotations don't match site docs,bug documentation community,"From nifikop created by [michael81877](https://github.com/michael81877): Orange-OpenSource/nifikop#151 + +## Bug Report + + + +The `NiFiCluster.spec.nodeConfigGroup.nodeAnnotations` [documented here](https://orange-opensource.github.io/nifikop/docs/5_references/1_nifi_cluster/3_node_config#nodeconfig) actually map to `NiFiCluster.spec.nodeConfigGroup.nifiAnnotations` in the custom resource definition. + +The name would be more appropriate as `nodeAnnotations` given its location in the CRD. + +source of the problem is here: https://github.com/Orange-OpenSource/nifikop/blob/master/api/v1alpha1/nificluster_types.go#L284 + + +**Environment** +* nifikop version: 0.7.1 + + + +* go version: 16 + + + +* Kubernetes version information: + + + +* Kubernetes cluster kind: + +* NiFi version: + + + +**Possible Solution** + + +I've submitted a PR with a related change and renamed `NiFiCluster.spec.nodeConfigGroup.nifiAnnotations` to `NiFiCluster.spec.nodeConfigGroup.nodeAnnotations` to match the site documentation. + +**Additional context** +I've submitted a fix for this in #150",1.0,"NiFiCluster nodeAnnotations don't match site docs - From nifikop created by [michael81877](https://github.com/michael81877): Orange-OpenSource/nifikop#151 + +## Bug Report + + + +The `NiFiCluster.spec.nodeConfigGroup.nodeAnnotations` [documented here](https://orange-opensource.github.io/nifikop/docs/5_references/1_nifi_cluster/3_node_config#nodeconfig) actually map to `NiFiCluster.spec.nodeConfigGroup.nifiAnnotations` in the custom resource definition. + +The name would be more appropriate as `nodeAnnotations` given its location in the CRD. + +source of the problem is here: https://github.com/Orange-OpenSource/nifikop/blob/master/api/v1alpha1/nificluster_types.go#L284 + + +**Environment** +* nifikop version: 0.7.1 + + + +* go version: 16 + + + +* Kubernetes version information: + + + +* Kubernetes cluster kind: + +* NiFi version: + + + +**Possible Solution** + + +I've submitted a PR with a related change and renamed `NiFiCluster.spec.nodeConfigGroup.nifiAnnotations` to `NiFiCluster.spec.nodeConfigGroup.nodeAnnotations` to match the site documentation. + +**Additional context** +I've submitted a fix for this in #150",0,nificluster nodeannotations don t match site docs from nifikop created by orange opensource nifikop bug report note make sure to first check the prerequisites that can be found in the main readme file thanks for filing an issue before hitting the button please answer these questions fill in as much of the template below as you can if you leave out information we can t help you as well the nificluster spec nodeconfiggroup nodeannotations actually map to nificluster spec nodeconfiggroup nifiannotations in the custom resource definition the name would be more appropriate as nodeannotations given its location in the crd source of the problem is here environment nifikop version go version kubernetes version information kubernetes cluster kind nifi version possible solution i ve submitted a pr with a related change and renamed nificluster spec nodeconfiggroup nifiannotations to nificluster spec nodeconfiggroup nodeannotations to match the site documentation additional context i ve submitted a fix for this in ,0 +280683,8685077706.0,IssuesEvent,2018-12-03 06:07:13,itachi1706/CheesecakeUtilities,https://api.github.com/repos/itachi1706/CheesecakeUtilities,opened,Personal Package Tracking utility,newfeature:utility priority:low,"We will make use of [this API](https://github.com/AfterShip/aftership-sdk-android) to track packages. Also this will require a personal API key to be inputed for it to be used, otherwise just quit the activity + +[API Reference](https://docs.aftership.com/api/4/overview)",1.0,"Personal Package Tracking utility - We will make use of [this API](https://github.com/AfterShip/aftership-sdk-android) to track packages. Also this will require a personal API key to be inputed for it to be used, otherwise just quit the activity + +[API Reference](https://docs.aftership.com/api/4/overview)",0,personal package tracking utility we will make use of to track packages also this will require a personal api key to be inputed for it to be used otherwise just quit the activity ,0 +6637,14973041586.0,IssuesEvent,2021-01-28 00:08:56,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing Icons,Pri2 architecture-center/svc assigned-to-author doc-enhancement triaged," +I cannot find cions for Machine Learning, Databricks. + +Can you please provide a complete set of icons. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Missing Icons - +I cannot find cions for Machine Learning, Databricks. + +Can you please provide a complete set of icons. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,missing icons i cannot find cions for machine learning databricks can you please provide a complete set of icons document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +109790,13836840600.0,IssuesEvent,2020-10-14 02:11:05,raft-tech/TANF-app,https://api.github.com/repos/raft-tech/TANF-app,opened,"As an admin, I want to see wireframes of removing user groups from the TDP system",design,"Description/Problem Statement: +For OFA MVP, an admin needs to remove user groups from the TDP system. This issue delivers dev ready wireframes for removing user groups from the TDP system. + +AC: +- [ ] The problem we are trying to solve is clearly stated, as are questions we still have +- [ ] The design is consistent with the team’s past decisions, or a change is clearly documented +- [ ] The design is usable, meaning... + - [ ] It uses [USWDS components and follows it’s UX guidance](https://designsystem.digital.gov/components/), or a deviation is clearly documented + - [ ] Language is intentional and [plain](https://plainlanguage.gov/guidelines/); placeholders are clearly documented + - [ ] It follows [accessibility guidelines](https://accessibility.digital.gov/) (e.g. clear information hierarchy, color is not the only way meaning is communicated, etc.) + - [ ] If feedback identifies bigger questions or unknowns, create additional issues to investigate + +Tasks +- [ ] Review ACF's Access Control Policy to understand do's and don'ts +- [ ] Create low-fi mockups to share w/ Lauren/OFA data team (will this work for OFA/RS), dev (technically feasible), and OCIO/IPT(is in line with ACF's access control policy) to get feedback +- [ ] Refine and create dev ready mockups +- [ ] Check for accessibility against the manual QASP review checklist + +Questions: +NA + +DD +- [ ] Documentation: Design has been shared with the PO and team for feedback +- [ ] @cmajel has reviewed and signed off +- [ ] @lfrohlich has reviewed and signed off +",1.0,"As an admin, I want to see wireframes of removing user groups from the TDP system - Description/Problem Statement: +For OFA MVP, an admin needs to remove user groups from the TDP system. This issue delivers dev ready wireframes for removing user groups from the TDP system. + +AC: +- [ ] The problem we are trying to solve is clearly stated, as are questions we still have +- [ ] The design is consistent with the team’s past decisions, or a change is clearly documented +- [ ] The design is usable, meaning... + - [ ] It uses [USWDS components and follows it’s UX guidance](https://designsystem.digital.gov/components/), or a deviation is clearly documented + - [ ] Language is intentional and [plain](https://plainlanguage.gov/guidelines/); placeholders are clearly documented + - [ ] It follows [accessibility guidelines](https://accessibility.digital.gov/) (e.g. clear information hierarchy, color is not the only way meaning is communicated, etc.) + - [ ] If feedback identifies bigger questions or unknowns, create additional issues to investigate + +Tasks +- [ ] Review ACF's Access Control Policy to understand do's and don'ts +- [ ] Create low-fi mockups to share w/ Lauren/OFA data team (will this work for OFA/RS), dev (technically feasible), and OCIO/IPT(is in line with ACF's access control policy) to get feedback +- [ ] Refine and create dev ready mockups +- [ ] Check for accessibility against the manual QASP review checklist + +Questions: +NA + +DD +- [ ] Documentation: Design has been shared with the PO and team for feedback +- [ ] @cmajel has reviewed and signed off +- [ ] @lfrohlich has reviewed and signed off +",0,as an admin i want to see wireframes of removing user groups from the tdp system description problem statement for ofa mvp an admin needs to remove user groups from the tdp system this issue delivers dev ready wireframes for removing user groups from the tdp system ac the problem we are trying to solve is clearly stated as are questions we still have the design is consistent with the team’s past decisions or a change is clearly documented the design is usable meaning it uses or a deviation is clearly documented language is intentional and placeholders are clearly documented it follows e g clear information hierarchy color is not the only way meaning is communicated etc if feedback identifies bigger questions or unknowns create additional issues to investigate tasks review acf s access control policy to understand do s and don ts create low fi mockups to share w lauren ofa data team will this work for ofa rs dev technically feasible and ocio ipt is in line with acf s access control policy to get feedback refine and create dev ready mockups check for accessibility against the manual qasp review checklist questions na dd documentation design has been shared with the po and team for feedback cmajel has reviewed and signed off lfrohlich has reviewed and signed off ,0 +8344,22067663298.0,IssuesEvent,2022-05-31 06:12:13,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,HONOURED FOR DOING THIS COURSE.,cxp docs-experience triaged architecture-center/svc Pri1 azure-guide/subsvc," +[Enter feedback here] + +I'm very thankful for doing this course. This certification will help for my career growth and better placements. The course mainly gives me knowledge of Azure and how it functions. + Thank you for Sponsoring this course Free. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Build solutions with availability zones - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/high-availability/building-solutions-for-high-availability.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"HONOURED FOR DOING THIS COURSE. - +[Enter feedback here] + +I'm very thankful for doing this course. This certification will help for my career growth and better placements. The course mainly gives me knowledge of Azure and how it functions. + Thank you for Sponsoring this course Free. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Build solutions with availability zones - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/high-availability/building-solutions-for-high-availability.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,honoured for doing this course i m very thankful for doing this course this certification will help for my career growth and better placements the course mainly gives me knowledge of azure and how it functions thank you for sponsoring this course free document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias edprice ,1 +92536,26709620792.0,IssuesEvent,2023-01-27 21:54:18,golang/go,https://api.github.com/repos/golang/go,closed,x/build/internal/task: improve advisory TryBot usability,Builders NeedsFix,"As implemented, advisory trybots failures are a pain to deal with. First, they should retry to suppress flakes. Second, the process of bouncing between the ""Approve any TryBot failures"" task and the individual failures is needlessly annoying. + +Because a failing trybot run shouldn't break the build, we can't take advantage of the workflow package's retry support. We'll have to do some internal retries. Moving the approval step to the individual failures is easy.",1.0,"x/build/internal/task: improve advisory TryBot usability - As implemented, advisory trybots failures are a pain to deal with. First, they should retry to suppress flakes. Second, the process of bouncing between the ""Approve any TryBot failures"" task and the individual failures is needlessly annoying. + +Because a failing trybot run shouldn't break the build, we can't take advantage of the workflow package's retry support. We'll have to do some internal retries. Moving the approval step to the individual failures is easy.",0,x build internal task improve advisory trybot usability as implemented advisory trybots failures are a pain to deal with first they should retry to suppress flakes second the process of bouncing between the approve any trybot failures task and the individual failures is needlessly annoying because a failing trybot run shouldn t break the build we can t take advantage of the workflow package s retry support we ll have to do some internal retries moving the approval step to the individual failures is easy ,0 +297353,25724206102.0,IssuesEvent,2022-12-07 15:36:01,cockroachdb/cockroach,https://api.github.com/repos/cockroachdb/cockroach,closed,roachtest: activerecord failed,C-test-failure O-robot O-roachtest release-blocker T-sql-experience branch-release-21.2,"roachtest.activerecord [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=7852320&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=7852320&tab=artifacts#/activerecord) on release-21.2 @ [9c5bcfb9e024165f91494929a15477c5126611ff](https://github.com/cockroachdb/cockroach/commits/9c5bcfb9e024165f91494929a15477c5126611ff): + + +``` + 0 tests expected failed but skipped + 0 tests expected failed but not run + --- + --- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected) + --- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected) + --- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected) + --- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected) + --- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected) + --- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected) + --- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected) + --- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected) + --- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected) + --- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected) + --- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected) + --- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected) + --- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected) + --- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected) + --- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected) + --- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected) + --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected) + --- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected) + --- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected) + --- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected) + --- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected) + --- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected) + --- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected) + --- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected) + --- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected) + --- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected) + --- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected) + For a full summary look at the activerecord artifacts + + An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log +``` +
Reproduce +

+ + +See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) + +

+
+
Same failure on other branches +

+ +- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] +- #87580 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-release-22.2] +- #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] +

+
+/cc @cockroachdb/sql-experience + + +[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*activerecord.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) + + + +Jira issue: CRDB-22163",2.0,"roachtest: activerecord failed - roachtest.activerecord [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=7852320&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=7852320&tab=artifacts#/activerecord) on release-21.2 @ [9c5bcfb9e024165f91494929a15477c5126611ff](https://github.com/cockroachdb/cockroach/commits/9c5bcfb9e024165f91494929a15477c5126611ff): + + +``` + 0 tests expected failed but skipped + 0 tests expected failed but not run + --- + --- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected) + --- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected) + --- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected) + --- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected) + --- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected) + --- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected) + --- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected) + --- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected) + --- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected) + --- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected) + --- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected) + --- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected) + --- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected) + --- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected) + --- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected) + --- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected) + --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected) + --- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected) + --- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected) + --- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected) + --- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected) + --- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected) + --- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected) + --- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected) + --- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected) + --- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected) + --- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected) + --- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected) + For a full summary look at the activerecord artifacts + + An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log +``` +
Reproduce +

+ + +See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) + +

+
+
Same failure on other branches +

+ +- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] +- #87580 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-release-22.2] +- #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] +

+
+/cc @cockroachdb/sql-experience + + +[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*activerecord.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) + + + +Jira issue: CRDB-22163",0,roachtest activerecord failed roachtest activerecord with on release tests expected failed but skipped tests expected failed but not run fail test validates associated on generated message given on condition unexpected fail activerecord migration tabletest test remove index removes index with options unexpected fail test validates uniqueness of on generated message given no options unexpected fail activerecord migration tabletest test index exists with options unexpected fail activerecord postgresqldbcreatetest test establishes connection to postgresql database unexpected fail activerecord postgresqlpurgetest test creates database unexpected fail transactionalfixturesonconnectionnotification test notification established transactions are rolled back unexpected fail activerecord migration tabletest test remove references column type with polymorphic and options null is false removes table flag unexpected fail activerecord migration tabletest test remove references column type with polymorphic removes type unexpected fail activerecord migration tabletest test index creates index with options unexpected fail test validates uniqueness of on generated message given custom message unexpected fail activerecord migration tabletest test column creates column with options unexpected fail test validates uniqueness of on generated message given unless condition unexpected fail activerecord migration tabletest test primary key creates primary key column unexpected fail activerecord postgresqldbdroptest test establishes connection to postgresql database unexpected fail activerecord migration tabletest test remove drops multiple columns when column options are given unexpected fail activerecord postgresqldbcreatetest test creates database with given collation and ctype unexpected fail test validates associated on generated message given option that is not reserved unexpected fail test validates associated on generated message given unless condition unexpected fail activerecord postgresqlpurgetest test establishes connection to postgresql database unexpected fail activerecord migration tabletest test index exists unexpected fail activerecord migration tabletest test remove check constraint removes check constraint unexpected fail activerecord postgresqldbcreatetest test creates database with default encoding unexpected fail activerecord postgresqlpurgetest test establishes connection unexpected pass serializedattributetestwithyamlsafeload test unexpected serialized type expected fail activerecord migration tabletest test check constraint creates check constraint unexpected fail activerecord migration tabletest test timestamps creates updated at and created at unexpected fail activerecord migration tabletest test references column type with polymorphic adds type unexpected pass serializedattributetest test unexpected serialized type expected fail test validates uniqueness of on generated message given option that is not reserved unexpected fail activerecord migration tabletest test remove references column type with polymorphic and type unexpected fail activerecord migration tabletest test change changes column with options unexpected fail test validates associated on generated message given if condition unexpected fail test validates associated on generated message given no options unexpected fail test validates uniqueness of on generated message given if condition unexpected fail activerecord migration tabletest test references column type with polymorphic and options null is false adds table flag unexpected fail transactionalfixturesonconnectionnotification test transaction created on connection notification for shard unexpected fail activerecord postgresqldbcreatetest test establishes connection to new database unexpected fail test validates uniqueness of on generated message given on condition unexpected fail activerecord migration tabletest test remove timestamps creates updated at and created at unexpected fail test validates associated on generated message given custom message unexpected fail activerecord migration tabletest test references column type with polymorphic and type unexpected fail activerecord postgresqldbcreatetest test creates database with given encoding unexpected fail transactionalfixturesonconnectionnotification test transaction created on connection notification unexpected for a full summary look at the activerecord artifacts an updated blocklist is available in the artifacts activerecord log reproduce see same failure on other branches roachtest activerecord failed roachtest activerecord failed roachtest activerecord failed cc cockroachdb sql experience jira issue crdb ,0 +265401,23165547744.0,IssuesEvent,2022-07-30 00:04:44,cuny-academic-commons/commons-in-a-box,https://api.github.com/repos/cuny-academic-commons/commons-in-a-box,closed,Template chooser: Interface for changing site association,Enhancement OpenLab Needs testing,It should be possible to select which site a Site Template is associated with.,1.0,Template chooser: Interface for changing site association - It should be possible to select which site a Site Template is associated with.,0,template chooser interface for changing site association it should be possible to select which site a site template is associated with ,0 +12748,5238137781.0,IssuesEvent,2017-01-31 02:54:42,jeff1evesque/cis-benchmark,https://api.github.com/repos/jeff1evesque/cis-benchmark,closed,Add initial Vagrantfile,build centos7x new feature trusty64,"We will add an initial `Vagrantfile`, which should include a switch statement allowing users to toggle between various operating systems. + +**Note:** it is not certain if we'll be able to implement the raspbian operating system within vagrant.",1.0,"Add initial Vagrantfile - We will add an initial `Vagrantfile`, which should include a switch statement allowing users to toggle between various operating systems. + +**Note:** it is not certain if we'll be able to implement the raspbian operating system within vagrant.",0,add initial vagrantfile we will add an initial vagrantfile which should include a switch statement allowing users to toggle between various operating systems note it is not certain if we ll be able to implement the raspbian operating system within vagrant ,0 +9109,24052095101.0,IssuesEvent,2022-09-16 13:40:27,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Need these in an easy to import format,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2,"I should not have to add each icon manuall, then rename into a new stencil set in Visio. Azure and Visio have both been around long enough that these should: +A. Already be an icon set in Visio nativly instead of having to download the zip file +B. At least have a stencil set available to ease the import of the hundreds of new icons into Visio. + +Having to manually add and rename each icon is less than a productive use of my time and effort. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Need these in an easy to import format - I should not have to add each icon manuall, then rename into a new stencil set in Visio. Azure and Visio have both been around long enough that these should: +A. Already be an icon set in Visio nativly instead of having to download the zip file +B. At least have a stencil set available to ease the import of the hundreds of new icons into Visio. + +Having to manually add and rename each icon is less than a productive use of my time and effort. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,need these in an easy to import format i should not have to add each icon manuall then rename into a new stencil set in visio azure and visio have both been around long enough that these should a already be an icon set in visio nativly instead of having to download the zip file b at least have a stencil set available to ease the import of the hundreds of new icons into visio having to manually add and rename each icon is less than a productive use of my time and effort document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +64149,26632784074.0,IssuesEvent,2023-01-24 19:11:45,microsoftgraph/msgraph-sdk-powershell,https://api.github.com/repos/microsoftgraph/msgraph-sdk-powershell,closed,"Add-MgApplicationKey failing with ""Insufficient privileges to complete the operation.""",under-investigation Service issue,"We have a usecase in our powershell script to add multiple certificates on behalf of the application at different points of time. +We were using `New-AzureADApplicationKeyCredential `and are planning to move to Graph PS SDK. +However, I found that `Add-MgApplicationKey ` cmdlet requires `""Proof""` to be provided to add the certificates or else it would fail with the `""Insufficient privileges to complete the operation.""` error. +I found [here ](https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/270) that `Update-MgApplication `is an option to use for adding certificates. + +I tried adding certificates one after the other using Update-MgApplication cmdlet, only to find that the certificates are overwritten and the earlier updated certificates were lost. + +I get First certificate at some point in time, I add the certificate using: +`Update-MgApplication -ApplicationId ""myAppId"" -KeyCredential @{Type= ""AsymmetricX509Cert"";Usage =""Verify"";key=$CertFirst.RawData ; StartDateTime = $now ; EndDateTime = $CertFirst.NotAfter ;} +` +And then after some time, I get the second certificate, but when I add the certificate using the below command, I lose the first one already added: +`Update-MgApplication -ApplicationId ""myAppId"" -KeyCredential @{Type= ""AsymmetricX509Cert"";Usage =""Verify"";key=$CertSecond.RawData ; StartDateTime = $now ; EndDateTime = $CertSecond.NotAfter ;} +` +Can you please let me know how to solve this scenario. +[AB#10381](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10381)",1.0,"Add-MgApplicationKey failing with ""Insufficient privileges to complete the operation."" - We have a usecase in our powershell script to add multiple certificates on behalf of the application at different points of time. +We were using `New-AzureADApplicationKeyCredential `and are planning to move to Graph PS SDK. +However, I found that `Add-MgApplicationKey ` cmdlet requires `""Proof""` to be provided to add the certificates or else it would fail with the `""Insufficient privileges to complete the operation.""` error. +I found [here ](https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/270) that `Update-MgApplication `is an option to use for adding certificates. + +I tried adding certificates one after the other using Update-MgApplication cmdlet, only to find that the certificates are overwritten and the earlier updated certificates were lost. + +I get First certificate at some point in time, I add the certificate using: +`Update-MgApplication -ApplicationId ""myAppId"" -KeyCredential @{Type= ""AsymmetricX509Cert"";Usage =""Verify"";key=$CertFirst.RawData ; StartDateTime = $now ; EndDateTime = $CertFirst.NotAfter ;} +` +And then after some time, I get the second certificate, but when I add the certificate using the below command, I lose the first one already added: +`Update-MgApplication -ApplicationId ""myAppId"" -KeyCredential @{Type= ""AsymmetricX509Cert"";Usage =""Verify"";key=$CertSecond.RawData ; StartDateTime = $now ; EndDateTime = $CertSecond.NotAfter ;} +` +Can you please let me know how to solve this scenario. +[AB#10381](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10381)",0,add mgapplicationkey failing with insufficient privileges to complete the operation we have a usecase in our powershell script to add multiple certificates on behalf of the application at different points of time we were using new azureadapplicationkeycredential and are planning to move to graph ps sdk however i found that add mgapplicationkey cmdlet requires proof to be provided to add the certificates or else it would fail with the insufficient privileges to complete the operation error i found that update mgapplication is an option to use for adding certificates i tried adding certificates one after the other using update mgapplication cmdlet only to find that the certificates are overwritten and the earlier updated certificates were lost i get first certificate at some point in time i add the certificate using update mgapplication applicationid myappid keycredential type usage verify key certfirst rawdata startdatetime now enddatetime certfirst notafter and then after some time i get the second certificate but when i add the certificate using the below command i lose the first one already added update mgapplication applicationid myappid keycredential type usage verify key certsecond rawdata startdatetime now enddatetime certsecond notafter can you please let me know how to solve this scenario ,0 +605028,18723290018.0,IssuesEvent,2021-11-03 14:02:41,AY2122S1-CS2113T-F14-1/tp,https://api.github.com/repos/AY2122S1-CS2113T-F14-1/tp,closed,[PE-D] Manual edit of file to change Goal name,priority.High,"Able to manually edit the file to make all the goal name the same + +![image.png](https://raw.githubusercontent.com/andrewtkh1/ped/main/files/efee1b2a-3b72-400a-bab6-a69e7521aa82.png) + + + + + + +------------- +Labels: `severity.Medium` `type.FunctionalityBug` +original: andrewtkh1/ped#11",1.0,"[PE-D] Manual edit of file to change Goal name - Able to manually edit the file to make all the goal name the same + +![image.png](https://raw.githubusercontent.com/andrewtkh1/ped/main/files/efee1b2a-3b72-400a-bab6-a69e7521aa82.png) + + + + + + +------------- +Labels: `severity.Medium` `type.FunctionalityBug` +original: andrewtkh1/ped#11",0, manual edit of file to change goal name able to manually edit the file to make all the goal name the same labels severity medium type functionalitybug original ped ,0 +10674,27256061079.0,IssuesEvent,2023-02-22 11:36:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Can't automatically generate code?,assigned-to-author triaged architecture-center/svc cloud-fundamentals/subsvc Pri2,"> However, one disadvantage is that CQRS code can't automatically be generated from a database schema using scaffolding mechanisms such as O/RM tools. + +This would be more correct to say ""CQRS and Entity Framework are not comparable, but CQRS can be implemented atop the things that Entity framework generates"". It's also possible (and preferred) to use code generation to generate entities and some related CQRS code from only a database table with proper keys defined and skip EF entirely. + +_(Sorry for the multiple edits, was reaching for the apostrophe and kept hitting `Enter`)_ + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0c0ec92e-c237-f3a6-1835-f2078486dcb3 +* Version Independent ID: f597c9a2-f18f-3722-57f9-acd535472b0b +* Content: [CQRS pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs) +* Content Source: [docs/patterns/cqrs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/cqrs.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Can't automatically generate code? - > However, one disadvantage is that CQRS code can't automatically be generated from a database schema using scaffolding mechanisms such as O/RM tools. + +This would be more correct to say ""CQRS and Entity Framework are not comparable, but CQRS can be implemented atop the things that Entity framework generates"". It's also possible (and preferred) to use code generation to generate entities and some related CQRS code from only a database table with proper keys defined and skip EF entirely. + +_(Sorry for the multiple edits, was reaching for the apostrophe and kept hitting `Enter`)_ + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0c0ec92e-c237-f3a6-1835-f2078486dcb3 +* Version Independent ID: f597c9a2-f18f-3722-57f9-acd535472b0b +* Content: [CQRS pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs) +* Content Source: [docs/patterns/cqrs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/cqrs.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,can t automatically generate code however one disadvantage is that cqrs code can t automatically be generated from a database schema using scaffolding mechanisms such as o rm tools this would be more correct to say cqrs and entity framework are not comparable but cqrs can be implemented atop the things that entity framework generates it s also possible and preferred to use code generation to generate entities and some related cqrs code from only a database table with proper keys defined and skip ef entirely sorry for the multiple edits was reaching for the apostrophe and kept hitting enter document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +362164,10723668982.0,IssuesEvent,2019-10-27 20:19:11,nadineproject/nadine,https://api.github.com/repos/nadineproject/nadine,closed,New member emails sent multiple times,Bug High Priority,"At /staff/members/detail/[USER] + +Signed up new member L.R. today for a resident membership. The ""Emails"" tab showed that she received 3 ""New Resident Membership"" emails, and did not receive a ""Slack"" email. + +However, I talked with the member, and she said she got a ""Slack"" invite email but did not get e ""New Member"" email. + +I'll check with the member later to see if it went through, but there's something funky going on. ",1.0,"New member emails sent multiple times - At /staff/members/detail/[USER] + +Signed up new member L.R. today for a resident membership. The ""Emails"" tab showed that she received 3 ""New Resident Membership"" emails, and did not receive a ""Slack"" email. + +However, I talked with the member, and she said she got a ""Slack"" invite email but did not get e ""New Member"" email. + +I'll check with the member later to see if it went through, but there's something funky going on. ",0,new member emails sent multiple times at staff members detail signed up new member l r today for a resident membership the emails tab showed that she received new resident membership emails and did not receive a slack email however i talked with the member and she said she got a slack invite email but did not get e new member email i ll check with the member later to see if it went through but there s something funky going on ,0 +339603,30459820654.0,IssuesEvent,2023-07-17 05:38:47,openobserve/openobserve,https://api.github.com/repos/openobserve/openobserve,closed,"Improve error message ""Search field not found."" in widget creation SQL UI",testing,"### Which OpenObserve functionalities are relevant/related to the feature request? + +dashboards + +### Description + +When there is an error in the SQL when generating a dashboard widget like`my_field <> ""999.0.0.999""` (where `""999.0.0.999""` should be `'999.0.0.999'`), the UI reports `Error: search field not found.`, and that doesn't help to figure out the issue (in this case double quotes are used for identifiers in SQL, while single quotes for string literals). + +Check this slack thread for details: https://zincobserve.slack.com/archives/C04QC53TPD2/p1687856924243639 + +### Proposed solution + +Include the field that was not able to be found like `Error: search field '999.0.0.999' not found.`. + +### Alternatives considered + +Include the index in the string where the field was not found. But might not be as useful.",1.0,"Improve error message ""Search field not found."" in widget creation SQL UI - ### Which OpenObserve functionalities are relevant/related to the feature request? + +dashboards + +### Description + +When there is an error in the SQL when generating a dashboard widget like`my_field <> ""999.0.0.999""` (where `""999.0.0.999""` should be `'999.0.0.999'`), the UI reports `Error: search field not found.`, and that doesn't help to figure out the issue (in this case double quotes are used for identifiers in SQL, while single quotes for string literals). + +Check this slack thread for details: https://zincobserve.slack.com/archives/C04QC53TPD2/p1687856924243639 + +### Proposed solution + +Include the field that was not able to be found like `Error: search field '999.0.0.999' not found.`. + +### Alternatives considered + +Include the index in the string where the field was not found. But might not be as useful.",0,improve error message search field not found in widget creation sql ui which openobserve functionalities are relevant related to the feature request dashboards description when there is an error in the sql when generating a dashboard widget like my field where should be the ui reports error search field not found and that doesn t help to figure out the issue in this case double quotes are used for identifiers in sql while single quotes for string literals check this slack thread for details proposed solution include the field that was not able to be found like error search field not found alternatives considered include the index in the string where the field was not found but might not be as useful ,0 +4494,11221923225.0,IssuesEvent,2020-01-07 18:58:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure Services for Management Service Discovery,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"Is there Azure Services available for Management Service Discovery mentioned here? + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 78a7e7bd-23f3-a39f-9015-b77f14bb43e5 +* Version Independent ID: 0ac34e7e-315f-2452-bf0a-74e9b1068c38 +* Content: [Microservices architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-gb/azure/architecture/guide/architecture-styles/microservices) +* Content Source: [docs/guide/architecture-styles/microservices.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/architecture-styles/microservices.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"Azure Services for Management Service Discovery - Is there Azure Services available for Management Service Discovery mentioned here? + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 78a7e7bd-23f3-a39f-9015-b77f14bb43e5 +* Version Independent ID: 0ac34e7e-315f-2452-bf0a-74e9b1068c38 +* Content: [Microservices architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-gb/azure/architecture/guide/architecture-styles/microservices) +* Content Source: [docs/guide/architecture-styles/microservices.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/architecture-styles/microservices.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,azure services for management service discovery is there azure services available for management service discovery mentioned here document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login mikewasson microsoft alias pnp ,1 +416275,28075271427.0,IssuesEvent,2023-03-29 22:45:38,jtmoon79/super-speedy-syslog-searcher,https://api.github.com/repos/jtmoon79/super-speedy-syslog-searcher,closed,ensure all formalized datetime formats are supported,documentation enhancement good first issue datetime format,"## Feature + +All formalized datetime formats should be supported, e.g. _RFC 3339_, _ISO 8601_, etc. + +Update the `README.md` section `Features`. + +Also see https://www.unixtimestamp.com/index.php",1.0,"ensure all formalized datetime formats are supported - ## Feature + +All formalized datetime formats should be supported, e.g. _RFC 3339_, _ISO 8601_, etc. + +Update the `README.md` section `Features`. + +Also see https://www.unixtimestamp.com/index.php",0,ensure all formalized datetime formats are supported feature all formalized datetime formats should be supported e g rfc iso etc update the readme md section features also see ,0 +11289,29811382022.0,IssuesEvent,2023-06-16 15:18:46,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Inconsistencies of Information,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 design-pattern/subsvc,"The following pattern category in catalog of patterns, particularly Geodes and Materialized View is inconsistent with information in +-[Operational Excellence patterns](https://learn.microsoft.com/en-us/azure/well-architected/devops/devops-patterns) +-[Performance Efficiency patterns](https://learn.microsoft.com/en-us/azure/well-architected/scalability/performance-efficiency-patterns) + +Rate Limit Pattern is categorized as Reliability but it is not categorized in [Reliability patterns](https://learn.microsoft.com/en-us/azure/well-architected/resiliency/reliability-patterns) + +[Security patterns](https://learn.microsoft.com/en-us/azure/well-architected/security/security-patterns) is not included in side navigation [Microsoft Azure Well-Architected Framework](https://learn.microsoft.com/en-us/azure/well-architected/) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 0a4ecd26-cb7b-4cb2-ae3a-3748ada92771 +* Version Independent ID: 97f96179-a22b-8401-a2f4-264a86b5d2f5 +* Content: [Cloud design patterns - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/) +* Content Source: [docs/patterns/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/index.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1.0,"Inconsistencies of Information - The following pattern category in catalog of patterns, particularly Geodes and Materialized View is inconsistent with information in +-[Operational Excellence patterns](https://learn.microsoft.com/en-us/azure/well-architected/devops/devops-patterns) +-[Performance Efficiency patterns](https://learn.microsoft.com/en-us/azure/well-architected/scalability/performance-efficiency-patterns) + +Rate Limit Pattern is categorized as Reliability but it is not categorized in [Reliability patterns](https://learn.microsoft.com/en-us/azure/well-architected/resiliency/reliability-patterns) + +[Security patterns](https://learn.microsoft.com/en-us/azure/well-architected/security/security-patterns) is not included in side navigation [Microsoft Azure Well-Architected Framework](https://learn.microsoft.com/en-us/azure/well-architected/) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 0a4ecd26-cb7b-4cb2-ae3a-3748ada92771 +* Version Independent ID: 97f96179-a22b-8401-a2f4-264a86b5d2f5 +* Content: [Cloud design patterns - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/) +* Content Source: [docs/patterns/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/index.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1,inconsistencies of information the following pattern category in catalog of patterns particularly geodes and materialized view is inconsistent with information in rate limit pattern is categorized as reliability but it is not categorized in is not included in side navigation document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login martinekuan microsoft alias architectures ,1 +11224,16656077096.0,IssuesEvent,2021-06-05 14:52:30,ReedFamily/hebamme-web,https://api.github.com/repos/ReedFamily/hebamme-web,closed,Create a themed 404 page.,requirement,The page should contain the same textual formatting and colors as the main page and should provide a link to return to the main page. The page shall be named 404.html and resides next to the index.html. It will be called when someone attempts to browse the backend code files directly.,1.0,Create a themed 404 page. - The page should contain the same textual formatting and colors as the main page and should provide a link to return to the main page. The page shall be named 404.html and resides next to the index.html. It will be called when someone attempts to browse the backend code files directly.,0,create a themed page the page should contain the same textual formatting and colors as the main page and should provide a link to return to the main page the page shall be named html and resides next to the index html it will be called when someone attempts to browse the backend code files directly ,0 +9129,24059471222.0,IssuesEvent,2022-09-16 20:30:48,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Business Logic for entire domain,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc," +[In the article you mentioned that API gateway shouldn't implement business logic. Each microservice is independent but there may scenario where one service need to call other service to fulfill the functionality or there may be service which will just call other services to fulfil the functionality in that case what is best practice to do so. If one service is calling other service then involving services can be tightly coupled?] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 78a7e7bd-23f3-a39f-9015-b77f14bb43e5 +* Version Independent ID: 0ac34e7e-315f-2452-bf0a-74e9b1068c38 +* Content: [Microservices architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/microservices) +* Content Source: [docs/guide/architecture-styles/microservices.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/architecture-styles/microservices.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Business Logic for entire domain - +[In the article you mentioned that API gateway shouldn't implement business logic. Each microservice is independent but there may scenario where one service need to call other service to fulfill the functionality or there may be service which will just call other services to fulfil the functionality in that case what is best practice to do so. If one service is calling other service then involving services can be tightly coupled?] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 78a7e7bd-23f3-a39f-9015-b77f14bb43e5 +* Version Independent ID: 0ac34e7e-315f-2452-bf0a-74e9b1068c38 +* Content: [Microservices architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/microservices) +* Content Source: [docs/guide/architecture-styles/microservices.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/architecture-styles/microservices.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,business logic for entire domain document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login microsoft alias pnp ,1 +367382,25735659717.0,IssuesEvent,2022-12-08 00:26:45,Interacao-Humano-Computador/2022.2-Lichess,https://api.github.com/repos/Interacao-Humano-Computador/2022.2-Lichess,opened,[FIX] Sítios avaliados,documentation,"Incluir o planejamento da avaliação dos sítios: +- [ ] Sesc DF @daves22 +- [ ] Lichess @lucasgabriel-2 +- [ ] CadUnico @Luckx98 +- [ ] Medium/Age Telecom @MauricioMachadoFF +- [ ] Resultados Eleição @nszchagas + +Incluir os resultados da avaliação dos sítios: +- [ ] Sesc DF @daves22 +- [ ] Lichess (passar de pdf para markdown) @lucasgabriel-2 +- [ ] CadUnico @Luckx98 + + +",1.0,"[FIX] Sítios avaliados - Incluir o planejamento da avaliação dos sítios: +- [ ] Sesc DF @daves22 +- [ ] Lichess @lucasgabriel-2 +- [ ] CadUnico @Luckx98 +- [ ] Medium/Age Telecom @MauricioMachadoFF +- [ ] Resultados Eleição @nszchagas + +Incluir os resultados da avaliação dos sítios: +- [ ] Sesc DF @daves22 +- [ ] Lichess (passar de pdf para markdown) @lucasgabriel-2 +- [ ] CadUnico @Luckx98 + + +",0, sítios avaliados incluir o planejamento da avaliação dos sítios sesc df lichess lucasgabriel cadunico medium age telecom mauriciomachadoff resultados eleição nszchagas incluir os resultados da avaliação dos sítios sesc df lichess passar de pdf para markdown lucasgabriel cadunico ,0 +37082,9958031715.0,IssuesEvent,2019-07-05 19:16:23,electron-userland/electron-packager,https://api.github.com/repos/electron-userland/electron-packager,closed,"Hangs when unzipping prebuilt Electron binary on Windows 7, due to missing Powershell dependency",build-host:windows,"I am attempting to create a package using the Electron-Quick-Start application. This application runs when I issue npm Start however when I try to package the application is just hangs. + +I used debug and was able to see that the win32 Platform zip file is created however it never gets extracted to the temp folder from the Electron\Cache folder. + +I'm at a loss on what next to do. Below is the debug statements when its run + +``` +C:\Consolidation\My Documents\Electron\Electron-Quick-Start>electron-packager . electron-packager Electron Packager 14.0.0 electron-packager Node v10.13.0 electron-packager Host Operating system: win32 (x64) +0ms + electron-packager Packager Options: {""_"":["".""],""deref-symlinks"":true,""derefSymlinks"":true,""download"":{""rejectUnauthorized"":true,""reject-unauthorized"":true},""junk"":true,""prune"":true,""dir"":""."",""protocols"":[]} +3ms + electron-packager Target Platforms: win32 +2ms + electron-packager Target Architectures: x64 +0ms + electron-packager Inferring application name from name in C:\Consolidation\MyDocuments\Electron\Electron-Quick-Start\package.json +0ms + electron-packager Inferring appVersion from version in C:\Consolidation\My Documents\Electron\Electron-Quick-Start\package.json +1ms + electron-packager Inferring win32metadata.CompanyName from author in C:\Consolidation\My Documents\Electron\Electron-Quick-Start\package.json +0ms + electron-packager Inferring target Electron version from electron in C:\Consolidation\My Documents\Electron\Electron-Quick-Start\package.json +4ms + electron-packager Application name: electron-quick-start +17ms + electron-packager Target Electron version: 5.0.5 +0ms + electron-packager Ignored path regular expressions: [ '/\\.git($|/)', '/node_modules/\\.bin($|/)', '\\.o(bj)?$' ] +0ms + electron-packager Downloading Electron with options {""rejectUnauthorized"":true,""reject-unauthorized"":true,""platform"":""win32"",""arch"":""x64"",""version"":""5.0.5"",""artifactName"":""electron""} +0ms + Packaging app for platform win32 x64 using electron v5.0.5 electron-packager Creating C:\Users\AGRINT~1\AppData\Local\Temp\electron-packager\win32-x64-template +9ms + electron-packager Extracting C:\Users\AGrinthal\AppData\Local\electron\Cache\electron-v5.0.5-win32-x64.zip to C:\Users\AGRINT~1\AppData\Local\Temp\electron-packager\win32-x64-template +3ms +``` + +Any help or direction would be appreciated. I can develop all day long with npm Start however I need to see a deliverable package and cannot get it to run. I am using Windows 7 + +Thanks +Andy + + +",1.0,"Hangs when unzipping prebuilt Electron binary on Windows 7, due to missing Powershell dependency - I am attempting to create a package using the Electron-Quick-Start application. This application runs when I issue npm Start however when I try to package the application is just hangs. + +I used debug and was able to see that the win32 Platform zip file is created however it never gets extracted to the temp folder from the Electron\Cache folder. + +I'm at a loss on what next to do. Below is the debug statements when its run + +``` +C:\Consolidation\My Documents\Electron\Electron-Quick-Start>electron-packager . electron-packager Electron Packager 14.0.0 electron-packager Node v10.13.0 electron-packager Host Operating system: win32 (x64) +0ms + electron-packager Packager Options: {""_"":["".""],""deref-symlinks"":true,""derefSymlinks"":true,""download"":{""rejectUnauthorized"":true,""reject-unauthorized"":true},""junk"":true,""prune"":true,""dir"":""."",""protocols"":[]} +3ms + electron-packager Target Platforms: win32 +2ms + electron-packager Target Architectures: x64 +0ms + electron-packager Inferring application name from name in C:\Consolidation\MyDocuments\Electron\Electron-Quick-Start\package.json +0ms + electron-packager Inferring appVersion from version in C:\Consolidation\My Documents\Electron\Electron-Quick-Start\package.json +1ms + electron-packager Inferring win32metadata.CompanyName from author in C:\Consolidation\My Documents\Electron\Electron-Quick-Start\package.json +0ms + electron-packager Inferring target Electron version from electron in C:\Consolidation\My Documents\Electron\Electron-Quick-Start\package.json +4ms + electron-packager Application name: electron-quick-start +17ms + electron-packager Target Electron version: 5.0.5 +0ms + electron-packager Ignored path regular expressions: [ '/\\.git($|/)', '/node_modules/\\.bin($|/)', '\\.o(bj)?$' ] +0ms + electron-packager Downloading Electron with options {""rejectUnauthorized"":true,""reject-unauthorized"":true,""platform"":""win32"",""arch"":""x64"",""version"":""5.0.5"",""artifactName"":""electron""} +0ms + Packaging app for platform win32 x64 using electron v5.0.5 electron-packager Creating C:\Users\AGRINT~1\AppData\Local\Temp\electron-packager\win32-x64-template +9ms + electron-packager Extracting C:\Users\AGrinthal\AppData\Local\electron\Cache\electron-v5.0.5-win32-x64.zip to C:\Users\AGRINT~1\AppData\Local\Temp\electron-packager\win32-x64-template +3ms +``` + +Any help or direction would be appreciated. I can develop all day long with npm Start however I need to see a deliverable package and cannot get it to run. I am using Windows 7 + +Thanks +Andy + + +",0,hangs when unzipping prebuilt electron binary on windows due to missing powershell dependency i am attempting to create a package using the electron quick start application this application runs when i issue npm start however when i try to package the application is just hangs i used debug and was able to see that the platform zip file is created however it never gets extracted to the temp folder from the electron cache folder i m at a loss on what next to do below is the debug statements when its run c consolidation my documents electron electron quick start electron packager electron packager electron packager electron packager node electron packager host operating system electron packager packager options deref symlinks true derefsymlinks true download rejectunauthorized true reject unauthorized true junk true prune true dir protocols electron packager target platforms electron packager target architectures electron packager inferring application name from name in c consolidation mydocuments electron electron quick start package json electron packager inferring appversion from version in c consolidation my documents electron electron quick start package json electron packager inferring companyname from author in c consolidation my documents electron electron quick start package json electron packager inferring target electron version from electron in c consolidation my documents electron electron quick start package json electron packager application name electron quick start electron packager target electron version electron packager ignored path regular expressions electron packager downloading electron with options rejectunauthorized true reject unauthorized true platform arch version artifactname electron packaging app for platform using electron electron packager creating c users agrint appdata local temp electron packager template electron packager extracting c users agrinthal appdata local electron cache electron zip to c users agrint appdata local temp electron packager template any help or direction would be appreciated i can develop all day long with npm start however i need to see a deliverable package and cannot get it to run i am using windows thanks andy ,0 +10630,27168883109.0,IssuesEvent,2023-02-17 17:30:50,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure function in image is named as Azure Stack,needs-art doc-bug assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc,"At point #6, the Azure function is named as Azure Stack. Can you rename to Azure function? + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: aff2e7d6-9d81-3745-1e2e-c4ce9d9565ca +* Version Independent ID: d9b29d19-4325-e4ff-b15b-51dace1c11af +* Content: [Tier applications and data for analytics - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/tiered-data-for-analytics) +* Content Source: [docs/solution-ideas/articles/tiered-data-for-analytics.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/tiered-data-for-analytics.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Azure function in image is named as Azure Stack - At point #6, the Azure function is named as Azure Stack. Can you rename to Azure function? + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: aff2e7d6-9d81-3745-1e2e-c4ce9d9565ca +* Version Independent ID: d9b29d19-4325-e4ff-b15b-51dace1c11af +* Content: [Tier applications and data for analytics - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/tiered-data-for-analytics) +* Content Source: [docs/solution-ideas/articles/tiered-data-for-analytics.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/tiered-data-for-analytics.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,azure function in image is named as azure stack at point the azure function is named as azure stack can you rename to azure function document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias pnp ,1 +184481,21784902631.0,IssuesEvent,2022-05-14 01:44:40,nycbeardo/react-todolist,https://api.github.com/repos/nycbeardo/react-todolist,closed,WS-2019-0493 (High) detected in handlebars-4.1.2.tgz - autoclosed,security vulnerability,"## WS-2019-0493 - High Severity Vulnerability +
Vulnerable Library - handlebars-4.1.2.tgz

+ +

Handlebars provides the power necessary to let you build semantic templates effectively with no frustration

+

Library home page: https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz

+

Path to dependency file: /react-todolist/package.json

+

Path to vulnerable library: react-todolist/node_modules/handlebars/package.json

+

+ +Dependency Hierarchy: + - react-scripts-3.0.1.tgz (Root Library) + - jest-24.7.1.tgz + - jest-cli-24.8.0.tgz + - core-24.8.0.tgz + - reporters-24.8.0.tgz + - istanbul-reports-2.2.6.tgz + - :x: **handlebars-4.1.2.tgz** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +handlebars before 3.0.8 and 4.x before 4.5.2 is vulnerable to Arbitrary Code Execution. The package's lookup helper fails to properly validate templates, allowing attackers to submit templates that execute arbitrary JavaScript in the system. + +

Publish Date: 2019-11-14 +

URL: WS-2019-0493

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.npmjs.com/advisories/1316

+

Release Date: 2019-11-14

+

Fix Resolution: handlebars - 3.0.8,4.5.2

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"WS-2019-0493 (High) detected in handlebars-4.1.2.tgz - autoclosed - ## WS-2019-0493 - High Severity Vulnerability +
Vulnerable Library - handlebars-4.1.2.tgz

+ +

Handlebars provides the power necessary to let you build semantic templates effectively with no frustration

+

Library home page: https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz

+

Path to dependency file: /react-todolist/package.json

+

Path to vulnerable library: react-todolist/node_modules/handlebars/package.json

+

+ +Dependency Hierarchy: + - react-scripts-3.0.1.tgz (Root Library) + - jest-24.7.1.tgz + - jest-cli-24.8.0.tgz + - core-24.8.0.tgz + - reporters-24.8.0.tgz + - istanbul-reports-2.2.6.tgz + - :x: **handlebars-4.1.2.tgz** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +handlebars before 3.0.8 and 4.x before 4.5.2 is vulnerable to Arbitrary Code Execution. The package's lookup helper fails to properly validate templates, allowing attackers to submit templates that execute arbitrary JavaScript in the system. + +

Publish Date: 2019-11-14 +

URL: WS-2019-0493

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.npmjs.com/advisories/1316

+

Release Date: 2019-11-14

+

Fix Resolution: handlebars - 3.0.8,4.5.2

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,ws high detected in handlebars tgz autoclosed ws high 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 react todolist package json path to vulnerable library react todolist node modules handlebars package json dependency hierarchy react scripts tgz root library jest tgz jest cli tgz core tgz reporters tgz istanbul reports tgz x handlebars tgz vulnerable library vulnerability details handlebars before and x before is vulnerable to arbitrary code execution the package s lookup helper fails to properly validate templates allowing attackers to submit templates that execute arbitrary javascript in the system 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 handlebars step up your open source security game with whitesource ,0 +100765,4103290275.0,IssuesEvent,2016-06-04 15:38:20,tog22/eaforum,https://api.github.com/repos/tog22/eaforum,closed,Add 'Other Resources' to 'Getting Started' menu,high priority low difficulty,"Please add `Other Resources` to the bottom of the 'Getting Started' menu, under 'Meetups'.",1.0,"Add 'Other Resources' to 'Getting Started' menu - Please add `Other Resources` to the bottom of the 'Getting Started' menu, under 'Meetups'.",0,add other resources to getting started menu please add other resources to the bottom of the getting started menu under meetups ,0 +219788,24535482525.0,IssuesEvent,2022-10-11 20:19:46,MicrosoftDocs/azure-docs,https://api.github.com/repos/MicrosoftDocs/azure-docs,closed,Block removing Azure AD-only authentication after deployment,triaged assigned-to-author doc-enhancement security/subsvc Pri2 sql-db-mi/svc,"About the first bullet point in limitations ""..can disable the Azure AD-only authentication feature."" - not sure if the policy was intentionally made to work this way, but for those scenarios where the users have enough permissions (say Contributor role on their resource group) but AAD-only authentication should remain enforced, I found this policy to be working for our environment: + +``` + ""policyRule"": { + ""if"": { + ""anyOf"": [ + { + ""allOf"": [ + { + ""equals"": ""Microsoft.Sql/servers"", + ""field"": ""type"" + }, + { + ""notContains"": ""/providers/Microsoft.Synapse/"", + ""value"": ""[resourcegroup().managedBy]"" + }, + { + ""anyOf"": [ + { + ""exists"": false, + ""field"": ""Microsoft.Sql/servers/administrators.azureADOnlyAuthentication"" + }, + { + ""equals"": ""false"", + ""field"": ""Microsoft.Sql/servers/administrators.azureADOnlyAuthentication"" + } + ] + } + ] + }, + { + ""allOf"": [ + { + ""equals"": ""Microsoft.Sql/servers/azureADOnlyAuthentications"", + ""field"": ""type"" + }, + { + ""notContains"": ""/providers/Microsoft.Synapse/"", + ""value"": ""[resourcegroup().managedBy]"" + }, + { + ""anyOf"": [ + { + ""exists"": false, + ""field"": ""Microsoft.Sql/servers/azureADOnlyAuthentications/azureADOnlyAuthentication"" + }, + { + ""equals"": ""false"", + ""field"": ""Microsoft.Sql/servers/azureADOnlyAuthentications/azureADOnlyAuthentication"" + } + ] + } + ] + } + ] + }, + ""then"": { + ""effect"": ""deny"" + } + } +``` +The second allOf section (field 'Microsoft.Sql/servers/azureADOnlyAuthentications') blocks any attempt to remove AAD-only: + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 11ca41e4-5f96-50da-db90-a2163f78a7dc +* Version Independent ID: 7c84ae9b-4ae7-55a6-9ebd-ee24b8bd996e +* Content: [Azure Policy for Azure Active Directory only authentication - Azure SQL Database & Azure SQL Managed Instance](https://docs.microsoft.com/en-us/azure/azure-sql/database/authentication-azure-ad-only-authentication-policy?view=azuresql&source=docs) +* Content Source: [azure-sql/database/authentication-azure-ad-only-authentication-policy.md](https://github.com/MicrosoftDocs/sql-docs/blob/live/azure-sql/database/authentication-azure-ad-only-authentication-policy.md) +* Service: **sql-db-mi** +* Sub-service: **security** +* GitHub Login: @GithubMirek +* Microsoft Alias: **mireks**",True,"Block removing Azure AD-only authentication after deployment - About the first bullet point in limitations ""..can disable the Azure AD-only authentication feature."" - not sure if the policy was intentionally made to work this way, but for those scenarios where the users have enough permissions (say Contributor role on their resource group) but AAD-only authentication should remain enforced, I found this policy to be working for our environment: + +``` + ""policyRule"": { + ""if"": { + ""anyOf"": [ + { + ""allOf"": [ + { + ""equals"": ""Microsoft.Sql/servers"", + ""field"": ""type"" + }, + { + ""notContains"": ""/providers/Microsoft.Synapse/"", + ""value"": ""[resourcegroup().managedBy]"" + }, + { + ""anyOf"": [ + { + ""exists"": false, + ""field"": ""Microsoft.Sql/servers/administrators.azureADOnlyAuthentication"" + }, + { + ""equals"": ""false"", + ""field"": ""Microsoft.Sql/servers/administrators.azureADOnlyAuthentication"" + } + ] + } + ] + }, + { + ""allOf"": [ + { + ""equals"": ""Microsoft.Sql/servers/azureADOnlyAuthentications"", + ""field"": ""type"" + }, + { + ""notContains"": ""/providers/Microsoft.Synapse/"", + ""value"": ""[resourcegroup().managedBy]"" + }, + { + ""anyOf"": [ + { + ""exists"": false, + ""field"": ""Microsoft.Sql/servers/azureADOnlyAuthentications/azureADOnlyAuthentication"" + }, + { + ""equals"": ""false"", + ""field"": ""Microsoft.Sql/servers/azureADOnlyAuthentications/azureADOnlyAuthentication"" + } + ] + } + ] + } + ] + }, + ""then"": { + ""effect"": ""deny"" + } + } +``` +The second allOf section (field 'Microsoft.Sql/servers/azureADOnlyAuthentications') blocks any attempt to remove AAD-only: + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 11ca41e4-5f96-50da-db90-a2163f78a7dc +* Version Independent ID: 7c84ae9b-4ae7-55a6-9ebd-ee24b8bd996e +* Content: [Azure Policy for Azure Active Directory only authentication - Azure SQL Database & Azure SQL Managed Instance](https://docs.microsoft.com/en-us/azure/azure-sql/database/authentication-azure-ad-only-authentication-policy?view=azuresql&source=docs) +* Content Source: [azure-sql/database/authentication-azure-ad-only-authentication-policy.md](https://github.com/MicrosoftDocs/sql-docs/blob/live/azure-sql/database/authentication-azure-ad-only-authentication-policy.md) +* Service: **sql-db-mi** +* Sub-service: **security** +* GitHub Login: @GithubMirek +* Microsoft Alias: **mireks**",0,block removing azure ad only authentication after deployment about the first bullet point in limitations can disable the azure ad only authentication feature not sure if the policy was intentionally made to work this way but for those scenarios where the users have enough permissions say contributor role on their resource group but aad only authentication should remain enforced i found this policy to be working for our environment policyrule if anyof allof equals microsoft sql servers field type notcontains providers microsoft synapse value anyof exists false field microsoft sql servers administrators azureadonlyauthentication equals false field microsoft sql servers administrators azureadonlyauthentication allof equals microsoft sql servers azureadonlyauthentications field type notcontains providers microsoft synapse value anyof exists false field microsoft sql servers azureadonlyauthentications azureadonlyauthentication equals false field microsoft sql servers azureadonlyauthentications azureadonlyauthentication then effect deny the second allof section field microsoft sql servers azureadonlyauthentications blocks any attempt to remove aad only document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service sql db mi sub service security github login githubmirek microsoft alias mireks ,0 +7071,16459924680.0,IssuesEvent,2021-05-21 17:20:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,How to do custom routing?,Pri2 architecture-center/svc reference-architecture/subsvc triaged," +[What if I want to have custom routing instead of load balancer routing?] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2b8e780c-8b2b-f579-d380-a33cb76f0e82 +* Version Independent ID: e666a3fc-cb2e-30a8-c4ab-b8db700e05cb +* Content: [IaaS: Web application with relational database - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/high-availability/ref-arch-iaas-web-and-db) +* Content Source: [docs/high-availability/ref-arch-iaas-web-and-db.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/high-availability/ref-arch-iaas-web-and-db.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Maggsl +* Microsoft Alias: **pnp**",2.0,"How to do custom routing? - +[What if I want to have custom routing instead of load balancer routing?] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2b8e780c-8b2b-f579-d380-a33cb76f0e82 +* Version Independent ID: e666a3fc-cb2e-30a8-c4ab-b8db700e05cb +* Content: [IaaS: Web application with relational database - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/high-availability/ref-arch-iaas-web-and-db) +* Content Source: [docs/high-availability/ref-arch-iaas-web-and-db.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/high-availability/ref-arch-iaas-web-and-db.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Maggsl +* Microsoft Alias: **pnp**",1,how to do custom routing document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login maggsl microsoft alias pnp ,1 +7212,17093243415.0,IssuesEvent,2021-07-08 20:38:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Defender Surface Attack Surface Reduction (ASR) rules and FSLogix,Product-bug architecture-center/svc assigned-to-author azure-guide/subsvc triaged,"Using the default [SetTempToLocalPath](https://docs.microsoft.com/en-us/fslogix/profile-container-configuration-reference#settemptolocalpath) setting, Defender [ASR](https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/attack-surface-reduction) was blocking javascript files required for the office sign-in page to load. + +#2107060040003922 - FSLogix +#26280461 - Defender + +It's unclear at the moment from the the two tickets above if defender is having an issue because FSLogix is storing the INetCache files in a different location and I hope to have more clarity before the end of the week as to whether the current guidance is to add additional exclusions when FSLogix and Office are used together, or if Defender wants to address this issue from their end. + +At the very least, if anyone has problems with office sign-in's adding the following exclusions may resolve your issue: +> C:\Users\*\INetCache\IE\*\CommonDiagnostics?.js +> C:\Users\*\INetCache\IE\*\ConvergedLogin_PCore_?.js +> C:\Users\*\INetCache\IE\*\convergedlogin_ppassword_?.js +> C:\Users\*\INetCache\IE\*\convergedlogin_ptiles_?.js +> C:\Users\*\INetCache\IE\*\frameworksupport.min_?.js +> C:\Users\*\INetCache\IE\*\hrd.min?.js +> C:\Users\*\INetCache\IE\*\jsonstrings?.js + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6386653c-9f82-1ea7-8f29-377be4e5e3b7 +* Version Independent ID: a5db2b47-afaf-5917-40cd-740168cad8b6 +* Content: [FSLogix for the enterprise - Azure Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix#antivirus-exclusions) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @christiaanbrinkhoff +* Microsoft Alias: **pnp**",1.0,"Defender Surface Attack Surface Reduction (ASR) rules and FSLogix - Using the default [SetTempToLocalPath](https://docs.microsoft.com/en-us/fslogix/profile-container-configuration-reference#settemptolocalpath) setting, Defender [ASR](https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/attack-surface-reduction) was blocking javascript files required for the office sign-in page to load. + +#2107060040003922 - FSLogix +#26280461 - Defender + +It's unclear at the moment from the the two tickets above if defender is having an issue because FSLogix is storing the INetCache files in a different location and I hope to have more clarity before the end of the week as to whether the current guidance is to add additional exclusions when FSLogix and Office are used together, or if Defender wants to address this issue from their end. + +At the very least, if anyone has problems with office sign-in's adding the following exclusions may resolve your issue: +> C:\Users\*\INetCache\IE\*\CommonDiagnostics?.js +> C:\Users\*\INetCache\IE\*\ConvergedLogin_PCore_?.js +> C:\Users\*\INetCache\IE\*\convergedlogin_ppassword_?.js +> C:\Users\*\INetCache\IE\*\convergedlogin_ptiles_?.js +> C:\Users\*\INetCache\IE\*\frameworksupport.min_?.js +> C:\Users\*\INetCache\IE\*\hrd.min?.js +> C:\Users\*\INetCache\IE\*\jsonstrings?.js + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6386653c-9f82-1ea7-8f29-377be4e5e3b7 +* Version Independent ID: a5db2b47-afaf-5917-40cd-740168cad8b6 +* Content: [FSLogix for the enterprise - Azure Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix#antivirus-exclusions) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @christiaanbrinkhoff +* Microsoft Alias: **pnp**",1,defender surface attack surface reduction asr rules and fslogix using the default setting defender was blocking javascript files required for the office sign in page to load fslogix defender it s unclear at the moment from the the two tickets above if defender is having an issue because fslogix is storing the inetcache files in a different location and i hope to have more clarity before the end of the week as to whether the current guidance is to add additional exclusions when fslogix and office are used together or if defender wants to address this issue from their end at the very least if anyone has problems with office sign in s adding the following exclusions may resolve your issue c users inetcache ie commondiagnostics js c users inetcache ie convergedlogin pcore js c users inetcache ie convergedlogin ppassword js c users inetcache ie convergedlogin ptiles js c users inetcache ie frameworksupport min js c users inetcache ie hrd min js c users inetcache ie jsonstrings js document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id afaf content content source service architecture center sub service azure guide github login christiaanbrinkhoff microsoft alias pnp ,1 +4589,11394120131.0,IssuesEvent,2020-01-30 08:38:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio Diagram ,Pri2 architecture-center/svc cxp doc-enhancement example-scenarios/subsvc triaged,"please can we have the visio Diagram of the same architect? + +Thank you + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ac160993-f333-03d1-ee24-394adedbb830 +* Version Independent ID: a9be7642-9bea-b561-7a30-0b152b93285f +* Content: [Securely managed web applications - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/fully-managed-secure-apps#feedback) +* Content Source: [docs/example-scenario/apps/fully-managed-secure-apps.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/apps/fully-managed-secure-apps.md) +* Service: **architecture-center** +* Sub-service: **example-scenarios** +* GitHub Login: @fmustaf +* Microsoft Alias: **faisalm**",1.0,"Visio Diagram - please can we have the visio Diagram of the same architect? + +Thank you + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ac160993-f333-03d1-ee24-394adedbb830 +* Version Independent ID: a9be7642-9bea-b561-7a30-0b152b93285f +* Content: [Securely managed web applications - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/fully-managed-secure-apps#feedback) +* Content Source: [docs/example-scenario/apps/fully-managed-secure-apps.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/apps/fully-managed-secure-apps.md) +* Service: **architecture-center** +* Sub-service: **example-scenarios** +* GitHub Login: @fmustaf +* Microsoft Alias: **faisalm**",1,visio diagram please can we have the visio diagram of the same architect thank you document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenarios github login fmustaf microsoft alias faisalm ,1 +4957,11886840000.0,IssuesEvent,2020-03-27 23:10:02,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,text phrase issue,Pri2 architecture-center/svc cloud-design-principles/subsvc,"In this para in the page - ""Terraform: Terraform is a cloud-agnostic declarative framework that supports many private and public clouds, being Azure one of them. It has the main advantage of offering a cloud-agnostic framework: while Terraform configurations are specific to each cloud, the framework itself is the same for all of them."" +Have a question on this phrase - ""being Azure one of them."" shouldn't this written like ""Azure being one of them.""? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5490ef64-9b6d-59be-1e9b-a2b2d10388b2 +* Version Independent ID: 4e37976c-47f3-1481-b312-e7be38f93e07 +* Content: [Infrastructure Deployment - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/iac?source=docs) +* Content Source: [docs/framework/devops/iac.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/devops/iac.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @Jose-Moreno +* Microsoft Alias: **pnp**",1.0,"text phrase issue - In this para in the page - ""Terraform: Terraform is a cloud-agnostic declarative framework that supports many private and public clouds, being Azure one of them. It has the main advantage of offering a cloud-agnostic framework: while Terraform configurations are specific to each cloud, the framework itself is the same for all of them."" +Have a question on this phrase - ""being Azure one of them."" shouldn't this written like ""Azure being one of them.""? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5490ef64-9b6d-59be-1e9b-a2b2d10388b2 +* Version Independent ID: 4e37976c-47f3-1481-b312-e7be38f93e07 +* Content: [Infrastructure Deployment - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/iac?source=docs) +* Content Source: [docs/framework/devops/iac.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/devops/iac.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @Jose-Moreno +* Microsoft Alias: **pnp**",1,text phrase issue in this para in the page terraform terraform is a cloud agnostic declarative framework that supports many private and public clouds being azure one of them it has the main advantage of offering a cloud agnostic framework while terraform configurations are specific to each cloud the framework itself is the same for all of them have a question on this phrase being azure one of them shouldn t this written like azure being one of them document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud design principles github login jose moreno microsoft alias pnp ,1 +6696,15053194300.0,IssuesEvent,2021-02-03 16:02:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Virtual network peering - broken link,architecture-center/svc cxp doc-bug reference-architecture/subsvc triaged," +In the ""Virtual network peering"" section link to ""Peering Overview"" is broken(Markdown error). + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli&source=docs#feedback) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @neilpeterson +* Microsoft Alias: **pnp**",2.0,"Virtual network peering - broken link - +In the ""Virtual network peering"" section link to ""Peering Overview"" is broken(Markdown error). + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli&source=docs#feedback) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @neilpeterson +* Microsoft Alias: **pnp**",1,virtual network peering broken link in the virtual network peering section link to peering overview is broken markdown error document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login neilpeterson microsoft alias pnp ,1 +474638,13672989315.0,IssuesEvent,2020-09-29 09:14:30,wso2/product-apim,https://api.github.com/repos/wso2/product-apim,closed,InboundWebsocketSourceHandler Endpoint not found for port : 8099 tenant domain : null,Priority/Normal Type/Bug,"### Description: +i am using api manager 3.1.0 , i have configured web socket in api publisher and configured tenant=carbon.super i am trying to access wss with domain name., i have updated host name with deployment.toml file,the problem is unable to access wss secure socket-.wss://test.com:8099/Notification/v1?access_token=xxx123 .i am getting error in connection, please guide me, how to resolve this + +[2020-09-11 14:06:17,276] ERROR - InboundWebsocketSourceHandler Endpoint not found for port : 8099 tenant domain : null + +### Steps to reproduce: + +### Affected Product [Version:](url) + + +### WSO2 APIM 3.1.0: +- OS:windows +- Client: +- Env (Docker/K8s): + +--- +### Optional Fields +#### Related Issues: + + +#### Suggested Labels: + + +#### Suggested Assignees: +",1.0,"InboundWebsocketSourceHandler Endpoint not found for port : 8099 tenant domain : null - ### Description: +i am using api manager 3.1.0 , i have configured web socket in api publisher and configured tenant=carbon.super i am trying to access wss with domain name., i have updated host name with deployment.toml file,the problem is unable to access wss secure socket-.wss://test.com:8099/Notification/v1?access_token=xxx123 .i am getting error in connection, please guide me, how to resolve this + +[2020-09-11 14:06:17,276] ERROR - InboundWebsocketSourceHandler Endpoint not found for port : 8099 tenant domain : null + +### Steps to reproduce: + +### Affected Product [Version:](url) + + +### WSO2 APIM 3.1.0: +- OS:windows +- Client: +- Env (Docker/K8s): + +--- +### Optional Fields +#### Related Issues: + + +#### Suggested Labels: + + +#### Suggested Assignees: +",0,inboundwebsocketsourcehandler endpoint not found for port tenant domain null description i am using api manager i have configured web socket in api publisher and configured tenant carbon super i am trying to access wss with domain name i have updated host name with deployment toml file the problem is unable to access wss secure socket wss test com notification access token i am getting error in connection please guide me how to resolve this error inboundwebsocketsourcehandler endpoint not found for port tenant domain null steps to reproduce affected product url apim os windows client env docker optional fields related issues suggested labels suggested assignees ,0 +9707,25080402154.0,IssuesEvent,2022-11-07 18:47:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Update benefits paragraph,assigned-to-author docs-experience triaged architecture-center/svc reference-architecture/subsvc Pri2," +[Enter feedback here] +The benefits (paragraph 2) are not really explained well. +It's not obvious how a hub and spoke configuration can help save costs. +Subscription limits relate to subscriptions, not the network architecture, although having a segregated network architecture can enable segregation of vNets across multiple subscriptions, and thus help to avoid subscription limits. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli#feedback) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/hybrid-networking/hub-spoke.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",2.0,"Update benefits paragraph - +[Enter feedback here] +The benefits (paragraph 2) are not really explained well. +It's not obvious how a hub and spoke configuration can help save costs. +Subscription limits relate to subscriptions, not the network architecture, although having a segregated network architecture can enable segregation of vNets across multiple subscriptions, and thus help to avoid subscription limits. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli#feedback) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/hybrid-networking/hub-spoke.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,update benefits paragraph the benefits paragraph are not really explained well it s not obvious how a hub and spoke configuration can help save costs subscription limits relate to subscriptions not the network architecture although having a segregated network architecture can enable segregation of vnets across multiple subscriptions and thus help to avoid subscription limits document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias pnp ,1 +5590,12746926731.0,IssuesEvent,2020-06-26 16:52:25,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,How about Azure Data Explorer in this echo system,Pri1 architecture-center/svc assigned-to-author solution-idea/subsvc triaged,"How about Azure Data Explorer in this echo system. When to choose between Azure Synapse vs Azure Data Explorer. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b68d40f-4b98-396b-f4c3-b8650fc4633f +* Version Independent ID: 26b362d7-b46a-fa03-c2aa-48b581b67bf0 +* Content: [Advanced Analytics Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data) +* Content Source: [docs/solution-ideas/articles/advanced-analytics-on-big-data.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/advanced-analytics-on-big-data.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"How about Azure Data Explorer in this echo system - How about Azure Data Explorer in this echo system. When to choose between Azure Synapse vs Azure Data Explorer. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b68d40f-4b98-396b-f4c3-b8650fc4633f +* Version Independent ID: 26b362d7-b46a-fa03-c2aa-48b581b67bf0 +* Content: [Advanced Analytics Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data) +* Content Source: [docs/solution-ideas/articles/advanced-analytics-on-big-data.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/advanced-analytics-on-big-data.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,how about azure data explorer in this echo system how about azure data explorer in this echo system when to choose between azure synapse vs azure data explorer document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +10713,27316417256.0,IssuesEvent,2023-02-24 16:02:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Customer story reference no longer available,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2," +Please update the customer story reference on the Next Steps section: Maritz Motivation Solutions customer story- https://customers.microsoft.com/story/maritz is no longer available on the Customer Stories site. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e4f4c7c-f268-b75b-2486-5c4418e5b24e +* Version Independent ID: 5d28faa1-20bc-1727-05ab-0b18eba1ba7c +* Content: [Data warehousing and analytics - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/data/data-warehouse) +* Content Source: [docs/example-scenario/data/data-warehouse.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/data/data-warehouse.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @alexbuckgit +* Microsoft Alias: **pnp**",1.0,"Customer story reference no longer available - +Please update the customer story reference on the Next Steps section: Maritz Motivation Solutions customer story- https://customers.microsoft.com/story/maritz is no longer available on the Customer Stories site. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e4f4c7c-f268-b75b-2486-5c4418e5b24e +* Version Independent ID: 5d28faa1-20bc-1727-05ab-0b18eba1ba7c +* Content: [Data warehousing and analytics - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/data/data-warehouse) +* Content Source: [docs/example-scenario/data/data-warehouse.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/data/data-warehouse.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @alexbuckgit +* Microsoft Alias: **pnp**",1,customer story reference no longer available please update the customer story reference on the next steps section maritz motivation solutions customer story is no longer available on the customer stories site document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login alexbuckgit microsoft alias pnp ,1 +45752,24198520967.0,IssuesEvent,2022-09-24 07:58:23,PlayFab/thundernetes,https://api.github.com/repos/PlayFab/thundernetes,closed,Kubernetes autoscaler test - Azure,area/performance,We should run a test with Kubernetes autoscaler and post the results here. Also we should document any special settings the user must do for optimal scaling up/down.,True,Kubernetes autoscaler test - Azure - We should run a test with Kubernetes autoscaler and post the results here. Also we should document any special settings the user must do for optimal scaling up/down.,0,kubernetes autoscaler test azure we should run a test with kubernetes autoscaler and post the results here also we should document any special settings the user must do for optimal scaling up down ,0 +111009,9487526973.0,IssuesEvent,2019-04-22 17:07:09,WordPress/gutenberg,https://api.github.com/repos/WordPress/gutenberg,closed,Latest Posts Block: Clipped bullet points on small screens when using Grid View,Blocks [Block] Latest Posts [Status] Needs More Info [Type] Bug,"**Describe the bug** + +On breakpoints `<600px`, the ""Grid View"" setting for the Latest Posts block displays all posts in a single column. When this happens, the left margin is incorrect, resulting in cut off bullet points: + + + +**To Reproduce** + +1. Add a Latest Posts block. +2. Activate ""Grid View"" from the block toolbar. +3. Resize your screen to be smaller than `600px` wide. +4. Observe issue. + +**Expected behavior** + +Ideally, when this is shown in just one column, it should appear just like it does for ""List View"": + + + +**Tested in** + +Mac OS 10.13.6, Safari 11.1.2, Chrome 68.0.3440.106",1.0,"Latest Posts Block: Clipped bullet points on small screens when using Grid View - **Describe the bug** + +On breakpoints `<600px`, the ""Grid View"" setting for the Latest Posts block displays all posts in a single column. When this happens, the left margin is incorrect, resulting in cut off bullet points: + + + +**To Reproduce** + +1. Add a Latest Posts block. +2. Activate ""Grid View"" from the block toolbar. +3. Resize your screen to be smaller than `600px` wide. +4. Observe issue. + +**Expected behavior** + +Ideally, when this is shown in just one column, it should appear just like it does for ""List View"": + + + +**Tested in** + +Mac OS 10.13.6, Safari 11.1.2, Chrome 68.0.3440.106",0,latest posts block clipped bullet points on small screens when using grid view describe the bug on breakpoints the grid view setting for the latest posts block displays all posts in a single column when this happens the left margin is incorrect resulting in cut off bullet points img width alt screen shot at pm src to reproduce add a latest posts block activate grid view from the block toolbar resize your screen to be smaller than wide observe issue expected behavior ideally when this is shown in just one column it should appear just like it does for list view img width alt screen shot at pm src tested in mac os safari chrome ,0 +10233,26562094351.0,IssuesEvent,2023-01-20 16:41:39,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Add JavaScript to General capabilities table for PostgreSQL,assigned-to-author triaged architecture-center/svc Pri2 Product-bug azure-guide/subsvc,"Capability matrix -> General capabilities +There is also plv8 - PL/JavaScript (v8) trusted procedural language +which is an extension for Azure Database for PostgreSQL + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: af4555db-76bc-15c1-6b17-ddf5be651b70 +* Version Independent ID: 3ec33db3-f67d-6786-aeb3-9737896088bf +* Content: [Online transaction processing (OLTP) - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/relational-data/online-transaction-processing) +* Content Source: [docs/data-guide/relational-data/online-transaction-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/relational-data/online-transaction-processing.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"Add JavaScript to General capabilities table for PostgreSQL - Capability matrix -> General capabilities +There is also plv8 - PL/JavaScript (v8) trusted procedural language +which is an extension for Azure Database for PostgreSQL + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: af4555db-76bc-15c1-6b17-ddf5be651b70 +* Version Independent ID: 3ec33db3-f67d-6786-aeb3-9737896088bf +* Content: [Online transaction processing (OLTP) - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/relational-data/online-transaction-processing) +* Content Source: [docs/data-guide/relational-data/online-transaction-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/relational-data/online-transaction-processing.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,add javascript to general capabilities table for postgresql capability matrix general capabilities there is also pl javascript trusted procedural language which is an extension for azure database for postgresql document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login zoinertejada microsoft alias pnp ,1 +6048,13543849693.0,IssuesEvent,2020-09-16 19:38:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Mistake in AzureBastionSubnet IP address,Pri2 architecture-center/svc assigned-to-author doc-bug needs-art reference-architecture/subsvc triaged," +The IP address in AzureBastionSubnet is not correct (10.0.0.254.0/27). Should be 10.0.254.0/27 +[dmz-reference-architectures.zip](https://github.com/MicrosoftDocs/architecture-center/files/5034747/dmz-reference-architectures.zip) + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 74bb4b25-ebe2-264d-047d-3f651c52a9c5 +* Version Independent ID: aed6ebef-6157-9608-3f85-0807c7fdf61d +* Content: [Implement a secure hybrid network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/secure-vnet-dmz?toc=%2Fazure%2Fvirtual-network%2Ftoc.json) +* Content Source: [docs/reference-architectures/dmz/secure-vnet-dmz.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/dmz/secure-vnet-dmz.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",2.0,"Mistake in AzureBastionSubnet IP address - +The IP address in AzureBastionSubnet is not correct (10.0.0.254.0/27). Should be 10.0.254.0/27 +[dmz-reference-architectures.zip](https://github.com/MicrosoftDocs/architecture-center/files/5034747/dmz-reference-architectures.zip) + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 74bb4b25-ebe2-264d-047d-3f651c52a9c5 +* Version Independent ID: aed6ebef-6157-9608-3f85-0807c7fdf61d +* Content: [Implement a secure hybrid network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/secure-vnet-dmz?toc=%2Fazure%2Fvirtual-network%2Ftoc.json) +* Content Source: [docs/reference-architectures/dmz/secure-vnet-dmz.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/dmz/secure-vnet-dmz.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,mistake in azurebastionsubnet ip address the ip address in azurebastionsubnet is not correct should be document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login adamboeglin microsoft alias pnp ,1 +3536,9740191761.0,IssuesEvent,2019-06-01 18:05:27,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,AzureUSGovernment Subscription,architecture-center/svc cxp doc-bug reference-architecture/subsvc triaged,"Stepping through deploying the solution on US Gov and after I set az cli to AuzreUSGovernment and run the azbb command to Deploy the simulated on-premises datacenter, I get a: + +_**Switched**_ active cloud to 'AzureCloud' + +For some reason, the template is reverting back to AzureCloud and not allowing me to deploy in Azure Gov. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 87139748-938e-638e-de1f-94f8becfe1da +* Version Independent ID: b96371e6-defb-3e70-792a-2c0cfdc25b7d +* Content: [Implement a hub-spoke network topology - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/shared-services#deploy-the-solution) +* Content Source: [docs/reference-architectures/hybrid-networking/shared-services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/shared-services.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"AzureUSGovernment Subscription - Stepping through deploying the solution on US Gov and after I set az cli to AuzreUSGovernment and run the azbb command to Deploy the simulated on-premises datacenter, I get a: + +_**Switched**_ active cloud to 'AzureCloud' + +For some reason, the template is reverting back to AzureCloud and not allowing me to deploy in Azure Gov. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 87139748-938e-638e-de1f-94f8becfe1da +* Version Independent ID: b96371e6-defb-3e70-792a-2c0cfdc25b7d +* Content: [Implement a hub-spoke network topology - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/shared-services#deploy-the-solution) +* Content Source: [docs/reference-architectures/hybrid-networking/shared-services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/shared-services.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,azureusgovernment subscription stepping through deploying the solution on us gov and after i set az cli to auzreusgovernment and run the azbb command to deploy the simulated on premises datacenter i get a switched active cloud to azurecloud for some reason the template is reverting back to azurecloud and not allowing me to deploy in azure gov document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id defb content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +3946,10335520483.0,IssuesEvent,2019-09-03 10:47:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Difference in resource type naming prefix or suffix ,Pri1 architecture-center/svc cloud-fundamentals/subsvc cxp duplicate triaged,"This document shows resource types as suffixes, yet another page (https://docs.microsoft.com/en-us/azure/architecture/cloud-adoption/ready/considerations/name-and-tag#recommended-resource-type-prefixes) has the resource types as prefixes + +Consistency would be nice :-) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#naming-rules-and-restrictions) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1.0,"Difference in resource type naming prefix or suffix - This document shows resource types as suffixes, yet another page (https://docs.microsoft.com/en-us/azure/architecture/cloud-adoption/ready/considerations/name-and-tag#recommended-resource-type-prefixes) has the resource types as prefixes + +Consistency would be nice :-) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#naming-rules-and-restrictions) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,difference in resource type naming prefix or suffix this document shows resource types as suffixes yet another page has the resource types as prefixes consistency would be nice document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login telmosampaio microsoft alias pnp ,1 +4983,11939672615.0,IssuesEvent,2020-04-02 15:32:13,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,VSDX file download for diagram,Pri1 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"Please provide a VSDX file download for the SVG diagram as you do for the other 3 reference architectures for web apps, https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/#web-applications. + +Thanks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: df354e21-f263-30a9-1a5c-1460f2bf16a9 +* Version Independent ID: 73d2f19b-00a0-fe4d-7042-15d27f586565 +* Content: [Web application monitoring on Azure](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/app-monitoring) +* Content Source: [docs/reference-architectures/app-service-web-app/app-monitoring.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/app-monitoring.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",2.0,"VSDX file download for diagram - Please provide a VSDX file download for the SVG diagram as you do for the other 3 reference architectures for web apps, https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/#web-applications. + +Thanks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: df354e21-f263-30a9-1a5c-1460f2bf16a9 +* Version Independent ID: 73d2f19b-00a0-fe4d-7042-15d27f586565 +* Content: [Web application monitoring on Azure](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/app-monitoring) +* Content Source: [docs/reference-architectures/app-service-web-app/app-monitoring.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/app-monitoring.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,vsdx file download for diagram please provide a vsdx file download for the svg diagram as you do for the other reference architectures for web apps thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login adamboeglin microsoft alias pnp ,1 +17804,12344379871.0,IssuesEvent,2020-05-15 06:51:20,gluster/glusterfs,https://api.github.com/repos/gluster/glusterfs,closed,Optimize the single client use case,FA: Performance Improvements FA: Usability & Supportability wontfix,"In some use cases we end up having only a single active client reading and updating data from gluster. This includes cases where multiple nodes can act as a client but only one is really servicing data. The others are waiting just in case this node fails. It's an ACTIVE/PASSIVE HA configuration. This case is quite common. + +For this particular configuration, some of the operations we currently do are useless, and only waste time. The most clear example is locking before doing changes on the bricks. + +There are multiple ways to achieve this. Two of them could be: + +- Implement a registration from client to bricks before start using the volume (and unregister/disconnect at the end) +- Implement some fencing method to allow multiple connections but only serve the active client. + +With this approach, bricks could inform the client if it's safe to send requests without locking. This could improve many workloads, specially small file activity. + +Once a brick detects a request from a second client, it can deny it (if we are implementing a fencing mechanism), or block it while it informs the current client that there are more users of the volume, so it can start taking locks before granting access to the second client.",True,"Optimize the single client use case - In some use cases we end up having only a single active client reading and updating data from gluster. This includes cases where multiple nodes can act as a client but only one is really servicing data. The others are waiting just in case this node fails. It's an ACTIVE/PASSIVE HA configuration. This case is quite common. + +For this particular configuration, some of the operations we currently do are useless, and only waste time. The most clear example is locking before doing changes on the bricks. + +There are multiple ways to achieve this. Two of them could be: + +- Implement a registration from client to bricks before start using the volume (and unregister/disconnect at the end) +- Implement some fencing method to allow multiple connections but only serve the active client. + +With this approach, bricks could inform the client if it's safe to send requests without locking. This could improve many workloads, specially small file activity. + +Once a brick detects a request from a second client, it can deny it (if we are implementing a fencing mechanism), or block it while it informs the current client that there are more users of the volume, so it can start taking locks before granting access to the second client.",0,optimize the single client use case in some use cases we end up having only a single active client reading and updating data from gluster this includes cases where multiple nodes can act as a client but only one is really servicing data the others are waiting just in case this node fails it s an active passive ha configuration this case is quite common for this particular configuration some of the operations we currently do are useless and only waste time the most clear example is locking before doing changes on the bricks there are multiple ways to achieve this two of them could be implement a registration from client to bricks before start using the volume and unregister disconnect at the end implement some fencing method to allow multiple connections but only serve the active client with this approach bricks could inform the client if it s safe to send requests without locking this could improve many workloads specially small file activity once a brick detects a request from a second client it can deny it if we are implementing a fencing mechanism or block it while it informs the current client that there are more users of the volume so it can start taking locks before granting access to the second client ,0 +64561,7816295562.0,IssuesEvent,2018-06-13 03:42:05,hackforla/spare,https://api.github.com/repos/hackforla/spare,closed,Design - Create About page,design help wanted,"Design the ""About"" page. It should include information about: +- Why this project/website exists +- The need and homelessness in LA +- Hack for LA +- Who's on Our Team",1.0,"Design - Create About page - Design the ""About"" page. It should include information about: +- Why this project/website exists +- The need and homelessness in LA +- Hack for LA +- Who's on Our Team",0,design create about page design the about page it should include information about why this project website exists the need and homelessness in la hack for la who s on our team,0 +549402,16092068816.0,IssuesEvent,2021-04-26 17:58:55,BlackDemonZyT/BotSentry,https://api.github.com/repos/BlackDemonZyT/BotSentry,closed,IPs in queue sometimes displaying -1,bug low priority,Because of multithreading IPs in queue sometimes displays -1 in /bs notifications,1.0,IPs in queue sometimes displaying -1 - Because of multithreading IPs in queue sometimes displays -1 in /bs notifications,0,ips in queue sometimes displaying because of multithreading ips in queue sometimes displays in bs notifications,0 +9514,24732946356.0,IssuesEvent,2022-10-20 19:15:26,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Misleading title,doc-bug assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2," +There's also a service called ""Azure Firewall"" and the document is about 3rd party FWs/NVAs. Should be changed to something like ""Azure advanced firewall architecture guide"" + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2c9f2509-a3f9-d8bf-e0bf-a9c970d5a423 +* Version Independent ID: 62cbc02f-3a6a-2966-380d-af66737f8711 +* Content: [Azure Firewall Architecture Guide - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/firewalls/) +* Content Source: [docs/example-scenario/firewalls/index.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/firewalls/index.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @RZomerman +* Microsoft Alias: **pnp**",1.0,"Misleading title - +There's also a service called ""Azure Firewall"" and the document is about 3rd party FWs/NVAs. Should be changed to something like ""Azure advanced firewall architecture guide"" + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2c9f2509-a3f9-d8bf-e0bf-a9c970d5a423 +* Version Independent ID: 62cbc02f-3a6a-2966-380d-af66737f8711 +* Content: [Azure Firewall Architecture Guide - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/firewalls/) +* Content Source: [docs/example-scenario/firewalls/index.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/firewalls/index.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @RZomerman +* Microsoft Alias: **pnp**",1,misleading title there s also a service called azure firewall and the document is about party fws nvas should be changed to something like azure advanced firewall architecture guide document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login rzomerman microsoft alias pnp ,1 +829036,31851614715.0,IssuesEvent,2023-09-15 02:28:15,recro/ats-issues,https://api.github.com/repos/recro/ats-issues,closed,Sort candidates by prescreen activity ,priority/high area/candidate,"### Is there an existing issue for this? + +- [X] I have searched the existing issues + +### Is your feature request related to a problem? Please describe the problem. + +There is no way for us to isolate which candidates have been prescreened specifically. + +### Describe the solution you'd like + +We'd like to be able to isolate all candidates who have been prescreened (meaning they have a prescreen activity logged in their candidate record). + +### Additional context + +_No response_",1.0,"Sort candidates by prescreen activity - ### Is there an existing issue for this? + +- [X] I have searched the existing issues + +### Is your feature request related to a problem? Please describe the problem. + +There is no way for us to isolate which candidates have been prescreened specifically. + +### Describe the solution you'd like + +We'd like to be able to isolate all candidates who have been prescreened (meaning they have a prescreen activity logged in their candidate record). + +### Additional context + +_No response_",0,sort candidates by prescreen activity is there an existing issue for this i have searched the existing issues is your feature request related to a problem please describe the problem there is no way for us to isolate which candidates have been prescreened specifically describe the solution you d like we d like to be able to isolate all candidates who have been prescreened meaning they have a prescreen activity logged in their candidate record additional context no response ,0 +9183,24171824434.0,IssuesEvent,2022-09-22 19:59:29,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,New Azure Databricks logo,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc,"Hi, could you help me update the Azure Databricks logo on the [Real Time Analytics on Big Data Architecture](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics) reference architecture diagram? I have created an [updated architecture diagram image](https://drive.google.com/file/d/1ij7lT4BKzMrOit3MlyGH7ySA1J6yWoL_/), using the [new SVG Databricks icon](https://drive.google.com/file/d/13z9cECUZsyu8ZjWzHErUZbAhuO_jXlUK/). + +Thank you! + +Clinton Ford +Principal Product Marketing Manager +Databricks + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b4bb287-fa40-af1d-0af9-e8bc30cfb33e +* Version Independent ID: 12ab4c06-2e95-bb73-f62a-2d1eb79bc735 +* Content: [Real Time Analytics on Big Data Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics) +* Content Source: [docs/solution-ideas/articles/real-time-analytics.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/real-time-analytics.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"New Azure Databricks logo - Hi, could you help me update the Azure Databricks logo on the [Real Time Analytics on Big Data Architecture](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics) reference architecture diagram? I have created an [updated architecture diagram image](https://drive.google.com/file/d/1ij7lT4BKzMrOit3MlyGH7ySA1J6yWoL_/), using the [new SVG Databricks icon](https://drive.google.com/file/d/13z9cECUZsyu8ZjWzHErUZbAhuO_jXlUK/). + +Thank you! + +Clinton Ford +Principal Product Marketing Manager +Databricks + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b4bb287-fa40-af1d-0af9-e8bc30cfb33e +* Version Independent ID: 12ab4c06-2e95-bb73-f62a-2d1eb79bc735 +* Content: [Real Time Analytics on Big Data Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-analytics) +* Content Source: [docs/solution-ideas/articles/real-time-analytics.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/real-time-analytics.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,new azure databricks logo hi could you help me update the azure databricks logo on the reference architecture diagram i have created an using the thank you clinton ford principal product marketing manager databricks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +74137,14199896799.0,IssuesEvent,2020-11-16 03:46:05,ChurchCRM/CRM,https://api.github.com/repos/ChurchCRM/CRM,closed,Bug report does not work with v2 pages,Code Smell bug development,"page shows https://churchcrm:8890/v2/family/1 +but bug reoprt shows /v2/index.php + + +Collected Value Title | Data +----------------------|---------------- +Page Name |/v2/index.php +Screen Size |2160x3840 +Window Size |914x1680 +Page Size |1961x1680 +Platform Information | Darwin dawouds.lan 20.1.0 Darwin Kernel Version 20.1.0: Thu Sep 24 20:22:06 PDT 2020; root:xnu-7195.40.89.100.3~1/RELEASE_X86_64 x86_64 +PHP Version | 7.3.9 +SQL Version | 5.7.26 +ChurchCRM Version |4.2.0 +Reporting Browser |Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36 +Prerequisite Status |All Prerequisites met +Integrity check status |{""status"":""failure"",""message"":""Signature definition File Missing""} +Apache Modules |core,mod_ssl,prefork,http_core,mod_so,mod_authn_file,mod_authn_dbm,mod_authn_anon,mod_authn_dbd,mod_authn_default,mod_authz_host,mod_authz_groupfile,mod_authz_user,mod_authz_dbm,mod_authz_owner,mod_authz_default,mod_auth_basic,mod_auth_digest,mod_file_cache,mod_cache,mod_disk_cache,mod_mem_cache,mod_dbd,mod_bucketeer,mod_dumpio,mod_case_filter,mod_case_filter_in,mod_reqtimeout,mod_ext_filter,mod_include,mod_filter,mod_substitute,mod_charset_lite,mod_deflate,mod_log_config,mod_logio,mod_env,mod_mime_magic,mod_cern_meta,mod_expires,mod_headers,mod_ident,mod_usertrack,mod_setenvif,mod_version,mod_proxy,mod_proxy_connect,mod_proxy_ftp,mod_proxy_http,mod_proxy_scgi,mod_proxy_ajp,mod_proxy_balancer,mod_mime,mod_dav,mod_status,mod_autoindex,mod_asis,mod_info,mod_cgi,mod_fastcgi,mod_cgid,mod_dav_fs,mod_vhost_alias,mod_negotiation,mod_dir,mod_imagemap,mod_actions,mod_speling,mod_userdir,mod_alias,mod_rewrite,mod_perl,mod_wsgi,mod_xsendfile,mod_php7",1.0,"Bug report does not work with v2 pages - page shows https://churchcrm:8890/v2/family/1 +but bug reoprt shows /v2/index.php + + +Collected Value Title | Data +----------------------|---------------- +Page Name |/v2/index.php +Screen Size |2160x3840 +Window Size |914x1680 +Page Size |1961x1680 +Platform Information | Darwin dawouds.lan 20.1.0 Darwin Kernel Version 20.1.0: Thu Sep 24 20:22:06 PDT 2020; root:xnu-7195.40.89.100.3~1/RELEASE_X86_64 x86_64 +PHP Version | 7.3.9 +SQL Version | 5.7.26 +ChurchCRM Version |4.2.0 +Reporting Browser |Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36 +Prerequisite Status |All Prerequisites met +Integrity check status |{""status"":""failure"",""message"":""Signature definition File Missing""} +Apache Modules |core,mod_ssl,prefork,http_core,mod_so,mod_authn_file,mod_authn_dbm,mod_authn_anon,mod_authn_dbd,mod_authn_default,mod_authz_host,mod_authz_groupfile,mod_authz_user,mod_authz_dbm,mod_authz_owner,mod_authz_default,mod_auth_basic,mod_auth_digest,mod_file_cache,mod_cache,mod_disk_cache,mod_mem_cache,mod_dbd,mod_bucketeer,mod_dumpio,mod_case_filter,mod_case_filter_in,mod_reqtimeout,mod_ext_filter,mod_include,mod_filter,mod_substitute,mod_charset_lite,mod_deflate,mod_log_config,mod_logio,mod_env,mod_mime_magic,mod_cern_meta,mod_expires,mod_headers,mod_ident,mod_usertrack,mod_setenvif,mod_version,mod_proxy,mod_proxy_connect,mod_proxy_ftp,mod_proxy_http,mod_proxy_scgi,mod_proxy_ajp,mod_proxy_balancer,mod_mime,mod_dav,mod_status,mod_autoindex,mod_asis,mod_info,mod_cgi,mod_fastcgi,mod_cgid,mod_dav_fs,mod_vhost_alias,mod_negotiation,mod_dir,mod_imagemap,mod_actions,mod_speling,mod_userdir,mod_alias,mod_rewrite,mod_perl,mod_wsgi,mod_xsendfile,mod_php7",0,bug report does not work with pages page shows but bug reoprt shows index php collected value title data page name index php screen size window size page size platform information darwin dawouds lan darwin kernel version thu sep pdt root xnu release php version sql version churchcrm version reporting browser mozilla macintosh intel mac os x applewebkit khtml like gecko chrome safari prerequisite status all prerequisites met integrity check status status failure message signature definition file missing apache modules core mod ssl prefork http core mod so mod authn file mod authn dbm mod authn anon mod authn dbd mod authn default mod authz host mod authz groupfile mod authz user mod authz dbm mod authz owner mod authz default mod auth basic mod auth digest mod file cache mod cache mod disk cache mod mem cache mod dbd mod bucketeer mod dumpio mod case filter mod case filter in mod reqtimeout mod ext filter mod include mod filter mod substitute mod charset lite mod deflate mod log config mod logio mod env mod mime magic mod cern meta mod expires mod headers mod ident mod usertrack mod setenvif mod version mod proxy mod proxy connect mod proxy ftp mod proxy http mod proxy scgi mod proxy ajp mod proxy balancer mod mime mod dav mod status mod autoindex mod asis mod info mod cgi mod fastcgi mod cgid mod dav fs mod vhost alias mod negotiation mod dir mod imagemap mod actions mod speling mod userdir mod alias mod rewrite mod perl mod wsgi mod xsendfile mod ,0 +24287,23592542810.0,IssuesEvent,2022-08-23 16:19:51,aws/s2n-tls,https://api.github.com/repos/aws/s2n-tls,opened,s2n_config_set_session_cache_onoff Only Works if Caching Callbacks are Already Set,type/usability,"### Security issue notifications + +If you discover a potential security issue in s2n we ask that you notify +AWS Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue. + +### Problem: + +If `s2n_config_set_session_cache_onoff()` is called and the user has not set the three caching callbacks already, session caching will not be turned on. This is weird behavior; I'm not sure if this was a miss or if it is a legitimate decision made to try to prevent a caching attempt with no caching callbacks. But the user doesn't get any feedback on whether or not caching was turned on, so that makes this code a sharp edge. +https://github.com/aws/s2n-tls/blob/main/tls/s2n_config.c#L785. + +### Solution: + +Probably fix this so you don't have to set the callbacks before calling this function. + +* **Does this change what S2N sends over the wire?** If yes, explain. +* **Does this change any public APIs?** If yes, explain. +* **Which versions of TLS will this impact?** + +### Requirements / Acceptance Criteria: + +What must a solution address in order to solve the problem? How do we know the solution is complete? + +* **RFC links:** Links to relevant RFC(s) +* **Related Issues:** Link any relevant issues +* **Will the Usage Guide or other documentation need to be updated?** +* **Testing:** How will this change be tested? Call out new integration tests, functional tests, or particularly interesting/important unit tests. + * **Will this change trigger SAW changes?** Changes to the state machine, the s2n_handshake_io code that controls state transitions, the DRBG, or the corking/uncorking logic could trigger SAW failures. + * **Should this change be fuzz tested?** Will it handle untrusted input? Create a separate issue to track the fuzzing work. + +### Out of scope: + +Is there anything the solution will intentionally NOT address? + +[//]: # (NOTE: If you believe this might be a security issue, please email aws-security@amazon.com instead of creating a GitHub issue. For more details, see the AWS Vulnerability Reporting Guide: https://aws.amazon.com/security/vulnerability-reporting/ ) +",True,"s2n_config_set_session_cache_onoff Only Works if Caching Callbacks are Already Set - ### Security issue notifications + +If you discover a potential security issue in s2n we ask that you notify +AWS Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue. + +### Problem: + +If `s2n_config_set_session_cache_onoff()` is called and the user has not set the three caching callbacks already, session caching will not be turned on. This is weird behavior; I'm not sure if this was a miss or if it is a legitimate decision made to try to prevent a caching attempt with no caching callbacks. But the user doesn't get any feedback on whether or not caching was turned on, so that makes this code a sharp edge. +https://github.com/aws/s2n-tls/blob/main/tls/s2n_config.c#L785. + +### Solution: + +Probably fix this so you don't have to set the callbacks before calling this function. + +* **Does this change what S2N sends over the wire?** If yes, explain. +* **Does this change any public APIs?** If yes, explain. +* **Which versions of TLS will this impact?** + +### Requirements / Acceptance Criteria: + +What must a solution address in order to solve the problem? How do we know the solution is complete? + +* **RFC links:** Links to relevant RFC(s) +* **Related Issues:** Link any relevant issues +* **Will the Usage Guide or other documentation need to be updated?** +* **Testing:** How will this change be tested? Call out new integration tests, functional tests, or particularly interesting/important unit tests. + * **Will this change trigger SAW changes?** Changes to the state machine, the s2n_handshake_io code that controls state transitions, the DRBG, or the corking/uncorking logic could trigger SAW failures. + * **Should this change be fuzz tested?** Will it handle untrusted input? Create a separate issue to track the fuzzing work. + +### Out of scope: + +Is there anything the solution will intentionally NOT address? + +[//]: # (NOTE: If you believe this might be a security issue, please email aws-security@amazon.com instead of creating a GitHub issue. For more details, see the AWS Vulnerability Reporting Guide: https://aws.amazon.com/security/vulnerability-reporting/ ) +",0, config set session cache onoff only works if caching callbacks are already set security issue notifications if you discover a potential security issue in we ask that you notify aws security via our please do not create a public github issue problem if config set session cache onoff is called and the user has not set the three caching callbacks already session caching will not be turned on this is weird behavior i m not sure if this was a miss or if it is a legitimate decision made to try to prevent a caching attempt with no caching callbacks but the user doesn t get any feedback on whether or not caching was turned on so that makes this code a sharp edge solution probably fix this so you don t have to set the callbacks before calling this function does this change what sends over the wire if yes explain does this change any public apis if yes explain which versions of tls will this impact requirements acceptance criteria what must a solution address in order to solve the problem how do we know the solution is complete rfc links links to relevant rfc s related issues link any relevant issues will the usage guide or other documentation need to be updated testing how will this change be tested call out new integration tests functional tests or particularly interesting important unit tests will this change trigger saw changes changes to the state machine the handshake io code that controls state transitions the drbg or the corking uncorking logic could trigger saw failures should this change be fuzz tested will it handle untrusted input create a separate issue to track the fuzzing work out of scope is there anything the solution will intentionally not address note if you believe this might be a security issue please email aws security amazon com instead of creating a github issue for more details see the aws vulnerability reporting guide ,0 +56123,13758825191.0,IssuesEvent,2020-10-07 01:10:52,elastic/elasticsearch,https://api.github.com/repos/elastic/elasticsearch,closed,JDK 15 now requires glibc 2.14 impacting support for older OS,:Core/Infra/Build >bug Team:Core/Infra blocker needs:triage,"The tool chain for JDK 15 has been updated to compile again glibc 2.14. This impacts older OS for which this version of glibc is not available via the OS package manager. This means that the bundled JDK will no longer works on these OS which includes Oracle Enterprise Linux 6, RedHat Enterprise Linux 6, and CentOS 6 (the latest is glibc 2.12). We do not want to be blocked from advancing the JDK, as that would mean either regressing to ship with JDK 11, or shipping with an EOL JDK in JDK 14. For such old OS, this is not an acceptable outcome. Our plan is the following: + - detect when the installed glibc does not meet 2.14 + - if the installed glibc does not meet 2.14, skip using the bundled JDK and fallback to JAVA_HOME + - mark this as a known issue in our docs, and also in our release blog + +Relates elastic/elasticsearch#62635",1.0,"JDK 15 now requires glibc 2.14 impacting support for older OS - The tool chain for JDK 15 has been updated to compile again glibc 2.14. This impacts older OS for which this version of glibc is not available via the OS package manager. This means that the bundled JDK will no longer works on these OS which includes Oracle Enterprise Linux 6, RedHat Enterprise Linux 6, and CentOS 6 (the latest is glibc 2.12). We do not want to be blocked from advancing the JDK, as that would mean either regressing to ship with JDK 11, or shipping with an EOL JDK in JDK 14. For such old OS, this is not an acceptable outcome. Our plan is the following: + - detect when the installed glibc does not meet 2.14 + - if the installed glibc does not meet 2.14, skip using the bundled JDK and fallback to JAVA_HOME + - mark this as a known issue in our docs, and also in our release blog + +Relates elastic/elasticsearch#62635",0,jdk now requires glibc impacting support for older os the tool chain for jdk has been updated to compile again glibc this impacts older os for which this version of glibc is not available via the os package manager this means that the bundled jdk will no longer works on these os which includes oracle enterprise linux redhat enterprise linux and centos the latest is glibc we do not want to be blocked from advancing the jdk as that would mean either regressing to ship with jdk or shipping with an eol jdk in jdk for such old os this is not an acceptable outcome our plan is the following detect when the installed glibc does not meet if the installed glibc does not meet skip using the bundled jdk and fallback to java home mark this as a known issue in our docs and also in our release blog relates elastic elasticsearch ,0 +7125,16629455739.0,IssuesEvent,2021-06-03 13:53:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Typo,Pri1 architecture-center/svc cxp doc-enhancement solution-idea/subsvc triaged," +[Enter feedback here] + +""Synapse Mana private endpoints"" link is misspelled, needs to be Synapse Manged Private endpoints +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6cce4daf-bd8d-bd82-54a0-17e905a1c150 +* Version Independent ID: 0dbc5354-031f-2d79-99da-68f9719e89d4 +* Content: [Big data analytics with enterprise-grade security using Azure Synapse - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/big-data-analytics-enterprise-grade-security) +* Content Source: [docs/solution-ideas/articles/big-data-analytics-enterprise-grade-security.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/big-data-analytics-enterprise-grade-security.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **kikalyan**",1.0,"Typo - +[Enter feedback here] + +""Synapse Mana private endpoints"" link is misspelled, needs to be Synapse Manged Private endpoints +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6cce4daf-bd8d-bd82-54a0-17e905a1c150 +* Version Independent ID: 0dbc5354-031f-2d79-99da-68f9719e89d4 +* Content: [Big data analytics with enterprise-grade security using Azure Synapse - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/big-data-analytics-enterprise-grade-security) +* Content Source: [docs/solution-ideas/articles/big-data-analytics-enterprise-grade-security.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/big-data-analytics-enterprise-grade-security.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **kikalyan**",1,typo synapse mana private endpoints link is misspelled needs to be synapse manged private endpoints document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias kikalyan ,1 +91972,26542037705.0,IssuesEvent,2023-01-19 20:07:06,dart-lang/build,https://api.github.com/repos/dart-lang/build,closed,"Add styling, nicer UX to ""DebugIndexBuilder"".",resolution: not planned P3 low package: build_test,"See https://github.com/dart-lang/build/pull/1129. + +Maybe slightly longer term this is a decent strategy to bringing ""Bolt"" open source.",1.0,"Add styling, nicer UX to ""DebugIndexBuilder"". - See https://github.com/dart-lang/build/pull/1129. + +Maybe slightly longer term this is a decent strategy to bringing ""Bolt"" open source.",0,add styling nicer ux to debugindexbuilder see maybe slightly longer term this is a decent strategy to bringing bolt open source ,0 +5004,11942382159.0,IssuesEvent,2020-04-02 20:12:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Incorrect Hyperlink,Pri2 architecture-center/svc assigned-to-author cloud-design-principles/subsvc doc-enhancement triaged,"'Security Operations' appears to be linking to the 'Identity and access management' page. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 55000863-6c61-319b-7d0d-5366c403e5e2 +* Version Independent ID: 7bb9bb22-f939-6176-236f-79399b6ab2b4 +* Content: [Overview of the security pillar](https://docs.microsoft.com/en-us/azure/architecture/framework/security/overview#feedback) +* Content Source: [docs/framework/security/overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/overview.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1.0,"Incorrect Hyperlink - 'Security Operations' appears to be linking to the 'Identity and access management' page. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 55000863-6c61-319b-7d0d-5366c403e5e2 +* Version Independent ID: 7bb9bb22-f939-6176-236f-79399b6ab2b4 +* Content: [Overview of the security pillar](https://docs.microsoft.com/en-us/azure/architecture/framework/security/overview#feedback) +* Content Source: [docs/framework/security/overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/overview.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1,incorrect hyperlink security operations appears to be linking to the identity and access management page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud design principles github login david stanford microsoft alias pnp ,1 +11490,30747315068.0,IssuesEvent,2023-07-28 16:01:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,real-time API for ML applications?,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc,"Following this article, are there suggested articles or recommendations for connecting existing machine-learned models to an API that can be called for predictions in near-real-time? E.g. a process whereby a client can send data to the API and get back a prediction response from an existing ML model with sub-second latency? + +Connecting this article with near-real time ML applications could be a good idea. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 830e1782-9caa-3533-10a0-85a3d4483d24 +* Version Independent ID: d66583fa-188c-9dce-b6fd-84b34c0bf315 +* Content: [Real-time processing - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/real-time-processing) +* Content Source: [docs/data-guide/big-data/real-time-processing.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-guide/big-data/real-time-processing.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"real-time API for ML applications? - Following this article, are there suggested articles or recommendations for connecting existing machine-learned models to an API that can be called for predictions in near-real-time? E.g. a process whereby a client can send data to the API and get back a prediction response from an existing ML model with sub-second latency? + +Connecting this article with near-real time ML applications could be a good idea. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 830e1782-9caa-3533-10a0-85a3d4483d24 +* Version Independent ID: d66583fa-188c-9dce-b6fd-84b34c0bf315 +* Content: [Real-time processing - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/real-time-processing) +* Content Source: [docs/data-guide/big-data/real-time-processing.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-guide/big-data/real-time-processing.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,real time api for ml applications following this article are there suggested articles or recommendations for connecting existing machine learned models to an api that can be called for predictions in near real time e g a process whereby a client can send data to the api and get back a prediction response from an existing ml model with sub second latency connecting this article with near real time ml applications could be a good idea document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures ,1 +8549,22837664875.0,IssuesEvent,2022-07-12 18:18:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Broken BeeGFS Link,doc-bug cxp triaged architecture-center/svc reference-architecture/subsvc Pri1,"[Enter feedback here] +Unfortunately the BeeGFS is broken / false, it opening GlusterFS content + +All the best +Marco + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a7cf67b7-8d94-d7a2-97ef-1387e252109c +* Version Independent ID: 0d3a72a7-6600-5682-6be1-6c333192bbd6 +* Content: [High-performance computing (HPC) on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/topics/high-performance-computing) +* Content Source: [docs/topics/high-performance-computing.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/topics/high-performance-computing.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @SMBrook +* Microsoft Alias: **sibrook**",2.0,"Broken BeeGFS Link - [Enter feedback here] +Unfortunately the BeeGFS is broken / false, it opening GlusterFS content + +All the best +Marco + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a7cf67b7-8d94-d7a2-97ef-1387e252109c +* Version Independent ID: 0d3a72a7-6600-5682-6be1-6c333192bbd6 +* Content: [High-performance computing (HPC) on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/topics/high-performance-computing) +* Content Source: [docs/topics/high-performance-computing.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/topics/high-performance-computing.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @SMBrook +* Microsoft Alias: **sibrook**",1,broken beegfs link unfortunately the beegfs is broken false it opening glusterfs content all the best marco document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login smbrook microsoft alias sibrook ,1 +11195,28369403856.0,IssuesEvent,2023-04-12 15:52:51,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Support of automating the Continuous delivery​ configuration via the ARM Template.,assigned-to-author triaged product-question architecture-center/svc Pri3 solution-idea/subsvc,"Hi, + +We are building the VM and installing the software using the ARM template as a Managed Application Solution. Now to support the upgrade of the software's installed we need to enable the Continuous delivery​ configuration option inside the VM. + +We need this to get auto configured when the VM is getting created via the ARM Template. + +How can this be supported. + +**Edited: Added doc metadata** + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ��� GitHub issue linking.* + +* ID: 1d688c8c-61d4-8fea-be5c-a97dd9159b5b +* Version Independent ID: 8a70a875-fd18-2600-6b86-a9fbd7e2960a +* Content: [CI/CD for Azure VMs - Azure Solution Ideas](https://docs.microsoft.com/en-in/azure/architecture/solution-ideas/articles/cicd-for-azure-vms) +* Content Source: [docs/solution-ideas/articles/cicd-for-azure-vms.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/cicd-for-azure-vms.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"Support of automating the Continuous delivery​ configuration via the ARM Template. - Hi, + +We are building the VM and installing the software using the ARM template as a Managed Application Solution. Now to support the upgrade of the software's installed we need to enable the Continuous delivery​ configuration option inside the VM. + +We need this to get auto configured when the VM is getting created via the ARM Template. + +How can this be supported. + +**Edited: Added doc metadata** + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1d688c8c-61d4-8fea-be5c-a97dd9159b5b +* Version Independent ID: 8a70a875-fd18-2600-6b86-a9fbd7e2960a +* Content: [CI/CD for Azure VMs - Azure Solution Ideas](https://docs.microsoft.com/en-in/azure/architecture/solution-ideas/articles/cicd-for-azure-vms) +* Content Source: [docs/solution-ideas/articles/cicd-for-azure-vms.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/cicd-for-azure-vms.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,support of automating the continuous delivery​ configuration via the arm template hi we are building the vm and installing the software using the arm template as a managed application solution now to support the upgrade of the software s installed we need to enable the continuous delivery​ configuration option inside the vm we need this to get auto configured when the vm is getting created via the arm template how can this be supported edited added doc metadata document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias edprice ,1 +7183,16987527903.0,IssuesEvent,2021-06-30 15:57:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Great page!,architecture-center/svc assigned-to-author kudos reference-architecture/subsvc triaged," +This information is really helpful! Especially the ""Considerations"" section is awesome! + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 43da9bdf-a3d3-a65b-b555-60dcc5ac2c55 +* Version Independent ID: 9913c705-aeb7-e154-4fdf-164ff1e7ff99 +* Content: [AKS Day-2 Operations Guide - Patch and upgrade guidance - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/operator-guides/aks/aks-upgrade-practices) +* Content Source: [docs/operator-guides/aks/aks-upgrade-practices.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/operator-guides/aks/aks-upgrade-practices.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @rishabhsaha +* Microsoft Alias: **pnp**",2.0,"Great page! - +This information is really helpful! Especially the ""Considerations"" section is awesome! + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 43da9bdf-a3d3-a65b-b555-60dcc5ac2c55 +* Version Independent ID: 9913c705-aeb7-e154-4fdf-164ff1e7ff99 +* Content: [AKS Day-2 Operations Guide - Patch and upgrade guidance - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/operator-guides/aks/aks-upgrade-practices) +* Content Source: [docs/operator-guides/aks/aks-upgrade-practices.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/operator-guides/aks/aks-upgrade-practices.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @rishabhsaha +* Microsoft Alias: **pnp**",1,great page this information is really helpful especially the considerations section is awesome document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login rishabhsaha microsoft alias pnp ,1 +10910,27456029798.0,IssuesEvent,2023-03-02 21:25:59,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Virtual Network DNS,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +I would recommend adding a section around editing | updating the vnet custom DNS settings. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"Virtual Network DNS - +I would recommend adding a section around editing | updating the vnet custom DNS settings. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,virtual network dns i would recommend adding a section around editing updating the vnet custom dns settings document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +3887,10239657597.0,IssuesEvent,2019-08-19 18:47:55,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Management Groups?,Pri1 architecture-center/svc cloud-fundamentals/subsvc cxp triaged,"Hi, +Any plans for adding a naming convention for Management Groups? :-) +Regards Peter + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1.0,"Management Groups? - Hi, +Any plans for adding a naming convention for Management Groups? :-) +Regards Peter + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,management groups hi any plans for adding a naming convention for management groups regards peter document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login telmosampaio microsoft alias pnp ,1 +93221,8405416465.0,IssuesEvent,2018-10-11 15:12:38,phetsims/john-travoltage,https://api.github.com/repos/phetsims/john-travoltage,closed,Jaws performance and reading alerts,status:fixed-pending-testing type:bug type:performance,"**Test device:** +Dell Laptop +**Operating System:** +Win 10 +**Browser:** +Firefox +**Problem description:** +For https://github.com/phetsims/QA/issues/196 +When using Jaws and keyboard nav there is a significant drop in performance. Jaws also very rarely reads the part of the alert when rubbing against the rug that reads the electron count. After a few minutes it only read twice for me. Position is read every time. NVDA does read these alerts consistently. +**Steps to reproduce:** +1. Use Jaws with the sim +2. Use keyboard nav to move the foot. There will be significant lag +3. After a bit of movement, listen to the alert. It rarely includes the new electron count. + + +Troubleshooting information (do not edit): + +
+ +Name: ‪John Travoltage‬ +URL: https://phet-dev.colorado.edu/html/john-travoltage/1.5.0-rc.1/phet/john-travoltage_en_phet.html +Version: 1.5.0-rc.1 2018-09-25 20:38:20 UTC +Flags: pixelRatioScaling +User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0 +Language: en-US +Window: 1536x760 +Pixel Ratio: 2.5/1 +WebGL: WebGL 1.0 +GLSL: WebGL GLSL ES 1.0 +Vendor: Mozilla (Mozilla) +Vertex: attribs: 16 varying: 30 uniform: 4096 +Texture: size: 16384 imageUnits: 16 (vertex: 16, combined: 32) +Max viewport: 32767x32767 +OES_texture_float: true +Dependencies JSON: {""assert"":{""sha"":""928741cf"",""branch"":""HEAD""},""axon"":{""sha"":""ea39b709"",""branch"":""HEAD""},""brand"":{""sha"":""89d28f63"",""branch"":""HEAD""},""chipper"":{""sha"":""ed169ed3"",""branch"":""HEAD""},""dot"":{""sha"":""a6af5081"",""branch"":""HEAD""},""john-travoltage"":{""sha"":""81c3b843"",""branch"":""HEAD""},""joist"":{""sha"":""79cf90f9"",""branch"":""HEAD""},""kite"":{""sha"":""a1257832"",""branch"":""HEAD""},""phet-core"":{""sha"":""2ff7b489"",""branch"":""HEAD""},""phet-io"":{""sha"":""c1301ac9"",""branch"":""HEAD""},""phet-io-wrapper-classroom-activity"":{""sha"":""abc4ae3e"",""branch"":""HEAD""},""phet-io-wrapper-hookes-law-energy"":{""sha"":""429886e7"",""branch"":""HEAD""},""phet-io-wrapper-lab-book"":{""sha"":""186d07de"",""branch"":""HEAD""},""phet-io-wrappers"":{""sha"":""9126d1ed"",""branch"":""HEAD""},""phetcommon"":{""sha"":""33aef589"",""branch"":""HEAD""},""query-string-machine"":{""sha"":""9ae63aab"",""branch"":""HEAD""},""scenery"":{""sha"":""eb1234c9"",""branch"":""HEAD""},""scenery-phet"":{""sha"":""d205340b"",""branch"":""HEAD""},""sherpa"":{""sha"":""c6a137d3"",""branch"":""HEAD""},""sun"":{""sha"":""6138c76e"",""branch"":""HEAD""},""tambo"":{""sha"":""afb95743"",""branch"":""HEAD""},""tandem"":{""sha"":""1dd1ec01"",""branch"":""HEAD""},""vibe"":{""sha"":""82f7679d"",""branch"":""HEAD""}} + +
",1.0,"Jaws performance and reading alerts - **Test device:** +Dell Laptop +**Operating System:** +Win 10 +**Browser:** +Firefox +**Problem description:** +For https://github.com/phetsims/QA/issues/196 +When using Jaws and keyboard nav there is a significant drop in performance. Jaws also very rarely reads the part of the alert when rubbing against the rug that reads the electron count. After a few minutes it only read twice for me. Position is read every time. NVDA does read these alerts consistently. +**Steps to reproduce:** +1. Use Jaws with the sim +2. Use keyboard nav to move the foot. There will be significant lag +3. After a bit of movement, listen to the alert. It rarely includes the new electron count. + + +Troubleshooting information (do not edit): + +
+ +Name: ‪John Travoltage‬ +URL: https://phet-dev.colorado.edu/html/john-travoltage/1.5.0-rc.1/phet/john-travoltage_en_phet.html +Version: 1.5.0-rc.1 2018-09-25 20:38:20 UTC +Flags: pixelRatioScaling +User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0 +Language: en-US +Window: 1536x760 +Pixel Ratio: 2.5/1 +WebGL: WebGL 1.0 +GLSL: WebGL GLSL ES 1.0 +Vendor: Mozilla (Mozilla) +Vertex: attribs: 16 varying: 30 uniform: 4096 +Texture: size: 16384 imageUnits: 16 (vertex: 16, combined: 32) +Max viewport: 32767x32767 +OES_texture_float: true +Dependencies JSON: {""assert"":{""sha"":""928741cf"",""branch"":""HEAD""},""axon"":{""sha"":""ea39b709"",""branch"":""HEAD""},""brand"":{""sha"":""89d28f63"",""branch"":""HEAD""},""chipper"":{""sha"":""ed169ed3"",""branch"":""HEAD""},""dot"":{""sha"":""a6af5081"",""branch"":""HEAD""},""john-travoltage"":{""sha"":""81c3b843"",""branch"":""HEAD""},""joist"":{""sha"":""79cf90f9"",""branch"":""HEAD""},""kite"":{""sha"":""a1257832"",""branch"":""HEAD""},""phet-core"":{""sha"":""2ff7b489"",""branch"":""HEAD""},""phet-io"":{""sha"":""c1301ac9"",""branch"":""HEAD""},""phet-io-wrapper-classroom-activity"":{""sha"":""abc4ae3e"",""branch"":""HEAD""},""phet-io-wrapper-hookes-law-energy"":{""sha"":""429886e7"",""branch"":""HEAD""},""phet-io-wrapper-lab-book"":{""sha"":""186d07de"",""branch"":""HEAD""},""phet-io-wrappers"":{""sha"":""9126d1ed"",""branch"":""HEAD""},""phetcommon"":{""sha"":""33aef589"",""branch"":""HEAD""},""query-string-machine"":{""sha"":""9ae63aab"",""branch"":""HEAD""},""scenery"":{""sha"":""eb1234c9"",""branch"":""HEAD""},""scenery-phet"":{""sha"":""d205340b"",""branch"":""HEAD""},""sherpa"":{""sha"":""c6a137d3"",""branch"":""HEAD""},""sun"":{""sha"":""6138c76e"",""branch"":""HEAD""},""tambo"":{""sha"":""afb95743"",""branch"":""HEAD""},""tandem"":{""sha"":""1dd1ec01"",""branch"":""HEAD""},""vibe"":{""sha"":""82f7679d"",""branch"":""HEAD""}} + +
",0,jaws performance and reading alerts test device dell laptop operating system win browser firefox problem description for when using jaws and keyboard nav there is a significant drop in performance jaws also very rarely reads the part of the alert when rubbing against the rug that reads the electron count after a few minutes it only read twice for me position is read every time nvda does read these alerts consistently steps to reproduce use jaws with the sim use keyboard nav to move the foot there will be significant lag after a bit of movement listen to the alert it rarely includes the new electron count troubleshooting information do not edit name ‪john travoltage‬ url version rc utc flags pixelratioscaling user agent mozilla windows nt rv gecko firefox language en us window pixel ratio webgl webgl glsl webgl glsl es vendor mozilla mozilla vertex attribs varying uniform texture size imageunits vertex combined max viewport oes texture float true dependencies json assert sha branch head axon sha branch head brand sha branch head chipper sha branch head dot sha branch head john travoltage sha branch head joist sha branch head kite sha branch head phet core sha branch head phet io sha branch head phet io wrapper classroom activity sha branch head phet io wrapper hookes law energy sha branch head phet io wrapper lab book sha branch head phet io wrappers sha branch head phetcommon sha branch head query string machine sha branch head scenery sha branch head scenery phet sha branch head sherpa sha branch head sun sha branch head tambo sha branch head tandem sha branch head vibe sha branch head ,0 +4390,11048949489.0,IssuesEvent,2019-12-09 22:19:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Lower vs. higher routing priority,Pri1 architecture-center/svc cxp doc-bug reference-architecture/subsvc triaged,"There is a mistake in the Front Door routing section: ""Set the backend pool with different priority values, 1 for the active region and 2 or lower for the standby or passive region."" It should be 2 or higher. According to https://docs.microsoft.com/en-us/azure/frontdoor/front-door-routing-methods#priority lower means higher priority. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region#availability-considerations---front-door) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/multi-region.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Lower vs. higher routing priority - There is a mistake in the Front Door routing section: ""Set the backend pool with different priority values, 1 for the active region and 2 or lower for the standby or passive region."" It should be 2 or higher. According to https://docs.microsoft.com/en-us/azure/frontdoor/front-door-routing-methods#priority lower means higher priority. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region#availability-considerations---front-door) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/multi-region.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,lower vs higher routing priority there is a mistake in the front door routing section set the backend pool with different priority values for the active region and or lower for the standby or passive region it should be or higher according to lower means higher priority document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +115080,17270623862.0,IssuesEvent,2021-07-22 19:18:21,CliffCrerar/ionic-amplify-conference-app,https://api.github.com/repos/CliffCrerar/ionic-amplify-conference-app,opened,CVE-2021-23343 (High) detected in path-parse-1.0.6.tgz,security vulnerability,"## CVE-2021-23343 - High Severity Vulnerability +
Vulnerable Library - path-parse-1.0.6.tgz

+ +

Node.js path.parse() ponyfill

+

Library home page: https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz

+

Path to dependency file: ionic-amplify-conference-app/package.json

+

Path to vulnerable library: ionic-amplify-conference-app/node_modules/path-parse/package.json

+

+ +Dependency Hierarchy: + - tslint-5.20.1.tgz (Root Library) + - resolve-1.15.1.tgz + - :x: **path-parse-1.0.6.tgz** (Vulnerable Library) +

Found in HEAD commit: 4e9a80774160275a55322301ed17c68e011c3b8f

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +All versions of package path-parse are vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity. + +

Publish Date: 2021-05-04 +

URL: CVE-2021-23343

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/jbgutierrez/path-parse/issues/8

+

Release Date: 2021-05-04

+

Fix Resolution: path-parse - 1.0.7

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2021-23343 (High) detected in path-parse-1.0.6.tgz - ## CVE-2021-23343 - High Severity Vulnerability +
Vulnerable Library - path-parse-1.0.6.tgz

+ +

Node.js path.parse() ponyfill

+

Library home page: https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz

+

Path to dependency file: ionic-amplify-conference-app/package.json

+

Path to vulnerable library: ionic-amplify-conference-app/node_modules/path-parse/package.json

+

+ +Dependency Hierarchy: + - tslint-5.20.1.tgz (Root Library) + - resolve-1.15.1.tgz + - :x: **path-parse-1.0.6.tgz** (Vulnerable Library) +

Found in HEAD commit: 4e9a80774160275a55322301ed17c68e011c3b8f

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +All versions of package path-parse are vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity. + +

Publish Date: 2021-05-04 +

URL: CVE-2021-23343

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/jbgutierrez/path-parse/issues/8

+

Release Date: 2021-05-04

+

Fix Resolution: path-parse - 1.0.7

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in path parse tgz cve high severity vulnerability vulnerable library path parse tgz node js path parse ponyfill library home page a href path to dependency file ionic amplify conference app package json path to vulnerable library ionic amplify conference app node modules path parse package json dependency hierarchy tslint tgz root library resolve tgz x path parse tgz vulnerable library found in head commit a href found in base branch master vulnerability details all versions of package path parse are vulnerable to regular expression denial of service redos via splitdevicere splittailre and splitpathre regular expressions redos 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 high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution path parse step up your open source security game with whitesource ,0 +9517,24734045438.0,IssuesEvent,2022-10-20 20:12:08,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Need to remove the note about SQL Ledger being preview - it has now shipped,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a71d66e9-8380-2cff-a3c2-0a8ba5931d33 +* Version Independent ID: a71d66e9-8380-2cff-a3c2-0a8ba5931d33 +* Content: [Choose an Azure multiparty computing service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/multiparty-computing-service?source=docs#comparing-options) +* Content Source: [docs/guide/technology-choices/multiparty-computing-service.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/multiparty-computing-service.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"Need to remove the note about SQL Ledger being preview - it has now shipped - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a71d66e9-8380-2cff-a3c2-0a8ba5931d33 +* Version Independent ID: a71d66e9-8380-2cff-a3c2-0a8ba5931d33 +* Content: [Choose an Azure multiparty computing service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/multiparty-computing-service?source=docs#comparing-options) +* Content Source: [docs/guide/technology-choices/multiparty-computing-service.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/multiparty-computing-service.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,need to remove the note about sql ledger being preview it has now shipped document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias edprice ,1 +52431,22206867316.0,IssuesEvent,2022-06-07 15:32:26,emergenzeHack/ukrainehelp.emergenzehack.info_segnalazioni,https://api.github.com/repos/emergenzeHack/ukrainehelp.emergenzehack.info_segnalazioni,opened,#Centriestivi a #Legnano: dieci posti sono riservati ai bambini ucraini,Services Children education,"

+servicetypes:
+  materialGoods: false
+  hospitality: false
+  transport: false
+  healthcare: false
+  Legal: false
+  translation: false
+  job: false
+  psychologicalSupport: false
+  Children: true
+  disability: false
+  women: false
+  education: true
+offerFromWho: Comune di Legnano
+title: '#Centriestivi a #Legnano: dieci posti sono riservati ai bambini ucraini'
+recipients: Bambini e bambine ucraine
+description: Il Comune di Legnano ha riservato una decina di posti a bambini o ragazzi
+  ucraini, presenti sul territorio comunale, nel caso in cui le loro famiglie ne facessero
+  richiesta. Per l’eventuale inserimento di bambini ucraini saranno coinvolti anche
+  gli uffici dei Servizi alla Persona, che si sono occupati già della loro accoglienza.
+url: https://www.settenews.it/centri-estivi-a-legnano-accolte-tutte-le-iscrizioni-e-dieci-posti-sono-riservati-ai-bambini-ucraini/
+address:
+  mode: autocomplete
+  address:
+    place_id: 283382573
+    licence: Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright
+    osm_type: relation
+    osm_id: 45380
+    boundingbox:
+    - '45.5680042'
+    - '45.6236078'
+    - '8.8656125'
+    - '8.9463512'
+    lat: '45.5946985'
+    lon: '8.9183595'
+    display_name: Legnano, Milano, Lombardia, 20025, Italia
+    class: boundary
+    type: administrative
+    importance: 0.6460413330018666
+    icon: https://nominatim.openstreetmap.org/ui/mapicons/poi_boundary_administrative.p.20.png
+    address:
+      town: Legnano
+      county: Milano
+      ISO3166-2-lvl6: IT-MI
+      state: Lombardia
+      postcode: '20025'
+      country: Italia
+      country_code: it
+iConfirmToHaveReadAndAcceptedInformativeToThreatPersonalData: true
+iAuthorizeTheProcessingOfPersonalSensitiveData: true
+label: services
+submit: true
+
",1.0,"#Centriestivi a #Legnano: dieci posti sono riservati ai bambini ucraini -

+servicetypes:
+  materialGoods: false
+  hospitality: false
+  transport: false
+  healthcare: false
+  Legal: false
+  translation: false
+  job: false
+  psychologicalSupport: false
+  Children: true
+  disability: false
+  women: false
+  education: true
+offerFromWho: Comune di Legnano
+title: '#Centriestivi a #Legnano: dieci posti sono riservati ai bambini ucraini'
+recipients: Bambini e bambine ucraine
+description: Il Comune di Legnano ha riservato una decina di posti a bambini o ragazzi
+  ucraini, presenti sul territorio comunale, nel caso in cui le loro famiglie ne facessero
+  richiesta. Per l’eventuale inserimento di bambini ucraini saranno coinvolti anche
+  gli uffici dei Servizi alla Persona, che si sono occupati già della loro accoglienza.
+url: https://www.settenews.it/centri-estivi-a-legnano-accolte-tutte-le-iscrizioni-e-dieci-posti-sono-riservati-ai-bambini-ucraini/
+address:
+  mode: autocomplete
+  address:
+    place_id: 283382573
+    licence: Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright
+    osm_type: relation
+    osm_id: 45380
+    boundingbox:
+    - '45.5680042'
+    - '45.6236078'
+    - '8.8656125'
+    - '8.9463512'
+    lat: '45.5946985'
+    lon: '8.9183595'
+    display_name: Legnano, Milano, Lombardia, 20025, Italia
+    class: boundary
+    type: administrative
+    importance: 0.6460413330018666
+    icon: https://nominatim.openstreetmap.org/ui/mapicons/poi_boundary_administrative.p.20.png
+    address:
+      town: Legnano
+      county: Milano
+      ISO3166-2-lvl6: IT-MI
+      state: Lombardia
+      postcode: '20025'
+      country: Italia
+      country_code: it
+iConfirmToHaveReadAndAcceptedInformativeToThreatPersonalData: true
+iAuthorizeTheProcessingOfPersonalSensitiveData: true
+label: services
+submit: true
+
",0, centriestivi a legnano dieci posti sono riservati ai bambini ucraini servicetypes materialgoods false hospitality false transport false healthcare false legal false translation false job false psychologicalsupport false children true disability false women false education true offerfromwho comune di legnano title centriestivi a legnano dieci posti sono riservati ai bambini ucraini recipients bambini e bambine ucraine description il comune di legnano ha riservato una decina di posti a bambini o ragazzi ucraini presenti sul territorio comunale nel caso in cui le loro famiglie ne facessero richiesta per l’eventuale inserimento di bambini ucraini saranno coinvolti anche gli uffici dei servizi alla persona che si sono occupati già della loro accoglienza url address mode autocomplete address place id licence data © openstreetmap contributors odbl osm type relation osm id boundingbox lat lon display name legnano milano lombardia italia class boundary type administrative importance icon address town legnano county milano it mi state lombardia postcode country italia country code it iconfirmtohavereadandacceptedinformativetothreatpersonaldata true iauthorizetheprocessingofpersonalsensitivedata true label services submit true ,0 +28303,5239168291.0,IssuesEvent,2017-01-31 08:53:26,pexcn/tb-tun,https://api.github.com/repos/pexcn/tb-tun,closed,MTU and ICMP issue,auto-migrated Priority-Medium Type-Defect,"``` +What steps will reproduce the problem? +1. + +ICMP package on IPv4 should be reflected to the IPv6 according to RFC2893. +But TB-TUN has nothing to do with ICMP. + +2. + +According to RFC3506, ""If the IPv6 MTU size proves to be too large for some +intermediate IPv4 subnet, IPv4 fragmentation will ensue....The IPv4 'do not +fragment' bit *SHOULD NOT* be set in the encapsulating IPv4 header."" But +TB-TUN disobey these 2 rules. It causes IPv6 packages missing data and did +not report any error by ICMP when IPv6 MTU is to large. + +What is the expected output? What do you see instead? + + +Please use labels and text to provide additional information. + + +``` + +Original issue reported on code.google.com by `lostrive...@gmail.com` on 25 Apr 2010 at 5:50 +",1.0,"MTU and ICMP issue - ``` +What steps will reproduce the problem? +1. + +ICMP package on IPv4 should be reflected to the IPv6 according to RFC2893. +But TB-TUN has nothing to do with ICMP. + +2. + +According to RFC3506, ""If the IPv6 MTU size proves to be too large for some +intermediate IPv4 subnet, IPv4 fragmentation will ensue....The IPv4 'do not +fragment' bit *SHOULD NOT* be set in the encapsulating IPv4 header."" But +TB-TUN disobey these 2 rules. It causes IPv6 packages missing data and did +not report any error by ICMP when IPv6 MTU is to large. + +What is the expected output? What do you see instead? + + +Please use labels and text to provide additional information. + + +``` + +Original issue reported on code.google.com by `lostrive...@gmail.com` on 25 Apr 2010 at 5:50 +",0,mtu and icmp issue what steps will reproduce the problem icmp package on should be reflected to the according to but tb tun has nothing to do with icmp according to if the mtu size proves to be too large for some intermediate subnet fragmentation will ensue the do not fragment bit should not be set in the encapsulating header but tb tun disobey these rules it causes packages missing data and did not report any error by icmp when mtu is to large what is the expected output what do you see instead please use labels and text to provide additional information original issue reported on code google com by lostrive gmail com on apr at ,0 +401473,11790679665.0,IssuesEvent,2020-03-17 19:27:13,Slicer/Slicer,https://api.github.com/repos/Slicer/Slicer,opened,MRML Association fix breaking Windows packaging,priority:high type:bug,"Change introduced in: https://github.com/Slicer/Slicer/commit/ae1ac7ef6a42d2ba6a21fecaf85670f536ae43ea + +CDash error: +http://slicer.cdash.org/viewBuildError.php?buildid=1856920 + +NSIS error log: +``` +!insertmacro: end of MUI_STARTMENU_WRITE_END + +WriteRegStr expects 4 parameters, got 6. + +Usage: WriteRegStr rootkey subkey entry_name new_value_string + + root_key=(HKCR[32|64]|HKLM[32|64]|HKCU[32|64]|HKU|HKCC|HKDD|HKPD|SHCTX) + +Error in script ""D:/D/P/Slicer-0-build/Slicer-build/_CPack_Packages/win-amd64/NSIS/project.nsi"" on line 721 -- aborting creation process +``` + +Line 721: +`WriteRegStr HKCU \""SOFTWARE\Classes\Slicer\"" \""\"" \""Slicer supported file\""` + +@lassoan +",1.0,"MRML Association fix breaking Windows packaging - Change introduced in: https://github.com/Slicer/Slicer/commit/ae1ac7ef6a42d2ba6a21fecaf85670f536ae43ea + +CDash error: +http://slicer.cdash.org/viewBuildError.php?buildid=1856920 + +NSIS error log: +``` +!insertmacro: end of MUI_STARTMENU_WRITE_END + +WriteRegStr expects 4 parameters, got 6. + +Usage: WriteRegStr rootkey subkey entry_name new_value_string + + root_key=(HKCR[32|64]|HKLM[32|64]|HKCU[32|64]|HKU|HKCC|HKDD|HKPD|SHCTX) + +Error in script ""D:/D/P/Slicer-0-build/Slicer-build/_CPack_Packages/win-amd64/NSIS/project.nsi"" on line 721 -- aborting creation process +``` + +Line 721: +`WriteRegStr HKCU \""SOFTWARE\Classes\Slicer\"" \""\"" \""Slicer supported file\""` + +@lassoan +",0,mrml association fix breaking windows packaging change introduced in cdash error nsis error log insertmacro end of mui startmenu write end writeregstr expects parameters got usage writeregstr rootkey subkey entry name new value string root key hkcr hklm hkcu hku hkcc hkdd hkpd shctx error in script d d p slicer build slicer build cpack packages win nsis project nsi on line aborting creation process line writeregstr hkcu software classes slicer slicer supported file lassoan ,0 +516868,14989705944.0,IssuesEvent,2021-01-29 04:31:20,internetarchive/openlibrary,https://api.github.com/repos/internetarchive/openlibrary,closed,Lists page has duplicate lists id,Lead: @jdlrobson Needs: Triage Priority: 3 Type: Bug,"When using the validator tool on https://validator.w3.org/nu/?doc=https%3A%2F%2Fopenlibrary.org%2Flists you'll notice that one of the complaints is that #list is used twice. + +* Ideally remove the id on the body tag, or at least rename it to ""page-lists"" +* Confirm the validator passes for this page. + +### Evidence / Screenshot (if possible) + + + + + +### Relevant url? +https://openlibrary.org/lists + +### Stakeholders +@jdlrobson ",1.0,"Lists page has duplicate lists id - When using the validator tool on https://validator.w3.org/nu/?doc=https%3A%2F%2Fopenlibrary.org%2Flists you'll notice that one of the complaints is that #list is used twice. + +* Ideally remove the id on the body tag, or at least rename it to ""page-lists"" +* Confirm the validator passes for this page. + +### Evidence / Screenshot (if possible) + + + + + +### Relevant url? +https://openlibrary.org/lists + +### Stakeholders +@jdlrobson ",0,lists page has duplicate lists id when using the validator tool on you ll notice that one of the complaints is that list is used twice ideally remove the id on the body tag or at least rename it to page lists confirm the validator passes for this page evidence screenshot if possible img width alt screen shot at am src relevant url stakeholders jdlrobson ,0 +9099,24037890270.0,IssuesEvent,2022-09-15 21:03:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Typo,doc-bug assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"In the picture, it is written ""IDistrubutedTokenCache"" instead of ""IDistributedTokenCache"". + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ab204a8d-c451-ef99-6610-139a0dee61ac +* Version Independent ID: 23a69ae2-70bc-aab5-bbe1-e9699d57558b +* Content: [Cache access tokens in a multitenant application - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/token-cache) +* Content Source: [docs/multitenant-identity/token-cache.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/multitenant-identity/token-cache.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Typo - In the picture, it is written ""IDistrubutedTokenCache"" instead of ""IDistributedTokenCache"". + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ab204a8d-c451-ef99-6610-139a0dee61ac +* Version Independent ID: 23a69ae2-70bc-aab5-bbe1-e9699d57558b +* Content: [Cache access tokens in a multitenant application - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/token-cache) +* Content Source: [docs/multitenant-identity/token-cache.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/multitenant-identity/token-cache.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,typo in the picture it is written idistrubutedtokencache instead of idistributedtokencache document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login microsoft alias pnp ,1 +5992,13463235868.0,IssuesEvent,2020-09-09 17:15:53,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,The Next Steps Section is looping towards same page,Pri2 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-bug triaged," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 78a7e7bd-23f3-a39f-9015-b77f14bb43e5 +* Version Independent ID: 0ac34e7e-315f-2452-bf0a-74e9b1068c38 +* Content: [Microservices architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/microservices) +* Content Source: [docs/guide/architecture-styles/microservices.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/architecture-styles/microservices.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"The Next Steps Section is looping towards same page - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 78a7e7bd-23f3-a39f-9015-b77f14bb43e5 +* Version Independent ID: 0ac34e7e-315f-2452-bf0a-74e9b1068c38 +* Content: [Microservices architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/microservices) +* Content Source: [docs/guide/architecture-styles/microservices.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/architecture-styles/microservices.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,the next steps section is looping towards same page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +738438,25559589069.0,IssuesEvent,2022-11-30 09:45:59,nimblehq/android-templates,https://api.github.com/repos/nimblehq/android-templates,closed,Update `new_project.kts` to choose between XML or Compose,type : feature status : essential priority : normal,"## Why + +Now the templates have been updated, let's update the script accordingly (= `new_project.kts`) + +## Acceptance Criteria + +- Add a new flag called `template`, the value can either be `xml` or `compose` +- Ensure a project can be generated correctly for both options +- Ensure the help message is up-to-date +- Update `verify_newproject_script.yml` so the CI still works correctly",1.0,"Update `new_project.kts` to choose between XML or Compose - ## Why + +Now the templates have been updated, let's update the script accordingly (= `new_project.kts`) + +## Acceptance Criteria + +- Add a new flag called `template`, the value can either be `xml` or `compose` +- Ensure a project can be generated correctly for both options +- Ensure the help message is up-to-date +- Update `verify_newproject_script.yml` so the CI still works correctly",0,update new project kts to choose between xml or compose why now the templates have been updated let s update the script accordingly new project kts acceptance criteria add a new flag called template the value can either be xml or compose ensure a project can be generated correctly for both options ensure the help message is up to date update verify newproject script yml so the ci still works correctly,0 +690168,23647705625.0,IssuesEvent,2022-08-26 01:13:33,ploomber/ploomber,https://api.github.com/repos/ploomber/ploomber,closed,delete `python -m ploomber.onboarding`,med priority low effort,"nobody is using this so we should delete it: delete the code, the references in the README (and in the docs, if any), and the tests",1.0,"delete `python -m ploomber.onboarding` - nobody is using this so we should delete it: delete the code, the references in the README (and in the docs, if any), and the tests",0,delete python m ploomber onboarding nobody is using this so we should delete it delete the code the references in the readme and in the docs if any and the tests,0 +5791,13161073692.0,IssuesEvent,2020-08-10 18:49:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio Stencils are also needed with SVG version.,Pri2 architecture-center/svc duplicate,"Please include something that can be used by native Microsoft tools. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Visio Stencils are also needed with SVG version. - Please include something that can be used by native Microsoft tools. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,visio stencils are also needed with svg version please include something that can be used by native microsoft tools document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +212655,16472137844.0,IssuesEvent,2021-05-23 16:21:26,eu-digital-green-certificates/dgc-testdata,https://api.github.com/repos/eu-digital-green-certificates/dgc-testdata,closed,feat: Automated tests for PRs only on changed files and/or the the affected member state folder,enhancement test automation,"## Issue Description + +Currently, automated tests run on the entire repository, making it hard(er) to identify if a specific PR introduces new errors. + +## Proposed Solution + +Automated tests should run either: +- only on changed files (see e.g. https://github.com/marketplace/actions/get-all-changed-files ) +- or on the country-folder(s) affected by the PR, which in turn can be derived from the affected files + - I believe this to be less ideal for PRs, but as a separate run config that uses an input variable that specifies the folder to run on it might be useful to verify the state of an entire country at once. + + +@bhavin-qryptal I'm tagging you in case you are interested in tackling this and/or have some input on the issue",1.0,"feat: Automated tests for PRs only on changed files and/or the the affected member state folder - ## Issue Description + +Currently, automated tests run on the entire repository, making it hard(er) to identify if a specific PR introduces new errors. + +## Proposed Solution + +Automated tests should run either: +- only on changed files (see e.g. https://github.com/marketplace/actions/get-all-changed-files ) +- or on the country-folder(s) affected by the PR, which in turn can be derived from the affected files + - I believe this to be less ideal for PRs, but as a separate run config that uses an input variable that specifies the folder to run on it might be useful to verify the state of an entire country at once. + + +@bhavin-qryptal I'm tagging you in case you are interested in tackling this and/or have some input on the issue",0,feat automated tests for prs only on changed files and or the the affected member state folder issue description currently automated tests run on the entire repository making it hard er to identify if a specific pr introduces new errors proposed solution automated tests should run either only on changed files see e g or on the country folder s affected by the pr which in turn can be derived from the affected files i believe this to be less ideal for prs but as a separate run config that uses an input variable that specifies the folder to run on it might be useful to verify the state of an entire country at once bhavin qryptal i m tagging you in case you are interested in tackling this and or have some input on the issue,0 +9276,24329544864.0,IssuesEvent,2022-09-30 18:00:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Claims identity schema,assigned-to-author triaged product-question architecture-center/svc Pri2 azure-guide/subsvc,"There is this list of identity schema on this page + + > oid > http://schemas.microsoft.com/identity/claims/objectidentifier + tid > http://schemas.microsoft.com/identity/claims/tenantid + unique_name > http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name + upn > http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn + + +Is it fine to replace with https as this causes codeql warnings? +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a5d00031-82e8-a8ee-0a66-e9b84231e837 +* Version Independent ID: 9a9da08f-83e2-c493-61af-c4b5316c6f8e +* Content: [Work with claim-based identities in multitenant applications - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/claims) +* Content Source: [docs/multitenant-identity/claims.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/multitenant-identity/claims.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Claims identity schema - There is this list of identity schema on this page + + > oid > http://schemas.microsoft.com/identity/claims/objectidentifier + tid > http://schemas.microsoft.com/identity/claims/tenantid + unique_name > http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name + upn > http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn + + +Is it fine to replace with https as this causes codeql warnings? +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a5d00031-82e8-a8ee-0a66-e9b84231e837 +* Version Independent ID: 9a9da08f-83e2-c493-61af-c4b5316c6f8e +* Content: [Work with claim-based identities in multitenant applications - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/claims) +* Content Source: [docs/multitenant-identity/claims.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/multitenant-identity/claims.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,claims identity schema there is this list of identity schema on this page oid tid unique name upn is it fine to replace with https as this causes codeql warnings document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login microsoft alias pnp ,1 +9995,3987492376.0,IssuesEvent,2016-05-09 04:10:31,oppia/oppia,https://api.github.com/repos/oppia/oppia,closed,e2e tests should be split into separate suites on Travis-CI.,feature: minor frontend/protractor-tests starter project TODO: code,"(This is related to #1757.) + +The e2e tests are a bit flaky -- particularly the ones for editorAndPlayer.js -- and we've started to run into a pattern on Travis-CI where one of the 20 or so tests fails, the whole thing is restarted, and then a different test fails. This is quite irritating. + +It might therefore be a good idea to split the protractor tests on Travis into several separate checks. That way, if one of them fails, only that set of checks needs to be re-run. The main caveat here is that we should have a mechanism to ensure that every single e2e test is accounted for, even if new ones are added later -- this could perhaps be done in the form of a backend test that scans the .travis.yml file and the core/tests/protractor/ directory, and makes sure that every file in the latter is included somewhere in the former. + +/cc @MAKOSCAFEE @souravbadami @BenHenning @wxyxinyu @bbriggs ",1.0,"e2e tests should be split into separate suites on Travis-CI. - (This is related to #1757.) + +The e2e tests are a bit flaky -- particularly the ones for editorAndPlayer.js -- and we've started to run into a pattern on Travis-CI where one of the 20 or so tests fails, the whole thing is restarted, and then a different test fails. This is quite irritating. + +It might therefore be a good idea to split the protractor tests on Travis into several separate checks. That way, if one of them fails, only that set of checks needs to be re-run. The main caveat here is that we should have a mechanism to ensure that every single e2e test is accounted for, even if new ones are added later -- this could perhaps be done in the form of a backend test that scans the .travis.yml file and the core/tests/protractor/ directory, and makes sure that every file in the latter is included somewhere in the former. + +/cc @MAKOSCAFEE @souravbadami @BenHenning @wxyxinyu @bbriggs ",0, tests should be split into separate suites on travis ci this is related to the tests are a bit flaky particularly the ones for editorandplayer js and we ve started to run into a pattern on travis ci where one of the or so tests fails the whole thing is restarted and then a different test fails this is quite irritating it might therefore be a good idea to split the protractor tests on travis into several separate checks that way if one of them fails only that set of checks needs to be re run the main caveat here is that we should have a mechanism to ensure that every single test is accounted for even if new ones are added later this could perhaps be done in the form of a backend test that scans the travis yml file and the core tests protractor directory and makes sure that every file in the latter is included somewhere in the former cc makoscafee souravbadami benhenning wxyxinyu bbriggs ,0 +449288,12966358370.0,IssuesEvent,2020-07-21 00:32:15,SkriptLang/Skript,https://api.github.com/repos/SkriptLang/Skript,closed,Thrown potion EntityData not working,bug completed priority: medium,"### Description +Short description is, the thrown potion entity data is not being recognized. + +### Steps to Reproduce +simple code: +```vb +command /test: + trigger: + make player shoot thrown potion of leaping + spawn thrown potion of leaping at player +``` + +### Expected Behavior +For it to work, the potion should spawn and the potion should be able to be shot + +### Errors / Screenshots +``` +> sk reload test +[23:58:05 INFO]: [Skript] Reloading test.sk... +[23:58:05 ERROR]: Can't understand this condition/effect: spawn a thrown potion of leaping at player (test.sk, line 7: spawn a thrown potion of leaping at player') +[23:58:05 ERROR]: Can't understand this condition/effect: make player shoot a thrown potion of leaping (test.sk, line 8: make player shoot a thrown potion of leaping') +[23:58:05 INFO]: [Skript] Encountered 2 errors while reloading test.sk! +> +``` + +### Server Information +* **Server version/platform:** 1.15.2 - Paper +* **Skript version:** 2.2-alpha2 + +### Additional Context +PR coming shortly! +",1.0,"Thrown potion EntityData not working - ### Description +Short description is, the thrown potion entity data is not being recognized. + +### Steps to Reproduce +simple code: +```vb +command /test: + trigger: + make player shoot thrown potion of leaping + spawn thrown potion of leaping at player +``` + +### Expected Behavior +For it to work, the potion should spawn and the potion should be able to be shot + +### Errors / Screenshots +``` +> sk reload test +[23:58:05 INFO]: [Skript] Reloading test.sk... +[23:58:05 ERROR]: Can't understand this condition/effect: spawn a thrown potion of leaping at player (test.sk, line 7: spawn a thrown potion of leaping at player') +[23:58:05 ERROR]: Can't understand this condition/effect: make player shoot a thrown potion of leaping (test.sk, line 8: make player shoot a thrown potion of leaping') +[23:58:05 INFO]: [Skript] Encountered 2 errors while reloading test.sk! +> +``` + +### Server Information +* **Server version/platform:** 1.15.2 - Paper +* **Skript version:** 2.2-alpha2 + +### Additional Context +PR coming shortly! +",0,thrown potion entitydata not working description short description is the thrown potion entity data is not being recognized steps to reproduce simple code vb command test trigger make player shoot thrown potion of leaping spawn thrown potion of leaping at player expected behavior for it to work the potion should spawn and the potion should be able to be shot errors screenshots sk reload test reloading test sk can t understand this condition effect spawn a thrown potion of leaping at player test sk line spawn a thrown potion of leaping at player can t understand this condition effect make player shoot a thrown potion of leaping test sk line make player shoot a thrown potion of leaping encountered errors while reloading test sk server information server version platform paper skript version additional context pr coming shortly ,0 +9924,25601324921.0,IssuesEvent,2022-12-01 20:28:41,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Cluster set is not supported in Stack HCI,doc-enhancement cxp triaged architecture-center/svc reference-architecture/subsvc Pri2," +Please remove the reference to 'cluster set' as this is not supported by Stack HCI. We have had clarification from PG that they do not support cluster set with Stack HCI and they have removed those references from the Stack HCI docs but it still exists in this one. + +See the internal thread 'Does ""Deploy a cluster set"" support AS HCI ' in 'hcitalk' for reference. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 7cd80767-6e29-65b6-4b98-42d36bd3ad33 +* Version Independent ID: 7fc8bbde-f74a-74f7-f93e-de7660df740c +* Content: [Use Azure Stack HCI stretched clusters for disaster recovery - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/hybrid/azure-stack-hci-dr) +* Content Source: [docs/hybrid/azure-stack-hci-dr.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/hybrid/azure-stack-hci-dr.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",2.0,"Cluster set is not supported in Stack HCI - +Please remove the reference to 'cluster set' as this is not supported by Stack HCI. We have had clarification from PG that they do not support cluster set with Stack HCI and they have removed those references from the Stack HCI docs but it still exists in this one. + +See the internal thread 'Does ""Deploy a cluster set"" support AS HCI ' in 'hcitalk' for reference. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 7cd80767-6e29-65b6-4b98-42d36bd3ad33 +* Version Independent ID: 7fc8bbde-f74a-74f7-f93e-de7660df740c +* Content: [Use Azure Stack HCI stretched clusters for disaster recovery - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/hybrid/azure-stack-hci-dr) +* Content Source: [docs/hybrid/azure-stack-hci-dr.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/hybrid/azure-stack-hci-dr.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,cluster set is not supported in stack hci please remove the reference to cluster set as this is not supported by stack hci we have had clarification from pg that they do not support cluster set with stack hci and they have removed those references from the stack hci docs but it still exists in this one see the internal thread does deploy a cluster set support as hci in hcitalk for reference document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias architectures ,1 +6633,14972844040.0,IssuesEvent,2021-01-27 23:41:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,PNG version of Icons,Pri2 architecture-center/svc assigned-to-author doc-enhancement triaged,"HI there, + +While I do appreciate the fact that these icons are available it would be GREAT if you could supply them as PNG as well as SVG. Seeing as there are a lot of Devs and Architects on Mac and the SVG support there is so-so it's a bit of a pain every 6 months when you go back and need a new set of icons. The previews looks like shit in Finder and you always end up needing to figure out whatever script and tool you need to loop through the folders and convert each file to png. Then you need remember to escape the paths cause you included + signs in the paths and what not if you use ""find"". +On top that something like Google Drawing doesn't support svg, which isn't your fault but still. + +This seems to be the smoothest on Mac +`brew install librsvg` + +cd to Icons in the downloaded svg folder + +`for i in */*.svg ; do rsvg-convert -h 512 ""$i""> ""$i"".png ; done ` + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"PNG version of Icons - HI there, + +While I do appreciate the fact that these icons are available it would be GREAT if you could supply them as PNG as well as SVG. Seeing as there are a lot of Devs and Architects on Mac and the SVG support there is so-so it's a bit of a pain every 6 months when you go back and need a new set of icons. The previews looks like shit in Finder and you always end up needing to figure out whatever script and tool you need to loop through the folders and convert each file to png. Then you need remember to escape the paths cause you included + signs in the paths and what not if you use ""find"". +On top that something like Google Drawing doesn't support svg, which isn't your fault but still. + +This seems to be the smoothest on Mac +`brew install librsvg` + +cd to Icons in the downloaded svg folder + +`for i in */*.svg ; do rsvg-convert -h 512 ""$i""> ""$i"".png ; done ` + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,png version of icons hi there while i do appreciate the fact that these icons are available it would be great if you could supply them as png as well as svg seeing as there are a lot of devs and architects on mac and the svg support there is so so it s a bit of a pain every months when you go back and need a new set of icons the previews looks like shit in finder and you always end up needing to figure out whatever script and tool you need to loop through the folders and convert each file to png then you need remember to escape the paths cause you included signs in the paths and what not if you use find on top that something like google drawing doesn t support svg which isn t your fault but still this seems to be the smoothest on mac brew install librsvg cd to icons in the downloaded svg folder for i in svg do rsvg convert h i i png done document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +7100,16523612723.0,IssuesEvent,2021-05-26 17:08:46,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Excalidraw Library for Cloud Design Patterns,architecture-center/svc assigned-to-author design-pattern/subsvc doc-enhancement triaged,"Just to let you known that I created an [Excalidraw library](https://libraries.excalidraw.com/?sort=default#michelcaradec-cloud-design-patterns) inspired by these pages: . + +Excellent documentation by the way! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0a4ecd26-cb7b-4cb2-ae3a-3748ada92771 +* Version Independent ID: 97f96179-a22b-8401-a2f4-264a86b5d2f5 +* Content: [Cloud design patterns - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/) +* Content Source: [docs/patterns/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/index.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Excalidraw Library for Cloud Design Patterns - Just to let you known that I created an [Excalidraw library](https://libraries.excalidraw.com/?sort=default#michelcaradec-cloud-design-patterns) inspired by these pages: . + +Excellent documentation by the way! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0a4ecd26-cb7b-4cb2-ae3a-3748ada92771 +* Version Independent ID: 97f96179-a22b-8401-a2f4-264a86b5d2f5 +* Content: [Cloud design patterns - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/) +* Content Source: [docs/patterns/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/index.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,excalidraw library for cloud design patterns just to let you known that i created an inspired by these pages excellent documentation by the way document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login microsoft alias pnp ,1 +13315,3322688968.0,IssuesEvent,2015-11-09 15:33:08,wallabag/wallabag,https://api.github.com/repos/wallabag/wallabag,closed,"[v2] Issue with PostgreSQL, table prefixes and `user` table",Bug Tests missing,"Hi. + +I have a problem with user creation using PostgreSQL database without table prefix: + +``` +$ php app/console wallabag:install + +<...> + +[PDOException] +SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ""user"" +LINE 1: INSERT INTO user (username, username_canonical, email, email... +``` + +Part of my `app/config/parameters.yml`: + +``` +parameters: + database_driver: pdo_pgsql + database_table_prefix: null +``` + +`user` word reserver by PostgreSQL internals and must be escaped: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#quoting-reserved-words + +I tried to fix problem by myself, but without success: https://github.com/black-roland/wallabag/commit/34b32a322b527a8700b0ee28ddec18c3ca9c4727 `Doctrine\ORM\Mapping\DefaultQuoteStrategy` checks for `$class->table['quoted']`, but I can't set `@ORM\Table(quoted=true)` annotation: https://github.com/black-roland/wallabag/commit/34b32a322b527a8700b0ee28ddec18c3ca9c4727#diff-60178373aeaf91c2ae95921e03b3ca39R22 + +Please help with bugfixing :) + +Thanks.",1.0,"[v2] Issue with PostgreSQL, table prefixes and `user` table - Hi. + +I have a problem with user creation using PostgreSQL database without table prefix: + +``` +$ php app/console wallabag:install + +<...> + +[PDOException] +SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ""user"" +LINE 1: INSERT INTO user (username, username_canonical, email, email... +``` + +Part of my `app/config/parameters.yml`: + +``` +parameters: + database_driver: pdo_pgsql + database_table_prefix: null +``` + +`user` word reserver by PostgreSQL internals and must be escaped: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#quoting-reserved-words + +I tried to fix problem by myself, but without success: https://github.com/black-roland/wallabag/commit/34b32a322b527a8700b0ee28ddec18c3ca9c4727 `Doctrine\ORM\Mapping\DefaultQuoteStrategy` checks for `$class->table['quoted']`, but I can't set `@ORM\Table(quoted=true)` annotation: https://github.com/black-roland/wallabag/commit/34b32a322b527a8700b0ee28ddec18c3ca9c4727#diff-60178373aeaf91c2ae95921e03b3ca39R22 + +Please help with bugfixing :) + +Thanks.",0, issue with postgresql table prefixes and user table hi i have a problem with user creation using postgresql database without table prefix php app console wallabag install sqlstate syntax error error syntax error at or near user line insert into user username username canonical email email part of my app config parameters yml parameters database driver pdo pgsql database table prefix null user word reserver by postgresql internals and must be escaped i tried to fix problem by myself but without success doctrine orm mapping defaultquotestrategy checks for class table but i can t set orm table quoted true annotation please help with bugfixing thanks ,0 +271752,29659376652.0,IssuesEvent,2023-06-10 01:23:37,pazhanivel07/linux-4.19.72,https://api.github.com/repos/pazhanivel07/linux-4.19.72,closed,CVE-2021-37159 (Medium) detected in linuxlinux-4.19.83 - autoclosed,Mend: dependency security vulnerability,"## CVE-2021-37159 - Medium Severity Vulnerability +
Vulnerable Library - linuxlinux-4.19.83

+

+ +

Apache Software Foundation (ASF)

+

Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux

+

Found in HEAD commit: ce28e4f7a922d93d9b737061ae46827305c8c30a

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (2) +

+

+ + /drivers/net/usb/hso.c + /drivers/net/usb/hso.c +

+
+

+

+ +

+
Vulnerability Details +

+ +hso_free_net_device in drivers/net/usb/hso.c in the Linux kernel through 5.13.4 calls unregister_netdev without checking for the NETREG_REGISTERED state, leading to a use-after-free and a double free. + +

Publish Date: 2021-07-21 +

URL: CVE-2021-37159

+

+
+

+
CVSS 3 Score Details (6.4) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Physical + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.linuxkernelcves.com/cves/CVE-2021-37159

+

Release Date: 2021-07-21

+

Fix Resolution: v5.10.54,v5.13.6,v5.14-rc3

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2021-37159 (Medium) detected in linuxlinux-4.19.83 - autoclosed - ## CVE-2021-37159 - Medium Severity Vulnerability +
Vulnerable Library - linuxlinux-4.19.83

+

+ +

Apache Software Foundation (ASF)

+

Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux

+

Found in HEAD commit: ce28e4f7a922d93d9b737061ae46827305c8c30a

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (2) +

+

+ + /drivers/net/usb/hso.c + /drivers/net/usb/hso.c +

+
+

+

+ +

+
Vulnerability Details +

+ +hso_free_net_device in drivers/net/usb/hso.c in the Linux kernel through 5.13.4 calls unregister_netdev without checking for the NETREG_REGISTERED state, leading to a use-after-free and a double free. + +

Publish Date: 2021-07-21 +

URL: CVE-2021-37159

+

+
+

+
CVSS 3 Score Details (6.4) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Physical + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.linuxkernelcves.com/cves/CVE-2021-37159

+

Release Date: 2021-07-21

+

Fix Resolution: v5.10.54,v5.13.6,v5.14-rc3

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in linuxlinux autoclosed cve medium severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch master vulnerable source files drivers net usb hso c drivers net usb hso c vulnerability details hso free net device in drivers net usb hso c in the linux kernel through calls unregister netdev without checking for the netreg registered state leading to a use after free and a double free publish date url a href cvss score details base score metrics exploitability metrics attack vector physical attack complexity high 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 step up your open source security game with mend ,0 +5594,12749516972.0,IssuesEvent,2020-06-26 23:08:27,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,This script does not work and needs to be updated. I am working on that.,Pri2 architecture-center/svc assigned-to-author doc-bug reference-architecture/subsvc triaged," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 636aa53e-3ca0-7a30-fe16-7219f3e8d1a9 +* Version Independent ID: c503b39a-cd8a-669a-0882-27d8c13d3570 +* Content: [Add IP address spaces to peered virtual networks - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/networking/prefixes/add-ip-space-peered-vnet) +* Content Source: [docs/networking/prefixes/add-ip-space-peered-vnet.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/networking/prefixes/add-ip-space-peered-vnet.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @randycampbell +* Microsoft Alias: **pnp**",2.0,"This script does not work and needs to be updated. I am working on that. - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 636aa53e-3ca0-7a30-fe16-7219f3e8d1a9 +* Version Independent ID: c503b39a-cd8a-669a-0882-27d8c13d3570 +* Content: [Add IP address spaces to peered virtual networks - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/networking/prefixes/add-ip-space-peered-vnet) +* Content Source: [docs/networking/prefixes/add-ip-space-peered-vnet.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/networking/prefixes/add-ip-space-peered-vnet.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @randycampbell +* Microsoft Alias: **pnp**",1,this script does not work and needs to be updated i am working on that document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login randycampbell microsoft alias pnp ,1 +7695,18892878163.0,IssuesEvent,2021-11-15 14:59:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Unhelpful links,assigned-to-author docs-experience triaged architecture-center/svc,"The September section contains links to ""Updated"" articles, when I click on them they open pages that we updated in March and April, this is not very helpful. What is the purpose of this section? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0dd7bc22-da10-1d3b-ba22-7d5e374be441 +* Version Independent ID: 9f466c91-adc7-0489-5b1e-17633d27c98c +* Content: [What's New in Azure Architecture Center - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/changelog) +* Content Source: [docs/changelog.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/changelog.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Unhelpful links - The September section contains links to ""Updated"" articles, when I click on them they open pages that we updated in March and April, this is not very helpful. What is the purpose of this section? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0dd7bc22-da10-1d3b-ba22-7d5e374be441 +* Version Independent ID: 9f466c91-adc7-0489-5b1e-17633d27c98c +* Content: [What's New in Azure Architecture Center - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/changelog) +* Content Source: [docs/changelog.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/changelog.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,unhelpful links the september section contains links to updated articles when i click on them they open pages that we updated in march and april this is not very helpful what is the purpose of this section document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +48046,6069264250.0,IssuesEvent,2017-06-15 03:36:04,kamal1978/LTFHC,https://api.github.com/repos/kamal1978/LTFHC,opened,Report rows in wrong order,design,"In the report view, the CPN 1 at the 16th week should be the 2nd row. It is currently the 3rd row. +![screenshot_2017-06-14-20-35-12](https://user-images.githubusercontent.com/9537700/27164287-11e2851a-5141-11e7-9855-01cc9df253ae.png) +",1.0,"Report rows in wrong order - In the report view, the CPN 1 at the 16th week should be the 2nd row. It is currently the 3rd row. +![screenshot_2017-06-14-20-35-12](https://user-images.githubusercontent.com/9537700/27164287-11e2851a-5141-11e7-9855-01cc9df253ae.png) +",0,report rows in wrong order in the report view the cpn at the week should be the row it is currently the row ,0 +20278,4534364133.0,IssuesEvent,2016-09-08 14:27:31,adaptlearning/adapt_framework,https://api.github.com/repos/adaptlearning/adapt_framework,opened,update 'core model attributes' documentation,documentation task,"The [core model attributes wiki page](https://github.com/adaptlearning/adapt_framework/wiki/Core-model-attributes) needs a bit of an update. + +The attribute `_isEnabledOnRevisit` doesn't exist any more + + The following all need adding: +* `_isInteractionComplete` +* `_canReset` +* `_isResetOnRevisit` +* `_canShowFeedback` + +Could do with a subsection for core attributes for components that inherit from questionModel. Although strangely some of these question-specific properties have been included in adaptModel (e.g. `_canShowFeedback`). Maybe we just divide up into common attributes and question-specific ones?",1.0,"update 'core model attributes' documentation - The [core model attributes wiki page](https://github.com/adaptlearning/adapt_framework/wiki/Core-model-attributes) needs a bit of an update. + +The attribute `_isEnabledOnRevisit` doesn't exist any more + + The following all need adding: +* `_isInteractionComplete` +* `_canReset` +* `_isResetOnRevisit` +* `_canShowFeedback` + +Could do with a subsection for core attributes for components that inherit from questionModel. Although strangely some of these question-specific properties have been included in adaptModel (e.g. `_canShowFeedback`). Maybe we just divide up into common attributes and question-specific ones?",0,update core model attributes documentation the needs a bit of an update the attribute isenabledonrevisit doesn t exist any more the following all need adding isinteractioncomplete canreset isresetonrevisit canshowfeedback could do with a subsection for core attributes for components that inherit from questionmodel although strangely some of these question specific properties have been included in adaptmodel e g canshowfeedback maybe we just divide up into common attributes and question specific ones ,0 +39123,9212571563.0,IssuesEvent,2019-03-10 02:15:20,supertuxkart/stk-code,https://api.github.com/repos/supertuxkart/stk-code,closed,Major unintended skips in several tracks,C: Race Events P2: major T: defect,"The previously reported and patched skips involved validating one checkline and going back to the start line. + +However, it is possible on several tracks to trick the game in validating two checklines and then the lap, faster than doing the track the intended way. + +In some tracks, it is slower, but not by enough that it can't be used to confuse people in networking. + +This apply to : +- [x] Gran Paradiso Island. This video show s the trick in 0.9.3, but it is 100% applicable to latest git/svn : https://www.youtube.com/watch?v=y-cJ4J14gh8t **Fixed in SVN** +- [x] Northern Resort **Fixed in SVN** +- [x] Shifting Sands **Didn't exist in latest SVN** +- [x] Lighthouse (about equal in normal direction ; faster in reverse mode) **Fixed in SVN** +- [x] Hacienda **Fixed in SVN** +- [x] The Old Mine (allows to go faster on 1st lap, barely slower on subsequent laps) +- [x] Snow Peak (about equal) +- [x] Zen Garden (barely slower) +- [x] Abysses (slightly slower) + +More regular skips exist for : +- [x] XR591 (reverse) - saves 2 or 3 seconds per lap, see https://www.youtube.com/watch?v=tZjC57NnbkA +- [x] STK Enterprise (reverse) - saves a few seconds, see https://www.youtube.com/watch?v=iV6p4-5YfOA +- [x] Abysses (reverse) - saves a tiny amount of time, see https://www.youtube.com/watch?v=opNN_4GblyE +- [ ] Northern Resort (normal direction and reverse), see https://www.youtube.com/watch?v=J8RJVpUTZ8Q . Also in reverse, by turning to the right at the end of the bridge to fall lower, it is possible to save 1 or 2 second. A checkline should prevent this.",1.0,"Major unintended skips in several tracks - The previously reported and patched skips involved validating one checkline and going back to the start line. + +However, it is possible on several tracks to trick the game in validating two checklines and then the lap, faster than doing the track the intended way. + +In some tracks, it is slower, but not by enough that it can't be used to confuse people in networking. + +This apply to : +- [x] Gran Paradiso Island. This video show s the trick in 0.9.3, but it is 100% applicable to latest git/svn : https://www.youtube.com/watch?v=y-cJ4J14gh8t **Fixed in SVN** +- [x] Northern Resort **Fixed in SVN** +- [x] Shifting Sands **Didn't exist in latest SVN** +- [x] Lighthouse (about equal in normal direction ; faster in reverse mode) **Fixed in SVN** +- [x] Hacienda **Fixed in SVN** +- [x] The Old Mine (allows to go faster on 1st lap, barely slower on subsequent laps) +- [x] Snow Peak (about equal) +- [x] Zen Garden (barely slower) +- [x] Abysses (slightly slower) + +More regular skips exist for : +- [x] XR591 (reverse) - saves 2 or 3 seconds per lap, see https://www.youtube.com/watch?v=tZjC57NnbkA +- [x] STK Enterprise (reverse) - saves a few seconds, see https://www.youtube.com/watch?v=iV6p4-5YfOA +- [x] Abysses (reverse) - saves a tiny amount of time, see https://www.youtube.com/watch?v=opNN_4GblyE +- [ ] Northern Resort (normal direction and reverse), see https://www.youtube.com/watch?v=J8RJVpUTZ8Q . Also in reverse, by turning to the right at the end of the bridge to fall lower, it is possible to save 1 or 2 second. A checkline should prevent this.",0,major unintended skips in several tracks the previously reported and patched skips involved validating one checkline and going back to the start line however it is possible on several tracks to trick the game in validating two checklines and then the lap faster than doing the track the intended way in some tracks it is slower but not by enough that it can t be used to confuse people in networking this apply to gran paradiso island this video show s the trick in but it is applicable to latest git svn fixed in svn northern resort fixed in svn shifting sands didn t exist in latest svn lighthouse about equal in normal direction faster in reverse mode fixed in svn hacienda fixed in svn the old mine allows to go faster on lap barely slower on subsequent laps snow peak about equal zen garden barely slower abysses slightly slower more regular skips exist for reverse saves or seconds per lap see stk enterprise reverse saves a few seconds see abysses reverse saves a tiny amount of time see northern resort normal direction and reverse see also in reverse by turning to the right at the end of the bridge to fall lower it is possible to save or second a checkline should prevent this ,0 +5595,12749768528.0,IssuesEvent,2020-06-27 00:13:43,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Partitioning Azure table storage : entity with one natural key,Pri2 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc triaged,"Documentation https://docs.microsoft.com/en-us/azure/architecture/best-practices/data-partitioning-strategies#partitioning-azure-table-storage states that ""If an entity has one natural key, then use it as the partition key and specify an empty string as the row key"". But it also states that the combination of partition key and row key should be unique. Isn't the usage of empty string as row key violation of this constraint unless we want separate partition for each entity? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ef578ecf-7b41-cac8-ba5d-2e132c337b1e +* Version Independent ID: f325ab09-f55d-42ce-5892-a116d4958d6c +* Content: [Data partitioning strategies - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/data-partitioning-strategies) +* Content Source: [docs/best-practices/data-partitioning-strategies.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/data-partitioning-strategies.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Partitioning Azure table storage : entity with one natural key - Documentation https://docs.microsoft.com/en-us/azure/architecture/best-practices/data-partitioning-strategies#partitioning-azure-table-storage states that ""If an entity has one natural key, then use it as the partition key and specify an empty string as the row key"". But it also states that the combination of partition key and row key should be unique. Isn't the usage of empty string as row key violation of this constraint unless we want separate partition for each entity? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ef578ecf-7b41-cac8-ba5d-2e132c337b1e +* Version Independent ID: f325ab09-f55d-42ce-5892-a116d4958d6c +* Content: [Data partitioning strategies - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/data-partitioning-strategies) +* Content Source: [docs/best-practices/data-partitioning-strategies.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/data-partitioning-strategies.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,partitioning azure table storage entity with one natural key documentation states that if an entity has one natural key then use it as the partition key and specify an empty string as the row key but it also states that the combination of partition key and row key should be unique isn t the usage of empty string as row key violation of this constraint unless we want separate partition for each entity document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +11029,27803955819.0,IssuesEvent,2023-03-17 18:04:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,aPaaS is not a well used term,cxp triaged product-question architecture-center/svc example-scenario/subsvc Pri2," +I have never heard aPaaS ever mentioned in Azure before (or any cloud computing contect). +I think it would be much clearer to the reader if you used SaaS - that is how I hear all internal Microsoft and external people describe IoT central. + +If you think it doesn't quite count as SaaS you should link to what Microsoft means when it describes something as aPaaS rather than PaaS as I don't think anywhere else in Microsoft uses that term? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 30009d60-b907-fa0d-b2f9-a6dd7e414259 +* Version Independent ID: 377f9495-ed09-bd1f-2f62-58007097d338 +* Content: [Choose an Internet of Things (IoT) solution in Azure - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/iot/iot-central-iot-hub-cheat-sheet) +* Content Source: [docs/example-scenario/iot/iot-central-iot-hub-cheat-sheet.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/iot/iot-central-iot-hub-cheat-sheet.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1.0,"aPaaS is not a well used term - +I have never heard aPaaS ever mentioned in Azure before (or any cloud computing contect). +I think it would be much clearer to the reader if you used SaaS - that is how I hear all internal Microsoft and external people describe IoT central. + +If you think it doesn't quite count as SaaS you should link to what Microsoft means when it describes something as aPaaS rather than PaaS as I don't think anywhere else in Microsoft uses that term? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 30009d60-b907-fa0d-b2f9-a6dd7e414259 +* Version Independent ID: 377f9495-ed09-bd1f-2f62-58007097d338 +* Content: [Choose an Internet of Things (IoT) solution in Azure - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/iot/iot-central-iot-hub-cheat-sheet) +* Content Source: [docs/example-scenario/iot/iot-central-iot-hub-cheat-sheet.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/iot/iot-central-iot-hub-cheat-sheet.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1,apaas is not a well used term i have never heard apaas ever mentioned in azure before or any cloud computing contect i think it would be much clearer to the reader if you used saas that is how i hear all internal microsoft and external people describe iot central if you think it doesn t quite count as saas you should link to what microsoft means when it describes something as apaas rather than paas as i don t think anywhere else in microsoft uses that term document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login martinekuan microsoft alias architectures ,1 +121433,15934702625.0,IssuesEvent,2021-04-14 08:59:22,kroonhorstdino/DungeonGame,https://api.github.com/repos/kroonhorstdino/DungeonGame,closed,[DESIGN] How to handle dialogue,core system design graphics story,"_Related_: + +_Description_: + +Can dialogue appear during gameplay or only as cutscenes or as mixture of both? +Is it always interruptive +Are choices involved? +Is it skippable or not? + +How is the dialogue presented? With custom 2D pictures or only with ingame graphics? + +*** + +- [x] Accepted ✔️ +- [ ] Implemented ✔️ + +- [ ] Rejected ❌ +",1.0,"[DESIGN] How to handle dialogue - _Related_: + +_Description_: + +Can dialogue appear during gameplay or only as cutscenes or as mixture of both? +Is it always interruptive +Are choices involved? +Is it skippable or not? + +How is the dialogue presented? With custom 2D pictures or only with ingame graphics? + +*** + +- [x] Accepted ✔️ +- [ ] Implemented ✔️ + +- [ ] Rejected ❌ +",0, how to handle dialogue related description can dialogue appear during gameplay or only as cutscenes or as mixture of both is it always interruptive are choices involved is it skippable or not how is the dialogue presented with custom pictures or only with ingame graphics accepted ✔️ implemented ✔️ rejected ❌ ,0 +5561,12701756504.0,IssuesEvent,2020-06-22 18:47:41,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,SignalR Service details,Pri2 architecture-center/svc assigned-to-author solution-idea/subsvc triaged,"It would be great if you can include SingalR service architectural and implementation details. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 53ea26cb-1cc0-2616-d0b4-cd50f1194a75 +* Version Independent ID: 01eb1d9d-060a-01a8-aa50-68e017b2db38 +* Content: [Messaging - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/messaging#feedback) +* Content Source: [docs/solution-ideas/articles/messaging.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/messaging.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"SignalR Service details - It would be great if you can include SingalR service architectural and implementation details. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 53ea26cb-1cc0-2616-d0b4-cd50f1194a75 +* Version Independent ID: 01eb1d9d-060a-01a8-aa50-68e017b2db38 +* Content: [Messaging - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/messaging#feedback) +* Content Source: [docs/solution-ideas/articles/messaging.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/messaging.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,signalr service details it would be great if you can include singalr service architectural and implementation details document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +128407,10531965563.0,IssuesEvent,2019-10-01 09:40:46,FreeRDP/FreeRDP,https://api.github.com/repos/FreeRDP/FreeRDP,closed,Drive Redirection naming convention has changed.,fixed-waiting-test,"Using the RC4 release from November, if you use drive redirection with the following syntax: /drive:Temp,/home/user/Temp then the remote drive would show up as ""Temp on COMPUTERNAME"". As of the current release from master, it now shows up as: +_home_user_Temp on COMPUTERNAME. I don't have time to bisect this right now but I wanted to let the developers know that something has changed since then. I use a variety of Linux distros to connect to Windows 8/10/2012 VMs, all with the same result.",1.0,"Drive Redirection naming convention has changed. - Using the RC4 release from November, if you use drive redirection with the following syntax: /drive:Temp,/home/user/Temp then the remote drive would show up as ""Temp on COMPUTERNAME"". As of the current release from master, it now shows up as: +_home_user_Temp on COMPUTERNAME. I don't have time to bisect this right now but I wanted to let the developers know that something has changed since then. I use a variety of Linux distros to connect to Windows 8/10/2012 VMs, all with the same result.",0,drive redirection naming convention has changed using the release from november if you use drive redirection with the following syntax drive temp home user temp then the remote drive would show up as temp on computername as of the current release from master it now shows up as home user temp on computername i don t have time to bisect this right now but i wanted to let the developers know that something has changed since then i use a variety of linux distros to connect to windows vms all with the same result ,0 +106355,16673317428.0,IssuesEvent,2021-06-07 13:33:32,VivekBuzruk/Hygieia,https://api.github.com/repos/VivekBuzruk/Hygieia,closed,WS-2018-0075 (Medium) detected in concat-stream-1.5.0.tgz - autoclosed,security vulnerability,"## WS-2018-0075 - Medium Severity Vulnerability +
Vulnerable Library - concat-stream-1.5.0.tgz

+ +

writable stream that concatenates strings or binary data and calls a callback with the result

+

Library home page: https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz

+

Path to dependency file: Hygieia/UI/package.json

+

Path to vulnerable library: Hygieia/UI/node_modules/extract-zip/node_modules/concat-stream/package.json

+

+ +Dependency Hierarchy: + - karma-phantomjs-launcher-0.1.4.tgz (Root Library) + - phantomjs-1.9.20.tgz + - extract-zip-1.5.0.tgz + - :x: **concat-stream-1.5.0.tgz** (Vulnerable Library) +

Found in HEAD commit: 3c4f119e4343cf7fa276bb4756361b926902248e

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +Versions of concat-stream before 1.5.2 are vulnerable to memory exposure if userp provided input is passed into write() + +Versions <1.3.0 are not affected due to not using unguarded Buffer constructor. + +

Publish Date: 2018-04-25 +

URL: WS-2018-0075

+

+
+

+
CVSS 3 Score Details (5.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nodesecurity.io/advisories/597

+

Release Date: 2018-01-27

+

Fix Resolution: 1.5.2

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"WS-2018-0075 (Medium) detected in concat-stream-1.5.0.tgz - autoclosed - ## WS-2018-0075 - Medium Severity Vulnerability +
Vulnerable Library - concat-stream-1.5.0.tgz

+ +

writable stream that concatenates strings or binary data and calls a callback with the result

+

Library home page: https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz

+

Path to dependency file: Hygieia/UI/package.json

+

Path to vulnerable library: Hygieia/UI/node_modules/extract-zip/node_modules/concat-stream/package.json

+

+ +Dependency Hierarchy: + - karma-phantomjs-launcher-0.1.4.tgz (Root Library) + - phantomjs-1.9.20.tgz + - extract-zip-1.5.0.tgz + - :x: **concat-stream-1.5.0.tgz** (Vulnerable Library) +

Found in HEAD commit: 3c4f119e4343cf7fa276bb4756361b926902248e

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +Versions of concat-stream before 1.5.2 are vulnerable to memory exposure if userp provided input is passed into write() + +Versions <1.3.0 are not affected due to not using unguarded Buffer constructor. + +

Publish Date: 2018-04-25 +

URL: WS-2018-0075

+

+
+

+
CVSS 3 Score Details (5.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nodesecurity.io/advisories/597

+

Release Date: 2018-01-27

+

Fix Resolution: 1.5.2

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,ws medium detected in concat stream tgz autoclosed ws medium severity vulnerability vulnerable library concat stream tgz writable stream that concatenates strings or binary data and calls a callback with the result library home page a href path to dependency file hygieia ui package json path to vulnerable library hygieia ui node modules extract zip node modules concat stream package json dependency hierarchy karma phantomjs launcher tgz root library phantomjs tgz extract zip tgz x concat stream tgz vulnerable library found in head commit a href found in base branch master vulnerability details versions of concat stream before are vulnerable to memory exposure if userp provided input is passed into write versions are not affected due to not using unguarded buffer constructor publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none 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 +6025,13524999782.0,IssuesEvent,2020-09-15 12:25:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Typo,Pri2 architecture-center/svc cxp doc-bug triaged well-architected/subsvc,"The second section of this page has the word ""dingle"" where I assume it is meant ""single"". + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ee907a51-a7f2-16b6-7c61-e5b09f14229f +* Version Independent ID: 4725a038-dcf1-efee-bc9e-86d3322d52d0 +* Content: [Security with identity and access management (IAM) in Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/security/design-identity#feedback) +* Content Source: [docs/framework/security/design-identity.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/design-identity.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1.0,"Typo - The second section of this page has the word ""dingle"" where I assume it is meant ""single"". + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ee907a51-a7f2-16b6-7c61-e5b09f14229f +* Version Independent ID: 4725a038-dcf1-efee-bc9e-86d3322d52d0 +* Content: [Security with identity and access management (IAM) in Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/security/design-identity#feedback) +* Content Source: [docs/framework/security/design-identity.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/design-identity.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,typo the second section of this page has the word dingle where i assume it is meant single document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id efee content content source service architecture center sub service well architected github login pagewriter msft microsoft alias pnp ,1 +12457,9661841995.0,IssuesEvent,2019-05-20 19:08:59,microsoft/vscode-cpptools,https://api.github.com/repos/microsoft/vscode-cpptools,closed,"""go to definition"" about struct member failed when ""pointer to incomplete class type is not allowed"" occurs",Feature: Go to Definition Language Service bug regression,"**Type: LanguageService** + + + + +**Describe the bug** +- OS and Version: +- VS Code Version: 1.30.2 +- C/C++ Extension Version: 0.21.0 +- Other extensions you installed (and if the issue persists after disabling them): +- A clear and concise description of what the bug is. + +**To Reproduce** + + + +**test.h** +struct pci_dev { + int bus; +}; + +**test.c** // don't include test.h +void test(struct pci_dev *dev) // ""pci_dev"" can go to definition +{ + dev->bus = 0; +} +//""pointer to incomplete class type is not allowed"" occurs, ""dev"" can go to definition but ""bus"" can't. +//""No definition found for bus"" occurs.",1.0,"""go to definition"" about struct member failed when ""pointer to incomplete class type is not allowed"" occurs - **Type: LanguageService** + + + + +**Describe the bug** +- OS and Version: +- VS Code Version: 1.30.2 +- C/C++ Extension Version: 0.21.0 +- Other extensions you installed (and if the issue persists after disabling them): +- A clear and concise description of what the bug is. + +**To Reproduce** + + + +**test.h** +struct pci_dev { + int bus; +}; + +**test.c** // don't include test.h +void test(struct pci_dev *dev) // ""pci_dev"" can go to definition +{ + dev->bus = 0; +} +//""pointer to incomplete class type is not allowed"" occurs, ""dev"" can go to definition but ""bus"" can't. +//""No definition found for bus"" occurs.",0, go to definition about struct member failed when pointer to incomplete class type is not allowed occurs type languageservice please review existing issues and our documentation at prior to filing an issue describe the bug os and version vs code version c c extension version other extensions you installed and if the issue persists after disabling them a clear and concise description of what the bug is to reproduce test h struct pci dev int bus test c don t include test h void test struct pci dev dev pci dev can go to definition dev bus pointer to incomplete class type is not allowed occurs dev can go to definition but bus can t no definition found for bus occurs ,0 +11343,30123188051.0,IssuesEvent,2023-06-30 16:56:23,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Why is this article listed under AI/ML architectures?,assigned-to-author triaged product-question architecture-center/svc example-scenario/subsvc Pri2,"Why is this article listed under AI/ML architectures? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: f7f45c3e-6598-f423-adf1-6a43ed590e2f +* Version Independent ID: f7f45c3e-6598-f423-adf1-6a43ed590e2f +* Content: [Analyze observational patient data by using OHDSI with the OMOP CDM - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/digital-health/patient-data-ohdsi-omop-cdm) +* Content Source: [docs/example-scenario/digital-health/patient-data-ohdsi-omop-cdm.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/digital-health/patient-data-ohdsi-omop-cdm.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @plooploops +* Microsoft Alias: **angee**",1.0,"Why is this article listed under AI/ML architectures? - Why is this article listed under AI/ML architectures? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: f7f45c3e-6598-f423-adf1-6a43ed590e2f +* Version Independent ID: f7f45c3e-6598-f423-adf1-6a43ed590e2f +* Content: [Analyze observational patient data by using OHDSI with the OMOP CDM - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/digital-health/patient-data-ohdsi-omop-cdm) +* Content Source: [docs/example-scenario/digital-health/patient-data-ohdsi-omop-cdm.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/digital-health/patient-data-ohdsi-omop-cdm.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @plooploops +* Microsoft Alias: **angee**",1,why is this article listed under ai ml architectures why is this article listed under ai ml architectures document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login plooploops microsoft alias angee ,1 +4434,11114222312.0,IssuesEvent,2019-12-18 08:07:59,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Pricing demonstrated are monthly or daily?,Pri1 architecture-center/svc cxp example-scenarios/subsvc product-question triaged,"The pricing example given here, is it per month or on daily basis? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 36cc3d81-d33a-bc9b-ab91-d7c4c8e26a95 +* Version Independent ID: d3ce3924-f004-a61a-867c-b81fae8cf5f9 +* Content: [Sharing location in real time using low-cost serverless Azure services - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/signalr/?WT.mc_id=linkedin&fbclid=IwAR1Baz9IpezPDUMOspz7luGss4qe0ievd6xqzkVMe0Dvg1STKkC4OBi9Eqw#feedback) +* Content Source: [docs/example-scenario/signalr/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/signalr/index.md) +* Service: **architecture-center** +* Sub-service: **example-scenarios** +* GitHub Login: @talhanaveed +* Microsoft Alias: **pnp**",1.0,"Pricing demonstrated are monthly or daily? - The pricing example given here, is it per month or on daily basis? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 36cc3d81-d33a-bc9b-ab91-d7c4c8e26a95 +* Version Independent ID: d3ce3924-f004-a61a-867c-b81fae8cf5f9 +* Content: [Sharing location in real time using low-cost serverless Azure services - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/signalr/?WT.mc_id=linkedin&fbclid=IwAR1Baz9IpezPDUMOspz7luGss4qe0ievd6xqzkVMe0Dvg1STKkC4OBi9Eqw#feedback) +* Content Source: [docs/example-scenario/signalr/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/signalr/index.md) +* Service: **architecture-center** +* Sub-service: **example-scenarios** +* GitHub Login: @talhanaveed +* Microsoft Alias: **pnp**",1,pricing demonstrated are monthly or daily the pricing example given here is it per month or on daily basis document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenarios github login talhanaveed microsoft alias pnp ,1 +5551,12699576200.0,IssuesEvent,2020-06-22 15:03:09,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio download link does not match the article diagram,Pri1 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged," +[Enter feedback here] + +The visio file download link in this article does not match the diagram displayed in the article. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 87139748-938e-638e-de1f-94f8becfe1da +* Version Independent ID: b96371e6-defb-3e70-792a-2c0cfdc25b7d +* Content: [Implement a hub-spoke network topology - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/shared-services) +* Content Source: [docs/reference-architectures/hybrid-networking/shared-services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/shared-services.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",2.0,"Visio download link does not match the article diagram - +[Enter feedback here] + +The visio file download link in this article does not match the diagram displayed in the article. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 87139748-938e-638e-de1f-94f8becfe1da +* Version Independent ID: b96371e6-defb-3e70-792a-2c0cfdc25b7d +* Content: [Implement a hub-spoke network topology - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/shared-services) +* Content Source: [docs/reference-architectures/hybrid-networking/shared-services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/shared-services.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,visio download link does not match the article diagram the visio file download link in this article does not match the diagram displayed in the article document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id defb content content source service architecture center sub service reference architecture github login adamboeglin microsoft alias pnp ,1 +5833,13203954668.0,IssuesEvent,2020-08-14 15:02:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,UseOpenIdConnectAuthentication() is obsolete,Pri2 architecture-center/svc cxp doc-bug reference-architecture/subsvc triaged,"The use of `UseOpenIdConnectAuthentication()` is obsolete. Instead `AddAuthentication()`, etc. should be used and reflected in this document. + +https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.builder.openidconnectappbuilderextensions.useopenidconnectauthentication?view=aspnetcore-2.2 + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bbcd84ea-bc3e-0449-83da-3295143988be +* Version Independent ID: a7e08b3a-46f8-6eb4-961a-35fda94353c0 +* Content: [Authentication in multitenant applications - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/authenticate) +* Content Source: [docs/multitenant-identity/authenticate.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/multitenant-identity/authenticate.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"UseOpenIdConnectAuthentication() is obsolete - The use of `UseOpenIdConnectAuthentication()` is obsolete. Instead `AddAuthentication()`, etc. should be used and reflected in this document. + +https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.builder.openidconnectappbuilderextensions.useopenidconnectauthentication?view=aspnetcore-2.2 + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bbcd84ea-bc3e-0449-83da-3295143988be +* Version Independent ID: a7e08b3a-46f8-6eb4-961a-35fda94353c0 +* Content: [Authentication in multitenant applications - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/authenticate) +* Content Source: [docs/multitenant-identity/authenticate.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/multitenant-identity/authenticate.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,useopenidconnectauthentication is obsolete the use of useopenidconnectauthentication is obsolete instead addauthentication etc should be used and reflected in this document document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +557128,16501207795.0,IssuesEvent,2021-05-25 14:42:09,webcompat/web-bugs,https://api.github.com/repos/webcompat/web-bugs,closed,meet.google.com - desktop site instead of mobile site,browser-fenix bugbug-probability-high engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical," + + + + + +**URL**: https://meet.google.com/ + +**Browser / Version**: Firefox Mobile 89.0 +**Operating System**: Android 10 +**Tested Another Browser**: Yes Opera + +**Problem type**: Desktop site instead of mobile site +**Description**: Desktop site instead of mobile site +**Steps to Reproduce**: +Audio is so bluffering always. +
+ View the screenshot + +
+ +
+Browser Configuration +
    +
  • gfx.webrender.all: false
  • gfx.webrender.blob-images: true
  • gfx.webrender.enabled: false
  • image.mem.shared: true
  • buildID: 20210523073042
  • channel: beta
  • hasTouchScreen: true
  • mixed active content blocked: false
  • mixed passive content blocked: false
  • tracking content blocked: false
  • +
+
+ +[View console log messages](https://webcompat.com/console_logs/2021/5/acd10c22-93fa-4938-a1c5-113a27e0eca5) + +_From [webcompat.com](https://webcompat.com/) with ❤️_",1.0,"meet.google.com - desktop site instead of mobile site - + + + + + +**URL**: https://meet.google.com/ + +**Browser / Version**: Firefox Mobile 89.0 +**Operating System**: Android 10 +**Tested Another Browser**: Yes Opera + +**Problem type**: Desktop site instead of mobile site +**Description**: Desktop site instead of mobile site +**Steps to Reproduce**: +Audio is so bluffering always. +
+ View the screenshot + +
+ +
+Browser Configuration +
    +
  • gfx.webrender.all: false
  • gfx.webrender.blob-images: true
  • gfx.webrender.enabled: false
  • image.mem.shared: true
  • buildID: 20210523073042
  • channel: beta
  • hasTouchScreen: true
  • mixed active content blocked: false
  • mixed passive content blocked: false
  • tracking content blocked: false
  • +
+
+ +[View console log messages](https://webcompat.com/console_logs/2021/5/acd10c22-93fa-4938-a1c5-113a27e0eca5) + +_From [webcompat.com](https://webcompat.com/) with ❤️_",0,meet google com desktop site instead of mobile site url browser version firefox mobile operating system android tested another browser yes opera problem type desktop site instead of mobile site description desktop site instead of mobile site steps to reproduce audio is so bluffering always view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️ ,0 +139637,18853715586.0,IssuesEvent,2021-11-12 01:34:46,vlaship/spark,https://api.github.com/repos/vlaship/spark,opened,CVE-2021-36090 (High) detected in commons-compress-1.8.1.jar,security vulnerability,"## CVE-2021-36090 - High Severity Vulnerability +
Vulnerable Library - commons-compress-1.8.1.jar

+ +

Apache Commons Compress software defines an API for working with compression and archive formats. +These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress and ar, cpio, jar, tar, zip, dump, 7z, arj.

+

Path to dependency file: spark/build.gradle

+

Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.8.1/a698750c16740fd5b3871425f4cb3bbaa87f529d/commons-compress-1.8.1.jar,/root/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.8.1/a698750c16740fd5b3871425f4cb3bbaa87f529d/commons-compress-1.8.1.jar

+

+ +Dependency Hierarchy: + - spark-sql_2.12-2.4.4.jar (Root Library) + - spark-core_2.12-2.4.4.jar + - avro-1.8.2.jar + - :x: **commons-compress-1.8.1.jar** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +When reading a specially crafted ZIP archive, Compress can be made to allocate large amounts of memory that finally leads to an out of memory error even for very small inputs. This could be used to mount a denial of service attack against services that use Compress' zip package. + +

Publish Date: 2021-07-13 +

URL: CVE-2021-36090

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://commons.apache.org/proper/commons-compress/security-reports.html

+

Release Date: 2021-07-13

+

Fix Resolution: org.apache.commons:commons-compress:1.21

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2021-36090 (High) detected in commons-compress-1.8.1.jar - ## CVE-2021-36090 - High Severity Vulnerability +
Vulnerable Library - commons-compress-1.8.1.jar

+ +

Apache Commons Compress software defines an API for working with compression and archive formats. +These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress and ar, cpio, jar, tar, zip, dump, 7z, arj.

+

Path to dependency file: spark/build.gradle

+

Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.8.1/a698750c16740fd5b3871425f4cb3bbaa87f529d/commons-compress-1.8.1.jar,/root/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.8.1/a698750c16740fd5b3871425f4cb3bbaa87f529d/commons-compress-1.8.1.jar

+

+ +Dependency Hierarchy: + - spark-sql_2.12-2.4.4.jar (Root Library) + - spark-core_2.12-2.4.4.jar + - avro-1.8.2.jar + - :x: **commons-compress-1.8.1.jar** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +When reading a specially crafted ZIP archive, Compress can be made to allocate large amounts of memory that finally leads to an out of memory error even for very small inputs. This could be used to mount a denial of service attack against services that use Compress' zip package. + +

Publish Date: 2021-07-13 +

URL: CVE-2021-36090

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://commons.apache.org/proper/commons-compress/security-reports.html

+

Release Date: 2021-07-13

+

Fix Resolution: org.apache.commons:commons-compress:1.21

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in commons compress jar cve high severity vulnerability vulnerable library commons compress jar apache commons compress software defines an api for working with compression and archive formats these include gzip lzma xz snappy traditional unix compress and ar cpio jar tar zip dump arj path to dependency file spark build gradle path to vulnerable library root gradle caches modules files org apache commons commons compress commons compress jar root gradle caches modules files org apache commons commons compress commons compress jar dependency hierarchy spark sql jar root library spark core jar avro jar x commons compress jar vulnerable library vulnerability details when reading a specially crafted zip archive compress can be made to allocate large amounts of memory that finally leads to an out of memory error even for very small inputs this could be used to mount a denial of service attack against services that use compress zip package 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 org apache commons commons compress step up your open source security game with whitesource ,0 +5557,12700981749.0,IssuesEvent,2020-06-22 17:17:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Retry Exponential from Azure function app (node js),Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-bug triaged," +[Enter feedback here] +Hello, + +There is any way to use retry exponential for messages receiving in function app (Service Bus Trigger) from the function without using microsoft sdk (bindings / internal settings) ? + +Thanks. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Retry guidance for Azure services - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Retry Exponential from Azure function app (node js) - +[Enter feedback here] +Hello, + +There is any way to use retry exponential for messages receiving in function app (Service Bus Trigger) from the function without using microsoft sdk (bindings / internal settings) ? + +Thanks. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Retry guidance for Azure services - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,retry exponential from azure function app node js hello there is any way to use retry exponential for messages receiving in function app service bus trigger from the function without using microsoft sdk bindings internal settings thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +811478,30289707081.0,IssuesEvent,2023-07-09 05:42:24,Stoobly/stoobly-agent,https://api.github.com/repos/Stoobly/stoobly-agent,closed,Tiebreak mocking scenario requests on conflict,enhancement priority/important-longterm,"When a request gets matched against more than one request in a scenario, ordering should be preserved.",1.0,"Tiebreak mocking scenario requests on conflict - When a request gets matched against more than one request in a scenario, ordering should be preserved.",0,tiebreak mocking scenario requests on conflict when a request gets matched against more than one request in a scenario ordering should be preserved ,0 +9415,24552122840.0,IssuesEvent,2022-10-12 13:22:42,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Impossible recommendation ""Use automatic failover but manual failback""",assigned-to-author docs-experience triaged architecture-center/svc Pri2 azure-guide/subsvc,"The following recommendation is impossible. + +``` +Use automatic failover but manual failback. Use Traffic Manager for automatic failover, but not for automatic failback. Automatic failback carries a risk that you might switch to the primary region before the region is completely healthy. Instead, verify that all application subsystems are healthy before manually failing back. Also, depending on the database, you might need to check data consistency before failing back. +``` + +Traffic Manager does not have manual failback feature or config, so when the primary region or endpoint is online again, Traffic Manager route traffic automatically to the primary. In other words, Traffic Manager always do automatic failback. + +Could you please confirm if my understanding is correct and if this recommendation is valid? Thanks in advance. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 64a14304-4ef8-dc1b-b92d-b021fc169710 +* Version Independent ID: 33ad8550-7676-2b43-f6cc-a9eb3d3f2093 +* Content: [Make all things redundant - Azure Application Architecture Guide](https://learn.microsoft.com/en-us/azure/architecture/guide/design-principles/redundancy) +* Content Source: [docs/guide/design-principles/redundancy.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/design-principles/redundancy.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Impossible recommendation ""Use automatic failover but manual failback"" - The following recommendation is impossible. + +``` +Use automatic failover but manual failback. Use Traffic Manager for automatic failover, but not for automatic failback. Automatic failback carries a risk that you might switch to the primary region before the region is completely healthy. Instead, verify that all application subsystems are healthy before manually failing back. Also, depending on the database, you might need to check data consistency before failing back. +``` + +Traffic Manager does not have manual failback feature or config, so when the primary region or endpoint is online again, Traffic Manager route traffic automatically to the primary. In other words, Traffic Manager always do automatic failback. + +Could you please confirm if my understanding is correct and if this recommendation is valid? Thanks in advance. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 64a14304-4ef8-dc1b-b92d-b021fc169710 +* Version Independent ID: 33ad8550-7676-2b43-f6cc-a9eb3d3f2093 +* Content: [Make all things redundant - Azure Application Architecture Guide](https://learn.microsoft.com/en-us/azure/architecture/guide/design-principles/redundancy) +* Content Source: [docs/guide/design-principles/redundancy.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/design-principles/redundancy.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,impossible recommendation use automatic failover but manual failback the following recommendation is impossible use automatic failover but manual failback use traffic manager for automatic failover but not for automatic failback automatic failback carries a risk that you might switch to the primary region before the region is completely healthy instead verify that all application subsystems are healthy before manually failing back also depending on the database you might need to check data consistency before failing back traffic manager does not have manual failback feature or config so when the primary region or endpoint is online again traffic manager route traffic automatically to the primary in other words traffic manager always do automatic failback could you please confirm if my understanding is correct and if this recommendation is valid thanks in advance document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias pnp ,1 +698793,23991791930.0,IssuesEvent,2022-09-14 02:19:27,yugabyte/yugabyte-db,https://api.github.com/repos/yugabyte/yugabyte-db,closed,[YSQL] Unique index involving custom FUNCTION results in ERRORDATA_STACK_SIZE,kind/bug area/ysql priority/medium,"Jira Link: [[DB-296]](https://yugabyte.atlassian.net/browse/DB-296) +### Description + +When porting commit 34ff15660b4f752e3941d661c3896fd96b1571f9 from upstream, we would see: +``` ++CREATE MATERIALIZED VIEW sro_index_mv AS SELECT 1 AS c; ++CREATE UNIQUE INDEX ON sro_index_mv (c) WHERE unwanted_grant_nofail(1) > 0; ++WARNING: AbortSubTransaction while in DEFAULT state ++WARNING: AbortSubTransaction while in ABORT state ++WARNING: AbortSubTransaction while in ABORT state ++WARNING: AbortSubTransaction while in ABORT state ++ERROR: Illegal state: Set active sub transaction 2, when not transaction is running ++ERROR: Illegal state: Rollback sub transaction 2, when not transaction is running ++ERROR: Illegal state: Rollback sub transaction 2, when not transaction is running ++ERROR: Illegal state: Rollback sub transaction 2, when not transaction is running ++ERROR: Illegal state: Rollback sub transaction 2, when not transaction is running ++PANIC: ERRORDATA_STACK_SIZE exceeded ++server closed the connection unexpectedly ++ This probably means the server terminated abnormally ++ before or while processing the request. ++connection to server was lost +``` + +[DB-296]: https://yugabyte.atlassian.net/browse/DB-296?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ",1.0,"[YSQL] Unique index involving custom FUNCTION results in ERRORDATA_STACK_SIZE - Jira Link: [[DB-296]](https://yugabyte.atlassian.net/browse/DB-296) +### Description + +When porting commit 34ff15660b4f752e3941d661c3896fd96b1571f9 from upstream, we would see: +``` ++CREATE MATERIALIZED VIEW sro_index_mv AS SELECT 1 AS c; ++CREATE UNIQUE INDEX ON sro_index_mv (c) WHERE unwanted_grant_nofail(1) > 0; ++WARNING: AbortSubTransaction while in DEFAULT state ++WARNING: AbortSubTransaction while in ABORT state ++WARNING: AbortSubTransaction while in ABORT state ++WARNING: AbortSubTransaction while in ABORT state ++ERROR: Illegal state: Set active sub transaction 2, when not transaction is running ++ERROR: Illegal state: Rollback sub transaction 2, when not transaction is running ++ERROR: Illegal state: Rollback sub transaction 2, when not transaction is running ++ERROR: Illegal state: Rollback sub transaction 2, when not transaction is running ++ERROR: Illegal state: Rollback sub transaction 2, when not transaction is running ++PANIC: ERRORDATA_STACK_SIZE exceeded ++server closed the connection unexpectedly ++ This probably means the server terminated abnormally ++ before or while processing the request. ++connection to server was lost +``` + +[DB-296]: https://yugabyte.atlassian.net/browse/DB-296?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ",0, unique index involving custom function results in errordata stack size jira link description when porting commit from upstream we would see create materialized view sro index mv as select as c create unique index on sro index mv c where unwanted grant nofail warning abortsubtransaction while in default state warning abortsubtransaction while in abort state warning abortsubtransaction while in abort state warning abortsubtransaction while in abort state error illegal state set active sub transaction when not transaction is running error illegal state rollback sub transaction when not transaction is running error illegal state rollback sub transaction when not transaction is running error illegal state rollback sub transaction when not transaction is running error illegal state rollback sub transaction when not transaction is running panic errordata stack size exceeded server closed the connection unexpectedly this probably means the server terminated abnormally before or while processing the request connection to server was lost ,0 +9760,25161938708.0,IssuesEvent,2022-11-10 17:27:04,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Mentioning of Azure API Management is missing in this page,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc,"Why ""Azure API Management"" not included in this page? + +Azure Application Gateway & Azure API Management are inter changeable though they are difference Azure Load balancing offering. + +Some documentation about when to choose what between Azure Application Gateway & Azure API Management would be helpful. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp** +* ",1.0,"Mentioning of Azure API Management is missing in this page - Why ""Azure API Management"" not included in this page? + +Azure Application Gateway & Azure API Management are inter changeable though they are difference Azure Load balancing offering. + +Some documentation about when to choose what between Azure Application Gateway & Azure API Management would be helpful. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp** +* ",1,mentioning of azure api management is missing in this page why azure api management not included in this page azure application gateway azure api management are inter changeable though they are difference azure load balancing offering some documentation about when to choose what between azure application gateway azure api management would be helpful document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login edprice msft microsoft alias pnp ,1 +10223,26543768464.0,IssuesEvent,2023-01-19 21:42:29,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,GitHub vulnerability management - Markdown link broken,doc-bug assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc," +Broken Markdown - should be a link, but displays verbatim +`[Vulnerability management][GitHub vulnerability management] +` + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e3e82337-21f1-4c3c-0a71-2436a96cf9ad +* Version Independent ID: 9fee3170-fd8b-dcb5-3bed-6858880f9337 +* Content: [DevSecOps with GitHub Security - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/devsecops-in-github?ocid=eml_pg356512_gdc_comm_az&mkt_tok=MTU3LUdRRS0zODIAAAGGbaXO_GMIPvW_dHnT8AdrZoY-2fM3XK-B5VCsSGvsZ5xUsswl2xLJ_V3Y04BPGo-PiMk7nipn4mH-iafDYhLdAW6Nn9k2pkPiuTEpypeIlG0-OhMWlTspuAtI) +* Content Source: [docs/solution-ideas/articles/devsecops-in-github.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/devsecops-in-github.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @fmigacz +* Microsoft Alias: **fmigacz**",1.0,"GitHub vulnerability management - Markdown link broken - +Broken Markdown - should be a link, but displays verbatim +`[Vulnerability management][GitHub vulnerability management] +` + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e3e82337-21f1-4c3c-0a71-2436a96cf9ad +* Version Independent ID: 9fee3170-fd8b-dcb5-3bed-6858880f9337 +* Content: [DevSecOps with GitHub Security - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/devsecops-in-github?ocid=eml_pg356512_gdc_comm_az&mkt_tok=MTU3LUdRRS0zODIAAAGGbaXO_GMIPvW_dHnT8AdrZoY-2fM3XK-B5VCsSGvsZ5xUsswl2xLJ_V3Y04BPGo-PiMk7nipn4mH-iafDYhLdAW6Nn9k2pkPiuTEpypeIlG0-OhMWlTspuAtI) +* Content Source: [docs/solution-ideas/articles/devsecops-in-github.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/devsecops-in-github.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @fmigacz +* Microsoft Alias: **fmigacz**",1,github vulnerability management markdown link broken broken markdown should be a link but displays verbatim document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login fmigacz microsoft alias fmigacz ,1 +10338,26800319962.0,IssuesEvent,2023-02-01 14:43:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Request to add more content ,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc,"Hi Team, + +Please add potential use cases, alternative services, implementation considerations, or pricing guidance. +Thanks!! +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 14acf440-88ed-186c-a3ab-5309bf7e363c +* Version Independent ID: d32e5eb7-5011-dc40-e978-c6bc9f6363a5 +* Content: [DevTest and DevOps for microservice solutions - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/dev-test-microservice) +* Content Source: [docs/solution-ideas/articles/dev-test-microservice.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/dev-test-microservice.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Request to add more content - Hi Team, + +Please add potential use cases, alternative services, implementation considerations, or pricing guidance. +Thanks!! +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 14acf440-88ed-186c-a3ab-5309bf7e363c +* Version Independent ID: d32e5eb7-5011-dc40-e978-c6bc9f6363a5 +* Content: [DevTest and DevOps for microservice solutions - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/dev-test-microservice) +* Content Source: [docs/solution-ideas/articles/dev-test-microservice.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/dev-test-microservice.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,request to add more content hi team please add potential use cases alternative services implementation considerations or pricing guidance thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias pnp ,1 +451052,13023751629.0,IssuesEvent,2020-07-27 10:33:45,webcompat/web-bugs,https://api.github.com/repos/webcompat/web-bugs,closed,reallifecam.com - video or audio doesn't play,browser-focus-geckoview engine-gecko priority-normal," + + + + + +**URL**: https://reallifecam.com/en/view/12_1 + +**Browser / Version**: Firefox Mobile 78.0 +**Operating System**: Android +**Tested Another Browser**: Yes Chrome + +**Problem type**: Video or audio doesn't play +**Description**: There is no video +**Steps to Reproduce**: +Not Play video on this site. All other browser play without problem + +
+Browser Configuration +
    +
  • None
  • +
+
+ +_From [webcompat.com](https://webcompat.com/) with ❤️_",1.0,"reallifecam.com - video or audio doesn't play - + + + + + +**URL**: https://reallifecam.com/en/view/12_1 + +**Browser / Version**: Firefox Mobile 78.0 +**Operating System**: Android +**Tested Another Browser**: Yes Chrome + +**Problem type**: Video or audio doesn't play +**Description**: There is no video +**Steps to Reproduce**: +Not Play video on this site. All other browser play without problem + +
+Browser Configuration +
    +
  • None
  • +
+
+ +_From [webcompat.com](https://webcompat.com/) with ❤️_",0,reallifecam com video or audio doesn t play url browser version firefox mobile operating system android tested another browser yes chrome problem type video or audio doesn t play description there is no video steps to reproduce not play video on this site all other browser play without problem browser configuration none from with ❤️ ,0 +9230,24260921973.0,IssuesEvent,2022-09-27 22:38:34,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,We recommend you do not assign operations masters roles to the domain controllers deployed in Azure.,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"Is there any rationale to support the statement ""We recommend you do not assign operations masters roles to the domain controllers deployed in Azure.""? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"We recommend you do not assign operations masters roles to the domain controllers deployed in Azure. - Is there any rationale to support the statement ""We recommend you do not assign operations masters roles to the domain controllers deployed in Azure.""? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,we recommend you do not assign operations masters roles to the domain controllers deployed in azure is there any rationale to support the statement we recommend you do not assign operations masters roles to the domain controllers deployed in azure document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +310358,23333914524.0,IssuesEvent,2022-08-09 08:17:31,maxunspecified/rvmusica,https://api.github.com/repos/maxunspecified/rvmusica,opened,Device-Responsive,bug documentation help wanted,"# **[Device-Responsive](https://maxunspecified.github.io/rvmusica/)** + +Need to make the web page responsive for all the devices! + +# **[Web View](https://maxunspecified.github.io/rvmusica/)** +![#2](https://user-images.githubusercontent.com/100221977/183598617-3d64ad34-8fa4-4dec-93f2-a6ddb8c3bcdc.png) + +# **[Mobile View](https://maxunspecified.github.io/rvmusica/)** +![#4](https://user-images.githubusercontent.com/100221977/183599184-30fb0a25-dcc1-42db-885a-852f777b0081.png) + +Over the mobile view the image is getting out of frame it is responsive but the web is getting out of frame from other mobile devices. + +- Just need to make the web frame is fixed on all devices for a responsive framework.",1.0,"Device-Responsive - # **[Device-Responsive](https://maxunspecified.github.io/rvmusica/)** + +Need to make the web page responsive for all the devices! + +# **[Web View](https://maxunspecified.github.io/rvmusica/)** +![#2](https://user-images.githubusercontent.com/100221977/183598617-3d64ad34-8fa4-4dec-93f2-a6ddb8c3bcdc.png) + +# **[Mobile View](https://maxunspecified.github.io/rvmusica/)** +![#4](https://user-images.githubusercontent.com/100221977/183599184-30fb0a25-dcc1-42db-885a-852f777b0081.png) + +Over the mobile view the image is getting out of frame it is responsive but the web is getting out of frame from other mobile devices. + +- Just need to make the web frame is fixed on all devices for a responsive framework.",0,device responsive need to make the web page responsive for all the devices over the mobile view the image is getting out of frame it is responsive but the web is getting out of frame from other mobile devices just need to make the web frame is fixed on all devices for a responsive framework ,0 +4956,11886795283.0,IssuesEvent,2020-03-27 23:00:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,No mention of the case where parameter of object type is optional,Pri2 architecture-center/svc reference-architecture/subsvc,"Using the example given at the start of the article, what if parameter `VNetSettings` was optional and was omitted or set to an empty object during template generation. Would `[parameters('VNetSettings').name]` resolve to empty string or would it throw a validation error? + +``` +""resources"": [ + { + ""apiVersion"": ""2015-06-15"", + ""type"": ""Microsoft.Network/virtualNetworks"", + ""name"": ""[parameters('VNetSettings').name]"", +``` + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: aa870d42-1b00-d600-4fef-dd67219a1dc6 +* Version Independent ID: 61fa68a5-a08b-7693-ebfd-18711ebd1bbb +* Content: [Use an object as a parameter in an Azure Resource Manager template - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/building-blocks/extending-templates/objects-as-parameters#feedback) +* Content Source: [docs/building-blocks/extending-templates/objects-as-parameters.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/building-blocks/extending-templates/objects-as-parameters.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @petertay +* Microsoft Alias: **pnp**",2.0,"No mention of the case where parameter of object type is optional - Using the example given at the start of the article, what if parameter `VNetSettings` was optional and was omitted or set to an empty object during template generation. Would `[parameters('VNetSettings').name]` resolve to empty string or would it throw a validation error? + +``` +""resources"": [ + { + ""apiVersion"": ""2015-06-15"", + ""type"": ""Microsoft.Network/virtualNetworks"", + ""name"": ""[parameters('VNetSettings').name]"", +``` + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: aa870d42-1b00-d600-4fef-dd67219a1dc6 +* Version Independent ID: 61fa68a5-a08b-7693-ebfd-18711ebd1bbb +* Content: [Use an object as a parameter in an Azure Resource Manager template - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/building-blocks/extending-templates/objects-as-parameters#feedback) +* Content Source: [docs/building-blocks/extending-templates/objects-as-parameters.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/building-blocks/extending-templates/objects-as-parameters.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @petertay +* Microsoft Alias: **pnp**",1,no mention of the case where parameter of object type is optional using the example given at the start of the article what if parameter vnetsettings was optional and was omitted or set to an empty object during template generation would resolve to empty string or would it throw a validation error resources apiversion type microsoft network virtualnetworks name document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id ebfd content content source service architecture center sub service reference architecture github login petertay microsoft alias pnp ,1 +5450,12498343120.0,IssuesEvent,2020-06-01 18:06:44,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Data Flow Description for point 6 should be related to AAS on top of Synapse,Pri1 architecture-center/svc assigned-to-author doc-enhancement triaged,"the Data flow for point 6 description is : Run ad hoc queries directly on data within Azure Databricks. +Its should be related to Azure Analysis Service on top of Synapse + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b68d40f-4b98-396b-f4c3-b8650fc4633f +* Version Independent ID: 26b362d7-b46a-fa03-c2aa-48b581b67bf0 +* Content: [Advanced Analytics Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data#feedback) +* Content Source: [docs/solution-ideas/articles/advanced-analytics-on-big-data.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/advanced-analytics-on-big-data.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Data Flow Description for point 6 should be related to AAS on top of Synapse - the Data flow for point 6 description is : Run ad hoc queries directly on data within Azure Databricks. +Its should be related to Azure Analysis Service on top of Synapse + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b68d40f-4b98-396b-f4c3-b8650fc4633f +* Version Independent ID: 26b362d7-b46a-fa03-c2aa-48b581b67bf0 +* Content: [Advanced Analytics Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data#feedback) +* Content Source: [docs/solution-ideas/articles/advanced-analytics-on-big-data.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/advanced-analytics-on-big-data.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,data flow description for point should be related to aas on top of synapse the data flow for point description is run ad hoc queries directly on data within azure databricks its should be related to azure analysis service on top of synapse document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +54236,6375360654.0,IssuesEvent,2017-08-02 02:37:58,dotnet/corefx,https://api.github.com/repos/dotnet/corefx,closed,ProxyExplicitlyProvided_DefaultCredentials_Ignored failed with WinHttpException : The connection with the server was terminated abnormally,area-System.Net.Http test-run-core,"https://mc.dot.net/#/product/netcore/master/source/official~2Fcorefx~2Fmaster~2F/type/test~2Ffunctional~2Fcli~2F/build/20170522.01/workItem/System.Net.Http.Functional.Tests/analysis/xunit/System.Net.Http.Functional.Tests.HttpClientHandler_DefaultProxyCredentials_Test~2FProxyExplicitlyProvided_DefaultCredentials_Ignored +``` +Unhandled Exception of Type System.AggregateException +Message : +System.AggregateException : One or more errors occurred. (Error while copying content to a stream.) (One or more errors occurred. (Error while copying content to a stream.))\r\n---- System.Net.Http.HttpRequestException : Error while copying content to a stream.\r\n-------- System.IO.IOException : The read operation failed, see inner exception.\r\n------------ System.Net.Http.WinHttpException : The connection with the server was terminated abnormally\r\n---- System.AggregateException : One or more errors occurred. (Error while copying content to a stream.)\r\n-------- System.Net.Http.HttpRequestException : Error while copying content to a stream.\r\n------------ System.IO.IOException : The read operation failed, see inner exception.\r\n---------------- System.Net.Http.WinHttpException : The connection with the server was terminated abnormally +Stack Trace : + at System.ThrowHelper.ThrowAggregateException(List`1 exceptions) + at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken) + at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout) + at System.Threading.Tasks.Task.WaitAll(Task[] tasks) + at System.Net.Http.Functional.Tests.HttpClientHandler_DefaultProxyCredentials_Test.ProxyExplicitlyProvided_DefaultCredentials_Ignored() +----- Inner Stack Trace #1 (System.Net.Http.HttpRequestException) ----- + at System.Net.Http.HttpContent.d__50.MoveNext() +--- End of stack trace from previous location where exception was thrown --- + at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) + at System.Net.Http.HttpClient.d__58.MoveNext() +----- Inner Stack Trace ----- + at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + at System.Threading.Tasks.RendezvousAwaitable`1.GetResult() + at System.Net.Http.WinHttpResponseStream.d__18.MoveNext() +--- End of stack trace from previous location where exception was thrown --- + at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) + at System.Net.Http.HttpContent.d__50.MoveNext() +----- Inner Stack Trace ----- + at System.Environment.get_StackTrace() + at System.Runtime.ExceptionServices.ExceptionStackTrace.AddCurrentStack(Exception exception) + at System.Net.Http.WinHttpException.CreateExceptionUsingError(Int32 error) + at System.Net.Http.WinHttpRequestCallback.OnRequestError(WinHttpRequestState state, WINHTTP_ASYNC_RESULT asyncResult) + at System.Net.Http.WinHttpRequestCallback.RequestCallback(IntPtr handle, WinHttpRequestState state, UInt32 internetStatus, IntPtr statusInformation, UInt32 statusInformationLength) + at System.Net.Http.WinHttpRequestCallback.WinHttpCallback(IntPtr handle, IntPtr context, UInt32 internetStatus, IntPtr statusInformation, UInt32 statusInformationLength) + at Interop.WinHttp.WinHttpQueryDataAvailable(SafeWinHttpHandle requestHandle, IntPtr parameterIgnoredAndShouldBeNullForAsync) + at Interop.WinHttp.WinHttpQueryDataAvailable(SafeWinHttpHandle requestHandle, IntPtr parameterIgnoredAndShouldBeNullForAsync) + at System.Net.Http.WinHttpResponseStream.d__18.MoveNext() + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine) + at System.Net.Http.WinHttpResponseStream.CopyToAsyncCore(Stream destination, Byte[] buffer, CancellationToken cancellationToken) + at System.Net.Http.WinHttpResponseStream.CopyToAsync(Stream destination, Int32 bufferSize, CancellationToken cancellationToken) + at System.Net.Http.NoWriteNoSeekStreamContent.SerializeToStreamAsync(Stream stream, TransportContext context) + at System.Net.Http.HttpContent.LoadIntoBufferAsync(Int64 maxBufferSize) + at System.Net.Http.HttpClient.d__58.MoveNext() + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Threading.Tasks.TaskCompletionSource`1.TrySetResult(TResult result) + at System.Net.Http.WinHttpHandler.d__105.MoveNext() + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot) + at System.Threading.ThreadPoolWorkQueue.Dispatch() +--- End of stack trace from AddCurrentStack --- + +----- Inner Stack Trace #2 (System.AggregateException) ----- + at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) + at System.Net.Http.Functional.Tests.HttpClientHandler_DefaultProxyCredentials_Test.<>c.b__2_0(Task`1 t) + at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot) +----- Inner Stack Trace ----- + at System.Net.Http.HttpContent.d__50.MoveNext() +--- End of stack trace from previous location where exception was thrown --- + at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) + at System.Net.Http.HttpClient.d__58.MoveNext() +----- Inner Stack Trace ----- + at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + at System.Threading.Tasks.RendezvousAwaitable`1.GetResult() + at System.Net.Http.WinHttpResponseStream.d__18.MoveNext() +--- End of stack trace from previous location where exception was thrown --- + at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) + at System.Net.Http.HttpContent.d__50.MoveNext() +----- Inner Stack Trace ----- + at System.Environment.get_StackTrace() + at System.Runtime.ExceptionServices.ExceptionStackTrace.AddCurrentStack(Exception exception) + at System.Net.Http.WinHttpException.CreateExceptionUsingError(Int32 error) + at System.Net.Http.WinHttpRequestCallback.OnRequestError(WinHttpRequestState state, WINHTTP_ASYNC_RESULT asyncResult) + at System.Net.Http.WinHttpRequestCallback.RequestCallback(IntPtr handle, WinHttpRequestState state, UInt32 internetStatus, IntPtr statusInformation, UInt32 statusInformationLength) + at System.Net.Http.WinHttpRequestCallback.WinHttpCallback(IntPtr handle, IntPtr context, UInt32 internetStatus, IntPtr statusInformation, UInt32 statusInformationLength) + at Interop.WinHttp.WinHttpQueryDataAvailable(SafeWinHttpHandle requestHandle, IntPtr parameterIgnoredAndShouldBeNullForAsync) + at Interop.WinHttp.WinHttpQueryDataAvailable(SafeWinHttpHandle requestHandle, IntPtr parameterIgnoredAndShouldBeNullForAsync) + at System.Net.Http.WinHttpResponseStream.d__18.MoveNext() + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine) + at System.Net.Http.WinHttpResponseStream.CopyToAsyncCore(Stream destination, Byte[] buffer, CancellationToken cancellationToken) + at System.Net.Http.WinHttpResponseStream.CopyToAsync(Stream destination, Int32 bufferSize, CancellationToken cancellationToken) + at System.Net.Http.NoWriteNoSeekStreamContent.SerializeToStreamAsync(Stream stream, TransportContext context) + at System.Net.Http.HttpContent.LoadIntoBufferAsync(Int64 maxBufferSize) + at System.Net.Http.HttpClient.d__58.MoveNext() + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Threading.Tasks.TaskCompletionSource`1.TrySetResult(TResult result) + at System.Net.Http.WinHttpHandler.d__105.MoveNext() + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot) + at System.Threading.ThreadPoolWorkQueue.Dispatch() +--- End of stack trace from AddCurrentStack --- +```",1.0,"ProxyExplicitlyProvided_DefaultCredentials_Ignored failed with WinHttpException : The connection with the server was terminated abnormally - https://mc.dot.net/#/product/netcore/master/source/official~2Fcorefx~2Fmaster~2F/type/test~2Ffunctional~2Fcli~2F/build/20170522.01/workItem/System.Net.Http.Functional.Tests/analysis/xunit/System.Net.Http.Functional.Tests.HttpClientHandler_DefaultProxyCredentials_Test~2FProxyExplicitlyProvided_DefaultCredentials_Ignored +``` +Unhandled Exception of Type System.AggregateException +Message : +System.AggregateException : One or more errors occurred. (Error while copying content to a stream.) (One or more errors occurred. (Error while copying content to a stream.))\r\n---- System.Net.Http.HttpRequestException : Error while copying content to a stream.\r\n-------- System.IO.IOException : The read operation failed, see inner exception.\r\n------------ System.Net.Http.WinHttpException : The connection with the server was terminated abnormally\r\n---- System.AggregateException : One or more errors occurred. (Error while copying content to a stream.)\r\n-------- System.Net.Http.HttpRequestException : Error while copying content to a stream.\r\n------------ System.IO.IOException : The read operation failed, see inner exception.\r\n---------------- System.Net.Http.WinHttpException : The connection with the server was terminated abnormally +Stack Trace : + at System.ThrowHelper.ThrowAggregateException(List`1 exceptions) + at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken) + at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout) + at System.Threading.Tasks.Task.WaitAll(Task[] tasks) + at System.Net.Http.Functional.Tests.HttpClientHandler_DefaultProxyCredentials_Test.ProxyExplicitlyProvided_DefaultCredentials_Ignored() +----- Inner Stack Trace #1 (System.Net.Http.HttpRequestException) ----- + at System.Net.Http.HttpContent.d__50.MoveNext() +--- End of stack trace from previous location where exception was thrown --- + at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) + at System.Net.Http.HttpClient.d__58.MoveNext() +----- Inner Stack Trace ----- + at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + at System.Threading.Tasks.RendezvousAwaitable`1.GetResult() + at System.Net.Http.WinHttpResponseStream.d__18.MoveNext() +--- End of stack trace from previous location where exception was thrown --- + at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) + at System.Net.Http.HttpContent.d__50.MoveNext() +----- Inner Stack Trace ----- + at System.Environment.get_StackTrace() + at System.Runtime.ExceptionServices.ExceptionStackTrace.AddCurrentStack(Exception exception) + at System.Net.Http.WinHttpException.CreateExceptionUsingError(Int32 error) + at System.Net.Http.WinHttpRequestCallback.OnRequestError(WinHttpRequestState state, WINHTTP_ASYNC_RESULT asyncResult) + at System.Net.Http.WinHttpRequestCallback.RequestCallback(IntPtr handle, WinHttpRequestState state, UInt32 internetStatus, IntPtr statusInformation, UInt32 statusInformationLength) + at System.Net.Http.WinHttpRequestCallback.WinHttpCallback(IntPtr handle, IntPtr context, UInt32 internetStatus, IntPtr statusInformation, UInt32 statusInformationLength) + at Interop.WinHttp.WinHttpQueryDataAvailable(SafeWinHttpHandle requestHandle, IntPtr parameterIgnoredAndShouldBeNullForAsync) + at Interop.WinHttp.WinHttpQueryDataAvailable(SafeWinHttpHandle requestHandle, IntPtr parameterIgnoredAndShouldBeNullForAsync) + at System.Net.Http.WinHttpResponseStream.d__18.MoveNext() + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine) + at System.Net.Http.WinHttpResponseStream.CopyToAsyncCore(Stream destination, Byte[] buffer, CancellationToken cancellationToken) + at System.Net.Http.WinHttpResponseStream.CopyToAsync(Stream destination, Int32 bufferSize, CancellationToken cancellationToken) + at System.Net.Http.NoWriteNoSeekStreamContent.SerializeToStreamAsync(Stream stream, TransportContext context) + at System.Net.Http.HttpContent.LoadIntoBufferAsync(Int64 maxBufferSize) + at System.Net.Http.HttpClient.d__58.MoveNext() + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Threading.Tasks.TaskCompletionSource`1.TrySetResult(TResult result) + at System.Net.Http.WinHttpHandler.d__105.MoveNext() + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot) + at System.Threading.ThreadPoolWorkQueue.Dispatch() +--- End of stack trace from AddCurrentStack --- + +----- Inner Stack Trace #2 (System.AggregateException) ----- + at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) + at System.Net.Http.Functional.Tests.HttpClientHandler_DefaultProxyCredentials_Test.<>c.b__2_0(Task`1 t) + at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot) +----- Inner Stack Trace ----- + at System.Net.Http.HttpContent.d__50.MoveNext() +--- End of stack trace from previous location where exception was thrown --- + at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) + at System.Net.Http.HttpClient.d__58.MoveNext() +----- Inner Stack Trace ----- + at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + at System.Threading.Tasks.RendezvousAwaitable`1.GetResult() + at System.Net.Http.WinHttpResponseStream.d__18.MoveNext() +--- End of stack trace from previous location where exception was thrown --- + at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) + at System.Net.Http.HttpContent.d__50.MoveNext() +----- Inner Stack Trace ----- + at System.Environment.get_StackTrace() + at System.Runtime.ExceptionServices.ExceptionStackTrace.AddCurrentStack(Exception exception) + at System.Net.Http.WinHttpException.CreateExceptionUsingError(Int32 error) + at System.Net.Http.WinHttpRequestCallback.OnRequestError(WinHttpRequestState state, WINHTTP_ASYNC_RESULT asyncResult) + at System.Net.Http.WinHttpRequestCallback.RequestCallback(IntPtr handle, WinHttpRequestState state, UInt32 internetStatus, IntPtr statusInformation, UInt32 statusInformationLength) + at System.Net.Http.WinHttpRequestCallback.WinHttpCallback(IntPtr handle, IntPtr context, UInt32 internetStatus, IntPtr statusInformation, UInt32 statusInformationLength) + at Interop.WinHttp.WinHttpQueryDataAvailable(SafeWinHttpHandle requestHandle, IntPtr parameterIgnoredAndShouldBeNullForAsync) + at Interop.WinHttp.WinHttpQueryDataAvailable(SafeWinHttpHandle requestHandle, IntPtr parameterIgnoredAndShouldBeNullForAsync) + at System.Net.Http.WinHttpResponseStream.d__18.MoveNext() + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine) + at System.Net.Http.WinHttpResponseStream.CopyToAsyncCore(Stream destination, Byte[] buffer, CancellationToken cancellationToken) + at System.Net.Http.WinHttpResponseStream.CopyToAsync(Stream destination, Int32 bufferSize, CancellationToken cancellationToken) + at System.Net.Http.NoWriteNoSeekStreamContent.SerializeToStreamAsync(Stream stream, TransportContext context) + at System.Net.Http.HttpContent.LoadIntoBufferAsync(Int64 maxBufferSize) + at System.Net.Http.HttpClient.d__58.MoveNext() + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Threading.Tasks.TaskCompletionSource`1.TrySetResult(TResult result) + at System.Net.Http.WinHttpHandler.d__105.MoveNext() + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot) + at System.Threading.ThreadPoolWorkQueue.Dispatch() +--- End of stack trace from AddCurrentStack --- +```",0,proxyexplicitlyprovided defaultcredentials ignored failed with winhttpexception the connection with the server was terminated abnormally unhandled exception of type system aggregateexception message system aggregateexception one or more errors occurred error while copying content to a stream one or more errors occurred error while copying content to a stream r n system net http httprequestexception error while copying content to a stream r n system io ioexception the read operation failed see inner exception r n system net http winhttpexception the connection with the server was terminated abnormally r n system aggregateexception one or more errors occurred error while copying content to a stream r n system net http httprequestexception error while copying content to a stream r n system io ioexception the read operation failed see inner exception r n system net http winhttpexception the connection with the server was terminated abnormally stack trace at system throwhelper throwaggregateexception list exceptions at system threading tasks task waitall task tasks millisecondstimeout cancellationtoken cancellationtoken at system threading tasks task waitall task tasks millisecondstimeout at system threading tasks task waitall task tasks at system net http functional tests httpclienthandler defaultproxycredentials test proxyexplicitlyprovided defaultcredentials ignored inner stack trace system net http httprequestexception at system net http httpcontent d movenext end of stack trace from previous location where exception was thrown at system runtime exceptionservices exceptiondispatchinfo throw at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task at system net http httpclient d movenext inner stack trace at system runtime exceptionservices exceptiondispatchinfo throw at system threading tasks rendezvousawaitable getresult at system net http winhttpresponsestream d movenext end of stack trace from previous location where exception was thrown at system runtime exceptionservices exceptiondispatchinfo throw at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task at system net http httpcontent d movenext inner stack trace at system environment get stacktrace at system runtime exceptionservices exceptionstacktrace addcurrentstack exception exception at system net http winhttpexception createexceptionusingerror error at system net http winhttprequestcallback onrequesterror winhttprequeststate state winhttp async result asyncresult at system net http winhttprequestcallback requestcallback intptr handle winhttprequeststate state internetstatus intptr statusinformation statusinformationlength at system net http winhttprequestcallback winhttpcallback intptr handle intptr context internetstatus intptr statusinformation statusinformationlength at interop winhttp winhttpquerydataavailable safewinhttphandle requesthandle intptr parameterignoredandshouldbenullforasync at interop winhttp winhttpquerydataavailable safewinhttphandle requesthandle intptr parameterignoredandshouldbenullforasync at system net http winhttpresponsestream d movenext at system runtime compilerservices asynctaskmethodbuilder start tstatemachine statemachine at system net http winhttpresponsestream copytoasynccore stream destination byte buffer cancellationtoken cancellationtoken at system net http winhttpresponsestream copytoasync stream destination buffersize cancellationtoken cancellationtoken at system net http nowritenoseekstreamcontent serializetostreamasync stream stream transportcontext context at system net http httpcontent loadintobufferasync maxbuffersize at system net http httpclient d movenext at system threading executioncontext run executioncontext executioncontext contextcallback callback object state at system threading tasks awaittaskcontinuation runorscheduleaction action action boolean allowinlining task currenttask at system threading tasks task runcontinuations object continuationobject at system threading tasks task trysetresult tresult result at system threading tasks taskcompletionsource trysetresult tresult result at system net http winhttphandler d movenext at system threading executioncontext run executioncontext executioncontext contextcallback callback object state at system threading executioncontext run executioncontext executioncontext contextcallback callback object state at system threading tasks task executewiththreadlocal task currenttaskslot at system threading threadpoolworkqueue dispatch end of stack trace from addcurrentstack inner stack trace system aggregateexception at system threading tasks task getresultcore boolean waitcompletionnotification at system net http functional tests httpclienthandler defaultproxycredentials test c b task t at system threading tasks continuationresulttaskfromresulttask innerinvoke at system threading executioncontext run executioncontext executioncontext contextcallback callback object state at system threading tasks task executewiththreadlocal task currenttaskslot inner stack trace at system net http httpcontent d movenext end of stack trace from previous location where exception was thrown at system runtime exceptionservices exceptiondispatchinfo throw at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task at system net http httpclient d movenext inner stack trace at system runtime exceptionservices exceptiondispatchinfo throw at system threading tasks rendezvousawaitable getresult at system net http winhttpresponsestream d movenext end of stack trace from previous location where exception was thrown at system runtime exceptionservices exceptiondispatchinfo throw at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task at system net http httpcontent d movenext inner stack trace at system environment get stacktrace at system runtime exceptionservices exceptionstacktrace addcurrentstack exception exception at system net http winhttpexception createexceptionusingerror error at system net http winhttprequestcallback onrequesterror winhttprequeststate state winhttp async result asyncresult at system net http winhttprequestcallback requestcallback intptr handle winhttprequeststate state internetstatus intptr statusinformation statusinformationlength at system net http winhttprequestcallback winhttpcallback intptr handle intptr context internetstatus intptr statusinformation statusinformationlength at interop winhttp winhttpquerydataavailable safewinhttphandle requesthandle intptr parameterignoredandshouldbenullforasync at interop winhttp winhttpquerydataavailable safewinhttphandle requesthandle intptr parameterignoredandshouldbenullforasync at system net http winhttpresponsestream d movenext at system runtime compilerservices asynctaskmethodbuilder start tstatemachine statemachine at system net http winhttpresponsestream copytoasynccore stream destination byte buffer cancellationtoken cancellationtoken at system net http winhttpresponsestream copytoasync stream destination buffersize cancellationtoken cancellationtoken at system net http nowritenoseekstreamcontent serializetostreamasync stream stream transportcontext context at system net http httpcontent loadintobufferasync maxbuffersize at system net http httpclient d movenext at system threading executioncontext run executioncontext executioncontext contextcallback callback object state at system threading tasks awaittaskcontinuation runorscheduleaction action action boolean allowinlining task currenttask at system threading tasks task runcontinuations object continuationobject at system threading tasks task trysetresult tresult result at system threading tasks taskcompletionsource trysetresult tresult result at system net http winhttphandler d movenext at system threading executioncontext run executioncontext executioncontext contextcallback callback object state at system threading executioncontext run executioncontext executioncontext contextcallback callback object state at system threading tasks task executewiththreadlocal task currenttaskslot at system threading threadpoolworkqueue dispatch end of stack trace from addcurrentstack ,0 +7740,19042429222.0,IssuesEvent,2021-11-25 00:35:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Clarify if IoT Hub supports X509 auth over WebSockets,doc-enhancement assigned-to-author triaged product-question architecture-center/svc example-scenario/subsvc Pri2,"I read in this article: + +> Web socket variants of AMQP and MQTT aren't supported with X.509 CA certificates in IoT Hub. + +I've not been able to find this limitation in the product docs: + +https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support +https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-amqp-support + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c75be638-b3f3-b73d-fb10-34c91bb0edcd +* Version Independent ID: e4225e21-3462-b35c-21b5-df43fd253b5d +* Content: [Attestation, authentication, provisioning - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/iot/attestation-provisioning) +* Content Source: [docs/example-scenario/iot/attestation-provisioning.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/iot/attestation-provisioning.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @wamachine +* Microsoft Alias: **pnp**",1.0,"Clarify if IoT Hub supports X509 auth over WebSockets - I read in this article: + +> Web socket variants of AMQP and MQTT aren't supported with X.509 CA certificates in IoT Hub. + +I've not been able to find this limitation in the product docs: + +https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support +https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-amqp-support + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c75be638-b3f3-b73d-fb10-34c91bb0edcd +* Version Independent ID: e4225e21-3462-b35c-21b5-df43fd253b5d +* Content: [Attestation, authentication, provisioning - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/iot/attestation-provisioning) +* Content Source: [docs/example-scenario/iot/attestation-provisioning.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/iot/attestation-provisioning.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @wamachine +* Microsoft Alias: **pnp**",1,clarify if iot hub supports auth over websockets i read in this article web socket variants of amqp and mqtt aren t supported with x ca certificates in iot hub i ve not been able to find this limitation in the product docs document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login wamachine microsoft alias pnp ,1 +11234,28506239637.0,IssuesEvent,2023-04-18 21:45:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Old Product Name - Azure ATP,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"Azure ATP was renamed to Defender for Identity a long time ago. Please update the text on this page as appropriate. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d7590665-2688-5da1-54ff-029be05c6376 +* Version Independent ID: b1dfa5fa-537e-cf03-bb2f-4b9d79420169 +* Content: [Azure Active Directory IDaaS in security operations - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/aadsec/azure-ad-security) +* Content Source: [docs/example-scenario/aadsec/azure-ad-security.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/aadsec/azure-ad-security.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"Old Product Name - Azure ATP - Azure ATP was renamed to Defender for Identity a long time ago. Please update the text on this page as appropriate. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d7590665-2688-5da1-54ff-029be05c6376 +* Version Independent ID: b1dfa5fa-537e-cf03-bb2f-4b9d79420169 +* Content: [Azure Active Directory IDaaS in security operations - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/aadsec/azure-ad-security) +* Content Source: [docs/example-scenario/aadsec/azure-ad-security.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/aadsec/azure-ad-security.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,old product name azure atp azure atp was renamed to defender for identity a long time ago please update the text on this page as appropriate document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login edprice msft microsoft alias edprice ,1 +24021,16758356865.0,IssuesEvent,2021-06-13 09:09:45,bashi-nobu/qumitoru,https://api.github.com/repos/bashi-nobu/qumitoru,closed,[Task]コンテナ構築,Task Type: Infrastructure,"## 成果物: +開発環境に下記コンテナを構築 +- Backend(Django) +- Frontend(Vue.js) +- WebServer(Nginx) +- MockSerevr(Json-server) + +## 作業: +- [x] Dockerfile作成 +- [x] docker-compose作成 +",1.0,"[Task]コンテナ構築 - ## 成果物: +開発環境に下記コンテナを構築 +- Backend(Django) +- Frontend(Vue.js) +- WebServer(Nginx) +- MockSerevr(Json-server) + +## 作業: +- [x] Dockerfile作成 +- [x] docker-compose作成 +",0, コンテナ構築 成果物 開発環境に下記コンテナを構築 backend django frontend vue js webserver nginx mockserevr json server 作業 dockerfile作成 docker compose作成 ,0 +10161,26420906638.0,IssuesEvent,2023-01-13 20:22:01,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Updated article titles - visible codes,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1,"The updated article tiles display some codes from GitHub, this is not helpful and does not look good. It would be nice if those could be hidden. + +Also, I notice that many of the pages are not showing the date they were updated. Most of the other Docs pages do show that information, which is very helpful. Please fix the publishing process so that the Update Date for the well architected framework pages is visible. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0dd7bc22-da10-1d3b-ba22-7d5e374be441 +* Version Independent ID: 9f466c91-adc7-0489-5b1e-17633d27c98c +* Content: [What's New in Azure Architecture Center - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/changelog) +* Content Source: [docs/changelog.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/changelog.md) +* Service: **architecture-center** +* GitHub Login: @alexhart11 +* Microsoft Alias: **pnp**",1.0,"Updated article titles - visible codes - The updated article tiles display some codes from GitHub, this is not helpful and does not look good. It would be nice if those could be hidden. + +Also, I notice that many of the pages are not showing the date they were updated. Most of the other Docs pages do show that information, which is very helpful. Please fix the publishing process so that the Update Date for the well architected framework pages is visible. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0dd7bc22-da10-1d3b-ba22-7d5e374be441 +* Version Independent ID: 9f466c91-adc7-0489-5b1e-17633d27c98c +* Content: [What's New in Azure Architecture Center - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/changelog) +* Content Source: [docs/changelog.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/changelog.md) +* Service: **architecture-center** +* GitHub Login: @alexhart11 +* Microsoft Alias: **pnp**",1,updated article titles visible codes the updated article tiles display some codes from github this is not helpful and does not look good it would be nice if those could be hidden also i notice that many of the pages are not showing the date they were updated most of the other docs pages do show that information which is very helpful please fix the publishing process so that the update date for the well architected framework pages is visible document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +22603,3965230673.0,IssuesEvent,2016-05-03 07:10:56,owncloud/client,https://api.github.com/repos/owncloud/client,closed,Confusing ui when trying to share something that can't be reshared,bug ReadyToTest sev4-low,"While working on #4383 I noticed that the UI behavior isn't neat when trying to share something that one doesn't have reshare permission for. + +* Share by link: Clickable, but then fails. Final state has ""Share by link"" checked, but disabled. An error message is shown. +* Share with user: One can still type a username. Failure message appears once sharing is attempted. + +We could stop early and not show things that look like sharing might work.",1.0,"Confusing ui when trying to share something that can't be reshared - While working on #4383 I noticed that the UI behavior isn't neat when trying to share something that one doesn't have reshare permission for. + +* Share by link: Clickable, but then fails. Final state has ""Share by link"" checked, but disabled. An error message is shown. +* Share with user: One can still type a username. Failure message appears once sharing is attempted. + +We could stop early and not show things that look like sharing might work.",0,confusing ui when trying to share something that can t be reshared while working on i noticed that the ui behavior isn t neat when trying to share something that one doesn t have reshare permission for share by link clickable but then fails final state has share by link checked but disabled an error message is shown share with user one can still type a username failure message appears once sharing is attempted we could stop early and not show things that look like sharing might work ,0 +8456,8319236078.0,IssuesEvent,2018-09-25 16:38:36,devonfw/devon4j,https://api.github.com/repos/devonfw/devon4j,opened,REST Service not working - Pageable could not be constructed,bug service,"### Expected behavior + +I'm trying to use the new devon4j 3.0.0 archetype with REST services generated by CobiGen. My front-end is an Angular application that tries to get all the employees from the database. The request is the following: `/services/rest/employeemanagement/v1/employee/search`. + +I would like to get the correct data from the server without any kind of error. + +### Actual behavior + +The response from the server is 500: +```Java +com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `org.springframework.data.domain.Pageable` (no Creators, like default construct, exist): abstract types either need to be mapped to concrete types, have custom deserializer, or contain additional type information + at [Source: (org.apache.cxf.transport.http.AbstractHTTPDestination$1); line: 1, column: 13] (through reference chain: com.devonfw.poc.angular.employeemanagement.common.api.to.EmployeeSearchCriteriaTo[""pageable""]) +``` + +For creating the CobiGen templates, I have followed the [starters example](https://github.com/devonfw/devon4j/blob/develop/starters/starter-spring-data-jpa/src/test/java/com/devonfw/example/component/common/api/to/SearchCriteriaTo.java) and generated a new SearchCriteriaTo on my `common/api/to` folder. That file contains a Pageable attribute that is not being properly constructed as the error above mentions. + +Most probably the solution is to provide to the mapper a hint like explained [here](https://stackoverflow.com/questions/29321901/custom-object-deserializes-fine-in-jax-rs-but-if-it-is-used-in-another-object-it). Maybe there is an easy solution I don't see, but I think this is a crosscutting issue to be solved by the devon4j. + + +",1.0,"REST Service not working - Pageable could not be constructed - ### Expected behavior + +I'm trying to use the new devon4j 3.0.0 archetype with REST services generated by CobiGen. My front-end is an Angular application that tries to get all the employees from the database. The request is the following: `/services/rest/employeemanagement/v1/employee/search`. + +I would like to get the correct data from the server without any kind of error. + +### Actual behavior + +The response from the server is 500: +```Java +com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `org.springframework.data.domain.Pageable` (no Creators, like default construct, exist): abstract types either need to be mapped to concrete types, have custom deserializer, or contain additional type information + at [Source: (org.apache.cxf.transport.http.AbstractHTTPDestination$1); line: 1, column: 13] (through reference chain: com.devonfw.poc.angular.employeemanagement.common.api.to.EmployeeSearchCriteriaTo[""pageable""]) +``` + +For creating the CobiGen templates, I have followed the [starters example](https://github.com/devonfw/devon4j/blob/develop/starters/starter-spring-data-jpa/src/test/java/com/devonfw/example/component/common/api/to/SearchCriteriaTo.java) and generated a new SearchCriteriaTo on my `common/api/to` folder. That file contains a Pageable attribute that is not being properly constructed as the error above mentions. + +Most probably the solution is to provide to the mapper a hint like explained [here](https://stackoverflow.com/questions/29321901/custom-object-deserializes-fine-in-jax-rs-but-if-it-is-used-in-another-object-it). Maybe there is an easy solution I don't see, but I think this is a crosscutting issue to be solved by the devon4j. + + +",0,rest service not working pageable could not be constructed expected behavior i m trying to use the new archetype with rest services generated by cobigen my front end is an angular application that tries to get all the employees from the database the request is the following services rest employeemanagement employee search i would like to get the correct data from the server without any kind of error actual behavior the response from the server is java com fasterxml jackson databind exc invaliddefinitionexception cannot construct instance of org springframework data domain pageable no creators like default construct exist abstract types either need to be mapped to concrete types have custom deserializer or contain additional type information at through reference chain com devonfw poc angular employeemanagement common api to employeesearchcriteriato for creating the cobigen templates i have followed the and generated a new searchcriteriato on my common api to folder that file contains a pageable attribute that is not being properly constructed as the error above mentions most probably the solution is to provide to the mapper a hint like explained maybe there is an easy solution i don t see but i think this is a crosscutting issue to be solved by the ,0 +243135,26277932522.0,IssuesEvent,2023-01-07 01:32:10,nlamirault/bbox_exporter,https://api.github.com/repos/nlamirault/bbox_exporter,closed,CVE-2022-21698 (High) detected in github.com/prometheus/client_golang-v1.11.0 - autoclosed,security vulnerability,"## CVE-2022-21698 - High Severity Vulnerability +
Vulnerable Library - github.com/prometheus/client_golang-v1.11.0

+ +

Prometheus instrumentation library for Go applications

+

+ +Dependency Hierarchy: + - :x: **github.com/prometheus/client_golang-v1.11.0** (Vulnerable Library) +

Found in HEAD commit: 5debebbb3a08c2ae62c91a1587dfbfa578be2b77

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +client_golang is the instrumentation library for Go applications in Prometheus, and the promhttp package in client_golang provides tooling around HTTP servers and clients. In client_golang prior to version 1.11.1, HTTP server is susceptible to a Denial of Service through unbounded cardinality, and potential memory exhaustion, when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of `promhttp.InstrumentHandler*` middleware except `RequestsInFlight`; not filter any specific methods (e.g GET) before middleware; pass metric with `method` label name to our middleware; and not have any firewall/LB/proxy that filters away requests with unknown `method`. client_golang version 1.11.1 contains a patch for this issue. Several workarounds are available, including removing the `method` label name from counter/gauge used in the InstrumentHandler; turning off affected promhttp handlers; adding custom middleware before promhttp handler that will sanitize the request method given by Go http.Request; and using a reverse proxy or web application firewall, configured to only allow a limited set of methods. + +

Publish Date: 2022-02-15 +

URL: CVE-2022-21698

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p

+

Release Date: 2022-02-15

+

Fix Resolution: v1.11.1

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2022-21698 (High) detected in github.com/prometheus/client_golang-v1.11.0 - autoclosed - ## CVE-2022-21698 - High Severity Vulnerability +
Vulnerable Library - github.com/prometheus/client_golang-v1.11.0

+ +

Prometheus instrumentation library for Go applications

+

+ +Dependency Hierarchy: + - :x: **github.com/prometheus/client_golang-v1.11.0** (Vulnerable Library) +

Found in HEAD commit: 5debebbb3a08c2ae62c91a1587dfbfa578be2b77

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +client_golang is the instrumentation library for Go applications in Prometheus, and the promhttp package in client_golang provides tooling around HTTP servers and clients. In client_golang prior to version 1.11.1, HTTP server is susceptible to a Denial of Service through unbounded cardinality, and potential memory exhaustion, when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of `promhttp.InstrumentHandler*` middleware except `RequestsInFlight`; not filter any specific methods (e.g GET) before middleware; pass metric with `method` label name to our middleware; and not have any firewall/LB/proxy that filters away requests with unknown `method`. client_golang version 1.11.1 contains a patch for this issue. Several workarounds are available, including removing the `method` label name from counter/gauge used in the InstrumentHandler; turning off affected promhttp handlers; adding custom middleware before promhttp handler that will sanitize the request method given by Go http.Request; and using a reverse proxy or web application firewall, configured to only allow a limited set of methods. + +

Publish Date: 2022-02-15 +

URL: CVE-2022-21698

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p

+

Release Date: 2022-02-15

+

Fix Resolution: v1.11.1

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in github com prometheus client golang autoclosed cve high severity vulnerability vulnerable library github com prometheus client golang prometheus instrumentation library for go applications dependency hierarchy x github com prometheus client golang vulnerable library found in head commit a href found in base branch master vulnerability details client golang is the instrumentation library for go applications in prometheus and the promhttp package in client golang provides tooling around http servers and clients in client golang prior to version http server is susceptible to a denial of service through unbounded cardinality and potential memory exhaustion when handling requests with non standard http methods in order to be affected an instrumented software must use any of promhttp instrumenthandler middleware except requestsinflight not filter any specific methods e g get before middleware pass metric with method label name to our middleware and not have any firewall lb proxy that filters away requests with unknown method client golang version contains a patch for this issue several workarounds are available including removing the method label name from counter gauge used in the instrumenthandler turning off affected promhttp handlers adding custom middleware before promhttp handler that will sanitize the request method given by go http request and using a reverse proxy or web application firewall configured to only allow a limited set of methods 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 step up your open source security game with mend ,0 +375012,26142937920.0,IssuesEvent,2022-12-29 21:39:16,arkivanov/Decompose,https://api.github.com/repos/arkivanov/Decompose,closed,Add quick start docs,documentation,"It would be nice to have a quick start page in the docs and readme, showcasing common use cases and patterns.",1.0,"Add quick start docs - It would be nice to have a quick start page in the docs and readme, showcasing common use cases and patterns.",0,add quick start docs it would be nice to have a quick start page in the docs and readme showcasing common use cases and patterns ,0 +5498,12639485862.0,IssuesEvent,2020-06-16 00:02:55,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Add Email Campaigns and Click Stream Data Collection Solutions,Pri2 architecture-center/svc assigned-to-author product-feedback solution-idea/subsvc triaged," +Add Email Campaigns and Click Stream Data Collection Solutions + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 83d7b1d5-7e3e-221f-bd7e-b576364784f8 +* Version Independent ID: c08a3f61-caee-ec20-c9ba-cd1a62ab5662 +* Content: [Digital Campaign Management - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/digital-marketing-using-azure-database-for-postgresql#feedback) +* Content Source: [docs/solution-ideas/articles/digital-marketing-using-azure-database-for-postgresql.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/digital-marketing-using-azure-database-for-postgresql.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Add Email Campaigns and Click Stream Data Collection Solutions - +Add Email Campaigns and Click Stream Data Collection Solutions + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 83d7b1d5-7e3e-221f-bd7e-b576364784f8 +* Version Independent ID: c08a3f61-caee-ec20-c9ba-cd1a62ab5662 +* Content: [Digital Campaign Management - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/digital-marketing-using-azure-database-for-postgresql#feedback) +* Content Source: [docs/solution-ideas/articles/digital-marketing-using-azure-database-for-postgresql.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/digital-marketing-using-azure-database-for-postgresql.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,add email campaigns and click stream data collection solutions add email campaigns and click stream data collection solutions document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id caee content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +11492,30747771494.0,IssuesEvent,2023-07-28 16:22:41,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Why on-premise servers need to resolve names in private dns zones???,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri1,"In the section ""Traffic flow for an on-premises DNS query"", why the on-premise servers would try to resolve names in private dns zones? +In ""Use a DNS forwarder VM"" section, conditional forwarders are for normal PaaS zone like database.windows.net and it is a good example of how split-brain DNS is achieved in Azure. Why with private DNS resolver, the devices that need to resolve the names, have to know they need to resolve names in private zones??? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6ce03940-eeb4-98b6-4624-1615715beec4 +* Version Independent ID: 6ce03940-eeb4-98b6-4624-1615715beec4 +* Content: [Azure DNS Private Resolver - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/networking/azure-dns-private-resolver) +* Content Source: [docs/example-scenario/networking/azure-dns-private-resolver.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/networking/azure-dns-private-resolver.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @moorthyannadurai +* Microsoft Alias: **moannadu**",1.0,"Why on-premise servers need to resolve names in private dns zones??? - In the section ""Traffic flow for an on-premises DNS query"", why the on-premise servers would try to resolve names in private dns zones? +In ""Use a DNS forwarder VM"" section, conditional forwarders are for normal PaaS zone like database.windows.net and it is a good example of how split-brain DNS is achieved in Azure. Why with private DNS resolver, the devices that need to resolve the names, have to know they need to resolve names in private zones??? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6ce03940-eeb4-98b6-4624-1615715beec4 +* Version Independent ID: 6ce03940-eeb4-98b6-4624-1615715beec4 +* Content: [Azure DNS Private Resolver - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/networking/azure-dns-private-resolver) +* Content Source: [docs/example-scenario/networking/azure-dns-private-resolver.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/networking/azure-dns-private-resolver.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @moorthyannadurai +* Microsoft Alias: **moannadu**",1,why on premise servers need to resolve names in private dns zones in the section traffic flow for an on premises dns query why the on premise servers would try to resolve names in private dns zones in use a dns forwarder vm section conditional forwarders are for normal paas zone like database windows net and it is a good example of how split brain dns is achieved in azure why with private dns resolver the devices that need to resolve the names have to know they need to resolve names in private zones document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login moorthyannadurai microsoft alias moannadu ,1 +9088,24036750652.0,IssuesEvent,2022-09-15 19:57:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Expand Solution,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc," +[Enter feedback here] +I would like to see expand this article with more information (implementation details, pricing guidance, code examples, etc) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8cfcc112-0a30-557c-bf69-738c45b325d8 +* Version Independent ID: 9385c916-ec7c-2f12-390b-80d136a16cb7 +* Content: [Dynamics Business Central as a Service on Azure - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/business-central#feedback) +* Content Source: [docs/solution-ideas/articles/business-central.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/business-central.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @altotovi +* Microsoft Alias: **pnp**",1.0,"Expand Solution - +[Enter feedback here] +I would like to see expand this article with more information (implementation details, pricing guidance, code examples, etc) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8cfcc112-0a30-557c-bf69-738c45b325d8 +* Version Independent ID: 9385c916-ec7c-2f12-390b-80d136a16cb7 +* Content: [Dynamics Business Central as a Service on Azure - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/business-central#feedback) +* Content Source: [docs/solution-ideas/articles/business-central.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/business-central.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @altotovi +* Microsoft Alias: **pnp**",1,expand solution i would like to see expand this article with more information implementation details pricing guidance code examples etc document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login altotovi microsoft alias pnp ,1 +182792,6673556906.0,IssuesEvent,2017-10-04 15:25:35,Bedework/bedework,https://api.github.com/repos/Bedework/bedework,opened,Apply limit to fetches in search retrieval,priority: high,Currently some fetches could fetch the entire collection. Apply a hard limit,1.0,Apply limit to fetches in search retrieval - Currently some fetches could fetch the entire collection. Apply a hard limit,0,apply limit to fetches in search retrieval currently some fetches could fetch the entire collection apply a hard limit,0 +5581,12745404572.0,IssuesEvent,2020-06-26 14:12:11,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,404 error on ARM templates link,Pri2 architecture-center/svc assigned-to-author doc-bug solution-idea/subsvc triaged,"Under the components section, the following link fails (404): [Azure Resource Manager templates](https://docs.microsoft.com/en-us/api/Redirect/documentation/articles/virtual-machines-windows-cli-deploy-templates) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 3bf4b377-2f24-8bcb-0e7a-a353564fb0cb +* Version Independent ID: fd0164e3-7acf-8dca-ff63-44d8055919dc +* Content: [HPC cluster deployed in the cloud - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/hpc-cluster) +* Content Source: [docs/solution-ideas/articles/hpc-cluster.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/hpc-cluster.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"404 error on ARM templates link - Under the components section, the following link fails (404): [Azure Resource Manager templates](https://docs.microsoft.com/en-us/api/Redirect/documentation/articles/virtual-machines-windows-cli-deploy-templates) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 3bf4b377-2f24-8bcb-0e7a-a353564fb0cb +* Version Independent ID: fd0164e3-7acf-8dca-ff63-44d8055919dc +* Content: [HPC cluster deployed in the cloud - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/hpc-cluster) +* Content Source: [docs/solution-ideas/articles/hpc-cluster.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/hpc-cluster.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1, error on arm templates link under the components section the following link fails document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +10041,26125446545.0,IssuesEvent,2022-12-28 17:50:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Categorize items-improve presentation and organization,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2,"The very long list of what's new items is difficult to use because it is random by month. Please add some type of categorization or grouping each month so that we can more easily find information about changes to specific services/topics/applications. + +Thanks +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 0dd7bc22-da10-1d3b-ba22-7d5e374be441 +* Version Independent ID: 9f466c91-adc7-0489-5b1e-17633d27c98c +* Content: [What's New in Azure Architecture Center - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/changelog) +* Content Source: [docs/changelog.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/changelog.md) +* Service: **architecture-center** +* GitHub Login: @alexhart11 +* Microsoft Alias: **pnp**",1.0,"Categorize items-improve presentation and organization - The very long list of what's new items is difficult to use because it is random by month. Please add some type of categorization or grouping each month so that we can more easily find information about changes to specific services/topics/applications. + +Thanks +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 0dd7bc22-da10-1d3b-ba22-7d5e374be441 +* Version Independent ID: 9f466c91-adc7-0489-5b1e-17633d27c98c +* Content: [What's New in Azure Architecture Center - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/changelog) +* Content Source: [docs/changelog.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/changelog.md) +* Service: **architecture-center** +* GitHub Login: @alexhart11 +* Microsoft Alias: **pnp**",1,categorize items improve presentation and organization the very long list of what s new items is difficult to use because it is random by month please add some type of categorization or grouping each month so that we can more easily find information about changes to specific services topics applications thanks document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +5191,12219827054.0,IssuesEvent,2020-05-01 22:55:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,This page redirected from https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/iot-with-sql but it talks about reference architecture and not on IoT using SQL as stated in the link,Pri1 architecture-center/svc assigned-to-author reference-architecture/subsvc triaged,"for more, contact me at avi@wertheimer.co.il + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cf328b1f-6bc5-dff2-619f-82b95030c3cf +* Version Independent ID: 4c7bd8b7-5ebb-5b1e-010b-2acd7fdcec0f +* Content: [Azure IoT reference architecture - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/iot#feedback) +* Content Source: [docs/reference-architectures/iot.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/iot.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"This page redirected from https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/iot-with-sql but it talks about reference architecture and not on IoT using SQL as stated in the link - for more, contact me at avi@wertheimer.co.il + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cf328b1f-6bc5-dff2-619f-82b95030c3cf +* Version Independent ID: 4c7bd8b7-5ebb-5b1e-010b-2acd7fdcec0f +* Content: [Azure IoT reference architecture - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/iot#feedback) +* Content Source: [docs/reference-architectures/iot.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/iot.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,this page redirected from but it talks about reference architecture and not on iot using sql as stated in the link for more contact me at avi wertheimer co il document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +11493,30747817754.0,IssuesEvent,2023-07-28 16:24:59,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Conditional Forwarders,assigned-to-author triaged product-question architecture-center/svc example-scenario/subsvc Pri1," +Hi, + +Why does the document specify the on-premises Conditional Forwarder zone is database.windows.net when using a DNS forwarder VM and the Conditional Forwarders zone is privatelink.database.windows.net when using the Azure DNS Private DNS resolver? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6ce03940-eeb4-98b6-4624-1615715beec4 +* Version Independent ID: 6ce03940-eeb4-98b6-4624-1615715beec4 +* Content: [Azure DNS Private Resolver - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/networking/azure-dns-private-resolver) +* Content Source: [docs/example-scenario/networking/azure-dns-private-resolver.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/networking/azure-dns-private-resolver.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @moorthyannadurai +* Microsoft Alias: **moannadu**",1.0,"Conditional Forwarders - +Hi, + +Why does the document specify the on-premises Conditional Forwarder zone is database.windows.net when using a DNS forwarder VM and the Conditional Forwarders zone is privatelink.database.windows.net when using the Azure DNS Private DNS resolver? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6ce03940-eeb4-98b6-4624-1615715beec4 +* Version Independent ID: 6ce03940-eeb4-98b6-4624-1615715beec4 +* Content: [Azure DNS Private Resolver - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/networking/azure-dns-private-resolver) +* Content Source: [docs/example-scenario/networking/azure-dns-private-resolver.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/networking/azure-dns-private-resolver.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @moorthyannadurai +* Microsoft Alias: **moannadu**",1,conditional forwarders hi why does the document specify the on premises conditional forwarder zone is database windows net when using a dns forwarder vm and the conditional forwarders zone is privatelink database windows net when using the azure dns private dns resolver document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login moorthyannadurai microsoft alias moannadu ,1 +43355,5537407776.0,IssuesEvent,2017-03-21 22:00:28,fossology/fossology,https://api.github.com/repos/fossology/fossology,closed,Add functional tests for Wget_Agent,Category: Testing Priority: High Status: New Tracker: Support,"--- + +Author Name: **Paul Holland** +Original Redmine Issue: 2703, http://www.fossology.org/issues/2703 +Original Date: 2012/06/15 +Original Assignee: larry shi + +--- + +Fills in http://www.fossology.org/projects/fossology/wiki/FOSSology_tests +",1.0,"Add functional tests for Wget_Agent - --- + +Author Name: **Paul Holland** +Original Redmine Issue: 2703, http://www.fossology.org/issues/2703 +Original Date: 2012/06/15 +Original Assignee: larry shi + +--- + +Fills in http://www.fossology.org/projects/fossology/wiki/FOSSology_tests +",0,add functional tests for wget agent author name paul holland original redmine issue original date original assignee larry shi fills in ,0 +4479,11201450552.0,IssuesEvent,2020-01-04 03:29:26,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing entries for General types,Pri1 architecture-center/svc cloud-fundamentals/subsvc cxp triaged,"Please add rows under the general types section for +- Subscription +- Management Group + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1ddc35bf-00d9-67c8-bf6a-ade5ebea07ca +* Version Independent ID: 7324a1e6-7010-c620-145b-3d8027709545 +* Content: [Naming rules and restrictions for Azure resources](https://docs.microsoft.com/en-us/azure/architecture/best-practices/resource-naming) +* Content Source: [docs/best-practices/resource-naming.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/resource-naming.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @DerMar +* Microsoft Alias: **pnp**",1.0,"Missing entries for General types - Please add rows under the general types section for +- Subscription +- Management Group + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1ddc35bf-00d9-67c8-bf6a-ade5ebea07ca +* Version Independent ID: 7324a1e6-7010-c620-145b-3d8027709545 +* Content: [Naming rules and restrictions for Azure resources](https://docs.microsoft.com/en-us/azure/architecture/best-practices/resource-naming) +* Content Source: [docs/best-practices/resource-naming.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/resource-naming.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @DerMar +* Microsoft Alias: **pnp**",1,missing entries for general types please add rows under the general types section for subscription management group document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login dermar microsoft alias pnp ,1 +100048,21110863923.0,IssuesEvent,2022-04-05 01:17:23,MicrosoftDocs/intellicode,https://api.github.com/repos/MicrosoftDocs/intellicode,closed,Can't find cached model in the offline mode,product-issue vscode," +Issue Type: Bug + +*My vscode and extensions work well with the Internet. But if I cut off my Internet, I got the error message:* +Couldn't reach service Error Message: connect ECONNREFUSED 127.0.0.1:1080, (Error) +Could not reach the IntelliCode service. Checking the local model cache. +None of the cached models match. + +*I checked the cached models, it has been downloaded in my computer.* + +Extension version: 1.2.5 +VS Code version: Code 1.42.1 (c47d83b293181d9be64f27ff093689e8e7aed054, 2020-02-11T14:45:59.656Z) +OS version: Windows_NT x64 6.1.7601",1.0,"Can't find cached model in the offline mode - +Issue Type: Bug + +*My vscode and extensions work well with the Internet. But if I cut off my Internet, I got the error message:* +Couldn't reach service Error Message: connect ECONNREFUSED 127.0.0.1:1080, (Error) +Could not reach the IntelliCode service. Checking the local model cache. +None of the cached models match. + +*I checked the cached models, it has been downloaded in my computer.* + +Extension version: 1.2.5 +VS Code version: Code 1.42.1 (c47d83b293181d9be64f27ff093689e8e7aed054, 2020-02-11T14:45:59.656Z) +OS version: Windows_NT x64 6.1.7601",0,can t find cached model in the offline mode issue type bug my vscode and extensions work well with the internet but if i cut off my internet i got the error message couldn t reach service error message connect econnrefused error could not reach the intellicode service checking the local model cache none of the cached models match i checked the cached models it has been downloaded in my computer extension version vs code version code os version windows nt ,0 +97649,20370505694.0,IssuesEvent,2022-02-21 10:44:45,haproxy/haproxy,https://api.github.com/repos/haproxy/haproxy,opened,src/cfgparse.c: use after free suspected by coverity,type: code-report,"### Tool Name and Version + +coverity + +### Code Report + +```plain +1685int readcfgfile(const char *file) +1686{ +1687 char *thisline = NULL; +1688 int linesize = LINESIZE; +1689 FILE *f = NULL; +1690 int linenum = 0; +1691 int err_code = 0; +1692 struct cfg_section *cs = NULL, *pcs = NULL; +1693 struct cfg_section *ics; +1694 int readbytes = 0; +1695 char *outline = NULL; +1696 size_t outlen = 0; +1697 size_t outlinesize = 0; +1698 int fatal = 0; +1699 int missing_lf = -1; +1700 int nested_cond_lvl = 0; +1701 enum nested_cond_state nested_conds[MAXNESTEDCONDS]; +1702 int non_global_section_parsed = 0; +1703 char *errmsg = NULL; +1704 +1705 global.cfg_curr_line = 0; +1706 global.cfg_curr_file = file; +1707 + 1. Condition (thisline = malloc(1UL /* sizeof (*thisline) */ * linesize)) == NULL, taking false branch. +1708 if ((thisline = malloc(sizeof(*thisline) * linesize)) == NULL) { +1709 ha_alert(""Out of memory trying to allocate a buffer for a configuration line.\n""); +1710 err_code = -1; +1711 goto err; +1712 } +1713 + 2. Condition (f = fopen(file, ""r"")) == NULL, taking false branch. +1714 if ((f = fopen(file,""r"")) == NULL) { +1715 err_code = -1; +1716 goto err; +1717 } +1718 +1719 /* change to the new dir if required */ + 3. Condition !cfg_apply_default_path(file, NULL, &errmsg), taking false branch. +1720 if (!cfg_apply_default_path(file, NULL, &errmsg)) { +1721 ha_alert(""parsing [%s:%d]: failed to apply default-path: %s.\n"", file, linenum, errmsg); +1722 free(errmsg); +1723 err_code = -1; +1724 goto err; +1725 } +1726 +1727next_line: + 4. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 11. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 18. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 25. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 32. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 45. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 52. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 59. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 72. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 88. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 101. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 108. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 135. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 165. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 197. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. +1728 while (fgets(thisline + readbytes, linesize - readbytes, f) != NULL) { +1729 int arg, kwm = KWM_STD; +1730 char *end; +1731 char *args[MAX_LINE_ARGS + 1]; +1732 char *line = thisline; +1733 + 5. Condition missing_lf != -1, taking false branch. + 12. Condition missing_lf != -1, taking false branch. + 19. Condition missing_lf != -1, taking false branch. + 26. Condition missing_lf != -1, taking false branch. + 33. Condition missing_lf != -1, taking false branch. + 46. Condition missing_lf != -1, taking false branch. + 53. Condition missing_lf != -1, taking false branch. + 60. Condition missing_lf != -1, taking false branch. + 73. Condition missing_lf != -1, taking false branch. + 89. Condition missing_lf != -1, taking false branch. + 102. Condition missing_lf != -1, taking false branch. + 109. Condition missing_lf != -1, taking false branch. + 136. Condition missing_lf != -1, taking false branch. + 166. Condition missing_lf != -1, taking false branch. + 198. Condition missing_lf != -1, taking false branch. +1734 if (missing_lf != -1) { +1735 ha_alert(""parsing [%s:%d]: Stray NUL character at position %d.\n"", +1736 file, linenum, (missing_lf + 1)); +1737 err_code |= ERR_ALERT | ERR_FATAL; +1738 missing_lf = -1; +1739 break; +1740 } +1741 +1742 linenum++; +1743 global.cfg_curr_line = linenum; +1744 + 6. Condition fatal >= 50, taking false branch. + 13. Condition fatal >= 50, taking false branch. + 20. Condition fatal >= 50, taking false branch. + 27. Condition fatal >= 50, taking false branch. + 34. Condition fatal >= 50, taking false branch. + 47. Condition fatal >= 50, taking false branch. + 54. Condition fatal >= 50, taking false branch. + 61. Condition fatal >= 50, taking false branch. + 74. Condition fatal >= 50, taking false branch. + 90. Condition fatal >= 50, taking false branch. + 103. Condition fatal >= 50, taking false branch. + 110. Condition fatal >= 50, taking false branch. + 137. Condition fatal >= 50, taking false branch. + 167. Condition fatal >= 50, taking false branch. + 199. Condition fatal >= 50, taking false branch. +1745 if (fatal >= 50) { +1746 ha_alert(""parsing [%s:%d]: too many fatal errors (%d), stopping now.\n"", file, linenum, fatal); +1747 break; +1748 } +1749 +1750 end = line + strlen(line); +1751 + 7. Condition end - line == linesize - 1, taking true branch. + 8. Condition *(end - 1) != 10, taking true branch. + 14. Condition end - line == linesize - 1, taking true branch. + 15. Condition *(end - 1) != 10, taking true branch. + 21. Condition end - line == linesize - 1, taking true branch. + 22. Condition *(end - 1) != 10, taking true branch. + 28. Condition end - line == linesize - 1, taking true branch. + 29. Condition *(end - 1) != 10, taking true branch. + 35. Condition end - line == linesize - 1, taking true branch. + 36. Condition *(end - 1) != 10, taking false branch. + 48. Condition end - line == linesize - 1, taking true branch. + 49. Condition *(end - 1) != 10, taking true branch. + 55. Condition end - line == linesize - 1, taking true branch. + 56. Condition *(end - 1) != 10, taking true branch. + 62. Condition end - line == linesize - 1, taking true branch. + 63. Condition *(end - 1) != 10, taking false branch. + 75. Condition end - line == linesize - 1, taking true branch. + 76. Condition *(end - 1) != 10, taking false branch. + 91. Condition end - line == linesize - 1, taking true branch. + 92. Condition *(end - 1) != 10, taking false branch. + 104. Condition end - line == linesize - 1, taking true branch. + 105. Condition *(end - 1) != 10, taking true branch. + 111. Condition end - line == linesize - 1, taking true branch. + 112. Condition *(end - 1) != 10, taking false branch. + 138. Condition end - line == linesize - 1, taking true branch. + 139. Condition *(end - 1) != 10, taking false branch. + 168. Condition end - line == linesize - 1, taking true branch. + 169. Condition *(end - 1) != 10, taking false branch. + 200. Condition end - line == linesize - 1, taking true branch. + 201. Condition *(end - 1) != 10, taking false branch. +1752 if (end-line == linesize-1 && *(end-1) != '\n') { +1753 /* Check if we reached the limit and the last char is not \n. +1754 * Watch out for the last line without the terminating '\n'! +1755 */ +1756 char *newline; +1757 int newlinesize = linesize * 2; +1758 +1759 newline = realloc(thisline, sizeof(*thisline) * newlinesize); + 9. Condition newline == NULL, taking false branch. + 16. Condition newline == NULL, taking false branch. + 23. Condition newline == NULL, taking true branch. + 30. Condition newline == NULL, taking true branch. + 50. Condition newline == NULL, taking false branch. + 57. Condition newline == NULL, taking false branch. + 106. Condition newline == NULL, taking false branch. +1760 if (newline == NULL) { +1761 ha_alert(""parsing [%s:%d]: line too long, cannot allocate memory.\n"", +1762 file, linenum); +1763 err_code |= ERR_ALERT | ERR_FATAL; +1764 fatal++; +1765 linenum--; + 24. Continuing loop. + 31. Continuing loop. +1766 continue; +1767 } +1768 +1769 readbytes = linesize - 1; +1770 linesize = newlinesize; +1771 thisline = newline; +1772 linenum--; + 10. Continuing loop. + 17. Continuing loop. + 51. Continuing loop. + 58. Continuing loop. + 107. Continuing loop. +1773 continue; +1774 } +1775 +1776 readbytes = 0; +1777 + 37. Condition end > line, taking true branch. + 38. Condition *(end - 1) == 10, taking true branch. + 64. Condition end > line, taking true branch. + 65. Condition *(end - 1) == 10, taking true branch. + 77. Condition end > line, taking true branch. + 78. Condition *(end - 1) == 10, taking true branch. + 93. Condition end > line, taking true branch. + 94. Condition *(end - 1) == 10, taking true branch. + 113. Condition end > line, taking true branch. + 114. Condition *(end - 1) == 10, taking true branch. + 140. Condition end > line, taking true branch. + 141. Condition *(end - 1) == 10, taking true branch. + 170. Condition end > line, taking true branch. + 171. Condition *(end - 1) == 10, taking true branch. + 202. Condition end > line, taking true branch. + 203. Condition *(end - 1) == 10, taking true branch. +1778 if (end > line && *(end-1) == '\n') { +1779 /* kill trailing LF */ +1780 *(end - 1) = 0; + 39. Falling through to end of if statement. + 66. Falling through to end of if statement. + 79. Falling through to end of if statement. + 95. Falling through to end of if statement. + 115. Falling through to end of if statement. + 142. Falling through to end of if statement. + 172. Falling through to end of if statement. + 204. Falling through to end of if statement. +1781 } +1782 else { +1783 /* mark this line as truncated */ +1784 missing_lf = end - line; +1785 } +1786 +1787 /* skip leading spaces */ + 40. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking true branch. + 42. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. + 67. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking true branch. + 69. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. + 80. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. + 96. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking true branch. + 98. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. + 116. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking true branch. + 118. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. + 143. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking true branch. + 145. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. + 173. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking true branch. + 175. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. + 205. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking true branch. + 207. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. +1788 while (isspace((unsigned char)*line)) + 41. Jumping back to the beginning of the loop. + 68. Jumping back to the beginning of the loop. + 97. Jumping back to the beginning of the loop. + 117. Jumping back to the beginning of the loop. + 144. Jumping back to the beginning of the loop. + 174. Jumping back to the beginning of the loop. + 206. Jumping back to the beginning of the loop. +1789 line++; +1790 + 43. Condition *line == '[', taking true branch. + 70. Condition *line == '[', taking true branch. + 81. Condition *line == '[', taking false branch. + 99. Condition *line == '[', taking true branch. + 119. Condition *line == '[', taking false branch. + 146. Condition *line == '[', taking false branch. + 176. Condition *line == '[', taking false branch. + 208. Condition *line == '[', taking false branch. +1791 if (*line == '[') {/* This is the beginning if a scope */ +1792 err_code |= cfg_parse_scope(file, linenum, line); + 44. Jumping to label next_line. + 71. Jumping to label next_line. + 100. Jumping to label next_line. +1793 goto next_line; +1794 } +1795 + 82. Condition 1, taking true branch. + 120. Condition 1, taking true branch. + 129. Condition 1, taking true branch. + 147. Condition 1, taking true branch. + 156. Condition 1, taking true branch. + 177. Condition 1, taking true branch. + 186. Condition 1, taking true branch. + 209. Condition 1, taking true branch. +1796 while (1) { +1797 uint32_t err; +1798 const char *errptr; +1799 +1800 arg = sizeof(args) / sizeof(*args); +1801 outlen = outlinesize; + CID 1429926 (2): Dereference after null check (FORWARD_NULL) [select issue] + 187. identity_transfer: Passing outline as argument 2 to function parse_line, which sets *args to that argument. [show details] +1802 err = parse_line(line, outline, &outlen, args, &arg, +1803 PARSE_OPT_ENV | PARSE_OPT_DQUOTE | PARSE_OPT_SQUOTE | +1804 PARSE_OPT_BKSLASH | PARSE_OPT_SHARP | PARSE_OPT_WORD_EXPAND, +1805 &errptr); +1806 + 83. Condition err & 4, taking false branch. + 121. Condition err & 4, taking false branch. + 130. Condition err & 4, taking false branch. + 148. Condition err & 4, taking false branch. + 157. Condition err & 4, taking false branch. + 178. Condition err & 4, taking false branch. + 188. Condition err & 4, taking false branch. + 210. Condition err & 4, taking false branch. +1807 if (err & PARSE_ERR_QUOTE) { +1808 size_t newpos = sanitize_for_printing(line, errptr - line, 80); +1809 +1810 ha_alert(""parsing [%s:%d]: unmatched quote at position %d:\n"" +1811 "" %s\n %*s\n"", file, linenum, (int)(errptr-thisline+1), line, (int)(newpos+1), ""^""); +1812 err_code |= ERR_ALERT | ERR_FATAL; +1813 fatal++; +1814 goto next_line; +1815 } +1816 + 84. Condition err & 8, taking false branch. + 122. Condition err & 8, taking false branch. + 131. Condition err & 8, taking false branch. + 149. Condition err & 8, taking false branch. + 158. Condition err & 8, taking false branch. + 179. Condition err & 8, taking false branch. + 189. Condition err & 8, taking false branch. + 211. Condition err & 8, taking false branch. +1817 if (err & PARSE_ERR_BRACE) { +1818 size_t newpos = sanitize_for_printing(line, errptr - line, 80); +1819 +1820 ha_alert(""parsing [%s:%d]: unmatched brace in environment variable name at position %d:\n"" +1821 "" %s\n %*s\n"", file, linenum, (int)(errptr-thisline+1), line, (int)(newpos+1), ""^""); +1822 err_code |= ERR_ALERT | ERR_FATAL; +1823 fatal++; +1824 goto next_line; +1825 } +1826 + 85. Condition err & 32, taking false branch. + 123. Condition err & 32, taking false branch. + 132. Condition err & 32, taking false branch. + 150. Condition err & 32, taking false branch. + 159. Condition err & 32, taking false branch. + 180. Condition err & 32, taking false branch. + 190. Condition err & 32, taking false branch. + 212. Condition err & 32, taking false branch. +1827 if (err & PARSE_ERR_VARNAME) { +1828 size_t newpos = sanitize_for_printing(line, errptr - line, 80); +1829 +1830 ha_alert(""parsing [%s:%d]: forbidden first char in environment variable name at position %d:\n"" +1831 "" %s\n %*s\n"", file, linenum, (int)(errptr-thisline+1), line, (int)(newpos+1), ""^""); +1832 err_code |= ERR_ALERT | ERR_FATAL; +1833 fatal++; +1834 goto next_line; +1835 } +1836 + 86. Condition err & 16, taking true branch. + 124. Condition err & 16, taking false branch. + 133. Condition err & 16, taking true branch. + 151. Condition err & 16, taking false branch. + 160. Condition err & 16, taking false branch. + 181. Condition err & 16, taking false branch. + 191. Condition err & 16, taking false branch. + 213. Condition err & 16, taking false branch. +1837 if (err & PARSE_ERR_HEX) { +1838 size_t newpos = sanitize_for_printing(line, errptr - line, 80); +1839 +1840 ha_alert(""parsing [%s:%d]: truncated or invalid hexadecimal sequence at position %d:\n"" +1841 "" %s\n %*s\n"", file, linenum, (int)(errptr-thisline+1), line, (int)(newpos+1), ""^""); +1842 err_code |= ERR_ALERT | ERR_FATAL; +1843 fatal++; + 87. Jumping to label next_line. + 134. Jumping to label next_line. +1844 goto next_line; +1845 } +1846 + 125. Condition err & 128, taking false branch. + 152. Condition err & 128, taking false branch. + 161. Condition err & 128, taking false branch. + 182. Condition err & 128, taking false branch. + 192. Condition err & 128, taking false branch. + 214. Condition err & 128, taking false branch. +1847 if (err & PARSE_ERR_WRONG_EXPAND) { +1848 size_t newpos = sanitize_for_printing(line, errptr - line, 80); +1849 +1850 ha_alert(""parsing [%s:%d]: truncated or invalid word expansion sequence at position %d:\n"" +1851 "" %s\n %*s\n"", file, linenum, (int)(errptr-thisline+1), line, (int)(newpos+1), ""^""); +1852 err_code |= ERR_ALERT | ERR_FATAL; +1853 fatal++; +1854 goto next_line; +1855 } +1856 + 126. Condition err & (65U /* 1 | 0x40 */), taking true branch. + 153. Condition err & (65U /* 1 | 0x40 */), taking true branch. + 162. Condition err & (65U /* 1 | 0x40 */), taking true branch. + 183. Condition err & (65U /* 1 | 0x40 */), taking true branch. + 193. Condition err & (65U /* 1 | 0x40 */), taking true branch. + 215. Condition err & (65U /* 1 | 0x40 */), taking false branch. +1857 if (err & (PARSE_ERR_TOOLARGE|PARSE_ERR_OVERLAP)) { +1858 outlinesize = (outlen + 1023) & -1024; + 194. freed_arg: my_realloc2 frees outline. [show details] +1859 outline = my_realloc2(outline, outlinesize); + 127. Condition outline == NULL, taking false branch. + 154. Condition outline == NULL, taking false branch. + 163. Condition outline == NULL, taking true branch. + 184. Condition outline == NULL, taking false branch. + 195. Condition outline == NULL, taking true branch. +1860 if (outline == NULL) { +1861 ha_alert(""parsing [%s:%d]: line too long, cannot allocate memory.\n"", +1862 file, linenum); +1863 err_code |= ERR_ALERT | ERR_FATAL; +1864 fatal++; + 164. Jumping to label next_line. + 196. Jumping to label next_line. +1865 goto next_line; +1866 } +1867 /* try again */ + 128. Continuing loop. + 155. Continuing loop. + 185. Continuing loop. +1868 continue; +1869 } +1870 + 216. Condition err & 2, taking false branch. +1871 if (err & PARSE_ERR_TOOMANY) { +1872 /* only check this *after* being sure the output is allocated */ +1873 ha_alert(""parsing [%s:%d]: too many words, truncating after word %d, position %ld: <%s>.\n"", +1874 file, linenum, MAX_LINE_ARGS, (long)(args[MAX_LINE_ARGS-1] - outline + 1), args[MAX_LINE_ARGS-1]); +1875 err_code |= ERR_ALERT | ERR_FATAL; +1876 fatal++; +1877 goto next_line; +1878 } +1879 +1880 /* everything's OK */ + 217. Breaking from loop. +1881 break; +1882 } +1883 +1884 /* empty line */ + +CID 1469673 (#1 of 1): Read from pointer after free (USE_AFTER_FREE) +218. deref_after_free: Dereferencing freed pointer *args. +1885 if (!**args) +1886 continue; +1887 +``` + + +### Additional Information + +_No response_ + +### Output of `haproxy -vv` + +```plain +no +``` +",1.0,"src/cfgparse.c: use after free suspected by coverity - ### Tool Name and Version + +coverity + +### Code Report + +```plain +1685int readcfgfile(const char *file) +1686{ +1687 char *thisline = NULL; +1688 int linesize = LINESIZE; +1689 FILE *f = NULL; +1690 int linenum = 0; +1691 int err_code = 0; +1692 struct cfg_section *cs = NULL, *pcs = NULL; +1693 struct cfg_section *ics; +1694 int readbytes = 0; +1695 char *outline = NULL; +1696 size_t outlen = 0; +1697 size_t outlinesize = 0; +1698 int fatal = 0; +1699 int missing_lf = -1; +1700 int nested_cond_lvl = 0; +1701 enum nested_cond_state nested_conds[MAXNESTEDCONDS]; +1702 int non_global_section_parsed = 0; +1703 char *errmsg = NULL; +1704 +1705 global.cfg_curr_line = 0; +1706 global.cfg_curr_file = file; +1707 + 1. Condition (thisline = malloc(1UL /* sizeof (*thisline) */ * linesize)) == NULL, taking false branch. +1708 if ((thisline = malloc(sizeof(*thisline) * linesize)) == NULL) { +1709 ha_alert(""Out of memory trying to allocate a buffer for a configuration line.\n""); +1710 err_code = -1; +1711 goto err; +1712 } +1713 + 2. Condition (f = fopen(file, ""r"")) == NULL, taking false branch. +1714 if ((f = fopen(file,""r"")) == NULL) { +1715 err_code = -1; +1716 goto err; +1717 } +1718 +1719 /* change to the new dir if required */ + 3. Condition !cfg_apply_default_path(file, NULL, &errmsg), taking false branch. +1720 if (!cfg_apply_default_path(file, NULL, &errmsg)) { +1721 ha_alert(""parsing [%s:%d]: failed to apply default-path: %s.\n"", file, linenum, errmsg); +1722 free(errmsg); +1723 err_code = -1; +1724 goto err; +1725 } +1726 +1727next_line: + 4. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 11. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 18. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 25. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 32. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 45. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 52. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 59. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 72. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 88. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 101. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 108. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 135. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 165. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. + 197. Condition fgets(thisline + readbytes, linesize - readbytes, f) != NULL, taking true branch. +1728 while (fgets(thisline + readbytes, linesize - readbytes, f) != NULL) { +1729 int arg, kwm = KWM_STD; +1730 char *end; +1731 char *args[MAX_LINE_ARGS + 1]; +1732 char *line = thisline; +1733 + 5. Condition missing_lf != -1, taking false branch. + 12. Condition missing_lf != -1, taking false branch. + 19. Condition missing_lf != -1, taking false branch. + 26. Condition missing_lf != -1, taking false branch. + 33. Condition missing_lf != -1, taking false branch. + 46. Condition missing_lf != -1, taking false branch. + 53. Condition missing_lf != -1, taking false branch. + 60. Condition missing_lf != -1, taking false branch. + 73. Condition missing_lf != -1, taking false branch. + 89. Condition missing_lf != -1, taking false branch. + 102. Condition missing_lf != -1, taking false branch. + 109. Condition missing_lf != -1, taking false branch. + 136. Condition missing_lf != -1, taking false branch. + 166. Condition missing_lf != -1, taking false branch. + 198. Condition missing_lf != -1, taking false branch. +1734 if (missing_lf != -1) { +1735 ha_alert(""parsing [%s:%d]: Stray NUL character at position %d.\n"", +1736 file, linenum, (missing_lf + 1)); +1737 err_code |= ERR_ALERT | ERR_FATAL; +1738 missing_lf = -1; +1739 break; +1740 } +1741 +1742 linenum++; +1743 global.cfg_curr_line = linenum; +1744 + 6. Condition fatal >= 50, taking false branch. + 13. Condition fatal >= 50, taking false branch. + 20. Condition fatal >= 50, taking false branch. + 27. Condition fatal >= 50, taking false branch. + 34. Condition fatal >= 50, taking false branch. + 47. Condition fatal >= 50, taking false branch. + 54. Condition fatal >= 50, taking false branch. + 61. Condition fatal >= 50, taking false branch. + 74. Condition fatal >= 50, taking false branch. + 90. Condition fatal >= 50, taking false branch. + 103. Condition fatal >= 50, taking false branch. + 110. Condition fatal >= 50, taking false branch. + 137. Condition fatal >= 50, taking false branch. + 167. Condition fatal >= 50, taking false branch. + 199. Condition fatal >= 50, taking false branch. +1745 if (fatal >= 50) { +1746 ha_alert(""parsing [%s:%d]: too many fatal errors (%d), stopping now.\n"", file, linenum, fatal); +1747 break; +1748 } +1749 +1750 end = line + strlen(line); +1751 + 7. Condition end - line == linesize - 1, taking true branch. + 8. Condition *(end - 1) != 10, taking true branch. + 14. Condition end - line == linesize - 1, taking true branch. + 15. Condition *(end - 1) != 10, taking true branch. + 21. Condition end - line == linesize - 1, taking true branch. + 22. Condition *(end - 1) != 10, taking true branch. + 28. Condition end - line == linesize - 1, taking true branch. + 29. Condition *(end - 1) != 10, taking true branch. + 35. Condition end - line == linesize - 1, taking true branch. + 36. Condition *(end - 1) != 10, taking false branch. + 48. Condition end - line == linesize - 1, taking true branch. + 49. Condition *(end - 1) != 10, taking true branch. + 55. Condition end - line == linesize - 1, taking true branch. + 56. Condition *(end - 1) != 10, taking true branch. + 62. Condition end - line == linesize - 1, taking true branch. + 63. Condition *(end - 1) != 10, taking false branch. + 75. Condition end - line == linesize - 1, taking true branch. + 76. Condition *(end - 1) != 10, taking false branch. + 91. Condition end - line == linesize - 1, taking true branch. + 92. Condition *(end - 1) != 10, taking false branch. + 104. Condition end - line == linesize - 1, taking true branch. + 105. Condition *(end - 1) != 10, taking true branch. + 111. Condition end - line == linesize - 1, taking true branch. + 112. Condition *(end - 1) != 10, taking false branch. + 138. Condition end - line == linesize - 1, taking true branch. + 139. Condition *(end - 1) != 10, taking false branch. + 168. Condition end - line == linesize - 1, taking true branch. + 169. Condition *(end - 1) != 10, taking false branch. + 200. Condition end - line == linesize - 1, taking true branch. + 201. Condition *(end - 1) != 10, taking false branch. +1752 if (end-line == linesize-1 && *(end-1) != '\n') { +1753 /* Check if we reached the limit and the last char is not \n. +1754 * Watch out for the last line without the terminating '\n'! +1755 */ +1756 char *newline; +1757 int newlinesize = linesize * 2; +1758 +1759 newline = realloc(thisline, sizeof(*thisline) * newlinesize); + 9. Condition newline == NULL, taking false branch. + 16. Condition newline == NULL, taking false branch. + 23. Condition newline == NULL, taking true branch. + 30. Condition newline == NULL, taking true branch. + 50. Condition newline == NULL, taking false branch. + 57. Condition newline == NULL, taking false branch. + 106. Condition newline == NULL, taking false branch. +1760 if (newline == NULL) { +1761 ha_alert(""parsing [%s:%d]: line too long, cannot allocate memory.\n"", +1762 file, linenum); +1763 err_code |= ERR_ALERT | ERR_FATAL; +1764 fatal++; +1765 linenum--; + 24. Continuing loop. + 31. Continuing loop. +1766 continue; +1767 } +1768 +1769 readbytes = linesize - 1; +1770 linesize = newlinesize; +1771 thisline = newline; +1772 linenum--; + 10. Continuing loop. + 17. Continuing loop. + 51. Continuing loop. + 58. Continuing loop. + 107. Continuing loop. +1773 continue; +1774 } +1775 +1776 readbytes = 0; +1777 + 37. Condition end > line, taking true branch. + 38. Condition *(end - 1) == 10, taking true branch. + 64. Condition end > line, taking true branch. + 65. Condition *(end - 1) == 10, taking true branch. + 77. Condition end > line, taking true branch. + 78. Condition *(end - 1) == 10, taking true branch. + 93. Condition end > line, taking true branch. + 94. Condition *(end - 1) == 10, taking true branch. + 113. Condition end > line, taking true branch. + 114. Condition *(end - 1) == 10, taking true branch. + 140. Condition end > line, taking true branch. + 141. Condition *(end - 1) == 10, taking true branch. + 170. Condition end > line, taking true branch. + 171. Condition *(end - 1) == 10, taking true branch. + 202. Condition end > line, taking true branch. + 203. Condition *(end - 1) == 10, taking true branch. +1778 if (end > line && *(end-1) == '\n') { +1779 /* kill trailing LF */ +1780 *(end - 1) = 0; + 39. Falling through to end of if statement. + 66. Falling through to end of if statement. + 79. Falling through to end of if statement. + 95. Falling through to end of if statement. + 115. Falling through to end of if statement. + 142. Falling through to end of if statement. + 172. Falling through to end of if statement. + 204. Falling through to end of if statement. +1781 } +1782 else { +1783 /* mark this line as truncated */ +1784 missing_lf = end - line; +1785 } +1786 +1787 /* skip leading spaces */ + 40. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking true branch. + 42. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. + 67. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking true branch. + 69. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. + 80. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. + 96. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking true branch. + 98. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. + 116. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking true branch. + 118. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. + 143. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking true branch. + 145. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. + 173. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking true branch. + 175. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. + 205. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking true branch. + 207. Condition *__ctype_b_loc()[(int)(unsigned char)*line] & 8192 /* (unsigned short)_ISspace */, taking false branch. +1788 while (isspace((unsigned char)*line)) + 41. Jumping back to the beginning of the loop. + 68. Jumping back to the beginning of the loop. + 97. Jumping back to the beginning of the loop. + 117. Jumping back to the beginning of the loop. + 144. Jumping back to the beginning of the loop. + 174. Jumping back to the beginning of the loop. + 206. Jumping back to the beginning of the loop. +1789 line++; +1790 + 43. Condition *line == '[', taking true branch. + 70. Condition *line == '[', taking true branch. + 81. Condition *line == '[', taking false branch. + 99. Condition *line == '[', taking true branch. + 119. Condition *line == '[', taking false branch. + 146. Condition *line == '[', taking false branch. + 176. Condition *line == '[', taking false branch. + 208. Condition *line == '[', taking false branch. +1791 if (*line == '[') {/* This is the beginning if a scope */ +1792 err_code |= cfg_parse_scope(file, linenum, line); + 44. Jumping to label next_line. + 71. Jumping to label next_line. + 100. Jumping to label next_line. +1793 goto next_line; +1794 } +1795 + 82. Condition 1, taking true branch. + 120. Condition 1, taking true branch. + 129. Condition 1, taking true branch. + 147. Condition 1, taking true branch. + 156. Condition 1, taking true branch. + 177. Condition 1, taking true branch. + 186. Condition 1, taking true branch. + 209. Condition 1, taking true branch. +1796 while (1) { +1797 uint32_t err; +1798 const char *errptr; +1799 +1800 arg = sizeof(args) / sizeof(*args); +1801 outlen = outlinesize; + CID 1429926 (2): Dereference after null check (FORWARD_NULL) [select issue] + 187. identity_transfer: Passing outline as argument 2 to function parse_line, which sets *args to that argument. [show details] +1802 err = parse_line(line, outline, &outlen, args, &arg, +1803 PARSE_OPT_ENV | PARSE_OPT_DQUOTE | PARSE_OPT_SQUOTE | +1804 PARSE_OPT_BKSLASH | PARSE_OPT_SHARP | PARSE_OPT_WORD_EXPAND, +1805 &errptr); +1806 + 83. Condition err & 4, taking false branch. + 121. Condition err & 4, taking false branch. + 130. Condition err & 4, taking false branch. + 148. Condition err & 4, taking false branch. + 157. Condition err & 4, taking false branch. + 178. Condition err & 4, taking false branch. + 188. Condition err & 4, taking false branch. + 210. Condition err & 4, taking false branch. +1807 if (err & PARSE_ERR_QUOTE) { +1808 size_t newpos = sanitize_for_printing(line, errptr - line, 80); +1809 +1810 ha_alert(""parsing [%s:%d]: unmatched quote at position %d:\n"" +1811 "" %s\n %*s\n"", file, linenum, (int)(errptr-thisline+1), line, (int)(newpos+1), ""^""); +1812 err_code |= ERR_ALERT | ERR_FATAL; +1813 fatal++; +1814 goto next_line; +1815 } +1816 + 84. Condition err & 8, taking false branch. + 122. Condition err & 8, taking false branch. + 131. Condition err & 8, taking false branch. + 149. Condition err & 8, taking false branch. + 158. Condition err & 8, taking false branch. + 179. Condition err & 8, taking false branch. + 189. Condition err & 8, taking false branch. + 211. Condition err & 8, taking false branch. +1817 if (err & PARSE_ERR_BRACE) { +1818 size_t newpos = sanitize_for_printing(line, errptr - line, 80); +1819 +1820 ha_alert(""parsing [%s:%d]: unmatched brace in environment variable name at position %d:\n"" +1821 "" %s\n %*s\n"", file, linenum, (int)(errptr-thisline+1), line, (int)(newpos+1), ""^""); +1822 err_code |= ERR_ALERT | ERR_FATAL; +1823 fatal++; +1824 goto next_line; +1825 } +1826 + 85. Condition err & 32, taking false branch. + 123. Condition err & 32, taking false branch. + 132. Condition err & 32, taking false branch. + 150. Condition err & 32, taking false branch. + 159. Condition err & 32, taking false branch. + 180. Condition err & 32, taking false branch. + 190. Condition err & 32, taking false branch. + 212. Condition err & 32, taking false branch. +1827 if (err & PARSE_ERR_VARNAME) { +1828 size_t newpos = sanitize_for_printing(line, errptr - line, 80); +1829 +1830 ha_alert(""parsing [%s:%d]: forbidden first char in environment variable name at position %d:\n"" +1831 "" %s\n %*s\n"", file, linenum, (int)(errptr-thisline+1), line, (int)(newpos+1), ""^""); +1832 err_code |= ERR_ALERT | ERR_FATAL; +1833 fatal++; +1834 goto next_line; +1835 } +1836 + 86. Condition err & 16, taking true branch. + 124. Condition err & 16, taking false branch. + 133. Condition err & 16, taking true branch. + 151. Condition err & 16, taking false branch. + 160. Condition err & 16, taking false branch. + 181. Condition err & 16, taking false branch. + 191. Condition err & 16, taking false branch. + 213. Condition err & 16, taking false branch. +1837 if (err & PARSE_ERR_HEX) { +1838 size_t newpos = sanitize_for_printing(line, errptr - line, 80); +1839 +1840 ha_alert(""parsing [%s:%d]: truncated or invalid hexadecimal sequence at position %d:\n"" +1841 "" %s\n %*s\n"", file, linenum, (int)(errptr-thisline+1), line, (int)(newpos+1), ""^""); +1842 err_code |= ERR_ALERT | ERR_FATAL; +1843 fatal++; + 87. Jumping to label next_line. + 134. Jumping to label next_line. +1844 goto next_line; +1845 } +1846 + 125. Condition err & 128, taking false branch. + 152. Condition err & 128, taking false branch. + 161. Condition err & 128, taking false branch. + 182. Condition err & 128, taking false branch. + 192. Condition err & 128, taking false branch. + 214. Condition err & 128, taking false branch. +1847 if (err & PARSE_ERR_WRONG_EXPAND) { +1848 size_t newpos = sanitize_for_printing(line, errptr - line, 80); +1849 +1850 ha_alert(""parsing [%s:%d]: truncated or invalid word expansion sequence at position %d:\n"" +1851 "" %s\n %*s\n"", file, linenum, (int)(errptr-thisline+1), line, (int)(newpos+1), ""^""); +1852 err_code |= ERR_ALERT | ERR_FATAL; +1853 fatal++; +1854 goto next_line; +1855 } +1856 + 126. Condition err & (65U /* 1 | 0x40 */), taking true branch. + 153. Condition err & (65U /* 1 | 0x40 */), taking true branch. + 162. Condition err & (65U /* 1 | 0x40 */), taking true branch. + 183. Condition err & (65U /* 1 | 0x40 */), taking true branch. + 193. Condition err & (65U /* 1 | 0x40 */), taking true branch. + 215. Condition err & (65U /* 1 | 0x40 */), taking false branch. +1857 if (err & (PARSE_ERR_TOOLARGE|PARSE_ERR_OVERLAP)) { +1858 outlinesize = (outlen + 1023) & -1024; + 194. freed_arg: my_realloc2 frees outline. [show details] +1859 outline = my_realloc2(outline, outlinesize); + 127. Condition outline == NULL, taking false branch. + 154. Condition outline == NULL, taking false branch. + 163. Condition outline == NULL, taking true branch. + 184. Condition outline == NULL, taking false branch. + 195. Condition outline == NULL, taking true branch. +1860 if (outline == NULL) { +1861 ha_alert(""parsing [%s:%d]: line too long, cannot allocate memory.\n"", +1862 file, linenum); +1863 err_code |= ERR_ALERT | ERR_FATAL; +1864 fatal++; + 164. Jumping to label next_line. + 196. Jumping to label next_line. +1865 goto next_line; +1866 } +1867 /* try again */ + 128. Continuing loop. + 155. Continuing loop. + 185. Continuing loop. +1868 continue; +1869 } +1870 + 216. Condition err & 2, taking false branch. +1871 if (err & PARSE_ERR_TOOMANY) { +1872 /* only check this *after* being sure the output is allocated */ +1873 ha_alert(""parsing [%s:%d]: too many words, truncating after word %d, position %ld: <%s>.\n"", +1874 file, linenum, MAX_LINE_ARGS, (long)(args[MAX_LINE_ARGS-1] - outline + 1), args[MAX_LINE_ARGS-1]); +1875 err_code |= ERR_ALERT | ERR_FATAL; +1876 fatal++; +1877 goto next_line; +1878 } +1879 +1880 /* everything's OK */ + 217. Breaking from loop. +1881 break; +1882 } +1883 +1884 /* empty line */ + +CID 1469673 (#1 of 1): Read from pointer after free (USE_AFTER_FREE) +218. deref_after_free: Dereferencing freed pointer *args. +1885 if (!**args) +1886 continue; +1887 +``` + + +### Additional Information + +_No response_ + +### Output of `haproxy -vv` + +```plain +no +``` +",0,src cfgparse c use after free suspected by coverity tool name and version coverity code report plain readcfgfile const char file char thisline null int linesize linesize file f null int linenum int err code struct cfg section cs null pcs null struct cfg section ics int readbytes char outline null size t outlen size t outlinesize int fatal int missing lf int nested cond lvl enum nested cond state nested conds int non global section parsed char errmsg null global cfg curr line global cfg curr file file condition thisline malloc sizeof thisline linesize null taking false branch if thisline malloc sizeof thisline linesize null ha alert out of memory trying to allocate a buffer for a configuration line n err code goto err condition f fopen file r null taking false branch if f fopen file r null err code goto err change to the new dir if required condition cfg apply default path file null errmsg taking false branch if cfg apply default path file null errmsg ha alert parsing failed to apply default path s n file linenum errmsg free errmsg err code goto err line condition fgets thisline readbytes linesize readbytes f null taking true branch condition fgets thisline readbytes linesize readbytes f null taking true branch condition fgets thisline readbytes linesize readbytes f null taking true branch condition fgets thisline readbytes linesize readbytes f null taking true branch condition fgets thisline readbytes linesize readbytes f null taking true branch condition fgets thisline readbytes linesize readbytes f null taking true branch condition fgets thisline readbytes linesize readbytes f null taking true branch condition fgets thisline readbytes linesize readbytes f null taking true branch condition fgets thisline readbytes linesize readbytes f null taking true branch condition fgets thisline readbytes linesize readbytes f null taking true branch condition fgets thisline readbytes linesize readbytes f null taking true branch condition fgets thisline readbytes linesize readbytes f null taking true branch condition fgets thisline readbytes linesize readbytes f null taking true branch condition fgets thisline readbytes linesize readbytes f null taking true branch condition fgets thisline readbytes linesize readbytes f null taking true branch while fgets thisline readbytes linesize readbytes f null int arg kwm kwm std char end char args char line thisline condition missing lf taking false branch condition missing lf taking false branch condition missing lf taking false branch condition missing lf taking false branch condition missing lf taking false branch condition missing lf taking false branch condition missing lf taking false branch condition missing lf taking false branch condition missing lf taking false branch condition missing lf taking false branch condition missing lf taking false branch condition missing lf taking false branch condition missing lf taking false branch condition missing lf taking false branch condition missing lf taking false branch if missing lf ha alert parsing stray nul character at position d n file linenum missing lf err code err alert err fatal missing lf break linenum global cfg curr line linenum condition fatal taking false branch condition fatal taking false branch condition fatal taking false branch condition fatal taking false branch condition fatal taking false branch condition fatal taking false branch condition fatal taking false branch condition fatal taking false branch condition fatal taking false branch condition fatal taking false branch condition fatal taking false branch condition fatal taking false branch condition fatal taking false branch condition fatal taking false branch condition fatal taking false branch if fatal ha alert parsing too many fatal errors d stopping now n file linenum fatal break end line strlen line condition end line linesize taking true branch condition end taking true branch condition end line linesize taking true branch condition end taking true branch condition end line linesize taking true branch condition end taking true branch condition end line linesize taking true branch condition end taking true branch condition end line linesize taking true branch condition end taking false branch condition end line linesize taking true branch condition end taking true branch condition end line linesize taking true branch condition end taking true branch condition end line linesize taking true branch condition end taking false branch condition end line linesize taking true branch condition end taking false branch condition end line linesize taking true branch condition end taking false branch condition end line linesize taking true branch condition end taking true branch condition end line linesize taking true branch condition end taking false branch condition end line linesize taking true branch condition end taking false branch condition end line linesize taking true branch condition end taking false branch condition end line linesize taking true branch condition end taking false branch if end line linesize end n check if we reached the limit and the last char is not n watch out for the last line without the terminating n char newline int newlinesize linesize newline realloc thisline sizeof thisline newlinesize condition newline null taking false branch condition newline null taking false branch condition newline null taking true branch condition newline null taking true branch condition newline null taking false branch condition newline null taking false branch condition newline null taking false branch if newline null ha alert parsing line too long cannot allocate memory n file linenum err code err alert err fatal fatal linenum continuing loop continuing loop continue readbytes linesize linesize newlinesize thisline newline linenum continuing loop continuing loop continuing loop continuing loop continuing loop continue readbytes condition end line taking true branch condition end taking true branch condition end line taking true branch condition end taking true branch condition end line taking true branch condition end taking true branch condition end line taking true branch condition end taking true branch condition end line taking true branch condition end taking true branch condition end line taking true branch condition end taking true branch condition end line taking true branch condition end taking true branch condition end line taking true branch condition end taking true branch if end line end n kill trailing lf end falling through to end of if statement falling through to end of if statement falling through to end of if statement falling through to end of if statement falling through to end of if statement falling through to end of if statement falling through to end of if statement falling through to end of if statement else mark this line as truncated missing lf end line skip leading spaces condition ctype b loc unsigned short isspace taking true branch condition ctype b loc unsigned short isspace taking false branch condition ctype b loc unsigned short isspace taking true branch condition ctype b loc unsigned short isspace taking false branch condition ctype b loc unsigned short isspace taking false branch condition ctype b loc unsigned short isspace taking true branch condition ctype b loc unsigned short isspace taking false branch condition ctype b loc unsigned short isspace taking true branch condition ctype b loc unsigned short isspace taking false branch condition ctype b loc unsigned short isspace taking true branch condition ctype b loc unsigned short isspace taking false branch condition ctype b loc unsigned short isspace taking true branch condition ctype b loc unsigned short isspace taking false branch condition ctype b loc unsigned short isspace taking true branch condition ctype b loc unsigned short isspace taking false branch while isspace unsigned char line jumping back to the beginning of the loop jumping back to the beginning of the loop jumping back to the beginning of the loop jumping back to the beginning of the loop jumping back to the beginning of the loop jumping back to the beginning of the loop jumping back to the beginning of the loop line condition line taking true branch condition line taking true branch condition line taking false branch condition line taking true branch condition line taking false branch condition line taking false branch condition line taking false branch condition line taking false branch if line this is the beginning if a scope err code cfg parse scope file linenum line jumping to label next line jumping to label next line jumping to label next line goto next line condition taking true branch condition taking true branch condition taking true branch condition taking true branch condition taking true branch condition taking true branch condition taking true branch condition taking true branch while t err const char errptr arg sizeof args sizeof args outlen outlinesize cid dereference after null check forward null identity transfer passing outline as argument to function parse line which sets args to that argument err parse line line outline outlen args arg parse opt env parse opt dquote parse opt squote parse opt bkslash parse opt sharp parse opt word expand errptr condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch if err parse err quote size t newpos sanitize for printing line errptr line ha alert parsing unmatched quote at position d n s n s n file linenum int errptr thisline line int newpos err code err alert err fatal fatal goto next line condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch if err parse err brace size t newpos sanitize for printing line errptr line ha alert parsing unmatched brace in environment variable name at position d n s n s n file linenum int errptr thisline line int newpos err code err alert err fatal fatal goto next line condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch if err parse err varname size t newpos sanitize for printing line errptr line ha alert parsing forbidden first char in environment variable name at position d n s n s n file linenum int errptr thisline line int newpos err code err alert err fatal fatal goto next line condition err taking true branch condition err taking false branch condition err taking true branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch if err parse err hex size t newpos sanitize for printing line errptr line ha alert parsing truncated or invalid hexadecimal sequence at position d n s n s n file linenum int errptr thisline line int newpos err code err alert err fatal fatal jumping to label next line jumping to label next line goto next line condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch condition err taking false branch if err parse err wrong expand size t newpos sanitize for printing line errptr line ha alert parsing truncated or invalid word expansion sequence at position d n s n s n file linenum int errptr thisline line int newpos err code err alert err fatal fatal goto next line condition err taking true branch condition err taking true branch condition err taking true branch condition err taking true branch condition err taking true branch condition err taking false branch if err parse err toolarge parse err overlap outlinesize outlen freed arg my frees outline outline my outline outlinesize condition outline null taking false branch condition outline null taking false branch condition outline null taking true branch condition outline null taking false branch condition outline null taking true branch if outline null ha alert parsing line too long cannot allocate memory n file linenum err code err alert err fatal fatal jumping to label next line jumping to label next line goto next line try again continuing loop continuing loop continuing loop continue condition err taking false branch if err parse err toomany only check this after being sure the output is allocated ha alert parsing too many words truncating after word d position ld n file linenum max line args long args outline args err code err alert err fatal fatal goto next line everything s ok breaking from loop break empty line cid of read from pointer after free use after free deref after free dereferencing freed pointer args if args continue additional information no response output of haproxy vv plain no ,0 +5567,12705529449.0,IssuesEvent,2020-06-23 04:56:06,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,SignalR - Realtime Web Dashboard,Pri2 architecture-center/svc assigned-to-author doc-enhancement solution-idea/subsvc triaged," +It would be great if you can enhance this documentation with implementation details, pricing guidance, code examples, etc. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ec994a02-c71a-8dea-8994-eb8c1e5e2992 +* Version Independent ID: 2520c9c8-9d28-dd38-fa05-2c748b20ed8c +* Content: [Real-time Web Dashboard - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-web-dashboard) +* Content Source: [docs/solution-ideas/articles/real-time-web-dashboard.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/real-time-web-dashboard.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"SignalR - Realtime Web Dashboard - +It would be great if you can enhance this documentation with implementation details, pricing guidance, code examples, etc. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ec994a02-c71a-8dea-8994-eb8c1e5e2992 +* Version Independent ID: 2520c9c8-9d28-dd38-fa05-2c748b20ed8c +* Content: [Real-time Web Dashboard - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-web-dashboard) +* Content Source: [docs/solution-ideas/articles/real-time-web-dashboard.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/real-time-web-dashboard.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,signalr realtime web dashboard it would be great if you can enhance this documentation with implementation details pricing guidance code examples etc document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +186839,6743017407.0,IssuesEvent,2017-10-20 10:09:16,CS2103AUG2017-W09-B3/main,https://api.github.com/repos/CS2103AUG2017-W09-B3/main,closed,"As a lazy user, I want to add a tag to multiple persons",priority.high status.completed type.enhancement,"...so that I can save time. + +- Command class implementation +- Update Parser +- JUnit test + + +",1.0,"As a lazy user, I want to add a tag to multiple persons - ...so that I can save time. + +- Command class implementation +- Update Parser +- JUnit test + + +",0,as a lazy user i want to add a tag to multiple persons so that i can save time command class implementation update parser junit test ,0 +7700,18894930616.0,IssuesEvent,2021-11-15 16:50:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Terraform code example for baseline AKS architecture ,assigned-to-author triaged product-question architecture-center/svc reference-architecture/subsvc Pri3,"For https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks#network-topology, is there a Terraform code reference for the implementation that would create all needed resources? What’s the list of subscriptions required for this implementation? + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks#network-topology) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/containers/aks/secure-baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",2.0,"Terraform code example for baseline AKS architecture - For https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks#network-topology, is there a Terraform code reference for the implementation that would create all needed resources? What’s the list of subscriptions required for this implementation? + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks#network-topology) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/containers/aks/secure-baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,terraform code example for baseline aks architecture for is there a terraform code reference for the implementation that would create all needed resources what’s the list of subscriptions required for this implementation document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias pnp ,1 +211727,16357714673.0,IssuesEvent,2021-05-14 02:44:59,microsoft/AzureStorageExplorer,https://api.github.com/repos/microsoft/AzureStorageExplorer,closed,The failed activity log shows blank when dragging and dropping one file to the ‘Versions’ view,:beetle: regression :gear: blobs :heavy_check_mark: merged 🧪 testing,"**Storage Explorer Version**: 1.20.0-dev +**Build Number**: 20210512.2 +**Branch**: main +**Platform/OS**: Windows 10/ Linux Ubuntu 18.04/ MacOS Big Sur 11.3 +**Architecture**: ia32/x64 +**How found**: From running test case +**Regression From**: Previous build (20210508.4) + +## Steps to Reproduce ## +1. Expand one Non-ADLS Gen2 storage account -> Blob Containers. +2. Open one blob container -> Upload one blob. +3. Right click the blob -> Select 'Manage History -> Manage Versions'. +4. Drag and drop one file to the 'Versions' view. +5. Check whether the failed activity log shows normal. + +## Expected Experience ## +The failed activity log shows normal. +![image](https://user-images.githubusercontent.com/41351993/117927503-de090c80-b32c-11eb-96d2-ba8419ed7cfd.png) + + +## Actual Experience ## +The failed activity log shows blank. +![image](https://user-images.githubusercontent.com/41351993/117927494-dc3f4900-b32c-11eb-9a8d-78b334fb4764.png)",1.0,"The failed activity log shows blank when dragging and dropping one file to the ‘Versions’ view - **Storage Explorer Version**: 1.20.0-dev +**Build Number**: 20210512.2 +**Branch**: main +**Platform/OS**: Windows 10/ Linux Ubuntu 18.04/ MacOS Big Sur 11.3 +**Architecture**: ia32/x64 +**How found**: From running test case +**Regression From**: Previous build (20210508.4) + +## Steps to Reproduce ## +1. Expand one Non-ADLS Gen2 storage account -> Blob Containers. +2. Open one blob container -> Upload one blob. +3. Right click the blob -> Select 'Manage History -> Manage Versions'. +4. Drag and drop one file to the 'Versions' view. +5. Check whether the failed activity log shows normal. + +## Expected Experience ## +The failed activity log shows normal. +![image](https://user-images.githubusercontent.com/41351993/117927503-de090c80-b32c-11eb-96d2-ba8419ed7cfd.png) + + +## Actual Experience ## +The failed activity log shows blank. +![image](https://user-images.githubusercontent.com/41351993/117927494-dc3f4900-b32c-11eb-9a8d-78b334fb4764.png)",0,the failed activity log shows blank when dragging and dropping one file to the ‘versions’ view storage explorer version dev build number branch main platform os windows linux ubuntu macos big sur architecture how found from running test case regression from previous build steps to reproduce expand one non adls storage account blob containers open one blob container upload one blob right click the blob select manage history manage versions drag and drop one file to the versions view check whether the failed activity log shows normal expected experience the failed activity log shows normal actual experience the failed activity log shows blank ,0 +6653,14986931877.0,IssuesEvent,2021-01-28 22:00:17,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Reverse admin sync guidance,Pri2 architecture-center/svc assigned-to-author doc-enhancement triaged well-architected/subsvc," +Recommending reversing the guidance regarding separating on-prem and cloud-only accounts. The guidance is to avoid synching cloud-only accounts to on-prem vs the recommendation should be avoid synching on-prem admins to cloud-only. As stated, AAD Connect has a default rule that won't sync an admin account (admincount = 1 I believe), but another poor practice I've seen is a customer has an additional on-prem NON-admin account that is synced to AAD as a global admin. + +Looking at it from cloud-only to on-prem doesn't happen frequently and not even show how this would be setup, guess custom AAD rule? Either way, not common. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ee907a51-a7f2-16b6-7c61-e5b09f14229f +* Version Independent ID: 4725a038-dcf1-efee-bc9e-86d3322d52d0 +* Content: [Security with identity and access management (IAM) in Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/Security/design-identity#dont-synchronize-on-premises-admin-accounts-to-cloud-identity-providers) +* Content Source: [docs/framework/security/design-identity.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/design-identity.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1.0,"Reverse admin sync guidance - +Recommending reversing the guidance regarding separating on-prem and cloud-only accounts. The guidance is to avoid synching cloud-only accounts to on-prem vs the recommendation should be avoid synching on-prem admins to cloud-only. As stated, AAD Connect has a default rule that won't sync an admin account (admincount = 1 I believe), but another poor practice I've seen is a customer has an additional on-prem NON-admin account that is synced to AAD as a global admin. + +Looking at it from cloud-only to on-prem doesn't happen frequently and not even show how this would be setup, guess custom AAD rule? Either way, not common. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ee907a51-a7f2-16b6-7c61-e5b09f14229f +* Version Independent ID: 4725a038-dcf1-efee-bc9e-86d3322d52d0 +* Content: [Security with identity and access management (IAM) in Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/Security/design-identity#dont-synchronize-on-premises-admin-accounts-to-cloud-identity-providers) +* Content Source: [docs/framework/security/design-identity.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/design-identity.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,reverse admin sync guidance recommending reversing the guidance regarding separating on prem and cloud only accounts the guidance is to avoid synching cloud only accounts to on prem vs the recommendation should be avoid synching on prem admins to cloud only as stated aad connect has a default rule that won t sync an admin account admincount i believe but another poor practice i ve seen is a customer has an additional on prem non admin account that is synced to aad as a global admin looking at it from cloud only to on prem doesn t happen frequently and not even show how this would be setup guess custom aad rule either way not common document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id efee content content source service architecture center sub service well architected github login pagewriter msft microsoft alias pnp ,1 +9740,25135456133.0,IssuesEvent,2022-11-09 18:12:26,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,7lowa lpage,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f02ce282-99fb-660f-5429-63464639425c +* Version Independent ID: f78d5883-88d5-091e-24b9-318aeea0f168 +* Content: [AKS container CI/CD with Jenkins and Kubernetes - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/container-cicd-using-jenkins-and-kubernetes-on-azure-container-service) +* Content Source: [docs/solution-ideas/articles/container-cicd-using-jenkins-and-kubernetes-on-azure-container-service.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/container-cicd-using-jenkins-and-kubernetes-on-azure-container-service.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"7lowa lpage - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f02ce282-99fb-660f-5429-63464639425c +* Version Independent ID: f78d5883-88d5-091e-24b9-318aeea0f168 +* Content: [AKS container CI/CD with Jenkins and Kubernetes - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/container-cicd-using-jenkins-and-kubernetes-on-azure-container-service) +* Content Source: [docs/solution-ideas/articles/container-cicd-using-jenkins-and-kubernetes-on-azure-container-service.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/container-cicd-using-jenkins-and-kubernetes-on-azure-container-service.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1, lpage document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias pnp ,1 +5926,13303376114.0,IssuesEvent,2020-08-25 15:26:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing icons,Pri2 architecture-center/svc assigned-to-author doc-enhancement triaged,"The IoT Icon set is woefully incomplete. + +At a minimum the following services are missing: + +- IoT Hub +- IoT DPS +- IoT Edge +- Azure Sphere +- Azure RTOS +- Azure Digital Twins +- Azure Time Series Insights + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Missing icons - The IoT Icon set is woefully incomplete. + +At a minimum the following services are missing: + +- IoT Hub +- IoT DPS +- IoT Edge +- Azure Sphere +- Azure RTOS +- Azure Digital Twins +- Azure Time Series Insights + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,missing icons the iot icon set is woefully incomplete at a minimum the following services are missing iot hub iot dps iot edge azure sphere azure rtos azure digital twins azure time series insights document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +9091,24037052073.0,IssuesEvent,2022-09-15 20:14:24,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,suitable store for storing large datasets of CSV files that also support parallel operations?,assigned-to-author triaged product-question architecture-center/svc cloud-fundamentals/subsvc Pri2," +What might be a suitable store for storing large datasets of CSV files that also support parallel operations? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5ac957c-9568-b3f0-d79e-72a36439bee9 +* Version Independent ID: e89413dd-8815-3d38-d7f0-6a6d0268db1e +* Content: [Processing CSV and JSON files - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/scenarios/csv-and-json#feedback) +* Content Source: [docs/data-guide/scenarios/csv-and-json.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/scenarios/csv-and-json.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"suitable store for storing large datasets of CSV files that also support parallel operations? - +What might be a suitable store for storing large datasets of CSV files that also support parallel operations? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5ac957c-9568-b3f0-d79e-72a36439bee9 +* Version Independent ID: e89413dd-8815-3d38-d7f0-6a6d0268db1e +* Content: [Processing CSV and JSON files - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/scenarios/csv-and-json#feedback) +* Content Source: [docs/data-guide/scenarios/csv-and-json.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/scenarios/csv-and-json.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,suitable store for storing large datasets of csv files that also support parallel operations what might be a suitable store for storing large datasets of csv files that also support parallel operations document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login zoinertejada microsoft alias pnp ,1 +5390,12423394466.0,IssuesEvent,2020-05-24 05:15:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Updated Articles links return 404 error,Pri1 architecture-center/svc cxp doc-enhancement triaged,"Clicking any of the ""New Article"" or ""Updated Articles"" links on this page result in 404 errors. +Tried Edge Chromium and Google Chrome on Windows 10 and Chrome on Android. +Navigating to other pages in the Architecture centre seem to be fine. + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0dd7bc22-da10-1d3b-ba22-7d5e374be441 +* Version Independent ID: 9f466c91-adc7-0489-5b1e-17633d27c98c +* Content: [What's New in the Azure Architecture Center - Azure Architecture Center](https://docs.microsoft.com/en-gb/azure/architecture/changelog#feedback) +* Content Source: [docs/changelog.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/changelog.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Updated Articles links return 404 error - Clicking any of the ""New Article"" or ""Updated Articles"" links on this page result in 404 errors. +Tried Edge Chromium and Google Chrome on Windows 10 and Chrome on Android. +Navigating to other pages in the Architecture centre seem to be fine. + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0dd7bc22-da10-1d3b-ba22-7d5e374be441 +* Version Independent ID: 9f466c91-adc7-0489-5b1e-17633d27c98c +* Content: [What's New in the Azure Architecture Center - Azure Architecture Center](https://docs.microsoft.com/en-gb/azure/architecture/changelog#feedback) +* Content Source: [docs/changelog.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/changelog.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,updated articles links return error clicking any of the new article or updated articles links on this page result in errors tried edge chromium and google chrome on windows and chrome on android navigating to other pages in the architecture centre seem to be fine document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +11096,27997738098.0,IssuesEvent,2023-03-27 09:36:06,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"""trusted hosts""",doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"Why on earth are you introducing the phrase ""trusted hosts"" in this context? Bad writing. + + + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 428e4625-191f-a050-ec58-60fd2dddff86 +* Version Independent ID: 3a4e385e-5761-3633-1ddf-46e1878b420d +* Content: [Gatekeeper pattern - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/gatekeeper) +* Content Source: [docs/patterns/gatekeeper.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/gatekeeper.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"""trusted hosts"" - Why on earth are you introducing the phrase ""trusted hosts"" in this context? Bad writing. + + + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 428e4625-191f-a050-ec58-60fd2dddff86 +* Version Independent ID: 3a4e385e-5761-3633-1ddf-46e1878b420d +* Content: [Gatekeeper pattern - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/gatekeeper) +* Content Source: [docs/patterns/gatekeeper.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/gatekeeper.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1, trusted hosts why on earth are you introducing the phrase trusted hosts in this context bad writing document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures ,1 +4896,11809503628.0,IssuesEvent,2020-03-19 15:03:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Can you add GCP as well?,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-idea triaged,"Would be nice if you can add GCP as well here. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1.0,"Can you add GCP as well? - Would be nice if you can add GCP as well here. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1,can you add gcp as well would be nice if you can add gcp as well here document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login jasrobe microsoft alias pnp ,1 +100357,12516733093.0,IssuesEvent,2020-06-03 09:53:07,ajency/Finaegis-Backend,https://api.github.com/repos/ajency/Finaegis-Backend,opened,"Bank Details - If no IFSC code is provided, the field gets right aligned",Android Application Design Issue Must do Version - 0.0.9,"**Describe the issue** +If no IFSC code is provided, the field gets right-aligned + +**Steps** +In Mock API - do not send any value for IFSC +Refresh app and open Bank Details + +**Screenshots** +![image](https://user-images.githubusercontent.com/52652632/83622558-c74f2700-a5ad-11ea-923c-69a6e4c6980b.png) + + +Reference: +![image](https://user-images.githubusercontent.com/52652632/83622507-b7374780-a5ad-11ea-91ec-a84047ea34a4.png) +",1.0,"Bank Details - If no IFSC code is provided, the field gets right aligned - **Describe the issue** +If no IFSC code is provided, the field gets right-aligned + +**Steps** +In Mock API - do not send any value for IFSC +Refresh app and open Bank Details + +**Screenshots** +![image](https://user-images.githubusercontent.com/52652632/83622558-c74f2700-a5ad-11ea-923c-69a6e4c6980b.png) + + +Reference: +![image](https://user-images.githubusercontent.com/52652632/83622507-b7374780-a5ad-11ea-91ec-a84047ea34a4.png) +",0,bank details if no ifsc code is provided the field gets right aligned describe the issue if no ifsc code is provided the field gets right aligned steps in mock api do not send any value for ifsc refresh app and open bank details screenshots reference ,0 +24346,2667329305.0,IssuesEvent,2015-03-22 14:14:17,NewCreature/EOF,https://api.github.com/repos/NewCreature/EOF,opened,Feature request for locking a chart/difficulty,enhancement imported Priority-Low,"_From [raynebc](https://code.google.com/u/raynebc/) on May 20, 2010 13:12:02_ + +I think it would be useful to have a checkbox toward the top of the EOF +window that when checked would block edit operations that would affect the +contents of the difficulty, even if the operation is carried out in another +difficulty. + +For example, if I locked Expert>Drums, I shouldn't be able to +add/delete/move notes to that track. I also shouldn't be able to move +anchors in Expert>Guitar, because that would affect the drum track. + +Perhaps locking the anchors should be separate though, because otherwise it +could be annoying to sync first and then try to place notes. + +_Original issue: http://code.google.com/p/editor-on-fire/issues/detail?id=92_",1.0,"Feature request for locking a chart/difficulty - _From [raynebc](https://code.google.com/u/raynebc/) on May 20, 2010 13:12:02_ + +I think it would be useful to have a checkbox toward the top of the EOF +window that when checked would block edit operations that would affect the +contents of the difficulty, even if the operation is carried out in another +difficulty. + +For example, if I locked Expert>Drums, I shouldn't be able to +add/delete/move notes to that track. I also shouldn't be able to move +anchors in Expert>Guitar, because that would affect the drum track. + +Perhaps locking the anchors should be separate though, because otherwise it +could be annoying to sync first and then try to place notes. + +_Original issue: http://code.google.com/p/editor-on-fire/issues/detail?id=92_",0,feature request for locking a chart difficulty from on may i think it would be useful to have a checkbox toward the top of the eof window that when checked would block edit operations that would affect the contents of the difficulty even if the operation is carried out in another difficulty for example if i locked expert drums i shouldn t be able to add delete move notes to that track i also shouldn t be able to move anchors in expert guitar because that would affect the drum track perhaps locking the anchors should be separate though because otherwise it could be annoying to sync first and then try to place notes original issue ,0 +90290,10677787663.0,IssuesEvent,2019-10-21 16:01:11,crybapp/library,https://api.github.com/repos/crybapp/library,opened,JavaScript style guide,documentation,"We should have some sort of JavaScript style guide for Cryb so we can make sure things stay consistent. + +We could make our own ESLint configuration of sorts to use, or we could use Prettier and make our own configuration for that as well. + +/cc @williamsthing would this be a good idea?",1.0,"JavaScript style guide - We should have some sort of JavaScript style guide for Cryb so we can make sure things stay consistent. + +We could make our own ESLint configuration of sorts to use, or we could use Prettier and make our own configuration for that as well. + +/cc @williamsthing would this be a good idea?",0,javascript style guide we should have some sort of javascript style guide for cryb so we can make sure things stay consistent we could make our own eslint configuration of sorts to use or we could use prettier and make our own configuration for that as well cc williamsthing would this be a good idea ,0 +37205,8230635361.0,IssuesEvent,2018-09-07 13:35:14,mozilla/addons-frontend,https://api.github.com/repos/mozilla/addons-frontend,opened,Storybook peer dependency warning,component: code quality priority: p3 storybook,"For some reasons, I see the following warning when running `yarn`: + +``` +warning "" > @storybook/react@3.4.10"" has unmet peer dependency ""babel-runtime@>=6.0.0"". +``` +",1.0,"Storybook peer dependency warning - For some reasons, I see the following warning when running `yarn`: + +``` +warning "" > @storybook/react@3.4.10"" has unmet peer dependency ""babel-runtime@>=6.0.0"". +``` +",0,storybook peer dependency warning for some reasons i see the following warning when running yarn warning storybook react has unmet peer dependency babel runtime ,0 +210030,23731047011.0,IssuesEvent,2022-08-31 01:45:34,classicvalues/upgraded-chainsaw,https://api.github.com/repos/classicvalues/upgraded-chainsaw,closed,CVE-2020-11023 (Medium) detected in jquery-1.11.1.min.js - autoclosed,security vulnerability,"## CVE-2020-11023 - Medium Severity Vulnerability +
Vulnerable Library - jquery-1.11.1.min.js

+ +

JavaScript library for DOM operations

+

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js

+

Path to dependency file: /Application/node_modules/nedb/browser-version/test/testPersistence2.html

+

Path to vulnerable library: /Application/node_modules/nedb/browser-version/test/jquery.min.js

+

+ +Dependency Hierarchy: + - :x: **jquery-1.11.1.min.js** (Vulnerable Library) +

Found in HEAD commit: 9a5559b7528253743816ed85ffb5603b1a4f5ec8

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing

Publish Date: 2020-04-29 +

URL: CVE-2020-11023

+

+
+

+
CVSS 3 Score Details (6.1) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/jquery/jquery/security/advisories/GHSA-jpcq-cgw6-v4j6,https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md#440

+

Release Date: 2020-04-29

+

Fix Resolution: jquery - 3.5.0;jquery-rails - 4.4.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2020-11023 (Medium) detected in jquery-1.11.1.min.js - autoclosed - ## CVE-2020-11023 - Medium Severity Vulnerability +
Vulnerable Library - jquery-1.11.1.min.js

+ +

JavaScript library for DOM operations

+

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js

+

Path to dependency file: /Application/node_modules/nedb/browser-version/test/testPersistence2.html

+

Path to vulnerable library: /Application/node_modules/nedb/browser-version/test/jquery.min.js

+

+ +Dependency Hierarchy: + - :x: **jquery-1.11.1.min.js** (Vulnerable Library) +

Found in HEAD commit: 9a5559b7528253743816ed85ffb5603b1a4f5ec8

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing

Publish Date: 2020-04-29 +

URL: CVE-2020-11023

+

+
+

+
CVSS 3 Score Details (6.1) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/jquery/jquery/security/advisories/GHSA-jpcq-cgw6-v4j6,https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md#440

+

Release Date: 2020-04-29

+

Fix Resolution: jquery - 3.5.0;jquery-rails - 4.4.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in jquery min js autoclosed cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file application node modules nedb browser version test html path to vulnerable library application node modules nedb browser version test jquery min js dependency hierarchy x jquery min js vulnerable library found in head commit a href found in base branch master vulnerability details in jquery versions greater than or equal to and before passing html containing elements from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery 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 jquery jquery rails step up your open source security game with mend ,0 +53445,6320663750.0,IssuesEvent,2017-07-25 02:38:13,dotnet/corefx,https://api.github.com/repos/dotnet/corefx,closed,System.Net.Tests.HttpRequestStreamTests.CanWrite_Get_ReturnsFalse and CanRead_Get_ReturnsFalse fails on UAPAOT: NotSupported_UnwritableStream/NotSupported_UnreadableStream,area-System.Net bug disabled-test os-windows-uwp,"``` +System.Net.Tests.HttpRequestStreamTests.CanWrite_Get_ReturnsFalse [FAIL] + Assert.Throws() Failure + Expected: typeof(System.InvalidOperationException) + Actual: typeof(System.NotSupportedException): NotSupported_UnwritableStream. For more information, visit http://go.microsoft.com/fwlink/?Lin + kId=623485 + Stack Trace: + at xunit.console.netcore!+0xa35f68 + at System.Net.Tests.HttpRequestStreamTests.<>c__DisplayClass16_0.b__1() + + +System.Net.Tests.HttpResponseStreamTests.CanRead_Get_ReturnsFalse [FAIL] + Assert.Throws() Failure + Expected: typeof(System.InvalidOperationException) + Actual: typeof(System.NotSupportedException): NotSupported_UnreadableStream. For more information, visit http://go.microsoft.com/fwlink/?Lin + kId=623485 + Stack Trace: + at xunit.console.netcore!+0xb41398 + at System.Net.Tests.HttpResponseStreamTests.<>c__DisplayClass12_0.b__1() + System.Net.Tests.HttpResponseStreamTests.Write_NullBuffer_ThrowsArgumentNullException [FAIL] + +```",1.0,"System.Net.Tests.HttpRequestStreamTests.CanWrite_Get_ReturnsFalse and CanRead_Get_ReturnsFalse fails on UAPAOT: NotSupported_UnwritableStream/NotSupported_UnreadableStream - ``` +System.Net.Tests.HttpRequestStreamTests.CanWrite_Get_ReturnsFalse [FAIL] + Assert.Throws() Failure + Expected: typeof(System.InvalidOperationException) + Actual: typeof(System.NotSupportedException): NotSupported_UnwritableStream. For more information, visit http://go.microsoft.com/fwlink/?Lin + kId=623485 + Stack Trace: + at xunit.console.netcore!+0xa35f68 + at System.Net.Tests.HttpRequestStreamTests.<>c__DisplayClass16_0.b__1() + + +System.Net.Tests.HttpResponseStreamTests.CanRead_Get_ReturnsFalse [FAIL] + Assert.Throws() Failure + Expected: typeof(System.InvalidOperationException) + Actual: typeof(System.NotSupportedException): NotSupported_UnreadableStream. For more information, visit http://go.microsoft.com/fwlink/?Lin + kId=623485 + Stack Trace: + at xunit.console.netcore!+0xb41398 + at System.Net.Tests.HttpResponseStreamTests.<>c__DisplayClass12_0.b__1() + System.Net.Tests.HttpResponseStreamTests.Write_NullBuffer_ThrowsArgumentNullException [FAIL] + +```",0,system net tests httprequeststreamtests canwrite get returnsfalse and canread get returnsfalse fails on uapaot notsupported unwritablestream notsupported unreadablestream system net tests httprequeststreamtests canwrite get returnsfalse assert throws failure expected typeof system invalidoperationexception actual typeof system notsupportedexception notsupported unwritablestream for more information visit kid stack trace at xunit console netcore at system net tests httprequeststreamtests c b system net tests httpresponsestreamtests canread get returnsfalse assert throws failure expected typeof system invalidoperationexception actual typeof system notsupportedexception notsupported unreadablestream for more information visit kid stack trace at xunit console netcore at system net tests httpresponsestreamtests c b system net tests httpresponsestreamtests write nullbuffer throwsargumentnullexception ,0 +134799,10932291675.0,IssuesEvent,2019-11-23 16:42:07,annoviko/pyclustering,https://api.github.com/repos/annoviko/pyclustering,closed,[Testing] Unstable tests,Testing,"A lot of unstable tests appeared for algorithm with random internal mechanisms. Here is a list of unstable tests. All new discovered unstable tests will be placed here. + +- FAIL: testBicClusterAllocationSampleSimple10WithoutInitialByCore (pyclustering.cluster.tests.integration.it_xmeans.XmeansIntegrationTest). +- FAIL: test_elbow_simple_05 (pyclustering.cluster.tests.unit.ut_elbow.elbow_unit_test). AssertionError: Expected: 'True', Actual: 'False', Info: '4: [3, 6, 3, 3, 3, 5, 3, 5, 3, 3]'. **Appearance: 2**. +- FAIL: test_elbow_simple_03 (pyclustering.cluster.tests.integration.it_elbow.elbow_integration_test). AssertionError: Expected: 'True', Actual: 'False', Info: '4: [3, 3, 3, 3, 3, 3, 3, 3, 3, 3]'. +- FAIL: test_elbow_simple_12 (pyclustering.cluster.tests.unit.ut_elbow.elbow_unit_test). AssertionError: Expected: 'True', Actual: 'False', Info: '3: [2, 7, 2, 2, 2, 2, 2, 2, 2, 2]'. +- FAIL: test4Center16DataClustering (pyclustering.cluster.tests.unit.ut_ga.GeneticAlgorithmClusteringUnitTest). AssertionError: 24.600000000000001 != 24.0. +- FAIL: testBicWrongStartClusterAllocationSampleSimple3ByCore. assert len(centers) == len(expected_cluster_length); AssertionError. **Appearance: 3**. +- FAIL: testBicWrongStartClusterAllocationSampleSimple4ByCore (pyclustering.cluster.tests.integration.it_xmeans.XmeansIntegrationTest). AssertionError: assert len(centers) == len(expected_cluster_length). +- FAIL: test_correct_ksearch_simple03_kmedians (pyclustering.cluster.tests.integration.it_silhouette.silhouette_integration_tests). AssertionError: assert Expected: 'True', Actual: 'False'. +- FAIL: test_correct_ksearch_simple09 (pyclustering.cluster.tests.unit.ut_silhouette.silhouette_unit_tests). AssertionError: Expected: 'True', Actual: 'False'.",1.0,"[Testing] Unstable tests - A lot of unstable tests appeared for algorithm with random internal mechanisms. Here is a list of unstable tests. All new discovered unstable tests will be placed here. + +- FAIL: testBicClusterAllocationSampleSimple10WithoutInitialByCore (pyclustering.cluster.tests.integration.it_xmeans.XmeansIntegrationTest). +- FAIL: test_elbow_simple_05 (pyclustering.cluster.tests.unit.ut_elbow.elbow_unit_test). AssertionError: Expected: 'True', Actual: 'False', Info: '4: [3, 6, 3, 3, 3, 5, 3, 5, 3, 3]'. **Appearance: 2**. +- FAIL: test_elbow_simple_03 (pyclustering.cluster.tests.integration.it_elbow.elbow_integration_test). AssertionError: Expected: 'True', Actual: 'False', Info: '4: [3, 3, 3, 3, 3, 3, 3, 3, 3, 3]'. +- FAIL: test_elbow_simple_12 (pyclustering.cluster.tests.unit.ut_elbow.elbow_unit_test). AssertionError: Expected: 'True', Actual: 'False', Info: '3: [2, 7, 2, 2, 2, 2, 2, 2, 2, 2]'. +- FAIL: test4Center16DataClustering (pyclustering.cluster.tests.unit.ut_ga.GeneticAlgorithmClusteringUnitTest). AssertionError: 24.600000000000001 != 24.0. +- FAIL: testBicWrongStartClusterAllocationSampleSimple3ByCore. assert len(centers) == len(expected_cluster_length); AssertionError. **Appearance: 3**. +- FAIL: testBicWrongStartClusterAllocationSampleSimple4ByCore (pyclustering.cluster.tests.integration.it_xmeans.XmeansIntegrationTest). AssertionError: assert len(centers) == len(expected_cluster_length). +- FAIL: test_correct_ksearch_simple03_kmedians (pyclustering.cluster.tests.integration.it_silhouette.silhouette_integration_tests). AssertionError: assert Expected: 'True', Actual: 'False'. +- FAIL: test_correct_ksearch_simple09 (pyclustering.cluster.tests.unit.ut_silhouette.silhouette_unit_tests). AssertionError: Expected: 'True', Actual: 'False'.",0, unstable tests a lot of unstable tests appeared for algorithm with random internal mechanisms here is a list of unstable tests all new discovered unstable tests will be placed here fail pyclustering cluster tests integration it xmeans xmeansintegrationtest fail test elbow simple pyclustering cluster tests unit ut elbow elbow unit test assertionerror expected true actual false info appearance fail test elbow simple pyclustering cluster tests integration it elbow elbow integration test assertionerror expected true actual false info fail test elbow simple pyclustering cluster tests unit ut elbow elbow unit test assertionerror expected true actual false info fail pyclustering cluster tests unit ut ga geneticalgorithmclusteringunittest assertionerror fail assert len centers len expected cluster length assertionerror appearance fail pyclustering cluster tests integration it xmeans xmeansintegrationtest assertionerror assert len centers len expected cluster length fail test correct ksearch kmedians pyclustering cluster tests integration it silhouette silhouette integration tests assertionerror assert expected true actual false fail test correct ksearch pyclustering cluster tests unit ut silhouette silhouette unit tests assertionerror expected true actual false ,0 +825978,31494221740.0,IssuesEvent,2023-08-31 00:01:07,brave/brave-browser,https://api.github.com/repos/brave/brave-browser,closed,[Playlist] Show favicon and thumbnail on Player,priority/P3 QA/No release-notes/exclude features/playlist OS/Desktop,"- [x] Favicon should be next to the title +- [x] Set blurry thumbnail as background to controls area + +Source thread: https://www.figma.com/file/RxyQnpxi9qtf5HmnAj1yH0?node-id=1742:22307&mode=dev#538507109",1.0,"[Playlist] Show favicon and thumbnail on Player - - [x] Favicon should be next to the title +- [x] Set blurry thumbnail as background to controls area + +Source thread: https://www.figma.com/file/RxyQnpxi9qtf5HmnAj1yH0?node-id=1742:22307&mode=dev#538507109",0, show favicon and thumbnail on player favicon should be next to the title set blurry thumbnail as background to controls area source thread ,0 +5757,13110591441.0,IssuesEvent,2020-08-04 20:58:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Small correction ,Pri2 architecture-center/svc assigned-to-author doc-bug solution-idea/subsvc triaged," +[Enter feedback here] +In the diagram , it shows BC2 instead of B2C. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a8c8a5bf-e3a5-3e47-51d9-a15364f8e38b +* Version Independent ID: 419a15fd-abf6-31de-f64b-627cc4466650 +* Content: [Commerce Chatbot - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/commerce-chatbot) +* Content Source: [docs/solution-ideas/articles/commerce-chatbot.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/commerce-chatbot.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Small correction - +[Enter feedback here] +In the diagram , it shows BC2 instead of B2C. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a8c8a5bf-e3a5-3e47-51d9-a15364f8e38b +* Version Independent ID: 419a15fd-abf6-31de-f64b-627cc4466650 +* Content: [Commerce Chatbot - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/commerce-chatbot) +* Content Source: [docs/solution-ideas/articles/commerce-chatbot.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/commerce-chatbot.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,small correction in the diagram it shows instead of document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +289143,24963936289.0,IssuesEvent,2022-11-01 17:44:50,GQDeltex/ft_transcendence,https://api.github.com/repos/GQDeltex/ft_transcendence,opened,Testing Chat Blocking,Testing,"- [ ] can block +- [ ] can unblock +- [ ] cannot block someone that you have already blocked +- [ ] Does not see messages from users they have blocked +- [ ] ????Should not receive messages on channel from that user???? (_This way, they will see no more +messages from the account they blocked._) +- [ ] cannot unblock someone that is not blocked",1.0,"Testing Chat Blocking - - [ ] can block +- [ ] can unblock +- [ ] cannot block someone that you have already blocked +- [ ] Does not see messages from users they have blocked +- [ ] ????Should not receive messages on channel from that user???? (_This way, they will see no more +messages from the account they blocked._) +- [ ] cannot unblock someone that is not blocked",0,testing chat blocking can block can unblock cannot block someone that you have already blocked does not see messages from users they have blocked should not receive messages on channel from that user this way they will see no more messages from the account they blocked cannot unblock someone that is not blocked,0 +60292,14533660256.0,IssuesEvent,2020-12-15 01:05:52,jgeraigery/hadoop,https://api.github.com/repos/jgeraigery/hadoop,opened,CVE-2020-7792 (High) detected in mout-0.9.1.tgz,security vulnerability,"## CVE-2020-7792 - High Severity Vulnerability +
Vulnerable Library - mout-0.9.1.tgz

+ +

Modular Utilities

+

Library home page: https://registry.npmjs.org/mout/-/mout-0.9.1.tgz

+

Path to dependency file: hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/package.json

+

Path to vulnerable library: hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/node_modules/mout/package.json

+

+ +Dependency Hierarchy: + - ember-cli-1.13.14.tgz (Root Library) + - bower-config-0.6.1.tgz + - :x: **mout-0.9.1.tgz** (Vulnerable Library) +

Found in base branch: trunk

+

+
+

+
Vulnerability Details +

+ +This affects all versions of package mout. The deepFillIn function can be used to 'fill missing properties recursively', while the deepMixIn 'mixes objects into the target object, recursively mixing existing child objects as well'. In both cases, the key used to access the target object recursively is not checked, leading to a Prototype Pollution. + +

Publish Date: 2020-12-11 +

URL: CVE-2020-7792

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+ +",True,"CVE-2020-7792 (High) detected in mout-0.9.1.tgz - ## CVE-2020-7792 - High Severity Vulnerability +
Vulnerable Library - mout-0.9.1.tgz

+ +

Modular Utilities

+

Library home page: https://registry.npmjs.org/mout/-/mout-0.9.1.tgz

+

Path to dependency file: hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/package.json

+

Path to vulnerable library: hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/node_modules/mout/package.json

+

+ +Dependency Hierarchy: + - ember-cli-1.13.14.tgz (Root Library) + - bower-config-0.6.1.tgz + - :x: **mout-0.9.1.tgz** (Vulnerable Library) +

Found in base branch: trunk

+

+
+

+
Vulnerability Details +

+ +This affects all versions of package mout. The deepFillIn function can be used to 'fill missing properties recursively', while the deepMixIn 'mixes objects into the target object, recursively mixing existing child objects as well'. In both cases, the key used to access the target object recursively is not checked, leading to a Prototype Pollution. + +

Publish Date: 2020-12-11 +

URL: CVE-2020-7792

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+ +",0,cve high detected in mout tgz cve high severity vulnerability vulnerable library mout tgz modular utilities library home page a href path to dependency file hadoop hadoop yarn project hadoop yarn hadoop yarn ui src main webapp package json path to vulnerable library hadoop hadoop yarn project hadoop yarn hadoop yarn ui src main webapp node modules mout package json dependency hierarchy ember cli tgz root library bower config tgz x mout tgz vulnerable library found in base branch trunk vulnerability details this affects all versions of package mout the deepfillin function can be used to fill missing properties recursively while the deepmixin mixes objects into the target object recursively mixing existing child objects as well in both cases the key used to access the target object recursively is not checked leading to a prototype pollution 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 isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails this affects all versions of package mout the deepfillin function can be used to missing properties recursively while the deepmixin objects into the target object recursively mixing existing child objects as well in both cases the key used to access the target object recursively is not checked leading to a prototype pollution vulnerabilityurl ,0 +65426,3228246417.0,IssuesEvent,2015-10-11 22:34:44,Eelviny/nxt-python,https://api.github.com/repos/Eelviny/nxt-python,closed,Desktop file incorrect,bug priority:medium,"``` +What steps will reproduce the problem? +1. Install nxt-python from trunk +2. Look for the nxt-filer desktop file +3. + +What is the expected output? What do you see instead? + +I expect to see it in some application category in the menu. I see it instead +in lost+found. + + +What version of nxt-python are you using? On what operating system? + +2.2.2 on Debian Linux. + +Please provide any additional information below. + +The last line of the desktop file I provided (see r 391) is incorrect. It's +missing a major category. Instead of: + +Categories=Application;FileTools;Electronics; + +it should be: + +Categories=Application;Utility;FileTools;Electronics; + + +``` + +Original issue reported on code.google.com by `sc...@kitterman.com` on 29 Jul 2013 at 8:40",1.0,"Desktop file incorrect - ``` +What steps will reproduce the problem? +1. Install nxt-python from trunk +2. Look for the nxt-filer desktop file +3. + +What is the expected output? What do you see instead? + +I expect to see it in some application category in the menu. I see it instead +in lost+found. + + +What version of nxt-python are you using? On what operating system? + +2.2.2 on Debian Linux. + +Please provide any additional information below. + +The last line of the desktop file I provided (see r 391) is incorrect. It's +missing a major category. Instead of: + +Categories=Application;FileTools;Electronics; + +it should be: + +Categories=Application;Utility;FileTools;Electronics; + + +``` + +Original issue reported on code.google.com by `sc...@kitterman.com` on 29 Jul 2013 at 8:40",0,desktop file incorrect what steps will reproduce the problem install nxt python from trunk look for the nxt filer desktop file what is the expected output what do you see instead i expect to see it in some application category in the menu i see it instead in lost found what version of nxt python are you using on what operating system on debian linux please provide any additional information below the last line of the desktop file i provided see r is incorrect it s missing a major category instead of categories application filetools electronics it should be categories application utility filetools electronics original issue reported on code google com by sc kitterman com on jul at ,0 +9121,24055701478.0,IssuesEvent,2022-09-16 16:38:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,mistake in flow chart,doc-bug assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc," +Selection flow chart has error +Selecting full flagged orchestration >> NO >> full flagged orchestration >> YES ? + + +![image](https://user-images.githubusercontent.com/56907911/114114270-e207d000-9923-11eb-9512-71c69e41011a.png) + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp** +![image](https://user-images.githubusercontent.com/56907911/114114278-e633ed80-9923-11eb-8a42-d40e41d6536f.png) +![Screenshot 2021-04-09 111025](https://user-images.githubusercontent.com/56907911/114114519-58a4cd80-9924-11eb-861e-b25b2418d702.jpg) +![Screenshot 2021-04-09 111025](https://user-images.githubusercontent.com/56907911/114114527-5e021800-9924-11eb-801e-ac896a199025.jpg) +",1.0,"mistake in flow chart - +Selection flow chart has error +Selecting full flagged orchestration >> NO >> full flagged orchestration >> YES ? + + +![image](https://user-images.githubusercontent.com/56907911/114114270-e207d000-9923-11eb-9512-71c69e41011a.png) + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp** +![image](https://user-images.githubusercontent.com/56907911/114114278-e633ed80-9923-11eb-8a42-d40e41d6536f.png) +![Screenshot 2021-04-09 111025](https://user-images.githubusercontent.com/56907911/114114519-58a4cd80-9924-11eb-861e-b25b2418d702.jpg) +![Screenshot 2021-04-09 111025](https://user-images.githubusercontent.com/56907911/114114527-5e021800-9924-11eb-801e-ac896a199025.jpg) +",1,mistake in flow chart selection flow chart has error selecting full flagged orchestration no full flagged orchestration yes document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login microsoft alias pnp ,1 +11290,29811614185.0,IssuesEvent,2023-06-16 15:28:45,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"""The solution"" = ""This article""?",assigned-to-author triaged product-question architecture-center/svc example-scenario/subsvc Pri2," +Please check the page here: https://learn.microsoft.com/en-us/azure/architecture/example-scenario/manufacturing/teamcenter-plm-netapp-files + +The beginning of the first sentence sounds confusing: ""**The solution** demonstrates how to use [Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-introduction) as a storage solution for Siemens Teamcenter product lifecycle management (PLM)."" + +Could it rather be ""**This article** demonstrates how to use [Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-introduction) as a storage solution for Siemens Teamcenter product lifecycle management (PLM)."" ? + +Best regards, +François + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 29a0e1ee-1e2a-9e03-db3f-904ce0b382de +* Version Independent ID: 29a0e1ee-1e2a-9e03-db3f-904ce0b382de +* Content: [Use Teamcenter PLM with Azure NetApp Files - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/manufacturing/teamcenter-plm-netapp-files) +* Content Source: [docs/example-scenario/manufacturing/teamcenter-plm-netapp-files.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/manufacturing/teamcenter-plm-netapp-files.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @gvanteylingen +* Microsoft Alias: **b-gevant**",1.0,"""The solution"" = ""This article""? - +Please check the page here: https://learn.microsoft.com/en-us/azure/architecture/example-scenario/manufacturing/teamcenter-plm-netapp-files + +The beginning of the first sentence sounds confusing: ""**The solution** demonstrates how to use [Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-introduction) as a storage solution for Siemens Teamcenter product lifecycle management (PLM)."" + +Could it rather be ""**This article** demonstrates how to use [Azure NetApp Files](https://learn.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-introduction) as a storage solution for Siemens Teamcenter product lifecycle management (PLM)."" ? + +Best regards, +François + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 29a0e1ee-1e2a-9e03-db3f-904ce0b382de +* Version Independent ID: 29a0e1ee-1e2a-9e03-db3f-904ce0b382de +* Content: [Use Teamcenter PLM with Azure NetApp Files - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/manufacturing/teamcenter-plm-netapp-files) +* Content Source: [docs/example-scenario/manufacturing/teamcenter-plm-netapp-files.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/manufacturing/teamcenter-plm-netapp-files.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @gvanteylingen +* Microsoft Alias: **b-gevant**",1, the solution this article please check the page here the beginning of the first sentence sounds confusing the solution demonstrates how to use as a storage solution for siemens teamcenter product lifecycle management plm could it rather be this article demonstrates how to use as a storage solution for siemens teamcenter product lifecycle management plm best regards françois document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login gvanteylingen microsoft alias b gevant ,1 +332991,10113805638.0,IssuesEvent,2019-07-30 17:38:07,mothur/mothur,https://api.github.com/repos/mothur/mothur,closed,Error in chimera.vsearch with v.1.42.3,Enhancement Priority Support,"Hi, + +I have an error when running `chimera.vsearch()` with the latest version of Mothur (v.1.42.3). However, when I use v.1.41.3, the function runs smoothly. +Here is the output (I replaced long names with `xxx`): + +``` +mothur > chimera.vsearch(fasta=all_MSA.fasta, count=all_MSA.count_table, dereplicate=t) + +Using 24 processors. +Using vsearch version v2.13.3. +Checking sequences from all_MSA.fasta ... + +/******************************************/ +Running command: split.groups(groups=xxxx,fasta=xxxx,count=xxxx) + +Removing group: R101 because all sequences have been removed. + +all_MSA.AJS4060.fasta +all_MSA.AJS4060.count_table +all_MSA.AJS4061.fasta +all_MSA.AJS4061.count_table +... +all_MSA.ntc_plate6.fasta +all_MSA.ntc_plate6.count_table + +/******************************************/ +should never get here, quitting + +[1] 20932 segmentation fault (core dumped) mothur +```",1.0,"Error in chimera.vsearch with v.1.42.3 - Hi, + +I have an error when running `chimera.vsearch()` with the latest version of Mothur (v.1.42.3). However, when I use v.1.41.3, the function runs smoothly. +Here is the output (I replaced long names with `xxx`): + +``` +mothur > chimera.vsearch(fasta=all_MSA.fasta, count=all_MSA.count_table, dereplicate=t) + +Using 24 processors. +Using vsearch version v2.13.3. +Checking sequences from all_MSA.fasta ... + +/******************************************/ +Running command: split.groups(groups=xxxx,fasta=xxxx,count=xxxx) + +Removing group: R101 because all sequences have been removed. + +all_MSA.AJS4060.fasta +all_MSA.AJS4060.count_table +all_MSA.AJS4061.fasta +all_MSA.AJS4061.count_table +... +all_MSA.ntc_plate6.fasta +all_MSA.ntc_plate6.count_table + +/******************************************/ +should never get here, quitting + +[1] 20932 segmentation fault (core dumped) mothur +```",0,error in chimera vsearch with v hi i have an error when running chimera vsearch with the latest version of mothur v however when i use v the function runs smoothly here is the output i replaced long names with xxx mothur chimera vsearch fasta all msa fasta count all msa count table dereplicate t using processors using vsearch version checking sequences from all msa fasta running command split groups groups xxxx fasta xxxx count xxxx removing group because all sequences have been removed all msa fasta all msa count table all msa fasta all msa count table all msa ntc fasta all msa ntc count table should never get here quitting segmentation fault core dumped mothur ,0 +307024,23178317637.0,IssuesEvent,2022-07-31 18:59:51,fga-eps-mds/2022-1-OiaAMoeda,https://api.github.com/repos/fga-eps-mds/2022-1-OiaAMoeda,closed,Sprint 7 - Revisão do documento de arquitetura,documentation,"# Descrição +Revisar o documento de arquitetura, com melhorias nos diagramas, e possíveis correções nas tecnologias utilizadas; + +# Tarefas +- [x] Revisar o documento. +- [x] Revisar o diagrama de pacotes. +- [x] Verificar as tecnologias utilizadas. + +# Critérios de aceitação +- [x] Documento revisado. + +",1.0,"Sprint 7 - Revisão do documento de arquitetura - # Descrição +Revisar o documento de arquitetura, com melhorias nos diagramas, e possíveis correções nas tecnologias utilizadas; + +# Tarefas +- [x] Revisar o documento. +- [x] Revisar o diagrama de pacotes. +- [x] Verificar as tecnologias utilizadas. + +# Critérios de aceitação +- [x] Documento revisado. + +",0,sprint revisão do documento de arquitetura descrição revisar o documento de arquitetura com melhorias nos diagramas e possíveis correções nas tecnologias utilizadas tarefas revisar o documento revisar o diagrama de pacotes verificar as tecnologias utilizadas critérios de aceitação documento revisado ,0 +10174,26459619271.0,IssuesEvent,2023-01-16 16:25:59,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Good,cxp needs-more-info triaged architecture-center/svc Pri1 azure-guide/subsvc," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Build solutions with availability zones - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/high-availability/building-solutions-for-high-availability.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1.0,"Good - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Build solutions with availability zones - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/high-availability/building-solutions-for-high-availability.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1,good document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login martinekuan microsoft alias architectures ,1 +4093,10567978909.0,IssuesEvent,2019-10-06 09:29:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Diagram,Pri1 architecture-center/svc assigned-to-author reference-architecture/subsvc triaged,"Who is the consumer of service discovery? +How the diagram is showing any possible service to service communication? + +This diagram is taken as it is by some readers and anything missing or represented not precisely in this document will lead to incorrect concept building in the mind of readers. +Please make this diagram little more mature and perfect. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fccd14ec-192a-ffd8-edec-4296998feb8b +* Version Independent ID: 2bac3769-2613-f739-4796-0737c7cd8919 +* Content: [Introduction to microservices architectures](https://docs.microsoft.com/en-us/azure/architecture/microservices/introduction#feedback) +* Content Source: [docs/microservices/introduction.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/introduction.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Diagram - Who is the consumer of service discovery? +How the diagram is showing any possible service to service communication? + +This diagram is taken as it is by some readers and anything missing or represented not precisely in this document will lead to incorrect concept building in the mind of readers. +Please make this diagram little more mature and perfect. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fccd14ec-192a-ffd8-edec-4296998feb8b +* Version Independent ID: 2bac3769-2613-f739-4796-0737c7cd8919 +* Content: [Introduction to microservices architectures](https://docs.microsoft.com/en-us/azure/architecture/microservices/introduction#feedback) +* Content Source: [docs/microservices/introduction.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/introduction.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,diagram who is the consumer of service discovery how the diagram is showing any possible service to service communication this diagram is taken as it is by some readers and anything missing or represented not precisely in this document will lead to incorrect concept building in the mind of readers please make this diagram little more mature and perfect document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id edec version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +367440,10853842963.0,IssuesEvent,2019-11-13 15:25:04,webcompat/web-bugs,https://api.github.com/repos/webcompat/web-bugs,closed,"www.armiusate.it - ""Secure Connection Failed"" error received when accessing the page",browser-fenix browser-firefox-mobile browser-focus-geckoview engine-gecko priority-normal severity-critical type-ssl," + + + + +**URL**: https://www.armiusate.it/ + +**Browser / Version**: Firefox Mobile 65.0 +**Operating System**: Android 8.0.0 +**Tested Another Browser**: Yes + +**Problem type**: Something else +**Description**: Security connection failed (https) +**Steps to Reproduce**: + + +
+Browser Configuration +
    +
  • None
  • +
+ +
+ +_From [webcompat.com](https://webcompat.com/) with ❤️_",1.0,"www.armiusate.it - ""Secure Connection Failed"" error received when accessing the page - + + + + +**URL**: https://www.armiusate.it/ + +**Browser / Version**: Firefox Mobile 65.0 +**Operating System**: Android 8.0.0 +**Tested Another Browser**: Yes + +**Problem type**: Something else +**Description**: Security connection failed (https) +**Steps to Reproduce**: + + +
+Browser Configuration +
    +
  • None
  • +
+ +
+ +_From [webcompat.com](https://webcompat.com/) with ❤️_",0, secure connection failed error received when accessing the page url browser version firefox mobile operating system android tested another browser yes problem type something else description security connection failed https steps to reproduce browser configuration none from with ❤️ ,0 +59552,17023159602.0,IssuesEvent,2021-07-03 00:38:30,tomhughes/trac-tickets,https://api.github.com/repos/tomhughes/trac-tickets,closed,"segments in near of ways appeared, often parallel, one node-end open",Component: api Priority: major Resolution: worksforme Type: defect,"**[Submitted to the original trac issue database at 3.24pm, Thursday, 10th May 2007]** + +In my area (Munich) appear after the big change segments in the near of ways. +I saw this behavior also in other parts of germany.(Berlin) +But in my part I am sure, last week it looked very well in josm. + +I used this week JOSM 231 and newer. + +Explanation is difficult. Therefore have a look to the attached screenshot. + + +",1.0,"segments in near of ways appeared, often parallel, one node-end open - **[Submitted to the original trac issue database at 3.24pm, Thursday, 10th May 2007]** + +In my area (Munich) appear after the big change segments in the near of ways. +I saw this behavior also in other parts of germany.(Berlin) +But in my part I am sure, last week it looked very well in josm. + +I used this week JOSM 231 and newer. + +Explanation is difficult. Therefore have a look to the attached screenshot. + + +",0,segments in near of ways appeared often parallel one node end open in my area munich appear after the big change segments in the near of ways i saw this behavior also in other parts of germany berlin but in my part i am sure last week it looked very well in josm i used this week josm and newer explanation is difficult therefore have a look to the attached screenshot ,0 +7070,16459450819.0,IssuesEvent,2021-05-21 16:39:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,not sure if i am violating any terms by creating a structurizr theme with the icons,architecture-center/svc assigned-to-author product-question triaged," +Hi, + +i am in the process of creating a theme for a tool called structurizr and I would like to use the icons provided in the theme. However, I am not sure if I am violating any rules by doing so. can you tell me if I am or not. if I am, I will take the repo down. + +i have included a readme in the repo with the proper attribution and included the terms in the repo too. +links: +https://structurizr.com/ +https://github.com/dgcaron/structurizr-azure-theme + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"not sure if i am violating any terms by creating a structurizr theme with the icons - +Hi, + +i am in the process of creating a theme for a tool called structurizr and I would like to use the icons provided in the theme. However, I am not sure if I am violating any rules by doing so. can you tell me if I am or not. if I am, I will take the repo down. + +i have included a readme in the repo with the proper attribution and included the terms in the repo too. +links: +https://structurizr.com/ +https://github.com/dgcaron/structurizr-azure-theme + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,not sure if i am violating any terms by creating a structurizr theme with the icons hi i am in the process of creating a theme for a tool called structurizr and i would like to use the icons provided in the theme however i am not sure if i am violating any rules by doing so can you tell me if i am or not if i am i will take the repo down i have included a readme in the repo with the proper attribution and included the terms in the repo too links document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +54584,6829214199.0,IssuesEvent,2017-11-08 23:21:05,byu-oit/home_d8,https://api.github.com/repos/byu-oit/home_d8,closed,adjust gender bar styling for small screens,Design Change enhancement,"Since height of bar never shrinks, lets just leave the male/female #s in the bar like they are at full width",1.0,"adjust gender bar styling for small screens - Since height of bar never shrinks, lets just leave the male/female #s in the bar like they are at full width",0,adjust gender bar styling for small screens since height of bar never shrinks lets just leave the male female s in the bar like they are at full width,0 +3901,10256534984.0,IssuesEvent,2019-08-21 17:54:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"""Plan"" button at the bottom links to Strategy page",Pri1 architecture-center/svc assigned-to-author doc-enhancement triaged,"The ""Plan"" button at the bottom links to Strategy page. This should probably link to the overview of the ""Plan"" section. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 218b42ff-1cf2-c31c-1a1a-59625eb9e09e +* Version Independent ID: ab742d17-9eba-2daa-c4fc-50b17a1e0eba +* Content: [Getting started with a cloud migration journey - Microsoft Cloud Adoption Framework for Azure](https://docs.microsoft.com/en-us/azure/architecture/cloud-adoption/getting-started/migrate) +* Content Source: [docs/cloud-adoption/getting-started/migrate.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/cloud-adoption/getting-started/migrate.md) +* Service: **architecture-center** +* GitHub Login: @BrianBlanchard +* Microsoft Alias: **pnp**",1.0,"""Plan"" button at the bottom links to Strategy page - The ""Plan"" button at the bottom links to Strategy page. This should probably link to the overview of the ""Plan"" section. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 218b42ff-1cf2-c31c-1a1a-59625eb9e09e +* Version Independent ID: ab742d17-9eba-2daa-c4fc-50b17a1e0eba +* Content: [Getting started with a cloud migration journey - Microsoft Cloud Adoption Framework for Azure](https://docs.microsoft.com/en-us/azure/architecture/cloud-adoption/getting-started/migrate) +* Content Source: [docs/cloud-adoption/getting-started/migrate.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/cloud-adoption/getting-started/migrate.md) +* Service: **architecture-center** +* GitHub Login: @BrianBlanchard +* Microsoft Alias: **pnp**",1, plan button at the bottom links to strategy page the plan button at the bottom links to strategy page this should probably link to the overview of the plan section document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login brianblanchard microsoft alias pnp ,1 +79550,3536234679.0,IssuesEvent,2016-01-17 04:02:16,numpy/numpy,https://api.github.com/repos/numpy/numpy,closed,Timezones and Datetime64,component: numpy.core priority: normal Proposal,"A new version of datetime64 dtype was added to numpy recently, and as of 1.7, is considered experimental. + +As of 1.7, datetime64 attempts to handle timezones by: + +- Assuming all datetime64 objects are in UTC +- Applying timezone offsets when parsing ISO 8601 strings +- Applying the Locale timezone offset when the ISO string does not specify a TZ. +- Applying the Locale timezone offset when printing, etc. + +(note that no timezone handling is done when converting to/from the stdlib datetime object) + +However, this behavior makes it very difficult to use datetime64 in a timezone agnostic way, or if you need to work with a timezone that is not the system Locale one. + +Complete and proper timezone management could be a very useful, but the current system is only useful in a few small cases, and makes common use cases very difficult. Good timezone handling is a large and difficult problem -- it is unclear whether numpy wants to take it on. + +There has been much discussion on the numpy mailing list, and a new datetime64 NEP is progress, but in the meantime, I propose we make the following changes to make datetime64 far more useful and less prone to error: + + * Assume that datetime64 is timezone ""naive"", as the standard library datetime object does -- it is up to the user to do any time zone offset conversions. + * Do not apply a timezone offset when converting to an ISO string + * Never use the Locale settings for anything, without the user explicitly asking for it. + * raise an exception when parsing an ISO 8601 string that has a timezone offset other than 0 (Z) + + + + +",1.0,"Timezones and Datetime64 - A new version of datetime64 dtype was added to numpy recently, and as of 1.7, is considered experimental. + +As of 1.7, datetime64 attempts to handle timezones by: + +- Assuming all datetime64 objects are in UTC +- Applying timezone offsets when parsing ISO 8601 strings +- Applying the Locale timezone offset when the ISO string does not specify a TZ. +- Applying the Locale timezone offset when printing, etc. + +(note that no timezone handling is done when converting to/from the stdlib datetime object) + +However, this behavior makes it very difficult to use datetime64 in a timezone agnostic way, or if you need to work with a timezone that is not the system Locale one. + +Complete and proper timezone management could be a very useful, but the current system is only useful in a few small cases, and makes common use cases very difficult. Good timezone handling is a large and difficult problem -- it is unclear whether numpy wants to take it on. + +There has been much discussion on the numpy mailing list, and a new datetime64 NEP is progress, but in the meantime, I propose we make the following changes to make datetime64 far more useful and less prone to error: + + * Assume that datetime64 is timezone ""naive"", as the standard library datetime object does -- it is up to the user to do any time zone offset conversions. + * Do not apply a timezone offset when converting to an ISO string + * Never use the Locale settings for anything, without the user explicitly asking for it. + * raise an exception when parsing an ISO 8601 string that has a timezone offset other than 0 (Z) + + + + +",0,timezones and a new version of dtype was added to numpy recently and as of is considered experimental as of attempts to handle timezones by assuming all objects are in utc applying timezone offsets when parsing iso strings applying the locale timezone offset when the iso string does not specify a tz applying the locale timezone offset when printing etc note that no timezone handling is done when converting to from the stdlib datetime object however this behavior makes it very difficult to use in a timezone agnostic way or if you need to work with a timezone that is not the system locale one complete and proper timezone management could be a very useful but the current system is only useful in a few small cases and makes common use cases very difficult good timezone handling is a large and difficult problem it is unclear whether numpy wants to take it on there has been much discussion on the numpy mailing list and a new nep is progress but in the meantime i propose we make the following changes to make far more useful and less prone to error assume that is timezone naive as the standard library datetime object does it is up to the user to do any time zone offset conversions do not apply a timezone offset when converting to an iso string never use the locale settings for anything without the user explicitly asking for it raise an exception when parsing an iso string that has a timezone offset other than z ,0 +428410,29984456374.0,IssuesEvent,2023-06-25 03:47:58,RimSort/RimSort,https://api.github.com/repos/RimSort/RimSort,closed,Implement community rules workflow,documentation enhancement,"- [x] Create tools for the management of an entirely separate, user contributable, independent-from-RimPy community rules. +- [x] Support `loadBottom` bool to add a tag to a mod's internal metadata indicating it is a ""tier 3 mod"" that should be forcefully loaded after everything else. This is pretty much exclusive for RocketMan. +- Moved to #122 + +This will serve as an alternative workflow to the RimPy Mod Manager `communityRules.json`",1.0,"Implement community rules workflow - - [x] Create tools for the management of an entirely separate, user contributable, independent-from-RimPy community rules. +- [x] Support `loadBottom` bool to add a tag to a mod's internal metadata indicating it is a ""tier 3 mod"" that should be forcefully loaded after everything else. This is pretty much exclusive for RocketMan. +- Moved to #122 + +This will serve as an alternative workflow to the RimPy Mod Manager `communityRules.json`",0,implement community rules workflow create tools for the management of an entirely separate user contributable independent from rimpy community rules support loadbottom bool to add a tag to a mod s internal metadata indicating it is a tier mod that should be forcefully loaded after everything else this is pretty much exclusive for rocketman moved to this will serve as an alternative workflow to the rimpy mod manager communityrules json ,0 +9228,24258329387.0,IssuesEvent,2022-09-27 19:54:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Are Azure Container Instances and Kubernetes swapped in the picture. ,assigned-to-author product-feedback triaged architecture-center/svc Pri2 guide/subsvc," +[Enter feedback here] + +Azure Kubernetes Service was originally the solution proposed when one has to support full-fledged orchestration. Has that changed recently? Also, for microservices with short lived, event driven processes, Azure Functions were proposed. Has that changed recently with the Azure App Service being proposed for the microservices architecture even though Azure Functions are still proposed for short lived, event driven processes. There is definitely some confusion here compared to what was proposed before this latest version of the decision tree came through. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Are Azure Container Instances and Kubernetes swapped in the picture. - +[Enter feedback here] + +Azure Kubernetes Service was originally the solution proposed when one has to support full-fledged orchestration. Has that changed recently? Also, for microservices with short lived, event driven processes, Azure Functions were proposed. Has that changed recently with the Azure App Service being proposed for the microservices architecture even though Azure Functions are still proposed for short lived, event driven processes. There is definitely some confusion here compared to what was proposed before this latest version of the decision tree came through. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,are azure container instances and kubernetes swapped in the picture azure kubernetes service was originally the solution proposed when one has to support full fledged orchestration has that changed recently also for microservices with short lived event driven processes azure functions were proposed has that changed recently with the azure app service being proposed for the microservices architecture even though azure functions are still proposed for short lived event driven processes there is definitely some confusion here compared to what was proposed before this latest version of the decision tree came through document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login microsoft alias pnp ,1 +9094,24037110031.0,IssuesEvent,2022-09-15 20:17:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure virtual network subnets link appears to be incorrect,doc-bug assigned-to-author triaged architecture-center/svc Pri2 well-architected/subsvc,"Resolves to https://almbok.com/office365/microsoft_cloud_it_architecture_resources which has nothing to do with the topic. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8f78e284-fb28-8ac2-0ce6-590b48c74a45 +* Version Independent ID: 3baed527-6023-bc26-d3f9-9fda0a43925e +* Content: [Network security and containment in Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/Security/network-security-containment#design-virtual-network-subnet-security) +* Content Source: [docs/framework/security/network-security-containment.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/network-security-containment.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1.0,"Azure virtual network subnets link appears to be incorrect - Resolves to https://almbok.com/office365/microsoft_cloud_it_architecture_resources which has nothing to do with the topic. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8f78e284-fb28-8ac2-0ce6-590b48c74a45 +* Version Independent ID: 3baed527-6023-bc26-d3f9-9fda0a43925e +* Content: [Network security and containment in Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/Security/network-security-containment#design-virtual-network-subnet-security) +* Content Source: [docs/framework/security/network-security-containment.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/network-security-containment.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,azure virtual network subnets link appears to be incorrect resolves to which has nothing to do with the topic document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login pagewriter msft microsoft alias pnp ,1 +9606,24892622130.0,IssuesEvent,2022-10-28 13:19:59,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,update product name,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"The page shows old product name ""FlashGrid SkyCluster"", which is now called ""FlashGrid Cluster"". Also, the references look confusing. + +Please update the last paragraph in ""Business continuity and disaster recovery"" section to the following: + + +You can't use Oracle Real Application Cluster (RAC) by itself in Azure. If you use FlashGrid Cluster, then you can host RAC on Azure. Follow these links for more information: + * Solution details: [FlashGrid Cluster for Oracle RAC on Azure](https://www.flashgrid.io/oracle-rac-in-azure/) + * Azure Marketplace page: [FlashGrid Cluster for Oracle RAC](https://azuremarketplace.microsoft.com/en-US/marketplace/apps/flashgrid-inc.flashgrid-skycluster) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0d57b80f-9d93-fc7f-bc6d-c96430a06bd5 +* Version Independent ID: 471d2970-917e-dace-4d54-6df8208d3d91 +* Content: [Oracle database migration: Lift and shift - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/oracle-migrate/oracle-migration-lift-shift) +* Content Source: [docs/example-scenario/oracle-migrate/oracle-migration-lift-shift.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/oracle-migrate/oracle-migration-lift-shift.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @amberz +* Microsoft Alias: **amberz**",1.0,"update product name - The page shows old product name ""FlashGrid SkyCluster"", which is now called ""FlashGrid Cluster"". Also, the references look confusing. + +Please update the last paragraph in ""Business continuity and disaster recovery"" section to the following: + + +You can't use Oracle Real Application Cluster (RAC) by itself in Azure. If you use FlashGrid Cluster, then you can host RAC on Azure. Follow these links for more information: + * Solution details: [FlashGrid Cluster for Oracle RAC on Azure](https://www.flashgrid.io/oracle-rac-in-azure/) + * Azure Marketplace page: [FlashGrid Cluster for Oracle RAC](https://azuremarketplace.microsoft.com/en-US/marketplace/apps/flashgrid-inc.flashgrid-skycluster) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0d57b80f-9d93-fc7f-bc6d-c96430a06bd5 +* Version Independent ID: 471d2970-917e-dace-4d54-6df8208d3d91 +* Content: [Oracle database migration: Lift and shift - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/oracle-migrate/oracle-migration-lift-shift) +* Content Source: [docs/example-scenario/oracle-migrate/oracle-migration-lift-shift.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/oracle-migrate/oracle-migration-lift-shift.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @amberz +* Microsoft Alias: **amberz**",1,update product name the page shows old product name flashgrid skycluster which is now called flashgrid cluster also the references look confusing please update the last paragraph in business continuity and disaster recovery section to the following you can t use oracle real application cluster rac by itself in azure if you use flashgrid cluster then you can host rac on azure follow these links for more information solution details azure marketplace page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id dace content content source service architecture center sub service example scenario github login amberz microsoft alias amberz ,1 +80914,23339667256.0,IssuesEvent,2022-08-09 13:05:16,appsmithorg/appsmith,https://api.github.com/repos/appsmithorg/appsmith,closed,Grouping and Reorganisation for Text Widget,Property Pane UI Builders Pod,"Based on the following Figma File and Notion doc, Group the properties of the Text widget into Content & Style Tabs and re-organise the property sections. + +Figma: +https://www.figma.com/file/hlOcM5LasxcRqEwHPXe5lm/UI-%7C-Content-Property-Pane?node-id=4516%3A129719 + +Property Library: +https://www.notion.so/appsmith/853275adc3524c0390f7599b66f74859?v=8004de7cc9b74523a496388ad812ebc2",1.0,"Grouping and Reorganisation for Text Widget - Based on the following Figma File and Notion doc, Group the properties of the Text widget into Content & Style Tabs and re-organise the property sections. + +Figma: +https://www.figma.com/file/hlOcM5LasxcRqEwHPXe5lm/UI-%7C-Content-Property-Pane?node-id=4516%3A129719 + +Property Library: +https://www.notion.so/appsmith/853275adc3524c0390f7599b66f74859?v=8004de7cc9b74523a496388ad812ebc2",0,grouping and reorganisation for text widget based on the following figma file and notion doc group the properties of the text widget into content style tabs and re organise the property sections figma property library ,0 +11069,27958398674.0,IssuesEvent,2023-03-24 14:01:29,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,[VM extensions] and [Azure Automation] are not same funtions about [AWS Cloud Formation].,doc-enhancement assigned-to-author triaged architecture-center/svc cloud-fundamentals/subsvc Pri1,"[VM extensions] and [Azure Automation] are not same funtions about [AWS Cloud Formation]. +[AWS Cloud Formation] is recovery tool for AWS setting. +Therefore,[VM extensions] and [Azure Automation] mistook. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#devops-and-application-monitoring) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **yuanzhiqu**",1.0,"[VM extensions] and [Azure Automation] are not same funtions about [AWS Cloud Formation]. - [VM extensions] and [Azure Automation] are not same funtions about [AWS Cloud Formation]. +[AWS Cloud Formation] is recovery tool for AWS setting. +Therefore,[VM extensions] and [Azure Automation] mistook. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#devops-and-application-monitoring) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **yuanzhiqu**",1, and are not same funtions about and are not same funtions about is recovery tool for aws setting therefore and mistook document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login edprice msft microsoft alias yuanzhiqu ,1 +5053,11996662772.0,IssuesEvent,2020-04-08 17:09:09,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,All the links in the Next Steps sections show 404,Pri1 architecture-center/svc assigned-to-author doc-enhancement triaged,"https://docs.microsoft.com/en-us/api/Redirect/documentation/articles/traffic-manager-configure-failover-routing-method/ +https://docs.microsoft.com/en-us/api/Redirect/documentation/articles/site-recovery-components/ +https://docs.microsoft.com/en-us/api/Redirect/documentation/articles/site-recovery-network-design/ +https://docs.microsoft.com/en-us/api/Redirect/documentation/articles/storage-introduction/ + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9d341ce9-13ab-a379-1af3-65390ce3b5e5 +* Version Independent ID: e63d08d2-568a-9578-e8c0-74ff1584337b +* Content: [SMB disaster recovery with Azure Site Recovery - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/disaster-recovery-smb-azure-site-recovery) +* Content Source: [docs/solution-ideas/articles/disaster-recovery-smb-azure-site-recovery.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/disaster-recovery-smb-azure-site-recovery.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"All the links in the Next Steps sections show 404 - https://docs.microsoft.com/en-us/api/Redirect/documentation/articles/traffic-manager-configure-failover-routing-method/ +https://docs.microsoft.com/en-us/api/Redirect/documentation/articles/site-recovery-components/ +https://docs.microsoft.com/en-us/api/Redirect/documentation/articles/site-recovery-network-design/ +https://docs.microsoft.com/en-us/api/Redirect/documentation/articles/storage-introduction/ + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9d341ce9-13ab-a379-1af3-65390ce3b5e5 +* Version Independent ID: e63d08d2-568a-9578-e8c0-74ff1584337b +* Content: [SMB disaster recovery with Azure Site Recovery - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/disaster-recovery-smb-azure-site-recovery) +* Content Source: [docs/solution-ideas/articles/disaster-recovery-smb-azure-site-recovery.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/disaster-recovery-smb-azure-site-recovery.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,all the links in the next steps sections show document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +251183,8000911425.0,IssuesEvent,2018-07-22 21:38:06,ncssar/radiolog,https://api.github.com/repos/ncssar/radiolog,closed,'esc' should close NED (without needing confirmation) if message is blank,Priority:Medium enhancement fire,related to #325 where NED close button does not require confirmation if message is blank,1.0,'esc' should close NED (without needing confirmation) if message is blank - related to #325 where NED close button does not require confirmation if message is blank,0, esc should close ned without needing confirmation if message is blank related to where ned close button does not require confirmation if message is blank,0 +5582,12745504431.0,IssuesEvent,2020-06-26 14:22:04,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Broken link,Pri2 architecture-center/svc assigned-to-author doc-bug solution-idea/subsvc triaged,"""Partner on-premises live encoder"" text is linked to an unavailable resource https://docs.microsoft.com/en-us/api/Redirect/documentation/articles/media-services-live-encoders-overview + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2afdbbba-ae07-bdf4-fa21-65955f1623d1 +* Version Independent ID: 189aa6c3-a454-66c1-7346-d0fe53235c25 +* Content: [Live streaming digital media - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/digital-media-live-stream) +* Content Source: [docs/solution-ideas/articles/digital-media-live-stream.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/digital-media-live-stream.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Broken link - ""Partner on-premises live encoder"" text is linked to an unavailable resource https://docs.microsoft.com/en-us/api/Redirect/documentation/articles/media-services-live-encoders-overview + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2afdbbba-ae07-bdf4-fa21-65955f1623d1 +* Version Independent ID: 189aa6c3-a454-66c1-7346-d0fe53235c25 +* Content: [Live streaming digital media - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/digital-media-live-stream) +* Content Source: [docs/solution-ideas/articles/digital-media-live-stream.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/digital-media-live-stream.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,broken link partner on premises live encoder text is linked to an unavailable resource document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +25102,12491190984.0,IssuesEvent,2020-06-01 03:10:03,scylladb/scylla,https://api.github.com/repos/scylladb/scylla,closed,cdc perf: large collections: Load/Throughput of each db node isn't balanced,performance,"*Installation details* +Scylla version (or git commit hash): 666.development-0.20200405.df48b5ec9d5 +Cluster size: 6 * i3.4xlarge +loader: 2 * c5.xlarge +OS (RHEL/CentOS/Ubuntu/AWS AMI): ami-0d8e83b5352fe4da7 (eu-west-1) + +### Description: +In CDC longevity jobs, the Load and Throughput of 3 db nodes are very low, but the numbers of other 3 db nodes are very similar (higher). + +![image](https://user-images.githubusercontent.com/309708/78873393-614a9580-7a7d-11ea-94e6-297388068e4b.png) + +### Test info +Test job: https://jenkins.scylladb.com/job/scylla-master/job/longevity/job/longevity-cdc-100gb-4h/19/ + +SCT log: https://cloudius-jenkins-test.s3.amazonaws.com/ef9758d1-e7ff-4edf-b46b-6099bd1b355c/20200406_074143/sct-runner-ef9758d1.zip + +### db log: + +- db log: https://cloudius-jenkins-test.s3.amazonaws.com/ef9758d1-e7ff-4edf-b46b-6099bd1b355c/20200406_074143/db-cluster-ef9758d1.zip + +### Workload +- cassandra-stress user no-warmup profile=/tmp/cdc_profile.yaml ops'(insert=2,read1=1,update_number=1,update_name=1,delete1=1)' + - profile: https://github.com/scylladb/scylla-cluster-tests/blob/master/data_dir/cdc_profile.yaml +- cassandra-stress user no-warmup profile=/tmp/cdc_profile_preimage.yaml ops'(insert=2,read1=1,update_number=1,update_name=1,delete1=1)' + - profile: https://github.com/scylladb/scylla-cluster-tests/blob/master/data_dir/cdc_profile_preimage.yaml + +### Cluster info: + +- longevity-cdc-100gb-4h-master-db-node-ef9758d1-1 [52.48.248.215 | 10.0.65.140] +- longevity-cdc-100gb-4h-master-db-node-ef9758d1-2 [34.244.126.146 | 10.0.41.24] +- longevity-cdc-100gb-4h-master-db-node-ef9758d1-3 [54.194.19.203 | 10.0.167.35] +- longevity-cdc-100gb-4h-master-db-node-ef9758d1-4 [54.154.105.19 | 10.0.20.128] +- longevity-cdc-100gb-4h-master-db-node-ef9758d1-5 [34.244.151.8 | 10.0.183.163] +- longevity-cdc-100gb-4h-master-db-node-ef9758d1-6 [54.194.99.50 | 10.0.103.30] +- longevity-cdc-100gb-4h-master-loader-node-ef9758d1-1 [34.244.148.188 | 10.0.48.16] +- longevity-cdc-100gb-4h-master-loader-node-ef9758d1-2 [34.247.191.93 | 10.0.242.191] +- longevity-cdc-100gb-4h-master-monitor-node-ef9758d1-1 [63.32.93.6 | 10.0.90.126] + +/CC @slivne @haaawk @roydahan @aleksbykov ",True,"cdc perf: large collections: Load/Throughput of each db node isn't balanced - *Installation details* +Scylla version (or git commit hash): 666.development-0.20200405.df48b5ec9d5 +Cluster size: 6 * i3.4xlarge +loader: 2 * c5.xlarge +OS (RHEL/CentOS/Ubuntu/AWS AMI): ami-0d8e83b5352fe4da7 (eu-west-1) + +### Description: +In CDC longevity jobs, the Load and Throughput of 3 db nodes are very low, but the numbers of other 3 db nodes are very similar (higher). + +![image](https://user-images.githubusercontent.com/309708/78873393-614a9580-7a7d-11ea-94e6-297388068e4b.png) + +### Test info +Test job: https://jenkins.scylladb.com/job/scylla-master/job/longevity/job/longevity-cdc-100gb-4h/19/ + +SCT log: https://cloudius-jenkins-test.s3.amazonaws.com/ef9758d1-e7ff-4edf-b46b-6099bd1b355c/20200406_074143/sct-runner-ef9758d1.zip + +### db log: + +- db log: https://cloudius-jenkins-test.s3.amazonaws.com/ef9758d1-e7ff-4edf-b46b-6099bd1b355c/20200406_074143/db-cluster-ef9758d1.zip + +### Workload +- cassandra-stress user no-warmup profile=/tmp/cdc_profile.yaml ops'(insert=2,read1=1,update_number=1,update_name=1,delete1=1)' + - profile: https://github.com/scylladb/scylla-cluster-tests/blob/master/data_dir/cdc_profile.yaml +- cassandra-stress user no-warmup profile=/tmp/cdc_profile_preimage.yaml ops'(insert=2,read1=1,update_number=1,update_name=1,delete1=1)' + - profile: https://github.com/scylladb/scylla-cluster-tests/blob/master/data_dir/cdc_profile_preimage.yaml + +### Cluster info: + +- longevity-cdc-100gb-4h-master-db-node-ef9758d1-1 [52.48.248.215 | 10.0.65.140] +- longevity-cdc-100gb-4h-master-db-node-ef9758d1-2 [34.244.126.146 | 10.0.41.24] +- longevity-cdc-100gb-4h-master-db-node-ef9758d1-3 [54.194.19.203 | 10.0.167.35] +- longevity-cdc-100gb-4h-master-db-node-ef9758d1-4 [54.154.105.19 | 10.0.20.128] +- longevity-cdc-100gb-4h-master-db-node-ef9758d1-5 [34.244.151.8 | 10.0.183.163] +- longevity-cdc-100gb-4h-master-db-node-ef9758d1-6 [54.194.99.50 | 10.0.103.30] +- longevity-cdc-100gb-4h-master-loader-node-ef9758d1-1 [34.244.148.188 | 10.0.48.16] +- longevity-cdc-100gb-4h-master-loader-node-ef9758d1-2 [34.247.191.93 | 10.0.242.191] +- longevity-cdc-100gb-4h-master-monitor-node-ef9758d1-1 [63.32.93.6 | 10.0.90.126] + +/CC @slivne @haaawk @roydahan @aleksbykov ",0,cdc perf large collections load throughput of each db node isn t balanced installation details scylla version or git commit hash development cluster size loader xlarge os rhel centos ubuntu aws ami ami eu west description in cdc longevity jobs the load and throughput of db nodes are very low but the numbers of other db nodes are very similar higher test info test job sct log db log db log workload cassandra stress user no warmup profile tmp cdc profile yaml ops insert update number update name profile cassandra stress user no warmup profile tmp cdc profile preimage yaml ops insert update number update name profile cluster info longevity cdc master db node longevity cdc master db node longevity cdc master db node longevity cdc master db node longevity cdc master db node longevity cdc master db node longevity cdc master loader node longevity cdc master loader node longevity cdc master monitor node cc slivne haaawk roydahan aleksbykov ,0 +3661,9958399129.0,IssuesEvent,2019-07-05 20:56:26,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,System State Backup,architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"I would mention in the Manageability Section that it is recommended to use Azure MARS Backups installed within each Domain Controller to back up System State. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Extend your on-premises Active Directory domain to Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.md](https://github.com/mspnp/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"System State Backup - I would mention in the Manageability Section that it is recommended to use Azure MARS Backups installed within each Domain Controller to back up System State. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Extend your on-premises Active Directory domain to Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.md](https://github.com/mspnp/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,system state backup i would mention in the manageability section that it is recommended to use azure mars backups installed within each domain controller to back up system state document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +393347,26988355292.0,IssuesEvent,2023-02-09 17:47:05,OneDrive/samples,https://api.github.com/repos/OneDrive/samples,closed,No Download File Url,documentation area:Picker,"I've implemented the Javascript client logic into my app and can successfully show the file picker to a user and allow them to select file(s) from their OneDrive, however when I receive the file information in the message handler after selecting the files there doesn't appear to be a 'Download Url' value. I was expecting to receive a '@microsoft.graph.downloadUrl' (or similar) value. The values that I'm receiving instead are: + +``` +@sharePoint.embedUrl: ""XXX"" +@sharePoint.endpoint: ""XXX"" +@sharePoint.listUrl: ""XXX"" +folder: ""XXX"" +id: ""XXX"" +name: ""XXX"" +parentReference: {...} +size: XXX +webDavUrl: ""XXX"" +webUrl: ""XXX"" +``` + +Is there a certain param value that's required in order to get a download URL for the selected files? Or some other way to retrieve this information? + +My current params are: + +``` +const params = { + sdk: ""8.0"", + entry: { + oneDrive: { + files: {}, + } + }, + authentication: {}, + selection: { + mode: 'multiple' + }, + messaging: { + origin: ""https://localhost"", + channelId: ""27"" + }, + typesAndSources: { + mode: ""files"", + pivots: { + oneDrive: true, + recent: false, + sharedLibraries: true + }, + }, + }; +```",1.0,"No Download File Url - I've implemented the Javascript client logic into my app and can successfully show the file picker to a user and allow them to select file(s) from their OneDrive, however when I receive the file information in the message handler after selecting the files there doesn't appear to be a 'Download Url' value. I was expecting to receive a '@microsoft.graph.downloadUrl' (or similar) value. The values that I'm receiving instead are: + +``` +@sharePoint.embedUrl: ""XXX"" +@sharePoint.endpoint: ""XXX"" +@sharePoint.listUrl: ""XXX"" +folder: ""XXX"" +id: ""XXX"" +name: ""XXX"" +parentReference: {...} +size: XXX +webDavUrl: ""XXX"" +webUrl: ""XXX"" +``` + +Is there a certain param value that's required in order to get a download URL for the selected files? Or some other way to retrieve this information? + +My current params are: + +``` +const params = { + sdk: ""8.0"", + entry: { + oneDrive: { + files: {}, + } + }, + authentication: {}, + selection: { + mode: 'multiple' + }, + messaging: { + origin: ""https://localhost"", + channelId: ""27"" + }, + typesAndSources: { + mode: ""files"", + pivots: { + oneDrive: true, + recent: false, + sharedLibraries: true + }, + }, + }; +```",0,no download file url i ve implemented the javascript client logic into my app and can successfully show the file picker to a user and allow them to select file s from their onedrive however when i receive the file information in the message handler after selecting the files there doesn t appear to be a download url value i was expecting to receive a microsoft graph downloadurl or similar value the values that i m receiving instead are sharepoint embedurl xxx sharepoint endpoint xxx sharepoint listurl xxx folder xxx id xxx name xxx parentreference size xxx webdavurl xxx weburl xxx is there a certain param value that s required in order to get a download url for the selected files or some other way to retrieve this information my current params are const params sdk entry onedrive files authentication selection mode multiple messaging origin channelid typesandsources mode files pivots onedrive true recent false sharedlibraries true ,0 +11200,28375072085.0,IssuesEvent,2023-04-12 20:08:28,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Incomplete listings of pages and categories,doc-enhancement cxp triaged architecture-center/svc Pri2 design-pattern/subsvc,"Looking at the list of available patterns, the 'categories' sub-pages don't seem to list all available categories and the index on the overview page doesn't list all available patterns in the sidebar. + +For example, 'Reliability' is a missing category and 'Saga' pattern isn't listed at all on the overview page. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0a4ecd26-cb7b-4cb2-ae3a-3748ada92771 +* Version Independent ID: 97f96179-a22b-8401-a2f4-264a86b5d2f5 +* Content: [Cloud design patterns - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/) +* Content Source: [docs/patterns/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/index.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Incomplete listings of pages and categories - Looking at the list of available patterns, the 'categories' sub-pages don't seem to list all available categories and the index on the overview page doesn't list all available patterns in the sidebar. + +For example, 'Reliability' is a missing category and 'Saga' pattern isn't listed at all on the overview page. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0a4ecd26-cb7b-4cb2-ae3a-3748ada92771 +* Version Independent ID: 97f96179-a22b-8401-a2f4-264a86b5d2f5 +* Content: [Cloud design patterns - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/) +* Content Source: [docs/patterns/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/index.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,incomplete listings of pages and categories looking at the list of available patterns the categories sub pages don t seem to list all available categories and the index on the overview page doesn t list all available patterns in the sidebar for example reliability is a missing category and saga pattern isn t listed at all on the overview page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login microsoft alias pnp ,1 +4345,10958765169.0,IssuesEvent,2019-11-27 10:02:33,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Custom Image scale set limits,Pri1 architecture-center/svc cxp doc-enhancement reference-architecture/subsvc triaged,"...have been increased to 600 now. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: adbd9d8a-e443-aeab-cdf1-1c9c8858746c +* Version Independent ID: 5a0980f5-b246-0865-6f06-aa875f87a5ce +* Content: [Criteria for choosing an Azure compute service - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-comparison#feedback) +* Content Source: [docs/guide/technology-choices/compute-comparison.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-comparison.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Custom Image scale set limits - ...have been increased to 600 now. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: adbd9d8a-e443-aeab-cdf1-1c9c8858746c +* Version Independent ID: 5a0980f5-b246-0865-6f06-aa875f87a5ce +* Content: [Criteria for choosing an Azure compute service - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-comparison#feedback) +* Content Source: [docs/guide/technology-choices/compute-comparison.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-comparison.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,custom image scale set limits have been increased to now document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id aeab version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +11194,28369356919.0,IssuesEvent,2023-04-12 15:51:02,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Regional failures or Data Center failures?,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 well-architected/subsvc,"https://docs.microsoft.com/en-us/azure/architecture/framework/resiliency/test-best-practices#plan-for-regional-failures + +Does this paragraph intent to say ""Plan for regional failures"" or ""Plan for data center failures""? Azure has Regions that have multiple Availability Zones. Should we plan for one of those Zones (= one data center) to go down, or should we really plan for an entire Region to go down (even when it has more than one Availability Zone)? + +Thank you + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b9f97257-6e02-a0d4-c428-65fcdfbbd46c +* Version Independent ID: bccfa781-32f2-7651-7c6e-45f241cbc92b +* Content: [Testing best practices for reliability in Azure applications - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/resiliency/test-best-practices) +* Content Source: [docs/framework/resiliency/test-best-practices.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/resiliency/test-best-practices.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @v-aangie +* Microsoft Alias: **pnp**",1.0,"Regional failures or Data Center failures? - https://docs.microsoft.com/en-us/azure/architecture/framework/resiliency/test-best-practices#plan-for-regional-failures + +Does this paragraph intent to say ""Plan for regional failures"" or ""Plan for data center failures""? Azure has Regions that have multiple Availability Zones. Should we plan for one of those Zones (= one data center) to go down, or should we really plan for an entire Region to go down (even when it has more than one Availability Zone)? + +Thank you + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b9f97257-6e02-a0d4-c428-65fcdfbbd46c +* Version Independent ID: bccfa781-32f2-7651-7c6e-45f241cbc92b +* Content: [Testing best practices for reliability in Azure applications - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/resiliency/test-best-practices) +* Content Source: [docs/framework/resiliency/test-best-practices.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/resiliency/test-best-practices.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @v-aangie +* Microsoft Alias: **pnp**",1,regional failures or data center failures does this paragraph intent to say plan for regional failures or plan for data center failures azure has regions that have multiple availability zones should we plan for one of those zones one data center to go down or should we really plan for an entire region to go down even when it has more than one availability zone thank you document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login v aangie microsoft alias pnp ,1 +3575,9811185881.0,IssuesEvent,2019-06-12 22:40:50,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Well thought introduction & comment on Domain model - knowledge graph approach similarity,architecture-center/svc assigned-to-author kudos triaged,"Thanks for easy to read introduction. The process resambles knowledge graph design approach. In the knowledge graph approach, you focus is on business semantics ""what is needed, what things means"" - rather than what data data we have and where it is stored. That makes me think, that micro services approach would benefit from semantic data modeling and vice versa. As you design knowledge graph, you have to check with micro services tema that you can deliver aggregated in desired scope and structure (method <--> SPARQL queries etc.) . Micro services would benefit from knowlegde graph approach, by letting graph query to integrate scattered data (or some may say data via metadata). Your service would become decoupled completely from data structures, i.e. letting you easily change, extend the returned data set - simply by modifying your graph query, and not touching the micro services code at all. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e55d3a73-7618-45ba-b281-bb70dd258842 +* Version Independent ID: 7f5cd352-0998-a214-8dfc-c19898cecd21 +* Content: [Domain analysis for microservices](https://docs.microsoft.com/en-us/azure/architecture/microservices/model/domain-analysis#feedback) +* Content Source: [docs/microservices/model/domain-analysis.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/model/domain-analysis.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"Well thought introduction & comment on Domain model - knowledge graph approach similarity - Thanks for easy to read introduction. The process resambles knowledge graph design approach. In the knowledge graph approach, you focus is on business semantics ""what is needed, what things means"" - rather than what data data we have and where it is stored. That makes me think, that micro services approach would benefit from semantic data modeling and vice versa. As you design knowledge graph, you have to check with micro services tema that you can deliver aggregated in desired scope and structure (method <--> SPARQL queries etc.) . Micro services would benefit from knowlegde graph approach, by letting graph query to integrate scattered data (or some may say data via metadata). Your service would become decoupled completely from data structures, i.e. letting you easily change, extend the returned data set - simply by modifying your graph query, and not touching the micro services code at all. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e55d3a73-7618-45ba-b281-bb70dd258842 +* Version Independent ID: 7f5cd352-0998-a214-8dfc-c19898cecd21 +* Content: [Domain analysis for microservices](https://docs.microsoft.com/en-us/azure/architecture/microservices/model/domain-analysis#feedback) +* Content Source: [docs/microservices/model/domain-analysis.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/model/domain-analysis.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,well thought introduction comment on domain model knowledge graph approach similarity thanks for easy to read introduction the process resambles knowledge graph design approach in the knowledge graph approach you focus is on business semantics what is needed what things means rather than what data data we have and where it is stored that makes me think that micro services approach would benefit from semantic data modeling and vice versa as you design knowledge graph you have to check with micro services tema that you can deliver aggregated in desired scope and structure method lt gt sparql queries etc micro services would benefit from knowlegde graph approach by letting graph query to integrate scattered data or some may say data via metadata your service would become decoupled completely from data structures i e letting you easily change extend the returned data set simply by modifying your graph query and not touching the micro services code at all document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +11441,30514193143.0,IssuesEvent,2023-07-19 00:32:12,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Document understanding,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc," +[Enter feedback here] + +The documentation is not very clear. It is not complete, some function definition is not defined and there is not an example of how the dataset is composed. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 3026912b-cf94-e0fb-0b83-6f78219b24e0 +* Version Independent ID: 3026912b-cf94-e0fb-0b83-6f78219b24e0 +* Content: [Query-based document summarization - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/ai/query-based-summarization) +* Content Source: [docs/guide/ai/query-based-summarization.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/ai/query-based-summarization.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @raniabayoumy +* Microsoft Alias: **rabayoum**",1.0,"Document understanding - +[Enter feedback here] + +The documentation is not very clear. It is not complete, some function definition is not defined and there is not an example of how the dataset is composed. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 3026912b-cf94-e0fb-0b83-6f78219b24e0 +* Version Independent ID: 3026912b-cf94-e0fb-0b83-6f78219b24e0 +* Content: [Query-based document summarization - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/ai/query-based-summarization) +* Content Source: [docs/guide/ai/query-based-summarization.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/ai/query-based-summarization.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @raniabayoumy +* Microsoft Alias: **rabayoum**",1,document understanding the documentation is not very clear it is not complete some function definition is not defined and there is not an example of how the dataset is composed document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login raniabayoumy microsoft alias rabayoum ,1 +9598,24877644059.0,IssuesEvent,2022-10-27 20:40:34,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,What about Azure Container Apps?,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +This decision chart is great to summarize all the choices available for Compute. +However with Azure Container Apps in GA, it will interesting to see in which category it will be placed. +Would be great if it can be added here. + +https://techcommunity.microsoft.com/t5/apps-on-azure-blog/introducing-azure-container-apps-a-serverless-container-service/ba-p/2867265#:~:text=%20Introducing%20Azure%20Container%20Apps%3A%20a%20serverless%20container,management.%20Azure%20Container%20Apps%20streamlines%20the...%20More%20 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"What about Azure Container Apps? - +This decision chart is great to summarize all the choices available for Compute. +However with Azure Container Apps in GA, it will interesting to see in which category it will be placed. +Would be great if it can be added here. + +https://techcommunity.microsoft.com/t5/apps-on-azure-blog/introducing-azure-container-apps-a-serverless-container-service/ba-p/2867265#:~:text=%20Introducing%20Azure%20Container%20Apps%3A%20a%20serverless%20container,management.%20Azure%20Container%20Apps%20streamlines%20the...%20More%20 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,what about azure container apps this decision chart is great to summarize all the choices available for compute however with azure container apps in ga it will interesting to see in which category it will be placed would be great if it can be added here document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias pnp ,1 +7282,17315146942.0,IssuesEvent,2021-07-27 04:24:17,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Rename Windows Virtual Desktop to: Azure Virtual Desktop,architecture-center/svc cxp doc-enhancement example-scenario/subsvc triaged," +Rename Windows Virtual Desktop to: Azure Virtual Desktop + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f26be54d-0f67-5098-7839-98f5bb064188 +* Version Independent ID: 187fa3ce-ade9-1b07-2af3-c874ec3d0aac +* Content: [Windows Virtual Desktop for the enterprise - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Rename Windows Virtual Desktop to: Azure Virtual Desktop - +Rename Windows Virtual Desktop to: Azure Virtual Desktop + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f26be54d-0f67-5098-7839-98f5bb064188 +* Version Independent ID: 187fa3ce-ade9-1b07-2af3-c874ec3d0aac +* Content: [Windows Virtual Desktop for the enterprise - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,rename windows virtual desktop to azure virtual desktop rename windows virtual desktop to azure virtual desktop document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login microsoft alias pnp ,1 +416368,12145136740.0,IssuesEvent,2020-04-24 08:48:45,jacob-and-nathan/Javascript-3D-Modeling-Program,https://api.github.com/repos/jacob-and-nathan/Javascript-3D-Modeling-Program,reopened,Bug Fix: Hex color codes don't change rgb sliders,Difficulty: Medium Priority: High bug help wanted,"Make it so that when you change the hex colour code, the RGB value sliders changes accordingly.",1.0,"Bug Fix: Hex color codes don't change rgb sliders - Make it so that when you change the hex colour code, the RGB value sliders changes accordingly.",0,bug fix hex color codes don t change rgb sliders make it so that when you change the hex colour code the rgb value sliders changes accordingly ,0 +19233,4352034555.0,IssuesEvent,2016-08-01 03:56:11,bcit-ci/CodeIgniter4,https://api.github.com/repos/bcit-ci/CodeIgniter4,closed,Paginating Multiple Results - user Guides,bug documentation,"// In the Controller +public function index() +{ + $userModel = new \App\Models\UserModel(); + $pageModel = new \App\Models\PageModel(); + + $data = [ + 'users' => $userModel->paginate(10, 'group1'), + 'pages' => $pageModel->paginate(15, 'group2'), + 'pager' => $model->pager + ]; + + echo view('users/index', $data); +} + +// In the views: +links('group1') ?> +simpleLinks('group2') ?> + +We have 2 models, $userModel and $page model. $model in data-pager not exists in this method",1.0,"Paginating Multiple Results - user Guides - // In the Controller +public function index() +{ + $userModel = new \App\Models\UserModel(); + $pageModel = new \App\Models\PageModel(); + + $data = [ + 'users' => $userModel->paginate(10, 'group1'), + 'pages' => $pageModel->paginate(15, 'group2'), + 'pager' => $model->pager + ]; + + echo view('users/index', $data); +} + +// In the views: +links('group1') ?> +simpleLinks('group2') ?> + +We have 2 models, $userModel and $page model. $model in data-pager not exists in this method",0,paginating multiple results user guides in the controller public function index usermodel new app models usermodel pagemodel new app models pagemodel data users usermodel paginate pages pagemodel paginate pager model pager echo view users index data in the views links simplelinks we have models usermodel and page model model in data pager not exists in this method,0 +126461,17892207002.0,IssuesEvent,2021-09-08 02:12:26,matteobaccan/Web3jClient,https://api.github.com/repos/matteobaccan/Web3jClient,opened,CVE-2020-36179 (High) detected in jackson-databind-2.8.1.jar,security vulnerability,"## CVE-2020-36179 - High Severity Vulnerability +
Vulnerable Library - jackson-databind-2.8.1.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: Web3jClient/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.1/jackson-databind-2.8.1.jar

+

+ +Dependency Hierarchy: + - core-0.5.2.jar (Root Library) + - :x: **jackson-databind-2.8.1.jar** (Vulnerable Library) +

Found in HEAD commit: fa4e59f4e4e6a1a132c43e14cbbd748d6a32fe48

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to oadd.org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS. + +

Publish Date: 2021-01-07 +

URL: CVE-2020-36179

+

+
+

+
CVSS 3 Score Details (8.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/FasterXML/jackson-databind/issues/3004

+

Release Date: 2021-01-07

+

Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2020-36179 (High) detected in jackson-databind-2.8.1.jar - ## CVE-2020-36179 - High Severity Vulnerability +
Vulnerable Library - jackson-databind-2.8.1.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: Web3jClient/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.1/jackson-databind-2.8.1.jar

+

+ +Dependency Hierarchy: + - core-0.5.2.jar (Root Library) + - :x: **jackson-databind-2.8.1.jar** (Vulnerable Library) +

Found in HEAD commit: fa4e59f4e4e6a1a132c43e14cbbd748d6a32fe48

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to oadd.org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS. + +

Publish Date: 2021-01-07 +

URL: CVE-2020-36179

+

+
+

+
CVSS 3 Score Details (8.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/FasterXML/jackson-databind/issues/3004

+

Release Date: 2021-01-07

+

Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,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 pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy core jar root library x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to oadd org apache commons dbcp cpdsadapter driveradaptercpds publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high 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 step up your open source security game with whitesource ,0 +765035,26829574857.0,IssuesEvent,2023-02-02 15:09:11,ChainSafe/erigon,https://api.github.com/repos/ChainSafe/erigon,closed,Validation using battlefield testing,Priority: P2,"# Description +Validate the Erigon instrumentation using battlefield testing framework. +",1.0,"Validation using battlefield testing - # Description +Validate the Erigon instrumentation using battlefield testing framework. +",0,validation using battlefield testing description validate the erigon instrumentation using battlefield testing framework ,0 +102553,22036866647.0,IssuesEvent,2022-05-28 18:25:23,AudunTriplex/Triplex-Auto-Twist-Tilt,https://api.github.com/repos/AudunTriplex/Triplex-Auto-Twist-Tilt,closed,Item Setup,documentation code,Position placing of items and basic check if item is existing for current project. XYZ coordinates values and unit type.,1.0,Item Setup - Position placing of items and basic check if item is existing for current project. XYZ coordinates values and unit type.,0,item setup position placing of items and basic check if item is existing for current project xyz coordinates values and unit type ,0 +4548,11312083001.0,IssuesEvent,2020-01-20 05:08:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure SQL,Pri2 architecture-center/svc cxp doc-provided reference-architecture/subsvc triaged,"Why is there no reference to Azure SQL in the reference architectures? Can't we use Azure SQL that has inherent high-availability, is a managed service that needs no AlwaysON configuration management? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: be033e7f-d78f-f63f-c9b5-f08130315704 +* Version Independent ID: d66f5650-fffb-79a6-ee59-40eaad06cd4f +* Content: [Multi-region N-tier application for high availability - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/multi-region-sql-server#feedback) +* Content Source: [docs/reference-architectures/n-tier/multi-region-sql-server.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/n-tier/multi-region-sql-server.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Azure SQL - Why is there no reference to Azure SQL in the reference architectures? Can't we use Azure SQL that has inherent high-availability, is a managed service that needs no AlwaysON configuration management? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: be033e7f-d78f-f63f-c9b5-f08130315704 +* Version Independent ID: d66f5650-fffb-79a6-ee59-40eaad06cd4f +* Content: [Multi-region N-tier application for high availability - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/multi-region-sql-server#feedback) +* Content Source: [docs/reference-architectures/n-tier/multi-region-sql-server.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/n-tier/multi-region-sql-server.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,azure sql why is there no reference to azure sql in the reference architectures can t we use azure sql that has inherent high availability is a managed service that needs no alwayson configuration management document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id fffb content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +61428,12190574046.0,IssuesEvent,2020-04-29 09:33:22,iakunin/codexia-bot,https://api.github.com/repos/iakunin/codexia-bot,opened,Merge checks doesn't work on forked repos,bug code-quality dev-ops,See the example of PR where merge-checks weren't triggered: https://github.com/iakunin/codexia-bot/pull/118,1.0,Merge checks doesn't work on forked repos - See the example of PR where merge-checks weren't triggered: https://github.com/iakunin/codexia-bot/pull/118,0,merge checks doesn t work on forked repos see the example of pr where merge checks weren t triggered ,0 +214026,16554490974.0,IssuesEvent,2021-05-28 12:28:49,Realm667/WolfenDoom,https://api.github.com/repos/Realm667/WolfenDoom,closed,Boss health bar: Rank indicator partially-obscures the left side of health bar.,playtesting resources suggestion,The colored swastika denoting a boss' rank partially-obscures the left-hand side of the boss-health meter.,1.0,Boss health bar: Rank indicator partially-obscures the left side of health bar. - The colored swastika denoting a boss' rank partially-obscures the left-hand side of the boss-health meter.,0,boss health bar rank indicator partially obscures the left side of health bar the colored swastika denoting a boss rank partially obscures the left hand side of the boss health meter ,0 +21726,10676170049.0,IssuesEvent,2019-10-21 13:16:23,repo-helper/npm-fetch,https://api.github.com/repos/repo-helper/npm-fetch,opened,CVE-2018-20834 (High) detected in tar-0.1.20.tgz,security vulnerability,"## CVE-2018-20834 - High Severity Vulnerability +
Vulnerable Library - tar-0.1.20.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-0.1.20.tgz

+

Path to dependency file: /tmp/ws-scm/npm-fetch/package.json

+

Path to vulnerable library: /tmp/ws-scm/npm-fetch/node_modules/tar/package.json

+

+ +Dependency Hierarchy: + - tar-pack-2.0.1.tgz (Root Library) + - :x: **tar-0.1.20.tgz** (Vulnerable Library) +

Found in HEAD commit: 9fe6d1f4855964563107ec01592876cb80766d78

+

+
+

+
Vulnerability Details +

+ +A vulnerability was found in node-tar before version 4.4.2 (excluding version 2.2.2). An Arbitrary File Overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system, in conjunction with a later plain file with the same name as the hardlink. This plain file content replaces the existing file content. A patch has been applied to node-tar v2.2.2). + +

Publish Date: 2019-04-30 +

URL: CVE-2018-20834

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Change files

+

Origin: https://github.com/npm/node-tar/commit/7ecef07da6a9e72cc0c4d0c9c6a8e85b6b52395d

+

Release Date: 2019-05-15

+

Fix Resolution: Replace or update the following files: bad-link.tar, parse.js, link-file-entry-collision.js, package.json, bad-link.hex

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2018-20834 (High) detected in tar-0.1.20.tgz - ## CVE-2018-20834 - High Severity Vulnerability +
Vulnerable Library - tar-0.1.20.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-0.1.20.tgz

+

Path to dependency file: /tmp/ws-scm/npm-fetch/package.json

+

Path to vulnerable library: /tmp/ws-scm/npm-fetch/node_modules/tar/package.json

+

+ +Dependency Hierarchy: + - tar-pack-2.0.1.tgz (Root Library) + - :x: **tar-0.1.20.tgz** (Vulnerable Library) +

Found in HEAD commit: 9fe6d1f4855964563107ec01592876cb80766d78

+

+
+

+
Vulnerability Details +

+ +A vulnerability was found in node-tar before version 4.4.2 (excluding version 2.2.2). An Arbitrary File Overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system, in conjunction with a later plain file with the same name as the hardlink. This plain file content replaces the existing file content. A patch has been applied to node-tar v2.2.2). + +

Publish Date: 2019-04-30 +

URL: CVE-2018-20834

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Change files

+

Origin: https://github.com/npm/node-tar/commit/7ecef07da6a9e72cc0c4d0c9c6a8e85b6b52395d

+

Release Date: 2019-05-15

+

Fix Resolution: Replace or update the following files: bad-link.tar, parse.js, link-file-entry-collision.js, package.json, bad-link.hex

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in tar tgz cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href path to dependency file tmp ws scm npm fetch package json path to vulnerable library tmp ws scm npm fetch node modules tar package json dependency hierarchy tar pack tgz root library x tar tgz vulnerable library found in head commit a href vulnerability details a vulnerability was found in node tar before version excluding version an arbitrary file overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system in conjunction with a later plain file with the same name as the hardlink this plain file content replaces the existing file content a patch has been applied to node tar 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 high availability impact none for more information on scores click a href suggested fix type change files origin a href release date fix resolution replace or update the following files bad link tar parse js link file entry collision js package json bad link hex step up your open source security game with whitesource ,0 +325254,9921650368.0,IssuesEvent,2019-06-30 20:07:08,aiidateam/aiida_core,https://api.github.com/repos/aiidateam/aiida_core,closed,Potential inefficiency in `aiida.tools.data.cif` `CifData` converters,aiida-core 1.x priority/important topic/orm topic/utilities type/enhancement,"In a recent [commit](299e3ee8635874079f5bf2f3227545e0d3ebd465), the `BackendNode` interface and implementation was changed significantly with respect to attributes and extras. As a result, the values on unstored nodes are not cleaned *until* the node is stored. That means that unstored nodes can contain attributes and extras with uncleaned values. For example an unstored `Dict` node can contained stored `Float` nodes. This change becomes problematic in the implementation of `_get_aiida_structure_pymatgen_inline` and `_get_aiida_structure_ase_inline` of `aiida.tools.data.cif`. The `parameters` keyword argument can be an unstored `Dict` node, if the functions are run with `store_provenance=False`. Since it is unstored, it can contain *stored* nodes for the values within them. For example, the `site_tolerance` can be a stored `Float`. Since they are overloaded native float objects, they can be passed to pymatgens `CifParser` without it complaining. However, now whenever that class references the value, since it is a stored node, the `ModelWrapper` will cause the model instance to be refreshed from the database, which becomes prohibitively expensive. Simply calling `clean_value` on the `parameters` beforehand, will cause these nodes to be dereferenced into their base values, which solves the issue.",1.0,"Potential inefficiency in `aiida.tools.data.cif` `CifData` converters - In a recent [commit](299e3ee8635874079f5bf2f3227545e0d3ebd465), the `BackendNode` interface and implementation was changed significantly with respect to attributes and extras. As a result, the values on unstored nodes are not cleaned *until* the node is stored. That means that unstored nodes can contain attributes and extras with uncleaned values. For example an unstored `Dict` node can contained stored `Float` nodes. This change becomes problematic in the implementation of `_get_aiida_structure_pymatgen_inline` and `_get_aiida_structure_ase_inline` of `aiida.tools.data.cif`. The `parameters` keyword argument can be an unstored `Dict` node, if the functions are run with `store_provenance=False`. Since it is unstored, it can contain *stored* nodes for the values within them. For example, the `site_tolerance` can be a stored `Float`. Since they are overloaded native float objects, they can be passed to pymatgens `CifParser` without it complaining. However, now whenever that class references the value, since it is a stored node, the `ModelWrapper` will cause the model instance to be refreshed from the database, which becomes prohibitively expensive. Simply calling `clean_value` on the `parameters` beforehand, will cause these nodes to be dereferenced into their base values, which solves the issue.",0,potential inefficiency in aiida tools data cif cifdata converters in a recent the backendnode interface and implementation was changed significantly with respect to attributes and extras as a result the values on unstored nodes are not cleaned until the node is stored that means that unstored nodes can contain attributes and extras with uncleaned values for example an unstored dict node can contained stored float nodes this change becomes problematic in the implementation of get aiida structure pymatgen inline and get aiida structure ase inline of aiida tools data cif the parameters keyword argument can be an unstored dict node if the functions are run with store provenance false since it is unstored it can contain stored nodes for the values within them for example the site tolerance can be a stored float since they are overloaded native float objects they can be passed to pymatgens cifparser without it complaining however now whenever that class references the value since it is a stored node the modelwrapper will cause the model instance to be refreshed from the database which becomes prohibitively expensive simply calling clean value on the parameters beforehand will cause these nodes to be dereferenced into their base values which solves the issue ,0 +109205,11627178669.0,IssuesEvent,2020-02-27 16:07:23,helm/charts,https://api.github.com/repos/helm/charts,opened,[stable/*] helm repo migration,kind/documentation,"Given the stable and incubator [support plan](https://github.com/helm/charts/blob/master/README.md#status-of-the-project) and [Deprecation Timeline](https://github.com/helm/charts/blob/master/README.md#deprecation-timeline), the community (chart OWNERS, organizations, groups or individuals who want to host charts) are moving charts to new Helm repos, and will list these new repos on the [Helm Hub](https://hub.helm.sh/) before stable and incubator are de-listed there. This issue is to help the community track this migration. + +To-do: I will update this issue soon with migration that has already finished, what is in progress, and what's left to do.",1.0,"[stable/*] helm repo migration - Given the stable and incubator [support plan](https://github.com/helm/charts/blob/master/README.md#status-of-the-project) and [Deprecation Timeline](https://github.com/helm/charts/blob/master/README.md#deprecation-timeline), the community (chart OWNERS, organizations, groups or individuals who want to host charts) are moving charts to new Helm repos, and will list these new repos on the [Helm Hub](https://hub.helm.sh/) before stable and incubator are de-listed there. This issue is to help the community track this migration. + +To-do: I will update this issue soon with migration that has already finished, what is in progress, and what's left to do.",0, helm repo migration given the stable and incubator and the community chart owners organizations groups or individuals who want to host charts are moving charts to new helm repos and will list these new repos on the before stable and incubator are de listed there this issue is to help the community track this migration to do i will update this issue soon with migration that has already finished what is in progress and what s left to do ,0 +5037,11986320336.0,IssuesEvent,2020-04-07 19:05:26,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Please make all session videos downloadable,Pri2 architecture-center/svc assigned-to-author cloud-design-principles/subsvc doc-enhancement triaged,"currently the videos are not downloadable, only the transcript is + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 3fe47949-15a1-6073-0ac7-91a072ee4ff5 +* Version Independent ID: f670a787-e68f-1216-8194-1472510c4525 +* Content: [Governance, risk, and compliance in Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/security/governance?toc=%2Fsecurity%2Fcompass%2Ftoc.json&bc=%2Fsecurity%2Fcompass%2Fbreadcrumb%2Ftoc.json#feedback) +* Content Source: [docs/framework/security/governance.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/governance.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1.0,"Please make all session videos downloadable - currently the videos are not downloadable, only the transcript is + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 3fe47949-15a1-6073-0ac7-91a072ee4ff5 +* Version Independent ID: f670a787-e68f-1216-8194-1472510c4525 +* Content: [Governance, risk, and compliance in Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/security/governance?toc=%2Fsecurity%2Fcompass%2Ftoc.json&bc=%2Fsecurity%2Fcompass%2Fbreadcrumb%2Ftoc.json#feedback) +* Content Source: [docs/framework/security/governance.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/security/governance.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,please make all session videos downloadable currently the videos are not downloadable only the transcript is document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud design principles github login pagewriter msft microsoft alias pnp ,1 +6138,13781476722.0,IssuesEvent,2020-10-08 16:13:42,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Spelling correction needed,Pri2 architecture-center/svc assigned-to-author doc-enhancement example-scenario/subsvc triaged," +Under the **Alternatives** section, first bullet point has 'considrered' misspelled and needs updating to 'considered' +Thanks + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5f10895e-4e1d-1cdd-2d57-32880e0cc45a +* Version Independent ID: 3518d0a5-ffd1-dfa7-6d6b-de2a9ef170d6 +* Content: [Azure data platform end-to-end - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/dataplate2e/data-platform-end-to-end) +* Content Source: [docs/example-scenario/dataplate2e/data-platform-end-to-end.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/dataplate2e/data-platform-end-to-end.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @fabragaMS +* Microsoft Alias: **pnp**",1.0,"Spelling correction needed - +Under the **Alternatives** section, first bullet point has 'considrered' misspelled and needs updating to 'considered' +Thanks + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5f10895e-4e1d-1cdd-2d57-32880e0cc45a +* Version Independent ID: 3518d0a5-ffd1-dfa7-6d6b-de2a9ef170d6 +* Content: [Azure data platform end-to-end - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/dataplate2e/data-platform-end-to-end) +* Content Source: [docs/example-scenario/dataplate2e/data-platform-end-to-end.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/dataplate2e/data-platform-end-to-end.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @fabragaMS +* Microsoft Alias: **pnp**",1,spelling correction needed under the alternatives section first bullet point has considrered misspelled and needs updating to considered thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login fabragams microsoft alias pnp ,1 +171665,13243313258.0,IssuesEvent,2020-08-19 11:13:44,rancher/dashboard,https://api.github.com/repos/rancher/dashboard,closed,rancher-logging helm options UI not available in latest master,[zube]: To Test area/apps kind/bug,"Rancher `master-head (08/07/2020)` _4fb56e2b7_ k8s HA +dashboard-index -> `latest` + +Before: + +![Screen Shot 2020-08-06 at 10 14 27 AM](https://user-images.githubusercontent.com/27659/89677247-f29e0d00-d8a1-11ea-9df7-d8dc61ea923d.png) + +After (current latest `master-head`): + + +",1.0,"rancher-logging helm options UI not available in latest master - Rancher `master-head (08/07/2020)` _4fb56e2b7_ k8s HA +dashboard-index -> `latest` + +Before: + +![Screen Shot 2020-08-06 at 10 14 27 AM](https://user-images.githubusercontent.com/27659/89677247-f29e0d00-d8a1-11ea-9df7-d8dc61ea923d.png) + +After (current latest `master-head`): + + +",0,rancher logging helm options ui not available in latest master rancher master head ha dashboard index latest before after current latest master head img width alt screen shot at am src ,0 +797587,28149058487.0,IssuesEvent,2023-04-02 20:31:56,dev-launchers/dev-launchers-platform,https://api.github.com/repos/dev-launchers/dev-launchers-platform,closed,[BUG] Back button in Idea submission page not showing hand icon while hover with the mouse,bug FRONTEND IdeaSpace dev [priority] LOW,"### Steps to replicate are +1. Go to IdeaSpace > Idea Submission page https://devlaunchers.org/ideaspace/submit +2. Rollover with the mouse over the back button at the top left. + + +### Device and OS + +- Desktop +- Browsers: Chrome & Microsoft Edge + + +### Expected behavior +While hovering with the mouse over the back button the cursor should show a hand icon. + + +### Actual behavior +While hovering with the mouse on the back button it shows the pointer icon. Please watch the video and screenshot below. + +----------------------------------------------------------------- +https://images.zenhubusercontent.com/225525029/8bcc4084-27bb-4ab1-87b7-46e1c481baff/https___devlaunchers_org_ideaspace_submit___google_chrome_2023_03_18_16_01_37.mp4 + +![image.png](https://images.zenhubusercontent.com/63400f3d1e79614e45d9ebd9/91e619fd-57ac-4bb8-8df1-4b59f928e050)",1.0,"[BUG] Back button in Idea submission page not showing hand icon while hover with the mouse - ### Steps to replicate are +1. Go to IdeaSpace > Idea Submission page https://devlaunchers.org/ideaspace/submit +2. Rollover with the mouse over the back button at the top left. + + +### Device and OS + +- Desktop +- Browsers: Chrome & Microsoft Edge + + +### Expected behavior +While hovering with the mouse over the back button the cursor should show a hand icon. + + +### Actual behavior +While hovering with the mouse on the back button it shows the pointer icon. Please watch the video and screenshot below. + +----------------------------------------------------------------- +https://images.zenhubusercontent.com/225525029/8bcc4084-27bb-4ab1-87b7-46e1c481baff/https___devlaunchers_org_ideaspace_submit___google_chrome_2023_03_18_16_01_37.mp4 + +![image.png](https://images.zenhubusercontent.com/63400f3d1e79614e45d9ebd9/91e619fd-57ac-4bb8-8df1-4b59f928e050)",0, back button in idea submission page not showing hand icon while hover with the mouse steps to replicate are go to ideaspace idea submission page rollover with the mouse over the back button at the top left device and os desktop browsers chrome microsoft edge expected behavior while hovering with the mouse over the back button the cursor should show a hand icon actual behavior while hovering with the mouse on the back button it shows the pointer icon please watch the video and screenshot below ,0 +4946,11866562784.0,IssuesEvent,2020-03-26 04:08:29,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Please update the information in ""Use Azure Backup to create cross region backups that are application consistent"" ",Pri2 architecture-center/svc assigned-to-author cloud-design-principles/subsvc doc-enhancement triaged,"According to the backup team, with the azure backup service, users can only restore VM’s/Disks to the same region as the backed up VM. So even though they may be using geo-replicated storage, they cannot leverage that to initiate a restore in the partner region. +It contradicts the information in this document. Could you please update accordingly? Thank you. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b31c85c7-c25d-897f-e52d-789f7306457b +* Version Independent ID: 969106a5-df35-afef-5afc-96a26c970f44 +* Content: [Recover from loss of an Azure region](https://docs.microsoft.com/en-us/azure/architecture/resiliency/recovery-loss-azure-region#feedback) +* Content Source: [docs/resiliency/recovery-loss-azure-region.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/resiliency/recovery-loss-azure-region.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @adamglick +* Microsoft Alias: **pnp**",1.0,"Please update the information in ""Use Azure Backup to create cross region backups that are application consistent"" - According to the backup team, with the azure backup service, users can only restore VM’s/Disks to the same region as the backed up VM. So even though they may be using geo-replicated storage, they cannot leverage that to initiate a restore in the partner region. +It contradicts the information in this document. Could you please update accordingly? Thank you. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b31c85c7-c25d-897f-e52d-789f7306457b +* Version Independent ID: 969106a5-df35-afef-5afc-96a26c970f44 +* Content: [Recover from loss of an Azure region](https://docs.microsoft.com/en-us/azure/architecture/resiliency/recovery-loss-azure-region#feedback) +* Content Source: [docs/resiliency/recovery-loss-azure-region.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/resiliency/recovery-loss-azure-region.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @adamglick +* Microsoft Alias: **pnp**",1,please update the information in use azure backup to create cross region backups that are application consistent according to the backup team with the azure backup service users can only restore vm’s disks to the same region as the backed up vm so even though they may be using geo replicated storage they cannot leverage that to initiate a restore in the partner region it contradicts the information in this document could you please update accordingly thank you document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id afef content content source service architecture center sub service cloud design principles github login adamglick microsoft alias pnp ,1 +5808,13181758361.0,IssuesEvent,2020-08-12 14:47:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Syntax for link to service or URL showing up in doc,Pri2 architecture-center/svc cloud-fundamentals/subsvc doc-bug triaged,"`Paired regions +To protect an application against a regional outage, you can deploy the application across multiple regions, using [Azure Traffic Manager][traffic-manager]` + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d42fd9ae-205d-042a-4d38-4ca356e27d17 +* Version Independent ID: 694c671b-430e-31b6-9133-2324bb3a2efa +* Content: [Comparing AWS and Azure regions and zones - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/regions-zones) +* Content Source: [docs/aws-professional/regions-zones.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/regions-zones.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Syntax for link to service or URL showing up in doc - `Paired regions +To protect an application against a regional outage, you can deploy the application across multiple regions, using [Azure Traffic Manager][traffic-manager]` + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d42fd9ae-205d-042a-4d38-4ca356e27d17 +* Version Independent ID: 694c671b-430e-31b6-9133-2324bb3a2efa +* Content: [Comparing AWS and Azure regions and zones - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/regions-zones) +* Content Source: [docs/aws-professional/regions-zones.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/regions-zones.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,syntax for link to service or url showing up in doc paired regions to protect an application against a regional outage you can deploy the application across multiple regions using document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +3853,10223504860.0,IssuesEvent,2019-08-16 09:52:04,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Highlight that Helm in ACR is not GA yet.,Pri1 architecture-center/svc cxp doc-enhancement reference-architecture/subsvc triaged,"Please, highlight that as of today - storing Helm Charts in Azure Container registry is still in preview. +https://docs.microsoft.com/en-us/azure/container-registry/container-registry-helm-repos +I would be very careful with preview features, because essentially - we can use it on our own risk and will not receive support from Microsoft if something goes wrong + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 57f4d213-3eb1-5b4c-aa67-116e8fa36f7d +* Version Independent ID: 18199b5a-8f57-6574-c795-7540199ae49a +* Content: [Building a CI/CD pipeline for microservices on Kubernetes](https://docs.microsoft.com/en-us/azure/architecture/microservices/ci-cd-kubernetes) +* Content Source: [docs/microservices/ci-cd-kubernetes.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/ci-cd-kubernetes.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Highlight that Helm in ACR is not GA yet. - Please, highlight that as of today - storing Helm Charts in Azure Container registry is still in preview. +https://docs.microsoft.com/en-us/azure/container-registry/container-registry-helm-repos +I would be very careful with preview features, because essentially - we can use it on our own risk and will not receive support from Microsoft if something goes wrong + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 57f4d213-3eb1-5b4c-aa67-116e8fa36f7d +* Version Independent ID: 18199b5a-8f57-6574-c795-7540199ae49a +* Content: [Building a CI/CD pipeline for microservices on Kubernetes](https://docs.microsoft.com/en-us/azure/architecture/microservices/ci-cd-kubernetes) +* Content Source: [docs/microservices/ci-cd-kubernetes.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/ci-cd-kubernetes.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,highlight that helm in acr is not ga yet please highlight that as of today storing helm charts in azure container registry is still in preview i would be very careful with preview features because essentially we can use it on our own risk and will not receive support from microsoft if something goes wrong document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +4611,11434841148.0,IssuesEvent,2020-02-04 18:10:50,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Next Steps Links Broken,Pri1 architecture-center/svc cxp doc-bug triaged,"404 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 018a7aef-3117-17c5-8693-7455cefa54d3 +* Version Independent ID: a6c4e7a0-3cfa-1c4c-bc48-6281c870b035 +* Content: [Enterprise-scale disaster recovery - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/disaster-recovery-enterprise-scale-dr#feedback) +* Content Source: [docs/solution-ideas/articles/disaster-recovery-enterprise-scale-dr.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/disaster-recovery-enterprise-scale-dr.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Next Steps Links Broken - 404 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 018a7aef-3117-17c5-8693-7455cefa54d3 +* Version Independent ID: a6c4e7a0-3cfa-1c4c-bc48-6281c870b035 +* Content: [Enterprise-scale disaster recovery - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/disaster-recovery-enterprise-scale-dr#feedback) +* Content Source: [docs/solution-ideas/articles/disaster-recovery-enterprise-scale-dr.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/disaster-recovery-enterprise-scale-dr.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,next steps links broken document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +9118,24055282859.0,IssuesEvent,2022-09-16 16:14:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,how to handle message from service bus queue via apim,assigned-to-author triaged product-question architecture-center/svc Pri2 design-pattern/subsvc,"I don't know if there any solution of it, but here is my problem. + +Working solution +1) I can push the queue from my application by ServiceBusClient and ServiceBusMessage +2) I can read the message via ServiceBusProcessor + +but problems begin, if I want put service bus behind APIM, how can I use ServiceBusProcessor? please help me if there any work-around. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 02e8312a-a2b2-c683-2bc5-ebadf37cfbfe +* Version Independent ID: 23ab5226-f35d-cb04-109d-a4e651785f8d +* Content: [Publisher-Subscriber pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/publisher-subscriber) +* Content Source: [docs/patterns/publisher-subscriber.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/publisher-subscriber.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @alexbuckgit +* Microsoft Alias: **pnp**",1.0,"how to handle message from service bus queue via apim - I don't know if there any solution of it, but here is my problem. + +Working solution +1) I can push the queue from my application by ServiceBusClient and ServiceBusMessage +2) I can read the message via ServiceBusProcessor + +but problems begin, if I want put service bus behind APIM, how can I use ServiceBusProcessor? please help me if there any work-around. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 02e8312a-a2b2-c683-2bc5-ebadf37cfbfe +* Version Independent ID: 23ab5226-f35d-cb04-109d-a4e651785f8d +* Content: [Publisher-Subscriber pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/publisher-subscriber) +* Content Source: [docs/patterns/publisher-subscriber.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/publisher-subscriber.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @alexbuckgit +* Microsoft Alias: **pnp**",1,how to handle message from service bus queue via apim i don t know if there any solution of it but here is my problem working solution i can push the queue from my application by servicebusclient and servicebusmessage i can read the message via servicebusprocessor but problems begin if i want put service bus behind apim how can i use servicebusprocessor please help me if there any work around document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login alexbuckgit microsoft alias pnp ,1 +185681,6726631247.0,IssuesEvent,2017-10-17 10:34:43,World-Control-Team/World-Control,https://api.github.com/repos/World-Control-Team/World-Control,opened,Rewrite Cards,assigned priority:mid wip,I'd like to rewrite cards using a forge registry instead of a separate item to save on ID space and allowing addons to easily make new cards,1.0,Rewrite Cards - I'd like to rewrite cards using a forge registry instead of a separate item to save on ID space and allowing addons to easily make new cards,0,rewrite cards i d like to rewrite cards using a forge registry instead of a separate item to save on id space and allowing addons to easily make new cards,0 +11225,28496730180.0,IssuesEvent,2023-04-18 14:42:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Number sceme numbering does not align with the numbering in the spreadsheet,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc," +The number scheme numbering does not align with the numbering in the ""Microsoft Conditional Access for Zero trust persona based policies"" spreadsheet linked on the page under Recommended Conditional Access policies. This is easy to solve, but this is probably one of the best documentation documents I have seen so why shame it with this flaw? Thank you very much + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: a7fac997-1920-f24e-767a-13755b794f85 +* Version Independent ID: a7fac997-1920-f24e-767a-13755b794f85 +* Content: [Conditional Access framework and policies - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/security/conditional-access-framework) +* Content Source: [docs/guide/security/conditional-access-framework.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/security/conditional-access-framework.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @clajes +* Microsoft Alias: **clajes**",1.0,"Number sceme numbering does not align with the numbering in the spreadsheet - +The number scheme numbering does not align with the numbering in the ""Microsoft Conditional Access for Zero trust persona based policies"" spreadsheet linked on the page under Recommended Conditional Access policies. This is easy to solve, but this is probably one of the best documentation documents I have seen so why shame it with this flaw? Thank you very much + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: a7fac997-1920-f24e-767a-13755b794f85 +* Version Independent ID: a7fac997-1920-f24e-767a-13755b794f85 +* Content: [Conditional Access framework and policies - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/security/conditional-access-framework) +* Content Source: [docs/guide/security/conditional-access-framework.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/security/conditional-access-framework.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @clajes +* Microsoft Alias: **clajes**",1,number sceme numbering does not align with the numbering in the spreadsheet the number scheme numbering does not align with the numbering in the microsoft conditional access for zero trust persona based policies spreadsheet linked on the page under recommended conditional access policies this is easy to solve but this is probably one of the best documentation documents i have seen so why shame it with this flaw thank you very much document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login clajes microsoft alias clajes ,1 +40959,21329314417.0,IssuesEvent,2022-04-18 05:53:16,taosdata/TDengine,https://api.github.com/repos/taosdata/TDengine,closed,JDBC connector insertion performance issue,performance,"JDBC Connector版本:2.0.15 +TDengine版本:2.0.12 + +相同的软硬件环境 +相同的运行环境:10线程+1000条/批次 + +使用taosdemo程序生成10亿数据,插入效率为250万/秒 + +使用Spring Boot 2.3.7+MyBatis Plus3.4.1,插入效率为不到5000条/秒 + +核心代码: +```java + + public void generateRawData() { + final int batchCnt = (int) Math.ceil((100 * 10000) / ((double) BATCH_SIZE)); + + ExecutorService executorService = new ThreadPoolExecutor(MAX_THREADS, MAX_THREADS, + 0L, TimeUnit.MILLISECONDS, + new LinkedBlockingQueue<>()); + + log.info(""生成开始...""); + + for (int i = 0; i < 10; ++i) { + final Integer index = i; + + executorService.submit(() -> { + List items = new ArrayList<>(BATCH_SIZE); + + double startValue = 0.0; + LocalDateTime startCollectTime = LocalDateTime.of(2012, 1, 1, 0, 0, 0); + + RawData data = new RawData(); + data.setIndex(index); + data.setItems(items); + + for (int b = 0; b < batchCnt; ++b) { + List collectTimes = + Stream.iterate(startCollectTime, item -> item.plusSeconds(1)) + .limit(BATCH_SIZE) + .collect(Collectors.toList()); + + List values = + Stream.iterate(startValue, item -> item + 0.00001) + .limit(BATCH_SIZE) + .collect(Collectors.toList()); + + startValue = values.get(values.size() - 1) + 0.00001; + startCollectTime = collectTimes.get(collectTimes.size() - 1).plusSeconds(1); + + items.clear(); + for (int vIndex = 0; vIndex < BATCH_SIZE; ++vIndex) { + items.add(new RawDataItem(Timestamp.valueOf(collectTimes.get(vIndex)), values.get(vIndex))); + } + + long startTime = System.currentTimeMillis(); + this.taosMapper.insertRawData(data); + log.info(""插入 "" + BATCH_SIZE + "" 条记录花费:"" + (System.currentTimeMillis() - startTime) + "" 毫秒""); + } + + log.info(""生成 "" + index + "" 完成""); + }); + } + } + + + +@Repository +@Mapper +public interface TaosMapper { + void insertRawData(RawData data); +} + + +@Data +public class RawData { + private Integer index; + + private List items; +} + + +@Data +@AllArgsConstructor +@NoArgsConstructor +public class RawDataItem { + private Timestamp collectTime; + + private Double collectValue; +} +``` + +```xml + + + + + + INSERT INTO tb_test_${index} (collect_time, target_value) + VALUES + + (#{item.collectTime}, #{item.collectValue}) + + + + +```",True,"JDBC connector insertion performance issue - JDBC Connector版本:2.0.15 +TDengine版本:2.0.12 + +相同的软硬件环境 +相同的运行环境:10线程+1000条/批次 + +使用taosdemo程序生成10亿数据,插入效率为250万/秒 + +使用Spring Boot 2.3.7+MyBatis Plus3.4.1,插入效率为不到5000条/秒 + +核心代码: +```java + + public void generateRawData() { + final int batchCnt = (int) Math.ceil((100 * 10000) / ((double) BATCH_SIZE)); + + ExecutorService executorService = new ThreadPoolExecutor(MAX_THREADS, MAX_THREADS, + 0L, TimeUnit.MILLISECONDS, + new LinkedBlockingQueue<>()); + + log.info(""生成开始...""); + + for (int i = 0; i < 10; ++i) { + final Integer index = i; + + executorService.submit(() -> { + List items = new ArrayList<>(BATCH_SIZE); + + double startValue = 0.0; + LocalDateTime startCollectTime = LocalDateTime.of(2012, 1, 1, 0, 0, 0); + + RawData data = new RawData(); + data.setIndex(index); + data.setItems(items); + + for (int b = 0; b < batchCnt; ++b) { + List collectTimes = + Stream.iterate(startCollectTime, item -> item.plusSeconds(1)) + .limit(BATCH_SIZE) + .collect(Collectors.toList()); + + List values = + Stream.iterate(startValue, item -> item + 0.00001) + .limit(BATCH_SIZE) + .collect(Collectors.toList()); + + startValue = values.get(values.size() - 1) + 0.00001; + startCollectTime = collectTimes.get(collectTimes.size() - 1).plusSeconds(1); + + items.clear(); + for (int vIndex = 0; vIndex < BATCH_SIZE; ++vIndex) { + items.add(new RawDataItem(Timestamp.valueOf(collectTimes.get(vIndex)), values.get(vIndex))); + } + + long startTime = System.currentTimeMillis(); + this.taosMapper.insertRawData(data); + log.info(""插入 "" + BATCH_SIZE + "" 条记录花费:"" + (System.currentTimeMillis() - startTime) + "" 毫秒""); + } + + log.info(""生成 "" + index + "" 完成""); + }); + } + } + + + +@Repository +@Mapper +public interface TaosMapper { + void insertRawData(RawData data); +} + + +@Data +public class RawData { + private Integer index; + + private List items; +} + + +@Data +@AllArgsConstructor +@NoArgsConstructor +public class RawDataItem { + private Timestamp collectTime; + + private Double collectValue; +} +``` + +```xml + + + + + + INSERT INTO tb_test_${index} (collect_time, target_value) + VALUES + + (#{item.collectTime}, #{item.collectValue}) + + + + +```",0,jdbc connector insertion performance issue jdbc connector版本: tdengine版本: 相同的软硬件环境 相同的运行环境: 批次 , 秒 使用spring boot mybatis , 秒 核心代码: java public void generaterawdata final int batchcnt int math ceil double batch size executorservice executorservice new threadpoolexecutor max threads max threads timeunit milliseconds new linkedblockingqueue log info 生成开始 for int i i i final integer index i executorservice submit list items new arraylist batch size double startvalue localdatetime startcollecttime localdatetime of rawdata data new rawdata data setindex index data setitems items for int b b batchcnt b list collecttimes stream iterate startcollecttime item item plusseconds limit batch size collect collectors tolist list values stream iterate startvalue item item limit batch size collect collectors tolist startvalue values get values size startcollecttime collecttimes get collecttimes size plusseconds items clear for int vindex vindex batch size vindex items add new rawdataitem timestamp valueof collecttimes get vindex values get vindex long starttime system currenttimemillis this taosmapper insertrawdata data log info 插入 batch size 条记录花费: system currenttimemillis starttime 毫秒 log info 生成 index 完成 repository mapper public interface taosmapper void insertrawdata rawdata data data public class rawdata private integer index private list items data allargsconstructor noargsconstructor public class rawdataitem private timestamp collecttime private double collectvalue xml insert into tb test index collect time target value values item collecttime item collectvalue ,0 +696465,23902205378.0,IssuesEvent,2022-09-08 19:55:15,episphere/connect,https://api.github.com/repos/episphere/connect,opened,If blood and Urine are marked as collected force the bag to be marked as well,Biospecimen Dashboard Research Clinical Priority 1,"On both the clinical and research dashboards, if any blood or urine tubes are marked as collected and any Full Specimen IDs have been entered, the user should be forced to also mark the blood/urine biohazard bag (0008) as collected and enter in the Full Specimen ID for that bag. The check should happen when hitting either the ""Save"" or the ""Go to Review"" button. If the bag does not have its Full Specimen ID entered, include a pop up that says ""Enter the Full Specimen ID for the Biohazard bag blood/urine (0008)""",1.0,"If blood and Urine are marked as collected force the bag to be marked as well - On both the clinical and research dashboards, if any blood or urine tubes are marked as collected and any Full Specimen IDs have been entered, the user should be forced to also mark the blood/urine biohazard bag (0008) as collected and enter in the Full Specimen ID for that bag. The check should happen when hitting either the ""Save"" or the ""Go to Review"" button. If the bag does not have its Full Specimen ID entered, include a pop up that says ""Enter the Full Specimen ID for the Biohazard bag blood/urine (0008)""",0,if blood and urine are marked as collected force the bag to be marked as well on both the clinical and research dashboards if any blood or urine tubes are marked as collected and any full specimen ids have been entered the user should be forced to also mark the blood urine biohazard bag as collected and enter in the full specimen id for that bag the check should happen when hitting either the save or the go to review button if the bag does not have its full specimen id entered include a pop up that says enter the full specimen id for the biohazard bag blood urine ,0 +8435,22494146551.0,IssuesEvent,2022-06-23 05:42:12,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Explanation for Azure Container Apps,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc,"The explanation for understanding Azure Container Apps is same as Azure Virtual Machine. +``` +Deploy and manage VMs inside an Azure virtual network. +``` + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#understand-the-basic-features) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"Explanation for Azure Container Apps - The explanation for understanding Azure Container Apps is same as Azure Virtual Machine. +``` +Deploy and manage VMs inside an Azure virtual network. +``` + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#understand-the-basic-features) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,explanation for azure container apps the explanation for understanding azure container apps is same as azure virtual machine deploy and manage vms inside an azure virtual network document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias edprice ,1 +6363,14362500822.0,IssuesEvent,2020-11-30 19:55:55,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,App Service Global Vnet Peering,architecture-center/svc assigned-to-author example-scenario/subsvc product-question triaged,"Is there a plan to enhance App Service VNet integration to utilise global vnet peering? +So that app services can access SQL Databases via private endpoints in different regions. + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7499b146-3340-d7d1-6c5f-3ed508b773cb +* Version Independent ID: 61b10612-1136-3840-c7c1-804e63b23410 +* Content: [Web app private connectivity to Azure SQL database - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/private-web-app/private-web-app#global-peering) +* Content Source: [docs/example-scenario/private-web-app/private-web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/private-web-app/private-web-app.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @jelledruyts +* Microsoft Alias: **jelled**",1.0,"App Service Global Vnet Peering - Is there a plan to enhance App Service VNet integration to utilise global vnet peering? +So that app services can access SQL Databases via private endpoints in different regions. + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7499b146-3340-d7d1-6c5f-3ed508b773cb +* Version Independent ID: 61b10612-1136-3840-c7c1-804e63b23410 +* Content: [Web app private connectivity to Azure SQL database - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/private-web-app/private-web-app#global-peering) +* Content Source: [docs/example-scenario/private-web-app/private-web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/private-web-app/private-web-app.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @jelledruyts +* Microsoft Alias: **jelled**",1,app service global vnet peering is there a plan to enhance app service vnet integration to utilise global vnet peering so that app services can access sql databases via private endpoints in different regions document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login jelledruyts microsoft alias jelled ,1 +9181,24171746474.0,IssuesEvent,2022-09-22 19:54:57,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,SNS is listed as SQS,doc-bug assigned-to-author triaged architecture-center/svc cloud-fundamentals/subsvc Pri2,"SNS is listed as SQS. Please correct. +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"SNS is listed as SQS - SNS is listed as SQS. Please correct. +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,sns is listed as sqs sns is listed as sqs please correct document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +116764,11941550037.0,IssuesEvent,2020-04-02 18:39:02,adeira/universe,https://api.github.com/repos/adeira/universe,closed,Improve intro page of docs,documentation,"This part of docs on intro page should be more welcoming: + + +",1.0,"Improve intro page of docs - This part of docs on intro page should be more welcoming: + + +",0,improve intro page of docs this part of docs on intro page should be more welcoming img width alt screenshot src ,0 +15866,20036239295.0,IssuesEvent,2022-02-02 12:13:06,GoogleCloudPlatform/fda-mystudies,https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies,closed,iOS 15 > Sign in page is not responsive post clicking on 'Forgot passcode? sign in again' link,Bug P2 iOS Process: Fixed Process: Tested dev,"**Steps:** +1. Install the app in iOS 15+ compatible version +2. Login/Signup +3. Navigated to studies list +4. Minimize and resume the app +5. Click on 'Forgot passcode? Signin again' link +6. Observe entire sign in page is not responsive + +**Actual:** Sign in page is not responsive post clicking on 'Forgot passcode? sign in again' link + +**Expected:** Page should be responsive + +1. iOS Version: 15.0.1 +2. Issue was not observed in < iOS 15 versions + +**Refer video:** + +https://user-images.githubusercontent.com/60386291/135969592-4383d0b2-c6a3-4f68-b81e-35020d2b9fc1.MOV + + +",2.0,"iOS 15 > Sign in page is not responsive post clicking on 'Forgot passcode? sign in again' link - **Steps:** +1. Install the app in iOS 15+ compatible version +2. Login/Signup +3. Navigated to studies list +4. Minimize and resume the app +5. Click on 'Forgot passcode? Signin again' link +6. Observe entire sign in page is not responsive + +**Actual:** Sign in page is not responsive post clicking on 'Forgot passcode? sign in again' link + +**Expected:** Page should be responsive + +1. iOS Version: 15.0.1 +2. Issue was not observed in < iOS 15 versions + +**Refer video:** + +https://user-images.githubusercontent.com/60386291/135969592-4383d0b2-c6a3-4f68-b81e-35020d2b9fc1.MOV + + +",0,ios sign in page is not responsive post clicking on forgot passcode sign in again link steps install the app in ios compatible version login signup navigated to studies list minimize and resume the app click on forgot passcode signin again link observe entire sign in page is not responsive actual sign in page is not responsive post clicking on forgot passcode sign in again link expected page should be responsive ios version issue was not observed in ios versions refer video ,0 +1155,30181451729.0,IssuesEvent,2023-07-04 09:09:42,newtheatre/history-project,https://api.github.com/repos/newtheatre/history-project,closed,Stage name,people report-tool,"End user submitted issue from page: [/people/sophie_walton/](https://history.newtheatre.org.uk/people/sophie_walton/) +--- +Believe she’s now going by Pippa Walton for the acting stuff +*Ben Woodford* +",1.0,"Stage name - End user submitted issue from page: [/people/sophie_walton/](https://history.newtheatre.org.uk/people/sophie_walton/) +--- +Believe she’s now going by Pippa Walton for the acting stuff +*Ben Woodford* +",0,stage name end user submitted issue from page believe she’s now going by pippa walton for the acting stuff ben woodford ,0 +99776,12476746770.0,IssuesEvent,2020-05-29 13:59:34,flutter/flutter,https://api.github.com/repos/flutter/flutter,closed,Weird behavior on removing TextField widgets dynamically created,f: material design framework waiting for customer response,"Hello, I am facing a weird behavior (or maybe I am doing something wrong): I was working on a dynamic form validation example, where I have two fields (name and age) and a button to add more of these pair of fields and another one for each pair to eliminate them from the screen. When, for example, I have three pairs of these fields, let's say ""name: [A,B,C] and age: [1,2,3]"" and I click on the delete button of the middle pair of fields, instead of having ""name: [A, C] and age: [1, 3]"", I have ""name: [A, B] and age: [1, 2]"" like if the middle textfields retain the old value (instead, in the debug console I have the correct pair of values). I found a workaround using a collection of TextEditingController and setting the value of each textfield to the correct one. Is this behavior intended or an issue? + + +## Steps to Reproduce + + + +1. Add three new pair of fields by clicking on the button ""Add more fields"" +2. Insert e.g name A, age 1, name B, age 2, name C, age 3 +3. Click to remove the middle pair of name/age fields + +https://gist.github.com/frideosapps/fadea58ae7d52d1cdb9537ed833cfa39 + +Working version (with TextEditingController): https://gist.github.com/frideosapps/1e17e64ec72bad936268730b379aabf3 + + +## Logs + +``` +[√] Flutter (Channel stable, v1.2.1, on Microsoft Windows [Version 10.0.17134.706], locale + en-US) + • Flutter version 1.2.1 at C:\flutter + • Framework revision 8661d8aecd (9 weeks ago), 2019-02-14 19:19:53 -0800 + • Engine revision 3757390fa4 + • Dart version 2.1.2 (build 2.1.2-dev.0.0 0a7dcf17eb) + +[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3) + • Android SDK at C:\Users\frata\AppData\Local\Android\sdk + • Android NDK location not configured (optional; useful for native profiling support) + • Platform android-28, build-tools 28.0.3 + • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java + • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01) + • All Android licenses accepted. + +[√] Android Studio (version 3.3) + • Android Studio at C:\Program Files\Android\Android Studio + • Flutter plugin version 34.0.1 + • Dart plugin version 182.5215 + • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01) + +[√] IntelliJ IDEA Community Edition (version 2018.3) + • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.3 + • Flutter plugin version 31.1.4 + • Dart plugin version 183.4733 + +[√] VS Code, 64-bit edition (version 1.33.1) + • VS Code at C:\Program Files\Microsoft VS Code + • Flutter extension version 2.25.1 + +[√] Connected device (1 available) + • Android SDK built for x86 • emulator-5554 • android-x86 • Android 8.1.0 (API 27) + (emulator) + +• No issues found! +```",1.0,"Weird behavior on removing TextField widgets dynamically created - Hello, I am facing a weird behavior (or maybe I am doing something wrong): I was working on a dynamic form validation example, where I have two fields (name and age) and a button to add more of these pair of fields and another one for each pair to eliminate them from the screen. When, for example, I have three pairs of these fields, let's say ""name: [A,B,C] and age: [1,2,3]"" and I click on the delete button of the middle pair of fields, instead of having ""name: [A, C] and age: [1, 3]"", I have ""name: [A, B] and age: [1, 2]"" like if the middle textfields retain the old value (instead, in the debug console I have the correct pair of values). I found a workaround using a collection of TextEditingController and setting the value of each textfield to the correct one. Is this behavior intended or an issue? + + +## Steps to Reproduce + + + +1. Add three new pair of fields by clicking on the button ""Add more fields"" +2. Insert e.g name A, age 1, name B, age 2, name C, age 3 +3. Click to remove the middle pair of name/age fields + +https://gist.github.com/frideosapps/fadea58ae7d52d1cdb9537ed833cfa39 + +Working version (with TextEditingController): https://gist.github.com/frideosapps/1e17e64ec72bad936268730b379aabf3 + + +## Logs + +``` +[√] Flutter (Channel stable, v1.2.1, on Microsoft Windows [Version 10.0.17134.706], locale + en-US) + • Flutter version 1.2.1 at C:\flutter + • Framework revision 8661d8aecd (9 weeks ago), 2019-02-14 19:19:53 -0800 + • Engine revision 3757390fa4 + • Dart version 2.1.2 (build 2.1.2-dev.0.0 0a7dcf17eb) + +[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3) + • Android SDK at C:\Users\frata\AppData\Local\Android\sdk + • Android NDK location not configured (optional; useful for native profiling support) + • Platform android-28, build-tools 28.0.3 + • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java + • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01) + • All Android licenses accepted. + +[√] Android Studio (version 3.3) + • Android Studio at C:\Program Files\Android\Android Studio + • Flutter plugin version 34.0.1 + • Dart plugin version 182.5215 + • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01) + +[√] IntelliJ IDEA Community Edition (version 2018.3) + • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.3 + • Flutter plugin version 31.1.4 + • Dart plugin version 183.4733 + +[√] VS Code, 64-bit edition (version 1.33.1) + • VS Code at C:\Program Files\Microsoft VS Code + • Flutter extension version 2.25.1 + +[√] Connected device (1 available) + • Android SDK built for x86 • emulator-5554 • android-x86 • Android 8.1.0 (API 27) + (emulator) + +• No issues found! +```",0,weird behavior on removing textfield widgets dynamically created hello i am facing a weird behavior or maybe i am doing something wrong i was working on a dynamic form validation example where i have two fields name and age and a button to add more of these pair of fields and another one for each pair to eliminate them from the screen when for example i have three pairs of these fields let s say name and age and i click on the delete button of the middle pair of fields instead of having name and age i have name and age like if the middle textfields retain the old value instead in the debug console i have the correct pair of values i found a workaround using a collection of texteditingcontroller and setting the value of each textfield to the correct one is this behavior intended or an issue steps to reproduce please tell us exactly how to reproduce the problem you are running into please attach a small application ideally just one main dart file that reproduces the problem you could use for this if the problem is with your application s rendering then please attach a screenshot and explain what the problem is add three new pair of fields by clicking on the button add more fields insert e g name a age name b age name c age click to remove the middle pair of name age fields working version with texteditingcontroller logs flutter channel stable on microsoft windows locale en us • flutter version at c flutter • framework revision weeks ago • engine revision • dart version build dev android toolchain develop for android devices android sdk version • android sdk at c users frata appdata local android sdk • android ndk location not configured optional useful for native profiling support • platform android build tools • java binary at c program files android android studio jre bin java • java version openjdk runtime environment build release • all android licenses accepted android studio version • android studio at c program files android android studio • flutter plugin version • dart plugin version • java version openjdk runtime environment build release intellij idea community edition version • intellij at c program files jetbrains intellij idea community edition • flutter plugin version • dart plugin version vs code bit edition version • vs code at c program files microsoft vs code • flutter extension version connected device available • android sdk built for • emulator • android • android api emulator • no issues found ,0 +3878,10239353386.0,IssuesEvent,2019-08-19 18:02:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Key/Value vs Object storage,architecture-center/svc assigned-to-author doc-enhancement triaged,"Key/Value and Object storage are extremely similar, potentially the same. +It would be good if the doc could draw out the similarities and differences. They should be discussed together. A person looking for a key/value store, based strictly on this doc, wouldn't consider blob storage, and that's just not right. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a6a2dd11-b2f0-7821-a877-fc09af4ac967 +* Version Independent ID: f7537dfd-5472-f0d2-d344-db85fd65bf71 +* Content: [Choose the right data store - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview#object-storage) +* Content Source: [docs/guide/technology-choices/data-store-overview.md](https://github.com/mspnp/architecture-center/blob/master/docs/guide/technology-choices/data-store-overview.md) +* Service: **architecture-center** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"Key/Value vs Object storage - Key/Value and Object storage are extremely similar, potentially the same. +It would be good if the doc could draw out the similarities and differences. They should be discussed together. A person looking for a key/value store, based strictly on this doc, wouldn't consider blob storage, and that's just not right. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a6a2dd11-b2f0-7821-a877-fc09af4ac967 +* Version Independent ID: f7537dfd-5472-f0d2-d344-db85fd65bf71 +* Content: [Choose the right data store - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview#object-storage) +* Content Source: [docs/guide/technology-choices/data-store-overview.md](https://github.com/mspnp/architecture-center/blob/master/docs/guide/technology-choices/data-store-overview.md) +* Service: **architecture-center** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,key value vs object storage key value and object storage are extremely similar potentially the same it would be good if the doc could draw out the similarities and differences they should be discussed together a person looking for a key value store based strictly on this doc wouldn t consider blob storage and that s just not right document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login mikewasson microsoft alias pnp ,1 +23527,22110323502.0,IssuesEvent,2022-06-01 20:35:39,HHS/nih-oite-website,https://api.github.com/repos/HHS/nih-oite-website,opened,Account-holder: Reactivate archived account,Vendor / OITE Usability Possible Tools / Activities,"As a registered site user whose account has been archived, I want to be able to reactivate the account without OITE's involvement, so I can take care of business on the site (register for an event, schedule an appointment, etc.) without having to wait for OITE's help.",True,"Account-holder: Reactivate archived account - As a registered site user whose account has been archived, I want to be able to reactivate the account without OITE's involvement, so I can take care of business on the site (register for an event, schedule an appointment, etc.) without having to wait for OITE's help.",0,account holder reactivate archived account as a registered site user whose account has been archived i want to be able to reactivate the account without oite s involvement so i can take care of business on the site register for an event schedule an appointment etc without having to wait for oite s help ,0 +3884,10239413235.0,IssuesEvent,2019-08-19 18:11:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,TokenCache is changed to sealed,architecture-center/svc cxp doc-enhancement reference-architecture/subsvc triaged,"In latest version of ADAL library, TokenCache is changed to sealed while this document still uses inheritance to support distributed cache + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ab204a8d-c451-ef99-6610-139a0dee61ac +* Version Independent ID: 23a69ae2-70bc-aab5-bbe1-e9699d57558b +* Content: [Cache access tokens in a multitenant application](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/token-cache#feedback) +* Content Source: [docs/multitenant-identity/token-cache.md](https://github.com/mspnp/architecture-center/blob/master/docs/multitenant-identity/token-cache.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"TokenCache is changed to sealed - In latest version of ADAL library, TokenCache is changed to sealed while this document still uses inheritance to support distributed cache + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ab204a8d-c451-ef99-6610-139a0dee61ac +* Version Independent ID: 23a69ae2-70bc-aab5-bbe1-e9699d57558b +* Content: [Cache access tokens in a multitenant application](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/token-cache#feedback) +* Content Source: [docs/multitenant-identity/token-cache.md](https://github.com/mspnp/architecture-center/blob/master/docs/multitenant-identity/token-cache.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,tokencache is changed to sealed in latest version of adal library tokencache is changed to sealed while this document still uses inheritance to support distributed cache document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +4831,11755046733.0,IssuesEvent,2020-03-13 08:41:33,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Cosmos DB links are too vague,Pri1 architecture-center/svc cxp docs-experience reference-architecture/subsvc triaged,"Since Cosmos Db is a multi-model database service, it would be much better if Cosmos Db links are linked to the exact DB type/API/offering. For example key/value storage should be linked to Table API documentation or service. So it would be better if the link is https://docs.microsoft.com/en-us/azure/cosmos-db/table-introduction. + +Since the page is about data stores and what Azure offers; Table API should be mentioned when talking about key/value store and Cosmos DB main link is way to vague. An alternative may be to share both. Same thing is also valid for some other types... + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a6a2dd11-b2f0-7821-a877-fc09af4ac967 +* Version Independent ID: f7537dfd-5472-f0d2-d344-db85fd65bf71 +* Content: [Choose the right data store - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview) +* Content Source: [docs/guide/technology-choices/data-store-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/data-store-overview.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Cosmos DB links are too vague - Since Cosmos Db is a multi-model database service, it would be much better if Cosmos Db links are linked to the exact DB type/API/offering. For example key/value storage should be linked to Table API documentation or service. So it would be better if the link is https://docs.microsoft.com/en-us/azure/cosmos-db/table-introduction. + +Since the page is about data stores and what Azure offers; Table API should be mentioned when talking about key/value store and Cosmos DB main link is way to vague. An alternative may be to share both. Same thing is also valid for some other types... + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a6a2dd11-b2f0-7821-a877-fc09af4ac967 +* Version Independent ID: f7537dfd-5472-f0d2-d344-db85fd65bf71 +* Content: [Choose the right data store - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview) +* Content Source: [docs/guide/technology-choices/data-store-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/data-store-overview.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,cosmos db links are too vague since cosmos db is a multi model database service it would be much better if cosmos db links are linked to the exact db type api offering for example key value storage should be linked to table api documentation or service so it would be better if the link is since the page is about data stores and what azure offers table api should be mentioned when talking about key value store and cosmos db main link is way to vague an alternative may be to share both same thing is also valid for some other types document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +11351,30231252191.0,IssuesEvent,2023-07-06 07:06:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Unusable icons,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1," +[Enter feedback here] +azure icons are pretty unusable : why not make them available in easier to use formats such as ppt ? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Unusable icons - +[Enter feedback here] +azure icons are pretty unusable : why not make them available in easier to use formats such as ppt ? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,unusable icons azure icons are pretty unusable why not make them available in easier to use formats such as ppt document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login edprice msft microsoft alias architectures ,1 +200065,15789600979.0,IssuesEvent,2021-04-01 23:10:37,taufiqueahmed/soen390-team18,https://api.github.com/repos/taufiqueahmed/soen390-team18,closed,"As a Sales Manager, I want to be able to create a sales order so that I can sell products to my customers",documentation,"As a Sales Manager, I want to be able to create a sales order so that I can sell products to my customers",1.0,"As a Sales Manager, I want to be able to create a sales order so that I can sell products to my customers - As a Sales Manager, I want to be able to create a sales order so that I can sell products to my customers",0,as a sales manager i want to be able to create a sales order so that i can sell products to my customers as a sales manager i want to be able to create a sales order so that i can sell products to my customers,0 +5009,11943298395.0,IssuesEvent,2020-04-02 22:54:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Disk metrics are 0.0,Pri1 architecture-center/svc assigned-to-author product-question reference-architecture/subsvc triaged,"Seems like any disk metric has value of zero (0). Is this a known issue, or may it be related to using datastorage version 2 ? +The following gives no records: +SparkMetric_CL | where name_s contains ""filesystem"" | where value_d > 0 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9f728cb2-b203-6b2f-4e3c-9d0e1be2516f +* Version Independent ID: 9ed58ead-f4d0-d9d0-01fe-82b11be235a7 +* Content: [Send Azure Databricks application logs to Azure Monitor](https://docs.microsoft.com/en-us/azure/architecture/databricks-monitoring/application-logs) +* Content Source: [docs/databricks-monitoring/application-logs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/databricks-monitoring/application-logs.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",2.0,"Disk metrics are 0.0 - Seems like any disk metric has value of zero (0). Is this a known issue, or may it be related to using datastorage version 2 ? +The following gives no records: +SparkMetric_CL | where name_s contains ""filesystem"" | where value_d > 0 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9f728cb2-b203-6b2f-4e3c-9d0e1be2516f +* Version Independent ID: 9ed58ead-f4d0-d9d0-01fe-82b11be235a7 +* Content: [Send Azure Databricks application logs to Azure Monitor](https://docs.microsoft.com/en-us/azure/architecture/databricks-monitoring/application-logs) +* Content Source: [docs/databricks-monitoring/application-logs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/databricks-monitoring/application-logs.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1,disk metrics are seems like any disk metric has value of zero is this a known issue or may it be related to using datastorage version the following gives no records sparkmetric cl where name s contains filesystem where value d gt document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +10363,26838309086.0,IssuesEvent,2023-02-02 21:32:14,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,How are apps deployed?,assigned-to-author docs-experience triaged architecture-center/svc Pri2 solution-idea/subsvc," +[Enter feedback here] +If we have classic ASP.NET web site and want to deploy them on Dev/QA environment, we should spell out how that installations happen along with VM creation? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 115fe9d4-6876-b76b-c194-6dbe760f0131 +* Version Independent ID: bd2dbb27-a069-8609-5421-33d223df06eb +* Content: [DevTest and DevOps for IaaS solutions - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/dev-test-iaas) +* Content Source: [docs/solution-ideas/articles/dev-test-iaas.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/dev-test-iaas.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"How are apps deployed? - +[Enter feedback here] +If we have classic ASP.NET web site and want to deploy them on Dev/QA environment, we should spell out how that installations happen along with VM creation? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 115fe9d4-6876-b76b-c194-6dbe760f0131 +* Version Independent ID: bd2dbb27-a069-8609-5421-33d223df06eb +* Content: [DevTest and DevOps for IaaS solutions - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/dev-test-iaas) +* Content Source: [docs/solution-ideas/articles/dev-test-iaas.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/dev-test-iaas.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,how are apps deployed if we have classic asp net web site and want to deploy them on dev qa environment we should spell out how that installations happen along with vm creation document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +4140,10597481777.0,IssuesEvent,2019-10-10 00:49:51,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Handling exceptions > Capture exceptions and return a meaningful response to clients > DeleteCustomer - 400 may not be right one?,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"In Topic:Handling exceptions +Section:Capture exceptions and return a meaningful response to clients + +Can you add an explanation of scenarios that could lead to BadRequest(Strings.CustomerNotDeleted)? + + // Remove the customer from the repository + // The DeleteCustomer method returns true if the customer + // was successfully deleted + if (repository.DeleteCustomer(id)) + { + // Return a response message with status code 204 (No Content) + // To indicate that the operation was successful + return StatusCode(HttpStatusCode.NoContent); + } + else + { + // Otherwise return a 400 (Bad Request) error response + return BadRequest(Strings.CustomerNotDeleted); + } + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 329fde76-a838-59c9-73f6-96424c03a6e0 +* Version Independent ID: 203cd155-00c5-286b-96ce-5961c24c6273 +* Content: [API implementation guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-implementation) +* Content Source: [docs/best-practices/api-implementation.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/api-implementation.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Handling exceptions > Capture exceptions and return a meaningful response to clients > DeleteCustomer - 400 may not be right one? - In Topic:Handling exceptions +Section:Capture exceptions and return a meaningful response to clients + +Can you add an explanation of scenarios that could lead to BadRequest(Strings.CustomerNotDeleted)? + + // Remove the customer from the repository + // The DeleteCustomer method returns true if the customer + // was successfully deleted + if (repository.DeleteCustomer(id)) + { + // Return a response message with status code 204 (No Content) + // To indicate that the operation was successful + return StatusCode(HttpStatusCode.NoContent); + } + else + { + // Otherwise return a 400 (Bad Request) error response + return BadRequest(Strings.CustomerNotDeleted); + } + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 329fde76-a838-59c9-73f6-96424c03a6e0 +* Version Independent ID: 203cd155-00c5-286b-96ce-5961c24c6273 +* Content: [API implementation guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-implementation) +* Content Source: [docs/best-practices/api-implementation.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/api-implementation.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,handling exceptions capture exceptions and return a meaningful response to clients deletecustomer may not be right one in topic handling exceptions section capture exceptions and return a meaningful response to clients can you add an explanation of scenarios that could lead to badrequest strings customernotdeleted remove the customer from the repository the deletecustomer method returns true if the customer was successfully deleted if repository deletecustomer id return a response message with status code no content to indicate that the operation was successful return statuscode httpstatuscode nocontent else otherwise return a bad request error response return badrequest strings customernotdeleted document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +4090,10564931430.0,IssuesEvent,2019-10-05 06:49:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,ProductsCommandHandler implementation,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"Hello, +ProductsCommandHandler implements more than one ICommandHandler<T>, that breaks ""Single responsibility rule"" from SOLID. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0c0ec92e-c237-f3a6-1835-f2078486dcb3 +* Version Independent ID: f597c9a2-f18f-3722-57f9-acd535472b0b +* Content: [Command and Query Responsibility Segregation (CQRS) pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs#feedback) +* Content Source: [docs/patterns/cqrs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/cqrs.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"ProductsCommandHandler implementation - Hello, +ProductsCommandHandler implements more than one ICommandHandler<T>, that breaks ""Single responsibility rule"" from SOLID. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0c0ec92e-c237-f3a6-1835-f2078486dcb3 +* Version Independent ID: f597c9a2-f18f-3722-57f9-acd535472b0b +* Content: [Command and Query Responsibility Segregation (CQRS) pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs#feedback) +* Content Source: [docs/patterns/cqrs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/cqrs.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,productscommandhandler implementation hello productscommandhandler implements more than one icommandhandler lt t gt that breaks single responsibility rule from solid document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +387858,26741642218.0,IssuesEvent,2023-01-30 13:23:39,HyphaApp/hypha,https://api.github.com/repos/HyphaApp/hypha,opened,"Hypha style guide at ""/styleguide""",Type: Documentation,"### Description + +New adopters would like to know the font/typography and how to change the LOGO on their Hypha instance. The current logo is OTF's logo.",1.0,"Hypha style guide at ""/styleguide"" - ### Description + +New adopters would like to know the font/typography and how to change the LOGO on their Hypha instance. The current logo is OTF's logo.",0,hypha style guide at styleguide description new adopters would like to know the font typography and how to change the logo on their hypha instance the current logo is otf s logo ,0 +225782,17289206562.0,IssuesEvent,2021-07-24 11:10:22,dariowho/intents,https://api.github.com/repos/dariowho/intents,opened,Create CI for code coverage,documentation good first issue,"AS A chatbot developer +I WANT code coverage information to be consistent and up to date +SO THAT I can make a reliable judgment on the quality of the project + +### Description + +Codecov is configured for this repo and documented in the ""Development"" section of the docs. However, coverage info is updated manually. We want a CI script to read codecov token from GitHub secrets and publish a new report every time something is merged in `master`.",1.0,"Create CI for code coverage - AS A chatbot developer +I WANT code coverage information to be consistent and up to date +SO THAT I can make a reliable judgment on the quality of the project + +### Description + +Codecov is configured for this repo and documented in the ""Development"" section of the docs. However, coverage info is updated manually. We want a CI script to read codecov token from GitHub secrets and publish a new report every time something is merged in `master`.",0,create ci for code coverage as a chatbot developer i want code coverage information to be consistent and up to date so that i can make a reliable judgment on the quality of the project description codecov is configured for this repo and documented in the development section of the docs however coverage info is updated manually we want a ci script to read codecov token from github secrets and publish a new report every time something is merged in master ,0 +52620,13224866501.0,IssuesEvent,2020-08-17 20:00:34,icecube-trac/tix4,https://api.github.com/repos/icecube-trac/tix4,closed,View -> Take Snapshot bad location (Trac #69),Migrated from Trac defect glshovel,"Let's try File -> Export Image + +
+ Migrated from https://code.icecube.wisc.edu/projects/icecube/ticket/69, reported by troyand owned by troy +

+ +```json +{ + ""status"": ""closed"", + ""changetime"": ""2007-11-11T03:35:42"", + ""_ts"": ""1194752142000000"", + ""description"": ""Let's try File -> Export Image"", + ""reporter"": ""troy"", + ""cc"": """", + ""resolution"": ""duplicate"", + ""time"": ""2007-06-21T11:31:10"", + ""component"": ""glshovel"", + ""summary"": ""View -> Take Snapshot bad location"", + ""priority"": ""normal"", + ""keywords"": """", + ""milestone"": """", + ""owner"": ""troy"", + ""type"": ""defect"" +} +``` + +

+
+",1.0,"View -> Take Snapshot bad location (Trac #69) - Let's try File -> Export Image + +
+ Migrated from https://code.icecube.wisc.edu/projects/icecube/ticket/69, reported by troyand owned by troy +

+ +```json +{ + ""status"": ""closed"", + ""changetime"": ""2007-11-11T03:35:42"", + ""_ts"": ""1194752142000000"", + ""description"": ""Let's try File -> Export Image"", + ""reporter"": ""troy"", + ""cc"": """", + ""resolution"": ""duplicate"", + ""time"": ""2007-06-21T11:31:10"", + ""component"": ""glshovel"", + ""summary"": ""View -> Take Snapshot bad location"", + ""priority"": ""normal"", + ""keywords"": """", + ""milestone"": """", + ""owner"": ""troy"", + ""type"": ""defect"" +} +``` + +

+
+",0,view take snapshot bad location trac let s try file export image migrated from json status closed changetime ts description let s try file export image reporter troy cc resolution duplicate time component glshovel summary view take snapshot bad location priority normal keywords milestone owner troy type defect ,0 +763759,26773123434.0,IssuesEvent,2023-01-31 15:22:48,kubermatic/kubeone,https://api.github.com/repos/kubermatic/kubeone,opened,Disallow using same machines for both control plane and static workers,kind/feature priority/normal sig/cluster-management,"### Description of the feature you would like to add / User story + +KubeOne considers the following config as ""valid"": + +```yaml +... +controlPlane: + hosts: + - publicAddress: '192.168.1.2' + privateAddress: '192.168.1.2' + +staticWorkers: + hosts: + - publicAddress: '192.168.1.2' + privateAddress: '192.168.1.2' +``` + +Such a config cannot produce a working cluster, as you can't reuse the same machine for both a control plane and a static worker. Instead, you can untaint the control plane node and schedule all the workload there. + +### Solution details + +- KubeOne validation should reject such a config",1.0,"Disallow using same machines for both control plane and static workers - ### Description of the feature you would like to add / User story + +KubeOne considers the following config as ""valid"": + +```yaml +... +controlPlane: + hosts: + - publicAddress: '192.168.1.2' + privateAddress: '192.168.1.2' + +staticWorkers: + hosts: + - publicAddress: '192.168.1.2' + privateAddress: '192.168.1.2' +``` + +Such a config cannot produce a working cluster, as you can't reuse the same machine for both a control plane and a static worker. Instead, you can untaint the control plane node and schedule all the workload there. + +### Solution details + +- KubeOne validation should reject such a config",0,disallow using same machines for both control plane and static workers description of the feature you would like to add user story kubeone considers the following config as valid yaml controlplane hosts publicaddress privateaddress staticworkers hosts publicaddress privateaddress such a config cannot produce a working cluster as you can t reuse the same machine for both a control plane and a static worker instead you can untaint the control plane node and schedule all the workload there solution details kubeone validation should reject such a config,0 +4607,11431180908.0,IssuesEvent,2020-02-04 11:35:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Next Steps Links Broken,Pri2 architecture-center/svc cxp doc-enhancement triaged,"All of the next steps links generate 401s. Please fix. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a058a401-d8c8-e58a-23c1-d35990e4ab6f +* Version Independent ID: 4acb1715-c7ab-9c60-a55f-ceb09c223755 +* Content: [Back up on-premises applications and data to cloud - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/backup-archive-on-premises-applications#feedback) +* Content Source: [docs/solution-ideas/articles/backup-archive-on-premises-applications.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/backup-archive-on-premises-applications.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Next Steps Links Broken - All of the next steps links generate 401s. Please fix. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a058a401-d8c8-e58a-23c1-d35990e4ab6f +* Version Independent ID: 4acb1715-c7ab-9c60-a55f-ceb09c223755 +* Content: [Back up on-premises applications and data to cloud - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/backup-archive-on-premises-applications#feedback) +* Content Source: [docs/solution-ideas/articles/backup-archive-on-premises-applications.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/backup-archive-on-premises-applications.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,next steps links broken all of the next steps links generate please fix document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +9229,24259712675.0,IssuesEvent,2022-09-27 21:13:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,SeatAvailability aggregate broken? ,doc-bug assigned-to-author triaged architecture-center/svc Pri2 design-pattern/subsvc," +In the SeatAvailability example, how do we account for overbooking? If two transactions are concurrently running, they may read the same event stream, determine the same number of available seats, and emit a Reservation event. Consider if there is 1 seat remaining, and the two concurrently running transactions reserve 1 seat each. + +We don't have a central record that is being updated, so optimistic locking is out. A single processor is possible, but that constrains scalability. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2d510272-fa5f-07f9-8b06-fb88d45d2464 +* Version Independent ID: 578a488f-89a7-92cc-779f-b4906f6d731a +* Content: [Event Sourcing pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/event-sourcing) +* Content Source: [docs/patterns/event-sourcing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/event-sourcing.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"SeatAvailability aggregate broken? - +In the SeatAvailability example, how do we account for overbooking? If two transactions are concurrently running, they may read the same event stream, determine the same number of available seats, and emit a Reservation event. Consider if there is 1 seat remaining, and the two concurrently running transactions reserve 1 seat each. + +We don't have a central record that is being updated, so optimistic locking is out. A single processor is possible, but that constrains scalability. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2d510272-fa5f-07f9-8b06-fb88d45d2464 +* Version Independent ID: 578a488f-89a7-92cc-779f-b4906f6d731a +* Content: [Event Sourcing pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/event-sourcing) +* Content Source: [docs/patterns/event-sourcing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/event-sourcing.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,seatavailability aggregate broken in the seatavailability example how do we account for overbooking if two transactions are concurrently running they may read the same event stream determine the same number of available seats and emit a reservation event consider if there is seat remaining and the two concurrently running transactions reserve seat each we don t have a central record that is being updated so optimistic locking is out a single processor is possible but that constrains scalability document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login microsoft alias pnp ,1 +4680,11574643455.0,IssuesEvent,2020-02-21 07:55:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Name of Visual Studio Team Services not changed to Azure DevOps,Pri2 architecture-center/svc cxp doc-enhancement triaged,"Name from VSTS has not been changed to Azure DevOps in the architecture diagram + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 20546dde-32a4-9fa5-899e-eb6e60f5cbf9 +* Version Independent ID: 55a03d85-415e-4b93-1082-fbbf92712801 +* Content: [Hybrid CI/CD - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/hybrid-ci-cd#feedback) +* Content Source: [docs/solution-ideas/articles/hybrid-ci-cd.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/hybrid-ci-cd.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Name of Visual Studio Team Services not changed to Azure DevOps - Name from VSTS has not been changed to Azure DevOps in the architecture diagram + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 20546dde-32a4-9fa5-899e-eb6e60f5cbf9 +* Version Independent ID: 55a03d85-415e-4b93-1082-fbbf92712801 +* Content: [Hybrid CI/CD - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/hybrid-ci-cd#feedback) +* Content Source: [docs/solution-ideas/articles/hybrid-ci-cd.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/hybrid-ci-cd.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,name of visual studio team services not changed to azure devops name from vsts has not been changed to azure devops in the architecture diagram document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +79498,28312960464.0,IssuesEvent,2023-04-10 17:02:44,scipy/scipy,https://api.github.com/repos/scipy/scipy,opened,BUG: dstep doesn't work with dlti with complex coefficients.,defect,"### Describe your issue. + +When a `dlti` system with complex coefficients is created, the functions `dstep` and the method `step` from the `dlti` object don't work properly. I think it is because of a bug in function `dlsim`, which assumes real arrays for the object states. + +The code below creates this image, where we can see that when we have a complex an discrete system the imaginary part of the step-response is zero and the real part does not match the ones generated with equivalent discrete real transfer function and the continuous transfer function with complex coefficients. + +![image](https://user-images.githubusercontent.com/5638331/230951663-4ec29d0d-f500-4b4e-94f6-14d160fa5259.png) + + +### Reproducing Code Example + +```python +import scipy.signal as scysig +import matplotlib.pyplot as mplt +import numpy as np + +w0 = 2 +damp = 0.5 * w0 +wr = np.sqrt(w0**2 - damp**2) + +G = scysig.lti([damp], [1, +damp - 1j*wr]) +Gr = scysig.lti([damp, damp**2], [1, 2*damp, w0**2]) +Gi = scysig.lti([damp*wr], [1, 2*damp, w0**2]) +Gd = G.to_discrete(dt=0.1, method='zoh') +Grd = Gr.to_discrete(dt=0.1, method='zoh') +Gid = Gi.to_discrete(dt=0.1, method='zoh') + +t, r = G.step() +_, rr = Gr.step(T=t) +_, ri = Gi.step(T=t) +# td, (rd, ) = scysig.dstep(Gd, t=t) +td, (rd, ) = Gd.step(t=t) +_, (rrd, ) = Grd.step(t=t) +_, (rid, ) = Gid.step(t=t) +fig, (ax, ay) = mplt.subplots(2, 1, sharex=True) + +ax.plot(t, r.real, label='Continuous Complex') +ax.plot(t, rr.real, '--', label='Continuous Real') +ax.plot(td, rd.real, label='Discrete Complex') +ax.plot(td, rrd.real, '.', label='Discrete Real') +ax.set_ylabel('Real Response') +ax.grid(True, alpha=0.5, ls='--') +ax.legend(loc='center left', bbox_to_anchor=(1, 0.5), fontsize='small') + +ay.plot(t, r.imag, label='Continuous Complex') +ay.plot(t, ri.real, '--', label='Continuous Imag.') +ay.plot(td, rd.imag, label='Discrete Complex') +ay.plot(td, rid.real, '.', label='Discrete Imag.') +ay.set_ylabel('Imaginary Response') +ay.set_xlabel('Time [s]') +ay.grid(True, alpha=0.5, ls='--') +ay.legend(loc='center left', bbox_to_anchor=(1, 0.5), fontsize='small') + +fig.tight_layout() +fig.show() +``` + + +### Error message + +```shell +/opt/mamba_files/mamba/envs/sirius/lib/python3.9/site-packages/scipy/signal/_filter_design.py:1746: BadCoefficients: Badly conditioned filter coefficients (numerator): the results may be meaningless + warnings.warn(""Badly conditioned filter coefficients (numerator): the "" +/opt/mamba_files/mamba/envs/sirius/lib/python3.9/site-packages/scipy/signal/_ltisys.py:3512: ComplexWarning: Casting complex values to real discards the imaginary part + xout[i+1, :] = (np.dot(system.A, xout[i, :]) + +/opt/mamba_files/mamba/envs/sirius/lib/python3.9/site-packages/scipy/signal/_ltisys.py:3514: ComplexWarning: Casting complex values to real discards the imaginary part + yout[i, :] = (np.dot(system.C, xout[i, :]) + +/opt/mamba_files/mamba/envs/sirius/lib/python3.9/site-packages/scipy/signal/_ltisys.py:3518: ComplexWarning: Casting complex values to real discards the imaginary part + yout[out_samples-1, :] = (np.dot(system.C, xout[out_samples-1, :]) + +``` + + +### SciPy/NumPy/Python version and system information + +```shell +1.10.0 1.23.5 sys.version_info(major=3, minor=9, micro=2, releaselevel='final', serial=0) +lapack_mkl_info: + NOT AVAILABLE +openblas_lapack_info: + NOT AVAILABLE +openblas_clapack_info: + NOT AVAILABLE +flame_info: + NOT AVAILABLE +atlas_3_10_threads_info: + NOT AVAILABLE +atlas_3_10_info: + NOT AVAILABLE +atlas_threads_info: + NOT AVAILABLE +atlas_info: + NOT AVAILABLE +lapack_info: + libraries = ['lapack', 'blas', 'lapack', 'blas'] + library_dirs = ['/opt/mamba_files/mamba/envs/sirius/lib'] + language = f77 +blas_mkl_info: + NOT AVAILABLE +blis_info: + NOT AVAILABLE +openblas_info: + NOT AVAILABLE +atlas_3_10_blas_threads_info: + NOT AVAILABLE +atlas_3_10_blas_info: + NOT AVAILABLE +atlas_blas_threads_info: + NOT AVAILABLE +atlas_blas_info: + NOT AVAILABLE +blas_info: + libraries = ['cblas', 'blas', 'cblas', 'blas'] + library_dirs = ['/opt/mamba_files/mamba/envs/sirius/lib'] + include_dirs = ['/opt/mamba_files/mamba/envs/sirius/include'] + language = c + define_macros = [('HAVE_CBLAS', None)] +blas_opt_info: + define_macros = [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)] + libraries = ['cblas', 'blas', 'cblas', 'blas'] + library_dirs = ['/opt/mamba_files/mamba/envs/sirius/lib'] + include_dirs = ['/opt/mamba_files/mamba/envs/sirius/include'] + language = c +lapack_opt_info: + libraries = ['lapack', 'blas', 'lapack', 'blas', 'cblas', 'blas', 'cblas', 'blas'] + library_dirs = ['/opt/mamba_files/mamba/envs/sirius/lib'] + language = c + define_macros = [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)] + include_dirs = ['/opt/mamba_files/mamba/envs/sirius/include'] +``` +",1.0,"BUG: dstep doesn't work with dlti with complex coefficients. - ### Describe your issue. + +When a `dlti` system with complex coefficients is created, the functions `dstep` and the method `step` from the `dlti` object don't work properly. I think it is because of a bug in function `dlsim`, which assumes real arrays for the object states. + +The code below creates this image, where we can see that when we have a complex an discrete system the imaginary part of the step-response is zero and the real part does not match the ones generated with equivalent discrete real transfer function and the continuous transfer function with complex coefficients. + +![image](https://user-images.githubusercontent.com/5638331/230951663-4ec29d0d-f500-4b4e-94f6-14d160fa5259.png) + + +### Reproducing Code Example + +```python +import scipy.signal as scysig +import matplotlib.pyplot as mplt +import numpy as np + +w0 = 2 +damp = 0.5 * w0 +wr = np.sqrt(w0**2 - damp**2) + +G = scysig.lti([damp], [1, +damp - 1j*wr]) +Gr = scysig.lti([damp, damp**2], [1, 2*damp, w0**2]) +Gi = scysig.lti([damp*wr], [1, 2*damp, w0**2]) +Gd = G.to_discrete(dt=0.1, method='zoh') +Grd = Gr.to_discrete(dt=0.1, method='zoh') +Gid = Gi.to_discrete(dt=0.1, method='zoh') + +t, r = G.step() +_, rr = Gr.step(T=t) +_, ri = Gi.step(T=t) +# td, (rd, ) = scysig.dstep(Gd, t=t) +td, (rd, ) = Gd.step(t=t) +_, (rrd, ) = Grd.step(t=t) +_, (rid, ) = Gid.step(t=t) +fig, (ax, ay) = mplt.subplots(2, 1, sharex=True) + +ax.plot(t, r.real, label='Continuous Complex') +ax.plot(t, rr.real, '--', label='Continuous Real') +ax.plot(td, rd.real, label='Discrete Complex') +ax.plot(td, rrd.real, '.', label='Discrete Real') +ax.set_ylabel('Real Response') +ax.grid(True, alpha=0.5, ls='--') +ax.legend(loc='center left', bbox_to_anchor=(1, 0.5), fontsize='small') + +ay.plot(t, r.imag, label='Continuous Complex') +ay.plot(t, ri.real, '--', label='Continuous Imag.') +ay.plot(td, rd.imag, label='Discrete Complex') +ay.plot(td, rid.real, '.', label='Discrete Imag.') +ay.set_ylabel('Imaginary Response') +ay.set_xlabel('Time [s]') +ay.grid(True, alpha=0.5, ls='--') +ay.legend(loc='center left', bbox_to_anchor=(1, 0.5), fontsize='small') + +fig.tight_layout() +fig.show() +``` + + +### Error message + +```shell +/opt/mamba_files/mamba/envs/sirius/lib/python3.9/site-packages/scipy/signal/_filter_design.py:1746: BadCoefficients: Badly conditioned filter coefficients (numerator): the results may be meaningless + warnings.warn(""Badly conditioned filter coefficients (numerator): the "" +/opt/mamba_files/mamba/envs/sirius/lib/python3.9/site-packages/scipy/signal/_ltisys.py:3512: ComplexWarning: Casting complex values to real discards the imaginary part + xout[i+1, :] = (np.dot(system.A, xout[i, :]) + +/opt/mamba_files/mamba/envs/sirius/lib/python3.9/site-packages/scipy/signal/_ltisys.py:3514: ComplexWarning: Casting complex values to real discards the imaginary part + yout[i, :] = (np.dot(system.C, xout[i, :]) + +/opt/mamba_files/mamba/envs/sirius/lib/python3.9/site-packages/scipy/signal/_ltisys.py:3518: ComplexWarning: Casting complex values to real discards the imaginary part + yout[out_samples-1, :] = (np.dot(system.C, xout[out_samples-1, :]) + +``` + + +### SciPy/NumPy/Python version and system information + +```shell +1.10.0 1.23.5 sys.version_info(major=3, minor=9, micro=2, releaselevel='final', serial=0) +lapack_mkl_info: + NOT AVAILABLE +openblas_lapack_info: + NOT AVAILABLE +openblas_clapack_info: + NOT AVAILABLE +flame_info: + NOT AVAILABLE +atlas_3_10_threads_info: + NOT AVAILABLE +atlas_3_10_info: + NOT AVAILABLE +atlas_threads_info: + NOT AVAILABLE +atlas_info: + NOT AVAILABLE +lapack_info: + libraries = ['lapack', 'blas', 'lapack', 'blas'] + library_dirs = ['/opt/mamba_files/mamba/envs/sirius/lib'] + language = f77 +blas_mkl_info: + NOT AVAILABLE +blis_info: + NOT AVAILABLE +openblas_info: + NOT AVAILABLE +atlas_3_10_blas_threads_info: + NOT AVAILABLE +atlas_3_10_blas_info: + NOT AVAILABLE +atlas_blas_threads_info: + NOT AVAILABLE +atlas_blas_info: + NOT AVAILABLE +blas_info: + libraries = ['cblas', 'blas', 'cblas', 'blas'] + library_dirs = ['/opt/mamba_files/mamba/envs/sirius/lib'] + include_dirs = ['/opt/mamba_files/mamba/envs/sirius/include'] + language = c + define_macros = [('HAVE_CBLAS', None)] +blas_opt_info: + define_macros = [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)] + libraries = ['cblas', 'blas', 'cblas', 'blas'] + library_dirs = ['/opt/mamba_files/mamba/envs/sirius/lib'] + include_dirs = ['/opt/mamba_files/mamba/envs/sirius/include'] + language = c +lapack_opt_info: + libraries = ['lapack', 'blas', 'lapack', 'blas', 'cblas', 'blas', 'cblas', 'blas'] + library_dirs = ['/opt/mamba_files/mamba/envs/sirius/lib'] + language = c + define_macros = [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)] + include_dirs = ['/opt/mamba_files/mamba/envs/sirius/include'] +``` +",0,bug dstep doesn t work with dlti with complex coefficients describe your issue when a dlti system with complex coefficients is created the functions dstep and the method step from the dlti object don t work properly i think it is because of a bug in function dlsim which assumes real arrays for the object states the code below creates this image where we can see that when we have a complex an discrete system the imaginary part of the step response is zero and the real part does not match the ones generated with equivalent discrete real transfer function and the continuous transfer function with complex coefficients reproducing code example python import scipy signal as scysig import matplotlib pyplot as mplt import numpy as np damp wr np sqrt damp g scysig lti gr scysig lti gi scysig lti gd g to discrete dt method zoh grd gr to discrete dt method zoh gid gi to discrete dt method zoh t r g step rr gr step t t ri gi step t t td rd scysig dstep gd t t td rd gd step t t rrd grd step t t rid gid step t t fig ax ay mplt subplots sharex true ax plot t r real label continuous complex ax plot t rr real label continuous real ax plot td rd real label discrete complex ax plot td rrd real label discrete real ax set ylabel real response ax grid true alpha ls ax legend loc center left bbox to anchor fontsize small ay plot t r imag label continuous complex ay plot t ri real label continuous imag ay plot td rd imag label discrete complex ay plot td rid real label discrete imag ay set ylabel imaginary response ay set xlabel time ay grid true alpha ls ay legend loc center left bbox to anchor fontsize small fig tight layout fig show error message shell opt mamba files mamba envs sirius lib site packages scipy signal filter design py badcoefficients badly conditioned filter coefficients numerator the results may be meaningless warnings warn badly conditioned filter coefficients numerator the opt mamba files mamba envs sirius lib site packages scipy signal ltisys py complexwarning casting complex values to real discards the imaginary part xout np dot system a xout opt mamba files mamba envs sirius lib site packages scipy signal ltisys py complexwarning casting complex values to real discards the imaginary part yout np dot system c xout opt mamba files mamba envs sirius lib site packages scipy signal ltisys py complexwarning casting complex values to real discards the imaginary part yout np dot system c xout scipy numpy python version and system information shell sys version info major minor micro releaselevel final serial lapack mkl info not available openblas lapack info not available openblas clapack info not available flame info not available atlas threads info not available atlas info not available atlas threads info not available atlas info not available lapack info libraries library dirs language blas mkl info not available blis info not available openblas info not available atlas blas threads info not available atlas blas info not available atlas blas threads info not available atlas blas info not available blas info libraries library dirs include dirs language c define macros blas opt info define macros libraries library dirs include dirs language c lapack opt info libraries library dirs language c define macros include dirs ,0 +473188,13638334269.0,IssuesEvent,2020-09-25 09:13:33,webcompat/web-bugs,https://api.github.com/repos/webcompat/web-bugs,closed,github.com - video or audio doesn't play,browser-fenix engine-gecko priority-critical," + + + + + +**URL**: https://github.com/password_reset + +**Browser / Version**: Firefox Mobile 70.0 +**Operating System**: Android +**Tested Another Browser**: Yes Opera + +**Problem type**: Video or audio doesn't play +**Description**: There is no audio +**Steps to Reproduce**: +Support + +
+Browser Configuration +
    +
  • None
  • +
+
+ +_From [webcompat.com](https://webcompat.com/) with ❤️_",1.0,"github.com - video or audio doesn't play - + + + + + +**URL**: https://github.com/password_reset + +**Browser / Version**: Firefox Mobile 70.0 +**Operating System**: Android +**Tested Another Browser**: Yes Opera + +**Problem type**: Video or audio doesn't play +**Description**: There is no audio +**Steps to Reproduce**: +Support + +
+Browser Configuration +
    +
  • None
  • +
+
+ +_From [webcompat.com](https://webcompat.com/) with ❤️_",0,github com video or audio doesn t play url browser version firefox mobile operating system android tested another browser yes opera problem type video or audio doesn t play description there is no audio steps to reproduce support browser configuration none from with ❤️ ,0 +5456,12503156828.0,IssuesEvent,2020-06-02 06:37:59,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Implementation details for AuthN/AuthZ and .Net Core backend,Pri2 architecture-center/svc assigned-to-author product-question solution-idea/subsvc triaged,"Hi, + +Thank you for the article. It's clear on how this can be setup. However, if you can also provide some implementation details on the following tech stack, that would be much appreciated! + +1. Backend with RestApi services built in .Net Core (hosted on AppService of course). +2. AuthN/AuthZ to manage users, along with authentication provided by Facebook and Google. +3. Xamarin app which manages AuthN using client sdk's from Facebook and Google. + +Question: Where would the users be managed? How will they be connected to the backend data models to their data? + +Question: According to this link: https://docs.microsoft.com/en-us/azure/app-service/overview-authentication-authorization , .Net Core does not support populating the current user. How will the whole tree work without that then? + +Thanks! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 839bcfd0-caf7-c1f2-0dab-3340d9f8f528 +* Version Independent ID: 8631e812-4b30-9c93-a007-203bc05a238e +* Content: [Social App for Mobile and Web with Authentication - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/social-mobile-and-web-app-with-authentication#feedback) +* Content Source: [docs/solution-ideas/articles/social-mobile-and-web-app-with-authentication.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/social-mobile-and-web-app-with-authentication.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Implementation details for AuthN/AuthZ and .Net Core backend - Hi, + +Thank you for the article. It's clear on how this can be setup. However, if you can also provide some implementation details on the following tech stack, that would be much appreciated! + +1. Backend with RestApi services built in .Net Core (hosted on AppService of course). +2. AuthN/AuthZ to manage users, along with authentication provided by Facebook and Google. +3. Xamarin app which manages AuthN using client sdk's from Facebook and Google. + +Question: Where would the users be managed? How will they be connected to the backend data models to their data? + +Question: According to this link: https://docs.microsoft.com/en-us/azure/app-service/overview-authentication-authorization , .Net Core does not support populating the current user. How will the whole tree work without that then? + +Thanks! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 839bcfd0-caf7-c1f2-0dab-3340d9f8f528 +* Version Independent ID: 8631e812-4b30-9c93-a007-203bc05a238e +* Content: [Social App for Mobile and Web with Authentication - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/social-mobile-and-web-app-with-authentication#feedback) +* Content Source: [docs/solution-ideas/articles/social-mobile-and-web-app-with-authentication.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/social-mobile-and-web-app-with-authentication.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,implementation details for authn authz and net core backend hi thank you for the article it s clear on how this can be setup however if you can also provide some implementation details on the following tech stack that would be much appreciated backend with restapi services built in net core hosted on appservice of course authn authz to manage users along with authentication provided by facebook and google xamarin app which manages authn using client sdk s from facebook and google question where would the users be managed how will they be connected to the backend data models to their data question according to this link net core does not support populating the current user how will the whole tree work without that then thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +3662,9958405814.0,IssuesEvent,2019-07-05 20:58:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"The heading ""What is the virtual datacenter"" is followed by ""What is a virtual datacenter?"".",architecture-center/svc cxp doc-enhancement enterprise-cloud-adoption/subsvc triaged,"Are these headings / paragraphs duplicates? + +https://docs.microsoft.com/en-us/azure/architecture/vdc/networking-virtual-datacenter#what-is-the-virtual-datacenter + +https://docs.microsoft.com/en-us/azure/architecture/vdc/networking-virtual-datacenter#what-is-a-virtual-datacenter + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 82d8a578-f9f1-53af-64d0-808f1fde6c9c +* Version Independent ID: 8a647cb7-2d10-53ed-5459-4356ef607e77 +* Content: [Azure virtual datacenter: A network perspective](https://docs.microsoft.com/en-us/azure/architecture/vdc/networking-virtual-datacenter#references) +* Content Source: [docs/vdc/networking-virtual-datacenter.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/vdc/networking-virtual-datacenter.md) +* Service: **architecture-center** +* Sub-service: **enterprise-cloud-adoption** +* GitHub Login: @tracsman +* Microsoft Alias: **jonor**",1.0,"The heading ""What is the virtual datacenter"" is followed by ""What is a virtual datacenter?"". - Are these headings / paragraphs duplicates? + +https://docs.microsoft.com/en-us/azure/architecture/vdc/networking-virtual-datacenter#what-is-the-virtual-datacenter + +https://docs.microsoft.com/en-us/azure/architecture/vdc/networking-virtual-datacenter#what-is-a-virtual-datacenter + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 82d8a578-f9f1-53af-64d0-808f1fde6c9c +* Version Independent ID: 8a647cb7-2d10-53ed-5459-4356ef607e77 +* Content: [Azure virtual datacenter: A network perspective](https://docs.microsoft.com/en-us/azure/architecture/vdc/networking-virtual-datacenter#references) +* Content Source: [docs/vdc/networking-virtual-datacenter.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/vdc/networking-virtual-datacenter.md) +* Service: **architecture-center** +* Sub-service: **enterprise-cloud-adoption** +* GitHub Login: @tracsman +* Microsoft Alias: **jonor**",1,the heading what is the virtual datacenter is followed by what is a virtual datacenter are these headings paragraphs duplicates document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service enterprise cloud adoption github login tracsman microsoft alias jonor ,1 +182246,14111529551.0,IssuesEvent,2020-11-07 00:35:08,dotnet/runtime,https://api.github.com/repos/dotnet/runtime,closed,"Test failure: System.Diagnostics.Tests.EventLogTraceListenerTests/TraceEventFormatAndParams(format: \""This is a weird {0}{1}{2} format that but args len\""..., parameters: []) ",area-Tracing-coreclr test-run-core tracking,"Test `System.Diagnostics.Tests.EventLogTraceListenerTests/TraceEventFormatAndParams(format: \""This is a weird {0}{1}{2} format that but args len\""..., parameters: []) ` has failed. + +``` +Get Repro environment +Unhandled Exception of Type System.ComponentModel.Win32Exception +Message : +System.ComponentModel.Win32Exception : A device attached to the system is not functioning. +Stack Trace : + at System.Diagnostics.EventLogInternal.Clear() in /_/src/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogInternal.cs:line 488 + at System.Diagnostics.EventLog.Clear() in /_/src/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs:line 228 + at System.Diagnostics.EventLog.Delete(String logName, String machineName) in /_/src/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs:line 404 + at System.Diagnostics.EventLog.Delete(String logName) in /_/src/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs:line 368 + at System.Diagnostics.Tests.EventLogTraceListenerTests.<>c__DisplayClass12_0.b__0() in /_/src/System.Diagnostics.EventLog/tests/EventLogTraceListenerTests.cs:line 248 + at System.Diagnostics.Tests.Helpers.<>c__DisplayClass6_0.b__0() in /_/src/System.Diagnostics.EventLog/tests/Helpers.cs:line 23 + at System.Diagnostics.Tests.Helpers.RetryOnWin7[T](Func`1 func) in /_/src/System.Diagnostics.EventLog/tests/Helpers.cs:line 30 + at System.Diagnostics.Tests.Helpers.RetryOnWin7(Action func) in /_/src/System.Diagnostics.EventLog/tests/Helpers.cs:line 23 + at System.Diagnostics.Tests.EventLogTraceListenerTests.TraceEventFormatAndParams(String format, Object[] parameters) +``` +Build: -[20190728](https://mc.dot.net/#/user/dotnet-bot/pr~2Fdotnet~2Fcorefx~2Frefs~2Fheads~2Fmaster/test~2Ffunctional~2Fcli~2F~2F/20190728.14)(Master) +Failing configuration: + +- Windows.10.Amd64.Client19H1.Open-x86-Release + +Details: +https://mc.dot.net/#/user/dotnet-bot/pr~2Fdotnet~2Fcorefx~2Frefs~2Fheads~2Fmaster/test~2Ffunctional~2Fcli~2F~2F/20190728.14/workItem/System.Diagnostics.EventLog.Tests/analysis/xunit/System.Diagnostics.Tests.EventLogTraceListenerTests~2FTraceEventFormatAndParams(format:%20%5C%22This%20is%20a%20weird%20%7B0%7D%7B1%7D%7B2%7D%20format%20that%20but%20args%20len%5C%22...,%20parameters:%20%5B%5D)",1.0,"Test failure: System.Diagnostics.Tests.EventLogTraceListenerTests/TraceEventFormatAndParams(format: \""This is a weird {0}{1}{2} format that but args len\""..., parameters: []) - Test `System.Diagnostics.Tests.EventLogTraceListenerTests/TraceEventFormatAndParams(format: \""This is a weird {0}{1}{2} format that but args len\""..., parameters: []) ` has failed. + +``` +Get Repro environment +Unhandled Exception of Type System.ComponentModel.Win32Exception +Message : +System.ComponentModel.Win32Exception : A device attached to the system is not functioning. +Stack Trace : + at System.Diagnostics.EventLogInternal.Clear() in /_/src/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogInternal.cs:line 488 + at System.Diagnostics.EventLog.Clear() in /_/src/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs:line 228 + at System.Diagnostics.EventLog.Delete(String logName, String machineName) in /_/src/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs:line 404 + at System.Diagnostics.EventLog.Delete(String logName) in /_/src/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs:line 368 + at System.Diagnostics.Tests.EventLogTraceListenerTests.<>c__DisplayClass12_0.b__0() in /_/src/System.Diagnostics.EventLog/tests/EventLogTraceListenerTests.cs:line 248 + at System.Diagnostics.Tests.Helpers.<>c__DisplayClass6_0.b__0() in /_/src/System.Diagnostics.EventLog/tests/Helpers.cs:line 23 + at System.Diagnostics.Tests.Helpers.RetryOnWin7[T](Func`1 func) in /_/src/System.Diagnostics.EventLog/tests/Helpers.cs:line 30 + at System.Diagnostics.Tests.Helpers.RetryOnWin7(Action func) in /_/src/System.Diagnostics.EventLog/tests/Helpers.cs:line 23 + at System.Diagnostics.Tests.EventLogTraceListenerTests.TraceEventFormatAndParams(String format, Object[] parameters) +``` +Build: -[20190728](https://mc.dot.net/#/user/dotnet-bot/pr~2Fdotnet~2Fcorefx~2Frefs~2Fheads~2Fmaster/test~2Ffunctional~2Fcli~2F~2F/20190728.14)(Master) +Failing configuration: + +- Windows.10.Amd64.Client19H1.Open-x86-Release + +Details: +https://mc.dot.net/#/user/dotnet-bot/pr~2Fdotnet~2Fcorefx~2Frefs~2Fheads~2Fmaster/test~2Ffunctional~2Fcli~2F~2F/20190728.14/workItem/System.Diagnostics.EventLog.Tests/analysis/xunit/System.Diagnostics.Tests.EventLogTraceListenerTests~2FTraceEventFormatAndParams(format:%20%5C%22This%20is%20a%20weird%20%7B0%7D%7B1%7D%7B2%7D%20format%20that%20but%20args%20len%5C%22...,%20parameters:%20%5B%5D)",0,test failure system diagnostics tests eventlogtracelistenertests traceeventformatandparams format this is a weird format that but args len parameters test system diagnostics tests eventlogtracelistenertests traceeventformatandparams format this is a weird format that but args len parameters has failed get repro environment unhandled exception of type system componentmodel message system componentmodel a device attached to the system is not functioning stack trace at system diagnostics eventloginternal clear in src system diagnostics eventlog src system diagnostics eventloginternal cs line at system diagnostics eventlog clear in src system diagnostics eventlog src system diagnostics eventlog cs line at system diagnostics eventlog delete string logname string machinename in src system diagnostics eventlog src system diagnostics eventlog cs line at system diagnostics eventlog delete string logname in src system diagnostics eventlog src system diagnostics eventlog cs line at system diagnostics tests eventlogtracelistenertests c b in src system diagnostics eventlog tests eventlogtracelistenertests cs line at system diagnostics tests helpers c b in src system diagnostics eventlog tests helpers cs line at system diagnostics tests helpers func func in src system diagnostics eventlog tests helpers cs line at system diagnostics tests helpers action func in src system diagnostics eventlog tests helpers cs line at system diagnostics tests eventlogtracelistenertests traceeventformatandparams string format object parameters build failing configuration windows open release details ,0 +10461,26992692733.0,IssuesEvent,2023-02-09 21:20:23,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,A sample project for the cloud design patterns,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 design-pattern/subsvc," +Would you please provide a code sample that includes all the cloud design patterns? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 64e99886-d5c7-ca7c-6943-ee31cfc39902 +* Version Independent ID: 04021af5-10a9-b600-5f44-354d0c0e50c9 +* Content: [Ambassador pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/ambassador) +* Content Source: [docs/patterns/ambassador.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/ambassador.yml) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"A sample project for the cloud design patterns - +Would you please provide a code sample that includes all the cloud design patterns? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 64e99886-d5c7-ca7c-6943-ee31cfc39902 +* Version Independent ID: 04021af5-10a9-b600-5f44-354d0c0e50c9 +* Content: [Ambassador pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/ambassador) +* Content Source: [docs/patterns/ambassador.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/ambassador.yml) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,a sample project for the cloud design patterns would you please provide a code sample that includes all the cloud design patterns document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login edprice msft microsoft alias architectures ,1 +66991,20797013044.0,IssuesEvent,2022-03-17 10:16:35,vector-im/element-ios,https://api.github.com/repos/vector-im/element-ios,closed,"Thread list shows ""encrypted message"" even after the message got decrypted",T-Defect S-Minor O-Occasional A-Threads Z-Labs,"### Steps to reproduce + +1. Go to an encrypted room whilst your phone is syncing +2. Go to thread list +3. Click on a thread that says ""encrypted message"" +4. View the thread messages displayed on screen decrypted +5. Hit the back arrow + +### Outcome + +#### What did you expect? + +To go back to the thread list and see the root event, and last message sent in that thread showing the actual message content + +#### What happened instead? + +It displayed ""encrypted message"" + +### Your phone model + +iPhone 13 + +### Operating system version + +_No response_ + +### Application version + +1.8.6 + +### Homeserver + +_No response_ + +### Will you send logs? + +No",1.0,"Thread list shows ""encrypted message"" even after the message got decrypted - ### Steps to reproduce + +1. Go to an encrypted room whilst your phone is syncing +2. Go to thread list +3. Click on a thread that says ""encrypted message"" +4. View the thread messages displayed on screen decrypted +5. Hit the back arrow + +### Outcome + +#### What did you expect? + +To go back to the thread list and see the root event, and last message sent in that thread showing the actual message content + +#### What happened instead? + +It displayed ""encrypted message"" + +### Your phone model + +iPhone 13 + +### Operating system version + +_No response_ + +### Application version + +1.8.6 + +### Homeserver + +_No response_ + +### Will you send logs? + +No",0,thread list shows encrypted message even after the message got decrypted steps to reproduce go to an encrypted room whilst your phone is syncing go to thread list click on a thread that says encrypted message view the thread messages displayed on screen decrypted hit the back arrow outcome what did you expect to go back to the thread list and see the root event and last message sent in that thread showing the actual message content what happened instead it displayed encrypted message your phone model iphone operating system version no response application version homeserver no response will you send logs no,0 +11156,28142204831.0,IssuesEvent,2023-04-02 03:39:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,It isnt clear how ,duplicate cxp triaged product-question architecture-center/svc Pri2 azure-guide/subsvc,"From the article: + +""Use asynchronous parallel processing. If an operation requires multiple steps that are performed asynchronously (such as remote service calls), you might be able to call them in parallel, and then aggregate the results. This approach assumes that each step does not depend on the results of the previous step."" + +It isn't clear to me how this helps with minimizing coordination - I do understand that the parallel call approach is efficient but it is also more complex than serial calls. I may be missing something that the author wanted to convey - do look into this and see if an update might help clarify this. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: de5c202d-cbea-a99e-c9c0-d4688121d797 +* Version Independent ID: 712375b6-5116-f734-3bcc-0466184ec885 +* Content: [Minimize coordination - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/design-principles/minimize-coordination) +* Content Source: [docs/guide/design-principles/minimize-coordination.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/design-principles/minimize-coordination.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @martinekuan +* Microsoft Alias: **pnp**",1.0,"It isnt clear how - From the article: + +""Use asynchronous parallel processing. If an operation requires multiple steps that are performed asynchronously (such as remote service calls), you might be able to call them in parallel, and then aggregate the results. This approach assumes that each step does not depend on the results of the previous step."" + +It isn't clear to me how this helps with minimizing coordination - I do understand that the parallel call approach is efficient but it is also more complex than serial calls. I may be missing something that the author wanted to convey - do look into this and see if an update might help clarify this. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: de5c202d-cbea-a99e-c9c0-d4688121d797 +* Version Independent ID: 712375b6-5116-f734-3bcc-0466184ec885 +* Content: [Minimize coordination - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/design-principles/minimize-coordination) +* Content Source: [docs/guide/design-principles/minimize-coordination.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/design-principles/minimize-coordination.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @martinekuan +* Microsoft Alias: **pnp**",1,it isnt clear how from the article use asynchronous parallel processing if an operation requires multiple steps that are performed asynchronously such as remote service calls you might be able to call them in parallel and then aggregate the results this approach assumes that each step does not depend on the results of the previous step it isn t clear to me how this helps with minimizing coordination i do understand that the parallel call approach is efficient but it is also more complex than serial calls i may be missing something that the author wanted to convey do look into this and see if an update might help clarify this document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id cbea version independent id content content source service architecture center sub service azure guide github login martinekuan microsoft alias pnp ,1 +4970,11907496270.0,IssuesEvent,2020-03-30 22:26:11,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Duplicate page titles,Pri1 architecture-center/svc assigned-to-author doc-enhancement triaged,"There are 2 pages in the Solutions Ideas section with the exact same title ""Medical Data Storage Solutions"". Please change one of them to minimize confusion + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7f5f1109-6e79-d75f-44a6-c573e214e351 +* Version Independent ID: a63bdc30-afca-f42a-591b-2c4c2abfc025 +* Content: [Medical Data Storage Solutions - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/security-compliance-blueprint-hippa-hitrust-health-data-ai?source=docs) +* Content Source: [docs/solution-ideas/articles/security-compliance-blueprint-hippa-hitrust-health-data-ai.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/security-compliance-blueprint-hippa-hitrust-health-data-ai.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Duplicate page titles - There are 2 pages in the Solutions Ideas section with the exact same title ""Medical Data Storage Solutions"". Please change one of them to minimize confusion + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7f5f1109-6e79-d75f-44a6-c573e214e351 +* Version Independent ID: a63bdc30-afca-f42a-591b-2c4c2abfc025 +* Content: [Medical Data Storage Solutions - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/security-compliance-blueprint-hippa-hitrust-health-data-ai?source=docs) +* Content Source: [docs/solution-ideas/articles/security-compliance-blueprint-hippa-hitrust-health-data-ai.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/security-compliance-blueprint-hippa-hitrust-health-data-ai.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,duplicate page titles there are pages in the solutions ideas section with the exact same title medical data storage solutions please change one of them to minimize confusion document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id afca content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +7092,2597988160.0,IssuesEvent,2015-02-22 01:21:41,JukkaL/mypy,https://api.github.com/repos/JukkaL/mypy,closed,Three dots (...) in relative import not accepted,bug priority,"If you have `...` in a relative import, the parser crashes: + +``` +from ... import a +``` + +Here's the stack trace: + +``` +Traceback (most recent call last): + File ""scripts/mypy"", line 169, in + main() + File ""scripts/mypy"", line 34, in main + type_check_only(path, module, bin_dir, options) + File ""scripts/mypy"", line 78, in type_check_only + python_path=options.python_path) + File ""/home/jukka/project/mypy/mypy/build.py"", line 164, in build + result = manager.process(UnprocessedFile(info, program_text)) + File ""/home/jukka/project/mypy/mypy/build.py"", line 342, in process + next.process() + File ""/home/jukka/project/mypy/mypy/build.py"", line 660, in process + tree = self.parse(self.program_text, self.path) + File ""/home/jukka/project/mypy/mypy/build.py"", line 739, in parse + custom_typing_module=self.manager.custom_typing_module) + File ""/home/jukka/project/mypy/mypy/parse.py"", line 80, in parse + tree = parser.parse(s) + File ""/home/jukka/project/mypy/mypy/parse.py"", line 117, in parse + file = self.parse_file() + File ""/home/jukka/project/mypy/mypy/parse.py"", line 125, in parse_file + defs = self.parse_defs() + File ""/home/jukka/project/mypy/mypy/parse.py"", line 248, in parse_defs + defn, is_simple = self.parse_statement() + File ""/home/jukka/project/mypy/mypy/parse.py"", line 668, in parse_statement + stmt = self.parse_import_from() + File ""/home/jukka/project/mypy/mypy/parse.py"", line 176, in parse_import_from + name = self.parse_qualified_name() + File ""/home/jukka/project/mypy/mypy/parse.py"", line 234, in parse_qualified_name + tok = self.expect_type(Name) + File ""/home/jukka/project/mypy/mypy/parse.py"", line 1529, in expect_type + self.parse_error() + File ""/home/jukka/project/mypy/mypy/parse.py"", line 1547, in parse_error + self.parse_error_at(self.current()) + File ""/home/jukka/project/mypy/mypy/parse.py"", line 1558, in parse_error_at + msg = 'Parse error before {}'.format(token_repr(tok)) + File ""/home/jukka/project/mypy/mypy/parse.py"", line 1672, in token_repr + raise ValueError('Unknown token {}'.format(repr(tok))) +ValueError: Unknown token EllipsisToken( ...) +```",1.0,"Three dots (...) in relative import not accepted - If you have `...` in a relative import, the parser crashes: + +``` +from ... import a +``` + +Here's the stack trace: + +``` +Traceback (most recent call last): + File ""scripts/mypy"", line 169, in + main() + File ""scripts/mypy"", line 34, in main + type_check_only(path, module, bin_dir, options) + File ""scripts/mypy"", line 78, in type_check_only + python_path=options.python_path) + File ""/home/jukka/project/mypy/mypy/build.py"", line 164, in build + result = manager.process(UnprocessedFile(info, program_text)) + File ""/home/jukka/project/mypy/mypy/build.py"", line 342, in process + next.process() + File ""/home/jukka/project/mypy/mypy/build.py"", line 660, in process + tree = self.parse(self.program_text, self.path) + File ""/home/jukka/project/mypy/mypy/build.py"", line 739, in parse + custom_typing_module=self.manager.custom_typing_module) + File ""/home/jukka/project/mypy/mypy/parse.py"", line 80, in parse + tree = parser.parse(s) + File ""/home/jukka/project/mypy/mypy/parse.py"", line 117, in parse + file = self.parse_file() + File ""/home/jukka/project/mypy/mypy/parse.py"", line 125, in parse_file + defs = self.parse_defs() + File ""/home/jukka/project/mypy/mypy/parse.py"", line 248, in parse_defs + defn, is_simple = self.parse_statement() + File ""/home/jukka/project/mypy/mypy/parse.py"", line 668, in parse_statement + stmt = self.parse_import_from() + File ""/home/jukka/project/mypy/mypy/parse.py"", line 176, in parse_import_from + name = self.parse_qualified_name() + File ""/home/jukka/project/mypy/mypy/parse.py"", line 234, in parse_qualified_name + tok = self.expect_type(Name) + File ""/home/jukka/project/mypy/mypy/parse.py"", line 1529, in expect_type + self.parse_error() + File ""/home/jukka/project/mypy/mypy/parse.py"", line 1547, in parse_error + self.parse_error_at(self.current()) + File ""/home/jukka/project/mypy/mypy/parse.py"", line 1558, in parse_error_at + msg = 'Parse error before {}'.format(token_repr(tok)) + File ""/home/jukka/project/mypy/mypy/parse.py"", line 1672, in token_repr + raise ValueError('Unknown token {}'.format(repr(tok))) +ValueError: Unknown token EllipsisToken( ...) +```",0,three dots in relative import not accepted if you have in a relative import the parser crashes from import a here s the stack trace traceback most recent call last file scripts mypy line in main file scripts mypy line in main type check only path module bin dir options file scripts mypy line in type check only python path options python path file home jukka project mypy mypy build py line in build result manager process unprocessedfile info program text file home jukka project mypy mypy build py line in process next process file home jukka project mypy mypy build py line in process tree self parse self program text self path file home jukka project mypy mypy build py line in parse custom typing module self manager custom typing module file home jukka project mypy mypy parse py line in parse tree parser parse s file home jukka project mypy mypy parse py line in parse file self parse file file home jukka project mypy mypy parse py line in parse file defs self parse defs file home jukka project mypy mypy parse py line in parse defs defn is simple self parse statement file home jukka project mypy mypy parse py line in parse statement stmt self parse import from file home jukka project mypy mypy parse py line in parse import from name self parse qualified name file home jukka project mypy mypy parse py line in parse qualified name tok self expect type name file home jukka project mypy mypy parse py line in expect type self parse error file home jukka project mypy mypy parse py line in parse error self parse error at self current file home jukka project mypy mypy parse py line in parse error at msg parse error before format token repr tok file home jukka project mypy mypy parse py line in token repr raise valueerror unknown token format repr tok valueerror unknown token ellipsistoken ,0 +77901,9637239457.0,IssuesEvent,2019-05-16 08:20:46,IgniteUI/igniteui-angular,https://api.github.com/repos/IgniteUI/igniteui-angular,closed,"Clone row drag data, when exposing in event arguments",bug grid row-drag severity: low status: by-design status: resolved version: 7.3.x,"## Description +When using onDrop event arguments, args.dragData, in the case of row dragging, is a reference to the row object. This may cause issues when changing rowData values, cause this will change data in the source grid. + +",1.0,"Clone row drag data, when exposing in event arguments - ## Description +When using onDrop event arguments, args.dragData, in the case of row dragging, is a reference to the row object. This may cause issues when changing rowData values, cause this will change data in the source grid. + +",0,clone row drag data when exposing in event arguments description when using ondrop event arguments args dragdata in the case of row dragging is a reference to the row object this may cause issues when changing rowdata values cause this will change data in the source grid ,0 +5354,12394630070.0,IssuesEvent,2020-05-20 17:15:13,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Build Test issue,Pri1 architecture-center/svc cxp reference-architecture/subsvc triaged," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cade8ea3-b02f-6c92-b7b1-8f37a5c9d701 +* Version Independent ID: c0bde50c-5e28-5ff2-1507-5a8711ae3022 +* Content: [Azure Application Architecture Guide - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/) +* Content Source: [docs/guide/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/index.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Build Test issue - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cade8ea3-b02f-6c92-b7b1-8f37a5c9d701 +* Version Independent ID: c0bde50c-5e28-5ff2-1507-5a8711ae3022 +* Content: [Azure Application Architecture Guide - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/) +* Content Source: [docs/guide/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/index.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,build test issue document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +49275,12307765167.0,IssuesEvent,2020-05-12 05:37:22,PDP-10/its,https://api.github.com/repos/PDP-10/its,opened,Split off peripherals from CI build,build process,Shorten CI build times by not building all peripheral emulators.,1.0,Split off peripherals from CI build - Shorten CI build times by not building all peripheral emulators.,0,split off peripherals from ci build shorten ci build times by not building all peripheral emulators ,0 +3879,10239364490.0,IssuesEvent,2019-08-19 18:03:53,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Slowly Changing Dimension join by SK, not by natural key",architecture-center/svc assigned-to-author doc-enhancement triaged,"According to Kimball best practices the fact table and the dimension table should join by a Surrogates key. The example shown in this page, and the use of Temporal Tables for SCD Type 2 seems to miss this point. +Wondering if I am missing something or MS has missed/ignore this point. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c337b22b-b387-5eea-9b16-656885eae759 +* Version Independent ID: 6c1ad9b6-fdf4-f23a-20dc-118f262d0a8c +* Content: [Automated enterprise business intelligence (BI) - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/enterprise-bi-adf#feedback) +* Content Source: [docs/reference-architectures/data/enterprise-bi-adf.md](https://github.com/mspnp/architecture-center/blob/master/docs/reference-architectures/data/enterprise-bi-adf.md) +* Service: **architecture-center** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"Slowly Changing Dimension join by SK, not by natural key - According to Kimball best practices the fact table and the dimension table should join by a Surrogates key. The example shown in this page, and the use of Temporal Tables for SCD Type 2 seems to miss this point. +Wondering if I am missing something or MS has missed/ignore this point. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c337b22b-b387-5eea-9b16-656885eae759 +* Version Independent ID: 6c1ad9b6-fdf4-f23a-20dc-118f262d0a8c +* Content: [Automated enterprise business intelligence (BI) - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/enterprise-bi-adf#feedback) +* Content Source: [docs/reference-architectures/data/enterprise-bi-adf.md](https://github.com/mspnp/architecture-center/blob/master/docs/reference-architectures/data/enterprise-bi-adf.md) +* Service: **architecture-center** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,slowly changing dimension join by sk not by natural key according to kimball best practices the fact table and the dimension table should join by a surrogates key the example shown in this page and the use of temporal tables for scd type seems to miss this point wondering if i am missing something or ms has missed ignore this point document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login mikewasson microsoft alias pnp ,1 +43341,11627639910.0,IssuesEvent,2020-02-27 16:51:47,carbon-design-system/ibm-security,https://api.github.com/repos/carbon-design-system/ibm-security,closed,Bug: TypeLayoutCell should not modify children or children's children,Defect severity 3,"**Expected behavior -** +It is expected that when I provide a child to the `TypeLayoutCell` with its own children, the child or its children should not have their types modified. + +**Actual behavior -** +It appears that the grandchildren of `TypeLayoutCell`s are all converted into arrays which are causing prop type errors. For example, rendering a `CodeSnippet` inside a `TypeLayoutCell` throws a prop type error because the child of a `CodeSnippet` has to be a string, but it is an array. + +### Steps for reproducing +[CodeSandbox](https://codesandbox.io/s/old-platform-eiw5v) + +1. Go to the code sandbox +2. Open the console +3. Notice the prop type error +4. You may need to refresh the browser preview to see the error because Codesanbox likes to clear the console 🙄 + +### Screenshots + +#### Code +![image](https://user-images.githubusercontent.com/5973294/75284293-209f0180-57da-11ea-8832-65dff712fd2b.png) + + +#### Console +![image](https://user-images.githubusercontent.com/5973294/75284267-0e24c800-57da-11ea-8d81-eafd05190ab0.png) + +### Optional information + +**Version -** 1.17.1 +",1.0,"Bug: TypeLayoutCell should not modify children or children's children - **Expected behavior -** +It is expected that when I provide a child to the `TypeLayoutCell` with its own children, the child or its children should not have their types modified. + +**Actual behavior -** +It appears that the grandchildren of `TypeLayoutCell`s are all converted into arrays which are causing prop type errors. For example, rendering a `CodeSnippet` inside a `TypeLayoutCell` throws a prop type error because the child of a `CodeSnippet` has to be a string, but it is an array. + +### Steps for reproducing +[CodeSandbox](https://codesandbox.io/s/old-platform-eiw5v) + +1. Go to the code sandbox +2. Open the console +3. Notice the prop type error +4. You may need to refresh the browser preview to see the error because Codesanbox likes to clear the console 🙄 + +### Screenshots + +#### Code +![image](https://user-images.githubusercontent.com/5973294/75284293-209f0180-57da-11ea-8832-65dff712fd2b.png) + + +#### Console +![image](https://user-images.githubusercontent.com/5973294/75284267-0e24c800-57da-11ea-8d81-eafd05190ab0.png) + +### Optional information + +**Version -** 1.17.1 +",0,bug typelayoutcell should not modify children or children s children expected behavior it is expected that when i provide a child to the typelayoutcell with its own children the child or its children should not have their types modified actual behavior it appears that the grandchildren of typelayoutcell s are all converted into arrays which are causing prop type errors for example rendering a codesnippet inside a typelayoutcell throws a prop type error because the child of a codesnippet has to be a string but it is an array steps for reproducing go to the code sandbox open the console notice the prop type error you may need to refresh the browser preview to see the error because codesanbox likes to clear the console 🙄 screenshots code console optional information version ,0 +11097,28006050492.0,IssuesEvent,2023-03-27 15:19:17,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Gateway in front of APIM - why - what capability that Gateway has that APIM does not?,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri1," +What is the purpose of the gateway in front of the APIM? I feel if its there to address a business reason than that should be stated in +why that reason caused the gateway to be in front. Otherwise, I would give this diagram as two alternatives - one with the gateway, the other without and why both may be used for different purposes. + +My understanding is that APIM has policies to apply when traffic arrives, while the gateway is perhaps a lower-level requirement in terms of the network topology. As a cloud solution architect, I try to NOT think of my implementations at that level, as like I say, Serverless needs to be about thinking of servers (and low level infrastructure) less, and think of PaaS almost exclusively. + +Regards, +Richard + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: d61c0c47-bb1e-5bd4-55ed-92058c3c1e2b +* Version Independent ID: 09757b3e-205b-4263-fada-4d0224048f6f +* Content: [Protect APIs with Azure Application Gateway and Azure API Management - Azure Reference Architectures](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/apis/protect-apis) +* Content Source: [docs/reference-architectures/apis/protect-apis.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/apis/protect-apis.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @fabriciosanchez +* Microsoft Alias: **fabriciosanchez**",2.0,"Gateway in front of APIM - why - what capability that Gateway has that APIM does not? - +What is the purpose of the gateway in front of the APIM? I feel if its there to address a business reason than that should be stated in +why that reason caused the gateway to be in front. Otherwise, I would give this diagram as two alternatives - one with the gateway, the other without and why both may be used for different purposes. + +My understanding is that APIM has policies to apply when traffic arrives, while the gateway is perhaps a lower-level requirement in terms of the network topology. As a cloud solution architect, I try to NOT think of my implementations at that level, as like I say, Serverless needs to be about thinking of servers (and low level infrastructure) less, and think of PaaS almost exclusively. + +Regards, +Richard + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: d61c0c47-bb1e-5bd4-55ed-92058c3c1e2b +* Version Independent ID: 09757b3e-205b-4263-fada-4d0224048f6f +* Content: [Protect APIs with Azure Application Gateway and Azure API Management - Azure Reference Architectures](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/apis/protect-apis) +* Content Source: [docs/reference-architectures/apis/protect-apis.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/apis/protect-apis.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @fabriciosanchez +* Microsoft Alias: **fabriciosanchez**",1,gateway in front of apim why what capability that gateway has that apim does not what is the purpose of the gateway in front of the apim i feel if its there to address a business reason than that should be stated in why that reason caused the gateway to be in front otherwise i would give this diagram as two alternatives one with the gateway the other without and why both may be used for different purposes my understanding is that apim has policies to apply when traffic arrives while the gateway is perhaps a lower level requirement in terms of the network topology as a cloud solution architect i try to not think of my implementations at that level as like i say serverless needs to be about thinking of servers and low level infrastructure less and think of paas almost exclusively regards richard document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id fada content content source service architecture center sub service reference architecture github login fabriciosanchez microsoft alias fabriciosanchez ,1 +534945,15652565021.0,IssuesEvent,2021-03-23 11:34:09,prysmaticlabs/prysm,https://api.github.com/repos/prysmaticlabs/prysm,closed,Discovery on Windows is Broken With Clock Drifts,Bug Networking Priority: High Windows,"# 🐞 Bug Report + +### Description + +Currently there have been a non trivial amount of users complaining on Windows about their number of peers +slowly reducing to zero. v1.05 has had some important changes with regards to stream management and subnet search. +However none of these components should have had any material impact on discovery. Windows machines being more +susceptible to clock drifts suddenly stop being able to find new peers for some reason, being minutes ahead/behind with respect to the network time should by right not have any effect in finding new peers. + +### Has this worked before in a previous version? + +This seems to have been introduced in v1.05, previous versions were perfectly fine in regards to discovery. + +## 🔬 Minimal Reproduction + +Run a windows node for a few hours on v1.05 + +## 🔥 Error + +Peer count slowly starts decreasing, and eventually bottoms out at zero. + + +## 🌍 Your Environment + +**Operating System:** + +Windows + +**What version of Prysm are you running? (Which release)** + +v1.05 + +",1.0,"Discovery on Windows is Broken With Clock Drifts - # 🐞 Bug Report + +### Description + +Currently there have been a non trivial amount of users complaining on Windows about their number of peers +slowly reducing to zero. v1.05 has had some important changes with regards to stream management and subnet search. +However none of these components should have had any material impact on discovery. Windows machines being more +susceptible to clock drifts suddenly stop being able to find new peers for some reason, being minutes ahead/behind with respect to the network time should by right not have any effect in finding new peers. + +### Has this worked before in a previous version? + +This seems to have been introduced in v1.05, previous versions were perfectly fine in regards to discovery. + +## 🔬 Minimal Reproduction + +Run a windows node for a few hours on v1.05 + +## 🔥 Error + +Peer count slowly starts decreasing, and eventually bottoms out at zero. + + +## 🌍 Your Environment + +**Operating System:** + +Windows + +**What version of Prysm are you running? (Which release)** + +v1.05 + +",0,discovery on windows is broken with clock drifts 🐞 bug report description currently there have been a non trivial amount of users complaining on windows about their number of peers slowly reducing to zero has had some important changes with regards to stream management and subnet search however none of these components should have had any material impact on discovery windows machines being more susceptible to clock drifts suddenly stop being able to find new peers for some reason being minutes ahead behind with respect to the network time should by right not have any effect in finding new peers has this worked before in a previous version this seems to have been introduced in previous versions were perfectly fine in regards to discovery 🔬 minimal reproduction run a windows node for a few hours on 🔥 error peer count slowly starts decreasing and eventually bottoms out at zero 🌍 your environment operating system windows what version of prysm are you running which release ,0 +393642,11622742614.0,IssuesEvent,2020-02-27 07:21:09,BEXIS2/Core,https://api.github.com/repos/BEXIS2/Core,closed,Create root menu only if not exists,BExIS 1 Migration Priority: Critical,"- [ ] check if root menu exists or not --> allow multiple Modules to define the same ""menubarRoot"" to be independent of the order of modules +",1.0,"Create root menu only if not exists - - [ ] check if root menu exists or not --> allow multiple Modules to define the same ""menubarRoot"" to be independent of the order of modules +",0,create root menu only if not exists check if root menu exists or not allow multiple modules to define the same menubarroot to be independent of the order of modules ,0 +10234,26562105043.0,IssuesEvent,2023-01-20 16:42:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Wrong comparison,assigned-to-author product-feedback triaged architecture-center/svc cloud-fundamentals/subsvc Pri2,"Hi, + +You have the wrong comparison in the Firewall section. The equivelent for Azure Firewall is not the web application firewall but rather the ""AWS Network Firewall"" + +See more info here - https://aws.amazon.com/network-firewall/?whats-new-cards.sort-by=item.additionalFields.postDateTime&whats-new-cards.sort-order=desc + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @BrianQu +* Microsoft Alias: **yuanzhiqu**",1.0,"Wrong comparison - Hi, + +You have the wrong comparison in the Firewall section. The equivelent for Azure Firewall is not the web application firewall but rather the ""AWS Network Firewall"" + +See more info here - https://aws.amazon.com/network-firewall/?whats-new-cards.sort-by=item.additionalFields.postDateTime&whats-new-cards.sort-order=desc + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @BrianQu +* Microsoft Alias: **yuanzhiqu**",1,wrong comparison hi you have the wrong comparison in the firewall section the equivelent for azure firewall is not the web application firewall but rather the aws network firewall see more info here document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login brianqu microsoft alias yuanzhiqu ,1 +9705,25080288310.0,IssuesEvent,2022-11-07 18:41:33,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,typo error should be application subnet,cxp triaged architecture-center/svc Pri2 azure-guide/subsvc," +[Enter feedback here] +Hi Team, + +it's a great doc. but there is a typo in the doc regarding to this sentence “Application Gateway subnet redirects the packets to Azure Firewall Premium.” it should be ""Application subnet redirects the packets to Azure Firewall Premium"". I see other example also have this typo. could you please help correct it? + +Regards, +Vincent + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4f623b3a-09d7-d793-b007-85b59727c1df +* Version Independent ID: ec0506cd-cdba-784c-6832-ea59697dd39c +* Content: [Zero-trust network for web applications with Azure Firewall and Application Gateway - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/gateway/application-gateway-before-azure-firewall) +* Content Source: [docs/example-scenario/gateway/application-gateway-before-azure-firewall.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/gateway/application-gateway-before-azure-firewall.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @erjosito +* Microsoft Alias: **jomore**",1.0,"typo error should be application subnet - +[Enter feedback here] +Hi Team, + +it's a great doc. but there is a typo in the doc regarding to this sentence “Application Gateway subnet redirects the packets to Azure Firewall Premium.” it should be ""Application subnet redirects the packets to Azure Firewall Premium"". I see other example also have this typo. could you please help correct it? + +Regards, +Vincent + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4f623b3a-09d7-d793-b007-85b59727c1df +* Version Independent ID: ec0506cd-cdba-784c-6832-ea59697dd39c +* Content: [Zero-trust network for web applications with Azure Firewall and Application Gateway - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/gateway/application-gateway-before-azure-firewall) +* Content Source: [docs/example-scenario/gateway/application-gateway-before-azure-firewall.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/gateway/application-gateway-before-azure-firewall.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @erjosito +* Microsoft Alias: **jomore**",1,typo error should be application subnet hi team it s a great doc but there is a typo in the doc regarding to this sentence “application gateway subnet redirects the packets to azure firewall premium ” it should be application subnet redirects the packets to azure firewall premium i see other example also have this typo could you please help correct it regards vincent document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id cdba content content source service architecture center sub service azure guide github login erjosito microsoft alias jomore ,1 +10249,26598836807.0,IssuesEvent,2023-01-23 14:25:59,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Scalable web and mobile applications using Azure Database for MySQL - Require additional details,doc-enhancement assigned-to-author triaged architecture-center/svc Pri3 solution-idea/subsvc,"Dear Team, +I was reviewing the document describing Architecture for 'Scalable web and mobile applications using Azure Database for MySQL' +Could you please expand the article to provide more details on: +1. Implementation details +2. Brief description of the components +3. Code examples + +Thanking you in advance. + +Edited: Added doc metadata + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7b201901-4bec-64d6-994c-2c1522437c39 +* Version Independent ID: dba7a5e1-388f-cadf-2f60-bf276986f679 +* Content: [Scalable web and mobile applications using Azure Database for MySQL - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/scalable-web-and-mobile-applications-using-azure-database-for-mysql) +* Content Source: [docs/solution-ideas/articles/scalable-web-and-mobile-applications-using-azure-database-for-mysql.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/scalable-web-and-mobile-applications-using-azure-database-for-mysql.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Scalable web and mobile applications using Azure Database for MySQL - Require additional details - Dear Team, +I was reviewing the document describing Architecture for 'Scalable web and mobile applications using Azure Database for MySQL' +Could you please expand the article to provide more details on: +1. Implementation details +2. Brief description of the components +3. Code examples + +Thanking you in advance. + +Edited: Added doc metadata + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7b201901-4bec-64d6-994c-2c1522437c39 +* Version Independent ID: dba7a5e1-388f-cadf-2f60-bf276986f679 +* Content: [Scalable web and mobile applications using Azure Database for MySQL - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/scalable-web-and-mobile-applications-using-azure-database-for-mysql) +* Content Source: [docs/solution-ideas/articles/scalable-web-and-mobile-applications-using-azure-database-for-mysql.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/scalable-web-and-mobile-applications-using-azure-database-for-mysql.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,scalable web and mobile applications using azure database for mysql require additional details dear team i was reviewing the document describing architecture for scalable web and mobile applications using azure database for mysql could you please expand the article to provide more details on implementation details brief description of the components code examples thanking you in advance edited added doc metadata document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id cadf content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +10611,27145799514.0,IssuesEvent,2023-02-16 19:53:30,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Bad link to the cosmosdb etcd api,doc-bug assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc,"Page contains a link for ""etcd API (preview)"", which no longer exists. Looks like the etcd preview api was pulled/removed. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e40cb85c-ee53-7b49-0622-bed8ebedea81 +* Version Independent ID: 896e0838-dfd1-c442-414d-ad9ea6dc8f7d +* Content: [Understand data store models - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview) +* Content Source: [docs/guide/technology-choices/data-store-overview.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/data-store-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dsk-2015 +* Microsoft Alias: **pnp**",1.0,"Bad link to the cosmosdb etcd api - Page contains a link for ""etcd API (preview)"", which no longer exists. Looks like the etcd preview api was pulled/removed. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e40cb85c-ee53-7b49-0622-bed8ebedea81 +* Version Independent ID: 896e0838-dfd1-c442-414d-ad9ea6dc8f7d +* Content: [Understand data store models - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview) +* Content Source: [docs/guide/technology-choices/data-store-overview.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/data-store-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dsk-2015 +* Microsoft Alias: **pnp**",1,bad link to the cosmosdb etcd api page contains a link for etcd api preview which no longer exists looks like the etcd preview api was pulled removed document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login dsk microsoft alias pnp ,1 +11489,30746989073.0,IssuesEvent,2023-07-28 15:46:41,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Subscription logic ,doc-enhancement triaged architecture-center/svc reference-architecture/subsvc Pri2," +Hi, + + +Would like the documentation to reflect is how we peer the spoke vnets to the hub when they are located in different subscriptions. +Both in code and on the visio drawing. + +We are trying to relate this to our environment, where we have 1 subscription where the hub is located, and the spokes consist of subscription and all the resources. eg: vnet, vms. + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",2.0,"Subscription logic - +Hi, + + +Would like the documentation to reflect is how we peer the spoke vnets to the hub when they are located in different subscriptions. +Both in code and on the visio drawing. + +We are trying to relate this to our environment, where we have 1 subscription where the hub is located, and the spokes consist of subscription and all the resources. eg: vnet, vms. + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,subscription logic hi would like the documentation to reflect is how we peer the spoke vnets to the hub when they are located in different subscriptions both in code and on the visio drawing we are trying to relate this to our environment where we have subscription where the hub is located and the spokes consist of subscription and all the resources eg vnet vms document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias pnp ,1 +7444,17839587846.0,IssuesEvent,2021-09-03 08:19:24,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Please add comparisons,doc-enhancement assigned-to-author triaged architecture-center/svc cloud-fundamentals/subsvc,"Please add some comparison to this page like is done for the other component pages which actual comparison between the features in AWS and Azure and the Security page for GCP and Azure +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e75f345d-f208-d9c2-f80c-d93db505fab8 +* Version Independent ID: 5684d2fa-2569-1c09-ba10-387c75ca7585 +* Content: [Multi-cloud security and identity with Azure and AWS - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/security-identity) +* Content Source: [docs/aws-professional/security-identity.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/security-identity.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dougkl007 +* Microsoft Alias: **pnp**",1.0,"Please add comparisons - Please add some comparison to this page like is done for the other component pages which actual comparison between the features in AWS and Azure and the Security page for GCP and Azure +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e75f345d-f208-d9c2-f80c-d93db505fab8 +* Version Independent ID: 5684d2fa-2569-1c09-ba10-387c75ca7585 +* Content: [Multi-cloud security and identity with Azure and AWS - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/security-identity) +* Content Source: [docs/aws-professional/security-identity.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/security-identity.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dougkl007 +* Microsoft Alias: **pnp**",1,please add comparisons please add some comparison to this page like is done for the other component pages which actual comparison between the features in aws and azure and the security page for gcp and azure document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +5451,12499016350.0,IssuesEvent,2020-06-01 19:22:05,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Content is broken,Pri2 architecture-center/svc assigned-to-author doc-bug solution-idea/subsvc triaged," +I'm interested in this solution, but a lot of the content has been moved or is broken. Has Microsoft abandoned this or is there a newer version somewhere else? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 495425b0-36b2-9391-b1ef-b2ec2e7f3423 +* Version Independent ID: e9ab6970-e1d7-5780-606b-50e35f0676fd +* Content: [Anomaly Detection in Real-time Data Streams - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/anomaly-detection-in-real-time-data-streams) +* Content Source: [docs/solution-ideas/articles/anomaly-detection-in-real-time-data-streams.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/anomaly-detection-in-real-time-data-streams.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Content is broken - +I'm interested in this solution, but a lot of the content has been moved or is broken. Has Microsoft abandoned this or is there a newer version somewhere else? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 495425b0-36b2-9391-b1ef-b2ec2e7f3423 +* Version Independent ID: e9ab6970-e1d7-5780-606b-50e35f0676fd +* Content: [Anomaly Detection in Real-time Data Streams - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/anomaly-detection-in-real-time-data-streams) +* Content Source: [docs/solution-ideas/articles/anomaly-detection-in-real-time-data-streams.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/anomaly-detection-in-real-time-data-streams.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,content is broken i m interested in this solution but a lot of the content has been moved or is broken has microsoft abandoned this or is there a newer version somewhere else document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +136685,18751349224.0,IssuesEvent,2021-11-05 02:39:20,valdisiljuconoks/azfun-demo,https://api.github.com/repos/valdisiljuconoks/azfun-demo,opened,CVE-2021-32804 (High) detected in tar-0.1.20.tgz,security vulnerability,"## CVE-2021-32804 - High Severity Vulnerability +
Vulnerable Library - tar-0.1.20.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-0.1.20.tgz

+

Path to dependency file: azfun-demo/Web1/modules/_protected/Shell/Shell/10.10.6.0/ClientResources/lib/xstyle/package.json

+

Path to vulnerable library: azfun-demo/Web1/modules/_protected/Shell/Shell/10.10.6.0/ClientResources/lib/xstyle/node_modules/tar/package.json

+

+ +Dependency Hierarchy: + - intern-geezer-2.2.3.tgz (Root Library) + - digdug-1.4.0.tgz + - decompress-0.2.3.tgz + - :x: **tar-0.1.20.tgz** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +The npm package ""tar"" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar. + +

Publish Date: 2021-08-03 +

URL: CVE-2021-32804

+

+
+

+
CVSS 3 Score Details (8.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9

+

Release Date: 2021-08-03

+

Fix Resolution: tar - 3.2.2, 4.4.14, 5.0.6, 6.1.1

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2021-32804 (High) detected in tar-0.1.20.tgz - ## CVE-2021-32804 - High Severity Vulnerability +
Vulnerable Library - tar-0.1.20.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-0.1.20.tgz

+

Path to dependency file: azfun-demo/Web1/modules/_protected/Shell/Shell/10.10.6.0/ClientResources/lib/xstyle/package.json

+

Path to vulnerable library: azfun-demo/Web1/modules/_protected/Shell/Shell/10.10.6.0/ClientResources/lib/xstyle/node_modules/tar/package.json

+

+ +Dependency Hierarchy: + - intern-geezer-2.2.3.tgz (Root Library) + - digdug-1.4.0.tgz + - decompress-0.2.3.tgz + - :x: **tar-0.1.20.tgz** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +The npm package ""tar"" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar. + +

Publish Date: 2021-08-03 +

URL: CVE-2021-32804

+

+
+

+
CVSS 3 Score Details (8.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9

+

Release Date: 2021-08-03

+

Fix Resolution: tar - 3.2.2, 4.4.14, 5.0.6, 6.1.1

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in tar tgz cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href path to dependency file azfun demo modules protected shell shell clientresources lib xstyle package json path to vulnerable library azfun demo modules protected shell shell clientresources lib xstyle node modules tar package json dependency hierarchy intern geezer tgz root library digdug tgz decompress tgz x tar tgz vulnerable library vulnerability details the npm package tar aka node tar before versions and has a arbitrary file creation overwrite vulnerability due to insufficient absolute path sanitization node tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the preservepaths flag is not set to true this is achieved by stripping the absolute path root from any absolute file paths contained in a tar file for example home user bashrc would turn into home user bashrc this logic was insufficient when file paths contained repeated path roots such as home user bashrc node tar would only strip a single path root from such paths when given an absolute file path with repeating path roots the resulting path e g home user bashrc would still resolve to an absolute path thus allowing arbitrary file creation and overwrite this issue was addressed in releases and users may work around this vulnerability without upgrading by creating a custom onentry method which sanitizes the entry path or a filter method which removes entries with absolute paths see referenced github advisory for details be aware of cve which fixes a similar bug in later versions of tar 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 none 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 tar step up your open source security game with whitesource ,0 +273617,8550867782.0,IssuesEvent,2018-11-07 16:32:30,our-city-app/mobicage-ios-client,https://api.github.com/repos/our-city-app/mobicage-ios-client,closed,Cannot prepare FB app: Problem compiling to i386,priority_major state_verification type_bug,"You managed to fix something related with the wallet utils before. Did Lucas build the latest wallet utils without i386 architecture? + +``` +CompileC build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/MCTSecurity.o src/MCTSecurity.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler + cd /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios + export LANG=en_US.US-ASCII + export PATH=""/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/jenkins/datajenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/NodeJS_10.6.0_cdv_8/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"" + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -gmodules -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DMCT_SECURED=0 -DMCT_RIVINE=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-generated-files.hmap -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-own-target-headers.hmap -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-all-target-headers.hmap -iquote /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-project-headers.hmap -iquote/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/3rdParty/Code -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/include -I3rdParty/Code/3rdParty/zxing/cpp/core/src -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes/parsedResults -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes/actions -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes/resultParsers -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Public -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVGestureHandler -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVHandleOpenURL -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVLogger -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVLocalStorage -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/libxml2 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/../three20 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/../../three20 -I3rdParty/Code/3rdParty/three20/Build/Products/three20 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/usr/local/lib/include -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/UninstalledProducts/include -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/UninstalledProducts/iphonesimulator/include -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/DerivedSources/i386 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/DerivedSources -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/3rdParty/Code/3rdParty -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/3rdParty/Code/3rdParty/FacebookSDKs -DNS_BLOCK_ASSERTIONS=1 -include /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/SharedPrecompiledHeaders/rogerthat_Prefix-gtzjccdkbrewecgzdzopxiwyklxr/rogerthat_Prefix.pch -MMD -MT dependencies -MF /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/MCTSecurity.d --serialize-diagnostics /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/MCTSecurity.dia -c /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/src/MCTSecurity.m -o /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/MCTSecurity.o +/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/src/MCTSecurity.m:230:13: error: use of undeclared identifier 'RivineWalletUtilsTransactionData' + RivineWalletUtilsTransactionData *result = RivineWalletUtilsGetTransactionData([pKey MCTBase64Encode], + ^ +/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/src/MCTSecurity.m:230:47: error: use of undeclared identifier 'result' + RivineWalletUtilsTransactionData *result = RivineWalletUtilsGetTransactionData([pKey MCTBase64Encode], + ^ +/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/src/MCTSecurity.m:230:56: warning: implicit declaration of function 'RivineWalletUtilsGetTransactionData' is invalid in C99 [-Wimplicit-function-declaration] + RivineWalletUtilsTransactionData *result = RivineWalletUtilsGetTransactionData([pKey MCTBase64Encode], + ^ +/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/src/MCTSecurity.m:233:31: error: use of undeclared identifier 'result' + @""data"": [result data], + ^ +1 warning and 3 errors generated. + +CompileC build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/TSLibraryImport.o 3rdParty/Code/3rdParty/TSLibraryImport/TSLibraryImport.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler + cd /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios + export LANG=en_US.US-ASCII + export PATH=""/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/jenkins/datajenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/NodeJS_10.6.0_cdv_8/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"" + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -gmodules -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DMCT_SECURED=0 -DMCT_RIVINE=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-generated-files.hmap -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-own-target-headers.hmap -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-all-target-headers.hmap -iquote /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-project-headers.hmap -iquote/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/3rdParty/Code -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/include -I3rdParty/Code/3rdParty/zxing/cpp/core/src -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes/parsedResults -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes/actions -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes/resultParsers -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Public -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVGestureHandler -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVHandleOpenURL -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVLogger -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVLocalStorage -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/libxml2 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/../three20 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/../../three20 -I3rdParty/Code/3rdParty/three20/Build/Products/three20 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/usr/local/lib/include -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/UninstalledProducts/include -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/UninstalledProducts/iphonesimulator/include -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/DerivedSources/i386 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/DerivedSources -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/3rdParty/Code/3rdParty -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/3rdParty/Code/3rdParty/FacebookSDKs -DNS_BLOCK_ASSERTIONS=1 -include /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/SharedPrecompiledHeaders/rogerthat_Prefix-gtzjccdkbrewecgzdzopxiwyklxr/rogerthat_Prefix.pch -MMD -MT dependencies -MF /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/TSLibraryImport.d --serialize-diagnostics /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/TSLibraryImport.dia -c /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/3rdParty/Code/3rdParty/TSLibraryImport/TSLibraryImport.m -o /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/TSLibraryImport.o + +** BUILD FAILED ** + + +The following build commands failed: + CompileC build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/MCTSecurity.o src/MCTSecurity.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler +(1 failure) +Build step 'Execute shell' marked build as failure +Set build name. +New build name is '#181 be-putte' +Skipped archiving because build is not successful +Finished: FAILURE +```",1.0,"Cannot prepare FB app: Problem compiling to i386 - You managed to fix something related with the wallet utils before. Did Lucas build the latest wallet utils without i386 architecture? + +``` +CompileC build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/MCTSecurity.o src/MCTSecurity.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler + cd /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios + export LANG=en_US.US-ASCII + export PATH=""/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/jenkins/datajenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/NodeJS_10.6.0_cdv_8/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"" + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -gmodules -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DMCT_SECURED=0 -DMCT_RIVINE=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-generated-files.hmap -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-own-target-headers.hmap -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-all-target-headers.hmap -iquote /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-project-headers.hmap -iquote/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/3rdParty/Code -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/include -I3rdParty/Code/3rdParty/zxing/cpp/core/src -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes/parsedResults -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes/actions -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes/resultParsers -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Public -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVGestureHandler -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVHandleOpenURL -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVLogger -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVLocalStorage -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/libxml2 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/../three20 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/../../three20 -I3rdParty/Code/3rdParty/three20/Build/Products/three20 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/usr/local/lib/include -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/UninstalledProducts/include -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/UninstalledProducts/iphonesimulator/include -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/DerivedSources/i386 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/DerivedSources -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/3rdParty/Code/3rdParty -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/3rdParty/Code/3rdParty/FacebookSDKs -DNS_BLOCK_ASSERTIONS=1 -include /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/SharedPrecompiledHeaders/rogerthat_Prefix-gtzjccdkbrewecgzdzopxiwyklxr/rogerthat_Prefix.pch -MMD -MT dependencies -MF /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/MCTSecurity.d --serialize-diagnostics /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/MCTSecurity.dia -c /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/src/MCTSecurity.m -o /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/MCTSecurity.o +/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/src/MCTSecurity.m:230:13: error: use of undeclared identifier 'RivineWalletUtilsTransactionData' + RivineWalletUtilsTransactionData *result = RivineWalletUtilsGetTransactionData([pKey MCTBase64Encode], + ^ +/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/src/MCTSecurity.m:230:47: error: use of undeclared identifier 'result' + RivineWalletUtilsTransactionData *result = RivineWalletUtilsGetTransactionData([pKey MCTBase64Encode], + ^ +/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/src/MCTSecurity.m:230:56: warning: implicit declaration of function 'RivineWalletUtilsGetTransactionData' is invalid in C99 [-Wimplicit-function-declaration] + RivineWalletUtilsTransactionData *result = RivineWalletUtilsGetTransactionData([pKey MCTBase64Encode], + ^ +/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/src/MCTSecurity.m:233:31: error: use of undeclared identifier 'result' + @""data"": [result data], + ^ +1 warning and 3 errors generated. + +CompileC build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/TSLibraryImport.o 3rdParty/Code/3rdParty/TSLibraryImport/TSLibraryImport.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler + cd /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios + export LANG=en_US.US-ASCII + export PATH=""/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/jenkins/datajenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/NodeJS_10.6.0_cdv_8/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"" + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -gmodules -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DMCT_SECURED=0 -DMCT_RIVINE=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-generated-files.hmap -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-own-target-headers.hmap -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-all-target-headers.hmap -iquote /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/be-putte-project-headers.hmap -iquote/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/3rdParty/Code -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/include -I3rdParty/Code/3rdParty/zxing/cpp/core/src -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes/parsedResults -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes/actions -I3rdParty/Code/3rdParty/zxing/iphone/ZXingWidget/Classes/resultParsers -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Public -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVGestureHandler -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVHandleOpenURL -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVLogger -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVLocalStorage -I3rdParty/Code/3rdParty/Cordova/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/libxml2 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/../three20 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/../../three20 -I3rdParty/Code/3rdParty/three20/Build/Products/three20 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator/usr/local/lib/include -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/UninstalledProducts/include -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/UninstalledProducts/iphonesimulator/include -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/DerivedSources/i386 -I/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/DerivedSources -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/Release-iphonesimulator -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/3rdParty/Code/3rdParty -F/Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/3rdParty/Code/3rdParty/FacebookSDKs -DNS_BLOCK_ASSERTIONS=1 -include /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/SharedPrecompiledHeaders/rogerthat_Prefix-gtzjccdkbrewecgzdzopxiwyklxr/rogerthat_Prefix.pch -MMD -MT dependencies -MF /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/TSLibraryImport.d --serialize-diagnostics /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/TSLibraryImport.dia -c /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/3rdParty/Code/3rdParty/TSLibraryImport/TSLibraryImport.m -o /Users/jenkins/datajenkins/workspace/iOS-prepare-fb-review-data/ios/build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/TSLibraryImport.o + +** BUILD FAILED ** + + +The following build commands failed: + CompileC build/rogerthat.build/Release-iphonesimulator/rogerthat.build/Objects-normal/i386/MCTSecurity.o src/MCTSecurity.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler +(1 failure) +Build step 'Execute shell' marked build as failure +Set build name. +New build name is '#181 be-putte' +Skipped archiving because build is not successful +Finished: FAILURE +```",0,cannot prepare fb app problem compiling to you managed to fix something related with the wallet utils before did lucas build the latest wallet utils without architecture compilec build rogerthat build release iphonesimulator rogerthat build objects normal mctsecurity o src mctsecurity m normal objective c com apple compilers llvm clang compiler cd users jenkins datajenkins workspace ios prepare fb review data ios export lang en us us ascii export path applications xcode app contents developer platforms iphonesimulator platform developer usr bin applications xcode app contents developer usr bin users jenkins datajenkins tools jenkins plugins nodejs tools nodejsinstallation nodejs cdv bin usr bin bin usr sbin sbin usr local bin applications xcode app contents developer toolchains xcodedefault xctoolchain usr bin clang x objective c arch fmessage length fdiagnostics show note include stack fmacro backtrace limit fobjc arc gmodules wno trigraphs fpascal strings os fno common wno missing field initializers wno missing prototypes wunreachable code wno implicit atomic properties wno arc repeated use of weak wduplicate method match wno missing braces wparentheses wswitch wunused function wno unused label wno unused parameter wunused variable wunused value wempty body wuninitialized wno unknown pragmas wno shadow wno four char constants wno conversion wconstant conversion wint conversion wbool conversion wenum conversion wno float conversion wno non literal null conversion wno objc literal conversion wshorten to wpointer sign wno newline eof wno selector wno strict selector match wundeclared selector wno deprecated implementations dmct secured dmct rivine dobjc old dispatch prototypes isysroot applications xcode app contents developer platforms iphonesimulator platform developer sdks sdk fasm blocks fstrict aliasing wprotocol wdeprecated declarations mios simulator version min g fvisibility hidden wno sign conversion winfinite recursion wno comma wno block capture autoreleasing wno strict prototypes fobjc abi version fobjc legacy dispatch iquote users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build be putte generated files hmap i users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build be putte own target headers hmap i users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build be putte all target headers hmap iquote users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build be putte project headers hmap iquote users jenkins datajenkins workspace ios prepare fb review data ios code i users jenkins datajenkins workspace ios prepare fb review data ios build release iphonesimulator include code zxing cpp core src code zxing iphone zxingwidget classes code zxing iphone zxingwidget classes parsedresults code zxing iphone zxingwidget classes actions code zxing iphone zxingwidget classes resultparsers code cordova cordovalib classes code cordova cordovalib classes public code cordova cordovalib classes private code cordova cordovalib classes private plugins code cordova cordovalib classes private plugins cdvgesturehandler code cordova cordovalib classes private plugins cdvintentandnavigationfilter code cordova cordovalib classes private plugins cdvhandleopenurl code cordova cordovalib classes private plugins cdvlogger code cordova cordovalib classes private plugins cdvlocalstorage code cordova cordovalib classes private plugins cdvuiwebviewengine i applications xcode app contents developer platforms iphonesimulator platform developer sdks sdk usr include i users jenkins datajenkins workspace ios prepare fb review data ios build release iphonesimulator i users jenkins datajenkins workspace ios prepare fb review data ios build release iphonesimulator code build products i users jenkins datajenkins workspace ios prepare fb review data ios build release iphonesimulator usr local lib include i users jenkins datajenkins workspace ios prepare fb review data ios build uninstalledproducts include i users jenkins datajenkins workspace ios prepare fb review data ios build uninstalledproducts iphonesimulator include i users jenkins datajenkins workspace ios prepare fb review data ios build release iphonesimulator i users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build derivedsources i users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build derivedsources f users jenkins datajenkins workspace ios prepare fb review data ios build release iphonesimulator f users jenkins datajenkins workspace ios prepare fb review data ios f users jenkins datajenkins workspace ios prepare fb review data ios code f users jenkins datajenkins workspace ios prepare fb review data ios code facebooksdks dns block assertions include users jenkins datajenkins workspace ios prepare fb review data ios build sharedprecompiledheaders rogerthat prefix gtzjccdkbrewecgzdzopxiwyklxr rogerthat prefix pch mmd mt dependencies mf users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build objects normal mctsecurity d serialize diagnostics users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build objects normal mctsecurity dia c users jenkins datajenkins workspace ios prepare fb review data ios src mctsecurity m o users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build objects normal mctsecurity o users jenkins datajenkins workspace ios prepare fb review data ios src mctsecurity m error use of undeclared identifier rivinewalletutilstransactiondata rivinewalletutilstransactiondata result rivinewalletutilsgettransactiondata users jenkins datajenkins workspace ios prepare fb review data ios src mctsecurity m error use of undeclared identifier result rivinewalletutilstransactiondata result rivinewalletutilsgettransactiondata users jenkins datajenkins workspace ios prepare fb review data ios src mctsecurity m warning implicit declaration of function rivinewalletutilsgettransactiondata is invalid in rivinewalletutilstransactiondata result rivinewalletutilsgettransactiondata users jenkins datajenkins workspace ios prepare fb review data ios src mctsecurity m error use of undeclared identifier result data warning and errors generated compilec build rogerthat build release iphonesimulator rogerthat build objects normal tslibraryimport o code tslibraryimport tslibraryimport m normal objective c com apple compilers llvm clang compiler cd users jenkins datajenkins workspace ios prepare fb review data ios export lang en us us ascii export path applications xcode app contents developer platforms iphonesimulator platform developer usr bin applications xcode app contents developer usr bin users jenkins datajenkins tools jenkins plugins nodejs tools nodejsinstallation nodejs cdv bin usr bin bin usr sbin sbin usr local bin applications xcode app contents developer toolchains xcodedefault xctoolchain usr bin clang x objective c arch fmessage length fdiagnostics show note include stack fmacro backtrace limit fobjc arc gmodules wno trigraphs fpascal strings os fno common wno missing field initializers wno missing prototypes wunreachable code wno implicit atomic properties wno arc repeated use of weak wduplicate method match wno missing braces wparentheses wswitch wunused function wno unused label wno unused parameter wunused variable wunused value wempty body wuninitialized wno unknown pragmas wno shadow wno four char constants wno conversion wconstant conversion wint conversion wbool conversion wenum conversion wno float conversion wno non literal null conversion wno objc literal conversion wshorten to wpointer sign wno newline eof wno selector wno strict selector match wundeclared selector wno deprecated implementations dmct secured dmct rivine dobjc old dispatch prototypes isysroot applications xcode app contents developer platforms iphonesimulator platform developer sdks sdk fasm blocks fstrict aliasing wprotocol wdeprecated declarations mios simulator version min g fvisibility hidden wno sign conversion winfinite recursion wno comma wno block capture autoreleasing wno strict prototypes fobjc abi version fobjc legacy dispatch iquote users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build be putte generated files hmap i users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build be putte own target headers hmap i users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build be putte all target headers hmap iquote users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build be putte project headers hmap iquote users jenkins datajenkins workspace ios prepare fb review data ios code i users jenkins datajenkins workspace ios prepare fb review data ios build release iphonesimulator include code zxing cpp core src code zxing iphone zxingwidget classes code zxing iphone zxingwidget classes parsedresults code zxing iphone zxingwidget classes actions code zxing iphone zxingwidget classes resultparsers code cordova cordovalib classes code cordova cordovalib classes public code cordova cordovalib classes private code cordova cordovalib classes private plugins code cordova cordovalib classes private plugins cdvgesturehandler code cordova cordovalib classes private plugins cdvintentandnavigationfilter code cordova cordovalib classes private plugins cdvhandleopenurl code cordova cordovalib classes private plugins cdvlogger code cordova cordovalib classes private plugins cdvlocalstorage code cordova cordovalib classes private plugins cdvuiwebviewengine i applications xcode app contents developer platforms iphonesimulator platform developer sdks sdk usr include i users jenkins datajenkins workspace ios prepare fb review data ios build release iphonesimulator i users jenkins datajenkins workspace ios prepare fb review data ios build release iphonesimulator code build products i users jenkins datajenkins workspace ios prepare fb review data ios build release iphonesimulator usr local lib include i users jenkins datajenkins workspace ios prepare fb review data ios build uninstalledproducts include i users jenkins datajenkins workspace ios prepare fb review data ios build uninstalledproducts iphonesimulator include i users jenkins datajenkins workspace ios prepare fb review data ios build release iphonesimulator i users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build derivedsources i users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build derivedsources f users jenkins datajenkins workspace ios prepare fb review data ios build release iphonesimulator f users jenkins datajenkins workspace ios prepare fb review data ios f users jenkins datajenkins workspace ios prepare fb review data ios code f users jenkins datajenkins workspace ios prepare fb review data ios code facebooksdks dns block assertions include users jenkins datajenkins workspace ios prepare fb review data ios build sharedprecompiledheaders rogerthat prefix gtzjccdkbrewecgzdzopxiwyklxr rogerthat prefix pch mmd mt dependencies mf users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build objects normal tslibraryimport d serialize diagnostics users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build objects normal tslibraryimport dia c users jenkins datajenkins workspace ios prepare fb review data ios code tslibraryimport tslibraryimport m o users jenkins datajenkins workspace ios prepare fb review data ios build rogerthat build release iphonesimulator rogerthat build objects normal tslibraryimport o build failed the following build commands failed compilec build rogerthat build release iphonesimulator rogerthat build objects normal mctsecurity o src mctsecurity m normal objective c com apple compilers llvm clang compiler failure build step execute shell marked build as failure set build name new build name is be putte skipped archiving because build is not successful finished failure ,0 +4369,11007741889.0,IssuesEvent,2019-12-04 09:09:50,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"""might"" or ""might not""?",Pri2 architecture-center/svc cloud-fundamentals/subsvc cxp product-question triaged,"Hello! +I have a doubt about a phrase in this paragraph: +""If the client code runs in a web browser, the browser might need to support cross-origin resource sharing (CORS) to enable code that executes within the web browser to access data in a different domain from the one that served the page. Some older browsers and some data stores don't support CORS, and code that runs in these browsers **might be able to** use a valet key to provide access to data in a different domain, such as a cloud storage account."" + +By semantic it should be ""might **not** be able to"", am I right? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d94a95d1-5371-4c6a-87d6-00fae7dfb401 +* Version Independent ID: d9abac19-dfd7-18d7-2479-42fe5476b569 +* Content: [Valet Key pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/valet-key#issues-and-considerations) +* Content Source: [docs/patterns/valet-key.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/valet-key.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"""might"" or ""might not""? - Hello! +I have a doubt about a phrase in this paragraph: +""If the client code runs in a web browser, the browser might need to support cross-origin resource sharing (CORS) to enable code that executes within the web browser to access data in a different domain from the one that served the page. Some older browsers and some data stores don't support CORS, and code that runs in these browsers **might be able to** use a valet key to provide access to data in a different domain, such as a cloud storage account."" + +By semantic it should be ""might **not** be able to"", am I right? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d94a95d1-5371-4c6a-87d6-00fae7dfb401 +* Version Independent ID: d9abac19-dfd7-18d7-2479-42fe5476b569 +* Content: [Valet Key pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/valet-key#issues-and-considerations) +* Content Source: [docs/patterns/valet-key.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/valet-key.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1, might or might not hello i have a doubt about a phrase in this paragraph if the client code runs in a web browser the browser might need to support cross origin resource sharing cors to enable code that executes within the web browser to access data in a different domain from the one that served the page some older browsers and some data stores don t support cors and code that runs in these browsers might be able to use a valet key to provide access to data in a different domain such as a cloud storage account by semantic it should be might not be able to am i right document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +4526,11278498557.0,IssuesEvent,2020-01-15 06:57:48,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio link is wrong,Pri1 architecture-center/svc cxp doc-bug reference-architecture/subsvc triaged,"The link to the Visio doc at teh top of the page appears to go to the Identity Architectures ref arch rather than this ref arch. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Extend your on-premises Active Directory domain to Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"Visio link is wrong - The link to the Visio doc at teh top of the page appears to go to the Identity Architectures ref arch rather than this ref arch. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Extend your on-premises Active Directory domain to Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,visio link is wrong the link to the visio doc at teh top of the page appears to go to the identity architectures ref arch rather than this ref arch document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +147185,13202515426.0,IssuesEvent,2020-08-14 12:28:37,aau-network-security/haaukins-api,https://api.github.com/repos/aau-network-security/haaukins-api,opened,Update README,documentation,"what to add in the read: + +- [ ] how the api works (explain middleware, timer, difference between haaukins (no buffer)) + +- [ ] config file",1.0,"Update README - what to add in the read: + +- [ ] how the api works (explain middleware, timer, difference between haaukins (no buffer)) + +- [ ] config file",0,update readme what to add in the read how the api works explain middleware timer difference between haaukins no buffer config file,0 +11405,30349367554.0,IssuesEvent,2023-07-11 17:42:44,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,PowerPoint find need extra permission after download ,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"Architecture PowerPoint file that mentioned for download needed extra permission after download! + +https://arch-center.azureedge.net/conversation-summarization-overview.pptx + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: aa815b05-e4be-75fd-04bb-9136b6228502 +* Version Independent ID: aa815b05-e4be-75fd-04bb-9136b6228502 +* Content: [Conversation summarization - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/ai/conversation-summarization) +* Content Source: [docs/guide/ai/conversation-summarization.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/ai/conversation-summarization.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @mejani +* Microsoft Alias: **mejani**",1.0,"PowerPoint find need extra permission after download - Architecture PowerPoint file that mentioned for download needed extra permission after download! + +https://arch-center.azureedge.net/conversation-summarization-overview.pptx + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: aa815b05-e4be-75fd-04bb-9136b6228502 +* Version Independent ID: aa815b05-e4be-75fd-04bb-9136b6228502 +* Content: [Conversation summarization - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/ai/conversation-summarization) +* Content Source: [docs/guide/ai/conversation-summarization.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/ai/conversation-summarization.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @mejani +* Microsoft Alias: **mejani**",1,powerpoint find need extra permission after download architecture powerpoint file that mentioned for download needed extra permission after download document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login mejani microsoft alias mejani ,1 +14831,10218848817.0,IssuesEvent,2019-08-15 17:00:20,cityofaustin/atd-vz-data,https://api.github.com/repos/cityofaustin/atd-vz-data,opened,VZE: [Question] Hasura PII fields,Project: Vision Zero Crash Data System Service: Dev,"Currently the database has PII stored. This raises some security issues: + +• What sensitive fields need to be displayed in VZE? +• Should we limit access with a VPN on Hasura? could use existing VPN with list/range of IP address.",1.0,"VZE: [Question] Hasura PII fields - Currently the database has PII stored. This raises some security issues: + +• What sensitive fields need to be displayed in VZE? +• Should we limit access with a VPN on Hasura? could use existing VPN with list/range of IP address.",0,vze hasura pii fields currently the database has pii stored this raises some security issues • what sensitive fields need to be displayed in vze • should we limit access with a vpn on hasura could use existing vpn with list range of ip address ,0 +443923,12803847733.0,IssuesEvent,2020-07-03 02:20:18,kubeflow/pipelines,https://api.github.com/repos/kubeflow/pipelines,closed,using user-gcp-sa creds for a pipeline step appears to prevent creating cluster resources from that pod,area/kfctl kind/bug lifecycle/stale priority/p2,"It looks like any pipeline step pod that needs to create a new service, deployment, etc. will throw a permissions error that the kf 'user' account (`-user@`) doesn't have the rights to do ""container.services.create"", ""container.deployments.create"", etc.) *if the pod is using gcp* auth via the `.apply(gcp.use_gcp_secret('user-gcp-sa'))` call for that step when the pipeline is defined. Without the gcp creds attached, it can create the service successfully. + +Adding the ""Kubernetes Engine Admin"" role to that kf user account fixes the issue. +I guess that might mean that the gcp creds in this case are less permissive than the non-gcp-credentials state? +I'd argue that use of the gcp creds shouldn't prevent creating new cluster resources. + +(This may be more a core kf issue... feel free to re-categorize) +",1.0,"using user-gcp-sa creds for a pipeline step appears to prevent creating cluster resources from that pod - It looks like any pipeline step pod that needs to create a new service, deployment, etc. will throw a permissions error that the kf 'user' account (`-user@`) doesn't have the rights to do ""container.services.create"", ""container.deployments.create"", etc.) *if the pod is using gcp* auth via the `.apply(gcp.use_gcp_secret('user-gcp-sa'))` call for that step when the pipeline is defined. Without the gcp creds attached, it can create the service successfully. + +Adding the ""Kubernetes Engine Admin"" role to that kf user account fixes the issue. +I guess that might mean that the gcp creds in this case are less permissive than the non-gcp-credentials state? +I'd argue that use of the gcp creds shouldn't prevent creating new cluster resources. + +(This may be more a core kf issue... feel free to re-categorize) +",0,using user gcp sa creds for a pipeline step appears to prevent creating cluster resources from that pod it looks like any pipeline step pod that needs to create a new service deployment etc will throw a permissions error that the kf user account user doesn t have the rights to do container services create container deployments create etc if the pod is using gcp auth via the apply gcp use gcp secret user gcp sa call for that step when the pipeline is defined without the gcp creds attached it can create the service successfully adding the kubernetes engine admin role to that kf user account fixes the issue i guess that might mean that the gcp creds in this case are less permissive than the non gcp credentials state i d argue that use of the gcp creds shouldn t prevent creating new cluster resources this may be more a core kf issue feel free to re categorize ,0 +4884,11800364140.0,IssuesEvent,2020-03-18 17:24:53,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,menu on right hand side is blocking the architecture diagram view,Pri1 architecture-center/svc assigned-to-author doc-enhancement solution-idea/subsvc triaged,"Whenever the architecture diagram is lengthy, the right hand side menu (is this page helpful? and in this article) are blocking the diagram view while scrolling up. + +Thanks, +Ravi + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2ac60d9e-b851-afa6-beeb-74cdaa2a9146 +* Version Independent ID: e300615f-1b32-df63-bc89-54b3b17dced5 +* Content: [Modern Data Warehouse Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/modern-data-warehouse#feedback) +* Content Source: [docs/solution-ideas/articles/modern-data-warehouse.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/modern-data-warehouse.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"menu on right hand side is blocking the architecture diagram view - Whenever the architecture diagram is lengthy, the right hand side menu (is this page helpful? and in this article) are blocking the diagram view while scrolling up. + +Thanks, +Ravi + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2ac60d9e-b851-afa6-beeb-74cdaa2a9146 +* Version Independent ID: e300615f-1b32-df63-bc89-54b3b17dced5 +* Content: [Modern Data Warehouse Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/modern-data-warehouse#feedback) +* Content Source: [docs/solution-ideas/articles/modern-data-warehouse.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/modern-data-warehouse.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,menu on right hand side is blocking the architecture diagram view whenever the architecture diagram is lengthy the right hand side menu is this page helpful and in this article are blocking the diagram view while scrolling up thanks ravi document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id beeb version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +3512,9695950690.0,IssuesEvent,2019-05-25 02:21:06,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Mention Front Door as an alternative to Traffic Manager?,architecture-center/svc cxp reference-architecture/subsvc triaged,"With the recent release of Front Door, would it make sense to mention it as an alternative to Traffic Manager? It seems to have all the necessary features to support this architecture, including routing, failover, and health probes. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/multi-region.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Mention Front Door as an alternative to Traffic Manager? - With the recent release of Front Door, would it make sense to mention it as an alternative to Traffic Manager? It seems to have all the necessary features to support this architecture, including routing, failover, and health probes. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/multi-region.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,mention front door as an alternative to traffic manager with the recent release of front door would it make sense to mention it as an alternative to traffic manager it seems to have all the necessary features to support this architecture including routing failover and health probes document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +486060,14003730989.0,IssuesEvent,2020-10-28 16:13:43,wso2/product-apim,https://api.github.com/repos/wso2/product-apim,opened,Continuos error log when analytics dashboard is idle,Priority/Highest Severity/Critical Type/Bug,"### Description: +When I have a session timed out analytics dashboard open on the browser, the follow error log is printed once every minute on the dashboard server logs + +`ERROR {org.wso2.analytics.apim.idp.client.ApimIdPClient} - Unable to get access token for the request with grant type : 'refresh_token', for the user 'null'.` + +This results in the following error log on the API Manager server logs + +`ERROR - OAuth2Service Error while finding application state for application with client_id: null` + +Unnecessary ERROR logs cause system monitoring tools to trigger alerts, causing panic.",1.0,"Continuos error log when analytics dashboard is idle - ### Description: +When I have a session timed out analytics dashboard open on the browser, the follow error log is printed once every minute on the dashboard server logs + +`ERROR {org.wso2.analytics.apim.idp.client.ApimIdPClient} - Unable to get access token for the request with grant type : 'refresh_token', for the user 'null'.` + +This results in the following error log on the API Manager server logs + +`ERROR - OAuth2Service Error while finding application state for application with client_id: null` + +Unnecessary ERROR logs cause system monitoring tools to trigger alerts, causing panic.",0,continuos error log when analytics dashboard is idle description when i have a session timed out analytics dashboard open on the browser the follow error log is printed once every minute on the dashboard server logs error org analytics apim idp client apimidpclient unable to get access token for the request with grant type refresh token for the user null this results in the following error log on the api manager server logs error error while finding application state for application with client id null unnecessary error logs cause system monitoring tools to trigger alerts causing panic ,0 +50015,6300966212.0,IssuesEvent,2017-07-21 06:28:55,material-native/material-native,https://api.github.com/repos/material-native/material-native,closed,Radio,feature parity:react-native-material-design parity:react-native-material-kit,"Replacement for the following: +* https://github.com/xinthink/react-native-material-kit#radio-button +* https://github.com/react-native-material-design/react-native-material-design/blob/master/lib/RadioButton.js + +Plan: +* Most of the notes for Checkbox (#8) are relevant +* Don't use kit's `group` and `MKRadioButton.Group`, it violates React's patterns of how this type of input should be handled",1.0,"Radio - Replacement for the following: +* https://github.com/xinthink/react-native-material-kit#radio-button +* https://github.com/react-native-material-design/react-native-material-design/blob/master/lib/RadioButton.js + +Plan: +* Most of the notes for Checkbox (#8) are relevant +* Don't use kit's `group` and `MKRadioButton.Group`, it violates React's patterns of how this type of input should be handled",0,radio replacement for the following plan most of the notes for checkbox are relevant don t use kit s group and mkradiobutton group it violates react s patterns of how this type of input should be handled,0 +704558,24200708613.0,IssuesEvent,2022-09-24 14:24:04,poja/RL,https://api.github.com/repos/poja/RL,closed,Training batches: use mini batches randomly selected from latest games,priority-medium,"mini-batches of 2,048 positions each, sampled uniformly at random from all positions of the most recent 500,000 games",1.0,"Training batches: use mini batches randomly selected from latest games - mini-batches of 2,048 positions each, sampled uniformly at random from all positions of the most recent 500,000 games",0,training batches use mini batches randomly selected from latest games mini batches of positions each sampled uniformly at random from all positions of the most recent games,0 +31790,2736875472.0,IssuesEvent,2015-04-19 21:03:14,x360ce/x360ce,https://api.github.com/repos/x360ce/x360ce,closed,[PATCH] mapping button to d-pad doesn't work,enhancement imported Priority-Low x360ce-Core,"_From [brandon...@gmail.com](https://code.google.com/u/109155991048587516692/) on May 02, 2010 06:33:58_ + +What steps will reproduce the problem? 1. set D-pad POV=0 +2. set a button id to D-pad Up, Down etc.. What is the expected output? What do you see instead? nothing happens when pressing those mapped button, it worked with older +version, before it was moved to google code What version of the product are you using? On what operating system? trunk(but it doesn't work even with the precompiled version) on windows 7 32bit What gamepad are you using? On what version of drivers? dualshock 3 with this driver http://tamamyikesu.web.fc2.com/sd_devicedriver.html + +**Attachment:** [x360ce.patch](http://code.google.com/p/x360ce/issues/detail?id=14) + +_Original issue: http://code.google.com/p/x360ce/issues/detail?id=14_",1.0,"[PATCH] mapping button to d-pad doesn't work - _From [brandon...@gmail.com](https://code.google.com/u/109155991048587516692/) on May 02, 2010 06:33:58_ + +What steps will reproduce the problem? 1. set D-pad POV=0 +2. set a button id to D-pad Up, Down etc.. What is the expected output? What do you see instead? nothing happens when pressing those mapped button, it worked with older +version, before it was moved to google code What version of the product are you using? On what operating system? trunk(but it doesn't work even with the precompiled version) on windows 7 32bit What gamepad are you using? On what version of drivers? dualshock 3 with this driver http://tamamyikesu.web.fc2.com/sd_devicedriver.html + +**Attachment:** [x360ce.patch](http://code.google.com/p/x360ce/issues/detail?id=14) + +_Original issue: http://code.google.com/p/x360ce/issues/detail?id=14_",0, mapping button to d pad doesn t work from on may what steps will reproduce the problem set d pad pov set a button id to d pad up down etc what is the expected output what do you see instead nothing happens when pressing those mapped button it worked with older version before it was moved to google code what version of the product are you using on what operating system trunk but it doesn t work even with the precompiled version on windows what gamepad are you using on what version of drivers dualshock with this driver attachment original issue ,0 +3919,10280265768.0,IssuesEvent,2019-08-26 04:26:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Comprehensive,Pri1 architecture-center/svc cloud-fundamentals/subsvc cxp kudos triaged,"I found this document to be comprehensive, beautifully written (with examples to clarify each point) and very useful. Great job. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ad651d6a-f8d8-2050-e7a7-adbae7326112 +* Version Independent ID: 4fddd724-cabd-8623-7692-857088c1dccb +* Content: [API design guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design#feedback) +* Content Source: [docs/best-practices/api-design.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/api-design.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Comprehensive - I found this document to be comprehensive, beautifully written (with examples to clarify each point) and very useful. Great job. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ad651d6a-f8d8-2050-e7a7-adbae7326112 +* Version Independent ID: 4fddd724-cabd-8623-7692-857088c1dccb +* Content: [API design guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design#feedback) +* Content Source: [docs/best-practices/api-design.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/api-design.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,comprehensive i found this document to be comprehensive beautifully written with examples to clarify each point and very useful great job document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id cabd content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +11530,30822322269.0,IssuesEvent,2023-08-01 17:15:46,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Error in Ingress Traffic Diagram,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"The ingress flow [diagram ](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks#deploy-ingress-resources) is missing the internal load balancer component. This causes confusion and also means the elements referenced in the detailed flow description below the diagram are incorrect. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an Azure Kubernetes Service (AKS) cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/containers/aks/secure-baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",2.0,"Error in Ingress Traffic Diagram - The ingress flow [diagram ](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks#deploy-ingress-resources) is missing the internal load balancer component. This causes confusion and also means the elements referenced in the detailed flow description below the diagram are incorrect. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an Azure Kubernetes Service (AKS) cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/containers/aks/secure-baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,error in ingress traffic diagram the ingress flow is missing the internal load balancer component this causes confusion and also means the elements referenced in the detailed flow description below the diagram are incorrect document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias pnp ,1 +10219,26543554949.0,IssuesEvent,2023-01-19 21:30:39,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,If you translate to hungarian use a good translator!,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc," +[Ide írja be a visszajelzését] + + +--- +#### A dokumentum adatai + +⚠ *Ezt a szakaszt ne szerkessze. A szakasz a docs.microsoft.com ➟ GitHub-problémák hivatkozásaihoz szükséges.* + +* ID: 57f4d213-3eb1-5b4c-aa67-116e8fa36f7d +* Version Independent ID: 18199b5a-8f57-6574-c795-7540199ae49a +* Content: [Mikroszolgáltatások CI/CD-folyamata a Kubernetesen - Azure Architecture Center](https://docs.microsoft.com/hu-hu/azure/architecture/microservices/ci-cd-kubernetes) +* Content Source: [docs/microservices/ci-cd-kubernetes.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/microservices/ci-cd-kubernetes.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"If you translate to hungarian use a good translator! - +[Ide írja be a visszajelzését] + + +--- +#### A dokumentum adatai + +⚠ *Ezt a szakaszt ne szerkessze. A szakasz a docs.microsoft.com ➟ GitHub-problémák hivatkozásaihoz szükséges.* + +* ID: 57f4d213-3eb1-5b4c-aa67-116e8fa36f7d +* Version Independent ID: 18199b5a-8f57-6574-c795-7540199ae49a +* Content: [Mikroszolgáltatások CI/CD-folyamata a Kubernetesen - Azure Architecture Center](https://docs.microsoft.com/hu-hu/azure/architecture/microservices/ci-cd-kubernetes) +* Content Source: [docs/microservices/ci-cd-kubernetes.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/microservices/ci-cd-kubernetes.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,if you translate to hungarian use a good translator a dokumentum adatai ⚠ ezt a szakaszt ne szerkessze a szakasz a docs microsoft com ➟ github problémák hivatkozásaihoz szükséges id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias edprice ,1 +5863,13234645660.0,IssuesEvent,2020-08-18 16:38:44,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Wrong tense of word ""increases"" in ""Limits"" Section",Pri2 architecture-center/svc cxp doc-enhancement triaged well-architected/subsvc,"https://docs.microsoft.com/en-us/azure/architecture/framework/devops/app-design#limits + +The sentence that reads, ""Some limits are a hard maximum, while others are a soft limit that can be increases upon request..."" should read ""Some limits are a hard maximum, while others are a soft limit that can be increased upon request..."" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b5d9240-7176-838b-5a41-1159799e4456 +* Version Independent ID: e38a4b5c-32b1-d6bc-56b3-c8a84def4471 +* Content: [Application design for DevOps - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/app-design) +* Content Source: [docs/framework/devops/app-design.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/devops/app-design.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @UmarMohamedUsman +* Microsoft Alias: **pnp**",1.0,"Wrong tense of word ""increases"" in ""Limits"" Section - https://docs.microsoft.com/en-us/azure/architecture/framework/devops/app-design#limits + +The sentence that reads, ""Some limits are a hard maximum, while others are a soft limit that can be increases upon request..."" should read ""Some limits are a hard maximum, while others are a soft limit that can be increased upon request..."" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b5d9240-7176-838b-5a41-1159799e4456 +* Version Independent ID: e38a4b5c-32b1-d6bc-56b3-c8a84def4471 +* Content: [Application design for DevOps - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/app-design) +* Content Source: [docs/framework/devops/app-design.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/devops/app-design.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @UmarMohamedUsman +* Microsoft Alias: **pnp**",1,wrong tense of word increases in limits section the sentence that reads some limits are a hard maximum while others are a soft limit that can be increases upon request should read some limits are a hard maximum while others are a soft limit that can be increased upon request document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login umarmohamedusman microsoft alias pnp ,1 +709174,24369470218.0,IssuesEvent,2022-10-03 17:56:58,planetary-social/scuttlego,https://api.github.com/repos/planetary-social/scuttlego,closed,Global banlist of feeds,enhancement priority/high,This task is about ingesting some kind of a global ban list of feeds. Banning a feed should mean that their messages will no longer be replicated. All messages from this feed should be removed from the local database.,1.0,Global banlist of feeds - This task is about ingesting some kind of a global ban list of feeds. Banning a feed should mean that their messages will no longer be replicated. All messages from this feed should be removed from the local database.,0,global banlist of feeds this task is about ingesting some kind of a global ban list of feeds banning a feed should mean that their messages will no longer be replicated all messages from this feed should be removed from the local database ,0 +7795,19377601614.0,IssuesEvent,2021-12-17 00:57:02,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Duplicate items,doc-bug assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +One of the duplicate bullet items in the list should be removed: +Microsoft Defender for Cloud Security Recommendations +Microsoft Defender for Cloud Security Recommendations + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: dce3b9c5-ef05-1ff3-a6fe-052f48a9b471 +* Version Independent ID: f6d3e8e8-37c5-43e6-6185-58f8511dee7e +* Content: [Hybrid security monitoring with Sentinel - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/hybrid/hybrid-security-monitoring) +* Content Source: [docs/hybrid/hybrid-security-monitoring.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/hybrid/hybrid-security-monitoring.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",2.0,"Duplicate items - +One of the duplicate bullet items in the list should be removed: +Microsoft Defender for Cloud Security Recommendations +Microsoft Defender for Cloud Security Recommendations + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: dce3b9c5-ef05-1ff3-a6fe-052f48a9b471 +* Version Independent ID: f6d3e8e8-37c5-43e6-6185-58f8511dee7e +* Content: [Hybrid security monitoring with Sentinel - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/hybrid/hybrid-security-monitoring) +* Content Source: [docs/hybrid/hybrid-security-monitoring.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/hybrid/hybrid-security-monitoring.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,duplicate items one of the duplicate bullet items in the list should be removed microsoft defender for cloud security recommendations microsoft defender for cloud security recommendations document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias pnp ,1 +114928,14664903517.0,IssuesEvent,2020-12-29 13:05:43,PixiEditor/PixiEditor,https://api.github.com/repos/PixiEditor/PixiEditor,closed,Design a new logo,design enhancement hacktoberfest,"The current logo is nice, however, we would gladly use something fresh. + +- Dimensions should be at least 512x512 pixels. +- If we choose your logo, you should send us a PNG and a work file (.PSD, .AI, etc.) + +_By submitting you agree to give us a full right to all files you send._",1.0,"Design a new logo - The current logo is nice, however, we would gladly use something fresh. + +- Dimensions should be at least 512x512 pixels. +- If we choose your logo, you should send us a PNG and a work file (.PSD, .AI, etc.) + +_By submitting you agree to give us a full right to all files you send._",0,design a new logo the current logo is nice however we would gladly use something fresh dimensions should be at least pixels if we choose your logo you should send us a png and a work file psd ai etc by submitting you agree to give us a full right to all files you send ,0 +209569,16235909902.0,IssuesEvent,2021-05-07 00:41:19,Interacao-Humano-Computador/2020.2-DefensoriaSP,https://api.github.com/repos/Interacao-Humano-Computador/2020.2-DefensoriaSP,opened,Relato dos Resultados da Avaliação do Protótipo de Alta Fidelidade,documentation,"## Descrição +Elaboração do protótipo de alta fidelidade, avaliação do mesmo e relato da avaliação. + +## Tarefas + +- [x] Criar ptotótipo +- [ ] Realizar avaliação do protótipo +- [ ] Relatar valiação no documento",1.0,"Relato dos Resultados da Avaliação do Protótipo de Alta Fidelidade - ## Descrição +Elaboração do protótipo de alta fidelidade, avaliação do mesmo e relato da avaliação. + +## Tarefas + +- [x] Criar ptotótipo +- [ ] Realizar avaliação do protótipo +- [ ] Relatar valiação no documento",0,relato dos resultados da avaliação do protótipo de alta fidelidade descrição elaboração do protótipo de alta fidelidade avaliação do mesmo e relato da avaliação tarefas criar ptotótipo realizar avaliação do protótipo relatar valiação no documento,0 +5430,12497804530.0,IssuesEvent,2020-06-01 17:08:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing details about having multiple subscriptions / vnets,Pri2 architecture-center/svc assigned-to-author doc-idea reference-architecture/subsvc triaged,"MSFT still positions subscriptions to be one of the scale units and even recommends it down at the application or business group level (e.g. https://azure.microsoft.com/en-us/blog/organizing-subscriptions-and-resource-groups-within-the-enterprise/). This structure then forces you into having many virtual networks. Please add more realistic examples of how you would structure a network architecture across a global organization with multiple subscriptions (and therefore vnets) across multiple azure regions. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fec640d8-1064-c083-4313-5e8c23fbc2cf +* Version Independent ID: 5f7c63ca-7ab2-9129-4c34-191286e67af1 +* Content: [Connect an on-premises network to Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/expressroute-vpn-failover) +* Content Source: [docs/reference-architectures/hybrid-networking/expressroute-vpn-failover.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/expressroute-vpn-failover.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"Missing details about having multiple subscriptions / vnets - MSFT still positions subscriptions to be one of the scale units and even recommends it down at the application or business group level (e.g. https://azure.microsoft.com/en-us/blog/organizing-subscriptions-and-resource-groups-within-the-enterprise/). This structure then forces you into having many virtual networks. Please add more realistic examples of how you would structure a network architecture across a global organization with multiple subscriptions (and therefore vnets) across multiple azure regions. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fec640d8-1064-c083-4313-5e8c23fbc2cf +* Version Independent ID: 5f7c63ca-7ab2-9129-4c34-191286e67af1 +* Content: [Connect an on-premises network to Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/expressroute-vpn-failover) +* Content Source: [docs/reference-architectures/hybrid-networking/expressroute-vpn-failover.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/expressroute-vpn-failover.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,missing details about having multiple subscriptions vnets msft still positions subscriptions to be one of the scale units and even recommends it down at the application or business group level e g this structure then forces you into having many virtual networks please add more realistic examples of how you would structure a network architecture across a global organization with multiple subscriptions and therefore vnets across multiple azure regions document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +9671,25017738770.0,IssuesEvent,2022-11-03 20:27:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"""Secrets"" section still erroneously points to AAD Pod Identity",doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"The ""Secrets management"" section still points to AAD Pod Identity. +Microsoft already does not recommend using this as it's being replaced by Azure AD Workload Identity : +https://azure.github.io/azure-workload-identity/docs/ + +The document should reflect that. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5e2e444-d6b9-962e-56d4-8d1f3508ba9e +* Version Independent ID: 061ea6aa-353b-a98d-cbf6-639209a5fd1b +* Content: [Microservices architecture on AKS - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices) +* Content Source: [docs/reference-architectures/containers/aks-microservices/aks-microservices.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks-microservices/aks-microservices.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",2.0,"""Secrets"" section still erroneously points to AAD Pod Identity - The ""Secrets management"" section still points to AAD Pod Identity. +Microsoft already does not recommend using this as it's being replaced by Azure AD Workload Identity : +https://azure.github.io/azure-workload-identity/docs/ + +The document should reflect that. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5e2e444-d6b9-962e-56d4-8d1f3508ba9e +* Version Independent ID: 061ea6aa-353b-a98d-cbf6-639209a5fd1b +* Content: [Microservices architecture on AKS - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices) +* Content Source: [docs/reference-architectures/containers/aks-microservices/aks-microservices.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks-microservices/aks-microservices.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1, secrets section still erroneously points to aad pod identity the secrets management section still points to aad pod identity microsoft already does not recommend using this as it s being replaced by azure ad workload identity the document should reflect that document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias pnp ,1 +451032,13023258954.0,IssuesEvent,2020-07-27 09:41:53,webcompat/web-bugs,https://api.github.com/repos/webcompat/web-bugs,closed,www.bloomingdales.com - site is not usable,browser-firefox engine-gecko priority-normal," + + + + +**URL**: https://www.bloomingdales.com/chkout/rcsignedin?perfectProxy=true&segment=530-20,575-21,554-20,546-21,509-22,351-21 + +**Browser / Version**: Firefox 80.0 +**Operating System**: Windows 10 +**Tested Another Browser**: Yes Chrome + +**Problem type**: Site is not usable +**Description**: Buttons or links not working +**Steps to Reproduce**: +Cannot check out with either paypal or Visa. Verified by Visa popup shows up briefly but then blanks out. +
+ View the screenshot + +
+ +
+Browser Configuration +
    +
  • gfx.webrender.all: false
  • gfx.webrender.blob-images: true
  • gfx.webrender.enabled: false
  • image.mem.shared: true
  • buildID: 20200724093206
  • channel: nightly
  • hasTouchScreen: false
  • mixed active content blocked: false
  • mixed passive content blocked: false
  • tracking content blocked: false
  • +
+
+ +[View console log messages](https://webcompat.com/console_logs/2020/7/28eba3b2-0309-4f3f-89db-dbb5c1cf521f) + +Submitted in the name of `@osunick` + +_From [webcompat.com](https://webcompat.com/) with ❤️_",1.0,"www.bloomingdales.com - site is not usable - + + + + +**URL**: https://www.bloomingdales.com/chkout/rcsignedin?perfectProxy=true&segment=530-20,575-21,554-20,546-21,509-22,351-21 + +**Browser / Version**: Firefox 80.0 +**Operating System**: Windows 10 +**Tested Another Browser**: Yes Chrome + +**Problem type**: Site is not usable +**Description**: Buttons or links not working +**Steps to Reproduce**: +Cannot check out with either paypal or Visa. Verified by Visa popup shows up briefly but then blanks out. +
+ View the screenshot + +
+ +
+Browser Configuration +
    +
  • gfx.webrender.all: false
  • gfx.webrender.blob-images: true
  • gfx.webrender.enabled: false
  • image.mem.shared: true
  • buildID: 20200724093206
  • channel: nightly
  • hasTouchScreen: false
  • mixed active content blocked: false
  • mixed passive content blocked: false
  • tracking content blocked: false
  • +
+
+ +[View console log messages](https://webcompat.com/console_logs/2020/7/28eba3b2-0309-4f3f-89db-dbb5c1cf521f) + +Submitted in the name of `@osunick` + +_From [webcompat.com](https://webcompat.com/) with ❤️_",0, site is not usable url browser version firefox operating system windows tested another browser yes chrome problem type site is not usable description buttons or links not working steps to reproduce cannot check out with either paypal or visa verified by visa popup shows up briefly but then blanks out view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel nightly hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false submitted in the name of osunick from with ❤️ ,0 +9709,25091452373.0,IssuesEvent,2022-11-08 06:41:46,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Just tell me step-by-step how to install anaconda on a windows VM,cxp triaged product-question architecture-center/svc reference-architecture/subsvc Pri2," +Just tell me step-by-step how to install anaconda on a windows VM, including how to set up a Windows VM!! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 678f3299-1ff9-8a31-a434-be16f33f90ef +* Version Independent ID: 18de51b9-9bdc-da60-1e2f-383c79b08e54 +* Content: [Run a Windows VM on Azure - Azure Reference Architectures](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/windows-vm) +* Content Source: [docs/reference-architectures/n-tier/windows-vm.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/n-tier/windows-vm.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",2.0,"Just tell me step-by-step how to install anaconda on a windows VM - +Just tell me step-by-step how to install anaconda on a windows VM, including how to set up a Windows VM!! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 678f3299-1ff9-8a31-a434-be16f33f90ef +* Version Independent ID: 18de51b9-9bdc-da60-1e2f-383c79b08e54 +* Content: [Run a Windows VM on Azure - Azure Reference Architectures](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/windows-vm) +* Content Source: [docs/reference-architectures/n-tier/windows-vm.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/n-tier/windows-vm.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,just tell me step by step how to install anaconda on a windows vm just tell me step by step how to install anaconda on a windows vm including how to set up a windows vm document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias architectures ,1 +9653,24976124280.0,IssuesEvent,2022-11-02 07:58:35,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Unable to download deployment content,assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2 Product-bug," +[Enter feedback here] +Getting the following error while trying to deploy the template from - https://raw.githubusercontent.com/MicrosoftLearning/AZ-301-MicrosoftAzureArchitectDesign/master/allfiles/AZ-301T03/Module_02/LabFiles/Starter/azuredeploy.json + +``` +Unable to download deployment content from 'https://raw.githubusercontent.com/iainfoulds/architecture-center/aks-devops/docs/sample-solutions/app-modernization/templates/devops-with-aks/nested/grafana.json'. The tracking Id is '56deb704-7f00-4181-9181-f2de40167818'. +``` + +Looks like the something is wrong with the URL concatenation. Haven't managed to find out the right path to the grafana.json yet. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5978df0f-98f5-f365-1912-48fc8c27566e +* Version Independent ID: 4f2b4216-1cc7-a267-eee4-d7716ce5ed03 +* Content: [CI/CD pipeline for container-based workloads - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/devops-with-aks) +* Content Source: [docs/example-scenario/apps/devops-with-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/apps/devops-with-aks.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @iainfoulds +* Microsoft Alias: **pnp**",1.0,"Unable to download deployment content - +[Enter feedback here] +Getting the following error while trying to deploy the template from - https://raw.githubusercontent.com/MicrosoftLearning/AZ-301-MicrosoftAzureArchitectDesign/master/allfiles/AZ-301T03/Module_02/LabFiles/Starter/azuredeploy.json + +``` +Unable to download deployment content from 'https://raw.githubusercontent.com/iainfoulds/architecture-center/aks-devops/docs/sample-solutions/app-modernization/templates/devops-with-aks/nested/grafana.json'. The tracking Id is '56deb704-7f00-4181-9181-f2de40167818'. +``` + +Looks like the something is wrong with the URL concatenation. Haven't managed to find out the right path to the grafana.json yet. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5978df0f-98f5-f365-1912-48fc8c27566e +* Version Independent ID: 4f2b4216-1cc7-a267-eee4-d7716ce5ed03 +* Content: [CI/CD pipeline for container-based workloads - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/devops-with-aks) +* Content Source: [docs/example-scenario/apps/devops-with-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/apps/devops-with-aks.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @iainfoulds +* Microsoft Alias: **pnp**",1,unable to download deployment content getting the following error while trying to deploy the template from unable to download deployment content from the tracking id is looks like the something is wrong with the url concatenation haven t managed to find out the right path to the grafana json yet document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login iainfoulds microsoft alias pnp ,1 +561991,16629142581.0,IssuesEvent,2021-06-03 13:33:22,wso2/product-apim,https://api.github.com/repos/wso2/product-apim,opened,Can't see default gateway environment details in admin portal,Affected/4.0.0 Priority/Normal React-UI Type/Improvement,"### Describe your problem(s) + +![image](https://user-images.githubusercontent.com/3313885/120653377-3f407d80-c49e-11eb-8ae2-1ec3cd94eb07.png) + +In this view, we can't see the Gateway environment's WS/WSS and HTTP/HTTPs ports and details",1.0,"Can't see default gateway environment details in admin portal - ### Describe your problem(s) + +![image](https://user-images.githubusercontent.com/3313885/120653377-3f407d80-c49e-11eb-8ae2-1ec3cd94eb07.png) + +In this view, we can't see the Gateway environment's WS/WSS and HTTP/HTTPs ports and details",0,can t see default gateway environment details in admin portal describe your problem s in this view we can t see the gateway environment s ws wss and http https ports and details,0 +546302,16008721246.0,IssuesEvent,2021-04-20 07:54:18,ita-social-projects/TeachUA,https://api.github.com/repos/ita-social-projects/TeachUA,closed,[Головна сторінка] Wrong photo's size,Priority: High bug,"**Environment:** macOS Big Sur 11.1, Google Chrome 89.0.4 +**Reproducible:** always +**Build found:** last commit from https://speak-ukrainian.org.ua/dev/ + +**Steps to reproduce** +1. Go to https://speak-ukrainian.org.ua/dev/ +2. Pay attention to the carousel's photo. + +**Actual result** +The size of photo on the banner is 1506px x 400px. + + + + +**Expected result** +The size of photo on the banner is 1268px x 400px. + + + + +**User story and test case links** +E.g.: ""User story #108 + +**Labels to be added** +""Bug"", Priority (""pri: high""), Severity (""severity: minor""), Type (""UI"") + +NOT BUG, Picture is flexible +",1.0,"[Головна сторінка] Wrong photo's size - **Environment:** macOS Big Sur 11.1, Google Chrome 89.0.4 +**Reproducible:** always +**Build found:** last commit from https://speak-ukrainian.org.ua/dev/ + +**Steps to reproduce** +1. Go to https://speak-ukrainian.org.ua/dev/ +2. Pay attention to the carousel's photo. + +**Actual result** +The size of photo on the banner is 1506px x 400px. + + + + +**Expected result** +The size of photo on the banner is 1268px x 400px. + + + + +**User story and test case links** +E.g.: ""User story #108 + +**Labels to be added** +""Bug"", Priority (""pri: high""), Severity (""severity: minor""), Type (""UI"") + +NOT BUG, Picture is flexible +",0, wrong photo s size environment macos big sur google chrome reproducible always build found last commit from steps to reproduce go to pay attention to the carousel s photo actual result the size of photo on the banner is x img width alt знімок екрана о src expected result the size of photo on the banner is x img width alt знімок екрана о src user story and test case links e g user story labels to be added bug priority pri high severity severity minor type ui not bug picture is flexible ,0 +10610,27145735837.0,IssuesEvent,2023-02-16 19:50:55,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed, Visio file of this architecture is incorrect,doc-enhancement cxp assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri1," +[Enter feedback here] + +The Visio file is wrong +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",2.0," Visio file of this architecture is incorrect - +[Enter feedback here] + +The Visio file is wrong +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1, visio file of this architecture is incorrect the visio file is wrong document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias architectures ,1 +510280,14787914997.0,IssuesEvent,2021-01-12 08:26:12,crux-bphc/CMS-Android,https://api.github.com/repos/crux-bphc/CMS-Android,closed,Make the dark theme the default,easy pick enhancement high_priority,"Honestly, most people who use the app don't know it exists. Making it the default will let them know. +Another possibility is to use the system theme on Android Q while using dark theme on anything lower. ",1.0,"Make the dark theme the default - Honestly, most people who use the app don't know it exists. Making it the default will let them know. +Another possibility is to use the system theme on Android Q while using dark theme on anything lower. ",0,make the dark theme the default honestly most people who use the app don t know it exists making it the default will let them know another possibility is to use the system theme on android q while using dark theme on anything lower ,0 +10709,27316287456.0,IssuesEvent,2023-02-24 15:57:03,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,BlobRequestsOptions - some example involving Blobs would be good - I believe (and hope I'm wrong) that BlobRequestOptions is not actually available - or at least I can't find how to use this,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 best-practice/subsvc," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Azure service retry guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"BlobRequestsOptions - some example involving Blobs would be good - I believe (and hope I'm wrong) that BlobRequestOptions is not actually available - or at least I can't find how to use this - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Azure service retry guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,blobrequestsoptions some example involving blobs would be good i believe and hope i m wrong that blobrequestoptions is not actually available or at least i can t find how to use this document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service best practice github login microsoft alias pnp ,1 +6259,14017218993.0,IssuesEvent,2020-10-29 15:24:23,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing Azure Equivalent to Macie on AWS,Pri2 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"Document is Missing Azure Equivalent to Macie on AWS + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Missing Azure Equivalent to Macie on AWS - Document is Missing Azure Equivalent to Macie on AWS + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,missing azure equivalent to macie on aws document is missing azure equivalent to macie on aws document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +7727,18990077196.0,IssuesEvent,2021-11-22 05:40:43,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Protocol and client options - RDSTLS vs PKU2U ,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc," +The ""Protocol and client options"" is somewhat confusing and suggest breaking into two sections + +First section RDSTLS protocol, as this handles the wider number of clients and does not require local computer to domain joined to the same tenant as the AVD session host, which I think norm. User on personal or organisation 'A' device connecting to organisation 'B' AVD infrastructure. + +Second section PKU2U protocol, as this will only work with Windows Azure Virtual Desktop client and requires both local computer and session host to be domain joined to the same tenant. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 96947883-d52b-1ed8-7db2-915f025060af +* Version Independent ID: 96947883-d52b-1ed8-7db2-915f025060af +* Content: [Azure AD join for Azure Virtual Desktop - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join) +* Content Source: [docs/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @TomHickling +* Microsoft Alias: **thhickli**",1.0,"Protocol and client options - RDSTLS vs PKU2U - +The ""Protocol and client options"" is somewhat confusing and suggest breaking into two sections + +First section RDSTLS protocol, as this handles the wider number of clients and does not require local computer to domain joined to the same tenant as the AVD session host, which I think norm. User on personal or organisation 'A' device connecting to organisation 'B' AVD infrastructure. + +Second section PKU2U protocol, as this will only work with Windows Azure Virtual Desktop client and requires both local computer and session host to be domain joined to the same tenant. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 96947883-d52b-1ed8-7db2-915f025060af +* Version Independent ID: 96947883-d52b-1ed8-7db2-915f025060af +* Content: [Azure AD join for Azure Virtual Desktop - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join) +* Content Source: [docs/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @TomHickling +* Microsoft Alias: **thhickli**",1,protocol and client options rdstls vs the protocol and client options is somewhat confusing and suggest breaking into two sections first section rdstls protocol as this handles the wider number of clients and does not require local computer to domain joined to the same tenant as the avd session host which i think norm user on personal or organisation a device connecting to organisation b avd infrastructure second section protocol as this will only work with windows azure virtual desktop client and requires both local computer and session host to be domain joined to the same tenant document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login tomhickling microsoft alias thhickli ,1 +44772,11501401713.0,IssuesEvent,2020-02-12 17:06:11,tensorflow/tensorflow,https://api.github.com/repos/tensorflow/tensorflow,closed,DLL load failed: The specified module could not be found.,stat:awaiting response subtype:windows type:build/install,"Warning: +This Python interpreter is in a conda environment, but the environment has +not been activated. Libraries may fail to load. To activate this environment +please see https://conda.io/activation + +Type ""help"", ""copyright"", ""credits"" or ""license"" for more information. +>>> import tensorflow +Traceback (most recent call last): + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py"", line 58, in + from tensorflow.python.pywrap_tensorflow_internal import * + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py"", line 28, in + _pywrap_tensorflow_internal = swig_import_helper() + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py"", line 24, in swig_import_helper + _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) + File ""C:\ProgramData\Anaconda3\lib\imp.py"", line 242, in load_module + return load_dynamic(name, filename, file) + File ""C:\ProgramData\Anaconda3\lib\imp.py"", line 342, in load_dynamic + return _load(spec) +ImportError: DLL load failed: The specified module could not be found. + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File """", line 1, in + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\__init__.py"", line 101, in + from tensorflow_core import * + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\__init__.py"", line 40, in + from tensorflow.python.tools import module_util as _module_util + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\__init__.py"", line 50, in __getattr__ + module = self._load() + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\__init__.py"", line 44, in _load + module = _importlib.import_module(self.__name__) + File ""C:\ProgramData\Anaconda3\lib\importlib\__init__.py"", line 127, in import_module + return _bootstrap._gcd_import(name[level:], package, level) + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\__init__.py"", line 49, in + from tensorflow.python import pywrap_tensorflow + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py"", line 74, in + raise ImportError(msg) +ImportError: Traceback (most recent call last): + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py"", line 58, in + from tensorflow.python.pywrap_tensorflow_internal import * + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py"", line 28, in + _pywrap_tensorflow_internal = swig_import_helper() + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py"", line 24, in swig_import_helper + _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) + File ""C:\ProgramData\Anaconda3\lib\imp.py"", line 242, in load_module + return load_dynamic(name, filename, file) + File ""C:\ProgramData\Anaconda3\lib\imp.py"", line 342, in load_dynamic + return _load(spec) +ImportError: DLL load failed: The specified module could not be found. + + +Failed to load the native TensorFlow runtime. + +See https://www.tensorflow.org/install/errors + +for some common reasons and solutions. Include the entire stack trace +above this error message when asking for help.",1.0,"DLL load failed: The specified module could not be found. - Warning: +This Python interpreter is in a conda environment, but the environment has +not been activated. Libraries may fail to load. To activate this environment +please see https://conda.io/activation + +Type ""help"", ""copyright"", ""credits"" or ""license"" for more information. +>>> import tensorflow +Traceback (most recent call last): + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py"", line 58, in + from tensorflow.python.pywrap_tensorflow_internal import * + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py"", line 28, in + _pywrap_tensorflow_internal = swig_import_helper() + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py"", line 24, in swig_import_helper + _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) + File ""C:\ProgramData\Anaconda3\lib\imp.py"", line 242, in load_module + return load_dynamic(name, filename, file) + File ""C:\ProgramData\Anaconda3\lib\imp.py"", line 342, in load_dynamic + return _load(spec) +ImportError: DLL load failed: The specified module could not be found. + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File """", line 1, in + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\__init__.py"", line 101, in + from tensorflow_core import * + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\__init__.py"", line 40, in + from tensorflow.python.tools import module_util as _module_util + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\__init__.py"", line 50, in __getattr__ + module = self._load() + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\__init__.py"", line 44, in _load + module = _importlib.import_module(self.__name__) + File ""C:\ProgramData\Anaconda3\lib\importlib\__init__.py"", line 127, in import_module + return _bootstrap._gcd_import(name[level:], package, level) + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\__init__.py"", line 49, in + from tensorflow.python import pywrap_tensorflow + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py"", line 74, in + raise ImportError(msg) +ImportError: Traceback (most recent call last): + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py"", line 58, in + from tensorflow.python.pywrap_tensorflow_internal import * + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py"", line 28, in + _pywrap_tensorflow_internal = swig_import_helper() + File ""C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py"", line 24, in swig_import_helper + _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) + File ""C:\ProgramData\Anaconda3\lib\imp.py"", line 242, in load_module + return load_dynamic(name, filename, file) + File ""C:\ProgramData\Anaconda3\lib\imp.py"", line 342, in load_dynamic + return _load(spec) +ImportError: DLL load failed: The specified module could not be found. + + +Failed to load the native TensorFlow runtime. + +See https://www.tensorflow.org/install/errors + +for some common reasons and solutions. Include the entire stack trace +above this error message when asking for help.",0,dll load failed the specified module could not be found warning this python interpreter is in a conda environment but the environment has not been activated libraries may fail to load to activate this environment please see type help copyright credits or license for more information import tensorflow traceback most recent call last file c programdata lib site packages tensorflow core python pywrap tensorflow py line in from tensorflow python pywrap tensorflow internal import file c programdata lib site packages tensorflow core python pywrap tensorflow internal py line in pywrap tensorflow internal swig import helper file c programdata lib site packages tensorflow core python pywrap tensorflow internal py line in swig import helper mod imp load module pywrap tensorflow internal fp pathname description file c programdata lib imp py line in load module return load dynamic name filename file file c programdata lib imp py line in load dynamic return load spec importerror dll load failed the specified module could not be found during handling of the above exception another exception occurred traceback most recent call last file line in file c programdata lib site packages tensorflow init py line in from tensorflow core import file c programdata lib site packages tensorflow core init py line in from tensorflow python tools import module util as module util file c programdata lib site packages tensorflow init py line in getattr module self load file c programdata lib site packages tensorflow init py line in load module importlib import module self name file c programdata lib importlib init py line in import module return bootstrap gcd import name package level file c programdata lib site packages tensorflow core python init py line in from tensorflow python import pywrap tensorflow file c programdata lib site packages tensorflow core python pywrap tensorflow py line in raise importerror msg importerror traceback most recent call last file c programdata lib site packages tensorflow core python pywrap tensorflow py line in from tensorflow python pywrap tensorflow internal import file c programdata lib site packages tensorflow core python pywrap tensorflow internal py line in pywrap tensorflow internal swig import helper file c programdata lib site packages tensorflow core python pywrap tensorflow internal py line in swig import helper mod imp load module pywrap tensorflow internal fp pathname description file c programdata lib imp py line in load module return load dynamic name filename file file c programdata lib imp py line in load dynamic return load spec importerror dll load failed the specified module could not be found failed to load the native tensorflow runtime see for some common reasons and solutions include the entire stack trace above this error message when asking for help ,0 +33639,12216786573.0,IssuesEvent,2020-05-01 15:50:54,OSWeekends/curratelo,https://api.github.com/repos/OSWeekends/curratelo,opened,CVE-2020-7598 (Medium) detected in minimist-1.2.0.tgz,security vulnerability,"## CVE-2020-7598 - Medium Severity Vulnerability +
Vulnerable Library - minimist-1.2.0.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz

+

Path to dependency file: /tmp/ws-scm/curratelo/package.json

+

Path to vulnerable library: /tmp/ws-scm/curratelo/node_modules/firebase/node_modules/jsonwebtoken/node_modules/jws/node_modules/base64url/node_modules/meow/node_modules/minimist/package.json

+

+ +Dependency Hierarchy: + - firebase-3.0.5.tgz (Root Library) + - jsonwebtoken-5.7.0.tgz + - jws-3.1.3.tgz + - base64url-1.0.6.tgz + - meow-2.0.0.tgz + - :x: **minimist-1.2.0.tgz** (Vulnerable Library) +

Found in HEAD commit: 9d25ffce923d8b5ee8e4d3a66723fb5744328814

+

+
+

+
Vulnerability Details +

+ +minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a ""constructor"" or ""__proto__"" payload. + +

Publish Date: 2020-03-11 +

URL: CVE-2020-7598

+

+
+

+
CVSS 3 Score Details (5.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: Low + - Availability Impact: Low +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94

+

Release Date: 2020-03-11

+

Fix Resolution: minimist - 0.2.1,1.2.3

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2020-7598 (Medium) detected in minimist-1.2.0.tgz - ## CVE-2020-7598 - Medium Severity Vulnerability +
Vulnerable Library - minimist-1.2.0.tgz

+ +

parse argument options

+

Library home page: https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz

+

Path to dependency file: /tmp/ws-scm/curratelo/package.json

+

Path to vulnerable library: /tmp/ws-scm/curratelo/node_modules/firebase/node_modules/jsonwebtoken/node_modules/jws/node_modules/base64url/node_modules/meow/node_modules/minimist/package.json

+

+ +Dependency Hierarchy: + - firebase-3.0.5.tgz (Root Library) + - jsonwebtoken-5.7.0.tgz + - jws-3.1.3.tgz + - base64url-1.0.6.tgz + - meow-2.0.0.tgz + - :x: **minimist-1.2.0.tgz** (Vulnerable Library) +

Found in HEAD commit: 9d25ffce923d8b5ee8e4d3a66723fb5744328814

+

+
+

+
Vulnerability Details +

+ +minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a ""constructor"" or ""__proto__"" payload. + +

Publish Date: 2020-03-11 +

URL: CVE-2020-7598

+

+
+

+
CVSS 3 Score Details (5.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: Low + - Availability Impact: Low +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94

+

Release Date: 2020-03-11

+

Fix Resolution: minimist - 0.2.1,1.2.3

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in minimist tgz cve medium severity vulnerability vulnerable library minimist tgz parse argument options library home page a href path to dependency file tmp ws scm curratelo package json path to vulnerable library tmp ws scm curratelo node modules firebase node modules jsonwebtoken node modules jws node modules node modules meow node modules minimist package json dependency hierarchy firebase tgz root library jsonwebtoken tgz jws tgz tgz meow tgz x minimist tgz vulnerable library found in head commit a href vulnerability details minimist before could be tricked into adding or modifying properties of object prototype using a constructor or proto payload publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution minimist step up your open source security game with whitesource ,0 +6387,14475690758.0,IssuesEvent,2020-12-10 02:15:03,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,onprem.json not exist,architecture-center/svc reference-architecture/subsvc,"Looks like the script is looking for onprem.json in /identity-reference-architectures rather than under /identity-reference-architectures/adds-forest + + + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9b605d93-ab34-f8f0-2c64-d38fc5b0ab51 +* Version Independent ID: 6e418fbb-e9f8-fa03-ef0e-ab6940ab62ce +* Content: [Create an AD DS resource forest in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-forest) +* Content Source: [docs/reference-architectures/identity/adds-forest.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-forest.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"onprem.json not exist - Looks like the script is looking for onprem.json in /identity-reference-architectures rather than under /identity-reference-architectures/adds-forest + + + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9b605d93-ab34-f8f0-2c64-d38fc5b0ab51 +* Version Independent ID: 6e418fbb-e9f8-fa03-ef0e-ab6940ab62ce +* Content: [Create an AD DS resource forest in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-forest) +* Content Source: [docs/reference-architectures/identity/adds-forest.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-forest.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,onprem json not exist looks like the script is looking for onprem json in identity reference architectures rather than under identity reference architectures adds forest img width alt notexist src document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +6657,14988266808.0,IssuesEvent,2021-01-29 00:50:02,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Teams exclusions - Foward slash and backslash in section,Pri2 architecture-center/svc azure-guide/subsvc cxp doc-bug triaged,"In the section https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix#teams-exclusions using Foward slash and backslash + +%appdata%/Microsoft/Teams +%appdata%\Microsoft\Teams\meeting-addin\Cache + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6386653c-9f82-1ea7-8f29-377be4e5e3b7 +* Version Independent ID: a5db2b47-afaf-5917-40cd-740168cad8b6 +* Content: [FSLogix for the enterprise - Azure Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @christiaanbrinkhoff +* Microsoft Alias: **pnp**",1.0,"Teams exclusions - Foward slash and backslash in section - In the section https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix#teams-exclusions using Foward slash and backslash + +%appdata%/Microsoft/Teams +%appdata%\Microsoft\Teams\meeting-addin\Cache + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6386653c-9f82-1ea7-8f29-377be4e5e3b7 +* Version Independent ID: a5db2b47-afaf-5917-40cd-740168cad8b6 +* Content: [FSLogix for the enterprise - Azure Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @christiaanbrinkhoff +* Microsoft Alias: **pnp**",1,teams exclusions foward slash and backslash in section in the section using foward slash and backslash appdata microsoft teams appdata microsoft teams meeting addin cache document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id afaf content content source service architecture center sub service azure guide github login christiaanbrinkhoff microsoft alias pnp ,1 +9569,24842051175.0,IssuesEvent,2022-10-26 13:25:30,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Subnets are redundant,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri1,"![image](https://user-images.githubusercontent.com/29489962/194652508-625e8ac6-b4da-4902-96f2-8c1cc25e739c.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks/baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **prwilk**",2.0,"Subnets are redundant - ![image](https://user-images.githubusercontent.com/29489962/194652508-625e8ac6-b4da-4902-96f2-8c1cc25e739c.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks/baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **prwilk**",1,subnets are redundant document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias prwilk ,1 +4547,11311847739.0,IssuesEvent,2020-01-20 04:00:17,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Comparison of availability terms,Pri1 architecture-center/svc cloud-fundamentals/subsvc cxp doc-enhancement triaged,"Please add comparison of AWS and Azure availability terms (region, AZ, availability set, etc) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1.0,"Comparison of availability terms - Please add comparison of AWS and Azure availability terms (region, AZ, availability set, etc) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1,comparison of availability terms please add comparison of aws and azure availability terms region az availability set etc document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login jasrobe microsoft alias pnp ,1 +571924,17023386557.0,IssuesEvent,2021-07-03 01:45:42,tomhughes/trac-tickets,https://api.github.com/repos/tomhughes/trac-tickets,closed,Much duplication of box drawing functions in website JS,Component: website Priority: trivial Resolution: invalid Type: task,"**[Submitted to the original trac issue database at 9.06pm, Sunday, 19th April 2009]** + +Namely JS code in start.rjs of the export and browse controllers for drawing region selection boxes could be pulled out to a more central location. As well as being more integrated with the box drawing function in map.js.",1.0,"Much duplication of box drawing functions in website JS - **[Submitted to the original trac issue database at 9.06pm, Sunday, 19th April 2009]** + +Namely JS code in start.rjs of the export and browse controllers for drawing region selection boxes could be pulled out to a more central location. As well as being more integrated with the box drawing function in map.js.",0,much duplication of box drawing functions in website js namely js code in start rjs of the export and browse controllers for drawing region selection boxes could be pulled out to a more central location as well as being more integrated with the box drawing function in map js ,0 +10924,27540017523.0,IssuesEvent,2023-03-07 07:51:51,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Please add Azure Arc-related icons to the icon .svg file download package,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1,"It would be really great to add the Azure Arc-related service icons .svg files to the download package. +Azure Arc-enabled Kubernetes +Azure Arc-enabled machines/servers +Azure Arc-enabled data services +Azure Arc-enabled SQL Managed Instance +Azure Arc-enabled PostgreSQL +Azure Arc-enabled SQL Server +Azure Arc-enabled Machine Learning +...... + +There are many such services now. We often have to draw architectural diagrams connecting on-premises, edge, and multi-cloud to Azure. This would make it much easier! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @Zimmergren +* Microsoft Alias: **tozimmergren**",1.0,"Please add Azure Arc-related icons to the icon .svg file download package - It would be really great to add the Azure Arc-related service icons .svg files to the download package. +Azure Arc-enabled Kubernetes +Azure Arc-enabled machines/servers +Azure Arc-enabled data services +Azure Arc-enabled SQL Managed Instance +Azure Arc-enabled PostgreSQL +Azure Arc-enabled SQL Server +Azure Arc-enabled Machine Learning +...... + +There are many such services now. We often have to draw architectural diagrams connecting on-premises, edge, and multi-cloud to Azure. This would make it much easier! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @Zimmergren +* Microsoft Alias: **tozimmergren**",1,please add azure arc related icons to the icon svg file download package it would be really great to add the azure arc related service icons svg files to the download package azure arc enabled kubernetes azure arc enabled machines servers azure arc enabled data services azure arc enabled sql managed instance azure arc enabled postgresql azure arc enabled sql server azure arc enabled machine learning there are many such services now we often have to draw architectural diagrams connecting on premises edge and multi cloud to azure this would make it much easier document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center github login zimmergren microsoft alias tozimmergren ,1 +897,2504684076.0,IssuesEvent,2015-01-10 14:42:54,oxyplot/oxyplot,https://api.github.com/repos/oxyplot/oxyplot,closed,TimeSpanAxis throwing FormatException,confirmed-bug easy-fix high-priority,"Clicking on the marker is throwing ""FormatException"".The problem occurs in the ExampleBrowser also. To reproduce the problem just open ExampleBrowser -> TimeSpanAxis example, click on any marker. + +Exception details: + +System.FormatException was unhandled by user code +HResult=-2146233033 +Message=Input string was not in a correct format. +Source=mscorlib +StackTrace: +at System.Globalization.TimeSpanFormat.FormatCustomized(TimeSpan value, String format, DateTimeFormatInfo dtfi) +at System.Globalization.TimeSpanFormat.Format(TimeSpan value, String format, IFormatProvider formatProvider) +at System.TimeSpan.ToString(String format, IFormatProvider formatProvider) +at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args) +at System.String.Format(IFormatProvider provider, String format, Object[] args) +at OxyPlot.StringHelper.Format(IFormatProvider provider, String formatString, Object item, Object[] values) in c:\projects\oxyplot\Source\OxyPlot\Utilities\StringHelper.cs:line 65 +at OxyPlot.PlotElement.Format(String formatString, Object item, Object[] values) in c:\projects\oxyplot\Source\OxyPlot\PlotModel\PlotElement.cs:line 163 +at OxyPlot.Series.DataPointSeries.GetNearestPoint(ScreenPoint point, Boolean interpolate) in c:\projects\oxyplot\Source\OxyPlot\Series\DataPointSeries.cs:line 109 +at OxyPlot.Series.LineSeries.GetNearestPoint(ScreenPoint point, Boolean interpolate) in c:\projects\oxyplot\Source\OxyPlot\Series\LineSeries.cs:line 343 +at OxyPlot.Series.Series.HitTestOverride(HitTestArguments args) in c:\projects\oxyplot\Source\OxyPlot\Series\Series.cs:line 141 +at OxyPlot.UIElement.HitTest(HitTestArguments args) in c:\projects\oxyplot\Source\OxyPlot\Graphics\UIElement.cs:line 64 +at OxyPlot.Model.d__0.MoveNext() in c:\projects\oxyplot\Source\OxyPlot\Graphics\Model.cs:line 72 +at OxyPlot.Model.HandleMouseDown(Object sender, OxyMouseDownEventArgs e) in c:\projects\oxyplot\Source\OxyPlot\Graphics\Model.MouseEvents.cs:line 88 +at OxyPlot.ControllerBase.HandleMouseDown(IView view, OxyMouseDownEventArgs args) in c:\projects\oxyplot\Source\OxyPlot\Graphics\ControllerBase.cs:line 82 +at OxyPlot.Wpf.PlotView.OnMouseDown(MouseButtonEventArgs e) in c:\projects\oxyplot\Source\OxyPlot.Wpf\PlotView.cs:line 588 +at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e) +at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) +at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) +at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) +at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) +at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) +at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) +at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted) +at System.Windows.Input.InputManager.ProcessStagingArea() +at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input) +at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) +at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) +at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) +at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) +at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) +at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) +at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) +at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) +InnerException: ",1.0,"TimeSpanAxis throwing FormatException - Clicking on the marker is throwing ""FormatException"".The problem occurs in the ExampleBrowser also. To reproduce the problem just open ExampleBrowser -> TimeSpanAxis example, click on any marker. + +Exception details: + +System.FormatException was unhandled by user code +HResult=-2146233033 +Message=Input string was not in a correct format. +Source=mscorlib +StackTrace: +at System.Globalization.TimeSpanFormat.FormatCustomized(TimeSpan value, String format, DateTimeFormatInfo dtfi) +at System.Globalization.TimeSpanFormat.Format(TimeSpan value, String format, IFormatProvider formatProvider) +at System.TimeSpan.ToString(String format, IFormatProvider formatProvider) +at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args) +at System.String.Format(IFormatProvider provider, String format, Object[] args) +at OxyPlot.StringHelper.Format(IFormatProvider provider, String formatString, Object item, Object[] values) in c:\projects\oxyplot\Source\OxyPlot\Utilities\StringHelper.cs:line 65 +at OxyPlot.PlotElement.Format(String formatString, Object item, Object[] values) in c:\projects\oxyplot\Source\OxyPlot\PlotModel\PlotElement.cs:line 163 +at OxyPlot.Series.DataPointSeries.GetNearestPoint(ScreenPoint point, Boolean interpolate) in c:\projects\oxyplot\Source\OxyPlot\Series\DataPointSeries.cs:line 109 +at OxyPlot.Series.LineSeries.GetNearestPoint(ScreenPoint point, Boolean interpolate) in c:\projects\oxyplot\Source\OxyPlot\Series\LineSeries.cs:line 343 +at OxyPlot.Series.Series.HitTestOverride(HitTestArguments args) in c:\projects\oxyplot\Source\OxyPlot\Series\Series.cs:line 141 +at OxyPlot.UIElement.HitTest(HitTestArguments args) in c:\projects\oxyplot\Source\OxyPlot\Graphics\UIElement.cs:line 64 +at OxyPlot.Model.d__0.MoveNext() in c:\projects\oxyplot\Source\OxyPlot\Graphics\Model.cs:line 72 +at OxyPlot.Model.HandleMouseDown(Object sender, OxyMouseDownEventArgs e) in c:\projects\oxyplot\Source\OxyPlot\Graphics\Model.MouseEvents.cs:line 88 +at OxyPlot.ControllerBase.HandleMouseDown(IView view, OxyMouseDownEventArgs args) in c:\projects\oxyplot\Source\OxyPlot\Graphics\ControllerBase.cs:line 82 +at OxyPlot.Wpf.PlotView.OnMouseDown(MouseButtonEventArgs e) in c:\projects\oxyplot\Source\OxyPlot.Wpf\PlotView.cs:line 588 +at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e) +at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) +at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) +at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) +at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) +at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) +at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) +at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted) +at System.Windows.Input.InputManager.ProcessStagingArea() +at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input) +at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) +at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) +at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) +at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) +at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) +at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) +at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) +at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) +InnerException: ",0,timespanaxis throwing formatexception clicking on the marker is throwing formatexception the problem occurs in the examplebrowser also to reproduce the problem just open examplebrowser timespanaxis example click on any marker exception details system formatexception was unhandled by user code hresult message input string was not in a correct format source mscorlib stacktrace at system globalization timespanformat formatcustomized timespan value string format datetimeformatinfo dtfi at system globalization timespanformat format timespan value string format iformatprovider formatprovider at system timespan tostring string format iformatprovider formatprovider at system text stringbuilder appendformat iformatprovider provider string format object args at system string format iformatprovider provider string format object args at oxyplot stringhelper format iformatprovider provider string formatstring object item object values in c projects oxyplot source oxyplot utilities stringhelper cs line at oxyplot plotelement format string formatstring object item object values in c projects oxyplot source oxyplot plotmodel plotelement cs line at oxyplot series datapointseries getnearestpoint screenpoint point boolean interpolate in c projects oxyplot source oxyplot series datapointseries cs line at oxyplot series lineseries getnearestpoint screenpoint point boolean interpolate in c projects oxyplot source oxyplot series lineseries cs line at oxyplot series series hittestoverride hittestarguments args in c projects oxyplot source oxyplot series series cs line at oxyplot uielement hittest hittestarguments args in c projects oxyplot source oxyplot graphics uielement cs line at oxyplot model d movenext in c projects oxyplot source oxyplot graphics model cs line at oxyplot model handlemousedown object sender oxymousedowneventargs e in c projects oxyplot source oxyplot graphics model mouseevents cs line at oxyplot controllerbase handlemousedown iview view oxymousedowneventargs args in c projects oxyplot source oxyplot graphics controllerbase cs line at oxyplot wpf plotview onmousedown mousebuttoneventargs e in c projects oxyplot source oxyplot wpf plotview cs line at system windows uielement onmousedownthunk object sender mousebuttoneventargs e at system windows input mousebuttoneventargs invokeeventhandler delegate generichandler object generictarget at system windows routedeventargs invokehandler delegate handler object target at system windows routedeventhandlerinfo invokehandler object target routedeventargs routedeventargs at system windows eventroute invokehandlersimpl object source routedeventargs args boolean reraised at system windows uielement raiseeventimpl dependencyobject sender routedeventargs args at system windows uielement raisetrustedevent routedeventargs args at system windows uielement raiseevent routedeventargs args boolean trusted at system windows input inputmanager processstagingarea at system windows input inputmanager processinput inputeventargs input at system windows input inputprovidersite reportinput inputreport inputreport at system windows interop hwndmouseinputprovider reportinput intptr hwnd inputmode mode timestamp rawmouseactions actions x y wheel at system windows interop hwndmouseinputprovider filtermessage intptr hwnd windowmessage msg intptr wparam intptr lparam boolean handled at system windows interop hwndsource inputfiltermessage intptr hwnd msg intptr wparam intptr lparam boolean handled at ms hwndwrapper wndproc intptr hwnd msg intptr wparam intptr lparam boolean handled at ms hwndsubclass dispatchercallbackoperation object o at system windows threading exceptionwrapper internalrealcall delegate callback object args numargs at ms internal threading exceptionfilterhelper trycatchwhen object source delegate method object args numargs delegate catchhandler innerexception ,0 +72958,19537561765.0,IssuesEvent,2021-12-31 11:07:09,doxygen/doxygen,https://api.github.com/repos/doxygen/doxygen,closed,"Doxygen 1.8.9 consumes excessive memory, hangs on Mesa docs (Origin: bugzilla #756719)",install/build solved in the mean time,"status NEEDINFO severity *major* in component *build* for *---* +Reported in version *1.8.9* on platform *Other* +Assigned to: Dimitri van Heesch + +On 2015-10-16 21:38:41 +0000, Sarah Sharp wrote: + + Pull down the Mesa sources: + git clone git://anongit.freedesktop.org/git/mesa/mesa + + Attempt to make our doxygen documentation: + cd mesa/doxygen; make + + With 1.8.9 or 1.8.9.1, doxygen gets stuck in an endless loop, consuming + memory (up to 88% on a 4GB machine) and CPU. It ends up making my machine + unusable (firefox hangs, mouse freezes or is jittery and unresponsive, etc). + 1.8.7 works fine. + + The following patch against our tree removes the symptoms, but then some of + the documentation may not get built: http://paste.debian.net/316272/ + + Removing the following doxy files from the FULL target in doxygen/Makefile + also removes the symptoms: glapi.doxy, swrast.doxy, and swrast_setup.doxy + + Any tips for helping solve this would be appreciated. If it's related to bug + 735982, the fix for that really ought to be backported to stable versions. + If it is the root cause, and that patch is in the stable versions, I'll + close this and go file a bug against my distro (I'm running Ubuntu 15.04). + + https://bugzilla.gnome.org/show_bug.cgi?id=735982 + +On 2015-10-17 14:34:26 +0000, Dimitri van Heesch wrote: + + I haven't been able to reproduce the problem using the suggested steps (not + with the latest version and also not with version 1.8.9.1). + + Could you try if the problem is still present with release 1.8.10? + +",1.0,"Doxygen 1.8.9 consumes excessive memory, hangs on Mesa docs (Origin: bugzilla #756719) - status NEEDINFO severity *major* in component *build* for *---* +Reported in version *1.8.9* on platform *Other* +Assigned to: Dimitri van Heesch + +On 2015-10-16 21:38:41 +0000, Sarah Sharp wrote: + + Pull down the Mesa sources: + git clone git://anongit.freedesktop.org/git/mesa/mesa + + Attempt to make our doxygen documentation: + cd mesa/doxygen; make + + With 1.8.9 or 1.8.9.1, doxygen gets stuck in an endless loop, consuming + memory (up to 88% on a 4GB machine) and CPU. It ends up making my machine + unusable (firefox hangs, mouse freezes or is jittery and unresponsive, etc). + 1.8.7 works fine. + + The following patch against our tree removes the symptoms, but then some of + the documentation may not get built: http://paste.debian.net/316272/ + + Removing the following doxy files from the FULL target in doxygen/Makefile + also removes the symptoms: glapi.doxy, swrast.doxy, and swrast_setup.doxy + + Any tips for helping solve this would be appreciated. If it's related to bug + 735982, the fix for that really ought to be backported to stable versions. + If it is the root cause, and that patch is in the stable versions, I'll + close this and go file a bug against my distro (I'm running Ubuntu 15.04). + + https://bugzilla.gnome.org/show_bug.cgi?id=735982 + +On 2015-10-17 14:34:26 +0000, Dimitri van Heesch wrote: + + I haven't been able to reproduce the problem using the suggested steps (not + with the latest version and also not with version 1.8.9.1). + + Could you try if the problem is still present with release 1.8.10? + +",0,doxygen consumes excessive memory hangs on mesa docs origin bugzilla status needinfo severity major in component build for reported in version on platform other assigned to dimitri van heesch on sarah sharp wrote pull down the mesa sources git clone git anongit freedesktop org git mesa mesa attempt to make our doxygen documentation cd mesa doxygen make with or doxygen gets stuck in an endless loop consuming memory up to on a machine and cpu it ends up making my machine unusable firefox hangs mouse freezes or is jittery and unresponsive etc works fine the following patch against our tree removes the symptoms but then some of the documentation may not get built removing the following doxy files from the full target in doxygen makefile also removes the symptoms glapi doxy swrast doxy and swrast setup doxy any tips for helping solve this would be appreciated if it s related to bug the fix for that really ought to be backported to stable versions if it is the root cause and that patch is in the stable versions i ll close this and go file a bug against my distro i m running ubuntu on dimitri van heesch wrote i haven t been able to reproduce the problem using the suggested steps not with the latest version and also not with version could you try if the problem is still present with release ,0 +130701,18108405785.0,IssuesEvent,2021-09-22 22:17:14,BCDevOps/developer-experience,https://api.github.com/repos/BCDevOps/developer-experience,closed,UX of Ops Dashboard,service-design,"**Describe the issue** +Follow up woith Poornima on dashboard - how to test, how to make it more consumable. + +**Additional context** +Design eye and planning for UX testing + +**Definition of done** +Meeting with Poornima and next steps +",1.0,"UX of Ops Dashboard - **Describe the issue** +Follow up woith Poornima on dashboard - how to test, how to make it more consumable. + +**Additional context** +Design eye and planning for UX testing + +**Definition of done** +Meeting with Poornima and next steps +",0,ux of ops dashboard describe the issue follow up woith poornima on dashboard how to test how to make it more consumable additional context design eye and planning for ux testing definition of done meeting with poornima and next steps ,0 +86632,15755723856.0,IssuesEvent,2021-03-31 02:16:57,conradjuta/WebGoat,https://api.github.com/repos/conradjuta/WebGoat,opened,CVE-2016-10735 (Medium) detected in bootstrap-3.1.1.min.js,security vulnerability,"## CVE-2016-10735 - Medium Severity Vulnerability +
Vulnerable Library - bootstrap-3.1.1.min.js

+ +

The most popular front-end framework for developing responsive, mobile first projects on the web.

+

Library home page: https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/js/bootstrap.min.js

+

Path to vulnerable library: WebGoat/webgoat-lessons/challenge/src/main/resources/js/bootstrap.min.js,WebGoat/webgoat-container/src/main/resources/static/plugins/bootstrap/js/bootstrap.min.js

+

+ +Dependency Hierarchy: + - :x: **bootstrap-3.1.1.min.js** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +In Bootstrap 3.x before 3.4.0 and 4.x-beta before 4.0.0-beta.2, XSS is possible in the data-target attribute, a different vulnerability than CVE-2018-14041. + +

Publish Date: 2019-01-09 +

URL: CVE-2016-10735

+

+
+

+
CVSS 3 Score Details (6.1) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/twbs/bootstrap/issues/20184

+

Release Date: 2019-01-09

+

Fix Resolution: 3.4.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2016-10735 (Medium) detected in bootstrap-3.1.1.min.js - ## CVE-2016-10735 - Medium Severity Vulnerability +
Vulnerable Library - bootstrap-3.1.1.min.js

+ +

The most popular front-end framework for developing responsive, mobile first projects on the web.

+

Library home page: https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/js/bootstrap.min.js

+

Path to vulnerable library: WebGoat/webgoat-lessons/challenge/src/main/resources/js/bootstrap.min.js,WebGoat/webgoat-container/src/main/resources/static/plugins/bootstrap/js/bootstrap.min.js

+

+ +Dependency Hierarchy: + - :x: **bootstrap-3.1.1.min.js** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +In Bootstrap 3.x before 3.4.0 and 4.x-beta before 4.0.0-beta.2, XSS is possible in the data-target attribute, a different vulnerability than CVE-2018-14041. + +

Publish Date: 2019-01-09 +

URL: CVE-2016-10735

+

+
+

+
CVSS 3 Score Details (6.1) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/twbs/bootstrap/issues/20184

+

Release Date: 2019-01-09

+

Fix Resolution: 3.4.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in bootstrap min js cve medium severity vulnerability vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to vulnerable library webgoat webgoat lessons challenge src main resources js bootstrap min js webgoat webgoat container src main resources static plugins bootstrap js bootstrap min js dependency hierarchy x bootstrap min js vulnerable library vulnerability details in bootstrap x before and x beta before beta xss is possible in the data target attribute a different vulnerability than cve 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 step up your open source security game with whitesource ,0 +7207,17087694265.0,IssuesEvent,2021-07-08 13:49:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Misspelled word,architecture-center/svc well-architected/subsvc,"Below sentence under ""Fault Injection"" topic has a misspelled word: ""pourposley"" +Shutting down infrastructure components, **pourposley** degrading performance, or introducing faults are ways of verifying that the application is going to react as expected when these situations occur. + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5d90d3cc-8d25-3331-0647-e93017a41548 +* Version Independent ID: afa8af69-58b9-bcb6-5edc-34e0b12e7614 +* Content: [Testing your application and Azure environment - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/release-engineering-testing) +* Content Source: [docs/framework/devops/release-engineering-testing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/devops/release-engineering-testing.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @Jose-Moreno +* Microsoft Alias: **pnp**",1.0,"Misspelled word - Below sentence under ""Fault Injection"" topic has a misspelled word: ""pourposley"" +Shutting down infrastructure components, **pourposley** degrading performance, or introducing faults are ways of verifying that the application is going to react as expected when these situations occur. + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5d90d3cc-8d25-3331-0647-e93017a41548 +* Version Independent ID: afa8af69-58b9-bcb6-5edc-34e0b12e7614 +* Content: [Testing your application and Azure environment - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/release-engineering-testing) +* Content Source: [docs/framework/devops/release-engineering-testing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/devops/release-engineering-testing.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @Jose-Moreno +* Microsoft Alias: **pnp**",1,misspelled word below sentence under fault injection topic has a misspelled word pourposley shutting down infrastructure components pourposley degrading performance or introducing faults are ways of verifying that the application is going to react as expected when these situations occur document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login jose moreno microsoft alias pnp ,1 +702910,24140723408.0,IssuesEvent,2022-09-21 14:39:17,cassproject/cass-editor,https://api.github.com/repos/cassproject/cass-editor,opened,Add Publication Status Type to Competency,High Priority Credential Engine CaSS,"@gloverkari In addition to [Publication Status Type](https://credreg.net/ctdlasn/terms/publicationStatusType) already being included with Competency Framework, add to Competency. + +![image](https://user-images.githubusercontent.com/20917206/191532163-b5ff10cf-b659-4236-a141-db45f990ced7.png) + +There's no change to the Concepts. Select from: +Deprecated +Draft +Published + +Single Value + +Range is skos:Concept + +@siuc-nate make sure this is implemented on production as the Context file is used by CaSS. + +Of note, this was supposed to be included back when we added terms as a result of the Contextualizing Competencies Task Group and mapped to RSDs where it's important to be able to manage the lifecycle of individual competencies where applicable. A usage note was added to the concept scheme to indicate for Competency Frameworks the best practice is to manage the lifecycle of the Competency Framework rather than individual Competencies. However, whether a Competency Framework or Collection, this Concept Scheme is applicable. + +",1.0,"Add Publication Status Type to Competency - @gloverkari In addition to [Publication Status Type](https://credreg.net/ctdlasn/terms/publicationStatusType) already being included with Competency Framework, add to Competency. + +![image](https://user-images.githubusercontent.com/20917206/191532163-b5ff10cf-b659-4236-a141-db45f990ced7.png) + +There's no change to the Concepts. Select from: +Deprecated +Draft +Published + +Single Value + +Range is skos:Concept + +@siuc-nate make sure this is implemented on production as the Context file is used by CaSS. + +Of note, this was supposed to be included back when we added terms as a result of the Contextualizing Competencies Task Group and mapped to RSDs where it's important to be able to manage the lifecycle of individual competencies where applicable. A usage note was added to the concept scheme to indicate for Competency Frameworks the best practice is to manage the lifecycle of the Competency Framework rather than individual Competencies. However, whether a Competency Framework or Collection, this Concept Scheme is applicable. + +",0,add publication status type to competency gloverkari in addition to already being included with competency framework add to competency there s no change to the concepts select from deprecated draft published single value range is skos concept siuc nate make sure this is implemented on production as the context file is used by cass of note this was supposed to be included back when we added terms as a result of the contextualizing competencies task group and mapped to rsds where it s important to be able to manage the lifecycle of individual competencies where applicable a usage note was added to the concept scheme to indicate for competency frameworks the best practice is to manage the lifecycle of the competency framework rather than individual competencies however whether a competency framework or collection this concept scheme is applicable ,0 +18559,13055867428.0,IssuesEvent,2020-07-30 02:58:22,icecube-trac/tix2,https://api.github.com/repos/icecube-trac/tix2,opened,Use I3_DATA to store photonics spline tables on the buildbots (Trac #742),Incomplete Migration Migrated from Trac infrastructure task,"Migrated from https://code.icecube.wisc.edu/ticket/742 +```json +{ + ""status"": ""closed"", + ""changetime"": ""2015-02-18T21:44:30"", + ""description"": ""Some of the Millipede unit tests need the full spline tables to function. At the moment these are read from the canonical path I3_DATA, which for the moment only exists on cvmfs-enabled machines, and so they don't run on the buildbots, and so platform-dependent bugs aren't caught in time.\n\nSimply copying these into the normal test data would be needless bloat, since they're used outside of testing as well. /cvmfs/icecube.wisc.edu/data should be cloned into the buildbots, and I3_DATA set in their environment. If the entire data directory is too large, then /cvmfs/icecube.wisc.edu/data/photon-tables/splines would do in a pinch."", + ""reporter"": ""jvansanten"", + ""cc"": """", + ""resolution"": ""fixed"", + ""_ts"": ""1424295870059276"", + ""component"": ""infrastructure"", + ""summary"": ""Use I3_DATA to store photonics spline tables on the buildbots"", + ""priority"": ""normal"", + ""keywords"": """", + ""time"": ""2014-08-30T20:27:54"", + ""milestone"": """", + ""owner"": ""nega"", + ""type"": ""task"" +} +``` +",1.0,"Use I3_DATA to store photonics spline tables on the buildbots (Trac #742) - Migrated from https://code.icecube.wisc.edu/ticket/742 +```json +{ + ""status"": ""closed"", + ""changetime"": ""2015-02-18T21:44:30"", + ""description"": ""Some of the Millipede unit tests need the full spline tables to function. At the moment these are read from the canonical path I3_DATA, which for the moment only exists on cvmfs-enabled machines, and so they don't run on the buildbots, and so platform-dependent bugs aren't caught in time.\n\nSimply copying these into the normal test data would be needless bloat, since they're used outside of testing as well. /cvmfs/icecube.wisc.edu/data should be cloned into the buildbots, and I3_DATA set in their environment. If the entire data directory is too large, then /cvmfs/icecube.wisc.edu/data/photon-tables/splines would do in a pinch."", + ""reporter"": ""jvansanten"", + ""cc"": """", + ""resolution"": ""fixed"", + ""_ts"": ""1424295870059276"", + ""component"": ""infrastructure"", + ""summary"": ""Use I3_DATA to store photonics spline tables on the buildbots"", + ""priority"": ""normal"", + ""keywords"": """", + ""time"": ""2014-08-30T20:27:54"", + ""milestone"": """", + ""owner"": ""nega"", + ""type"": ""task"" +} +``` +",0,use data to store photonics spline tables on the buildbots trac migrated from json status closed changetime description some of the millipede unit tests need the full spline tables to function at the moment these are read from the canonical path data which for the moment only exists on cvmfs enabled machines and so they don t run on the buildbots and so platform dependent bugs aren t caught in time n nsimply copying these into the normal test data would be needless bloat since they re used outside of testing as well cvmfs icecube wisc edu data should be cloned into the buildbots and data set in their environment if the entire data directory is too large then cvmfs icecube wisc edu data photon tables splines would do in a pinch reporter jvansanten cc resolution fixed ts component infrastructure summary use data to store photonics spline tables on the buildbots priority normal keywords time milestone owner nega type task ,0 +130401,27662214013.0,IssuesEvent,2023-03-12 16:54:26,rakugoteam/VisualNovelKit,https://api.github.com/repos/rakugoteam/VisualNovelKit,closed,Complete UI theme,code gui,"**flat_dark_theme** included with visual novel kit is not complete. +## Complete Styles: +- [x] Button +- [x] LineEdit +- [x] Panel +- [x] WindowDialogue +- [x] PopupDialogue +- [x] RichTextLabel +- [x] AdvancedTextButton +- [x] V/HBox for AdvancedTextButton +- [x] Label +- [X] V/HSlider +- [X] V/HSeparator +- [x] ProgressBar +- [x] Tabs / TabContiner +- [x] ~Tree~ - editing tree style in godot 3.x is broken, so I left is a it is. +- [x] Others + +## Complete Textures: +- [x] V/HSlider +- [x] V/HSeparator +- [x] ProgressBar + +So you can wonder why I made a lot parts of UI as one *Others* task in this list. +Answer is simple, I will use godot editor feature that allow to fast crate godot editor theme with the same color scheme. +After that I can just import missing UI elements form editor theme to **flat_dark_theme**. +UI elements before **Others** needs more individual approach. ",1.0,"Complete UI theme - **flat_dark_theme** included with visual novel kit is not complete. +## Complete Styles: +- [x] Button +- [x] LineEdit +- [x] Panel +- [x] WindowDialogue +- [x] PopupDialogue +- [x] RichTextLabel +- [x] AdvancedTextButton +- [x] V/HBox for AdvancedTextButton +- [x] Label +- [X] V/HSlider +- [X] V/HSeparator +- [x] ProgressBar +- [x] Tabs / TabContiner +- [x] ~Tree~ - editing tree style in godot 3.x is broken, so I left is a it is. +- [x] Others + +## Complete Textures: +- [x] V/HSlider +- [x] V/HSeparator +- [x] ProgressBar + +So you can wonder why I made a lot parts of UI as one *Others* task in this list. +Answer is simple, I will use godot editor feature that allow to fast crate godot editor theme with the same color scheme. +After that I can just import missing UI elements form editor theme to **flat_dark_theme**. +UI elements before **Others** needs more individual approach. ",0,complete ui theme flat dark theme included with visual novel kit is not complete complete styles button lineedit panel windowdialogue popupdialogue richtextlabel advancedtextbutton v hbox for advancedtextbutton label v hslider v hseparator progressbar tabs tabcontiner tree editing tree style in godot x is broken so i left is a it is others complete textures v hslider v hseparator progressbar so you can wonder why i made a lot parts of ui as one others task in this list answer is simple i will use godot editor feature that allow to fast crate godot editor theme with the same color scheme after that i can just import missing ui elements form editor theme to flat dark theme ui elements before others needs more individual approach ,0 +7671,18797110824.0,IssuesEvent,2021-11-09 00:12:28,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Use full service name for Azure NetApp Files,doc-enhancement cxp triaged architecture-center/svc reference-architecture/subsvc,"Geert van Teylingen (ANF PM) here. Can you use the full service name for 'Azure NetApp Files' in this sentence: + +Data services use a combination of high-performance storage on Ultra or Premium solid-state disks (SSDs), file storage on **Azure NetApp Files** or Azure Files, and standard blob, archive, and backup storage that can be locally redundant or geo-redundant. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ee474b78-4f66-bf85-33cc-59addf5e0c3d +* Version Independent ID: a381b3c3-ebad-86b4-56ff-133d2490e944 +* Content: [Refactor mainframe applications to Azure with Raincode compilers - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-modernization/raincode-reference-architecture) +* Content Source: [docs/reference-architectures/app-modernization/raincode-reference-architecture.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-modernization/raincode-reference-architecture.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **jfrost**",2.0,"Use full service name for Azure NetApp Files - Geert van Teylingen (ANF PM) here. Can you use the full service name for 'Azure NetApp Files' in this sentence: + +Data services use a combination of high-performance storage on Ultra or Premium solid-state disks (SSDs), file storage on **Azure NetApp Files** or Azure Files, and standard blob, archive, and backup storage that can be locally redundant or geo-redundant. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ee474b78-4f66-bf85-33cc-59addf5e0c3d +* Version Independent ID: a381b3c3-ebad-86b4-56ff-133d2490e944 +* Content: [Refactor mainframe applications to Azure with Raincode compilers - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-modernization/raincode-reference-architecture) +* Content Source: [docs/reference-architectures/app-modernization/raincode-reference-architecture.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-modernization/raincode-reference-architecture.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **jfrost**",1,use full service name for azure netapp files geert van teylingen anf pm here can you use the full service name for azure netapp files in this sentence data services use a combination of high performance storage on ultra or premium solid state disks ssds file storage on azure netapp files or azure files and standard blob archive and backup storage that can be locally redundant or geo redundant document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id ebad content content source service architecture center sub service reference architecture github login edprice msft microsoft alias jfrost ,1 +6034,13541105456.0,IssuesEvent,2020-09-16 15:27:41,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Keys Icon is corrupted or missing,Pri2 architecture-center/svc assigned-to-author doc-bug triaged," +Azure_Public_Service_Icons_V2.zip\Azure_Public_Service_Icons\Security\00787-icon-service-Keys.svg is corrupted or missing. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/?source=docs) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Keys Icon is corrupted or missing - +Azure_Public_Service_Icons_V2.zip\Azure_Public_Service_Icons\Security\00787-icon-service-Keys.svg is corrupted or missing. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/?source=docs) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,keys icon is corrupted or missing azure public service icons zip azure public service icons security icon service keys svg is corrupted or missing document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +6104,13732025887.0,IssuesEvent,2020-10-05 03:15:29,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,How is this asynchronous?!,Pri2 architecture-center/svc cloud-fundamentals/subsvc cxp product-question triaged," +I am not able to understand how this is asynchronous? From the example diagram it clearly sends a response status on the first call! The status check call is for post processing! +I may be completely wrong on understanding the complete picture, but are we saying server side asynchronous operation makes client server asynchronous?! + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6fea460c-4fac-723f-8df4-9d0811855a68 +* Version Independent ID: 4be364ca-aee7-7b49-13e1-3a94408ed7b9 +* Content: [Asynchronous Request-Reply Pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/async-request-reply) +* Content Source: [docs/patterns/async-request-reply.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/async-request-reply.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @WillEastbury +* Microsoft Alias: **wieastbu**",1.0,"How is this asynchronous?! - +I am not able to understand how this is asynchronous? From the example diagram it clearly sends a response status on the first call! The status check call is for post processing! +I may be completely wrong on understanding the complete picture, but are we saying server side asynchronous operation makes client server asynchronous?! + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6fea460c-4fac-723f-8df4-9d0811855a68 +* Version Independent ID: 4be364ca-aee7-7b49-13e1-3a94408ed7b9 +* Content: [Asynchronous Request-Reply Pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/async-request-reply) +* Content Source: [docs/patterns/async-request-reply.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/async-request-reply.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @WillEastbury +* Microsoft Alias: **wieastbu**",1,how is this asynchronous i am not able to understand how this is asynchronous from the example diagram it clearly sends a response status on the first call the status check call is for post processing i may be completely wrong on understanding the complete picture but are we saying server side asynchronous operation makes client server asynchronous document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login willeastbury microsoft alias wieastbu ,1 +10513,3121876078.0,IssuesEvent,2015-09-06 02:19:57,leafo/scssphp,https://api.github.com/repos/leafo/scssphp,closed,@extend with BEM,has-test-case sass3.3,"Hi. +i use the BEM syntaxe, i 've problem when trying to use @extend with BEM syntaxe + +``` +.foo{ + &__bar{background:red;} +} +input{@extend .foo__bar;} +``` + +input{@extend .foo__bar;} doesn't work... +can you help me ? +thanks",1.0,"@extend with BEM - Hi. +i use the BEM syntaxe, i 've problem when trying to use @extend with BEM syntaxe + +``` +.foo{ + &__bar{background:red;} +} +input{@extend .foo__bar;} +``` + +input{@extend .foo__bar;} doesn't work... +can you help me ? +thanks",0, extend with bem hi i use the bem syntaxe i ve problem when trying to use extend with bem syntaxe foo bar background red input extend foo bar input extend foo bar doesn t work can you help me thanks,0 +86979,24999840967.0,IssuesEvent,2022-11-03 06:34:01,tensorflow/tensorflow,https://api.github.com/repos/tensorflow/tensorflow,closed,Build tensorflow c library for mips64.,stat:contributions welcome stat:awaiting response stat:community support type:build/install stalled subtype: ubuntu/linux,"Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template + +**System information** +- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 16.04 +- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: +- TensorFlow installed from (source or binary): +- TensorFlow version: +- Python version: 2.7 +- Bazel version (if compiling from source): 0.26.1 +- GCC/Compiler version (if compiling from source): 7.3.0 + + + +**Describe the problem** +I want to build a tensorflow C library for MIPS architecture. +So in order to do that, I specified the following options before building: +``` +export CC=/usr/bin/mips64-linux-gnuabi64-gcc +export CXX=/usr/bin/mips64-linux-gnuabi64-g++ +``` + +Those are cross-compilers for MIPS64. +So when I try to build bazel using: +``` +bazel build //tensorflow/tools/lib_package:libtensorflow --spawn_strategy=standalone --verbose_failures +``` +I get the following error: +``` +ERROR: /root/.cache/bazel/_bazel_root/36c1970dc5e3eff66b396f9517eb3547/external/hwloc/BUILD.bazel:214:1: C++ compilation of rule '@hwloc//:hwloc' failed (Exit 1): mips64-linux-gnuabi64-gcc failed: error executing command + (cd /root/.cache/bazel/_bazel_root/36c1970dc5e3eff66b396f9517eb3547/execroot/org_tensorflow && \ + exec env - \ + PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Users/kprosvir/Downloads/cmder/vendor/conemu-maximus5/ConEmu/wsl:/mnt/c/Users/kprosvir/Downloads/cmder/vendor/conemu-maximus5/ConEmu/Scripts:/mnt/c/Users/kprosvir/Downloads/cmder/vendor/conemu-maximus5:/mnt/c/Users/kprosvir/Downloads/cmder/vendor/conemu-maximus5/ConEmu:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Windows/System32/OpenSSH:/mnt/c/Program Files (x86)/Sennheiser/SoftphoneSDK:/mnt/c/ProgramData/Webex/Webex/Applications:/mnt/c/Users/kprosvir/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/kprosvir/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/kprosvir/AppData/Local/hyper/app-3.0.0/resources/bin:/mnt/c/Users/kprosvir/AppData/Local/Box/Box Edit:/snap/bin:/usr/local/go/bin:/root/go//bin' \ + PWD=/proc/self/cwd \ + /usr/bin/mips64-linux-gnuabi64-gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections -MD -MF bazel-out/host/bin/external/hwloc/_objs/hwloc/topology-x86.pic.d '-frandom-seed=bazel-out/host/bin/external/hwloc/_objs/hwloc/topology-x86.pic.o' -fPIC -iquote external/hwloc -iquote bazel-out/host/bin/external/hwloc -isystem external/hwloc/hwloc -isystem bazel-out/host/bin/external/hwloc/hwloc -isystem external/hwloc/include -isystem bazel-out/host/bin/external/hwloc/include -g0 -I. -Ihwloc -Iinclude -Wno-vla '-DHWLOC_DUMPED_HWDATA_DIR=' '-DRUNSTATEDIR=' -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__=""redacted""' '-D__TIMESTAMP__=""redacted""' '-D__TIME__=""redacted""' -c external/hwloc/hwloc/topology-x86.c -o bazel-out/host/bin/external/hwloc/_objs/hwloc/topology-x86.pic.o) +Execution platform: @bazel_tools//platforms:host_platform +In file included from external/hwloc/hwloc/topology-x86.c:23:0: +external/hwloc/hwloc/topology-x86.c: In function 'cpuid_or_from_dump': +external/hwloc/include/private/cpuid-x86.h:67:3: error: invalid 'asm': invalid use of '%k' + __asm__( + ^~~~~~~ +Target //tensorflow/tools/lib_package:libtensorflow failed to build +``` + +So the question is: is there any way to fix it and successfully build it for MIPS64?",1.0,"Build tensorflow c library for mips64. - Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template + +**System information** +- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 16.04 +- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: +- TensorFlow installed from (source or binary): +- TensorFlow version: +- Python version: 2.7 +- Bazel version (if compiling from source): 0.26.1 +- GCC/Compiler version (if compiling from source): 7.3.0 + + + +**Describe the problem** +I want to build a tensorflow C library for MIPS architecture. +So in order to do that, I specified the following options before building: +``` +export CC=/usr/bin/mips64-linux-gnuabi64-gcc +export CXX=/usr/bin/mips64-linux-gnuabi64-g++ +``` + +Those are cross-compilers for MIPS64. +So when I try to build bazel using: +``` +bazel build //tensorflow/tools/lib_package:libtensorflow --spawn_strategy=standalone --verbose_failures +``` +I get the following error: +``` +ERROR: /root/.cache/bazel/_bazel_root/36c1970dc5e3eff66b396f9517eb3547/external/hwloc/BUILD.bazel:214:1: C++ compilation of rule '@hwloc//:hwloc' failed (Exit 1): mips64-linux-gnuabi64-gcc failed: error executing command + (cd /root/.cache/bazel/_bazel_root/36c1970dc5e3eff66b396f9517eb3547/execroot/org_tensorflow && \ + exec env - \ + PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Users/kprosvir/Downloads/cmder/vendor/conemu-maximus5/ConEmu/wsl:/mnt/c/Users/kprosvir/Downloads/cmder/vendor/conemu-maximus5/ConEmu/Scripts:/mnt/c/Users/kprosvir/Downloads/cmder/vendor/conemu-maximus5:/mnt/c/Users/kprosvir/Downloads/cmder/vendor/conemu-maximus5/ConEmu:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Windows/System32/OpenSSH:/mnt/c/Program Files (x86)/Sennheiser/SoftphoneSDK:/mnt/c/ProgramData/Webex/Webex/Applications:/mnt/c/Users/kprosvir/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/kprosvir/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/kprosvir/AppData/Local/hyper/app-3.0.0/resources/bin:/mnt/c/Users/kprosvir/AppData/Local/Box/Box Edit:/snap/bin:/usr/local/go/bin:/root/go//bin' \ + PWD=/proc/self/cwd \ + /usr/bin/mips64-linux-gnuabi64-gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections -MD -MF bazel-out/host/bin/external/hwloc/_objs/hwloc/topology-x86.pic.d '-frandom-seed=bazel-out/host/bin/external/hwloc/_objs/hwloc/topology-x86.pic.o' -fPIC -iquote external/hwloc -iquote bazel-out/host/bin/external/hwloc -isystem external/hwloc/hwloc -isystem bazel-out/host/bin/external/hwloc/hwloc -isystem external/hwloc/include -isystem bazel-out/host/bin/external/hwloc/include -g0 -I. -Ihwloc -Iinclude -Wno-vla '-DHWLOC_DUMPED_HWDATA_DIR=' '-DRUNSTATEDIR=' -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__=""redacted""' '-D__TIMESTAMP__=""redacted""' '-D__TIME__=""redacted""' -c external/hwloc/hwloc/topology-x86.c -o bazel-out/host/bin/external/hwloc/_objs/hwloc/topology-x86.pic.o) +Execution platform: @bazel_tools//platforms:host_platform +In file included from external/hwloc/hwloc/topology-x86.c:23:0: +external/hwloc/hwloc/topology-x86.c: In function 'cpuid_or_from_dump': +external/hwloc/include/private/cpuid-x86.h:67:3: error: invalid 'asm': invalid use of '%k' + __asm__( + ^~~~~~~ +Target //tensorflow/tools/lib_package:libtensorflow failed to build +``` + +So the question is: is there any way to fix it and successfully build it for MIPS64?",0,build tensorflow c library for please make sure that this is a build installation issue as per our we only address code doc bugs performance issues feature requests and build installation issues on github tag build template system information os platform and distribution e g linux ubuntu linux ubuntu mobile device e g iphone pixel samsung galaxy if the issue happens on mobile device tensorflow installed from source or binary tensorflow version python version bazel version if compiling from source gcc compiler version if compiling from source describe the problem i want to build a tensorflow c library for mips architecture so in order to do that i specified the following options before building export cc usr bin linux gcc export cxx usr bin linux g those are cross compilers for so when i try to build bazel using bazel build tensorflow tools lib package libtensorflow spawn strategy standalone verbose failures i get the following error error root cache bazel bazel root external hwloc build bazel c compilation of rule hwloc hwloc failed exit linux gcc failed error executing command cd root cache bazel bazel root execroot org tensorflow exec env path usr local sbin usr local bin usr sbin usr bin sbin bin usr games usr local games mnt c users kprosvir downloads cmder vendor conemu conemu wsl mnt c users kprosvir downloads cmder vendor conemu conemu scripts mnt c users kprosvir downloads cmder vendor conemu mnt c users kprosvir downloads cmder vendor conemu conemu mnt c program files nvidia corporation physx common mnt c windows mnt c windows mnt c windows wbem mnt c windows windowspowershell mnt c windows openssh mnt c program files sennheiser softphonesdk mnt c programdata webex webex applications mnt c users kprosvir appdata local microsoft windowsapps mnt c users kprosvir appdata local programs microsoft vs code bin mnt c users kprosvir appdata local hyper app resources bin mnt c users kprosvir appdata local box box edit snap bin usr local go bin root go bin pwd proc self cwd usr bin linux gcc u fortify source fstack protector wall wunused but set parameter wno free nonheap object fno omit frame pointer d fortify source dndebug ffunction sections fdata sections md mf bazel out host bin external hwloc objs hwloc topology pic d frandom seed bazel out host bin external hwloc objs hwloc topology pic o fpic iquote external hwloc iquote bazel out host bin external hwloc isystem external hwloc hwloc isystem bazel out host bin external hwloc hwloc isystem external hwloc include isystem bazel out host bin external hwloc include i ihwloc iinclude wno vla dhwloc dumped hwdata dir drunstatedir fno canonical system headers wno builtin macro redefined d date redacted d timestamp redacted d time redacted c external hwloc hwloc topology c o bazel out host bin external hwloc objs hwloc topology pic o execution platform bazel tools platforms host platform in file included from external hwloc hwloc topology c external hwloc hwloc topology c in function cpuid or from dump external hwloc include private cpuid h error invalid asm invalid use of k asm target tensorflow tools lib package libtensorflow failed to build so the question is is there any way to fix it and successfully build it for ,0 +9704,25079995753.0,IssuesEvent,2022-11-07 18:25:59,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,ADLS information is outdated,doc-bug assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +[Enter feedback here] +A paragraph on Data Lake Store references Data lake Analytics, which is no longer supported. + +the following text is also confusing: 'You may consider using this as an alternative to Azure Storage when your individual or combined file sizes exceed that which is supported by Azure Storage.' + +Azure data lake storage v2 requires an azure storage account, so how can it be an alternative for a storage account? + +The ADLS paragraphs also mixes the names 'Data Lake' (the concept) and 'Data Lake Store' , but does not use the official name 'Data Lake Storage', which adds to the confusion. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4931350d-0c12-00b2-64a8-112f67aba3f2 +* Version Independent ID: eed89d06-7676-30e1-b801-2f67a09856f0 +* Content: [Choosing a data storage technology - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/data-storage) +* Content Source: [docs/data-guide/technology-choices/data-storage.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/data-storage.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"ADLS information is outdated - +[Enter feedback here] +A paragraph on Data Lake Store references Data lake Analytics, which is no longer supported. + +the following text is also confusing: 'You may consider using this as an alternative to Azure Storage when your individual or combined file sizes exceed that which is supported by Azure Storage.' + +Azure data lake storage v2 requires an azure storage account, so how can it be an alternative for a storage account? + +The ADLS paragraphs also mixes the names 'Data Lake' (the concept) and 'Data Lake Store' , but does not use the official name 'Data Lake Storage', which adds to the confusion. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4931350d-0c12-00b2-64a8-112f67aba3f2 +* Version Independent ID: eed89d06-7676-30e1-b801-2f67a09856f0 +* Content: [Choosing a data storage technology - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/data-storage) +* Content Source: [docs/data-guide/technology-choices/data-storage.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/data-storage.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,adls information is outdated a paragraph on data lake store references data lake analytics which is no longer supported the following text is also confusing you may consider using this as an alternative to azure storage when your individual or combined file sizes exceed that which is supported by azure storage azure data lake storage requires an azure storage account so how can it be an alternative for a storage account the adls paragraphs also mixes the names data lake the concept and data lake store but does not use the official name data lake storage which adds to the confusion document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login microsoft alias pnp ,1 +576691,17092223435.0,IssuesEvent,2021-07-08 19:08:09,olive-editor/olive,https://api.github.com/repos/olive-editor/olive,closed,[EDIT] Waveform in timeline is inaccurate,High Priority Timeline/Editing," + +**Commit Hash** +08e2fa4d8ebfc2df9edcdb981a7e118b21a8c1c6 + +**Platform** +Any + +**Summary** +The audio waveform in the timeline sometimes strays from the actual audio by a substantial amount of time making it impossible to use the waveform as a guide for editing. + +**Additional Information / Output** +I'm not sure what caused this, but it's likely something to do with the waveform mipmapping introduced a few months ago. Possibly some kind of rounding error.",1.0,"[EDIT] Waveform in timeline is inaccurate - + +**Commit Hash** +08e2fa4d8ebfc2df9edcdb981a7e118b21a8c1c6 + +**Platform** +Any + +**Summary** +The audio waveform in the timeline sometimes strays from the actual audio by a substantial amount of time making it impossible to use the waveform as a guide for editing. + +**Additional Information / Output** +I'm not sure what caused this, but it's likely something to do with the waveform mipmapping introduced a few months ago. Possibly some kind of rounding error.",0, waveform in timeline is inaccurate commit hash about dialog e g platform any summary the audio waveform in the timeline sometimes strays from the actual audio by a substantial amount of time making it impossible to use the waveform as a guide for editing additional information output i m not sure what caused this but it s likely something to do with the waveform mipmapping introduced a few months ago possibly some kind of rounding error ,0 +144380,11614129346.0,IssuesEvent,2020-02-26 12:01:40,dbrownukk/EFD_v2,https://api.github.com/repos/dbrownukk/EFD_v2,closed,OIHM StoL calculation seems wrong,For Testing bug,"Instance: EFD_HM +App: OIHM +Module: Reporting +Study: Katakwi - NIMFRU Test +HH: HH5 (Ocepa Patrick) + + +1. Select Reports for above study +1. Select All Reports report spec +1. Select HH5 (Ocepa Patrick) as the only HH to be included +1. Run the report +1. In Report data extract file, navigate to HH DI with StoL + +> note cost of StoL is 206000 + +6. In OIHM Study Module, detail view for the above Study, click StoL Element tab +> Note the components of the StoL: +![image.png](https://images.zenhubusercontent.com/5a81590c4b5806bc2bc688fc/4795ca38-9635-4671-8a16-b2d3f4858a60) + +7. Invoke detail view of the 2 Clothing items to see they apply to children (3 - 13) & Adults (14 - 110) respectively +1. In the OIHM HH Module, in the detail view for the above HH, click HH member tab +> Note the HH members: +![image.png](https://images.zenhubusercontent.com/5a81590c4b5806bc2bc688fc/727598da-a3d9-4965-9c92-cfdbab01776f) + +> I make the Stol: + +0 * Childs Clothing (0) + +3 * Adults Clothing(45000) + +1 * Drugs (36000) + +1 * Soap (110000) += 191,000 + +",1.0,"OIHM StoL calculation seems wrong - Instance: EFD_HM +App: OIHM +Module: Reporting +Study: Katakwi - NIMFRU Test +HH: HH5 (Ocepa Patrick) + + +1. Select Reports for above study +1. Select All Reports report spec +1. Select HH5 (Ocepa Patrick) as the only HH to be included +1. Run the report +1. In Report data extract file, navigate to HH DI with StoL + +> note cost of StoL is 206000 + +6. In OIHM Study Module, detail view for the above Study, click StoL Element tab +> Note the components of the StoL: +![image.png](https://images.zenhubusercontent.com/5a81590c4b5806bc2bc688fc/4795ca38-9635-4671-8a16-b2d3f4858a60) + +7. Invoke detail view of the 2 Clothing items to see they apply to children (3 - 13) & Adults (14 - 110) respectively +1. In the OIHM HH Module, in the detail view for the above HH, click HH member tab +> Note the HH members: +![image.png](https://images.zenhubusercontent.com/5a81590c4b5806bc2bc688fc/727598da-a3d9-4965-9c92-cfdbab01776f) + +> I make the Stol: + +0 * Childs Clothing (0) + +3 * Adults Clothing(45000) + +1 * Drugs (36000) + +1 * Soap (110000) += 191,000 + +",0,oihm stol calculation seems wrong instance efd hm app oihm module reporting study katakwi nimfru test hh ocepa patrick select reports for above study select all reports report spec select ocepa patrick as the only hh to be included run the report in report data extract file navigate to hh di with stol note cost of stol is in oihm study module detail view for the above study click stol element tab note the components of the stol invoke detail view of the clothing items to see they apply to children adults respectively in the oihm hh module in the detail view for the above hh click hh member tab note the hh members i make the stol childs clothing adults clothing drugs soap ,0 +525149,15238970572.0,IssuesEvent,2021-02-19 03:15:31,boomerang-io/roadmap,https://api.github.com/repos/boomerang-io/roadmap,closed,System Workflow Import UI Validation,area: web priority: high,"-currently getting an error when importing a system workflow. +-error says teamID does not match + +-solution: Check for scope of system, if so, we do not need to do any teamId validation",1.0,"System Workflow Import UI Validation - -currently getting an error when importing a system workflow. +-error says teamID does not match + +-solution: Check for scope of system, if so, we do not need to do any teamId validation",0,system workflow import ui validation currently getting an error when importing a system workflow error says teamid does not match solution check for scope of system if so we do not need to do any teamid validation,0 +416600,12149257744.0,IssuesEvent,2020-04-24 15:51:32,scality/metalk8s,https://api.github.com/repos/scality/metalk8s,opened,Rewrite delete environment solution in Go,complexity:medium kind:enhancement priority:medium topic:kubectl-plugin topic:solutions," + +**Component**: + +'salt', 'kubectl-plugin', 'solutions' + + +**Why this is needed**: + +Centralized CLI + +**What should be done**: + +MetalK8s delete environment command of solution should be part of `metalk8s` Go kubectl plugin + +``` +kubectl metalk8s delete environment --namespace +``` + +Namespace is not mandatory, if no namespace then all namespace of this environment will be removed. + +Name is not mandatory if you provide a file using `-f`, `--filename` containing information about the resource. + +NOTE: We may want to also support filtering using labels, ... (Not mandatory for first iteration) + +**Implementation proposal** (strongly recommended): + +This command will have the same behavior as the current delete-env command from the solution bash script. + +Except that it will be written in Go and should **not** use salt binaries at all, only interact directly with Salt API and should be able to run from outside of the cluster (check design documentation about Centralized CLI for more detail). + +Follow kubectl best practice as much as possible. +",1.0,"Rewrite delete environment solution in Go - + +**Component**: + +'salt', 'kubectl-plugin', 'solutions' + + +**Why this is needed**: + +Centralized CLI + +**What should be done**: + +MetalK8s delete environment command of solution should be part of `metalk8s` Go kubectl plugin + +``` +kubectl metalk8s delete environment --namespace +``` + +Namespace is not mandatory, if no namespace then all namespace of this environment will be removed. + +Name is not mandatory if you provide a file using `-f`, `--filename` containing information about the resource. + +NOTE: We may want to also support filtering using labels, ... (Not mandatory for first iteration) + +**Implementation proposal** (strongly recommended): + +This command will have the same behavior as the current delete-env command from the solution bash script. + +Except that it will be written in Go and should **not** use salt binaries at all, only interact directly with Salt API and should be able to run from outside of the cluster (check design documentation about Centralized CLI for more detail). + +Follow kubectl best practice as much as possible. +",0,rewrite delete environment solution in go component salt kubectl plugin solutions why this is needed centralized cli what should be done delete environment command of solution should be part of go kubectl plugin kubectl delete environment namespace namespace is not mandatory if no namespace then all namespace of this environment will be removed name is not mandatory if you provide a file using f filename containing information about the resource note we may want to also support filtering using labels not mandatory for first iteration implementation proposal strongly recommended this command will have the same behavior as the current delete env command from the solution bash script except that it will be written in go and should not use salt binaries at all only interact directly with salt api and should be able to run from outside of the cluster check design documentation about centralized cli for more detail follow kubectl best practice as much as possible ,0 +375622,11114546847.0,IssuesEvent,2019-12-18 08:55:16,StrangeLoopGames/EcoIssues,https://api.github.com/repos/StrangeLoopGames/EcoIssues,closed,[0.9.0 staging-1299] UI: disconnect with opening UI,Fixed High Priority,"1. Enter the game +2. Try to open Objectives +(with click on the icon or ""O"") +3. Disconnect +[Player.log](https://github.com/StrangeLoopGames/EcoIssues/files/3972046/Player.log) +",1.0,"[0.9.0 staging-1299] UI: disconnect with opening UI - 1. Enter the game +2. Try to open Objectives +(with click on the icon or ""O"") +3. Disconnect +[Player.log](https://github.com/StrangeLoopGames/EcoIssues/files/3972046/Player.log) +",0, ui disconnect with opening ui enter the game try to open objectives with click on the icon or o disconnect ,0 +5703,13020963603.0,IssuesEvent,2020-07-27 04:58:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Link to Failure Mode Analysis sample is not working,Pri2 architecture-center/svc cxp doc-bug triaged well-architected/subsvc,"Link to Failure Mode Analysis sample is not working + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d4acf791-5dbe-8b1a-2746-9174afef080c +* Version Independent ID: ff3b6772-a869-e0ef-dc00-09d709c6521f +* Content: [Designing resilient Azure applications - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/Resiliency/app-design#single-points-of-failure-(spof)) +* Content Source: [docs/framework/resiliency/app-design.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/resiliency/app-design.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1.0,"Link to Failure Mode Analysis sample is not working - Link to Failure Mode Analysis sample is not working + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d4acf791-5dbe-8b1a-2746-9174afef080c +* Version Independent ID: ff3b6772-a869-e0ef-dc00-09d709c6521f +* Content: [Designing resilient Azure applications - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/Resiliency/app-design#single-points-of-failure-(spof)) +* Content Source: [docs/framework/resiliency/app-design.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/resiliency/app-design.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1,link to failure mode analysis sample is not working link to failure mode analysis sample is not working document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login david stanford microsoft alias pnp ,1 +185815,21843780090.0,IssuesEvent,2022-05-18 01:09:33,raindigi/graphql-server-with-node,https://api.github.com/repos/raindigi/graphql-server-with-node,closed,CVE-2021-32804 (High) detected in tar-4.4.8.tgz - autoclosed,security vulnerability,"## CVE-2021-32804 - High Severity Vulnerability +
Vulnerable Library - tar-4.4.8.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-4.4.8.tgz

+

+ +Dependency Hierarchy: + - cli-7.4.3.tgz (Root Library) + - chokidar-2.1.5.tgz + - fsevents-1.2.7.tgz + - node-pre-gyp-0.10.3.tgz + - :x: **tar-4.4.8.tgz** (Vulnerable Library) +

Found in HEAD commit: f78969597f73fc4c9e651dc5cf44d5ed7955d2fe

+

+
+

+
Vulnerability Details +

+ +The npm package ""tar"" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar. + +

Publish Date: 2021-08-03 +

URL: CVE-2021-32804

+

+
+

+
CVSS 3 Score Details (8.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9

+

Release Date: 2021-08-03

+

Fix Resolution: tar - 3.2.2, 4.4.14, 5.0.6, 6.1.1

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2021-32804 (High) detected in tar-4.4.8.tgz - autoclosed - ## CVE-2021-32804 - High Severity Vulnerability +
Vulnerable Library - tar-4.4.8.tgz

+ +

tar for node

+

Library home page: https://registry.npmjs.org/tar/-/tar-4.4.8.tgz

+

+ +Dependency Hierarchy: + - cli-7.4.3.tgz (Root Library) + - chokidar-2.1.5.tgz + - fsevents-1.2.7.tgz + - node-pre-gyp-0.10.3.tgz + - :x: **tar-4.4.8.tgz** (Vulnerable Library) +

Found in HEAD commit: f78969597f73fc4c9e651dc5cf44d5ed7955d2fe

+

+
+

+
Vulnerability Details +

+ +The npm package ""tar"" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar. + +

Publish Date: 2021-08-03 +

URL: CVE-2021-32804

+

+
+

+
CVSS 3 Score Details (8.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9

+

Release Date: 2021-08-03

+

Fix Resolution: tar - 3.2.2, 4.4.14, 5.0.6, 6.1.1

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in tar tgz autoclosed cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href dependency hierarchy cli tgz root library chokidar tgz fsevents tgz node pre gyp tgz x tar tgz vulnerable library found in head commit a href vulnerability details the npm package tar aka node tar before versions and has a arbitrary file creation overwrite vulnerability due to insufficient absolute path sanitization node tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the preservepaths flag is not set to true this is achieved by stripping the absolute path root from any absolute file paths contained in a tar file for example home user bashrc would turn into home user bashrc this logic was insufficient when file paths contained repeated path roots such as home user bashrc node tar would only strip a single path root from such paths when given an absolute file path with repeating path roots the resulting path e g home user bashrc would still resolve to an absolute path thus allowing arbitrary file creation and overwrite this issue was addressed in releases and users may work around this vulnerability without upgrading by creating a custom onentry method which sanitizes the entry path or a filter method which removes entries with absolute paths see referenced github advisory for details be aware of cve which fixes a similar bug in later versions of tar 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 none 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 tar step up your open source security game with whitesource ,0 +501644,14530566424.0,IssuesEvent,2020-12-14 19:27:22,operator-framework/operator-sdk,https://api.github.com/repos/operator-framework/operator-sdk,closed,New layout for Go projects do not allow generate the CRDs with v1 version ,language/go priority/important-longterm,"## Bug Report + +**What did you do?** + +$ mkdir $GOPATH/src/memcached-operator +$ cd $GOPATH/src/memcached-operator +$ operator-sdk init --domain example.com +$ operator-sdk create api --group webapp --version v1 --kind Guestbook --crd-version=v1 + +**What did you expect to see?** +- Has the option to generate the crd-version with v1 or v1beta1 +- By default, gen CRD's and webhooks with v1 + +**What did you see instead? Under which circumstances?** + +Unable to generate them using the v1 and the `v1beta1` will be deprecated soon for k8s. See the https://github.com/operator-framework/operator-sdk-samples/pull/137#discussion_r461361241 which motivates this issue as well. Also, it will not allow users that have been gen CRD's with `v1` via the flag migrate to the new layout without manual changes which shows a regression. + +**Environment** +* operator-sdk version: b95f052d11025bf6963215cbb9a331e5181b0c4f + + +**Possible solution** +- Wrapper Go plugin to allow use the --crd-version as it has for Helm/Ansible +- For CRD only: doc how to customize the Makefile to use `controller-tools crd:crdVersions=v1`. Update the makefile as: + +``` +# Produce CRDs that work back to Kubernetes 1.11 (no version conversion) +CRD_OPTIONS ?= ""crd:crdVersions=v1"" +``` + +**Additional context** + +In upstream we have the following issues to use v1 by default for v3-alpha. (https://github.com/kubernetes-sigs/kubebuilder/issues/1065, https://github.com/kubernetes-sigs/kubebuilder/issues/933) However, note that we cannot push it for v2 and for sdk shows that we also require to keep the possibility to generate the CRD's and WebHook manifests with both versions which are not required there since they can drop the supportability for old clusters. ",1.0,"New layout for Go projects do not allow generate the CRDs with v1 version - ## Bug Report + +**What did you do?** + +$ mkdir $GOPATH/src/memcached-operator +$ cd $GOPATH/src/memcached-operator +$ operator-sdk init --domain example.com +$ operator-sdk create api --group webapp --version v1 --kind Guestbook --crd-version=v1 + +**What did you expect to see?** +- Has the option to generate the crd-version with v1 or v1beta1 +- By default, gen CRD's and webhooks with v1 + +**What did you see instead? Under which circumstances?** + +Unable to generate them using the v1 and the `v1beta1` will be deprecated soon for k8s. See the https://github.com/operator-framework/operator-sdk-samples/pull/137#discussion_r461361241 which motivates this issue as well. Also, it will not allow users that have been gen CRD's with `v1` via the flag migrate to the new layout without manual changes which shows a regression. + +**Environment** +* operator-sdk version: b95f052d11025bf6963215cbb9a331e5181b0c4f + + +**Possible solution** +- Wrapper Go plugin to allow use the --crd-version as it has for Helm/Ansible +- For CRD only: doc how to customize the Makefile to use `controller-tools crd:crdVersions=v1`. Update the makefile as: + +``` +# Produce CRDs that work back to Kubernetes 1.11 (no version conversion) +CRD_OPTIONS ?= ""crd:crdVersions=v1"" +``` + +**Additional context** + +In upstream we have the following issues to use v1 by default for v3-alpha. (https://github.com/kubernetes-sigs/kubebuilder/issues/1065, https://github.com/kubernetes-sigs/kubebuilder/issues/933) However, note that we cannot push it for v2 and for sdk shows that we also require to keep the possibility to generate the CRD's and WebHook manifests with both versions which are not required there since they can drop the supportability for old clusters. ",0,new layout for go projects do not allow generate the crds with version bug report what did you do mkdir gopath src memcached operator cd gopath src memcached operator operator sdk init domain example com operator sdk create api group webapp version kind guestbook crd version what did you expect to see has the option to generate the crd version with or by default gen crd s and webhooks with what did you see instead under which circumstances unable to generate them using the and the will be deprecated soon for see the which motivates this issue as well also it will not allow users that have been gen crd s with via the flag migrate to the new layout without manual changes which shows a regression environment operator sdk version possible solution wrapper go plugin to allow use the crd version as it has for helm ansible for crd only doc how to customize the makefile to use controller tools crd crdversions update the makefile as produce crds that work back to kubernetes no version conversion crd options crd crdversions additional context in upstream we have the following issues to use by default for alpha however note that we cannot push it for and for sdk shows that we also require to keep the possibility to generate the crd s and webhook manifests with both versions which are not required there since they can drop the supportability for old clusters ,0 +61164,14942770374.0,IssuesEvent,2021-01-25 21:50:27,vega/vega-lite,https://api.github.com/repos/vega/vega-lite,closed,Do not commit empty schema,Area - Refactor :building_construction: Help Wanted,"When the schema generation fails, Travis creates a commit with an empty schema. We should abort in this case. ",1.0,"Do not commit empty schema - When the schema generation fails, Travis creates a commit with an empty schema. We should abort in this case. ",0,do not commit empty schema when the schema generation fails travis creates a commit with an empty schema we should abort in this case ,0 +709653,24385856427.0,IssuesEvent,2022-10-04 11:41:26,Amulet-Team/Amulet-Map-Editor,https://api.github.com/repos/Amulet-Team/Amulet-Map-Editor,closed,The NBT of command block is missing(in regard to `.mcstructure`),type: bug state: more information needed translator priority: medium,"When you export a `.mcstructure` with a command block, you'll notice that the NBT named `conditionalMode` is missing from the `.mcstructure`. +Because of this problem, the command block is unconditional forever after loading the `.mcstructure`. + +Platform: Windows 11",1.0,"The NBT of command block is missing(in regard to `.mcstructure`) - When you export a `.mcstructure` with a command block, you'll notice that the NBT named `conditionalMode` is missing from the `.mcstructure`. +Because of this problem, the command block is unconditional forever after loading the `.mcstructure`. + +Platform: Windows 11",0,the nbt of command block is missing in regard to mcstructure when you export a mcstructure with a command block you ll notice that the nbt named conditionalmode is missing from the mcstructure because of this problem the command block is unconditional forever after loading the mcstructure platform windows ,0 +3459,9652523790.0,IssuesEvent,2019-05-18 17:55:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Marketplace,architecture-center/svc cloud-fundamentals/subsvc cxp doc-enhancement triaged,"Columns are in the wrong order. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#azure-and-aws-for-multicloud-solutions) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1.0,"Marketplace - Columns are in the wrong order. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#azure-and-aws-for-multicloud-solutions) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1,marketplace columns are in the wrong order document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login jasrobe microsoft alias pnp ,1 +143555,11569522561.0,IssuesEvent,2020-02-20 17:42:46,GoogleContainerTools/kaniko,https://api.github.com/repos/GoogleContainerTools/kaniko,closed,Image used in integration tests no longer available,area/internal area/testing kind/bug priority/p0,"The image tenstartups/alpine is no long publicly available + +It should be replaced with the canonical alpine image, `alpine`",1.0,"Image used in integration tests no longer available - The image tenstartups/alpine is no long publicly available + +It should be replaced with the canonical alpine image, `alpine`",0,image used in integration tests no longer available the image tenstartups alpine is no long publicly available it should be replaced with the canonical alpine image alpine ,0 +319932,27408795183.0,IssuesEvent,2023-03-01 09:06:45,elastic/kibana,https://api.github.com/repos/elastic/kibana,closed,[Security Solution] Unskip Persistent Rules Table State Cypress tests,chore skipped-test Team:Detections and Resp Team: SecuritySolution Team:Detection Rules v8.7.0 v8.8.0,"Had some flake with the Persistent Rules Table State Cypress tests and they were skipped on `8.8` (main) and `8.7.0` with https://github.com/elastic/kibana/pull/151244. This issue is to unskip these tests. + +",1.0,"[Security Solution] Unskip Persistent Rules Table State Cypress tests - Had some flake with the Persistent Rules Table State Cypress tests and they were skipped on `8.8` (main) and `8.7.0` with https://github.com/elastic/kibana/pull/151244. This issue is to unskip these tests. + +",0, unskip persistent rules table state cypress tests had some flake with the persistent rules table state cypress tests and they were skipped on main and with this issue is to unskip these tests ,0 +10365,26838467217.0,IssuesEvent,2023-02-02 21:40:48,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Power platform custom business process article is confusing and needs expandsion,doc-enhancement assigned-to-author triaged architecture-center/svc Pri3 solution-idea/subsvc,"https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/custom-business-processes + +I am not sure your description matches with the graph. +And in step 4, you probably meant stored instead of processed. +4. Azure Functions runs the Graph API calls, which are processed in Azure Storage +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fe44a625-07a6-7d65-d16e-a8544c034261 +* Version Independent ID: 54310bdb-1397-cd5a-688c-f8e5c042a3fb +* Content: [Custom business processes - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/custom-business-processes) +* Content Source: [docs/solution-ideas/articles/custom-business-processes.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/custom-business-processes.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice** +",1.0,"Power platform custom business process article is confusing and needs expandsion - https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/custom-business-processes + +I am not sure your description matches with the graph. +And in step 4, you probably meant stored instead of processed. +4. Azure Functions runs the Graph API calls, which are processed in Azure Storage +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fe44a625-07a6-7d65-d16e-a8544c034261 +* Version Independent ID: 54310bdb-1397-cd5a-688c-f8e5c042a3fb +* Content: [Custom business processes - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/custom-business-processes) +* Content Source: [docs/solution-ideas/articles/custom-business-processes.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/custom-business-processes.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice** +",1,power platform custom business process article is confusing and needs expandsion i am not sure your description matches with the graph and in step you probably meant stored instead of processed azure functions runs the graph api calls which are processed in azure storage document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias edprice ,1 +451353,32024833477.0,IssuesEvent,2023-09-22 08:06:14,LikeLionRunnersApp/runners-app-backend,https://api.github.com/repos/LikeLionRunnersApp/runners-app-backend,closed,KAKAO CORS 적용하기,documentation,"Close #11 + +## Description +설명을 작성하세요. +KAKAO Login Controller에 설정 되어있지 않았던 CORS를 설정했습니다. +## To-do +- [x] #11 + +## ETC +",1.0,"KAKAO CORS 적용하기 - Close #11 + +## Description +설명을 작성하세요. +KAKAO Login Controller에 설정 되어있지 않았던 CORS를 설정했습니다. +## To-do +- [x] #11 + +## ETC +",0,kakao cors 적용하기 close description 설명을 작성하세요 kakao login controller에 설정 되어있지 않았던 cors를 설정했습니다 to do etc ,0 +3876,10239329825.0,IssuesEvent,2019-08-19 17:59:04,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Can the template consume complex objects or only simple types?,architecture-center/svc assigned-to-author doc-enhancement triaged,"From the examples it appears you always have to reference the terminal string values in the object (through indexes and dot operators all the way down) but it doesn't say that in the article. It might be worth mentioning this explicitly. + +It would be great for example if, when you have the same structure in part of your parameter object, you could simply do something like: `""subnets"": parameters('VNetSettings').subnets` instead of having to pick the object apart and redeclare it all over again in what is a very fragile and hard to maintain process. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: aa870d42-1b00-d600-4fef-dd67219a1dc6 +* Version Independent ID: 61fa68a5-a08b-7693-ebfd-18711ebd1bbb +* Content: [Use an object as a parameter in an Azure Resource Manager template](https://docs.microsoft.com/en-us/azure/architecture/building-blocks/extending-templates/objects-as-parameters) +* Content Source: [docs/building-blocks/extending-templates/objects-as-parameters.md](https://github.com/mspnp/architecture-center/blob/master/docs/building-blocks/extending-templates/objects-as-parameters.md) +* Service: **architecture-center** +* GitHub Login: @petertay +* Microsoft Alias: **pnp**",1.0,"Can the template consume complex objects or only simple types? - From the examples it appears you always have to reference the terminal string values in the object (through indexes and dot operators all the way down) but it doesn't say that in the article. It might be worth mentioning this explicitly. + +It would be great for example if, when you have the same structure in part of your parameter object, you could simply do something like: `""subnets"": parameters('VNetSettings').subnets` instead of having to pick the object apart and redeclare it all over again in what is a very fragile and hard to maintain process. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: aa870d42-1b00-d600-4fef-dd67219a1dc6 +* Version Independent ID: 61fa68a5-a08b-7693-ebfd-18711ebd1bbb +* Content: [Use an object as a parameter in an Azure Resource Manager template](https://docs.microsoft.com/en-us/azure/architecture/building-blocks/extending-templates/objects-as-parameters) +* Content Source: [docs/building-blocks/extending-templates/objects-as-parameters.md](https://github.com/mspnp/architecture-center/blob/master/docs/building-blocks/extending-templates/objects-as-parameters.md) +* Service: **architecture-center** +* GitHub Login: @petertay +* Microsoft Alias: **pnp**",1,can the template consume complex objects or only simple types from the examples it appears you always have to reference the terminal string values in the object through indexes and dot operators all the way down but it doesn t say that in the article it might be worth mentioning this explicitly it would be great for example if when you have the same structure in part of your parameter object you could simply do something like subnets parameters vnetsettings subnets instead of having to pick the object apart and redeclare it all over again in what is a very fragile and hard to maintain process document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id ebfd content content source service architecture center github login petertay microsoft alias pnp ,1 +14030,2789859664.0,IssuesEvent,2015-05-08 21:58:36,google/google-visualization-api-issues,https://api.github.com/repos/google/google-visualization-api-issues,opened,Bar Image Chart - viscommon: container cannot be null,Priority-Medium Type-Defect,"Original [issue 331](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=331) created by orwant on 2010-07-03T00:33:45.000Z: + +I am developing a GWT project on Windows XP using Eclipse 3.5. I am trying to put a BarImageChart in a center panel of a dock panel but only when a button is pressed. + +I tried inserting: + google.load("visualization", "1", {packages:["imagebarchart"]}); + google.setOnLoadCallback(drawChart); + function drawChart() { + var data = new google.visualization.DataTable(); + data.addColumn('string', 'Year'); + data.addColumn('number', 'Sales'); + data.addColumn('number', 'Expenses'); + data.addRows(4); + data.setValue(0, 0, '2004'); + data.setValue(0, 1, 1000); + data.setValue(0, 2, 400); + data.setValue(1, 0, '2005'); + data.setValue(1, 1, 1170); + data.setValue(1, 2, 460); + data.setValue(2, 0, '2006'); + data.setValue(2, 1, 860); + data.setValue(2, 2, 580); + data.setValue(3, 0, '2007'); + data.setValue(3, 1, 1030); + data.setValue(3, 2, 540); + + var chart = new google.visualization.ImageBarChart(document.getElementById('chart_div')); + chart.draw(data, {width: 400, height: 240, min: 0}); + } + +into a native method, but I get errors. So I did a work around. +Attached is my html file and the Java file that interacts with it. + +In Charts.html I am getting an error on the line: +var chart = new google.visualization.ImageBarChart(document.getElementById('chart_div')); + +The error is: +17:06:31.541 [ERROR] [charts] Uncaught exception escaped +com.google.gwt.core.client.JavaScriptException: (Error): viscommon: container cannot be null + fileName: http://www.google.com/uds/api/visualization/1.0/e9f5bea2f5fcf88c5d872773ba55a57c/default,imagechart,imagebarchart.I.js + lineNumber: 486 + stack: Error("viscommon: container cannot be null")@:0 +ce([object Object],null)@http://www.google.com/uds/api/visualization/1.0/e9f5bea2f5fcf88c5d872773ba55a57c/default,imagechart,imagebarchart.I.js:486 +Z(4,null)@http://www.google.com/uds/api/visualization/1.0/e9f5bea2f5fcf88c5d872773ba55a57c/default,imagechart,imagebarchart.I.js:516 +$g(null)@http://www.google.com/uds/api/visualization/1.0/e9f5bea2f5fcf88c5d872773ba55a57c/default,imagechart,imagebarchart.I.js:537 +drawBarChart()@http://127.0.0.1:8888/Charts.html?gwt.codesvr=127.0.0.1:9997:36 +()@http://127.0.0.1:8888:2 +@:0 +([object GWTJavaObject],786461,"show")@http://127.0.0.1:8888/charts/hosted.html?charts:56 +(0)@http://127.0.0.1:8888:15 +((function () {$wnd.setTimeout($wnd.__checkHistory, 250);var token = "", hash = $wnd.location.hash;if (hash.length > 0) {token = __gwt_makeJavaInvoke(1)(historyImpl, 786463, hash.substring(1));}__gwt_makeJavaInvoke(1)(historyImpl, 786461, token);}),[object XPCCrossOriginWrapper],[object Object])@http://127.0.0.1:8888:55 +@:0 +(null,24,(function () {$wnd.setTimeout($wnd.__checkHistory, 250);var token = "", hash = $wnd.location.hash;if (hash.length > 0) {token = __gwt_makeJavaInvoke(1)(historyImpl, 786463, hash.substring(1));}__gwt_makeJavaInvoke(1)(historyImpl, 786461, token);}),[object XPCCrossOriginWrapper],[object Object])@http://127.0.0.1:8888/charts/hosted.html?charts:56 +(0)@http://127.0.0.1:8888:3 + at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:195) + at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120) + at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:507) + at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:264) + at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) + at com.google.gwt.core.client.impl.Impl.apply(Impl.java) + at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:188) + at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) + at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) + at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157) + at com.google.gwt.dev.shell.BrowserChannel.reactToMessages(BrowserChannel.java:1668) + at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:401) + at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222) + at java.lang.Thread.run(Unknown Source) + +I do not know how to fix this error, if anyone could help me out that would be great! + +Thanks! +********************************************************* +For developers viewing this issue: please click the 'star' icon to be +notified of future changes, and to let us know how many of you are +interested in seeing it resolved. +********************************************************* +",1.0,"Bar Image Chart - viscommon: container cannot be null - Original [issue 331](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=331) created by orwant on 2010-07-03T00:33:45.000Z: + +I am developing a GWT project on Windows XP using Eclipse 3.5. I am trying to put a BarImageChart in a center panel of a dock panel but only when a button is pressed. + +I tried inserting: + google.load("visualization", "1", {packages:["imagebarchart"]}); + google.setOnLoadCallback(drawChart); + function drawChart() { + var data = new google.visualization.DataTable(); + data.addColumn('string', 'Year'); + data.addColumn('number', 'Sales'); + data.addColumn('number', 'Expenses'); + data.addRows(4); + data.setValue(0, 0, '2004'); + data.setValue(0, 1, 1000); + data.setValue(0, 2, 400); + data.setValue(1, 0, '2005'); + data.setValue(1, 1, 1170); + data.setValue(1, 2, 460); + data.setValue(2, 0, '2006'); + data.setValue(2, 1, 860); + data.setValue(2, 2, 580); + data.setValue(3, 0, '2007'); + data.setValue(3, 1, 1030); + data.setValue(3, 2, 540); + + var chart = new google.visualization.ImageBarChart(document.getElementById('chart_div')); + chart.draw(data, {width: 400, height: 240, min: 0}); + } + +into a native method, but I get errors. So I did a work around. +Attached is my html file and the Java file that interacts with it. + +In Charts.html I am getting an error on the line: +var chart = new google.visualization.ImageBarChart(document.getElementById('chart_div')); + +The error is: +17:06:31.541 [ERROR] [charts] Uncaught exception escaped +com.google.gwt.core.client.JavaScriptException: (Error): viscommon: container cannot be null + fileName: http://www.google.com/uds/api/visualization/1.0/e9f5bea2f5fcf88c5d872773ba55a57c/default,imagechart,imagebarchart.I.js + lineNumber: 486 + stack: Error("viscommon: container cannot be null")@:0 +ce([object Object],null)@http://www.google.com/uds/api/visualization/1.0/e9f5bea2f5fcf88c5d872773ba55a57c/default,imagechart,imagebarchart.I.js:486 +Z(4,null)@http://www.google.com/uds/api/visualization/1.0/e9f5bea2f5fcf88c5d872773ba55a57c/default,imagechart,imagebarchart.I.js:516 +$g(null)@http://www.google.com/uds/api/visualization/1.0/e9f5bea2f5fcf88c5d872773ba55a57c/default,imagechart,imagebarchart.I.js:537 +drawBarChart()@http://127.0.0.1:8888/Charts.html?gwt.codesvr=127.0.0.1:9997:36 +()@http://127.0.0.1:8888:2 +@:0 +([object GWTJavaObject],786461,"show")@http://127.0.0.1:8888/charts/hosted.html?charts:56 +(0)@http://127.0.0.1:8888:15 +((function () {$wnd.setTimeout($wnd.__checkHistory, 250);var token = "", hash = $wnd.location.hash;if (hash.length > 0) {token = __gwt_makeJavaInvoke(1)(historyImpl, 786463, hash.substring(1));}__gwt_makeJavaInvoke(1)(historyImpl, 786461, token);}),[object XPCCrossOriginWrapper],[object Object])@http://127.0.0.1:8888:55 +@:0 +(null,24,(function () {$wnd.setTimeout($wnd.__checkHistory, 250);var token = "", hash = $wnd.location.hash;if (hash.length > 0) {token = __gwt_makeJavaInvoke(1)(historyImpl, 786463, hash.substring(1));}__gwt_makeJavaInvoke(1)(historyImpl, 786461, token);}),[object XPCCrossOriginWrapper],[object Object])@http://127.0.0.1:8888/charts/hosted.html?charts:56 +(0)@http://127.0.0.1:8888:3 + at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:195) + at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120) + at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:507) + at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:264) + at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) + at com.google.gwt.core.client.impl.Impl.apply(Impl.java) + at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:188) + at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) + at java.lang.reflect.Method.invoke(Unknown Source) + at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) + at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) + at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157) + at com.google.gwt.dev.shell.BrowserChannel.reactToMessages(BrowserChannel.java:1668) + at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:401) + at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222) + at java.lang.Thread.run(Unknown Source) + +I do not know how to fix this error, if anyone could help me out that would be great! + +Thanks! +********************************************************* +For developers viewing this issue: please click the 'star' icon to be +notified of future changes, and to let us know how many of you are +interested in seeing it resolved. +********************************************************* +",0,bar image chart viscommon container cannot be null original created by orwant on i am developing a gwt project on windows xp using eclipse i am trying to put a barimagechart in a center panel of a dock panel but only when a button is pressed i tried inserting google load quot visualization quot quot quot packages google setonloadcallback drawchart function drawchart var data new google visualization datatable data addcolumn string year data addcolumn number sales data addcolumn number expenses data addrows data setvalue data setvalue data setvalue data setvalue data setvalue data setvalue data setvalue data setvalue data setvalue data setvalue data setvalue data setvalue var chart new google visualization imagebarchart document getelementbyid chart div chart draw data width height min into a native method but i get errors so i did a work around attached is my html file and the java file that interacts with it in charts html i am getting an error on the line var chart new google visualization imagebarchart document getelementbyid chart div the error is uncaught exception escaped com google gwt core client javascriptexception error viscommon container cannot be null filename linenumber stack error quot viscommon container cannot be null quot ce null z null g null drawbarchart quot show quot function wnd settimeout wnd checkhistory var token quot quot hash wnd location hash if hash length gt token gwt makejavainvoke historyimpl hash substring gwt makejavainvoke historyimpl token null function wnd settimeout wnd checkhistory var token quot quot hash wnd location hash if hash length gt token gwt makejavainvoke historyimpl hash substring gwt makejavainvoke historyimpl token at com google gwt dev shell browserchannelserver invokejavascript browserchannelserver java at com google gwt dev shell modulespaceoophm doinvoke modulespaceoophm java at com google gwt dev shell modulespace invokenative modulespace java at com google gwt dev shell modulespace invokenativeobject modulespace java at com google gwt dev shell javascripthost invokenativeobject javascripthost java at com google gwt core client impl impl apply impl java at com google gwt core client impl impl impl java at sun reflect invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke unknown source at java lang reflect method invoke unknown source at com google gwt dev shell methodadaptor invoke methodadaptor java at com google gwt dev shell methoddispatch invoke methoddispatch java at com google gwt dev shell oophmsessionhandler invoke oophmsessionhandler java at com google gwt dev shell browserchannel reacttomessages browserchannel java at com google gwt dev shell browserchannelserver processconnection browserchannelserver java at com google gwt dev shell browserchannelserver run browserchannelserver java at java lang thread run unknown source i do not know how to fix this error if anyone could help me out that would be great thanks for developers viewing this issue please click the star icon to be notified of future changes and to let us know how many of you are interested in seeing it resolved ,0 +78924,15586086160.0,IssuesEvent,2021-03-18 01:08:27,vlaship/async,https://api.github.com/repos/vlaship/async,opened,CVE-2020-9484 (High) detected in tomcat-embed-core-9.0.26.jar,security vulnerability,"## CVE-2020-9484 - High Severity Vulnerability +
Vulnerable Library - tomcat-embed-core-9.0.26.jar

+ +

Core Tomcat implementation

+

Library home page: https://tomcat.apache.org/

+

Path to dependency file: async/build.gradle

+

Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.26/6312ba542bc58fa9ee789a43516ce4d862548a6b/tomcat-embed-core-9.0.26.jar,/root/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.26/6312ba542bc58fa9ee789a43516ce4d862548a6b/tomcat-embed-core-9.0.26.jar

+

+ +Dependency Hierarchy: + - spring-boot-starter-web-2.1.9.RELEASE.jar (Root Library) + - spring-boot-starter-tomcat-2.1.9.RELEASE.jar + - tomcat-embed-websocket-9.0.26.jar + - :x: **tomcat-embed-core-9.0.26.jar** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +When using Apache Tomcat versions 10.0.0-M1 to 10.0.0-M4, 9.0.0.M1 to 9.0.34, 8.5.0 to 8.5.54 and 7.0.0 to 7.0.103 if a) an attacker is able to control the contents and name of a file on the server; and b) the server is configured to use the PersistenceManager with a FileStore; and c) the PersistenceManager is configured with sessionAttributeValueClassNameFilter=""null"" (the default unless a SecurityManager is used) or a sufficiently lax filter to allow the attacker provided object to be deserialized; and d) the attacker knows the relative file path from the storage location used by FileStore to the file the attacker has control over; then, using a specifically crafted request, the attacker will be able to trigger remote code execution via deserialization of the file under their control. Note that all of conditions a) to d) must be true for the attack to succeed. + +

Publish Date: 2020-05-20 +

URL: CVE-2020-9484

+

+
+

+
CVSS 3 Score Details (7.0) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: High + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9484

+

Release Date: 2020-05-20

+

Fix Resolution: org.apache.tomcat.embed:tomcat-embed-core:7.0.104,8.5.55,9.0.35,10.0.0-M5,org.apache.tomcat:tomcat-catalina:7.0.104,8.5.55,9.0.35,10.0.0-M5

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2020-9484 (High) detected in tomcat-embed-core-9.0.26.jar - ## CVE-2020-9484 - High Severity Vulnerability +
Vulnerable Library - tomcat-embed-core-9.0.26.jar

+ +

Core Tomcat implementation

+

Library home page: https://tomcat.apache.org/

+

Path to dependency file: async/build.gradle

+

Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.26/6312ba542bc58fa9ee789a43516ce4d862548a6b/tomcat-embed-core-9.0.26.jar,/root/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.26/6312ba542bc58fa9ee789a43516ce4d862548a6b/tomcat-embed-core-9.0.26.jar

+

+ +Dependency Hierarchy: + - spring-boot-starter-web-2.1.9.RELEASE.jar (Root Library) + - spring-boot-starter-tomcat-2.1.9.RELEASE.jar + - tomcat-embed-websocket-9.0.26.jar + - :x: **tomcat-embed-core-9.0.26.jar** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +When using Apache Tomcat versions 10.0.0-M1 to 10.0.0-M4, 9.0.0.M1 to 9.0.34, 8.5.0 to 8.5.54 and 7.0.0 to 7.0.103 if a) an attacker is able to control the contents and name of a file on the server; and b) the server is configured to use the PersistenceManager with a FileStore; and c) the PersistenceManager is configured with sessionAttributeValueClassNameFilter=""null"" (the default unless a SecurityManager is used) or a sufficiently lax filter to allow the attacker provided object to be deserialized; and d) the attacker knows the relative file path from the storage location used by FileStore to the file the attacker has control over; then, using a specifically crafted request, the attacker will be able to trigger remote code execution via deserialization of the file under their control. Note that all of conditions a) to d) must be true for the attack to succeed. + +

Publish Date: 2020-05-20 +

URL: CVE-2020-9484

+

+
+

+
CVSS 3 Score Details (7.0) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: High + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9484

+

Release Date: 2020-05-20

+

Fix Resolution: org.apache.tomcat.embed:tomcat-embed-core:7.0.104,8.5.55,9.0.35,10.0.0-M5,org.apache.tomcat:tomcat-catalina:7.0.104,8.5.55,9.0.35,10.0.0-M5

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in tomcat embed core jar cve high severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation library home page a href path to dependency file async build gradle path to vulnerable library root gradle caches modules files org apache tomcat embed tomcat embed core tomcat embed core jar root gradle caches modules files org apache tomcat embed tomcat embed core tomcat embed core jar dependency hierarchy spring boot starter web release jar root library spring boot starter tomcat release jar tomcat embed websocket jar x tomcat embed core jar vulnerable library vulnerability details when using apache tomcat versions to to to and to if a an attacker is able to control the contents and name of a file on the server and b the server is configured to use the persistencemanager with a filestore and c the persistencemanager is configured with sessionattributevalueclassnamefilter null the default unless a securitymanager is used or a sufficiently lax filter to allow the attacker provided object to be deserialized and d the attacker knows the relative file path from the storage location used by filestore to the file the attacker has control over then using a specifically crafted request the attacker will be able to trigger remote code execution via deserialization of the file under their control note that all of conditions a to d must be true for the attack to succeed publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required low 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 org apache tomcat embed tomcat embed core org apache tomcat tomcat catalina step up your open source security game with whitesource ,0 +47206,6044990167.0,IssuesEvent,2017-06-12 08:00:57,geetsisbac/WK2XQXCBCXIVMLBGXSPVU5EB,https://api.github.com/repos/geetsisbac/WK2XQXCBCXIVMLBGXSPVU5EB,reopened,vGWFVh3GkXaXzOFkw5L+tsVlo5hyiKOIxqd/MHgkl8iVp1uzApq0J6xhKgNsch4Htk7w9vAsRT3WaC32TDvnDzxQpW3Cpv2tk8NLJVdIuK9zNagZAVCmX1bm+9UCgj9Hno+GToQvQVPLnvFWwzOFHDyQptIkaZB/oGnmM/b2B+w=,design,U+/L3330COazWEYh0OYNSM1prfsPfN78s2oDOslDl2xWoRRXZhgpI5ioE+FyzVAwHpScmfAnQHTfHZbRoLsT3gbKpdY9JTFaeM7UqRA3cnpo2fXh1zaqZHkTlqkAKxNf3yIO8+h6F/YluCE6D2YSCKHlDHKwWuf2Jm43O6ruSIYaihlbIcKteYuW/sRScBQCbuwQr5GRMwO6tj6ONCwiUPjovJKP5N5t8hTlH7ItlzyFul0lxv+cPAUgqMlcsxshdZl/MFSTdC/Pe1O/If5pSUgmz41j0nyWrCEDcG26u91Z3yXTNtDYcfgz+Q2XxRgTguJvXdc6GpKP2i2ZV6IkaGADA+pe+gEtbY/PAYmsayfDwGckUc5pcrBW8ui55rxMbv9Bf+0AlLvGkgA4L/U+9OERlzG4SJPwn8PjU/gqnIEd2gybMftZyiisLCeLeHFC0qqZWLYcPYQCdr3cVnocDuJ9E8ibioq5F2ixPgRstYiqo2J5NCR6+SXzwo9ZB8HCOdbeBbwcEaSPD7dxynN9vjcLcgwrezxSYtbgWy+j/BLyVl0cfbHeUGGhY7eBNtL/,1.0,vGWFVh3GkXaXzOFkw5L+tsVlo5hyiKOIxqd/MHgkl8iVp1uzApq0J6xhKgNsch4Htk7w9vAsRT3WaC32TDvnDzxQpW3Cpv2tk8NLJVdIuK9zNagZAVCmX1bm+9UCgj9Hno+GToQvQVPLnvFWwzOFHDyQptIkaZB/oGnmM/b2B+w= - U+/L3330COazWEYh0OYNSM1prfsPfN78s2oDOslDl2xWoRRXZhgpI5ioE+FyzVAwHpScmfAnQHTfHZbRoLsT3gbKpdY9JTFaeM7UqRA3cnpo2fXh1zaqZHkTlqkAKxNf3yIO8+h6F/YluCE6D2YSCKHlDHKwWuf2Jm43O6ruSIYaihlbIcKteYuW/sRScBQCbuwQr5GRMwO6tj6ONCwiUPjovJKP5N5t8hTlH7ItlzyFul0lxv+cPAUgqMlcsxshdZl/MFSTdC/Pe1O/If5pSUgmz41j0nyWrCEDcG26u91Z3yXTNtDYcfgz+Q2XxRgTguJvXdc6GpKP2i2ZV6IkaGADA+pe+gEtbY/PAYmsayfDwGckUc5pcrBW8ui55rxMbv9Bf+0AlLvGkgA4L/U+9OERlzG4SJPwn8PjU/gqnIEd2gybMftZyiisLCeLeHFC0qqZWLYcPYQCdr3cVnocDuJ9E8ibioq5F2ixPgRstYiqo2J5NCR6+SXzwo9ZB8HCOdbeBbwcEaSPD7dxynN9vjcLcgwrezxSYtbgWy+j/BLyVl0cfbHeUGGhY7eBNtL/,0, gtoqvqvplnvfwwzofhdyqptikazb ognmm w u cpaugqmlcsxshdzl mfstdc pe getby u j ,0 +502484,14547025613.0,IssuesEvent,2020-12-15 22:13:01,E3SM-Project/scream,https://api.github.com/repos/E3SM-Project/scream,opened,Finalize C++ version of Simple Prescribed Aerosol (SPA),p3 priority:medium radiation,"Once #834 is done, use it as a template to make our C++ code also use SPA forcings appropriately.",1.0,"Finalize C++ version of Simple Prescribed Aerosol (SPA) - Once #834 is done, use it as a template to make our C++ code also use SPA forcings appropriately.",0,finalize c version of simple prescribed aerosol spa once is done use it as a template to make our c code also use spa forcings appropriately ,0 +6037,13541268785.0,IssuesEvent,2020-09-16 15:39:57,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Where can I find Visio stencils for these new Azure icons?,Pri2 architecture-center/svc assigned-to-author product-question triaged," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Where can I find Visio stencils for these new Azure icons? - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,where can i find visio stencils for these new azure icons document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +9670,25017631126.0,IssuesEvent,2022-11-03 20:21:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio files do not match images,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +Hi. The Visio files from the download links do not match the diagrams shown. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9961de25-4a65-ef77-079e-cf0359ec5857 +* Version Independent ID: 7b9bb7e7-ef88-a37f-5ca0-5f8a07f0f9d6 +* Content: [Run SAP NetWeaver in Windows on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sap/sap-netweaver) +* Content Source: [docs/reference-architectures/sap/sap-netweaver.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/sap/sap-netweaver.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @bqtrinh +* Microsoft Alias: **bentrin**",2.0,"Visio files do not match images - +Hi. The Visio files from the download links do not match the diagrams shown. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9961de25-4a65-ef77-079e-cf0359ec5857 +* Version Independent ID: 7b9bb7e7-ef88-a37f-5ca0-5f8a07f0f9d6 +* Content: [Run SAP NetWeaver in Windows on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sap/sap-netweaver) +* Content Source: [docs/reference-architectures/sap/sap-netweaver.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/sap/sap-netweaver.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @bqtrinh +* Microsoft Alias: **bentrin**",1,visio files do not match images hi the visio files from the download links do not match the diagrams shown document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login bqtrinh microsoft alias bentrin ,1 +708682,24350014364.0,IssuesEvent,2022-10-02 20:35:26,foss-lodpm/lpm,https://api.github.com/repos/foss-lodpm/lpm,closed,sql builder,enhancement critical high priority,Create SQL builder to avoid using raw statements in codebase. This will reduce the maintainability difficulty of the project and prevent potential bugs that could be hard to debug and detect.,1.0,sql builder - Create SQL builder to avoid using raw statements in codebase. This will reduce the maintainability difficulty of the project and prevent potential bugs that could be hard to debug and detect.,0,sql builder create sql builder to avoid using raw statements in codebase this will reduce the maintainability difficulty of the project and prevent potential bugs that could be hard to debug and detect ,0 +3374,2668823135.0,IssuesEvent,2015-03-23 11:46:28,hydroshare/hydroshare,https://api.github.com/repos/hydroshare/hydroshare,closed,Fix RefTS workflow,bug ready for testing,"* Problem: The current workflow is flawed. The user can create a RefTS resource without the reference metadata terms but does not have the option of adding that metadata in the resource landing page. The only place to add the reference metadata (e.g. URL) is in the RefTS creation page. + +* Solution: the user is still sent to the same custom RefTS creation page but the resource is not created until the reference metadata is input and validated.",1.0,"Fix RefTS workflow - * Problem: The current workflow is flawed. The user can create a RefTS resource without the reference metadata terms but does not have the option of adding that metadata in the resource landing page. The only place to add the reference metadata (e.g. URL) is in the RefTS creation page. + +* Solution: the user is still sent to the same custom RefTS creation page but the resource is not created until the reference metadata is input and validated.",0,fix refts workflow problem the current workflow is flawed the user can create a refts resource without the reference metadata terms but does not have the option of adding that metadata in the resource landing page the only place to add the reference metadata e g url is in the refts creation page solution the user is still sent to the same custom refts creation page but the resource is not created until the reference metadata is input and validated ,0 +10626,27168232496.0,IssuesEvent,2023-02-17 17:00:23,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Update Azure Storage Guidance with v12 library,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 best-practice/subsvc,"I believe the the Azure Storage guidance is based on the v11 library. Please update the guidance for the v12 library which uses the [RetryOptions](https://docs.microsoft.com/en-us/dotnet/api/azure.core.retryoptions?view=azure-dotnet) class. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Retry guidance for Azure services - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific#azure-storage) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Update Azure Storage Guidance with v12 library - I believe the the Azure Storage guidance is based on the v11 library. Please update the guidance for the v12 library which uses the [RetryOptions](https://docs.microsoft.com/en-us/dotnet/api/azure.core.retryoptions?view=azure-dotnet) class. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Retry guidance for Azure services - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific#azure-storage) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,update azure storage guidance with library i believe the the azure storage guidance is based on the library please update the guidance for the library which uses the class document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service best practice github login microsoft alias pnp ,1 +487502,14047596491.0,IssuesEvent,2020-11-02 07:27:37,gardener/gardener-resource-manager,https://api.github.com/repos/gardener/gardener-resource-manager,closed,/healthz endpoint for liveness probe,area/ops-productivity kind/enhancement priority/normal,"**How to categorize this issue?** + +/area ops-productivity +/kind enhancement +/priority normal + +**What would you like to be added**: +We should introduce a `/healthz` endpoint for a liveness probe that can be used in the `Deployment` manifest for GRM so that it is automatically restarted when it does not function properly. + +**Why is this needed**: +I saw a running GRM pod that wasn't function, but it also didn't get restarted automatically (obviously). Those were the logs: + +``` +E1023 06:02:21.112646 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.Role: Get https://kube-apiserver/apis/rbac.authorization.k8s.io/v1/roles?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:21.113814 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.NetworkPolicy: Get https://kube-apiserver/apis/networking.k8s.io/v1/networkpolicies?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:21.114967 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1beta1.PodSecurityPolicy: Get https://kube-apiserver/apis/policy/v1beta1/podsecuritypolicies?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:21.116021 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v2beta1.HorizontalPodAutoscaler: Get https://kube-apiserver/apis/autoscaling/v2beta1/horizontalpodautoscalers?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +{""level"":""info"",""ts"":""2020-10-23T06:02:21.208Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Starting ManagedResource health checks"",""object"":""shoot--foo--bar/extension-worker-mcm-shoot""} +{""level"":""info"",""ts"":""2020-10-23T06:02:21.208Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Starting ManagedResource health checks"",""object"":""shoot--foo--bar/shoot-cloud-config-execution""} +{""level"":""info"",""ts"":""2020-10-23T06:02:21.208Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Skipping health checks for ManagedResource, as it is has not been reconciled successfully yet."",""object"":""shoot--foo--bar/extension-worker-mcm-shoot""} +{""level"":""info"",""ts"":""2020-10-23T06:02:21.208Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Skipping health checks for ManagedResource, as it is has not been reconciled successfully yet."",""object"":""shoot--foo--bar/shoot-cloud-config-execution""} +{""level"":""info"",""ts"":""2020-10-23T06:02:21.214Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Starting ManagedResource health checks"",""object"":""shoot--foo--bar/extension-controlplane-shoot""} +{""level"":""info"",""ts"":""2020-10-23T06:02:21.214Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Skipping health checks for ManagedResource, as it is has not been reconciled successfully yet."",""object"":""shoot--foo--bar/extension-controlplane-shoot""} +{""level"":""info"",""ts"":""2020-10-23T06:02:21.218Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Starting ManagedResource health checks"",""object"":""shoot--foo--bar/extension-controlplane-storageclasses""} +{""level"":""info"",""ts"":""2020-10-23T06:02:21.218Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Skipping health checks for ManagedResource, as it is has not been reconciled successfully yet."",""object"":""shoot--foo--bar/extension-controlplane-storageclasses""} +E1023 06:02:22.090404 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1beta1.PodDisruptionBudget: Get https://kube-apiserver/apis/policy/v1beta1/poddisruptionbudgets?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.097324 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.Secret: Get https://kube-apiserver/api/v1/secrets?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.098385 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.DaemonSet: Get https://kube-apiserver/apis/apps/v1/daemonsets?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.099407 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.ServiceAccount: Get https://kube-apiserver/api/v1/serviceaccounts?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.100688 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.Namespace: Get https://kube-apiserver/api/v1/namespaces?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.101760 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.ConfigMap: Get https://kube-apiserver/api/v1/configmaps?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.103386 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.ClusterRoleBinding: Get https://kube-apiserver/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.104123 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.ClusterRole: Get https://kube-apiserver/apis/rbac.authorization.k8s.io/v1/clusterroles?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.105368 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.Service: Get https://kube-apiserver/api/v1/services?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.106388 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.HorizontalPodAutoscaler: Get https://kube-apiserver/apis/autoscaling/v1/horizontalpodautoscalers?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.107496 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1beta1.CustomResourceDefinition: Get https://kube-apiserver/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.108534 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.Deployment: Get https://kube-apiserver/apis/apps/v1/deployments?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.109591 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.APIService: Get https://kube-apiserver/apis/apiregistration.k8s.io/v1/apiservices?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.110817 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.RoleBinding: Get https://kube-apiserver/apis/rbac.authorization.k8s.io/v1/rolebindings?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.111773 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.StorageClass: Get https://kube-apiserver/apis/storage.k8s.io/v1/storageclasses?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.112863 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.Role: Get https://kube-apiserver/apis/rbac.authorization.k8s.io/v1/roles?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +... +``` +",1.0,"/healthz endpoint for liveness probe - **How to categorize this issue?** + +/area ops-productivity +/kind enhancement +/priority normal + +**What would you like to be added**: +We should introduce a `/healthz` endpoint for a liveness probe that can be used in the `Deployment` manifest for GRM so that it is automatically restarted when it does not function properly. + +**Why is this needed**: +I saw a running GRM pod that wasn't function, but it also didn't get restarted automatically (obviously). Those were the logs: + +``` +E1023 06:02:21.112646 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.Role: Get https://kube-apiserver/apis/rbac.authorization.k8s.io/v1/roles?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:21.113814 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.NetworkPolicy: Get https://kube-apiserver/apis/networking.k8s.io/v1/networkpolicies?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:21.114967 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1beta1.PodSecurityPolicy: Get https://kube-apiserver/apis/policy/v1beta1/podsecuritypolicies?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:21.116021 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v2beta1.HorizontalPodAutoscaler: Get https://kube-apiserver/apis/autoscaling/v2beta1/horizontalpodautoscalers?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +{""level"":""info"",""ts"":""2020-10-23T06:02:21.208Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Starting ManagedResource health checks"",""object"":""shoot--foo--bar/extension-worker-mcm-shoot""} +{""level"":""info"",""ts"":""2020-10-23T06:02:21.208Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Starting ManagedResource health checks"",""object"":""shoot--foo--bar/shoot-cloud-config-execution""} +{""level"":""info"",""ts"":""2020-10-23T06:02:21.208Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Skipping health checks for ManagedResource, as it is has not been reconciled successfully yet."",""object"":""shoot--foo--bar/extension-worker-mcm-shoot""} +{""level"":""info"",""ts"":""2020-10-23T06:02:21.208Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Skipping health checks for ManagedResource, as it is has not been reconciled successfully yet."",""object"":""shoot--foo--bar/shoot-cloud-config-execution""} +{""level"":""info"",""ts"":""2020-10-23T06:02:21.214Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Starting ManagedResource health checks"",""object"":""shoot--foo--bar/extension-controlplane-shoot""} +{""level"":""info"",""ts"":""2020-10-23T06:02:21.214Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Skipping health checks for ManagedResource, as it is has not been reconciled successfully yet."",""object"":""shoot--foo--bar/extension-controlplane-shoot""} +{""level"":""info"",""ts"":""2020-10-23T06:02:21.218Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Starting ManagedResource health checks"",""object"":""shoot--foo--bar/extension-controlplane-storageclasses""} +{""level"":""info"",""ts"":""2020-10-23T06:02:21.218Z"",""logger"":""gardener-resource-manager.health-reconciler"",""msg"":""Skipping health checks for ManagedResource, as it is has not been reconciled successfully yet."",""object"":""shoot--foo--bar/extension-controlplane-storageclasses""} +E1023 06:02:22.090404 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1beta1.PodDisruptionBudget: Get https://kube-apiserver/apis/policy/v1beta1/poddisruptionbudgets?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.097324 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.Secret: Get https://kube-apiserver/api/v1/secrets?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.098385 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.DaemonSet: Get https://kube-apiserver/apis/apps/v1/daemonsets?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.099407 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.ServiceAccount: Get https://kube-apiserver/api/v1/serviceaccounts?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.100688 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.Namespace: Get https://kube-apiserver/api/v1/namespaces?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.101760 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.ConfigMap: Get https://kube-apiserver/api/v1/configmaps?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.103386 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.ClusterRoleBinding: Get https://kube-apiserver/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.104123 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.ClusterRole: Get https://kube-apiserver/apis/rbac.authorization.k8s.io/v1/clusterroles?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.105368 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.Service: Get https://kube-apiserver/api/v1/services?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.106388 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.HorizontalPodAutoscaler: Get https://kube-apiserver/apis/autoscaling/v1/horizontalpodautoscalers?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.107496 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1beta1.CustomResourceDefinition: Get https://kube-apiserver/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.108534 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.Deployment: Get https://kube-apiserver/apis/apps/v1/deployments?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.109591 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.APIService: Get https://kube-apiserver/apis/apiregistration.k8s.io/v1/apiservices?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.110817 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.RoleBinding: Get https://kube-apiserver/apis/rbac.authorization.k8s.io/v1/rolebindings?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.111773 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.StorageClass: Get https://kube-apiserver/apis/storage.k8s.io/v1/storageclasses?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +E1023 06:02:22.112863 1 reflector.go:123] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:204: Failed to list *v1.Role: Get https://kube-apiserver/apis/rbac.authorization.k8s.io/v1/roles?limit=500&resourceVersion=0: write tcp 10.243.161.48:47662->10.243.55.204:443: write: broken pipe +... +``` +",0, healthz endpoint for liveness probe how to categorize this issue please select area kind and priority for this issue this helps the community categorizing it replace below todos or exchange the existing identifiers with those that fit best in your opinion if multiple identifiers make sense you can also state the commands multiple times e g area control plane area auto scaling area identifiers audit logging auto scaling backup certification control plane migration control plane cost delivery dev productivity disaster recovery documentation high availability logging metering monitoring networking open source operations ops productivity os performance quality robustness scalability security storage testing usability user management kind identifiers api change bug cleanup discussion enhancement epic impediment poc post mortem question regression task technical debt test priority identifiers normal critical blocker area ops productivity kind enhancement priority normal what would you like to be added we should introduce a healthz endpoint for a liveness probe that can be used in the deployment manifest for grm so that it is automatically restarted when it does not function properly why is this needed i saw a running grm pod that wasn t function but it also didn t get restarted automatically obviously those were the logs reflector go sigs io controller runtime pkg cache internal informers map go failed to list role get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list networkpolicy get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list podsecuritypolicy get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list horizontalpodautoscaler get write tcp write broken pipe level info ts logger gardener resource manager health reconciler msg starting managedresource health checks object shoot foo bar extension worker mcm shoot level info ts logger gardener resource manager health reconciler msg starting managedresource health checks object shoot foo bar shoot cloud config execution level info ts logger gardener resource manager health reconciler msg skipping health checks for managedresource as it is has not been reconciled successfully yet object shoot foo bar extension worker mcm shoot level info ts logger gardener resource manager health reconciler msg skipping health checks for managedresource as it is has not been reconciled successfully yet object shoot foo bar shoot cloud config execution level info ts logger gardener resource manager health reconciler msg starting managedresource health checks object shoot foo bar extension controlplane shoot level info ts logger gardener resource manager health reconciler msg skipping health checks for managedresource as it is has not been reconciled successfully yet object shoot foo bar extension controlplane shoot level info ts logger gardener resource manager health reconciler msg starting managedresource health checks object shoot foo bar extension controlplane storageclasses level info ts logger gardener resource manager health reconciler msg skipping health checks for managedresource as it is has not been reconciled successfully yet object shoot foo bar extension controlplane storageclasses reflector go sigs io controller runtime pkg cache internal informers map go failed to list poddisruptionbudget get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list secret get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list daemonset get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list serviceaccount get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list namespace get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list configmap get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list clusterrolebinding get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list clusterrole get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list service get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list horizontalpodautoscaler get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list customresourcedefinition get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list deployment get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list apiservice get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list rolebinding get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list storageclass get write tcp write broken pipe reflector go sigs io controller runtime pkg cache internal informers map go failed to list role get write tcp write broken pipe ,0 +269318,23436606125.0,IssuesEvent,2022-08-15 10:33:30,ably/ably-cocoa,https://api.github.com/repos/ably/ably-cocoa,closed,Failing test: test__001__Presence__should_complete_the_SYNC_operation_when_the_connection_is_disconnected_unexpectedly,bug failing-test,"It always fails with ""Should send one SYNC protocol message"", because `transport.protocolMessagesSent` is an empty array. + +``` +let syncSentProtocolMessages = transport.protocolMessagesSent.filter { $0.action == .sync } +guard let syncSentMessage = syncSentProtocolMessages.last, syncSentProtocolMessages.count == 1 else { + fail(""Should send one SYNC protocol message""); return +} +``` + + + +┆Issue is synchronized with this [Jira Bug](https://ably.atlassian.net/browse/SDK-1566) by [Unito](https://www.unito.io) +",1.0,"Failing test: test__001__Presence__should_complete_the_SYNC_operation_when_the_connection_is_disconnected_unexpectedly - It always fails with ""Should send one SYNC protocol message"", because `transport.protocolMessagesSent` is an empty array. + +``` +let syncSentProtocolMessages = transport.protocolMessagesSent.filter { $0.action == .sync } +guard let syncSentMessage = syncSentProtocolMessages.last, syncSentProtocolMessages.count == 1 else { + fail(""Should send one SYNC protocol message""); return +} +``` + + + +┆Issue is synchronized with this [Jira Bug](https://ably.atlassian.net/browse/SDK-1566) by [Unito](https://www.unito.io) +",0,failing test test presence should complete the sync operation when the connection is disconnected unexpectedly it always fails with should send one sync protocol message because transport protocolmessagessent is an empty array let syncsentprotocolmessages transport protocolmessagessent filter action sync guard let syncsentmessage syncsentprotocolmessages last syncsentprotocolmessages count else fail should send one sync protocol message return ┆issue is synchronized with this by ,0 +6636,14973032043.0,IssuesEvent,2021-01-28 00:07:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Additional missing icons,Pri2 architecture-center/svc assigned-to-author doc-enhancement triaged,"The following services' icons are missing + +- Integration Service Accounts +- WVD-related services: + - Host pool + - Application group + - Workspace +- Access control (IAM) +- Private endpoint +- Subnet + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Additional missing icons - The following services' icons are missing + +- Integration Service Accounts +- WVD-related services: + - Host pool + - Application group + - Workspace +- Access control (IAM) +- Private endpoint +- Subnet + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,additional missing icons the following services icons are missing integration service accounts wvd related services host pool application group workspace access control iam private endpoint subnet document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +392502,26942704972.0,IssuesEvent,2023-02-08 04:31:15,UdeA-IoT/ensayo-sensores,https://api.github.com/repos/UdeA-IoT/ensayo-sensores,opened,Ejemplo Ultrasonido,documentation,"- [x] Documentar ejemplos para el Arduino UNO +- [x] Documentar ejemplos para el ESP32 +- [ ] Agregar teoria del sensor de ultrasonido +- [ ] Actualizar README principal",1.0,"Ejemplo Ultrasonido - - [x] Documentar ejemplos para el Arduino UNO +- [x] Documentar ejemplos para el ESP32 +- [ ] Agregar teoria del sensor de ultrasonido +- [ ] Actualizar README principal",0,ejemplo ultrasonido documentar ejemplos para el arduino uno documentar ejemplos para el agregar teoria del sensor de ultrasonido actualizar readme principal,0 +9896,25543473393.0,IssuesEvent,2022-11-29 16:53:48,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Confusion between billing zones and availability zones,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri1," +[Enter feedback here] + +Quote: ""Data transfers across availability zones of a region are not free. If your workload is multi-region or there are transfers across billing zones, then expect additional bandwidth cost. For more information, see [Traffic across billing zones and regions](https://docs.microsoft.com/en-us/azure/architecture/framework/cost/design-regions?branch=master#traffic-across-billing-zones-and-regions)."" + +The first sentence seems to indicate that the rest of the paragraph applies to *availability* zones but the remaining paragraph and the link reference *billing* zone. These are completely different. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks/baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **prwilk**",2.0,"Confusion between billing zones and availability zones - +[Enter feedback here] + +Quote: ""Data transfers across availability zones of a region are not free. If your workload is multi-region or there are transfers across billing zones, then expect additional bandwidth cost. For more information, see [Traffic across billing zones and regions](https://docs.microsoft.com/en-us/azure/architecture/framework/cost/design-regions?branch=master#traffic-across-billing-zones-and-regions)."" + +The first sentence seems to indicate that the rest of the paragraph applies to *availability* zones but the remaining paragraph and the link reference *billing* zone. These are completely different. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks/baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **prwilk**",1,confusion between billing zones and availability zones quote data transfers across availability zones of a region are not free if your workload is multi region or there are transfers across billing zones then expect additional bandwidth cost for more information see the first sentence seems to indicate that the rest of the paragraph applies to availability zones but the remaining paragraph and the link reference billing zone these are completely different document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias prwilk ,1 +9767,25166576793.0,IssuesEvent,2022-11-10 21:27:48,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Incorrect Use of HTTP Status Code in the documentation of Request-Reply Pattern,doc-bug assigned-to-author triaged architecture-center/svc Pri2 design-pattern/subsvc," +> The client sends an HTTP GET request to the status endpoint. The work is still pending, so this call also returns HTTP 202. + +The statement of the above paragraph seen in the document doesn't seem match the diagram on top of this paragraph. The diagram shows HTTP 200 whereas the statement says HTTP 202 with regarding to the access of the status endpoint. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6fea460c-4fac-723f-8df4-9d0811855a68 +* Version Independent ID: 4be364ca-aee7-7b49-13e1-3a94408ed7b9 +* Content: [Asynchronous Request-Reply Pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/async-request-reply) +* Content Source: [docs/patterns/async-request-reply.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/async-request-reply.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @WillEastbury +* Microsoft Alias: **wieastbu**",1.0,"Incorrect Use of HTTP Status Code in the documentation of Request-Reply Pattern - +> The client sends an HTTP GET request to the status endpoint. The work is still pending, so this call also returns HTTP 202. + +The statement of the above paragraph seen in the document doesn't seem match the diagram on top of this paragraph. The diagram shows HTTP 200 whereas the statement says HTTP 202 with regarding to the access of the status endpoint. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6fea460c-4fac-723f-8df4-9d0811855a68 +* Version Independent ID: 4be364ca-aee7-7b49-13e1-3a94408ed7b9 +* Content: [Asynchronous Request-Reply Pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/async-request-reply) +* Content Source: [docs/patterns/async-request-reply.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/async-request-reply.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @WillEastbury +* Microsoft Alias: **wieastbu**",1,incorrect use of http status code in the documentation of request reply pattern the client sends an http get request to the status endpoint the work is still pending so this call also returns http the statement of the above paragraph seen in the document doesn t seem match the diagram on top of this paragraph the diagram shows http whereas the statement says http with regarding to the access of the status endpoint document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login willeastbury microsoft alias wieastbu ,1 +10608,27136512875.0,IssuesEvent,2023-02-16 13:37:05,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,More on Security ,cxp triaged product-question architecture-center/svc Pri2 azure-guide/subsvc,"John, + +Great work! Want to learn more about Security for the multitenant solution. e.g. Sentinel, MD for Cloud + +Wenshuo Han + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 4c251cb1-6f09-e84b-3432-75fa2760bff2 +* Version Independent ID: 4c251cb1-6f09-e84b-3432-75fa2760bff2 +* Content: [Azure Key Vault considerations for multitenancy - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/multitenant/service/key-vault) +* Content Source: [docs/guide/multitenant/service/key-vault.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/multitenant/service/key-vault.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @johndowns +* Microsoft Alias: **jodowns**",1.0,"More on Security - John, + +Great work! Want to learn more about Security for the multitenant solution. e.g. Sentinel, MD for Cloud + +Wenshuo Han + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 4c251cb1-6f09-e84b-3432-75fa2760bff2 +* Version Independent ID: 4c251cb1-6f09-e84b-3432-75fa2760bff2 +* Content: [Azure Key Vault considerations for multitenancy - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/multitenant/service/key-vault) +* Content Source: [docs/guide/multitenant/service/key-vault.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/multitenant/service/key-vault.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @johndowns +* Microsoft Alias: **jodowns**",1,more on security john great work want to learn more about security for the multitenant solution e g sentinel md for cloud wenshuo han document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login johndowns microsoft alias jodowns ,1 +3563,9794986681.0,IssuesEvent,2019-06-11 01:36:09,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Please consider to add Japanese document for this,architecture-center/svc assigned-to-author doc-idea loc reference-architecture/subsvc triaged,"Please + +--- +#### ドキュメントの詳細 + +⚠ *このセクションを編集しないでください。 docs.microsoft.com で必須です ➟ GitHub の問題のリンク。* + +* ID: e9383c21-9143-1559-c1a8-e6f6dc830159 +* Version Independent ID: 37c6c659-a6bc-633e-2b3f-337deb01c215 +* Content: [Integrate on-premises AD domains with Azure AD - Azure Reference Architectures](https://docs.microsoft.com/ja-jp/azure/architecture/reference-architectures/identity/azure-ad) +* Content Source: [docs/reference-architectures/identity/azure-ad.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/azure-ad.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"Please consider to add Japanese document for this - Please + +--- +#### ドキュメントの詳細 + +⚠ *このセクションを編集しないでください。 docs.microsoft.com で必須です ➟ GitHub の問題のリンク。* + +* ID: e9383c21-9143-1559-c1a8-e6f6dc830159 +* Version Independent ID: 37c6c659-a6bc-633e-2b3f-337deb01c215 +* Content: [Integrate on-premises AD domains with Azure AD - Azure Reference Architectures](https://docs.microsoft.com/ja-jp/azure/architecture/reference-architectures/identity/azure-ad) +* Content Source: [docs/reference-architectures/identity/azure-ad.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/azure-ad.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,please consider to add japanese document for this please ドキュメントの詳細 ⚠ このセクションを編集しないでください。 docs microsoft com で必須です ➟ github の問題のリンク。 id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +5435,12497959020.0,IssuesEvent,2020-06-01 17:24:56,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Is there a implementation of this architecture,Pri2 architecture-center/svc assigned-to-author doc-enhancement solution-idea/subsvc triaged,"Is there a implementation of this architecture + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: faa600fa-247a-f5ed-d9c7-44af1cd7b132 +* Version Independent ID: 194bdae7-041c-d4dd-3696-c05c9ff3b4dc +* Content: [Personalization using Cosmos DB - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/personalization-using-cosmos-db?source=docs#feedback) +* Content Source: [docs/solution-ideas/articles/personalization-using-cosmos-db.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/personalization-using-cosmos-db.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Is there a implementation of this architecture - Is there a implementation of this architecture + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: faa600fa-247a-f5ed-d9c7-44af1cd7b132 +* Version Independent ID: 194bdae7-041c-d4dd-3696-c05c9ff3b4dc +* Content: [Personalization using Cosmos DB - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/personalization-using-cosmos-db?source=docs#feedback) +* Content Source: [docs/solution-ideas/articles/personalization-using-cosmos-db.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/personalization-using-cosmos-db.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,is there a implementation of this architecture is there a implementation of this architecture document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +10032,26077819921.0,IssuesEvent,2022-12-24 20:54:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,bitcoin kullanımı,architecture-center/svc reference-architecture/subsvc Pri1," +[Geri bildiriminizi buraya girin] + + +--- +#### Belge Ayrıntıları + +⚠ *Bu bölümü düzenlemeyin. learn.microsoft.com ➟ GitHub sorunu bağlantısı için gereklidir.* + +* ID: d94c104e-d85e-bbc5-dd3b-2018fcf01f25 +* Version Independent ID: d94c104e-d85e-bbc5-dd3b-2018fcf01f25 +* Content: [Azure giriş bölgesinde görev açısından kritik temel mimari - Azure Architecture Center](https://learn.microsoft.com/tr-tr/azure/architecture/reference-architectures/containers/aks-mission-critical/mission-critical-landing-zone?source=recommendations) +* Content Source: [docs/reference-architectures/containers/aks-mission-critical/mission-critical-landing-zone.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks-mission-critical/mission-critical-landing-zone.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @hjscherer +* Microsoft Alias: **prwilk**",2.0,"bitcoin kullanımı - +[Geri bildiriminizi buraya girin] + + +--- +#### Belge Ayrıntıları + +⚠ *Bu bölümü düzenlemeyin. learn.microsoft.com ➟ GitHub sorunu bağlantısı için gereklidir.* + +* ID: d94c104e-d85e-bbc5-dd3b-2018fcf01f25 +* Version Independent ID: d94c104e-d85e-bbc5-dd3b-2018fcf01f25 +* Content: [Azure giriş bölgesinde görev açısından kritik temel mimari - Azure Architecture Center](https://learn.microsoft.com/tr-tr/azure/architecture/reference-architectures/containers/aks-mission-critical/mission-critical-landing-zone?source=recommendations) +* Content Source: [docs/reference-architectures/containers/aks-mission-critical/mission-critical-landing-zone.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks-mission-critical/mission-critical-landing-zone.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @hjscherer +* Microsoft Alias: **prwilk**",1,bitcoin kullanımı belge ayrıntıları ⚠ bu bölümü düzenlemeyin learn microsoft com ➟ github sorunu bağlantısı için gereklidir id version independent id content content source service architecture center sub service reference architecture github login hjscherer microsoft alias prwilk ,1 +9572,24846036732.0,IssuesEvent,2022-10-26 15:56:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Diagram is a hidden circle,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"The diagram is actually the very same circle used in another website: +![image](https://user-images.githubusercontent.com/5080892/144447725-63785981-462f-44fc-8dca-2d18e59c4f12.png) + Maybe aligning the images would make some sense?! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c64e76ff-1388-ed4d-4c8b-92bb4419cc61 +* Version Independent ID: 3cdec53f-38ba-c0bb-3315-5ad8b357aabf +* Content: [MLOps for Python with Azure Machine Learning - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/mlops-python) +* Content Source: [docs/reference-architectures/ai/mlops-python.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/ai/mlops-python.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @praneet22 +* Microsoft Alias: **pnp**",2.0,"Diagram is a hidden circle - The diagram is actually the very same circle used in another website: +![image](https://user-images.githubusercontent.com/5080892/144447725-63785981-462f-44fc-8dca-2d18e59c4f12.png) + Maybe aligning the images would make some sense?! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c64e76ff-1388-ed4d-4c8b-92bb4419cc61 +* Version Independent ID: 3cdec53f-38ba-c0bb-3315-5ad8b357aabf +* Content: [MLOps for Python with Azure Machine Learning - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/mlops-python) +* Content Source: [docs/reference-architectures/ai/mlops-python.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/ai/mlops-python.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @praneet22 +* Microsoft Alias: **pnp**",1,diagram is a hidden circle the diagram is actually the very same circle used in another website maybe aligning the images would make some sense document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +4786,11701571112.0,IssuesEvent,2020-03-06 19:58:46,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,link is not working ,Pri2 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/training-with-deep-learning/tensorboard/tensorboard.ipynb + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 650239f8-0c0f-aeca-a8ff-f74a03b15e61 +* Version Independent ID: 3bbf5d1a-0be8-e8a9-318b-71dfcdc336bf +* Content: [Distributed training of deep learning models on Azure](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/training-deep-learning#feedback) +* Content Source: [docs/reference-architectures/ai/training-deep-learning.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/ai/training-deep-learning.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @msalvaris +* Microsoft Alias: **pnp**",2.0,"link is not working - https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/training-with-deep-learning/tensorboard/tensorboard.ipynb + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 650239f8-0c0f-aeca-a8ff-f74a03b15e61 +* Version Independent ID: 3bbf5d1a-0be8-e8a9-318b-71dfcdc336bf +* Content: [Distributed training of deep learning models on Azure](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/training-deep-learning#feedback) +* Content Source: [docs/reference-architectures/ai/training-deep-learning.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/ai/training-deep-learning.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @msalvaris +* Microsoft Alias: **pnp**",1,link is not working document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id aeca version independent id content content source service architecture center sub service reference architecture github login msalvaris microsoft alias pnp ,1 +35255,6425775586.0,IssuesEvent,2017-08-09 16:02:12,fossasia/phimpme-android,https://api.github.com/repos/fossasia/phimpme-android,opened,Add keystore.properties file and signing configurations,Documentation,"**Actual Behaviour** + +Adding steps to use the keystore and generate signed apk + +**Expected Behaviour** + +Update the .gitignore so that confidentials files won't push to repository. + +**Would you like to work on the issue?** + +Yes +",1.0,"Add keystore.properties file and signing configurations - **Actual Behaviour** + +Adding steps to use the keystore and generate signed apk + +**Expected Behaviour** + +Update the .gitignore so that confidentials files won't push to repository. + +**Would you like to work on the issue?** + +Yes +",0,add keystore properties file and signing configurations actual behaviour adding steps to use the keystore and generate signed apk expected behaviour update the gitignore so that confidentials files won t push to repository would you like to work on the issue yes ,0 +11560,30991134692.0,IssuesEvent,2023-08-09 04:50:35,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Expand on this,cxp needs-more-info triaged architecture-center/svc Pri2 solution-idea/subsvc,"Expand on this +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: fe44a625-07a6-7d65-d16e-a8544c034261 +* Version Independent ID: 54310bdb-1397-cd5a-688c-f8e5c042a3fb +* Content: [Custom business processes - Azure Solution Ideas](https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/custom-business-processes) +* Content Source: [docs/solution-ideas/articles/custom-business-processes.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/custom-business-processes.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @Zimmergren +* Microsoft Alias: **architectures**",1.0,"Expand on this - Expand on this +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: fe44a625-07a6-7d65-d16e-a8544c034261 +* Version Independent ID: 54310bdb-1397-cd5a-688c-f8e5c042a3fb +* Content: [Custom business processes - Azure Solution Ideas](https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/custom-business-processes) +* Content Source: [docs/solution-ideas/articles/custom-business-processes.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/custom-business-processes.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @Zimmergren +* Microsoft Alias: **architectures**",1,expand on this expand on this document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login zimmergren microsoft alias architectures ,1 +9128,24058985448.0,IssuesEvent,2022-09-16 19:57:07,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,why mount directly to /mnt instead of /mnt/resource?,assigned-to-author triaged product-question architecture-center/svc reference-architecture/subsvc Pri2," +What was the impetus for this change? What technical expert signed off on mounting the temp disk directly to /mnt? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8af3a0e6-6629-3044-4bdc-4f73a6f77861 +* Version Independent ID: a93c0dc1-678d-2319-d850-ca3dca213b74 +* Content: [Run a Linux VM on Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/linux-vm) +* Content Source: [docs/reference-architectures/n-tier/linux-vm.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/n-tier/linux-vm.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"why mount directly to /mnt instead of /mnt/resource? - +What was the impetus for this change? What technical expert signed off on mounting the temp disk directly to /mnt? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8af3a0e6-6629-3044-4bdc-4f73a6f77861 +* Version Independent ID: a93c0dc1-678d-2319-d850-ca3dca213b74 +* Content: [Run a Linux VM on Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/linux-vm) +* Content Source: [docs/reference-architectures/n-tier/linux-vm.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/n-tier/linux-vm.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,why mount directly to mnt instead of mnt resource what was the impetus for this change what technical expert signed off on mounting the temp disk directly to mnt document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +261278,19704919766.0,IssuesEvent,2022-01-12 20:45:31,jtorcass/call-for-code,https://api.github.com/repos/jtorcass/call-for-code,closed,Create Rest API Endpoints,documentation,Create a doc of some sort with the API endpoints intended to use in the application.,1.0,Create Rest API Endpoints - Create a doc of some sort with the API endpoints intended to use in the application.,0,create rest api endpoints create a doc of some sort with the api endpoints intended to use in the application ,0 +10719,27320466511.0,IssuesEvent,2023-02-24 19:19:56,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,How do I download the slide?,doc-bug assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"All this is great, but a waste of time if we can't download the slide. + +How? Where? Why hide this? This isn't that hard. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d6d6e5f5-f0b9-e667-45bf-806d26e48d42 +* Version Independent ID: a3fa06b2-e141-c35d-6a72-a12c1ad653c1 +* Content: [Integrate data with Logic App and SQL Server - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/integration/logic-apps-data-integration) +* Content Source: [docs/example-scenario/integration/logic-apps-data-integration.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/integration/logic-apps-data-integration.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @ShantnuS +* Microsoft Alias: **pnp**",1.0,"How do I download the slide? - All this is great, but a waste of time if we can't download the slide. + +How? Where? Why hide this? This isn't that hard. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d6d6e5f5-f0b9-e667-45bf-806d26e48d42 +* Version Independent ID: a3fa06b2-e141-c35d-6a72-a12c1ad653c1 +* Content: [Integrate data with Logic App and SQL Server - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/integration/logic-apps-data-integration) +* Content Source: [docs/example-scenario/integration/logic-apps-data-integration.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/integration/logic-apps-data-integration.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @ShantnuS +* Microsoft Alias: **pnp**",1,how do i download the slide all this is great but a waste of time if we can t download the slide how where why hide this this isn t that hard document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login shantnus microsoft alias pnp ,1 +3909,6102896244.0,IssuesEvent,2017-06-20 17:30:55,JasperFx/jasper,https://api.github.com/repos/JasperFx/jasper,closed,Some way to use/analyze/subscribe to the built in error queues,duplicate service bus,"We have the concept of a dead letter queue, but we don't do anything with it. Do some analysis and figure out something more useful to do with it. If nothing else, keep it from growing forever",1.0,"Some way to use/analyze/subscribe to the built in error queues - We have the concept of a dead letter queue, but we don't do anything with it. Do some analysis and figure out something more useful to do with it. If nothing else, keep it from growing forever",0,some way to use analyze subscribe to the built in error queues we have the concept of a dead letter queue but we don t do anything with it do some analysis and figure out something more useful to do with it if nothing else keep it from growing forever,0 +9004,23961846172.0,IssuesEvent,2022-09-12 19:52:58,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,reopened,What about backend Database decomposition?,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"After applying the Strangler pattern and decomposing the monolith bounding context to microservices, it is still shown that they are still accessing the same database source. Please suggest what is the reason? Also, how to decompose database for individual domain microservice. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ab3d720e-441b-16f6-a73d-d7a66f81fa32 +* Version Independent ID: 8a923182-0020-db36-e896-0cf71d277c67 +* Content: [Monoliths to microservices using domain-driven design - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/migrate-monolith) +* Content Source: [docs/microservices/migrate-monolith.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/migrate-monolith.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @lavann +* Microsoft Alias: **pnp**",1.0,"What about backend Database decomposition? - After applying the Strangler pattern and decomposing the monolith bounding context to microservices, it is still shown that they are still accessing the same database source. Please suggest what is the reason? Also, how to decompose database for individual domain microservice. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ab3d720e-441b-16f6-a73d-d7a66f81fa32 +* Version Independent ID: 8a923182-0020-db36-e896-0cf71d277c67 +* Content: [Monoliths to microservices using domain-driven design - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/migrate-monolith) +* Content Source: [docs/microservices/migrate-monolith.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/migrate-monolith.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @lavann +* Microsoft Alias: **pnp**",1,what about backend database decomposition after applying the strangler pattern and decomposing the monolith bounding context to microservices it is still shown that they are still accessing the same database source please suggest what is the reason also how to decompose database for individual domain microservice document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login lavann microsoft alias pnp ,1 +10736,27359085089.0,IssuesEvent,2023-02-27 14:45:58,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,feedback for ci/cd pipeline using azure devops,architecture-center/svc example-scenario/subsvc Pri1," +[Enter feedback here] +nice + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 507afae4-129d-4da3-b559-fbd5f93c2a06 +* Version Independent ID: 507afae4-129d-4da3-b559-fbd5f93c2a06 +* Content: [CI/CD baseline architecture with Azure Pipelines - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/apps/devops-dotnet-baseline) +* Content Source: [docs/example-scenario/apps/devops-dotnet-baseline.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/apps/devops-dotnet-baseline.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @RobBagby +* Microsoft Alias: **robbag**",1.0,"feedback for ci/cd pipeline using azure devops - +[Enter feedback here] +nice + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 507afae4-129d-4da3-b559-fbd5f93c2a06 +* Version Independent ID: 507afae4-129d-4da3-b559-fbd5f93c2a06 +* Content: [CI/CD baseline architecture with Azure Pipelines - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/apps/devops-dotnet-baseline) +* Content Source: [docs/example-scenario/apps/devops-dotnet-baseline.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/apps/devops-dotnet-baseline.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @RobBagby +* Microsoft Alias: **robbag**",1,feedback for ci cd pipeline using azure devops nice document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login robbagby microsoft alias robbag ,1 +727369,25032946269.0,IssuesEvent,2022-11-04 13:53:00,formkit/formkit,https://api.github.com/repos/formkit/formkit,opened,Nested repeaters unable to hydrate with `node.input()`,🐛 bug 🔴 priority-1 Pro,"### Reproduction + +https://formkit.link/44bb8f00a799b49833b55e7e4a1b3623 + +### Describe the bug + +When we defer the hydration of a repeater with `node.input()` (no `v-model`) the hydration fails and we are left with an empty state (beta.12). + +### Environment + +• OS: macOS +• Browser Chrome +• Version >106 +",1.0,"Nested repeaters unable to hydrate with `node.input()` - ### Reproduction + +https://formkit.link/44bb8f00a799b49833b55e7e4a1b3623 + +### Describe the bug + +When we defer the hydration of a repeater with `node.input()` (no `v-model`) the hydration fails and we are left with an empty state (beta.12). + +### Environment + +• OS: macOS +• Browser Chrome +• Version >106 +",0,nested repeaters unable to hydrate with node input reproduction describe the bug when we defer the hydration of a repeater with node input no v model the hydration fails and we are left with an empty state beta environment • os macos • browser chrome • version ,0 +10612,27145933731.0,IssuesEvent,2023-02-16 19:58:55,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Broken link for Performance efficiency,doc-bug assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"Under the header of `Availability` the link for performance efficiency is listed as a broken link. + +```md + +### Availability +- Consider leveraging the [typical design patterns for availability](../../framework/resiliency/reliability-patterns.md) when building your cloud application. azure/architecture/framework/scalability/performance-efficiency +- Review the availability considerations in the appropriate [App Service web application reference architecture][app-service-reference-architecture] +- For additional considerations concerning availability, see the [availability checklist][availability] in the Azure Architecture Center. +``` + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 04d3a8e6-d525-cd5e-46b1-d28384fab8bc +* Version Independent ID: 442da3db-2ec4-9f0e-b485-459717c081d2 +* Content: [E-commerce front end - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/ecommerce-scenario) +* Content Source: [docs/example-scenario/apps/ecommerce-scenario.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/apps/ecommerce-scenario.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @chrismason +* Microsoft Alias: **pnp**",1.0,"Broken link for Performance efficiency - Under the header of `Availability` the link for performance efficiency is listed as a broken link. + +```md + +### Availability +- Consider leveraging the [typical design patterns for availability](../../framework/resiliency/reliability-patterns.md) when building your cloud application. azure/architecture/framework/scalability/performance-efficiency +- Review the availability considerations in the appropriate [App Service web application reference architecture][app-service-reference-architecture] +- For additional considerations concerning availability, see the [availability checklist][availability] in the Azure Architecture Center. +``` + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 04d3a8e6-d525-cd5e-46b1-d28384fab8bc +* Version Independent ID: 442da3db-2ec4-9f0e-b485-459717c081d2 +* Content: [E-commerce front end - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/ecommerce-scenario) +* Content Source: [docs/example-scenario/apps/ecommerce-scenario.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/apps/ecommerce-scenario.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @chrismason +* Microsoft Alias: **pnp**",1,broken link for performance efficiency under the header of availability the link for performance efficiency is listed as a broken link md availability consider leveraging the framework resiliency reliability patterns md when building your cloud application azure architecture framework scalability performance efficiency review the availability considerations in the appropriate for additional considerations concerning availability see the in the azure architecture center document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login chrismason microsoft alias pnp ,1 +246666,20906853650.0,IssuesEvent,2022-03-24 03:49:32,kubernetes-sigs/cloud-provider-azure,https://api.github.com/repos/kubernetes-sigs/cloud-provider-azure,opened,test: add e2e tests for LoadBalancer service with multiple ports and local external traffic policy,kind/testing,"Followup for https://github.com/kubernetes-sigs/cloud-provider-azure/pull/1317: + +We should add e2e tests for LoadBalancer service with multiple ports and local external traffic policy.",1.0,"test: add e2e tests for LoadBalancer service with multiple ports and local external traffic policy - Followup for https://github.com/kubernetes-sigs/cloud-provider-azure/pull/1317: + +We should add e2e tests for LoadBalancer service with multiple ports and local external traffic policy.",0,test add tests for loadbalancer service with multiple ports and local external traffic policy followup for we should add tests for loadbalancer service with multiple ports and local external traffic policy ,0 +5052,11995917977.0,IssuesEvent,2020-04-08 15:55:07,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Low-priority VMs,Pri2 architecture-center/svc assigned-to-author cloud-design-principles/subsvc doc-enhancement triaged,"Use Azure Spot VM + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ca4aca20-be78-ed61-145d-563fb3ff6d13 +* Version Independent ID: c3f02005-d0e7-d756-04b5-655ecd84b1e8 +* Content: [Modeling your cloud costs](https://docs.microsoft.com/en-us/azure/architecture/framework/cost/modeling) +* Content Source: [docs/framework/cost/modeling.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/cost/modeling.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1.0,"Low-priority VMs - Use Azure Spot VM + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ca4aca20-be78-ed61-145d-563fb3ff6d13 +* Version Independent ID: c3f02005-d0e7-d756-04b5-655ecd84b1e8 +* Content: [Modeling your cloud costs](https://docs.microsoft.com/en-us/azure/architecture/framework/cost/modeling) +* Content Source: [docs/framework/cost/modeling.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/cost/modeling.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1,low priority vms use azure spot vm document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud design principles github login david stanford microsoft alias pnp ,1 +4883,11800315989.0,IssuesEvent,2020-03-18 17:19:55,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Thanks a lot, but could you please check the spelling before publishing?",Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-bug triaged,"seperates read and update operations +the flexability created by + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0c0ec92e-c237-f3a6-1835-f2078486dcb3 +* Version Independent ID: f597c9a2-f18f-3722-57f9-acd535472b0b +* Content: [CQRS pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs#feedback) +* Content Source: [docs/patterns/cqrs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/cqrs.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Thanks a lot, but could you please check the spelling before publishing? - seperates read and update operations +the flexability created by + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0c0ec92e-c237-f3a6-1835-f2078486dcb3 +* Version Independent ID: f597c9a2-f18f-3722-57f9-acd535472b0b +* Content: [CQRS pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs#feedback) +* Content Source: [docs/patterns/cqrs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/cqrs.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,thanks a lot but could you please check the spelling before publishing seperates read and update operations the flexability created by document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +375119,11100177639.0,IssuesEvent,2019-12-16 18:36:54,pachyderm/pachyderm,https://api.github.com/repos/pachyderm/pachyderm,closed,S3Gateway: Document using commitID and `^` notation,docs priority: medium size: M," + +**Provide a link to the page with an issue:** + +https://docs.pachyderm.com/master/how-tos/s3gateway/#versioning +https://docs.pachyderm.com/latest/reference/s3gateway_api/ + +**Describe what is wrong:** + +S3G current supports `GET` (and possibly other) operations using a specific commitID, as opposed to just getting data from the HEAD of the branch. You can't use `commit.repo` as the bucket name though, you need to use the S3 clients versioning API and still use `master.repo` and the branch name simply gets ignored. + +I think we also support bucket `master^.repo` semantics (we should test to double check) and if so mention in docs. + +**Describe the suggested changes:** + +I think the above changes will need to go into the API docs, but mostly under the Versioning section in the S3G how-to. Note that not all s3 client may support s3 versioning or they may support them differently so there's likely a bit of testing to be done here to verify everything works. + +**Anything else we need to know?** + +**Environment:** +- Kubernetes version (use `kubectl version`): +- Pachyderm CLI and pachd server version (use `pachctl version`): +- Cloud provider (e.g. aws, azure, gke) or local deployment (e.g. minikube vs dockerized k8s): +- OS: +- Other: +",1.0,"S3Gateway: Document using commitID and `^` notation - + +**Provide a link to the page with an issue:** + +https://docs.pachyderm.com/master/how-tos/s3gateway/#versioning +https://docs.pachyderm.com/latest/reference/s3gateway_api/ + +**Describe what is wrong:** + +S3G current supports `GET` (and possibly other) operations using a specific commitID, as opposed to just getting data from the HEAD of the branch. You can't use `commit.repo` as the bucket name though, you need to use the S3 clients versioning API and still use `master.repo` and the branch name simply gets ignored. + +I think we also support bucket `master^.repo` semantics (we should test to double check) and if so mention in docs. + +**Describe the suggested changes:** + +I think the above changes will need to go into the API docs, but mostly under the Versioning section in the S3G how-to. Note that not all s3 client may support s3 versioning or they may support them differently so there's likely a bit of testing to be done here to verify everything works. + +**Anything else we need to know?** + +**Environment:** +- Kubernetes version (use `kubectl version`): +- Pachyderm CLI and pachd server version (use `pachctl version`): +- Cloud provider (e.g. aws, azure, gke) or local deployment (e.g. minikube vs dockerized k8s): +- OS: +- Other: +",0, document using commitid and notation this form is for documentation issues if you re looking for help please check docs slack provide a link to the page with an issue describe what is wrong current supports get and possibly other operations using a specific commitid as opposed to just getting data from the head of the branch you can t use commit repo as the bucket name though you need to use the clients versioning api and still use master repo and the branch name simply gets ignored i think we also support bucket master repo semantics we should test to double check and if so mention in docs describe the suggested changes i think the above changes will need to go into the api docs but mostly under the versioning section in the how to note that not all client may support versioning or they may support them differently so there s likely a bit of testing to be done here to verify everything works anything else we need to know environment kubernetes version use kubectl version pachyderm cli and pachd server version use pachctl version cloud provider e g aws azure gke or local deployment e g minikube vs dockerized os other ,0 +11285,29808996514.0,IssuesEvent,2023-06-16 13:46:43,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Complexity and risk scale,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"Hi Microsoft Team, + +I would like to ask regarding scoring pattern. On what scale did you find the complexity and risk. How you you decide between 0 and 1 (a score of <0.3 = low, <0.7 = medium, >0.7 = high). + +Thanks + +Kind Regards, +Saud Khan + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 29f4fbe7-4716-95ba-3a3a-858dc9ca77b5 +* Version Independent ID: eb1f3aac-11d1-e4fc-6925-0574b4438ee0 +* Content: [Application assessment - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/serverless-quest/application-assessment) +* Content Source: [docs/serverless-quest/application-assessment.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/serverless-quest/application-assessment.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @rogeriohc +* Microsoft Alias: **pnp**",1.0,"Complexity and risk scale - Hi Microsoft Team, + +I would like to ask regarding scoring pattern. On what scale did you find the complexity and risk. How you you decide between 0 and 1 (a score of <0.3 = low, <0.7 = medium, >0.7 = high). + +Thanks + +Kind Regards, +Saud Khan + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 29f4fbe7-4716-95ba-3a3a-858dc9ca77b5 +* Version Independent ID: eb1f3aac-11d1-e4fc-6925-0574b4438ee0 +* Content: [Application assessment - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/serverless-quest/application-assessment) +* Content Source: [docs/serverless-quest/application-assessment.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/serverless-quest/application-assessment.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @rogeriohc +* Microsoft Alias: **pnp**",1,complexity and risk scale hi microsoft team i would like to ask regarding scoring pattern on what scale did you find the complexity and risk how you you decide between and a score of high thanks kind regards saud khan document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login rogeriohc microsoft alias pnp ,1 +110178,16976986758.0,IssuesEvent,2021-06-30 01:27:25,azmathasan92/concourse-ci-cd,https://api.github.com/repos/azmathasan92/concourse-ci-cd,opened,WS-2021-0172 (Medium) detected in spring-web-5.0.8.RELEASE.jar,security vulnerability,"## WS-2021-0172 - Medium Severity Vulnerability +
Vulnerable Library - spring-web-5.0.8.RELEASE.jar

+ +

Spring Web

+

Library home page: https://github.com/spring-projects/spring-framework

+

Path to dependency file: concourse-ci-cd/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/5.0.8.RELEASE/spring-web-5.0.8.RELEASE.jar

+

+ +Dependency Hierarchy: + - spring-boot-starter-webflux-2.0.4.RELEASE.jar (Root Library) + - :x: **spring-web-5.0.8.RELEASE.jar** (Vulnerable Library) +

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +In spring-framework, versions v5.0.0.M1 through v5.0.20.RELEASE are vulnerable to cross-site request forgery (CSRF), due to ‘SameSite’ cookie not implemented + +

Publish Date: 2021-06-29 +

URL: WS-2021-0172

+

+
+

+
CVSS 3 Score Details (6.3) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: Low + - Availability Impact: Low +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/spring-projects/spring-framework/releases/tag/v5.1.0.RC1

+

Release Date: 2021-06-29

+

Fix Resolution: org.springframework:spring-web:5.1.0.RELEASE

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"WS-2021-0172 (Medium) detected in spring-web-5.0.8.RELEASE.jar - ## WS-2021-0172 - Medium Severity Vulnerability +
Vulnerable Library - spring-web-5.0.8.RELEASE.jar

+ +

Spring Web

+

Library home page: https://github.com/spring-projects/spring-framework

+

Path to dependency file: concourse-ci-cd/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/5.0.8.RELEASE/spring-web-5.0.8.RELEASE.jar

+

+ +Dependency Hierarchy: + - spring-boot-starter-webflux-2.0.4.RELEASE.jar (Root Library) + - :x: **spring-web-5.0.8.RELEASE.jar** (Vulnerable Library) +

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +In spring-framework, versions v5.0.0.M1 through v5.0.20.RELEASE are vulnerable to cross-site request forgery (CSRF), due to ‘SameSite’ cookie not implemented + +

Publish Date: 2021-06-29 +

URL: WS-2021-0172

+

+
+

+
CVSS 3 Score Details (6.3) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: Low + - Availability Impact: Low +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/spring-projects/spring-framework/releases/tag/v5.1.0.RC1

+

Release Date: 2021-06-29

+

Fix Resolution: org.springframework:spring-web:5.1.0.RELEASE

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,ws medium detected in spring web release jar ws medium severity vulnerability vulnerable library spring web release jar spring web library home page a href path to dependency file concourse ci cd pom xml path to vulnerable library home wss scanner repository org springframework spring web release spring web release jar dependency hierarchy spring boot starter webflux release jar root library x spring web release jar vulnerable library found in base branch master vulnerability details in spring framework versions through release are vulnerable to cross site request forgery csrf due to ‘samesite’ cookie not implemented 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 low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org springframework spring web release step up your open source security game with whitesource ,0 +10711,27316363478.0,IssuesEvent,2023-02-24 16:00:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Guidance needs updating due to product deprecation,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"I realize I'm nitpicking a little, but I would like to see this page updated to remove reference to DC/OS. + +DC/OS has been end of life'd as of 10/31/21 per https://d2iq.com/products/dcos. + +Perhaps replace it with a reference to Hashicorp Nomad? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 93139ee2-ff91-ee5e-a056-8d6b597a81f3 +* Version Independent ID: 8b4436e0-094c-9602-2ead-43bb3b2f98f1 +* Content: [Choose a compute option for microservices - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/design/compute-options) +* Content Source: [docs/microservices/design/compute-options.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/microservices/design/compute-options.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Guidance needs updating due to product deprecation - I realize I'm nitpicking a little, but I would like to see this page updated to remove reference to DC/OS. + +DC/OS has been end of life'd as of 10/31/21 per https://d2iq.com/products/dcos. + +Perhaps replace it with a reference to Hashicorp Nomad? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 93139ee2-ff91-ee5e-a056-8d6b597a81f3 +* Version Independent ID: 8b4436e0-094c-9602-2ead-43bb3b2f98f1 +* Content: [Choose a compute option for microservices - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/design/compute-options) +* Content Source: [docs/microservices/design/compute-options.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/microservices/design/compute-options.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,guidance needs updating due to product deprecation i realize i m nitpicking a little but i would like to see this page updated to remove reference to dc os dc os has been end of life d as of per perhaps replace it with a reference to hashicorp nomad document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias pnp ,1 +10684,27297098117.0,IssuesEvent,2023-02-23 21:22:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Please clarify ""bi-weekly""",doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"I just recently found out that ""bi-weekly"" means both every other week and twice a week - so should we update the node OS images every other week or twice a week? + +https://www.merriam-webster.com/words-at-play/on-biweekly-and-bimonthly +https://www.thefreedictionary.com/biweekly + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 43da9bdf-a3d3-a65b-b555-60dcc5ac2c55 +* Version Independent ID: 9913c705-aeb7-e154-4fdf-164ff1e7ff99 +* Content: [AKS Day-2 Operations Guide - Patch and upgrade guidance - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/operator-guides/aks/aks-upgrade-practices) +* Content Source: [docs/operator-guides/aks/aks-upgrade-practices.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/operator-guides/aks/aks-upgrade-practices.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @rishabhsaha +* Microsoft Alias: **pnp**",2.0,"Please clarify ""bi-weekly"" - I just recently found out that ""bi-weekly"" means both every other week and twice a week - so should we update the node OS images every other week or twice a week? + +https://www.merriam-webster.com/words-at-play/on-biweekly-and-bimonthly +https://www.thefreedictionary.com/biweekly + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 43da9bdf-a3d3-a65b-b555-60dcc5ac2c55 +* Version Independent ID: 9913c705-aeb7-e154-4fdf-164ff1e7ff99 +* Content: [AKS Day-2 Operations Guide - Patch and upgrade guidance - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/operator-guides/aks/aks-upgrade-practices) +* Content Source: [docs/operator-guides/aks/aks-upgrade-practices.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/operator-guides/aks/aks-upgrade-practices.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @rishabhsaha +* Microsoft Alias: **pnp**",1,please clarify bi weekly i just recently found out that bi weekly means both every other week and twice a week so should we update the node os images every other week or twice a week document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login rishabhsaha microsoft alias pnp ,1 +5368,12400444663.0,IssuesEvent,2020-05-21 07:52:11,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Use of azbb in these examples,Pri1 architecture-center/svc assigned-to-author reference-architecture/subsvc triaged," +I found a recommendation in other Microsoft docs: ""Don't use azbb - it is in sustain mode and the npm package is out of date"" + +This documentation should be updated to reflect that. Someone could waste a lot of time following these instructions only to encounter an error while deploying the generated template. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke#feedback) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Use of azbb in these examples - +I found a recommendation in other Microsoft docs: ""Don't use azbb - it is in sustain mode and the npm package is out of date"" + +This documentation should be updated to reflect that. Someone could waste a lot of time following these instructions only to encounter an error while deploying the generated template. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke#feedback) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,use of azbb in these examples i found a recommendation in other microsoft docs don t use azbb it is in sustain mode and the npm package is out of date this documentation should be updated to reflect that someone could waste a lot of time following these instructions only to encounter an error while deploying the generated template document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +237659,26085286398.0,IssuesEvent,2022-12-26 01:27:30,rvvergara/bookstore-cms-next-app,https://api.github.com/repos/rvvergara/bookstore-cms-next-app,opened,"CVE-2022-46175 (High) detected in json5-2.1.3.tgz, json5-1.0.1.tgz",security vulnerability,"## CVE-2022-46175 - High Severity Vulnerability +
Vulnerable Libraries - json5-2.1.3.tgz, json5-1.0.1.tgz

+

+ +

json5-2.1.3.tgz

+ +

JSON for humans.

+

Library home page: https://registry.npmjs.org/json5/-/json5-2.1.3.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/style-loader/node_modules/json5/package.json

+

+ +Dependency Hierarchy: + - next-9.4.4.tgz (Root Library) + - core-7.7.7.tgz + - :x: **json5-2.1.3.tgz** (Vulnerable Library) +

+
json5-1.0.1.tgz

+ +

JSON for humans.

+

Library home page: https://registry.npmjs.org/json5/-/json5-1.0.1.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/json5/package.json

+

+ +Dependency Hierarchy: + - eslint-plugin-import-2.22.0.tgz (Root Library) + - tsconfig-paths-3.9.0.tgz + - :x: **json5-1.0.1.tgz** (Vulnerable Library) +

+ +

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including version `2.2.1` does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 version 2.2.2 and later. + +

Publish Date: 2022-12-24 +

URL: CVE-2022-46175

+

+
+

+
CVSS 3 Score Details (7.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: Low + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.cve.org/CVERecord?id=CVE-2022-46175

+

Release Date: 2022-12-24

+

Fix Resolution: json5 - 2.2.2

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2022-46175 (High) detected in json5-2.1.3.tgz, json5-1.0.1.tgz - ## CVE-2022-46175 - High Severity Vulnerability +
Vulnerable Libraries - json5-2.1.3.tgz, json5-1.0.1.tgz

+

+ +

json5-2.1.3.tgz

+ +

JSON for humans.

+

Library home page: https://registry.npmjs.org/json5/-/json5-2.1.3.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/style-loader/node_modules/json5/package.json

+

+ +Dependency Hierarchy: + - next-9.4.4.tgz (Root Library) + - core-7.7.7.tgz + - :x: **json5-2.1.3.tgz** (Vulnerable Library) +

+
json5-1.0.1.tgz

+ +

JSON for humans.

+

Library home page: https://registry.npmjs.org/json5/-/json5-1.0.1.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/json5/package.json

+

+ +Dependency Hierarchy: + - eslint-plugin-import-2.22.0.tgz (Root Library) + - tsconfig-paths-3.9.0.tgz + - :x: **json5-1.0.1.tgz** (Vulnerable Library) +

+ +

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including version `2.2.1` does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 version 2.2.2 and later. + +

Publish Date: 2022-12-24 +

URL: CVE-2022-46175

+

+
+

+
CVSS 3 Score Details (7.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: Low + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.cve.org/CVERecord?id=CVE-2022-46175

+

Release Date: 2022-12-24

+

Fix Resolution: json5 - 2.2.2

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in tgz tgz cve high severity vulnerability vulnerable libraries tgz tgz tgz json for humans library home page a href path to dependency file package json path to vulnerable library node modules style loader node modules package json dependency hierarchy next tgz root library core tgz x tgz vulnerable library tgz json for humans library home page a href path to dependency file package json path to vulnerable library node modules package json dependency hierarchy eslint plugin import tgz root library tsconfig paths tgz x tgz vulnerable library found in base branch master vulnerability details is an extension to the popular json file format that aims to be easier to write and maintain by hand e g for config files the parse method of the library before and including version does not restrict parsing of keys named proto allowing specially crafted strings to pollute the prototype of the resulting object this vulnerability pollutes the prototype of the object returned by parse and not the global object prototype which is the commonly understood definition of prototype pollution however polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations this vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from parse the actual impact will depend on how applications utilize the returned object and how they filter unwanted keys but could include denial of service cross site scripting elevation of privilege and in extreme cases remote code execution parse should restrict parsing of proto keys when parsing json strings to objects as a point of reference the json parse method included in javascript ignores proto keys simply changing parse to json parse in the examples above mitigates this vulnerability this vulnerability is patched in version and later publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact low 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 mend ,0 +7270,17287312378.0,IssuesEvent,2021-07-24 01:27:04,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Correction on Diagram,Pri2 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"The reference diagram at the top has 2 workloads. The top one in the disconnected subscription is workload 2, the private endpoint, bastion, and public ip for that workload is labelled “wkld1” instead of “wkld2” + +https://docs.microsoft.com/en-us/azure/architecture/hybrid/hybrid-dns-infra + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b2d19d00-c368-c49f-0b21-50004f05f2ef +* Version Independent ID: b0dd7137-6c32-84f5-d604-b6f9bca2768b +* Content: [Design a hybrid Domain Name System solution with Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/hybrid/hybrid-dns-infra) +* Content Source: [docs/hybrid/hybrid-dns-infra.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/hybrid/hybrid-dns-infra.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"Correction on Diagram - The reference diagram at the top has 2 workloads. The top one in the disconnected subscription is workload 2, the private endpoint, bastion, and public ip for that workload is labelled “wkld1” instead of “wkld2” + +https://docs.microsoft.com/en-us/azure/architecture/hybrid/hybrid-dns-infra + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b2d19d00-c368-c49f-0b21-50004f05f2ef +* Version Independent ID: b0dd7137-6c32-84f5-d604-b6f9bca2768b +* Content: [Design a hybrid Domain Name System solution with Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/hybrid/hybrid-dns-infra) +* Content Source: [docs/hybrid/hybrid-dns-infra.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/hybrid/hybrid-dns-infra.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,correction on diagram the reference diagram at the top has workloads the top one in the disconnected subscription is workload the private endpoint bastion and public ip for that workload is labelled “ ” instead of “ ” document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +3791,10143306291.0,IssuesEvent,2019-08-04 10:57:29,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Vnet peering transitivity is allowed,Pri1 architecture-center/svc cxp reference-architecture/subsvc triaged,"Feature was released in April. I've done it in my labs + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Implement a hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke#feedback) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"Vnet peering transitivity is allowed - Feature was released in April. I've done it in my labs + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Implement a hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke#feedback) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,vnet peering transitivity is allowed feature was released in april i ve done it in my labs document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +3877,10239337625.0,IssuesEvent,2019-08-19 18:00:08,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Improve SQL Server resiliency,architecture-center/svc assigned-to-author doc-enhancement needs-art triaged,"Even with Active/Passive this would not be an automatic fail-over since you would have to change the secondary database to allow writes. Consider changing the diagram to show the use of a SQL endpoint - this is more resilient as would failover to the secondary in the case of the SQL Server going down as well as the entire data centre + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.md](https://github.com/mspnp/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/multi-region.md) +* Service: **architecture-center** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"Improve SQL Server resiliency - Even with Active/Passive this would not be an automatic fail-over since you would have to change the secondary database to allow writes. Consider changing the diagram to show the use of a SQL endpoint - this is more resilient as would failover to the secondary in the case of the SQL Server going down as well as the entire data centre + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.md](https://github.com/mspnp/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/multi-region.md) +* Service: **architecture-center** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,improve sql server resiliency even with active passive this would not be an automatic fail over since you would have to change the secondary database to allow writes consider changing the diagram to show the use of a sql endpoint this is more resilient as would failover to the secondary in the case of the sql server going down as well as the entire data centre document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login mikewasson microsoft alias pnp ,1 +6635,14973013555.0,IssuesEvent,2021-01-28 00:05:05,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure symbols are useless,Pri2 Product-bug architecture-center/svc assigned-to-author triaged,"The new symbols are useless for two reasons +1) SVG format is not opened by Visio (desktop & online) nor Microsoft whiteboard app. +2) The new version is very tiny that are even after converting them to png are useless to use + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Azure symbols are useless - The new symbols are useless for two reasons +1) SVG format is not opened by Visio (desktop & online) nor Microsoft whiteboard app. +2) The new version is very tiny that are even after converting them to png are useless to use + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,azure symbols are useless the new symbols are useless for two reasons svg format is not opened by visio desktop online nor microsoft whiteboard app the new version is very tiny that are even after converting them to png are useless to use document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +7654,18768055784.0,IssuesEvent,2021-11-06 09:36:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,cqrs Sample From Microsoft,architecture-center/svc design-pattern/subsvc," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0c0ec92e-c237-f3a6-1835-f2078486dcb3 +* Version Independent ID: f597c9a2-f18f-3722-57f9-acd535472b0b +* Content: [What is the CQRS pattern? - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs) +* Content Source: [docs/patterns/cqrs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/cqrs.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"cqrs Sample From Microsoft - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0c0ec92e-c237-f3a6-1835-f2078486dcb3 +* Version Independent ID: f597c9a2-f18f-3722-57f9-acd535472b0b +* Content: [What is the CQRS pattern? - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs) +* Content Source: [docs/patterns/cqrs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/cqrs.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,cqrs sample from microsoft document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login microsoft alias pnp ,1 +8108,20968779721.0,IssuesEvent,2022-03-28 09:23:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Error regarding blob name,cxp triaged product-question architecture-center/svc Pri2 azure-guide/subsvc," +[I want to read a csv file located in the blob storage. However, I am getting error that specified blob does not exist. I am confused what should be the blob name. I gave LOCALFILENAME as my csv file name seen in the blob container] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 647ed505-3e6e-3db7-63ee-025edf6e63f4 +* Version Independent ID: d910ba75-6c86-6172-64be-e45ba2bf5a3d +* Content: [Explore data in Azure Blob storage with pandas - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-science-process/explore-data-blob) +* Content Source: [docs/data-science-process/explore-data-blob.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-science-process/explore-data-blob.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @marktab +* Microsoft Alias: **tdsp**",1.0,"Error regarding blob name - +[I want to read a csv file located in the blob storage. However, I am getting error that specified blob does not exist. I am confused what should be the blob name. I gave LOCALFILENAME as my csv file name seen in the blob container] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 647ed505-3e6e-3db7-63ee-025edf6e63f4 +* Version Independent ID: d910ba75-6c86-6172-64be-e45ba2bf5a3d +* Content: [Explore data in Azure Blob storage with pandas - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-science-process/explore-data-blob) +* Content Source: [docs/data-science-process/explore-data-blob.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-science-process/explore-data-blob.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @marktab +* Microsoft Alias: **tdsp**",1,error regarding blob name document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login marktab microsoft alias tdsp ,1 +5580,12745337558.0,IssuesEvent,2020-06-26 14:05:35,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Diagram for Service choice needs some correction,Pri2 architecture-center/svc assigned-to-author doc-bug reference-architecture/subsvc triaged,"Feedback for the diagram under section ""Choose a candidate service"": +Path: Start -> Migrate -> Lift-and-Shift -> Can be Containerized (Yes) -> Needs full-fledged orchestration? (No) + +Shouldn't this be a ""Container Instance"" service? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Diagram for Service choice needs some correction - Feedback for the diagram under section ""Choose a candidate service"": +Path: Start -> Migrate -> Lift-and-Shift -> Can be Containerized (Yes) -> Needs full-fledged orchestration? (No) + +Shouldn't this be a ""Container Instance"" service? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,diagram for service choice needs some correction feedback for the diagram under section choose a candidate service path start migrate lift and shift can be containerized yes needs full fledged orchestration no shouldn t this be a container instance service document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +9103,24040544331.0,IssuesEvent,2022-09-16 00:59:33,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Private Endpoint and NSGs,doc-enhancement cxp triaged architecture-center/svc Pri2 azure-guide/subsvc,"(https://docs.microsoft.com/en-us/azure/architecture/guide/networking/private-link-hub-spoke-network#networking) +On this section, the following is misleading: + +> To restrict access from your hub or on-premises system to Private Endpoint, use a network security group in the subnet where you've deployed Private Endpoint. Configure appropriate inbound rules. + +see https://docs.microsoft.com/en-us/azure/private-link/disable-private-endpoint-network-policy?tabs=network-policy-portal + +By default NSGs do NOT apply to subnets with private endpoints (it may still be a public preview feature? https://azure.microsoft.com/en-us/updates/public-preview-of-private-link-network-security-group-support/ ). + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9b5e1f6d-c45c-cb0f-f3d6-eedfdee9feff +* Version Independent ID: c55252c7-d117-024f-33ca-c1fd4e6c77ad +* Content: [Azure Private Link in a hub-and-spoke network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/networking/private-link-hub-spoke-network) +* Content Source: [docs/guide/networking/private-link-hub-spoke-network.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/networking/private-link-hub-spoke-network.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @jangelfdez +* Microsoft Alias: **josefern**",1.0,"Private Endpoint and NSGs - (https://docs.microsoft.com/en-us/azure/architecture/guide/networking/private-link-hub-spoke-network#networking) +On this section, the following is misleading: + +> To restrict access from your hub or on-premises system to Private Endpoint, use a network security group in the subnet where you've deployed Private Endpoint. Configure appropriate inbound rules. + +see https://docs.microsoft.com/en-us/azure/private-link/disable-private-endpoint-network-policy?tabs=network-policy-portal + +By default NSGs do NOT apply to subnets with private endpoints (it may still be a public preview feature? https://azure.microsoft.com/en-us/updates/public-preview-of-private-link-network-security-group-support/ ). + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9b5e1f6d-c45c-cb0f-f3d6-eedfdee9feff +* Version Independent ID: c55252c7-d117-024f-33ca-c1fd4e6c77ad +* Content: [Azure Private Link in a hub-and-spoke network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/networking/private-link-hub-spoke-network) +* Content Source: [docs/guide/networking/private-link-hub-spoke-network.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/networking/private-link-hub-spoke-network.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @jangelfdez +* Microsoft Alias: **josefern**",1,private endpoint and nsgs on this section the following is misleading to restrict access from your hub or on premises system to private endpoint use a network security group in the subnet where you ve deployed private endpoint configure appropriate inbound rules see by default nsgs do not apply to subnets with private endpoints it may still be a public preview feature document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login jangelfdez microsoft alias josefern ,1 +34885,9487604257.0,IssuesEvent,2019-04-22 17:20:54,tensorflow/tensorflow,https://api.github.com/repos/tensorflow/tensorflow,closed,DLL load failed while importing tensorflow cpu 2.0,2.0.0-alpha0 stat:awaiting response subtype:windows type:build/install,"(I'm 14yo and I'm french so it's a bit hard... sorry for that i will do my best) +**System information** +- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Win 10 x64 +- TensorFlow installed from (source or binary): +cmd cd C:\Users\Admin\AppData\Local\Programs\Python\Python37\Scripts +Then pip install tensorflow==2.0.0-alpha0 +Np here +- Python version: 3.7.3 + +**Describe the current behavior** +I have an error while import tensorflow (cf screen) + +**Describe the expected behavior** +tensorflow should import properly + +**Code to reproduce the issue** +I install tensorflow as I tell and I try : +import tensorflow + +**Other info / logs** +I tried w/ conda, same thing +![clean](https://user-images.githubusercontent.com/30508173/56212750-f4174680-605a-11e9-9b89-a622371760e5.png) + +",1.0,"DLL load failed while importing tensorflow cpu 2.0 - (I'm 14yo and I'm french so it's a bit hard... sorry for that i will do my best) +**System information** +- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Win 10 x64 +- TensorFlow installed from (source or binary): +cmd cd C:\Users\Admin\AppData\Local\Programs\Python\Python37\Scripts +Then pip install tensorflow==2.0.0-alpha0 +Np here +- Python version: 3.7.3 + +**Describe the current behavior** +I have an error while import tensorflow (cf screen) + +**Describe the expected behavior** +tensorflow should import properly + +**Code to reproduce the issue** +I install tensorflow as I tell and I try : +import tensorflow + +**Other info / logs** +I tried w/ conda, same thing +![clean](https://user-images.githubusercontent.com/30508173/56212750-f4174680-605a-11e9-9b89-a622371760e5.png) + +",0,dll load failed while importing tensorflow cpu i m and i m french so it s a bit hard sorry for that i will do my best system information os platform and distribution e g linux ubuntu win tensorflow installed from source or binary cmd cd c users admin appdata local programs python scripts then pip install tensorflow np here python version describe the current behavior i have an error while import tensorflow cf screen describe the expected behavior tensorflow should import properly code to reproduce the issue i install tensorflow as i tell and i try import tensorflow other info logs i tried w conda same thing ,0 +100603,4099190043.0,IssuesEvent,2016-06-03 11:35:16,foundersandcoders/How-Am-I-Doing,https://api.github.com/repos/foundersandcoders/How-Am-I-Doing,opened,Arrow buttons to switch between questions differ in position,enhancement frontend low-priority User,This is due to the differing sizes of question cards as a result of different question lengths.,1.0,Arrow buttons to switch between questions differ in position - This is due to the differing sizes of question cards as a result of different question lengths.,0,arrow buttons to switch between questions differ in position this is due to the differing sizes of question cards as a result of different question lengths ,0 +7274,17288114266.0,IssuesEvent,2021-07-24 05:50:52,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Broken link,architecture-center/svc assigned-to-author design-pattern/subsvc doc-bug triaged,"The link for ""**Asynchronous operations in REST**"" in **Next Steps** is not available anymore. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6fea460c-4fac-723f-8df4-9d0811855a68 +* Version Independent ID: 4be364ca-aee7-7b49-13e1-3a94408ed7b9 +* Content: [Asynchronous Request-Reply Pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/async-request-reply) +* Content Source: [docs/patterns/async-request-reply.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/async-request-reply.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @WillEastbury +* Microsoft Alias: **wieastbu**",1.0,"Broken link - The link for ""**Asynchronous operations in REST**"" in **Next Steps** is not available anymore. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6fea460c-4fac-723f-8df4-9d0811855a68 +* Version Independent ID: 4be364ca-aee7-7b49-13e1-3a94408ed7b9 +* Content: [Asynchronous Request-Reply Pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/async-request-reply) +* Content Source: [docs/patterns/async-request-reply.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/async-request-reply.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @WillEastbury +* Microsoft Alias: **wieastbu**",1,broken link the link for asynchronous operations in rest in next steps is not available anymore document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login willeastbury microsoft alias wieastbu ,1 +9407,24538549848.0,IssuesEvent,2022-10-11 23:56:58,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Teams exclusions - Format for redirections.xml,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"Please provide the https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix#teams-exclusions in the format of https://docs.microsoft.com/en-us/fslogix/manage-profile-content-cncpt#structure-of-redirectionsxml-file + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6386653c-9f82-1ea7-8f29-377be4e5e3b7 +* Version Independent ID: a5db2b47-afaf-5917-40cd-740168cad8b6 +* Content: [FSLogix for the enterprise - Azure Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix#teams-exclusions) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @christiaanbrinkhoff +* Microsoft Alias: **pnp**",1.0,"Teams exclusions - Format for redirections.xml - Please provide the https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix#teams-exclusions in the format of https://docs.microsoft.com/en-us/fslogix/manage-profile-content-cncpt#structure-of-redirectionsxml-file + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6386653c-9f82-1ea7-8f29-377be4e5e3b7 +* Version Independent ID: a5db2b47-afaf-5917-40cd-740168cad8b6 +* Content: [FSLogix for the enterprise - Azure Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix#teams-exclusions) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @christiaanbrinkhoff +* Microsoft Alias: **pnp**",1,teams exclusions format for redirections xml please provide the in the format of document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id afaf content content source service architecture center sub service azure guide github login christiaanbrinkhoff microsoft alias pnp ,1 +9427,24570749570.0,IssuesEvent,2022-10-13 08:27:33,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Container access,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2," +[Enter feedback here] + +Hi is there a pre-configured container to access this setup? +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2edf62c9-d5c7-b4d0-99e7-f271ef0b629e +* Version Independent ID: d9ff7f72-3fbb-3bc6-e787-60b1ccecb698 +* Content: [Magento e-commerce platform in Azure Kubernetes Service (AKS) - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/magento/magento-azure#feedback) +* Content Source: [docs/example-scenario/magento/magento-azure.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/magento/magento-azure.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Container access - +[Enter feedback here] + +Hi is there a pre-configured container to access this setup? +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2edf62c9-d5c7-b4d0-99e7-f271ef0b629e +* Version Independent ID: d9ff7f72-3fbb-3bc6-e787-60b1ccecb698 +* Content: [Magento e-commerce platform in Azure Kubernetes Service (AKS) - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/magento/magento-azure#feedback) +* Content Source: [docs/example-scenario/magento/magento-azure.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/magento/magento-azure.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,container access hi is there a pre configured container to access this setup document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login microsoft alias pnp ,1 +462951,13256914245.0,IssuesEvent,2020-08-20 13:23:44,zeebe-io/zeebe,https://api.github.com/repos/zeebe-io/zeebe,closed,CI show run details of flaky tests directly in Jenkins,Priority: High Status: Needs Review Type: Maintenance,"**Description** + +Currently we detect flaky tests, but it is a little cumbersome to get any information about the run of the flaky tests. It would be ideal, if the run information would be displayed directly in Jenkins - as with the other tests. + +There is a prototype available at: https://github.com/pihme/jenkinsTestBed/tree/rerun-failed-tests + +* This uses a Jenkins Script to harvest the test reports and generates additional test reports for the flaky tests. +* The names are modified, to make clear that this is the run of a flaky test +* These additional test reports can then be displayed by Jenkins like normal test reports + +![image](https://user-images.githubusercontent.com/14032870/86784327-a9b82600-c061-11ea-85c1-dc298af068bf.png) + +![image](https://user-images.githubusercontent.com/14032870/86784396-c05e7d00-c061-11ea-9770-e83c4c7223b5.png) + +This prototype should be applied to Zeebe. + + +",1.0,"CI show run details of flaky tests directly in Jenkins - **Description** + +Currently we detect flaky tests, but it is a little cumbersome to get any information about the run of the flaky tests. It would be ideal, if the run information would be displayed directly in Jenkins - as with the other tests. + +There is a prototype available at: https://github.com/pihme/jenkinsTestBed/tree/rerun-failed-tests + +* This uses a Jenkins Script to harvest the test reports and generates additional test reports for the flaky tests. +* The names are modified, to make clear that this is the run of a flaky test +* These additional test reports can then be displayed by Jenkins like normal test reports + +![image](https://user-images.githubusercontent.com/14032870/86784327-a9b82600-c061-11ea-85c1-dc298af068bf.png) + +![image](https://user-images.githubusercontent.com/14032870/86784396-c05e7d00-c061-11ea-9770-e83c4c7223b5.png) + +This prototype should be applied to Zeebe. + + +",0,ci show run details of flaky tests directly in jenkins description currently we detect flaky tests but it is a little cumbersome to get any information about the run of the flaky tests it would be ideal if the run information would be displayed directly in jenkins as with the other tests there is a prototype available at this uses a jenkins script to harvest the test reports and generates additional test reports for the flaky tests the names are modified to make clear that this is the run of a flaky test these additional test reports can then be displayed by jenkins like normal test reports this prototype should be applied to zeebe ,0 +105592,9087340223.0,IssuesEvent,2019-02-18 13:30:16,nicklashersen/numpy,https://api.github.com/repos/nicklashersen/numpy,opened,Unittest _exec_command mylocale is None,testing,Create a unittest that runs this branch https://codecov.io/gh/numpy/numpy/src/master/numpy/distutils/exec_command.py#L306 and that the command can be run. Either mock the running of the command or run a valid command.,1.0,Unittest _exec_command mylocale is None - Create a unittest that runs this branch https://codecov.io/gh/numpy/numpy/src/master/numpy/distutils/exec_command.py#L306 and that the command can be run. Either mock the running of the command or run a valid command.,0,unittest exec command mylocale is none create a unittest that runs this branch and that the command can be run either mock the running of the command or run a valid command ,0 +8112,20973644694.0,IssuesEvent,2022-03-28 13:34:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Page not translated to chinese,assigned-to-author loc triaged architecture-center/svc Pri2 anti-pattern/subsvc," +Hi, page not translated to chinese + +--- +#### 文档详细信息 + +⚠ *请勿编辑此部分。 docs.microsoft.com ➟ GitHub 问题链接必须具有此部分。* + +* ID: a6710f29-66f3-f73c-6a90-6025ce6a5bd3 +* Version Independent ID: a6710f29-66f3-f73c-6a90-6025ce6a5bd3 +* Content: [Noisy Neighbor antipattern - Azure Architecture Center](https://docs.microsoft.com/zh-cn/azure/architecture/antipatterns/noisy-neighbor/noisy-neighbor) +* Content Source: [docs/antipatterns/noisy-neighbor/noisy-neighbor.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/antipatterns/noisy-neighbor/noisy-neighbor.yml) +* Service: **architecture-center** +* Sub-service: **anti-pattern** +* GitHub Login: @johndowns +* Microsoft Alias: **jodowns**",1.0,"Page not translated to chinese - +Hi, page not translated to chinese + +--- +#### 文档详细信息 + +⚠ *请勿编辑此部分。 docs.microsoft.com ➟ GitHub 问题链接必须具有此部分。* + +* ID: a6710f29-66f3-f73c-6a90-6025ce6a5bd3 +* Version Independent ID: a6710f29-66f3-f73c-6a90-6025ce6a5bd3 +* Content: [Noisy Neighbor antipattern - Azure Architecture Center](https://docs.microsoft.com/zh-cn/azure/architecture/antipatterns/noisy-neighbor/noisy-neighbor) +* Content Source: [docs/antipatterns/noisy-neighbor/noisy-neighbor.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/antipatterns/noisy-neighbor/noisy-neighbor.yml) +* Service: **architecture-center** +* Sub-service: **anti-pattern** +* GitHub Login: @johndowns +* Microsoft Alias: **jodowns**",1,page not translated to chinese hi page not translated to chinese 文档详细信息 ⚠ 请勿编辑此部分。 docs microsoft com ➟ github 问题链接必须具有此部分。 id version independent id content content source service architecture center sub service anti pattern github login johndowns microsoft alias jodowns ,1 +277816,24105062789.0,IssuesEvent,2022-09-20 06:40:36,jajm/koha-staff-interface-redesign,https://api.github.com/repos/jajm/koha-staff-interface-redesign,closed,Search bar / Input area and pull downs,type: bug status: needs testing,"The input for searching is a little too small with both and activated. + +I had entered ""The Arden edition of the works"" and only a small part of the search is still visible. As we don't know how long the library names and search options in translation might get, maybe a minimum with? + +The pull downs could be marked a little clearer, so you see where to type a little better. + +![grafik](https://user-images.githubusercontent.com/425526/189356010-4961f071-f901-46ff-b58b-2ffefc6efe82.png) +",1.0,"Search bar / Input area and pull downs - The input for searching is a little too small with both and activated. + +I had entered ""The Arden edition of the works"" and only a small part of the search is still visible. As we don't know how long the library names and search options in translation might get, maybe a minimum with? + +The pull downs could be marked a little clearer, so you see where to type a little better. + +![grafik](https://user-images.githubusercontent.com/425526/189356010-4961f071-f901-46ff-b58b-2ffefc6efe82.png) +",0,search bar input area and pull downs the input for searching is a little too small with both and activated i had entered the arden edition of the works and only a small part of the search is still visible as we don t know how long the library names and search options in translation might get maybe a minimum with the pull downs could be marked a little clearer so you see where to type a little better ,0 +4822,11738398716.0,IssuesEvent,2020-03-11 16:01:13,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Usability improvement,Pri1 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"This is a great resource that I think could be improved if each of the decision endpoints (blue boxes) were also links to more information, perhaps the info landing page for each of those services (or maybe something more contextual for someone making this sort of decision). For many people, seeing that the decision tree suggests ""Container Instances"" is good … but leads to the question of ""what's that""? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Decision tree for Azure compute services - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#flowchart) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Usability improvement - This is a great resource that I think could be improved if each of the decision endpoints (blue boxes) were also links to more information, perhaps the info landing page for each of those services (or maybe something more contextual for someone making this sort of decision). For many people, seeing that the decision tree suggests ""Container Instances"" is good … but leads to the question of ""what's that""? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Decision tree for Azure compute services - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#flowchart) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,usability improvement this is a great resource that i think could be improved if each of the decision endpoints blue boxes were also links to more information perhaps the info landing page for each of those services or maybe something more contextual for someone making this sort of decision for many people seeing that the decision tree suggests container instances is good … but leads to the question of what s that document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +324410,27807647503.0,IssuesEvent,2023-03-17 21:47:54,c1-03-14/c1.03.14,https://api.github.com/repos/c1-03-14/c1.03.14,closed,Task-008: Initial data,enhancement mandatory testing,Produce initial data to cold start your project; it must include an administrator account with credentials “administrator/administrator”. Produce assorted sample data to test your requirements; it must include two administrator accounts with credentials “administrator1/administrator1” and “administrator2/administrator2”.,1.0,Task-008: Initial data - Produce initial data to cold start your project; it must include an administrator account with credentials “administrator/administrator”. Produce assorted sample data to test your requirements; it must include two administrator accounts with credentials “administrator1/administrator1” and “administrator2/administrator2”.,0,task initial data produce initial data to cold start your project it must include an administrator account with credentials “administrator administrator” produce assorted sample data to test your requirements it must include two administrator accounts with credentials “ ” and “ ” ,0 +9758,25159387311.0,IssuesEvent,2022-11-10 15:44:11,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Update around connecting ASC to sentinel,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +Hi team, + +I think this page need some updates around connect ASC to sentinel. There is no ASC in data connectors list in sentinel, instead, I think it should be Azure Defender. I also find this page to support my assumption. + +https://docs.microsoft.com/en-us/azure/sentinel/connect-azure-security-center + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: dce3b9c5-ef05-1ff3-a6fe-052f48a9b471 +* Version Independent ID: f6d3e8e8-37c5-43e6-6185-58f8511dee7e +* Content: [Hybrid Security Monitoring using Azure Security Center and Azure Sentinel - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/hybrid/hybrid-security-monitoring) +* Content Source: [docs/hybrid/hybrid-security-monitoring.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/hybrid/hybrid-security-monitoring.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"Update around connecting ASC to sentinel - +Hi team, + +I think this page need some updates around connect ASC to sentinel. There is no ASC in data connectors list in sentinel, instead, I think it should be Azure Defender. I also find this page to support my assumption. + +https://docs.microsoft.com/en-us/azure/sentinel/connect-azure-security-center + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: dce3b9c5-ef05-1ff3-a6fe-052f48a9b471 +* Version Independent ID: f6d3e8e8-37c5-43e6-6185-58f8511dee7e +* Content: [Hybrid Security Monitoring using Azure Security Center and Azure Sentinel - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/hybrid/hybrid-security-monitoring) +* Content Source: [docs/hybrid/hybrid-security-monitoring.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/hybrid/hybrid-security-monitoring.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,update around connecting asc to sentinel hi team i think this page need some updates around connect asc to sentinel there is no asc in data connectors list in sentinel instead i think it should be azure defender i also find this page to support my assumption document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +317646,27251452320.0,IssuesEvent,2023-02-22 08:26:32,kubernetes/kubernetes,https://api.github.com/repos/kubernetes/kubernetes,opened,“kube-apiserver” cannot be pulled up by kubelet,kind/failing-test,"### Which jobs are failing? + +Using kubespray to upgrade 1.20.15 to 1.21.14 had no problems, but failed to upgrade from 1.21.14 to 1.22.16. The key commands are as follows: +kubeadm upgrade apply -y v1.22.16 --certificate-renewal=True --config=/etc/kubernetes/kubeadm-config.yaml --ignore-preflight-errors=all --allow-experimental-upgrades --etcd-upgrade=false --force --v=5 +I found that modify ""/etc/kubernetes manifests/kube-apiserver.yaml"" file, kubelet won't pull up the pod, But I can restart kube-apiserver with systemctl restart kubelet + + +### Which tests are failing? + +upgrade + +### Since when has it been failing? + +upgrade + +### Testgrid link + +_No response_ + +### Reason for failure (if possible) + +_No response_ + +### Anything else we need to know? + +After the upgrade fails, the static file logs are modified + +I0222 10:36:19.024703 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" +I0222 10:36:20.025083 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" +I0222 10:36:21.024845 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" +I0222 10:36:22.024467 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" +I0222 10:36:23.025379 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" +I0222 10:36:23.360491 22533 kubelet.go:2161] ""SyncLoop (SYNC) pods"" total=2 pods=[kube-system/kube-apiserver-k1 kube-system/kube-controller-manager-k1] +I0222 10:36:23.360808 22533 pod_workers.go:882] ""Pod cannot start yet"" pod=""kube-system/kube-apiserver-k1"" podUID=075ec6b806a03cd1244165970f8fff18 +I0222 10:36:24.025305 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:25.024721 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:25.202300 22533 common.go:73] ""Generated pod name"" pod=""kube-system/kube-apiserver-k1"" podUID=075ec6b806a03cd1244165970f8fff18 source=""/etc/kubernetes/manifests/kube-apiserver.yaml"" + I0222 10:36:25.202332 22533 common.go:78] ""Set namespace for pod"" pod=""kube-system/kube-apiserver-k1"" source=""/etc/kubernetes/manifests/kube-apiserver.yaml"" + I0222 10:36:26.024464 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:27.026350 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:28.024795 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:29.024782 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:30.025001 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:49.024541 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:50.024481 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:50.360123 22533 kubelet.go:2161] ""SyncLoop (SYNC) pods"" total=2 pods=[kubesphere-logging-system/logsidecar-injector-deploy-6684594c6d-97dkx kube-system/kube-apiserver-k1] + I0222 10:36:50.360276 22533 pod_workers.go:882] ""Pod cannot start yet"" pod=""kube-system/kube-apiserver-k1"" podUID=075ec6b806a03cd1244165970f8fff18 + I0222 10:36:51.025433 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:52.024788 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:53.024407 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:54.025114 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:55.025360 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:55.524551 22533 kuberuntime_container.go:732] ""Container exited normally"" pod=""kube-system/kube-apiserver-k1"" podUID=60c487d9a509f8411e449e945425c9ae containerName=""kube-apiserver"" containerID=""docker://5db5124a0370e8eaeb0a0c522dd0fd099f59ed001be2c590a46418b2d851df53"" + I0222 10:36:56.024940 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:56.490471 22533 kuberuntime_manager.go:1031] ""getSandboxIDByPodUID got sandbox IDs for pod"" podSandboxID=[e7390a775453ae4c325f083fa318d624c2d5acd0ac3b09ecec5af3fb1b3a4585] pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:57.024954 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:19.025398 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:20.024644 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:21.025222 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:22.025402 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:23.024447 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:24.025015 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:25.025216 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:25.200914 22533 common.go:73] ""Generated pod name"" pod=""kube-system/kube-apiserver-k1"" podUID=075ec6b806a03cd1244165970f8fff18 source=""/etc/kubernetes/manifests/kube-apiserver.yaml"" + I0222 10:37:25.200929 22533 common.go:78] ""Set namespace for pod"" pod=""kube-system/kube-apiserver-k1"" source=""/etc/kubernetes/manifests/kube-apiserver.yaml"" + I0222 10:37:26.024845 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:26.360456 22533 kubelet.go:2161] ""SyncLoop (SYNC) pods"" total=4 pods=[kube-system/kube-apiserver-k1 kubesphere-system/ks-apiserver-6f9b8f448c-8hqtq kubesphere-system/ks-installer-f569d549-pdd6f kubesphere-logging-system/elasticsearch-logging-master-0] + I0222 10:37:26.360656 22533 pod_workers.go:882] ""Pod cannot start yet"" pod=""kube-system/kube-apiserver-k1"" podUID=075ec6b806a03cd1244165970f8fff18 + + +### Relevant SIG(s) + +/sig",1.0,"“kube-apiserver” cannot be pulled up by kubelet - ### Which jobs are failing? + +Using kubespray to upgrade 1.20.15 to 1.21.14 had no problems, but failed to upgrade from 1.21.14 to 1.22.16. The key commands are as follows: +kubeadm upgrade apply -y v1.22.16 --certificate-renewal=True --config=/etc/kubernetes/kubeadm-config.yaml --ignore-preflight-errors=all --allow-experimental-upgrades --etcd-upgrade=false --force --v=5 +I found that modify ""/etc/kubernetes manifests/kube-apiserver.yaml"" file, kubelet won't pull up the pod, But I can restart kube-apiserver with systemctl restart kubelet + + +### Which tests are failing? + +upgrade + +### Since when has it been failing? + +upgrade + +### Testgrid link + +_No response_ + +### Reason for failure (if possible) + +_No response_ + +### Anything else we need to know? + +After the upgrade fails, the static file logs are modified + +I0222 10:36:19.024703 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" +I0222 10:36:20.025083 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" +I0222 10:36:21.024845 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" +I0222 10:36:22.024467 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" +I0222 10:36:23.025379 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" +I0222 10:36:23.360491 22533 kubelet.go:2161] ""SyncLoop (SYNC) pods"" total=2 pods=[kube-system/kube-apiserver-k1 kube-system/kube-controller-manager-k1] +I0222 10:36:23.360808 22533 pod_workers.go:882] ""Pod cannot start yet"" pod=""kube-system/kube-apiserver-k1"" podUID=075ec6b806a03cd1244165970f8fff18 +I0222 10:36:24.025305 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:25.024721 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:25.202300 22533 common.go:73] ""Generated pod name"" pod=""kube-system/kube-apiserver-k1"" podUID=075ec6b806a03cd1244165970f8fff18 source=""/etc/kubernetes/manifests/kube-apiserver.yaml"" + I0222 10:36:25.202332 22533 common.go:78] ""Set namespace for pod"" pod=""kube-system/kube-apiserver-k1"" source=""/etc/kubernetes/manifests/kube-apiserver.yaml"" + I0222 10:36:26.024464 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:27.026350 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:28.024795 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:29.024782 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:30.025001 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:49.024541 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:50.024481 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:50.360123 22533 kubelet.go:2161] ""SyncLoop (SYNC) pods"" total=2 pods=[kubesphere-logging-system/logsidecar-injector-deploy-6684594c6d-97dkx kube-system/kube-apiserver-k1] + I0222 10:36:50.360276 22533 pod_workers.go:882] ""Pod cannot start yet"" pod=""kube-system/kube-apiserver-k1"" podUID=075ec6b806a03cd1244165970f8fff18 + I0222 10:36:51.025433 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:52.024788 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:53.024407 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:54.025114 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:55.025360 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:55.524551 22533 kuberuntime_container.go:732] ""Container exited normally"" pod=""kube-system/kube-apiserver-k1"" podUID=60c487d9a509f8411e449e945425c9ae containerName=""kube-apiserver"" containerID=""docker://5db5124a0370e8eaeb0a0c522dd0fd099f59ed001be2c590a46418b2d851df53"" + I0222 10:36:56.024940 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:56.490471 22533 kuberuntime_manager.go:1031] ""getSandboxIDByPodUID got sandbox IDs for pod"" podSandboxID=[e7390a775453ae4c325f083fa318d624c2d5acd0ac3b09ecec5af3fb1b3a4585] pod=""kube-system/kube-apiserver-k1"" + I0222 10:36:57.024954 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:19.025398 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:20.024644 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:21.025222 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:22.025402 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:23.024447 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:24.025015 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:25.025216 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:25.200914 22533 common.go:73] ""Generated pod name"" pod=""kube-system/kube-apiserver-k1"" podUID=075ec6b806a03cd1244165970f8fff18 source=""/etc/kubernetes/manifests/kube-apiserver.yaml"" + I0222 10:37:25.200929 22533 common.go:78] ""Set namespace for pod"" pod=""kube-system/kube-apiserver-k1"" source=""/etc/kubernetes/manifests/kube-apiserver.yaml"" + I0222 10:37:26.024845 22533 worker.go:187] ""No status for pod"" pod=""kube-system/kube-apiserver-k1"" + I0222 10:37:26.360456 22533 kubelet.go:2161] ""SyncLoop (SYNC) pods"" total=4 pods=[kube-system/kube-apiserver-k1 kubesphere-system/ks-apiserver-6f9b8f448c-8hqtq kubesphere-system/ks-installer-f569d549-pdd6f kubesphere-logging-system/elasticsearch-logging-master-0] + I0222 10:37:26.360656 22533 pod_workers.go:882] ""Pod cannot start yet"" pod=""kube-system/kube-apiserver-k1"" podUID=075ec6b806a03cd1244165970f8fff18 + + +### Relevant SIG(s) + +/sig",0,“kube apiserver” cannot be pulled up by kubelet which jobs are failing using kubespray to upgrade to had no problems but failed to upgrade from to the key commands are as follows kubeadm upgrade apply y certificate renewal true config etc kubernetes kubeadm config yaml ignore preflight errors all allow experimental upgrades etcd upgrade false force v i found that modify etc kubernetes manifests kube apiserver yaml file kubelet won t pull up the pod but i can restart kube apiserver with systemctl restart kubelet which tests are failing upgrade since when has it been failing upgrade testgrid link no response reason for failure if possible no response anything else we need to know after the upgrade fails the static file logs are modified worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver kubelet go syncloop sync pods total pods pod workers go pod cannot start yet pod kube system kube apiserver poduid worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver common go generated pod name pod kube system kube apiserver poduid source etc kubernetes manifests kube apiserver yaml common go set namespace for pod pod kube system kube apiserver source etc kubernetes manifests kube apiserver yaml worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver kubelet go syncloop sync pods total pods pod workers go pod cannot start yet pod kube system kube apiserver poduid worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver kuberuntime container go container exited normally pod kube system kube apiserver poduid containername kube apiserver containerid docker worker go no status for pod pod kube system kube apiserver kuberuntime manager go getsandboxidbypoduid got sandbox ids for pod podsandboxid pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver worker go no status for pod pod kube system kube apiserver common go generated pod name pod kube system kube apiserver poduid source etc kubernetes manifests kube apiserver yaml common go set namespace for pod pod kube system kube apiserver source etc kubernetes manifests kube apiserver yaml worker go no status for pod pod kube system kube apiserver kubelet go syncloop sync pods total pods pod workers go pod cannot start yet pod kube system kube apiserver poduid relevant sig s sig,0 +137950,11171112421.0,IssuesEvent,2019-12-28 17:13:38,Codeception/CodeceptJS,https://api.github.com/repos/Codeception/CodeceptJS,closed,TestCafe returns 0 exit code on test failure,bug testcafe,"#### What are you trying to achieve? +Using the TestCafe helper, have CodeceptJS return non-zero exit codes when tests fail. + +#### What do you get instead? +Zero exit code when tests fail. This isn't an issue if we switch to e.g. Puppeteer. + +Note that the below example is on Windows/Powershell because it's my local dev environment but our real issue is getting our tests working in Travis. The same problem happens there. + +> Provide console output if related. Use `--verbose` mode for more details. + +```powershell +PS C:\Users\jeremy\Documents\projects\test-codeceptjs> npx codeceptjs run --verbose +CodeceptJS v2.3.6 +Using test root ""C:\Users\jeremy\Documents\projects\test-codeceptjs"" +Helpers: TestCafe +Plugins: screenshotOnFail + +Test -- + [1] Starting recording promises + Emitted | suite.before ([object Object]) + Test + Emitted | test.before ([object Object]) + » [_before] Starting testcafe browser... + Running tests in: + - Chrome 79.0.3945.79 / Windows 10 + Emitted | test.start ([object Object]) + Emitted | step.before (I am on page ""https://www.google.com"") + Emitted | step.after (I am on page ""https://www.google.com"") + Emitted | step.before (I see ""Nothing"") + Emitted | step.after (I see ""Nothing"") + Emitted | step.start (I am on page ""https://www.google.com"") + I am on page ""https://www.google.com"" + Emitted | step.passed (I am on page ""https://www.google.com"") + Emitted | step.finish (I am on page ""https://www.google.com"") + Emitted | step.start (I see ""Nothing"") + I see ""Nothing"" + [1] Error | Error: AssertionError: No element with text ""Nothing"" found: expected 0 to be above 0 + Emitted | step.failed (I see ""Nothing"") + Emitted | step.finish (I see ""Nothing"") + [1] Error | Error: AssertionError: No element with text ""Nothing"" found: expected 0 to be above 0 + [1] Starting session + Emitted | test.failed ([object Object]) + Emitted | test.finish ([object Object]) + × FAILED in 6189ms + + [2] Starting recording promises + Emitted | test.after ([object Object]) + » [_after] Stopping testcafe browser... + Emitted | suite.after ([object Object]) + +-- FAILURES: + + 1) Test + Test: + AssertionError: No element with text ""Nothing"" found: expected 0 to be above 0 + + Scenario Steps: + + - I.see(""Nothing"") at Test. (src\test.spec.js:7:7) + - I.amOnPage(""https://www.google.com"") at Test. (src\test.spec.js:6:7) + + Error: AssertionError: No element with text ""Nothing"" found: expected 0 to be above 0 + at mapError (node_modules\codeceptjs\lib\helper\testcafe\testcafe-utils.js:29:11) + at invokeCallback (node_modules\pinkie\index.js:60:12) + at Array.forEach () + at publish (node_modules\pinkie\index.js:147:32) + at Array.publishRejection (node_modules\pinkie\index.js:157:2) + at Immediate.asyncFlush (node_modules\pinkie\index.js:17:19) + at processImmediate (internal/timers.js:441:21) + at process.topLevelDomainCallback (domain.js:130:23) + + + FAIL | 0 passed, 1 failed // 14s + Emitted | global.result ([object Object]) + Emitted | global.after ([object Object]) +PS C:\Users\jeremy\Documents\projects\test-codeceptjs> $? +True // Should be False +``` + +> Provide test source code if related + +```js +Feature('Test'); + +Scenario('Test', async (I) => { + I.amOnPage('https://www.google.com'); + I.see('Nothing'); +}); +``` + +### Details + +* CodeceptJS version: 2.3.6 +* NodeJS Version: 12.13.1 +* Operating System: Windows 10/Ubuntu Trusty 14.04 (Travis) +* TestCafe: 1.7.0 +* Configuration file: + +```js +exports.config = { + tests: './src/*.spec.js', + output: './output', + helpers: { + TestCafe : { + browser: process.profile || 'chrome', + show: false + } + }, + include: {}, + bootstrap: null, + mocha: {}, + name: 'test-codeceptjs', + timeout: 4000, + plugins: { + screenshotOnFail: { + enabled: true + } + } +} +``` +",1.0,"TestCafe returns 0 exit code on test failure - #### What are you trying to achieve? +Using the TestCafe helper, have CodeceptJS return non-zero exit codes when tests fail. + +#### What do you get instead? +Zero exit code when tests fail. This isn't an issue if we switch to e.g. Puppeteer. + +Note that the below example is on Windows/Powershell because it's my local dev environment but our real issue is getting our tests working in Travis. The same problem happens there. + +> Provide console output if related. Use `--verbose` mode for more details. + +```powershell +PS C:\Users\jeremy\Documents\projects\test-codeceptjs> npx codeceptjs run --verbose +CodeceptJS v2.3.6 +Using test root ""C:\Users\jeremy\Documents\projects\test-codeceptjs"" +Helpers: TestCafe +Plugins: screenshotOnFail + +Test -- + [1] Starting recording promises + Emitted | suite.before ([object Object]) + Test + Emitted | test.before ([object Object]) + » [_before] Starting testcafe browser... + Running tests in: + - Chrome 79.0.3945.79 / Windows 10 + Emitted | test.start ([object Object]) + Emitted | step.before (I am on page ""https://www.google.com"") + Emitted | step.after (I am on page ""https://www.google.com"") + Emitted | step.before (I see ""Nothing"") + Emitted | step.after (I see ""Nothing"") + Emitted | step.start (I am on page ""https://www.google.com"") + I am on page ""https://www.google.com"" + Emitted | step.passed (I am on page ""https://www.google.com"") + Emitted | step.finish (I am on page ""https://www.google.com"") + Emitted | step.start (I see ""Nothing"") + I see ""Nothing"" + [1] Error | Error: AssertionError: No element with text ""Nothing"" found: expected 0 to be above 0 + Emitted | step.failed (I see ""Nothing"") + Emitted | step.finish (I see ""Nothing"") + [1] Error | Error: AssertionError: No element with text ""Nothing"" found: expected 0 to be above 0 + [1] Starting session + Emitted | test.failed ([object Object]) + Emitted | test.finish ([object Object]) + × FAILED in 6189ms + + [2] Starting recording promises + Emitted | test.after ([object Object]) + » [_after] Stopping testcafe browser... + Emitted | suite.after ([object Object]) + +-- FAILURES: + + 1) Test + Test: + AssertionError: No element with text ""Nothing"" found: expected 0 to be above 0 + + Scenario Steps: + + - I.see(""Nothing"") at Test. (src\test.spec.js:7:7) + - I.amOnPage(""https://www.google.com"") at Test. (src\test.spec.js:6:7) + + Error: AssertionError: No element with text ""Nothing"" found: expected 0 to be above 0 + at mapError (node_modules\codeceptjs\lib\helper\testcafe\testcafe-utils.js:29:11) + at invokeCallback (node_modules\pinkie\index.js:60:12) + at Array.forEach () + at publish (node_modules\pinkie\index.js:147:32) + at Array.publishRejection (node_modules\pinkie\index.js:157:2) + at Immediate.asyncFlush (node_modules\pinkie\index.js:17:19) + at processImmediate (internal/timers.js:441:21) + at process.topLevelDomainCallback (domain.js:130:23) + + + FAIL | 0 passed, 1 failed // 14s + Emitted | global.result ([object Object]) + Emitted | global.after ([object Object]) +PS C:\Users\jeremy\Documents\projects\test-codeceptjs> $? +True // Should be False +``` + +> Provide test source code if related + +```js +Feature('Test'); + +Scenario('Test', async (I) => { + I.amOnPage('https://www.google.com'); + I.see('Nothing'); +}); +``` + +### Details + +* CodeceptJS version: 2.3.6 +* NodeJS Version: 12.13.1 +* Operating System: Windows 10/Ubuntu Trusty 14.04 (Travis) +* TestCafe: 1.7.0 +* Configuration file: + +```js +exports.config = { + tests: './src/*.spec.js', + output: './output', + helpers: { + TestCafe : { + browser: process.profile || 'chrome', + show: false + } + }, + include: {}, + bootstrap: null, + mocha: {}, + name: 'test-codeceptjs', + timeout: 4000, + plugins: { + screenshotOnFail: { + enabled: true + } + } +} +``` +",0,testcafe returns exit code on test failure what are you trying to achieve using the testcafe helper have codeceptjs return non zero exit codes when tests fail what do you get instead zero exit code when tests fail this isn t an issue if we switch to e g puppeteer note that the below example is on windows powershell because it s my local dev environment but our real issue is getting our tests working in travis the same problem happens there provide console output if related use verbose mode for more details powershell ps c users jeremy documents projects test codeceptjs npx codeceptjs run verbose codeceptjs using test root c users jeremy documents projects test codeceptjs helpers testcafe plugins screenshotonfail test starting recording promises emitted suite before test emitted test before » starting testcafe browser running tests in chrome windows emitted test start emitted step before i am on page emitted step after i am on page emitted step before i see nothing emitted step after i see nothing emitted step start i am on page i am on page emitted step passed i am on page emitted step finish i am on page emitted step start i see nothing i see nothing error error assertionerror no element with text nothing found expected to be above emitted step failed i see nothing emitted step finish i see nothing error error assertionerror no element with text nothing found expected to be above starting session emitted test failed emitted test finish × failed in starting recording promises emitted test after » stopping testcafe browser emitted suite after failures test test assertionerror no element with text nothing found expected to be above scenario steps i see nothing at test src test spec js i amonpage at test src test spec js error assertionerror no element with text nothing found expected to be above at maperror node modules codeceptjs lib helper testcafe testcafe utils js at invokecallback node modules pinkie index js at array foreach at publish node modules pinkie index js at array publishrejection node modules pinkie index js at immediate asyncflush node modules pinkie index js at processimmediate internal timers js at process topleveldomaincallback domain js fail passed failed emitted global result emitted global after ps c users jeremy documents projects test codeceptjs true should be false provide test source code if related js feature test scenario test async i i amonpage i see nothing details codeceptjs version nodejs version operating system windows ubuntu trusty travis testcafe configuration file js exports config tests src spec js output output helpers testcafe browser process profile chrome show false include bootstrap null mocha name test codeceptjs timeout plugins screenshotonfail enabled true ,0 +6639,14973205522.0,IssuesEvent,2021-01-28 00:32:12,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Sample diagram includes icons not in library,Pri2 architecture-center/svc assigned-to-author doc-enhancement triaged,"Although your sample diagram includes icons for (eg.) Azure Databricks and Power BI, neither of these are included in the current icon library. More frequent updates and more comprehensive coverage could still be an improvement. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Sample diagram includes icons not in library - Although your sample diagram includes icons for (eg.) Azure Databricks and Power BI, neither of these are included in the current icon library. More frequent updates and more comprehensive coverage could still be an improvement. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,sample diagram includes icons not in library although your sample diagram includes icons for eg azure databricks and power bi neither of these are included in the current icon library more frequent updates and more comprehensive coverage could still be an improvement document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +246877,20923205777.0,IssuesEvent,2022-03-24 19:32:26,woocommerce/woocommerce,https://api.github.com/repos/woocommerce/woocommerce,closed,WooCommerce package.json `@woocommerce/admin-e2e-tests` dependency still points to release number,package: @woocommerce/admin-e2e-tests," + +**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:** +WooCommerce package.json `@woocommerce/admin-e2e-tests` dependency still points to release number instead of the local available package `workspace:*`. + +### Testing instructions +- Update or add a new test in packages/admin-e2e-tests/specs +- Run the build +- Now run the E2E tests by following the instructions [here](https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/tests/e2e/README.md) +- Notice how the updates aren't being reflected",1.0,"WooCommerce package.json `@woocommerce/admin-e2e-tests` dependency still points to release number - + +**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:** +WooCommerce package.json `@woocommerce/admin-e2e-tests` dependency still points to release number instead of the local available package `workspace:*`. + +### Testing instructions +- Update or add a new test in packages/admin-e2e-tests/specs +- Run the build +- Now run the E2E tests by following the instructions [here](https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/tests/e2e/README.md) +- Notice how the updates aren't being reflected",0,woocommerce package json woocommerce admin tests dependency still points to release number 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 woocommerce package json woocommerce admin tests dependency still points to release number instead of the local available package workspace testing instructions update or add a new test in packages admin tests specs run the build now run the tests by following the instructions notice how the updates aren t being reflected,0 +3422,9608697020.0,IssuesEvent,2019-05-12 08:58:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,HDInsight left out in documentation,architecture-center/svc cloud-fundamentals/subsvc cxp doc-enhancement triaged,"If Databricks is listed here, HDInsight should be represented as well + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d0bdc71b-0a54-4cc4-1b79-f60e274e9a51 +* Version Independent ID: 1783570c-3545-71c8-72d3-d5657f77c070 +* Content: [Choosing a machine learning technology](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/data-science-and-machine-learning?toc=%2Fen-us%2Fazure%2Fmachine-learning%2Ftoc.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json) +* Content Source: [docs/data-guide/technology-choices/data-science-and-machine-learning.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/data-science-and-machine-learning.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"HDInsight left out in documentation - If Databricks is listed here, HDInsight should be represented as well + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d0bdc71b-0a54-4cc4-1b79-f60e274e9a51 +* Version Independent ID: 1783570c-3545-71c8-72d3-d5657f77c070 +* Content: [Choosing a machine learning technology](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/data-science-and-machine-learning?toc=%2Fen-us%2Fazure%2Fmachine-learning%2Ftoc.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json) +* Content Source: [docs/data-guide/technology-choices/data-science-and-machine-learning.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/data-science-and-machine-learning.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,hdinsight left out in documentation if databricks is listed here hdinsight should be represented as well document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login mikewasson microsoft alias pnp ,1 +358901,10651624573.0,IssuesEvent,2019-10-17 10:48:01,dooboolab/flutter_calendar_carousel,https://api.github.com/repos/dooboolab/flutter_calendar_carousel,closed,Dates moved by one day when set international and also formatting error,feature request good first issue priority,"### Version of flutter_calendar_carousel +1.3.18 +### Expected behavior +Issue 1 +Week view and month view should show similar dates and days. + +Issue 2, +when the locale is set, then the text formatting should also be appropriate + +### Actual behavior +Issue 1. +The date between the two calendars should be the same. However, as you can see in the below attachments the dates (in week view) shows ""1"" as Tuesday and '2' as Wednesday, whereas the full month view shows them correctly where 1 is Monday and 2 is Tuesday +When showing week view the dates are moved by one day. + +![Simulator Screen Shot - iPhone XS - 2019-07-02 at 12 54 14](https://user-images.githubusercontent.com/3909110/60507671-f8054d00-9cc8-11e9-9970-95c8af256737.png) +![Simulator Screen Shot - iPhone XS - 2019-07-02 at 12 54 49](https://user-images.githubusercontent.com/3909110/60507672-f8054d00-9cc8-11e9-89cd-30435a83dd01.png) + +Issue 2. +On Week view Monday is shown in red (weekend format), whereas in the month view it is shown properly. I can raise a separate issue for this. + +### flutter doctor result (run flutter doctor in terminal) +✓] Flutter (Channel dev, v1.5.8, on Mac OS X 10.13.6 17G65, locale en-DK) + +[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3) +[✓] iOS toolchain - develop for iOS devices (Xcode 10.1) +[✓] Android Studio (version 3.3) +[✓] VS Code (version 1.35.1) +[✓] Connected device (1 available) + +### Steps to reproduce the behavior +I have just done git clone of the repo and using the example app, passing the locale as string 'da'. +I have just enabled expanded arrow button to hide the other calendar which by default shows up in the example you have + + +last but not the least thanks for the good library it is great :) + + +EDIT: found that even without locale it is having the same issue with dates. On week view it is one day added for July, but in the month view, it is perfect.",1.0,"Dates moved by one day when set international and also formatting error - ### Version of flutter_calendar_carousel +1.3.18 +### Expected behavior +Issue 1 +Week view and month view should show similar dates and days. + +Issue 2, +when the locale is set, then the text formatting should also be appropriate + +### Actual behavior +Issue 1. +The date between the two calendars should be the same. However, as you can see in the below attachments the dates (in week view) shows ""1"" as Tuesday and '2' as Wednesday, whereas the full month view shows them correctly where 1 is Monday and 2 is Tuesday +When showing week view the dates are moved by one day. + +![Simulator Screen Shot - iPhone XS - 2019-07-02 at 12 54 14](https://user-images.githubusercontent.com/3909110/60507671-f8054d00-9cc8-11e9-9970-95c8af256737.png) +![Simulator Screen Shot - iPhone XS - 2019-07-02 at 12 54 49](https://user-images.githubusercontent.com/3909110/60507672-f8054d00-9cc8-11e9-89cd-30435a83dd01.png) + +Issue 2. +On Week view Monday is shown in red (weekend format), whereas in the month view it is shown properly. I can raise a separate issue for this. + +### flutter doctor result (run flutter doctor in terminal) +✓] Flutter (Channel dev, v1.5.8, on Mac OS X 10.13.6 17G65, locale en-DK) + +[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3) +[✓] iOS toolchain - develop for iOS devices (Xcode 10.1) +[✓] Android Studio (version 3.3) +[✓] VS Code (version 1.35.1) +[✓] Connected device (1 available) + +### Steps to reproduce the behavior +I have just done git clone of the repo and using the example app, passing the locale as string 'da'. +I have just enabled expanded arrow button to hide the other calendar which by default shows up in the example you have + + +last but not the least thanks for the good library it is great :) + + +EDIT: found that even without locale it is having the same issue with dates. On week view it is one day added for July, but in the month view, it is perfect.",0,dates moved by one day when set international and also formatting error version of flutter calendar carousel expected behavior issue week view and month view should show similar dates and days issue when the locale is set then the text formatting should also be appropriate actual behavior issue the date between the two calendars should be the same however as you can see in the below attachments the dates in week view shows as tuesday and as wednesday whereas the full month view shows them correctly where is monday and is tuesday when showing week view the dates are moved by one day issue on week view monday is shown in red weekend format whereas in the month view it is shown properly i can raise a separate issue for this flutter doctor result run flutter doctor in terminal ✓ flutter channel dev on mac os x locale en dk android toolchain develop for android devices android sdk version ios toolchain develop for ios devices xcode android studio version vs code version connected device available steps to reproduce the behavior i have just done git clone of the repo and using the example app passing the locale as string da i have just enabled expanded arrow button to hide the other calendar which by default shows up in the example you have last but not the least thanks for the good library it is great edit found that even without locale it is having the same issue with dates on week view it is one day added for july but in the month view it is perfect ,0 +9832,25343271248.0,IssuesEvent,2022-11-19 00:45:39,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,SQL Server Availability Group Wording Fixes,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri1,"Within this [Workflow](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/multi-tier-app-disaster-recovery-experiment#workflow) section, the following bolded words and phrases are kinda/sorta not accurate and may confuse readers: + +> The database tier can be configured to use Always On availability groups. With this SQL Server configuration, one primary **database** within **a cluster** is configured with up to eight secondary **databases**. If an issue occurs with the primary **database**, the **cluster fails** over to one of the secondary **databases**, allowing the application to remain available. For more information, see [Overview of Always On availability groups for SQL Server](https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server). + +I would suggest the following edits to reflect the concept of primary and secondary 'replicas' within an Availability Group, removing the reference to a cluster failing over given Availability Groups are not true Failover Cluster Deployments of SQL Server, and minor other edits to ensure clarity. For reference, the official listing of Availability Group terms and conditions can be found [here](https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/always-on-availability-groups-sql-server?view=sql-server-ver16#TermsAndDefinitions) + +Proposed edits are _**bold and italic**_: + +> The database tier can be configured to use Always On availability groups. With this SQL Server configuration, one primary read/write _**replica**_ within _**an availability group**_ is configured with up to eight secondary _**read-only replicas**_. If an issue occurs with the primary _**replica**_, the _**availability group fails over primary read/write activity**_ to one of the secondary _**replicas**_, allowing the application to remain available. For more information, see [Overview of Always On availability groups for SQL Server](https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server). + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5e6bcac8-81a4-74ef-8287-6a185c564e84 +* Version Independent ID: 5e6bcac8-81a4-74ef-8287-6a185c564e84 +* Content: [Multi-tier web application built for HA/DR - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/multi-tier-app-disaster-recovery-experiment) +* Content Source: [docs/example-scenario/infrastructure/multi-tier-app-disaster-recovery-experiment.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/infrastructure/multi-tier-app-disaster-recovery-experiment.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @sujayt +* Microsoft Alias: **sutalasi**",1.0,"SQL Server Availability Group Wording Fixes - Within this [Workflow](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/multi-tier-app-disaster-recovery-experiment#workflow) section, the following bolded words and phrases are kinda/sorta not accurate and may confuse readers: + +> The database tier can be configured to use Always On availability groups. With this SQL Server configuration, one primary **database** within **a cluster** is configured with up to eight secondary **databases**. If an issue occurs with the primary **database**, the **cluster fails** over to one of the secondary **databases**, allowing the application to remain available. For more information, see [Overview of Always On availability groups for SQL Server](https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server). + +I would suggest the following edits to reflect the concept of primary and secondary 'replicas' within an Availability Group, removing the reference to a cluster failing over given Availability Groups are not true Failover Cluster Deployments of SQL Server, and minor other edits to ensure clarity. For reference, the official listing of Availability Group terms and conditions can be found [here](https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/always-on-availability-groups-sql-server?view=sql-server-ver16#TermsAndDefinitions) + +Proposed edits are _**bold and italic**_: + +> The database tier can be configured to use Always On availability groups. With this SQL Server configuration, one primary read/write _**replica**_ within _**an availability group**_ is configured with up to eight secondary _**read-only replicas**_. If an issue occurs with the primary _**replica**_, the _**availability group fails over primary read/write activity**_ to one of the secondary _**replicas**_, allowing the application to remain available. For more information, see [Overview of Always On availability groups for SQL Server](https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server). + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5e6bcac8-81a4-74ef-8287-6a185c564e84 +* Version Independent ID: 5e6bcac8-81a4-74ef-8287-6a185c564e84 +* Content: [Multi-tier web application built for HA/DR - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/multi-tier-app-disaster-recovery-experiment) +* Content Source: [docs/example-scenario/infrastructure/multi-tier-app-disaster-recovery-experiment.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/infrastructure/multi-tier-app-disaster-recovery-experiment.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @sujayt +* Microsoft Alias: **sutalasi**",1,sql server availability group wording fixes within this section the following bolded words and phrases are kinda sorta not accurate and may confuse readers the database tier can be configured to use always on availability groups with this sql server configuration one primary database within a cluster is configured with up to eight secondary databases if an issue occurs with the primary database the cluster fails over to one of the secondary databases allowing the application to remain available for more information see i would suggest the following edits to reflect the concept of primary and secondary replicas within an availability group removing the reference to a cluster failing over given availability groups are not true failover cluster deployments of sql server and minor other edits to ensure clarity for reference the official listing of availability group terms and conditions can be found proposed edits are bold and italic the database tier can be configured to use always on availability groups with this sql server configuration one primary read write replica within an availability group is configured with up to eight secondary read only replicas if an issue occurs with the primary replica the availability group fails over primary read write activity to one of the secondary replicas allowing the application to remain available for more information see document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login sujayt microsoft alias sutalasi ,1 +9224,24254940892.0,IssuesEvent,2022-09-27 16:56:29,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Updated Azure Databricks icon,doc-bug assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"Hi, could you help me update the Azure Databricks icon on [this diagram](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/_images/recommenders-architecture.png) on the [Build a Real-time Recommendation API on Azure](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/real-time-recommendation) architecture with this new SVG file: https://drive.google.com/file/d/13z9cECUZsyu8ZjWzHErUZbAhuO_jXlUK/ + +Thank you, + +Clinton Ford +Principal Product Marketing Manager +Databricks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9353bd7c-c25d-5a4d-17cd-df6d8038d2a3 +* Version Independent ID: 21434ad8-78fc-03e3-0bd1-03cc706627c7 +* Content: [Build a Real-time Recommendation API on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/real-time-recommendation) +* Content Source: [docs/reference-architectures/ai/real-time-recommendation.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/ai/real-time-recommendation.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @njray +* Microsoft Alias: **pnp**",2.0,"Updated Azure Databricks icon - Hi, could you help me update the Azure Databricks icon on [this diagram](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/_images/recommenders-architecture.png) on the [Build a Real-time Recommendation API on Azure](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/real-time-recommendation) architecture with this new SVG file: https://drive.google.com/file/d/13z9cECUZsyu8ZjWzHErUZbAhuO_jXlUK/ + +Thank you, + +Clinton Ford +Principal Product Marketing Manager +Databricks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9353bd7c-c25d-5a4d-17cd-df6d8038d2a3 +* Version Independent ID: 21434ad8-78fc-03e3-0bd1-03cc706627c7 +* Content: [Build a Real-time Recommendation API on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/real-time-recommendation) +* Content Source: [docs/reference-architectures/ai/real-time-recommendation.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/ai/real-time-recommendation.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @njray +* Microsoft Alias: **pnp**",1,updated azure databricks icon hi could you help me update the azure databricks icon on on the architecture with this new svg file thank you clinton ford principal product marketing manager databricks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login njray microsoft alias pnp ,1 +115669,11884647176.0,IssuesEvent,2020-03-27 18:02:27,matteobruni/tsparticles,https://api.github.com/repos/matteobruni/tsparticles,closed,tsParticles Default values,bug documentation enhancement first-timers-only good first issue help wanted up-for-grabs,"The default values are ugly as hell. Some nicer are needed to init library with a good default effect. +Less options enabled is the best solution, so they don't create conflicts. + +To change the default values only the classes under Options folder needs changes.",1.0,"tsParticles Default values - The default values are ugly as hell. Some nicer are needed to init library with a good default effect. +Less options enabled is the best solution, so they don't create conflicts. + +To change the default values only the classes under Options folder needs changes.",0,tsparticles default values the default values are ugly as hell some nicer are needed to init library with a good default effect less options enabled is the best solution so they don t create conflicts to change the default values only the classes under options folder needs changes ,0 +132991,18278837016.0,IssuesEvent,2021-10-04 22:46:53,ghc-dev/Deanna-Mcgee,https://api.github.com/repos/ghc-dev/Deanna-Mcgee,opened,WS-2018-0084 (High) detected in sshpk-1.10.0.tgz,security vulnerability,"## WS-2018-0084 - High Severity Vulnerability +
Vulnerable Library - sshpk-1.10.0.tgz

+ +

A library for finding and using SSH public keys

+

Library home page: https://registry.npmjs.org/sshpk/-/sshpk-1.10.0.tgz

+

Path to dependency file: Deanna-Mcgee/package.json

+

Path to vulnerable library: Deanna-Mcgee/node_modules/sshpk/package.json

+

+ +Dependency Hierarchy: + - jest-cli-15.1.1.tgz (Root Library) + - jest-environment-jsdom-15.1.1.tgz + - jsdom-9.5.0.tgz + - request-2.75.0.tgz + - http-signature-1.1.1.tgz + - :x: **sshpk-1.10.0.tgz** (Vulnerable Library) +

Found in HEAD commit: 7896ab5f02f0fac7b7062476ec2c7936ab5441b3

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +Versions of sshpk before 1.14.1 are vulnerable to regular expression denial of service when parsing crafted invalid public keys. + + + +

Publish Date: 2018-04-25 +

URL: WS-2018-0084

+

+
+

+
CVSS 2 Score Details (8.0) +

+ +Base Score Metrics not available

+ +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nodesecurity.io/advisories/606

+

Release Date: 2018-01-27

+

Fix Resolution: 1.14.1

+ +

+
+

+ +",True,"WS-2018-0084 (High) detected in sshpk-1.10.0.tgz - ## WS-2018-0084 - High Severity Vulnerability +
Vulnerable Library - sshpk-1.10.0.tgz

+ +

A library for finding and using SSH public keys

+

Library home page: https://registry.npmjs.org/sshpk/-/sshpk-1.10.0.tgz

+

Path to dependency file: Deanna-Mcgee/package.json

+

Path to vulnerable library: Deanna-Mcgee/node_modules/sshpk/package.json

+

+ +Dependency Hierarchy: + - jest-cli-15.1.1.tgz (Root Library) + - jest-environment-jsdom-15.1.1.tgz + - jsdom-9.5.0.tgz + - request-2.75.0.tgz + - http-signature-1.1.1.tgz + - :x: **sshpk-1.10.0.tgz** (Vulnerable Library) +

Found in HEAD commit: 7896ab5f02f0fac7b7062476ec2c7936ab5441b3

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +Versions of sshpk before 1.14.1 are vulnerable to regular expression denial of service when parsing crafted invalid public keys. + + + +

Publish Date: 2018-04-25 +

URL: WS-2018-0084

+

+
+

+
CVSS 2 Score Details (8.0) +

+ +Base Score Metrics not available

+ +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://nodesecurity.io/advisories/606

+

Release Date: 2018-01-27

+

Fix Resolution: 1.14.1

+ +

+
+

+ +",0,ws high detected in sshpk tgz ws high severity vulnerability vulnerable library sshpk tgz a library for finding and using ssh public keys library home page a href path to dependency file deanna mcgee package json path to vulnerable library deanna mcgee node modules sshpk package json dependency hierarchy jest cli tgz root library jest environment jsdom tgz jsdom tgz request tgz http signature tgz x sshpk tgz vulnerable library found in head commit a href found in base branch master vulnerability details versions of sshpk before are vulnerable to regular expression denial of service when parsing crafted invalid public keys 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 isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree jest cli jest environment jsdom jsdom request http signature sshpk isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier ws vulnerabilitydetails versions of sshpk before are vulnerable to regular expression denial of service when parsing crafted invalid public keys n n vulnerabilityurl ,0 +261426,19712051626.0,IssuesEvent,2022-01-13 06:59:51,teamBugBash/hello,https://api.github.com/repos/teamBugBash/hello,closed,123sample,bug documentation,"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laboru +![Screenshot 2022-01-07 at 11 23 30 AM](https://user-images.githubusercontent.com/66588796/148498682-4fd1bca6-feda-4f62-8e52-5f697de2b855.png) +m",1.0,"123sample - Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laboru +![Screenshot 2022-01-07 at 11 23 30 AM](https://user-images.githubusercontent.com/66588796/148498682-4fd1bca6-feda-4f62-8e52-5f697de2b855.png) +m",0, lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur excepteur sint occaecat cupidatat non proident sunt in culpa qui officia deserunt mollit anim id est laboru m,0 +831217,32041441654.0,IssuesEvent,2023-09-22 19:43:38,ctrl-space-labs/gendox-core,https://api.github.com/repos/ctrl-space-labs/gendox-core,opened,As a Backend developer I want to remove hardcode projectId from createAuditLogs,bug backend priority-1,"projectId is hardcoded in createAuditLogs, need to be removed + +Caused by: org.postgresql.util.PSQLException: ERROR: insert or update on table ""audit_logs"" violates foreign key constraint ""message_logs_project_id_fkey"" + Detail: Key (project_id)=(647ce1c3-11db-429d-8458-157c4e807f2e) is not present in table ""projects"". +",1.0,"As a Backend developer I want to remove hardcode projectId from createAuditLogs - projectId is hardcoded in createAuditLogs, need to be removed + +Caused by: org.postgresql.util.PSQLException: ERROR: insert or update on table ""audit_logs"" violates foreign key constraint ""message_logs_project_id_fkey"" + Detail: Key (project_id)=(647ce1c3-11db-429d-8458-157c4e807f2e) is not present in table ""projects"". +",0,as a backend developer i want to remove hardcode projectid from createauditlogs projectid is hardcoded in createauditlogs need to be removed caused by org postgresql util psqlexception error insert or update on table audit logs violates foreign key constraint message logs project id fkey detail key project id is not present in table projects ,0 +3888,10239658688.0,IssuesEvent,2019-08-19 18:48:05,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"VNET Gateway, Connection and Local Network Gateway",Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc triaged,"I wanted to check about naming rule of Networking resource which includes VNET Gateway, Connection and Local Network Gateway. But I could not find those resources in this page. I hope the limitations of those resources will be written in this page. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#naming-rules-and-restrictions) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1.0,"VNET Gateway, Connection and Local Network Gateway - I wanted to check about naming rule of Networking resource which includes VNET Gateway, Connection and Local Network Gateway. But I could not find those resources in this page. I hope the limitations of those resources will be written in this page. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#naming-rules-and-restrictions) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,vnet gateway connection and local network gateway i wanted to check about naming rule of networking resource which includes vnet gateway connection and local network gateway but i could not find those resources in this page i hope the limitations of those resources will be written in this page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login telmosampaio microsoft alias pnp ,1 +6431,14562478570.0,IssuesEvent,2020-12-17 00:11:33,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,NetApp Files on Azure,Pri2 architecture-center/svc assigned-to-author doc-enhancement triaged,"can you please update this section here for Azure NetApp Files Currently, up to 1000 IP connections per active VNet are possible. This also includes VNET Peerings as well. To VNET + Peered VNETs (1000 IP's in total) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6386653c-9f82-1ea7-8f29-377be4e5e3b7 +* Version Independent ID: a5db2b47-afaf-5917-40cd-740168cad8b6 +* Content: [FSLogix for the enterprise - Azure Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop-fslogix.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop-fslogix.md) +* Service: **architecture-center** +* GitHub Login: @christiaanbrinkhoff +* Microsoft Alias: **pnp**",1.0,"NetApp Files on Azure - can you please update this section here for Azure NetApp Files Currently, up to 1000 IP connections per active VNet are possible. This also includes VNET Peerings as well. To VNET + Peered VNETs (1000 IP's in total) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6386653c-9f82-1ea7-8f29-377be4e5e3b7 +* Version Independent ID: a5db2b47-afaf-5917-40cd-740168cad8b6 +* Content: [FSLogix for the enterprise - Azure Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop-fslogix.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop-fslogix.md) +* Service: **architecture-center** +* GitHub Login: @christiaanbrinkhoff +* Microsoft Alias: **pnp**",1,netapp files on azure can you please update this section here for azure netapp files currently up to ip connections per active vnet are possible this also includes vnet peerings as well to vnet peered vnets ip s in total document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id afaf content content source service architecture center github login christiaanbrinkhoff microsoft alias pnp ,1 +177231,21468769376.0,IssuesEvent,2022-04-26 07:35:17,Satheesh575555/external_tcpdump_AOSP10_r33,https://api.github.com/repos/Satheesh575555/external_tcpdump_AOSP10_r33,opened,CVE-2018-14881 (High) detected in tcpdumptcpdump-4.9.2,security vulnerability,"## CVE-2018-14881 - High Severity Vulnerability +
Vulnerable Library - tcpdumptcpdump-4.9.2

+

+ +

the TCPdump network dissector

+

Library home page: https://github.com/the-tcpdump-group/tcpdump.git

+

Found in HEAD commit: 2dfdd1ca649c09239da90330faa390fd66d5fc18

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (1) +

+

+ + /print-bgp.c +

+
+

+

+ +

+
Vulnerability Details +

+ +The BGP parser in tcpdump before 4.9.3 has a buffer over-read in print-bgp.c:bgp_capabilities_print() (BGP_CAPCODE_RESTART). + +

Publish Date: 2019-10-03 +

URL: CVE-2018-14881

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14881

+

Release Date: 2019-10-03

+

Fix Resolution: 4.9.3

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2018-14881 (High) detected in tcpdumptcpdump-4.9.2 - ## CVE-2018-14881 - High Severity Vulnerability +
Vulnerable Library - tcpdumptcpdump-4.9.2

+

+ +

the TCPdump network dissector

+

Library home page: https://github.com/the-tcpdump-group/tcpdump.git

+

Found in HEAD commit: 2dfdd1ca649c09239da90330faa390fd66d5fc18

+ +

Found in base branch: master

+
+

+
Vulnerable Source Files (1) +

+

+ + /print-bgp.c +

+
+

+

+ +

+
Vulnerability Details +

+ +The BGP parser in tcpdump before 4.9.3 has a buffer over-read in print-bgp.c:bgp_capabilities_print() (BGP_CAPCODE_RESTART). + +

Publish Date: 2019-10-03 +

URL: CVE-2018-14881

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14881

+

Release Date: 2019-10-03

+

Fix Resolution: 4.9.3

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in tcpdumptcpdump cve high severity vulnerability vulnerable library tcpdumptcpdump the tcpdump network dissector library home page a href found in head commit a href found in base branch master vulnerable source files print bgp c vulnerability details the bgp parser in tcpdump before has a buffer over read in print bgp c bgp capabilities print bgp capcode restart 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 step up your open source security game with whitesource ,0 +6432,14562486765.0,IssuesEvent,2020-12-17 00:12:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,No Nest Step section in Data considerations page,Pri3 architecture-center/svc assigned-to-author doc-bug triaged,"Hi, + +Next Step section is missing in [Data Consideration page](https://docs.microsoft.com/en-us/azure/architecture/microservices/design/data-considerations) +It should be connected to the next page which is [Design patterns for microservices](https://docs.microsoft.com/en-us/azure/architecture/microservices/design/patterns) + +Basically the follow lines are missing in the first document: + +``` +## Next steps +> [!div class=""nextstepaction""] +> [Design patterns for microservices](./patterns.md) +``` +It might be a stupid error but if someone doesn't pay attention, he/she will not read the next page. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: eb25545c-958f-99b0-b321-74e556ad4557 +* Version Independent ID: ebe36da6-a15f-f981-787d-8aa4307451a2 +* Content: [Data considerations for microservices - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/design/data-considerations) +* Content Source: [docs/microservices/design/data-considerations.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/design/data-considerations.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"No Nest Step section in Data considerations page - Hi, + +Next Step section is missing in [Data Consideration page](https://docs.microsoft.com/en-us/azure/architecture/microservices/design/data-considerations) +It should be connected to the next page which is [Design patterns for microservices](https://docs.microsoft.com/en-us/azure/architecture/microservices/design/patterns) + +Basically the follow lines are missing in the first document: + +``` +## Next steps +> [!div class=""nextstepaction""] +> [Design patterns for microservices](./patterns.md) +``` +It might be a stupid error but if someone doesn't pay attention, he/she will not read the next page. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: eb25545c-958f-99b0-b321-74e556ad4557 +* Version Independent ID: ebe36da6-a15f-f981-787d-8aa4307451a2 +* Content: [Data considerations for microservices - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/design/data-considerations) +* Content Source: [docs/microservices/design/data-considerations.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/design/data-considerations.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,no nest step section in data considerations page hi next step section is missing in it should be connected to the next page which is basically the follow lines are missing in the first document next steps patterns md it might be a stupid error but if someone doesn t pay attention he she will not read the next page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +6040,13542348831.0,IssuesEvent,2020-09-16 17:12:04,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,What about Azure reservations and Azure hybrid benefits to save costs? That should be mentioned on these docs....? ,Pri2 architecture-center/svc assigned-to-author triaged well-architected/subsvc," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ff40c714-9fda-c2ac-0a3c-63c246a9b773 +* Version Independent ID: 6d3e4e6e-3a65-c181-7d45-90a59013e756 +* Content: [Principles of cost optimization - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/cost/overview) +* Content Source: [docs/framework/cost/overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/cost/overview.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1.0,"What about Azure reservations and Azure hybrid benefits to save costs? That should be mentioned on these docs....? - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ff40c714-9fda-c2ac-0a3c-63c246a9b773 +* Version Independent ID: 6d3e4e6e-3a65-c181-7d45-90a59013e756 +* Content: [Principles of cost optimization - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/cost/overview) +* Content Source: [docs/framework/cost/overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/cost/overview.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1,what about azure reservations and azure hybrid benefits to save costs that should be mentioned on these docs document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login david stanford microsoft alias pnp ,1 +10925,27540170734.0,IssuesEvent,2023-03-07 07:59:14,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,icons for Data Collection Endpoints and Data Collection Rules,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1," +Can the following icons be added: +- Data Collection Endpoints +- Data Collection Rules +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @Zimmergren +* Microsoft Alias: **tozimmergren**",1.0,"icons for Data Collection Endpoints and Data Collection Rules - +Can the following icons be added: +- Data Collection Endpoints +- Data Collection Rules +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @Zimmergren +* Microsoft Alias: **tozimmergren**",1,icons for data collection endpoints and data collection rules can the following icons be added data collection endpoints data collection rules document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center github login zimmergren microsoft alias tozimmergren ,1 +21350,16870193303.0,IssuesEvent,2021-06-22 02:44:59,IBM/lale,https://api.github.com/repos/IBM/lale,closed,Suggest hyperparameter changes during errors,enhancement usability,"For cases where hyperparameter constraints are violated, it may be possible to suggest changes for the user in the error message. A few study participants mentioned that this would be a nice feature to have.",True,"Suggest hyperparameter changes during errors - For cases where hyperparameter constraints are violated, it may be possible to suggest changes for the user in the error message. A few study participants mentioned that this would be a nice feature to have.",0,suggest hyperparameter changes during errors for cases where hyperparameter constraints are violated it may be possible to suggest changes for the user in the error message a few study participants mentioned that this would be a nice feature to have ,0 +87009,15755915802.0,IssuesEvent,2021-03-31 02:36:26,turkdevops/node,https://api.github.com/repos/turkdevops/node,closed,CVE-2020-8175 (Medium) detected in jpeg-js-0.3.6.tgz - autoclosed,security vulnerability,"## CVE-2020-8175 - Medium Severity Vulnerability +
Vulnerable Library - jpeg-js-0.3.6.tgz

+ +

A pure javascript JPEG encoder and decoder

+

Library home page: https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.3.6.tgz

+

Path to dependency file: node/deps/npm/docs/package.json

+

Path to vulnerable library: node/deps/npm/docs/node_modules/jpeg-js/package.json

+

+ +Dependency Hierarchy: + - gatsby-plugin-sharp-2.3.10.tgz (Root Library) + - potrace-2.1.2.tgz + - jimp-0.6.8.tgz + - types-0.6.8.tgz + - jpeg-0.6.8.tgz + - :x: **jpeg-js-0.3.6.tgz** (Vulnerable Library) +

Found in HEAD commit: 00fdb00d5bdbaea4fec4642989374d82cbdb1a3c

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +Uncontrolled resource consumption in `jpeg-js` before 0.4.0 may allow attacker to launch denial of service attacks using specially a crafted JPEG image. + +

Publish Date: 2020-07-24 +

URL: CVE-2020-8175

+

+
+

+
CVSS 3 Score Details (5.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: None + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8175

+

Release Date: 2020-07-21

+

Fix Resolution: 0.4.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2020-8175 (Medium) detected in jpeg-js-0.3.6.tgz - autoclosed - ## CVE-2020-8175 - Medium Severity Vulnerability +
Vulnerable Library - jpeg-js-0.3.6.tgz

+ +

A pure javascript JPEG encoder and decoder

+

Library home page: https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.3.6.tgz

+

Path to dependency file: node/deps/npm/docs/package.json

+

Path to vulnerable library: node/deps/npm/docs/node_modules/jpeg-js/package.json

+

+ +Dependency Hierarchy: + - gatsby-plugin-sharp-2.3.10.tgz (Root Library) + - potrace-2.1.2.tgz + - jimp-0.6.8.tgz + - types-0.6.8.tgz + - jpeg-0.6.8.tgz + - :x: **jpeg-js-0.3.6.tgz** (Vulnerable Library) +

Found in HEAD commit: 00fdb00d5bdbaea4fec4642989374d82cbdb1a3c

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +Uncontrolled resource consumption in `jpeg-js` before 0.4.0 may allow attacker to launch denial of service attacks using specially a crafted JPEG image. + +

Publish Date: 2020-07-24 +

URL: CVE-2020-8175

+

+
+

+
CVSS 3 Score Details (5.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: None + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8175

+

Release Date: 2020-07-21

+

Fix Resolution: 0.4.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in jpeg js tgz autoclosed cve medium severity vulnerability vulnerable library jpeg js tgz a pure javascript jpeg encoder and decoder library home page a href path to dependency file node deps npm docs package json path to vulnerable library node deps npm docs node modules jpeg js package json dependency hierarchy gatsby plugin sharp tgz root library potrace tgz jimp tgz types tgz jpeg tgz x jpeg js tgz vulnerable library found in head commit a href found in base branch master vulnerability details uncontrolled resource consumption in jpeg js before may allow attacker to launch denial of service attacks using specially a crafted jpeg image publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required 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 +48382,7430767633.0,IssuesEvent,2018-03-25 06:49:33,andydandy74/ClockworkForDynamo,https://api.github.com/repos/andydandy74/ClockworkForDynamo,closed,Project Position Node Error,Documentation NEXT!,"### Description +Clockwork/Project Position doesn't show correct project base info + +![clockwork](https://user-images.githubusercontent.com/36696066/36510067-e9d853f6-17b5-11e8-9831-abf7a4ba3568.jpg) + +### Expected behaviour +project base info/parameters + +### My setup +- Operating System: Windows 8 +- Dynamo version: 1.3.2.2480 +- Revit version & build number: 2018.2 + +### Housekeeping +Please **make sure these boxes are checked** before submitting your issue: +- [ x ] I am running the *latest available version* of Clockwork +- [ x ] My installed version of Clockwork matches the Dynamo version it's installed for +",1.0,"Project Position Node Error - ### Description +Clockwork/Project Position doesn't show correct project base info + +![clockwork](https://user-images.githubusercontent.com/36696066/36510067-e9d853f6-17b5-11e8-9831-abf7a4ba3568.jpg) + +### Expected behaviour +project base info/parameters + +### My setup +- Operating System: Windows 8 +- Dynamo version: 1.3.2.2480 +- Revit version & build number: 2018.2 + +### Housekeeping +Please **make sure these boxes are checked** before submitting your issue: +- [ x ] I am running the *latest available version* of Clockwork +- [ x ] My installed version of Clockwork matches the Dynamo version it's installed for +",0,project position node error description clockwork project position doesn t show correct project base info expected behaviour project base info parameters my setup operating system windows dynamo version revit version build number housekeeping please make sure these boxes are checked before submitting your issue i am running the latest available version of clockwork my installed version of clockwork matches the dynamo version it s installed for ,0 +5589,12746712081.0,IssuesEvent,2020-06-26 16:27:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Use of Azure Cosmos DB bulk executor library,Pri2 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc triaged,"Would be a great benefit to add the usage of [Azure Cosmos DB bulk executor library](https://docs.microsoft.com/en-us/azure/cosmos-db/bulk-executor-overview). + +""It significantly reduces the client-side compute resources needed to saturate the throughput allocated to a container. A single threaded application that writes data using the bulk import API achieves 10 times greater write throughput when compared to a multi-threaded application that writes data in parallel while saturating the client machine's CPU."" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8baf8aa0-ab4c-0731-a1b9-742953f8a791 +* Version Independent ID: 7d2dacc0-9fc9-83b0-7a0f-049006024279 +* Content: [Performance tuning - Event streaming with Azure Functions - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/performance/event-streaming) +* Content Source: [docs/performance/event-streaming.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/performance/event-streaming.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"Use of Azure Cosmos DB bulk executor library - Would be a great benefit to add the usage of [Azure Cosmos DB bulk executor library](https://docs.microsoft.com/en-us/azure/cosmos-db/bulk-executor-overview). + +""It significantly reduces the client-side compute resources needed to saturate the throughput allocated to a container. A single threaded application that writes data using the bulk import API achieves 10 times greater write throughput when compared to a multi-threaded application that writes data in parallel while saturating the client machine's CPU."" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8baf8aa0-ab4c-0731-a1b9-742953f8a791 +* Version Independent ID: 7d2dacc0-9fc9-83b0-7a0f-049006024279 +* Content: [Performance tuning - Event streaming with Azure Functions - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/performance/event-streaming) +* Content Source: [docs/performance/event-streaming.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/performance/event-streaming.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,use of azure cosmos db bulk executor library would be a great benefit to add the usage of it significantly reduces the client side compute resources needed to saturate the throughput allocated to a container a single threaded application that writes data using the bulk import api achieves times greater write throughput when compared to a multi threaded application that writes data in parallel while saturating the client machine s cpu document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login mikewasson microsoft alias pnp ,1 +184431,14979718650.0,IssuesEvent,2021-01-28 12:39:52,Dogacel/Kalas-Iris,https://api.github.com/repos/Dogacel/Kalas-Iris,closed,Create trailer video for presentation,documentation,"A trailer video for our services is needed for the presentation, just like how we did in CS319.",1.0,"Create trailer video for presentation - A trailer video for our services is needed for the presentation, just like how we did in CS319.",0,create trailer video for presentation a trailer video for our services is needed for the presentation just like how we did in ,0 +9673,25017931408.0,IssuesEvent,2022-11-03 20:38:56,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio file not up to date with current schema,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +[Enter feedback here] +Hi +The current schema is not taken into account in the referred Visio file. in fact the represented schema has nothing to do with what I found in the Visio file. + +Next to it: the schema is very small and it is not possible to make it larger. Normally it is possible to click on a schema and then you get it full screen but here that is not implemented. Schema is hard to read at this size. + +Thanks for taking into account + +Roger + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 84bcf722-abb3-69b8-8073-15ae4a6890de +* Version Independent ID: 7b2010c6-696d-de66-8e56-8ac5d3e54526 +* Content: [Basic web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/basic-web-app?tabs=cli) +* Content Source: [docs/reference-architectures/app-service-web-app/basic-web-app.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/app-service-web-app/basic-web-app.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",2.0,"Visio file not up to date with current schema - +[Enter feedback here] +Hi +The current schema is not taken into account in the referred Visio file. in fact the represented schema has nothing to do with what I found in the Visio file. + +Next to it: the schema is very small and it is not possible to make it larger. Normally it is possible to click on a schema and then you get it full screen but here that is not implemented. Schema is hard to read at this size. + +Thanks for taking into account + +Roger + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 84bcf722-abb3-69b8-8073-15ae4a6890de +* Version Independent ID: 7b2010c6-696d-de66-8e56-8ac5d3e54526 +* Content: [Basic web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/basic-web-app?tabs=cli) +* Content Source: [docs/reference-architectures/app-service-web-app/basic-web-app.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/app-service-web-app/basic-web-app.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,visio file not up to date with current schema hi the current schema is not taken into account in the referred visio file in fact the represented schema has nothing to do with what i found in the visio file next to it the schema is very small and it is not possible to make it larger normally it is possible to click on a schema and then you get it full screen but here that is not implemented schema is hard to read at this size thanks for taking into account roger document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias edprice ,1 +6528,14750028552.0,IssuesEvent,2021-01-08 01:01:01,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Add Azure Functions as another hosting environment,Pri2 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"Azure Functions should be a good option to host background jobs as well. It should be added as another hosting environment. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 50a65e47-b024-0c7c-0ee9-21ff095abafd +* Version Independent ID: a764689a-168d-dcef-a297-c47f84ea2d12 +* Content: [Background jobs guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/background-jobs) +* Content Source: [docs/best-practices/background-jobs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/background-jobs.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Add Azure Functions as another hosting environment - Azure Functions should be a good option to host background jobs as well. It should be added as another hosting environment. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 50a65e47-b024-0c7c-0ee9-21ff095abafd +* Version Independent ID: a764689a-168d-dcef-a297-c47f84ea2d12 +* Content: [Background jobs guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/background-jobs) +* Content Source: [docs/best-practices/background-jobs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/background-jobs.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,add azure functions as another hosting environment azure functions should be a good option to host background jobs as well it should be added as another hosting environment document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id dcef content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +92034,18762088450.0,IssuesEvent,2021-11-05 17:42:35,microsoft/pxt-arcade,https://api.github.com/repos/microsoft/pxt-arcade,reopened,"Tiktok logo on hoc2021 offcenter, doesn't show up in safari",browser compat hour of code,"**Describe the bug** + +on chrome the icon is slightly off center: + +![image](https://user-images.githubusercontent.com/5615930/138504626-60fa4974-1156-47a9-9c1a-92007770aedf.png) + +and on safari the icon is missing / there is just a circle + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to https://arcade.makecode.com/hour-of-code-2021 +2. go down to bottom of page ('follow us on social media') +3. look at tiktok icon on far right +4. See error + +**Expected behavior** + +should be centered with other icons + +on safari (mac and ipad), the icon is also missing (and is offcenter in the other direction :) ) +",1.0,"Tiktok logo on hoc2021 offcenter, doesn't show up in safari - **Describe the bug** + +on chrome the icon is slightly off center: + +![image](https://user-images.githubusercontent.com/5615930/138504626-60fa4974-1156-47a9-9c1a-92007770aedf.png) + +and on safari the icon is missing / there is just a circle + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to https://arcade.makecode.com/hour-of-code-2021 +2. go down to bottom of page ('follow us on social media') +3. look at tiktok icon on far right +4. See error + +**Expected behavior** + +should be centered with other icons + +on safari (mac and ipad), the icon is also missing (and is offcenter in the other direction :) ) +",0,tiktok logo on offcenter doesn t show up in safari describe the bug on chrome the icon is slightly off center and on safari the icon is missing there is just a circle to reproduce steps to reproduce the behavior go to go down to bottom of page follow us on social media look at tiktok icon on far right see error expected behavior should be centered with other icons on safari mac and ipad the icon is also missing and is offcenter in the other direction ,0 +87881,25238317568.0,IssuesEvent,2022-11-15 04:10:02,liu-benny/web-services-project,https://api.github.com/repos/liu-benny/web-services-project,closed,Implement DELETE method for /clinics/{clinic_id},Build #1,Add DELETE method in clinics_routes and in ClinicModel.,1.0,Implement DELETE method for /clinics/{clinic_id} - Add DELETE method in clinics_routes and in ClinicModel.,0,implement delete method for clinics clinic id add delete method in clinics routes and in clinicmodel ,0 +9115,24053406768.0,IssuesEvent,2022-09-16 14:40:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Teams exclusions - .txt files ??,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +Please provide the https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix#teams-exclusions in the format of https://docs.microsoft.com/en-us/fslogix/manage-profile-content-cncpt#structure-of-redirectionsxml-file + +Saying .txt files is very vague! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6386653c-9f82-1ea7-8f29-377be4e5e3b7 +* Version Independent ID: a5db2b47-afaf-5917-40cd-740168cad8b6 +* Content: [FSLogix for the enterprise - Azure Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix#teams-exclusions) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop-fslogix.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop-fslogix.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @christiaanbrinkhoff +* Microsoft Alias: **pnp**",1.0,"Teams exclusions - .txt files ?? - +Please provide the https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix#teams-exclusions in the format of https://docs.microsoft.com/en-us/fslogix/manage-profile-content-cncpt#structure-of-redirectionsxml-file + +Saying .txt files is very vague! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6386653c-9f82-1ea7-8f29-377be4e5e3b7 +* Version Independent ID: a5db2b47-afaf-5917-40cd-740168cad8b6 +* Content: [FSLogix for the enterprise - Azure Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix#teams-exclusions) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop-fslogix.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop-fslogix.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @christiaanbrinkhoff +* Microsoft Alias: **pnp**",1,teams exclusions txt files please provide the in the format of saying txt files is very vague document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id afaf content content source service architecture center sub service azure guide github login christiaanbrinkhoff microsoft alias pnp ,1 +2070,2693774237.0,IssuesEvent,2015-04-01 16:29:03,diaspora/diaspora,https://api.github.com/repos/diaspora/diaspora,closed,Reshare a post from a user profile adds it to the profile stream,backbone code bug ui,"![capture du 2015-03-18 10 24 18](https://cloud.githubusercontent.com/assets/930064/6705888/55e03d2a-cd59-11e4-9ce2-560a1368b01e.png) + +Step to reproduce: +* Go to someone's profile +* Reshare a public post +* Scroll up to the top of the page +* Your post is here, first of the stream + +I have in the JS console: +``` +""no templateName specified"" main-841d6199e14221ef58e534cb5b8f7ad0.js:9:21731 +TypeError: e is null main-841d6199e14221ef58e534cb5b8f7ad0.js:11:5078 +``` + +The post of course disappears when the page is reloaded, so this is a JS problem, probably caused by https://github.com/diaspora/diaspora/pull/5699 + + +--- +Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9691697-reshare-a-post-from-a-user-profile-adds-it-to-the-profile-stream?utm_campaign=plugin&utm_content=tracker%2F522&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F522&utm_medium=issues&utm_source=github). +",1.0,"Reshare a post from a user profile adds it to the profile stream - ![capture du 2015-03-18 10 24 18](https://cloud.githubusercontent.com/assets/930064/6705888/55e03d2a-cd59-11e4-9ce2-560a1368b01e.png) + +Step to reproduce: +* Go to someone's profile +* Reshare a public post +* Scroll up to the top of the page +* Your post is here, first of the stream + +I have in the JS console: +``` +""no templateName specified"" main-841d6199e14221ef58e534cb5b8f7ad0.js:9:21731 +TypeError: e is null main-841d6199e14221ef58e534cb5b8f7ad0.js:11:5078 +``` + +The post of course disappears when the page is reloaded, so this is a JS problem, probably caused by https://github.com/diaspora/diaspora/pull/5699 + + +--- +Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9691697-reshare-a-post-from-a-user-profile-adds-it-to-the-profile-stream?utm_campaign=plugin&utm_content=tracker%2F522&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F522&utm_medium=issues&utm_source=github). +",0,reshare a post from a user profile adds it to the profile stream step to reproduce go to someone s profile reshare a public post scroll up to the top of the page your post is here first of the stream i have in the js console no templatename specified main js typeerror e is null main js the post of course disappears when the page is reloaded so this is a js problem probably caused by want to back this issue we accept bounties via ,0 +5439,12498089704.0,IssuesEvent,2020-06-01 17:39:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Is it decentralized or distributed?,Pri3 architecture-center/svc assigned-to-author product-question triaged,"Hi, + +Can you share the definition of ""decentralize""? + +[I saw your post](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/decentralized-trust) and it looks we are mixing the definitions. Decentralize is not a two-way synonym of: + +- consortium of organizations +- sharing data +- distributed ledger tech (DLT) + +I agree with this statement: + +> With DLTs (distributed ledger technology), a consortium of banks can establish a decentralized system that can be more efficient, less susceptible to attack, and serve as a new platform where innovative structures can be implemented to solve traditional challenges with privacy, speed, and cost. + +But it's not decentralized. It's a DLT, it's a private blockchain and a private blockchain is by definition not decentralized. + +I advise corpos on their infra and I'm tired of having the C-Level and VPs people mixing the decentralize concept with what is simply distributed. + +Please change my mind.",1.0,"Is it decentralized or distributed? - Hi, + +Can you share the definition of ""decentralize""? + +[I saw your post](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/decentralized-trust) and it looks we are mixing the definitions. Decentralize is not a two-way synonym of: + +- consortium of organizations +- sharing data +- distributed ledger tech (DLT) + +I agree with this statement: + +> With DLTs (distributed ledger technology), a consortium of banks can establish a decentralized system that can be more efficient, less susceptible to attack, and serve as a new platform where innovative structures can be implemented to solve traditional challenges with privacy, speed, and cost. + +But it's not decentralized. It's a DLT, it's a private blockchain and a private blockchain is by definition not decentralized. + +I advise corpos on their infra and I'm tired of having the C-Level and VPs people mixing the decentralize concept with what is simply distributed. + +Please change my mind.",1,is it decentralized or distributed hi can you share the definition of decentralize and it looks we are mixing the definitions decentralize is not a two way synonym of consortium of organizations sharing data distributed ledger tech dlt i agree with this statement with dlts distributed ledger technology a consortium of banks can establish a decentralized system that can be more efficient less susceptible to attack and serve as a new platform where innovative structures can be implemented to solve traditional challenges with privacy speed and cost but it s not decentralized it s a dlt it s a private blockchain and a private blockchain is by definition not decentralized i advise corpos on their infra and i m tired of having the c level and vps people mixing the decentralize concept with what is simply distributed please change my mind ,1 +331541,24312130851.0,IssuesEvent,2022-09-30 00:12:17,AY2223S1-CS2103T-T10-3/tp,https://api.github.com/repos/AY2223S1-CS2103T-T10-3/tp,closed,Update DG,type.documentation priority.high,"@adeearyaa to focus on: target user profile, value proposition, and user stories. +@rylzxc to focus on use cases +@jacobkwan to focus on NFRs & glossary",1.0,"Update DG - @adeearyaa to focus on: target user profile, value proposition, and user stories. +@rylzxc to focus on use cases +@jacobkwan to focus on NFRs & glossary",0,update dg adeearyaa to focus on target user profile value proposition and user stories rylzxc to focus on use cases jacobkwan to focus on nfrs glossary,0 +692049,23721469625.0,IssuesEvent,2022-08-30 15:40:19,Derpius/VisTrace,https://api.github.com/repos/Derpius/VisTrace,closed,[feature] Render target saving to and loading from image,enhancement low priority binary module,"**Describe the solution you'd like** +`IRenderTarget:Load(filename)` which would load the contents of the file into the render target, resizing the RT as needed, and `IRenderTarget:Save(filename, mip = 0)` which would save the contents of the render target at the specified mip to a file. +The file path would be relative to `garrysmod/data/vistrace` and should sanitise out things like `/../` (should be easy to do with the filesystem library). + +**Describe alternatives you've considered** +Instead of scaling the RT to fit an image, it may be better to scale the image to fit the RT and add a`vistrace.LoadImage()` function to automatically size the RT. +This would allow loading images at a consistent resolution for post processing, or loading an image into a specific MIP level. +",1.0,"[feature] Render target saving to and loading from image - **Describe the solution you'd like** +`IRenderTarget:Load(filename)` which would load the contents of the file into the render target, resizing the RT as needed, and `IRenderTarget:Save(filename, mip = 0)` which would save the contents of the render target at the specified mip to a file. +The file path would be relative to `garrysmod/data/vistrace` and should sanitise out things like `/../` (should be easy to do with the filesystem library). + +**Describe alternatives you've considered** +Instead of scaling the RT to fit an image, it may be better to scale the image to fit the RT and add a`vistrace.LoadImage()` function to automatically size the RT. +This would allow loading images at a consistent resolution for post processing, or loading an image into a specific MIP level. +",0, render target saving to and loading from image describe the solution you d like irendertarget load filename which would load the contents of the file into the render target resizing the rt as needed and irendertarget save filename mip which would save the contents of the render target at the specified mip to a file the file path would be relative to garrysmod data vistrace and should sanitise out things like should be easy to do with the filesystem library describe alternatives you ve considered instead of scaling the rt to fit an image it may be better to scale the image to fit the rt and add a vistrace loadimage function to automatically size the rt this would allow loading images at a consistent resolution for post processing or loading an image into a specific mip level ,0 +438060,12610514707.0,IssuesEvent,2020-06-12 05:14:12,webcompat/web-bugs,https://api.github.com/repos/webcompat/web-bugs,closed,www.covid19india.org - Page is not mobile optimized,browser-firefox engine-gecko priority-normal severity-critical type-covid19," + + + +**URL**: https://www.covid19india.org/ + +**Browser / Version**: Firefox Preview Nightly 200608 (🦎 79.0a1-20200606094603) +**Operating System**: Samsung Galaxy S6 Edge (Android 7.0) - 1440 x 2560 pixels (~577 ppi pixel density), Huawei P20 Lite (Android 8.0.0) - 1080 x 2280 pixels, 19:9 ratio (~432 ppi density) +**Tested Another Browser**: Yes Chrome + +**Problem type**: Design is broken +**Description**: Items not fully visible +**Steps to Reproduce**: +**Steps to Reproduce**: +1. Navigate to https://www.covid19india.org/ +2. Scroll down the page and observe it. + +**Expected Behavior:** +Page fits the screen (mobile optimized). + +**Actual Behavior:** +Page does not fit the screen (not mobile optimized). + +**Notes:** +1. Screenshot attached. +2. The issue is not reproducible on Chrome 83.0.4103.96. + +Watchers: +@softvision-oana-arbuzov +@cipriansv +
View the screenshotScreenshot
+ +
+Browser Configuration +
    +
  • None
  • +
+
+ +_From [webcompat.com](https://webcompat.com/) with ❤️_",1.0,"www.covid19india.org - Page is not mobile optimized - + + + +**URL**: https://www.covid19india.org/ + +**Browser / Version**: Firefox Preview Nightly 200608 (🦎 79.0a1-20200606094603) +**Operating System**: Samsung Galaxy S6 Edge (Android 7.0) - 1440 x 2560 pixels (~577 ppi pixel density), Huawei P20 Lite (Android 8.0.0) - 1080 x 2280 pixels, 19:9 ratio (~432 ppi density) +**Tested Another Browser**: Yes Chrome + +**Problem type**: Design is broken +**Description**: Items not fully visible +**Steps to Reproduce**: +**Steps to Reproduce**: +1. Navigate to https://www.covid19india.org/ +2. Scroll down the page and observe it. + +**Expected Behavior:** +Page fits the screen (mobile optimized). + +**Actual Behavior:** +Page does not fit the screen (not mobile optimized). + +**Notes:** +1. Screenshot attached. +2. The issue is not reproducible on Chrome 83.0.4103.96. + +Watchers: +@softvision-oana-arbuzov +@cipriansv +
View the screenshotScreenshot
+ +
+Browser Configuration +
    +
  • None
  • +
+
+ +_From [webcompat.com](https://webcompat.com/) with ❤️_",0, page is not mobile optimized url browser version firefox preview nightly 🦎 operating system samsung galaxy edge android x pixels ppi pixel density huawei lite android x pixels ratio ppi density tested another browser yes chrome problem type design is broken description items not fully visible steps to reproduce steps to reproduce navigate to scroll down the page and observe it expected behavior page fits the screen mobile optimized actual behavior page does not fit the screen not mobile optimized notes screenshot attached the issue is not reproducible on chrome watchers softvision oana arbuzov cipriansv view the screenshot img alt screenshot src browser configuration none from with ❤️ ,0 +40848,5276774107.0,IssuesEvent,2017-02-07 00:30:45,18F/fec-cms,https://api.github.com/repos/18F/fec-cms,closed,Complete site map,Mothership Work: Design,"We need to build a complete site map that will show how the new site will allow users to get to all of the information that they can currently access on the legacy site. + +The site map should capture what pages/sections will live on the new site and which will stay on the old site. For the pages that stay on the old site, we should also include a rough plan for when those will move to the new site. + +In order to do this, we need to: +- [x] Finish going through the [content inventory](https://docs.google.com/spreadsheets/d/1LenmU9GkuHgQJPbvf60MIpxxLZ0GvU_TSJkkkF_sAWU/edit#gid=1663724919) to address the following tabs: + - Compliance + - BRCA + - Registration and Reporting + - Forms + - Reporting Dates and Deadlines +- [x] Review the sheet with FEC +- [x] Translate the sheet into a graphic site map +- [x] Resolve remaining questions in the inventory",1.0,"Complete site map - We need to build a complete site map that will show how the new site will allow users to get to all of the information that they can currently access on the legacy site. + +The site map should capture what pages/sections will live on the new site and which will stay on the old site. For the pages that stay on the old site, we should also include a rough plan for when those will move to the new site. + +In order to do this, we need to: +- [x] Finish going through the [content inventory](https://docs.google.com/spreadsheets/d/1LenmU9GkuHgQJPbvf60MIpxxLZ0GvU_TSJkkkF_sAWU/edit#gid=1663724919) to address the following tabs: + - Compliance + - BRCA + - Registration and Reporting + - Forms + - Reporting Dates and Deadlines +- [x] Review the sheet with FEC +- [x] Translate the sheet into a graphic site map +- [x] Resolve remaining questions in the inventory",0,complete site map we need to build a complete site map that will show how the new site will allow users to get to all of the information that they can currently access on the legacy site the site map should capture what pages sections will live on the new site and which will stay on the old site for the pages that stay on the old site we should also include a rough plan for when those will move to the new site in order to do this we need to finish going through the to address the following tabs compliance brca registration and reporting forms reporting dates and deadlines review the sheet with fec translate the sheet into a graphic site map resolve remaining questions in the inventory,0 +6584,14926223007.0,IssuesEvent,2021-01-24 10:30:25,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,SVG Version of architecture diagram,Pri2 architecture-center/svc cxp doc-enhancement solution-idea/subsvc triaged," +Please can we have SVG versions of architecture diagrams so that we can use that as a starting point to build out new components for customer architectures (editable in Visio). Today as a PNG, there is a lot of extra work to recreate. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a6beac55-590d-a02d-3424-e766976acd44 +* Version Independent ID: 40e5543f-8139-584f-5936-f0d77797ee9f +* Content: [Azure Data Explorer monitoring - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/monitor-azure-data-explorer) +* Content Source: [docs/solution-ideas/articles/monitor-azure-data-explorer.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/monitor-azure-data-explorer.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @orspod +* Microsoft Alias: **pnp**",1.0,"SVG Version of architecture diagram - +Please can we have SVG versions of architecture diagrams so that we can use that as a starting point to build out new components for customer architectures (editable in Visio). Today as a PNG, there is a lot of extra work to recreate. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a6beac55-590d-a02d-3424-e766976acd44 +* Version Independent ID: 40e5543f-8139-584f-5936-f0d77797ee9f +* Content: [Azure Data Explorer monitoring - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/monitor-azure-data-explorer) +* Content Source: [docs/solution-ideas/articles/monitor-azure-data-explorer.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/monitor-azure-data-explorer.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @orspod +* Microsoft Alias: **pnp**",1,svg version of architecture diagram please can we have svg versions of architecture diagrams so that we can use that as a starting point to build out new components for customer architectures editable in visio today as a png there is a lot of extra work to recreate document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login orspod microsoft alias pnp ,1 +3618,9882571931.0,IssuesEvent,2019-06-24 17:12:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,API communication vs in process communication ,architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"Why do Scheduler Service and Drone Service communicate via API? + +Are they located at different microservices? +https://docs.microsoft.com/en-gb/azure/architecture/microservices/design/api-design#mapping-rest-to-ddd-patterns + + +I thought both belong to Shipping bounded context (Shipping microservice). + +https://docs.microsoft.com/en-gb/azure/architecture/microservices/model/domain-analysis#define-bounded-contexts + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 21ac798d-5822-eaa5-6e51-3a8573022d69 +* Version Independent ID: 80f47a71-b119-0c0a-7c21-e7d3d16358ec +* Content: [API design](https://docs.microsoft.com/en-gb/azure/architecture/microservices/design/api-design#mapping-rest-to-ddd-patterns) +* Content Source: [docs/microservices/design/api-design.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/design/api-design.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"API communication vs in process communication - Why do Scheduler Service and Drone Service communicate via API? + +Are they located at different microservices? +https://docs.microsoft.com/en-gb/azure/architecture/microservices/design/api-design#mapping-rest-to-ddd-patterns + + +I thought both belong to Shipping bounded context (Shipping microservice). + +https://docs.microsoft.com/en-gb/azure/architecture/microservices/model/domain-analysis#define-bounded-contexts + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 21ac798d-5822-eaa5-6e51-3a8573022d69 +* Version Independent ID: 80f47a71-b119-0c0a-7c21-e7d3d16358ec +* Content: [API design](https://docs.microsoft.com/en-gb/azure/architecture/microservices/design/api-design#mapping-rest-to-ddd-patterns) +* Content Source: [docs/microservices/design/api-design.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/design/api-design.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,api communication vs in process communication why do scheduler service and drone service communicate via api are they located at different microservices i thought both belong to shipping bounded context shipping microservice document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +10690,27297349406.0,IssuesEvent,2023-02-23 21:37:07,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Unclear phrasing,cxp assigned-to-author triaged product-question architecture-center/svc Pri2 azure-guide/subsvc,"""Federated authentication provides a standards-based solution to the issue of trusting identities across diverse domains, and can support single sign-on. _It's becoming more common across all types of applications, especially cloud-hosted applications, because it supports single sign-on without requiring a direct network connection to identity providers._ "" + + +Italicized sentence is desperately unclear. Who/what doesn't need to directly connect to identity providers? + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 4943e185-fb94-576a-d0a1-2cfefd0d0f96 +* Version Independent ID: a9a5a4b7-887c-c298-f720-49ed6abaa575 +* Content: [Federated Identity pattern - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/federated-identity) +* Content Source: [docs/patterns/federated-identity.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/federated-identity.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Unclear phrasing - ""Federated authentication provides a standards-based solution to the issue of trusting identities across diverse domains, and can support single sign-on. _It's becoming more common across all types of applications, especially cloud-hosted applications, because it supports single sign-on without requiring a direct network connection to identity providers._ "" + + +Italicized sentence is desperately unclear. Who/what doesn't need to directly connect to identity providers? + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 4943e185-fb94-576a-d0a1-2cfefd0d0f96 +* Version Independent ID: a9a5a4b7-887c-c298-f720-49ed6abaa575 +* Content: [Federated Identity pattern - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/federated-identity) +* Content Source: [docs/patterns/federated-identity.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/federated-identity.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,unclear phrasing federated authentication provides a standards based solution to the issue of trusting identities across diverse domains and can support single sign on it s becoming more common across all types of applications especially cloud hosted applications because it supports single sign on without requiring a direct network connection to identity providers italicized sentence is desperately unclear who what doesn t need to directly connect to identity providers document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures ,1 +616308,19298655883.0,IssuesEvent,2021-12-13 00:29:21,zephyrproject-rtos/zephyr,https://api.github.com/repos/zephyrproject-rtos/zephyr,closed,Shell login sample limitations,bug priority: low area: Shell Stale,"**Describe the bug** + +We have tried to add a login and password to the shell using the method shown in `samples/subsys/shell/shell_module`, but we came across several limitations: + +1. When cursor-up is pressed, the obscured input is revealed. +2. The entered data is parsed by the shell. This makes it impossible for passwords to contain space or `""` characters (and maybe others). +3. When logged in, the login command is visible when `help` is entered or when TAB is pressed. + +**To Reproduce** + +Build and run the sample program as follows: + + west build -b qemu_x86 -t run samples/subsys/shell/shell_module/ -- -DCONF_FILE=prj_login.conf + +Note that there is currently a bug in the UART on qemu_x86 (see https://github.com/zephyrproject-rtos/zephyr/issues/37672#issuecomment-899883328 for a simple fix). + +1. When the login prompt is shown, enter some data and you will see `*`'s echoed. Now press the cursor-up key and the entered text will be revealed. +2. Enter some text with a space. The shell responds with `login: wrong parameter count` rather than with `Incorrect password!`. When entering a password containing a `""` character, the shell answers `not terminated: ""` +3. Login with `zephyr` and enter `help` or press TAB. + +**Expected behavior** + +1. When a password is being entered, the editing functionality is usually very limited. There is no need to have the full command line editing features available (backspace handling should be enough). +2. For a login prompt, the entered data should not be processed in any way. The underlying function should receive the data exactly as it was entered by the user. +3. Once logged in, the `login` command should be hidden from the user. + +**Impact** + +The functionality provided by the shell subsystem is too limited to reasonably secure access to the shell on a real device. + +**Environment (please complete the following information):** + + - Commit SHA or Version used: fbd5e1f31687711beef069412d5b5e9a52c1d8e9",1.0,"Shell login sample limitations - **Describe the bug** + +We have tried to add a login and password to the shell using the method shown in `samples/subsys/shell/shell_module`, but we came across several limitations: + +1. When cursor-up is pressed, the obscured input is revealed. +2. The entered data is parsed by the shell. This makes it impossible for passwords to contain space or `""` characters (and maybe others). +3. When logged in, the login command is visible when `help` is entered or when TAB is pressed. + +**To Reproduce** + +Build and run the sample program as follows: + + west build -b qemu_x86 -t run samples/subsys/shell/shell_module/ -- -DCONF_FILE=prj_login.conf + +Note that there is currently a bug in the UART on qemu_x86 (see https://github.com/zephyrproject-rtos/zephyr/issues/37672#issuecomment-899883328 for a simple fix). + +1. When the login prompt is shown, enter some data and you will see `*`'s echoed. Now press the cursor-up key and the entered text will be revealed. +2. Enter some text with a space. The shell responds with `login: wrong parameter count` rather than with `Incorrect password!`. When entering a password containing a `""` character, the shell answers `not terminated: ""` +3. Login with `zephyr` and enter `help` or press TAB. + +**Expected behavior** + +1. When a password is being entered, the editing functionality is usually very limited. There is no need to have the full command line editing features available (backspace handling should be enough). +2. For a login prompt, the entered data should not be processed in any way. The underlying function should receive the data exactly as it was entered by the user. +3. Once logged in, the `login` command should be hidden from the user. + +**Impact** + +The functionality provided by the shell subsystem is too limited to reasonably secure access to the shell on a real device. + +**Environment (please complete the following information):** + + - Commit SHA or Version used: fbd5e1f31687711beef069412d5b5e9a52c1d8e9",0,shell login sample limitations describe the bug we have tried to add a login and password to the shell using the method shown in samples subsys shell shell module but we came across several limitations when cursor up is pressed the obscured input is revealed the entered data is parsed by the shell this makes it impossible for passwords to contain space or characters and maybe others when logged in the login command is visible when help is entered or when tab is pressed to reproduce build and run the sample program as follows west build b qemu t run samples subsys shell shell module dconf file prj login conf note that there is currently a bug in the uart on qemu see for a simple fix when the login prompt is shown enter some data and you will see s echoed now press the cursor up key and the entered text will be revealed enter some text with a space the shell responds with login wrong parameter count rather than with incorrect password when entering a password containing a character the shell answers not terminated login with zephyr and enter help or press tab expected behavior when a password is being entered the editing functionality is usually very limited there is no need to have the full command line editing features available backspace handling should be enough for a login prompt the entered data should not be processed in any way the underlying function should receive the data exactly as it was entered by the user once logged in the login command should be hidden from the user impact the functionality provided by the shell subsystem is too limited to reasonably secure access to the shell on a real device environment please complete the following information commit sha or version used ,0 +9006,23962211616.0,IssuesEvent,2022-09-12 20:14:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"""Azure Cosmos DB SQL API"" is listed as a reference for section ""Document Databases""",doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc,"You may want to reconsider and link to a document-oriented API instead. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e40cb85c-ee53-7b49-0622-bed8ebedea81 +* Version Independent ID: 896e0838-dfd1-c442-414d-ad9ea6dc8f7d +* Content: [Understand data store models - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview#keyvalue-stores) +* Content Source: [docs/guide/technology-choices/data-store-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/data-store-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dsk-2015 +* Microsoft Alias: **pnp**",1.0,"""Azure Cosmos DB SQL API"" is listed as a reference for section ""Document Databases"" - You may want to reconsider and link to a document-oriented API instead. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e40cb85c-ee53-7b49-0622-bed8ebedea81 +* Version Independent ID: 896e0838-dfd1-c442-414d-ad9ea6dc8f7d +* Content: [Understand data store models - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview#keyvalue-stores) +* Content Source: [docs/guide/technology-choices/data-store-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/data-store-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dsk-2015 +* Microsoft Alias: **pnp**",1, azure cosmos db sql api is listed as a reference for section document databases you may want to reconsider and link to a document oriented api instead document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login dsk microsoft alias pnp ,1 +234170,17935887556.0,IssuesEvent,2021-09-10 15:15:39,SAP/fundamental-ngx,https://api.github.com/repos/SAP/fundamental-ngx,opened,Update the guide how to create new component in the library,documentation,"This guide needs to include detailed steps of how to create a new component in the library, assuming it's a new contributor who has never worked with our library before. +It should include everything from where to register the new module, how to include the new component in the documentation, where to add the module so it's properly exported, what files are needed for the documentation, Stackblitz, etc. +And last but not least all the steps to test the component, add/update existing tests, etc. ",1.0,"Update the guide how to create new component in the library - This guide needs to include detailed steps of how to create a new component in the library, assuming it's a new contributor who has never worked with our library before. +It should include everything from where to register the new module, how to include the new component in the documentation, where to add the module so it's properly exported, what files are needed for the documentation, Stackblitz, etc. +And last but not least all the steps to test the component, add/update existing tests, etc. ",0,update the guide how to create new component in the library this guide needs to include detailed steps of how to create a new component in the library assuming it s a new contributor who has never worked with our library before it should include everything from where to register the new module how to include the new component in the documentation where to add the module so it s properly exported what files are needed for the documentation stackblitz etc and last but not least all the steps to test the component add update existing tests etc ,0 +318536,23725775900.0,IssuesEvent,2022-08-30 19:27:28,Lexpedite/blawx,https://api.github.com/repos/Lexpedite/blawx,opened,Documentation on Coding Style,documentation,"There is nothing in the documentation on good coding style in Blawx. We should add some tips about maintaining structural isomorphism, where to put ontological definitions, organizing workspaces vertically, etc.",1.0,"Documentation on Coding Style - There is nothing in the documentation on good coding style in Blawx. We should add some tips about maintaining structural isomorphism, where to put ontological definitions, organizing workspaces vertically, etc.",0,documentation on coding style there is nothing in the documentation on good coding style in blawx we should add some tips about maintaining structural isomorphism where to put ontological definitions organizing workspaces vertically etc ,0 +7754,19093630932.0,IssuesEvent,2021-11-29 14:38:55,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Suggestion: Use Event Sourcing as configuration store,doc-enhancement assigned-to-author triaged architecture-center/svc design-pattern/subsvc,"Event sourcing could be the configuration store. The applications can read the configuration from the materialized views and can be event consumers that listen to the configuration changes. The benefits are: +1. Full history audit +2. Configuration recovery by going back to a snapshot or issuing compensating events +3. Separation of configuration update and configuration read for performance and resiliency + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 32a97c79-e300-9361-a398-558ae26378ce +* Version Independent ID: 30f222db-c119-69c7-f542-87e012890026 +* Content: [External Configuration Store pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/external-configuration-store) +* Content Source: [docs/patterns/external-configuration-store.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/external-configuration-store.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @ckittel +* Microsoft Alias: **chkittel**",1.0,"Suggestion: Use Event Sourcing as configuration store - Event sourcing could be the configuration store. The applications can read the configuration from the materialized views and can be event consumers that listen to the configuration changes. The benefits are: +1. Full history audit +2. Configuration recovery by going back to a snapshot or issuing compensating events +3. Separation of configuration update and configuration read for performance and resiliency + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 32a97c79-e300-9361-a398-558ae26378ce +* Version Independent ID: 30f222db-c119-69c7-f542-87e012890026 +* Content: [External Configuration Store pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/external-configuration-store) +* Content Source: [docs/patterns/external-configuration-store.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/external-configuration-store.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @ckittel +* Microsoft Alias: **chkittel**",1,suggestion use event sourcing as configuration store event sourcing could be the configuration store the applications can read the configuration from the materialized views and can be event consumers that listen to the configuration changes the benefits are full history audit configuration recovery by going back to a snapshot or issuing compensating events separation of configuration update and configuration read for performance and resiliency document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login ckittel microsoft alias chkittel ,1 +115235,14705833461.0,IssuesEvent,2021-01-04 18:49:08,CDCgov/prime-simplereport,https://api.github.com/repos/CDCgov/prime-simplereport,closed,Add swab type to settings page and cards in testing queue,Blocked on Design Design,"Blocked by CDCgov/prime-central#152 design updates + +- [ ] Swab Type (similar to devices) +- [ ] Add swab to test queue cards too + + +See CDCgov/prime-central#106 to see updates about Swab Type",2.0,"Add swab type to settings page and cards in testing queue - Blocked by CDCgov/prime-central#152 design updates + +- [ ] Swab Type (similar to devices) +- [ ] Add swab to test queue cards too + + +See CDCgov/prime-central#106 to see updates about Swab Type",0,add swab type to settings page and cards in testing queue blocked by cdcgov prime central design updates swab type similar to devices add swab to test queue cards too see cdcgov prime central to see updates about swab type,0 +96176,12101859968.0,IssuesEvent,2020-04-20 15:49:12,wordpress-mobile/gutenberg-mobile,https://api.github.com/repos/wordpress-mobile/gutenberg-mobile,opened,Add a Tooltip for template selection buttons,Needs Design Page Templates,We need to add a Tooltip to point to the template selection buttons. ,1.0,Add a Tooltip for template selection buttons - We need to add a Tooltip to point to the template selection buttons. ,0,add a tooltip for template selection buttons we need to add a tooltip to point to the template selection buttons ,0 +266020,23217165395.0,IssuesEvent,2022-08-02 14:56:11,zonemaster/zonemaster-engine,https://api.github.com/repos/zonemaster/zonemaster-engine,closed,Update the implementation of DNSSEC10,A-TestCase,"The specification of DNSSEC10 has been updated by the merge of zonemaster/zonemaster#875. The specification update requires an implementation update. + +The specification has also been updated by zonemaster/zonemaster#1008.",1.0,"Update the implementation of DNSSEC10 - The specification of DNSSEC10 has been updated by the merge of zonemaster/zonemaster#875. The specification update requires an implementation update. + +The specification has also been updated by zonemaster/zonemaster#1008.",0,update the implementation of the specification of has been updated by the merge of zonemaster zonemaster the specification update requires an implementation update the specification has also been updated by zonemaster zonemaster ,0 +11340,30117982300.0,IssuesEvent,2023-06-30 13:05:25,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing diagrams,assigned-to-author triaged product-question architecture-center/svc Pri3 azure-guide/subsvc,"https://learn.microsoft.com/en-us/azure/architecture/guide/ai/compliance-risk-analysis +There are missing diagrams from the PPTX. +https://learn.microsoft.com/en-us/azure/architecture/guide/ai/media/compliance-risk-analysis-diagram-solution-architecture.png#lightbox : is not in the PPTX +Are they in another location? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 2d9c082a-2e3d-2590-cebe-07ed385fbe4a +* Version Independent ID: 2d9c082a-2e3d-2590-cebe-07ed385fbe4a +* Content: [Compliance risk analysis by using Azure Cognitive Search - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/ai/compliance-risk-analysis) +* Content Source: [docs/guide/ai/compliance-risk-analysis.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/ai/compliance-risk-analysis.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @andreaskopp +* Microsoft Alias: **akopp, cfernandesdo, joamart** +",1.0,"Missing diagrams - https://learn.microsoft.com/en-us/azure/architecture/guide/ai/compliance-risk-analysis +There are missing diagrams from the PPTX. +https://learn.microsoft.com/en-us/azure/architecture/guide/ai/media/compliance-risk-analysis-diagram-solution-architecture.png#lightbox : is not in the PPTX +Are they in another location? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 2d9c082a-2e3d-2590-cebe-07ed385fbe4a +* Version Independent ID: 2d9c082a-2e3d-2590-cebe-07ed385fbe4a +* Content: [Compliance risk analysis by using Azure Cognitive Search - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/ai/compliance-risk-analysis) +* Content Source: [docs/guide/ai/compliance-risk-analysis.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/ai/compliance-risk-analysis.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @andreaskopp +* Microsoft Alias: **akopp, cfernandesdo, joamart** +",1,missing diagrams there are missing diagrams from the pptx is not in the pptx are they in another location document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id cebe version independent id cebe content content source service architecture center sub service azure guide github login andreaskopp microsoft alias akopp cfernandesdo joamart ,1 +11143,28126000591.0,IssuesEvent,2023-03-31 17:46:23,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,ETL Versus ELT for Power BI Datamarts,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc,"Datamart should be positionned in this article : is Datamart an ETL or an ELT or both ? CAN WE SAY that the transformation happens in the target store that is Azure db ? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: fcb3c6d7-aa3e-9a76-181b-d0963ac685b9 +* Version Independent ID: da9c883b-93bf-8864-015a-a7b10a6fcb5f +* Content: [Extract, transform, and load (ETL) - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/data-guide/relational-data/etl) +* Content Source: [docs/data-guide/relational-data/etl.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-guide/relational-data/etl.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @raunakjhawar +* Microsoft Alias: **rajhawar**",1.0,"ETL Versus ELT for Power BI Datamarts - Datamart should be positionned in this article : is Datamart an ETL or an ELT or both ? CAN WE SAY that the transformation happens in the target store that is Azure db ? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: fcb3c6d7-aa3e-9a76-181b-d0963ac685b9 +* Version Independent ID: da9c883b-93bf-8864-015a-a7b10a6fcb5f +* Content: [Extract, transform, and load (ETL) - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/data-guide/relational-data/etl) +* Content Source: [docs/data-guide/relational-data/etl.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-guide/relational-data/etl.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @raunakjhawar +* Microsoft Alias: **rajhawar**",1,etl versus elt for power bi datamarts datamart should be positionned in this article is datamart an etl or an elt or both can we say that the transformation happens in the target store that is azure db document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login raunakjhawar microsoft alias rajhawar ,1 +130813,10660359247.0,IssuesEvent,2019-10-18 09:45:15,ubtue/DatenProbleme,https://api.github.com/repos/ubtue/DatenProbleme,closed,Skrif en Kerk (ISSN 0257-8891) und ISSN 2074-7705 Verbum et Ecclesia RSS,Zotero_AUTO_RSS ready for testing,"https://verbumetecclesia.org.za/index.php/ve/gateway/plugin/WebFeedGatewayPlugin/atom +Skrif en Kerk ist auch so eine disNach Geschichte. Die Zeitschrift ist in Verbum et Ecclesia aufgegangen (andere ISSN) und die Artikel finden sich alle auf der Homepage von Verbum et Ecclesia +Vorgänger hat eine andere PPN (170545032). Muss bei Retrokatalogisierung berücksichtigt werden. Ebenso die physische Form (O/A-Aufnahme). Zumindest muss das geklärt werden, was unter Umständen eine neue Gesamtaufnahme nötig macht.",1.0,"Skrif en Kerk (ISSN 0257-8891) und ISSN 2074-7705 Verbum et Ecclesia RSS - https://verbumetecclesia.org.za/index.php/ve/gateway/plugin/WebFeedGatewayPlugin/atom +Skrif en Kerk ist auch so eine disNach Geschichte. Die Zeitschrift ist in Verbum et Ecclesia aufgegangen (andere ISSN) und die Artikel finden sich alle auf der Homepage von Verbum et Ecclesia +Vorgänger hat eine andere PPN (170545032). Muss bei Retrokatalogisierung berücksichtigt werden. Ebenso die physische Form (O/A-Aufnahme). Zumindest muss das geklärt werden, was unter Umständen eine neue Gesamtaufnahme nötig macht.",0,skrif en kerk issn und issn verbum et ecclesia rss skrif en kerk ist auch so eine disnach geschichte die zeitschrift ist in verbum et ecclesia aufgegangen andere issn und die artikel finden sich alle auf der homepage von verbum et ecclesia vorgänger hat eine andere ppn muss bei retrokatalogisierung berücksichtigt werden ebenso die physische form o a aufnahme zumindest muss das geklärt werden was unter umständen eine neue gesamtaufnahme nötig macht ,0 +295673,22266187572.0,IssuesEvent,2022-06-10 07:41:38,FOSSBilling/FOSSBilling,https://api.github.com/repos/FOSSBilling/FOSSBilling,opened,CONTRIBUTIONS.md issues,documentation skip-changelog,"Various issues with the Contributions page + +- CONTRIBUTIONS.md files are different in .github and in /fossbilling - one still references BB. +- No info about sponsoring +- Style guide section needs to be updated +- Link to non-existing Wiki page +- Emoji list contains irrelevant topics ",1.0,"CONTRIBUTIONS.md issues - Various issues with the Contributions page + +- CONTRIBUTIONS.md files are different in .github and in /fossbilling - one still references BB. +- No info about sponsoring +- Style guide section needs to be updated +- Link to non-existing Wiki page +- Emoji list contains irrelevant topics ",0,contributions md issues various issues with the contributions page contributions md files are different in github and in fossbilling one still references bb no info about sponsoring style guide section needs to be updated link to non existing wiki page emoji list contains irrelevant topics ,0 +7919,20020324197.0,IssuesEvent,2022-02-01 15:51:07,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Query of Architecture decision tree.,architecture-center/svc example-scenario/subsvc Pri2,"I have a query regarding one of the outcomes within the architecture decision tree below. The Statement of ""Proximity Placement groups (PPG's) with optional availability sets (ASs) in availability zones (AZs)"". How is it possible to use availability sets in availability zones? These availability options are mutually exclusive, and when deploying a VM or groups of VM's you choose either to deploy using availability sets OR availability zones. Are you able to clarify? + +https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/iaas-high-availability-disaster-recovery?source=docs#architecture + +Many Thanks +Adam +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 97211a88-4ce9-263f-4bd0-ae6d8b61447c +* Version Independent ID: 00570dc5-7b74-2906-1653-90d86b67c0bd +* Content: [High availability and disaster recovery for IaaS apps - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/iaas-high-availability-disaster-recovery?source=docs#architecture) +* Content Source: [docs/example-scenario/infrastructure/iaas-high-availability-disaster-recovery.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/infrastructure/iaas-high-availability-disaster-recovery.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @shcrouch +* Microsoft Alias: **pnp**",1.0,"Query of Architecture decision tree. - I have a query regarding one of the outcomes within the architecture decision tree below. The Statement of ""Proximity Placement groups (PPG's) with optional availability sets (ASs) in availability zones (AZs)"". How is it possible to use availability sets in availability zones? These availability options are mutually exclusive, and when deploying a VM or groups of VM's you choose either to deploy using availability sets OR availability zones. Are you able to clarify? + +https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/iaas-high-availability-disaster-recovery?source=docs#architecture + +Many Thanks +Adam +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 97211a88-4ce9-263f-4bd0-ae6d8b61447c +* Version Independent ID: 00570dc5-7b74-2906-1653-90d86b67c0bd +* Content: [High availability and disaster recovery for IaaS apps - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/iaas-high-availability-disaster-recovery?source=docs#architecture) +* Content Source: [docs/example-scenario/infrastructure/iaas-high-availability-disaster-recovery.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/infrastructure/iaas-high-availability-disaster-recovery.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @shcrouch +* Microsoft Alias: **pnp**",1,query of architecture decision tree i have a query regarding one of the outcomes within the architecture decision tree below the statement of proximity placement groups ppg s with optional availability sets ass in availability zones azs how is it possible to use availability sets in availability zones these availability options are mutually exclusive and when deploying a vm or groups of vm s you choose either to deploy using availability sets or availability zones are you able to clarify many thanks adam document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login shcrouch microsoft alias pnp ,1 +9765,25166439106.0,IssuesEvent,2022-11-10 21:19:51,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Public Preview of FSLogix profiles for Azure AD-joined VMs in Azure Virtual Desktop,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +Looks like this article needs an udpate? https://techcommunity.microsoft.com/t5/azure-virtual-desktop-blog/announcing-public-preview-of-fslogix-profiles-for-azure-ad/ba-p/3019855 + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 96947883-d52b-1ed8-7db2-915f025060af +* Version Independent ID: 96947883-d52b-1ed8-7db2-915f025060af +* Content: [Azure AD join for Azure Virtual Desktop - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join) +* Content Source: [docs/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @TomHickling +* Microsoft Alias: **thhickli**",1.0,"Public Preview of FSLogix profiles for Azure AD-joined VMs in Azure Virtual Desktop - +Looks like this article needs an udpate? https://techcommunity.microsoft.com/t5/azure-virtual-desktop-blog/announcing-public-preview-of-fslogix-profiles-for-azure-ad/ba-p/3019855 + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 96947883-d52b-1ed8-7db2-915f025060af +* Version Independent ID: 96947883-d52b-1ed8-7db2-915f025060af +* Content: [Azure AD join for Azure Virtual Desktop - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join) +* Content Source: [docs/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @TomHickling +* Microsoft Alias: **thhickli**",1,public preview of fslogix profiles for azure ad joined vms in azure virtual desktop looks like this article needs an udpate document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login tomhickling microsoft alias thhickli ,1 +246339,26611648087.0,IssuesEvent,2023-01-24 01:01:33,Palem1988/EIPs,https://api.github.com/repos/Palem1988/EIPs,opened,CVE-2023-22796 (High) detected in activesupport-4.2.9.gem,security vulnerability,"## CVE-2023-22796 - High Severity Vulnerability +
Vulnerable Library - activesupport-4.2.9.gem

+ +

A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.

+

Library home page: https://rubygems.org/gems/activesupport-4.2.9.gem

+

Path to dependency file: /EIPs/Gemfile.lock

+

Path to vulnerable library: /var/lib/gems/2.3.0/cache/activesupport-4.2.9.gem

+

+ +Dependency Hierarchy: + - eip_validator-0.8.0.gem (Root Library) + - activemodel-4.2.9.gem + - :x: **activesupport-4.2.9.gem** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +There is a possible regular expression based DoS vulnerability in Active Support. A specially crafted string passed to the underscore method can cause the regular expression engine to enter a state of catastrophic backtracking. This can cause the process to use large amounts of CPU and memory, leading to a possible DoS vulnerability. The issue is patched in versions 6.1.7.1 and 7.0.4.1. + +

Publish Date: 2023-01-06 +

URL: CVE-2023-22796

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/advisories/GHSA-j6gc-792m-qgm2

+

Release Date: 2023-01-06

+

Fix Resolution: activesupport - 6.1.7.1,7.0.4.1

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2023-22796 (High) detected in activesupport-4.2.9.gem - ## CVE-2023-22796 - High Severity Vulnerability +
Vulnerable Library - activesupport-4.2.9.gem

+ +

A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.

+

Library home page: https://rubygems.org/gems/activesupport-4.2.9.gem

+

Path to dependency file: /EIPs/Gemfile.lock

+

Path to vulnerable library: /var/lib/gems/2.3.0/cache/activesupport-4.2.9.gem

+

+ +Dependency Hierarchy: + - eip_validator-0.8.0.gem (Root Library) + - activemodel-4.2.9.gem + - :x: **activesupport-4.2.9.gem** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +There is a possible regular expression based DoS vulnerability in Active Support. A specially crafted string passed to the underscore method can cause the regular expression engine to enter a state of catastrophic backtracking. This can cause the process to use large amounts of CPU and memory, leading to a possible DoS vulnerability. The issue is patched in versions 6.1.7.1 and 7.0.4.1. + +

Publish Date: 2023-01-06 +

URL: CVE-2023-22796

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/advisories/GHSA-j6gc-792m-qgm2

+

Release Date: 2023-01-06

+

Fix Resolution: activesupport - 6.1.7.1,7.0.4.1

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in activesupport gem cve high severity vulnerability vulnerable library activesupport gem a toolkit of support libraries and ruby core extensions extracted from the rails framework rich support for multibyte strings internationalization time zones and testing library home page a href path to dependency file eips gemfile lock path to vulnerable library var lib gems cache activesupport gem dependency hierarchy eip validator gem root library activemodel gem x activesupport gem vulnerable library vulnerability details there is a possible regular expression based dos vulnerability in active support a specially crafted string passed to the underscore method can cause the regular expression engine to enter a state of catastrophic backtracking this can cause the process to use large amounts of cpu and memory leading to a possible dos vulnerability the issue is patched in versions and 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 activesupport step up your open source security game with mend ,0 +11879,5104115267.0,IssuesEvent,2017-01-04 23:45:23,osresearch/heads,https://api.github.com/repos/osresearch/heads,closed,Use musl-libc instead of system libc,buildsystem enhancement initrd,"Building with alpine linux didn't work well (issue #54), but it appears that it is easier to do a hybrid build of linux and coreboot with the regular gcc, and the initrd tools with the `musl-gcc` wrapper. ",1.0,"Use musl-libc instead of system libc - Building with alpine linux didn't work well (issue #54), but it appears that it is easier to do a hybrid build of linux and coreboot with the regular gcc, and the initrd tools with the `musl-gcc` wrapper. ",0,use musl libc instead of system libc building with alpine linux didn t work well issue but it appears that it is easier to do a hybrid build of linux and coreboot with the regular gcc and the initrd tools with the musl gcc wrapper ,0 +134206,5221891820.0,IssuesEvent,2017-01-27 04:31:18,YaleSTC/vesta,https://api.github.com/repos/YaleSTC/vesta,opened,Cannot Log in with Student created through draw_with_members factory,complexity: 4 priority: 1 type: bug,"In feature specs, users created by the `draw_with_members` factory cannot log in.",1.0,"Cannot Log in with Student created through draw_with_members factory - In feature specs, users created by the `draw_with_members` factory cannot log in.",0,cannot log in with student created through draw with members factory in feature specs users created by the draw with members factory cannot log in ,0 +445871,12837462604.0,IssuesEvent,2020-07-07 15:49:31,code-ready/crc,https://api.github.com/repos/code-ready/crc,closed,Add 'Experimental' messages when `podman-env` command is used.,priority/critical status/stale,"We need to add output to the `podman-env` command, as for the time being no changes will happen to this functionality + +Note: adding an `echo`, so when `podman-env` is `eval`-ed it would still show",1.0,"Add 'Experimental' messages when `podman-env` command is used. - We need to add output to the `podman-env` command, as for the time being no changes will happen to this functionality + +Note: adding an `echo`, so when `podman-env` is `eval`-ed it would still show",0,add experimental messages when podman env command is used we need to add output to the podman env command as for the time being no changes will happen to this functionality note adding an echo so when podman env is eval ed it would still show,0 +5005,11942536121.0,IssuesEvent,2020-04-02 21:11:52,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Downloadable PDF Document,Pri1 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"A great resource for Azure architecture here. Is it possible to download the document in pdf like other Azure doc sites? + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cade8ea3-b02f-6c92-b7b1-8f37a5c9d701 +* Version Independent ID: c0bde50c-5e28-5ff2-1507-5a8711ae3022 +* Content: [Azure Application Architecture Guide](https://docs.microsoft.com/en-gb/azure/architecture/guide/) +* Content Source: [docs/guide/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/index.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Downloadable PDF Document - A great resource for Azure architecture here. Is it possible to download the document in pdf like other Azure doc sites? + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cade8ea3-b02f-6c92-b7b1-8f37a5c9d701 +* Version Independent ID: c0bde50c-5e28-5ff2-1507-5a8711ae3022 +* Content: [Azure Application Architecture Guide](https://docs.microsoft.com/en-gb/azure/architecture/guide/) +* Content Source: [docs/guide/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/index.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,downloadable pdf document a great resource for azure architecture here is it possible to download the document in pdf like other azure doc sites document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +234872,7727178009.0,IssuesEvent,2018-05-25 00:57:49,webcompat/web-bugs,https://api.github.com/repos/webcompat/web-bugs,closed,samlib.ru - desktop site instead of mobile site,browser-firefox-mobile priority-normal," + + + +**URL**: http://samlib.ru/d/denisenko/b1_all.shtml + +**Browser / Version**: Firefox Mobile 62.0 +**Operating System**: Android 7.0 +**Tested Another Browser**: Yes + +**Problem type**: Desktop site instead of mobile site +**Description**: desktop version instead of mobile. and font size is way too small for comfort reading +**Steps to Reproduce**: +None. I think to move to Firefox from Chrome and right now I'm testing sites that I visit often +[![Screenshot Description](https://webcompat.com/uploads/2018/5/9136d532-0c76-470f-8794-53c1639939d5-thumb.jpg)](https://webcompat.com/uploads/2018/5/9136d532-0c76-470f-8794-53c1639939d5.jpg) + + + +_From [webcompat.com](https://webcompat.com/) with ❤️_",1.0,"samlib.ru - desktop site instead of mobile site - + + + +**URL**: http://samlib.ru/d/denisenko/b1_all.shtml + +**Browser / Version**: Firefox Mobile 62.0 +**Operating System**: Android 7.0 +**Tested Another Browser**: Yes + +**Problem type**: Desktop site instead of mobile site +**Description**: desktop version instead of mobile. and font size is way too small for comfort reading +**Steps to Reproduce**: +None. I think to move to Firefox from Chrome and right now I'm testing sites that I visit often +[![Screenshot Description](https://webcompat.com/uploads/2018/5/9136d532-0c76-470f-8794-53c1639939d5-thumb.jpg)](https://webcompat.com/uploads/2018/5/9136d532-0c76-470f-8794-53c1639939d5.jpg) + + + +_From [webcompat.com](https://webcompat.com/) with ❤️_",0,samlib ru desktop site instead of mobile site url browser version firefox mobile operating system android tested another browser yes problem type desktop site instead of mobile site description desktop version instead of mobile and font size is way too small for comfort reading steps to reproduce none i think to move to firefox from chrome and right now i m testing sites that i visit often from with ❤️ ,0 +9231,24260942603.0,IssuesEvent,2022-09-27 22:40:16,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Better to have h3 included in the right-side TOC,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc," +#### feature request +Especially when reading `Technology choices for a message broker` section, I just thought it would be much better if h3 was also included in the right-side TOC. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4503ec57-36ef-8040-b6de-5b5a1fea1590 +* Version Independent ID: 509de364-6faf-e11e-41e0-c2f6cb8583f6 +* Content: [Asynchronous messaging options in Azure - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/messaging#technology-choices-for-a-message-broker) +* Content Source: [docs/guide/technology-choices/messaging.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/messaging.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1.0,"Better to have h3 included in the right-side TOC - +#### feature request +Especially when reading `Technology choices for a message broker` section, I just thought it would be much better if h3 was also included in the right-side TOC. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4503ec57-36ef-8040-b6de-5b5a1fea1590 +* Version Independent ID: 509de364-6faf-e11e-41e0-c2f6cb8583f6 +* Content: [Asynchronous messaging options in Azure - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/messaging#technology-choices-for-a-message-broker) +* Content Source: [docs/guide/technology-choices/messaging.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/messaging.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,better to have included in the right side toc feature request especially when reading technology choices for a message broker section i just thought it would be much better if was also included in the right side toc document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login pagewriter msft microsoft alias pnp ,1 +7730,18990574206.0,IssuesEvent,2021-11-22 06:35:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Add ANF to diagram,doc-enhancement cxp triaged architecture-center/svc example-scenario/subsvc,"Geert van Teylingen (ANF PM) here. While the document does describe Azure NetApp Files (ANF) as a valid storage option, the diagram does not show the icon. Can this be added for clarity? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6cf87174-bde3-8399-28a1-124fbb2bb14b +* Version Independent ID: 308cc07d-ffe6-55df-4e21-439c78113f49 +* Content: [General mainframe refactor to Azure - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/mainframe/general-mainframe-refactor) +* Content Source: [docs/example-scenario/mainframe/general-mainframe-refactor.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/mainframe/general-mainframe-refactor.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @jjfrost +* Microsoft Alias: **jfrost**",1.0,"Add ANF to diagram - Geert van Teylingen (ANF PM) here. While the document does describe Azure NetApp Files (ANF) as a valid storage option, the diagram does not show the icon. Can this be added for clarity? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6cf87174-bde3-8399-28a1-124fbb2bb14b +* Version Independent ID: 308cc07d-ffe6-55df-4e21-439c78113f49 +* Content: [General mainframe refactor to Azure - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/mainframe/general-mainframe-refactor) +* Content Source: [docs/example-scenario/mainframe/general-mainframe-refactor.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/mainframe/general-mainframe-refactor.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @jjfrost +* Microsoft Alias: **jfrost**",1,add anf to diagram geert van teylingen anf pm here while the document does describe azure netapp files anf as a valid storage option the diagram does not show the icon can this be added for clarity document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login jjfrost microsoft alias jfrost ,1 +169811,6418035974.0,IssuesEvent,2017-08-08 18:04:06,minio/minio,https://api.github.com/repos/minio/minio,closed,"When calling a presigned url as HEAD request, the overwritten headers are not set",priority: medium triage,"There is a difference between GET and HEAD, regarding the feature ""ResponseHeaderOverride"" for Presigned Urls + +## Expected Behavior +If I use the same Presigned URL configuration for GET and HEAD, there should be the same header on response for GET and HEAD. See [RFC](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.4) + +## Current Behavior +The ResponseHeaderOverrides are missing. + +## Possible Solution +Add the Header to the response for HEAD + +## Steps to Reproduce (for bugs) +- Create a new project, +- add a unit test project +- add official AWS.S3 Sdk to the project +- run unit tests [S3Test.zip](https://github.com/minio/minio/files/1190835/S3Test.zip) + +I think the bug will also be reproducable with another SDK. + +- Create a Presigned Url with a Header-Override +- Call the URL woth the correct method +- Check if HeaderOverrides are present in GET and HEAD + +[ApiDoc for C#](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/) + + +## Context +I am testing minio as a On-Premise alternative for S3. + +## Your Environment +- Current Verion of Minio Windows x64 +- C:\minio>minio server c:\minio\data5 +- Windows 10 + + +",1.0,"When calling a presigned url as HEAD request, the overwritten headers are not set - There is a difference between GET and HEAD, regarding the feature ""ResponseHeaderOverride"" for Presigned Urls + +## Expected Behavior +If I use the same Presigned URL configuration for GET and HEAD, there should be the same header on response for GET and HEAD. See [RFC](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.4) + +## Current Behavior +The ResponseHeaderOverrides are missing. + +## Possible Solution +Add the Header to the response for HEAD + +## Steps to Reproduce (for bugs) +- Create a new project, +- add a unit test project +- add official AWS.S3 Sdk to the project +- run unit tests [S3Test.zip](https://github.com/minio/minio/files/1190835/S3Test.zip) + +I think the bug will also be reproducable with another SDK. + +- Create a Presigned Url with a Header-Override +- Call the URL woth the correct method +- Check if HeaderOverrides are present in GET and HEAD + +[ApiDoc for C#](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/) + + +## Context +I am testing minio as a On-Premise alternative for S3. + +## Your Environment +- Current Verion of Minio Windows x64 +- C:\minio>minio server c:\minio\data5 +- Windows 10 + + +",0,when calling a presigned url as head request the overwritten headers are not set there is a difference between get and head regarding the feature responseheaderoverride for presigned urls expected behavior if i use the same presigned url configuration for get and head there should be the same header on response for get and head see current behavior the responseheaderoverrides are missing possible solution add the header to the response for head steps to reproduce for bugs create a new project add a unit test project add official aws sdk to the project run unit tests i think the bug will also be reproducable with another sdk create a presigned url with a header override call the url woth the correct method check if headeroverrides are present in get and head context i am testing minio as a on premise alternative for your environment current verion of minio windows c minio minio server c minio windows ,0 +237441,26085139104.0,IssuesEvent,2022-12-26 01:08:29,dreamboy9/mongo,https://api.github.com/repos/dreamboy9/mongo,opened,"CVE-2022-46175 (High) detected in json5-2.2.0.tgz, json5-1.0.1.tgz",security vulnerability,"## CVE-2022-46175 - High Severity Vulnerability +
Vulnerable Libraries - json5-2.2.0.tgz, json5-1.0.1.tgz

+

+ +

json5-2.2.0.tgz

+ +

JSON for humans.

+

Library home page: https://registry.npmjs.org/json5/-/json5-2.2.0.tgz

+

Path to dependency file: /buildscripts/libdeps/graph_visualizer_web_stack/package.json

+

Path to vulnerable library: /buildscripts/libdeps/graph_visualizer_web_stack/node_modules/json5/package.json

+

+ +Dependency Hierarchy: + - react-scripts-4.0.3.tgz (Root Library) + - core-7.12.3.tgz + - :x: **json5-2.2.0.tgz** (Vulnerable Library) +

+
json5-1.0.1.tgz

+ +

JSON for humans.

+

Library home page: https://registry.npmjs.org/json5/-/json5-1.0.1.tgz

+

Path to dependency file: /buildscripts/libdeps/graph_visualizer_web_stack/package.json

+

Path to vulnerable library: /buildscripts/libdeps/graph_visualizer_web_stack/node_modules/mini-css-extract-plugin/node_modules/json5/package.json,/buildscripts/libdeps/graph_visualizer_web_stack/node_modules/webpack/node_modules/json5/package.json,/buildscripts/libdeps/graph_visualizer_web_stack/node_modules/resolve-url-loader/node_modules/json5/package.json,/buildscripts/libdeps/graph_visualizer_web_stack/node_modules/postcss-loader/node_modules/json5/package.json,/buildscripts/libdeps/graph_visualizer_web_stack/node_modules/html-webpack-plugin/node_modules/json5/package.json,/buildscripts/libdeps/graph_visualizer_web_stack/node_modules/babel-loader/node_modules/json5/package.json,/buildscripts/libdeps/graph_visualizer_web_stack/node_modules/tsconfig-paths/node_modules/json5/package.json

+

+ +Dependency Hierarchy: + - react-scripts-4.0.3.tgz (Root Library) + - babel-loader-8.1.0.tgz + - loader-utils-1.4.0.tgz + - :x: **json5-1.0.1.tgz** (Vulnerable Library) +

+ +

Found in HEAD commit: 60ef70ebd8d46f4c893b3fb90ccf2616f8e21d2b

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including version `2.2.1` does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 version 2.2.2 and later. + +

Publish Date: 2022-12-24 +

URL: CVE-2022-46175

+

+
+

+
CVSS 3 Score Details (7.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: Low + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.cve.org/CVERecord?id=CVE-2022-46175

+

Release Date: 2022-12-24

+

Fix Resolution: json5 - 2.2.2

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2022-46175 (High) detected in json5-2.2.0.tgz, json5-1.0.1.tgz - ## CVE-2022-46175 - High Severity Vulnerability +
Vulnerable Libraries - json5-2.2.0.tgz, json5-1.0.1.tgz

+

+ +

json5-2.2.0.tgz

+ +

JSON for humans.

+

Library home page: https://registry.npmjs.org/json5/-/json5-2.2.0.tgz

+

Path to dependency file: /buildscripts/libdeps/graph_visualizer_web_stack/package.json

+

Path to vulnerable library: /buildscripts/libdeps/graph_visualizer_web_stack/node_modules/json5/package.json

+

+ +Dependency Hierarchy: + - react-scripts-4.0.3.tgz (Root Library) + - core-7.12.3.tgz + - :x: **json5-2.2.0.tgz** (Vulnerable Library) +

+
json5-1.0.1.tgz

+ +

JSON for humans.

+

Library home page: https://registry.npmjs.org/json5/-/json5-1.0.1.tgz

+

Path to dependency file: /buildscripts/libdeps/graph_visualizer_web_stack/package.json

+

Path to vulnerable library: /buildscripts/libdeps/graph_visualizer_web_stack/node_modules/mini-css-extract-plugin/node_modules/json5/package.json,/buildscripts/libdeps/graph_visualizer_web_stack/node_modules/webpack/node_modules/json5/package.json,/buildscripts/libdeps/graph_visualizer_web_stack/node_modules/resolve-url-loader/node_modules/json5/package.json,/buildscripts/libdeps/graph_visualizer_web_stack/node_modules/postcss-loader/node_modules/json5/package.json,/buildscripts/libdeps/graph_visualizer_web_stack/node_modules/html-webpack-plugin/node_modules/json5/package.json,/buildscripts/libdeps/graph_visualizer_web_stack/node_modules/babel-loader/node_modules/json5/package.json,/buildscripts/libdeps/graph_visualizer_web_stack/node_modules/tsconfig-paths/node_modules/json5/package.json

+

+ +Dependency Hierarchy: + - react-scripts-4.0.3.tgz (Root Library) + - babel-loader-8.1.0.tgz + - loader-utils-1.4.0.tgz + - :x: **json5-1.0.1.tgz** (Vulnerable Library) +

+ +

Found in HEAD commit: 60ef70ebd8d46f4c893b3fb90ccf2616f8e21d2b

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including version `2.2.1` does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 version 2.2.2 and later. + +

Publish Date: 2022-12-24 +

URL: CVE-2022-46175

+

+
+

+
CVSS 3 Score Details (7.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: Low + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://www.cve.org/CVERecord?id=CVE-2022-46175

+

Release Date: 2022-12-24

+

Fix Resolution: json5 - 2.2.2

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in tgz tgz cve high severity vulnerability vulnerable libraries tgz tgz tgz json for humans library home page a href path to dependency file buildscripts libdeps graph visualizer web stack package json path to vulnerable library buildscripts libdeps graph visualizer web stack node modules package json dependency hierarchy react scripts tgz root library core tgz x tgz vulnerable library tgz json for humans library home page a href path to dependency file buildscripts libdeps graph visualizer web stack package json path to vulnerable library buildscripts libdeps graph visualizer web stack node modules mini css extract plugin node modules package json buildscripts libdeps graph visualizer web stack node modules webpack node modules package json buildscripts libdeps graph visualizer web stack node modules resolve url loader node modules package json buildscripts libdeps graph visualizer web stack node modules postcss loader node modules package json buildscripts libdeps graph visualizer web stack node modules html webpack plugin node modules package json buildscripts libdeps graph visualizer web stack node modules babel loader node modules package json buildscripts libdeps graph visualizer web stack node modules tsconfig paths node modules package json dependency hierarchy react scripts tgz root library babel loader tgz loader utils tgz x tgz vulnerable library found in head commit a href found in base branch master vulnerability details is an extension to the popular json file format that aims to be easier to write and maintain by hand e g for config files the parse method of the library before and including version does not restrict parsing of keys named proto allowing specially crafted strings to pollute the prototype of the resulting object this vulnerability pollutes the prototype of the object returned by parse and not the global object prototype which is the commonly understood definition of prototype pollution however polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations this vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from parse the actual impact will depend on how applications utilize the returned object and how they filter unwanted keys but could include denial of service cross site scripting elevation of privilege and in extreme cases remote code execution parse should restrict parsing of proto keys when parsing json strings to objects as a point of reference the json parse method included in javascript ignores proto keys simply changing parse to json parse in the examples above mitigates this vulnerability this vulnerability is patched in version and later publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact low 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 mend ,0 +186051,21910400678.0,IssuesEvent,2022-05-21 01:17:08,prafullkotecha/docusign-hackathon,https://api.github.com/repos/prafullkotecha/docusign-hackathon,opened,CVE-2022-22978 (High) detected in spring-security-web-5.5.1.jar,security vulnerability,"## CVE-2022-22978 - High Severity Vulnerability +
Vulnerable Library - spring-security-web-5.5.1.jar

+ +

Spring Security

+

Library home page: https://spring.io/projects/spring-security

+

Path to dependency file: /pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-web/5.5.1/spring-security-web-5.5.1.jar

+

+ +Dependency Hierarchy: + - spring-boot-starter-security-2.5.3.jar (Root Library) + - :x: **spring-security-web-5.5.1.jar** (Vulnerable Library) +

Found in HEAD commit: 0ee792f59c88ec2e75a080212b78199cb833d931

+

Found in base branch: main

+

+
+

+
Vulnerability Details +

+ +In Spring Security versions 5.5.6 and 5.5.7 and older unsupported versions, RegexRequestMatcher can easily be misconfigured to be bypassed on some servlet containers. Applications using RegexRequestMatcher with `.` in the regular expression are possibly vulnerable to an authorization bypass. + +

Publish Date: 2022-05-19 +

URL: CVE-2022-22978

+

+
+

+
CVSS 3 Score Details (8.2) +

+ +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: Low + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://tanzu.vmware.com/security/cve-2022-22978

+

Release Date: 2022-05-19

+

Fix Resolution: org.springframework.security:spring-security-web:5.5.7,5.6.4

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2022-22978 (High) detected in spring-security-web-5.5.1.jar - ## CVE-2022-22978 - High Severity Vulnerability +
Vulnerable Library - spring-security-web-5.5.1.jar

+ +

Spring Security

+

Library home page: https://spring.io/projects/spring-security

+

Path to dependency file: /pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-web/5.5.1/spring-security-web-5.5.1.jar

+

+ +Dependency Hierarchy: + - spring-boot-starter-security-2.5.3.jar (Root Library) + - :x: **spring-security-web-5.5.1.jar** (Vulnerable Library) +

Found in HEAD commit: 0ee792f59c88ec2e75a080212b78199cb833d931

+

Found in base branch: main

+

+
+

+
Vulnerability Details +

+ +In Spring Security versions 5.5.6 and 5.5.7 and older unsupported versions, RegexRequestMatcher can easily be misconfigured to be bypassed on some servlet containers. Applications using RegexRequestMatcher with `.` in the regular expression are possibly vulnerable to an authorization bypass. + +

Publish Date: 2022-05-19 +

URL: CVE-2022-22978

+

+
+

+
CVSS 3 Score Details (8.2) +

+ +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: Low + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://tanzu.vmware.com/security/cve-2022-22978

+

Release Date: 2022-05-19

+

Fix Resolution: org.springframework.security:spring-security-web:5.5.7,5.6.4

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in spring security web jar cve high severity vulnerability vulnerable library spring security web jar spring security library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org springframework security spring security web spring security web jar dependency hierarchy spring boot starter security jar root library x spring security web jar vulnerable library found in head commit a href found in base branch main vulnerability details in spring security versions and and older unsupported versions regexrequestmatcher can easily be misconfigured to be bypassed on some servlet containers applications using regexrequestmatcher with in the regular expression are possibly vulnerable to an authorization bypass 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 low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org springframework security spring security web step up your open source security game with whitesource ,0 +593132,17948339219.0,IssuesEvent,2021-09-12 08:24:51,thoth-station/package-extract,https://api.github.com/repos/thoth-station/package-extract,closed,Add Pipfile.lock present in the s2i container image to the resulting JSON,help wanted kind/feature priority/important-soon triage/accepted area/knowledge-graph,"**Is your feature request related to a problem? Please describe.** + +As Pipfile.lock state also hashes and Python package index from where packages were installed, it might be a good idea to propagate content of Pipfile.lock to the resulting JSON. This Pipfile.lock should be propagated to the resulting JSON only if it was placed in the standard s2i location (so we know the build is from Thoth S2I). + +**Describe the solution you'd like** + +- [ ] detect if Pipfile.lock is available in s2i app root +- [ ] if yes, propagate content of Pipfile.lock embedded into the container image to the resulting package-extract JSON report +- [ ] sync information about packages into the database + +**Describe alternatives you've considered** + +Stick with detection of Python packages as we have now. That might be not that desirable as index information is missing hence we cannot detect from which packages sources were installed.",1.0,"Add Pipfile.lock present in the s2i container image to the resulting JSON - **Is your feature request related to a problem? Please describe.** + +As Pipfile.lock state also hashes and Python package index from where packages were installed, it might be a good idea to propagate content of Pipfile.lock to the resulting JSON. This Pipfile.lock should be propagated to the resulting JSON only if it was placed in the standard s2i location (so we know the build is from Thoth S2I). + +**Describe the solution you'd like** + +- [ ] detect if Pipfile.lock is available in s2i app root +- [ ] if yes, propagate content of Pipfile.lock embedded into the container image to the resulting package-extract JSON report +- [ ] sync information about packages into the database + +**Describe alternatives you've considered** + +Stick with detection of Python packages as we have now. That might be not that desirable as index information is missing hence we cannot detect from which packages sources were installed.",0,add pipfile lock present in the container image to the resulting json is your feature request related to a problem please describe as pipfile lock state also hashes and python package index from where packages were installed it might be a good idea to propagate content of pipfile lock to the resulting json this pipfile lock should be propagated to the resulting json only if it was placed in the standard location so we know the build is from thoth describe the solution you d like detect if pipfile lock is available in app root if yes propagate content of pipfile lock embedded into the container image to the resulting package extract json report sync information about packages into the database describe alternatives you ve considered stick with detection of python packages as we have now that might be not that desirable as index information is missing hence we cannot detect from which packages sources were installed ,0 +74803,14344666212.0,IssuesEvent,2020-11-28 15:31:07,paulevsGitch/BetterEnd,https://api.github.com/repos/paulevsGitch/BetterEnd,closed,Enhancement {1.16.3-1.16.4} Add Tags to BetterEnd Logs,enhancement in dev code,"Can you Add tags to BetterEnd Logs so recipe can be made that will accept either the stripped version or normal version. + +Example: me adding a recipe via sawmill with KubeJS, but would have to add 2 recipe for getting the same planks. Instead of 1 recipe. + +Example Tag: #betterend:pythadendron_log for both the log and stripped log + +What it looks like in REI: https://gyazo.com/62202428c9c40463a074ad515b58d4fe",1.0,"Enhancement {1.16.3-1.16.4} Add Tags to BetterEnd Logs - Can you Add tags to BetterEnd Logs so recipe can be made that will accept either the stripped version or normal version. + +Example: me adding a recipe via sawmill with KubeJS, but would have to add 2 recipe for getting the same planks. Instead of 1 recipe. + +Example Tag: #betterend:pythadendron_log for both the log and stripped log + +What it looks like in REI: https://gyazo.com/62202428c9c40463a074ad515b58d4fe",0,enhancement add tags to betterend logs can you add tags to betterend logs so recipe can be made that will accept either the stripped version or normal version example me adding a recipe via sawmill with kubejs but would have to add recipe for getting the same planks instead of recipe example tag betterend pythadendron log for both the log and stripped log what it looks like in rei ,0 +10629,27168795776.0,IssuesEvent,2023-02-17 17:26:28,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Hope to engage with the creator/contributor of this document,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2," +[Enter feedback here] + +Hi, + +I'm Penny Ko (kopenny) in Microsoft. Azure NetApp Files (ANF) team Arnt de Gier (b-arntdegier) would like to update below 2 documents, but there are no Contributor listed on those documents. Is it possible that you could help to identify the creator of that content and share with us? So Arnt would be able to share feedback and hopefully can reuse the existing Visio file instead of creating one from scratch. Thank you! +1. https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/sap-dev-test : It has no mention of ANF +2. https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/sap-production : ANF is only in one sentence. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e700b9a2-8b1d-5d55-95ec-1bb123d2586a +* Version Independent ID: 7f4b8f89-a777-b03b-e0af-d3d890745088 +* Content: [SAP deployment on Azure using an Oracle database - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/sap-production) +* Content Source: [docs/example-scenario/apps/sap-production.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/apps/sap-production.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @DharmeshBhagat +* Microsoft Alias: **pnp**",1.0,"Hope to engage with the creator/contributor of this document - +[Enter feedback here] + +Hi, + +I'm Penny Ko (kopenny) in Microsoft. Azure NetApp Files (ANF) team Arnt de Gier (b-arntdegier) would like to update below 2 documents, but there are no Contributor listed on those documents. Is it possible that you could help to identify the creator of that content and share with us? So Arnt would be able to share feedback and hopefully can reuse the existing Visio file instead of creating one from scratch. Thank you! +1. https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/sap-dev-test : It has no mention of ANF +2. https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/sap-production : ANF is only in one sentence. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e700b9a2-8b1d-5d55-95ec-1bb123d2586a +* Version Independent ID: 7f4b8f89-a777-b03b-e0af-d3d890745088 +* Content: [SAP deployment on Azure using an Oracle database - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/sap-production) +* Content Source: [docs/example-scenario/apps/sap-production.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/apps/sap-production.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @DharmeshBhagat +* Microsoft Alias: **pnp**",1,hope to engage with the creator contributor of this document hi i m penny ko kopenny in microsoft azure netapp files anf team arnt de gier b arntdegier would like to update below documents but there are no contributor listed on those documents is it possible that you could help to identify the creator of that content and share with us so arnt would be able to share feedback and hopefully can reuse the existing visio file instead of creating one from scratch thank you it has no mention of anf anf is only in one sentence document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login dharmeshbhagat microsoft alias pnp ,1 +9157,24119810367.0,IssuesEvent,2022-09-20 17:38:57,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Which AWS App from the Gallery?,assigned-to-author triaged product-question architecture-center/svc reference-architecture/subsvc Pri2,"There are several AWS apps in the App Gallery, which one are we supposed to use? +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a6b08461-26fb-d148-a749-9b61217af0f8 +* Version Independent ID: 1329c651-e8f6-cc68-4205-739dfbbcef4f +* Content: [Azure Active Directory security for AWS - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/aws/aws-azure-ad-security) +* Content Source: [docs/reference-architectures/aws/aws-azure-ad-security.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/aws/aws-azure-ad-security.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"Which AWS App from the Gallery? - There are several AWS apps in the App Gallery, which one are we supposed to use? +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a6b08461-26fb-d148-a749-9b61217af0f8 +* Version Independent ID: 1329c651-e8f6-cc68-4205-739dfbbcef4f +* Content: [Azure Active Directory security for AWS - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/aws/aws-azure-ad-security) +* Content Source: [docs/reference-architectures/aws/aws-azure-ad-security.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/aws/aws-azure-ad-security.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,which aws app from the gallery there are several aws apps in the app gallery which one are we supposed to use document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +23703,3851865925.0,IssuesEvent,2016-04-06 05:28:07,GPF/imame4all,https://api.github.com/repos/GPF/imame4all,closed,MAME4iOS-1.1 does not seem to run on ipad 1,auto-migrated Priority-Medium Type-Defect,"``` +What steps will reproduce the problem? +1.Jailbroken ipad 1 (5.1)via redsn0w_win_0.9.10b8 +2.Install MAME4iOS-1.1 via Cydia +3.Launch Mameios 1.1 and it flashes and never opens. Remains as active program +in the app bar that I can close. + +What is the expected output? What do you see instead? + + +What version of the product are you using? On what operating system? +redsn0w_win_0.9.10b8 on ipad 1 with 5.1 + +Please provide any additional information below. + +imame4all works fine. Just wanted to try MAME4iOS-1.1 to gain access to games +that are not recognized by imam4all. +``` + +Original issue reported on code.google.com by `chris.ma...@gmail.com` on 30 Apr 2012 at 12:45",1.0,"MAME4iOS-1.1 does not seem to run on ipad 1 - ``` +What steps will reproduce the problem? +1.Jailbroken ipad 1 (5.1)via redsn0w_win_0.9.10b8 +2.Install MAME4iOS-1.1 via Cydia +3.Launch Mameios 1.1 and it flashes and never opens. Remains as active program +in the app bar that I can close. + +What is the expected output? What do you see instead? + + +What version of the product are you using? On what operating system? +redsn0w_win_0.9.10b8 on ipad 1 with 5.1 + +Please provide any additional information below. + +imame4all works fine. Just wanted to try MAME4iOS-1.1 to gain access to games +that are not recognized by imam4all. +``` + +Original issue reported on code.google.com by `chris.ma...@gmail.com` on 30 Apr 2012 at 12:45",0, does not seem to run on ipad what steps will reproduce the problem jailbroken ipad via win install via cydia launch mameios and it flashes and never opens remains as active program in the app bar that i can close what is the expected output what do you see instead what version of the product are you using on what operating system win on ipad with please provide any additional information below works fine just wanted to try to gain access to games that are not recognized by original issue reported on code google com by chris ma gmail com on apr at ,0 +11064,27880843353.0,IssuesEvent,2023-03-21 19:15:53,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Pricing Estimate link does not work,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri1," +The pricing sample does not load + +Looks like link to estimate no longer works. +https://azure.microsoft.com/en-us/pricing/calculator/?shared-estimate=b798fb70c53e4dd19fdeacea4db78276 + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e4f4c7c-f268-b75b-2486-5c4418e5b24e +* Version Independent ID: 5d28faa1-20bc-1727-05ab-0b18eba1ba7c +* Content: [Data warehousing and analytics - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/data/data-warehouse) +* Content Source: [docs/example-scenario/data/data-warehouse.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/data/data-warehouse.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @alexbuckgit +* Microsoft Alias: **Alex.Buck**",1.0,"Pricing Estimate link does not work - +The pricing sample does not load + +Looks like link to estimate no longer works. +https://azure.microsoft.com/en-us/pricing/calculator/?shared-estimate=b798fb70c53e4dd19fdeacea4db78276 + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e4f4c7c-f268-b75b-2486-5c4418e5b24e +* Version Independent ID: 5d28faa1-20bc-1727-05ab-0b18eba1ba7c +* Content: [Data warehousing and analytics - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/data/data-warehouse) +* Content Source: [docs/example-scenario/data/data-warehouse.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/data/data-warehouse.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @alexbuckgit +* Microsoft Alias: **Alex.Buck**",1,pricing estimate link does not work the pricing sample does not load looks like link to estimate no longer works document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login alexbuckgit microsoft alias alex buck ,1 +98633,16387782410.0,IssuesEvent,2021-05-17 12:47:11,fitzinbox/Exomiser,https://api.github.com/repos/fitzinbox/Exomiser,opened,CVE-2020-36186 (High) detected in jackson-databind-2.9.8.jar,security vulnerability,"## CVE-2020-36186 - High Severity Vulnerability +
Vulnerable Library - jackson-databind-2.9.8.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: Exomiser/exomiser-data-genome/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,Exomiser/exomiser-cli/target/lib/jackson-databind-2.9.8.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar

+

+ +Dependency Hierarchy: + - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) +

Found in HEAD commit: 3a0ae5a0b72ae7a7e59a638af862c28aa80dcdf6

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource. + +

Publish Date: 2021-01-06 +

URL: CVE-2020-36186

+

+
+

+
CVSS 3 Score Details (8.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/FasterXML/jackson-databind/issues/2997

+

Release Date: 2021-01-06

+

Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2020-36186 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2020-36186 - High Severity Vulnerability +
Vulnerable Library - jackson-databind-2.9.8.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: Exomiser/exomiser-data-genome/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,Exomiser/exomiser-cli/target/lib/jackson-databind-2.9.8.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar

+

+ +Dependency Hierarchy: + - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) +

Found in HEAD commit: 3a0ae5a0b72ae7a7e59a638af862c28aa80dcdf6

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource. + +

Publish Date: 2021-01-06 +

URL: CVE-2020-36186

+

+
+

+
CVSS 3 Score Details (8.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/FasterXML/jackson-databind/issues/2997

+

Release Date: 2021-01-06

+

Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,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 exomiser exomiser data genome pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar exomiser exomiser cli target lib jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar canner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache tomcat dbcp dbcp datasources peruserpooldatasource publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high 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 step up your open source security game with whitesource ,0 +9568,24840215539.0,IssuesEvent,2022-10-26 12:09:45,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Grammatical error in Related resources section,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc," +![image](https://user-images.githubusercontent.com/6845982/196115127-d125a7c2-6b55-476b-8ec8-a83275d2b497.png) +There is a grammatical error in the highlighted sentence, which makes the description unclear. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 2d510272-fa5f-07f9-8b06-fb88d45d2464 +* Version Independent ID: 578a488f-89a7-92cc-779f-b4906f6d731a +* Content: [Event Sourcing pattern - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/event-sourcing) +* Content Source: [docs/patterns/event-sourcing.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/event-sourcing.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Grammatical error in Related resources section - +![image](https://user-images.githubusercontent.com/6845982/196115127-d125a7c2-6b55-476b-8ec8-a83275d2b497.png) +There is a grammatical error in the highlighted sentence, which makes the description unclear. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 2d510272-fa5f-07f9-8b06-fb88d45d2464 +* Version Independent ID: 578a488f-89a7-92cc-779f-b4906f6d731a +* Content: [Event Sourcing pattern - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/event-sourcing) +* Content Source: [docs/patterns/event-sourcing.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/event-sourcing.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,grammatical error in related resources section there is a grammatical error in the highlighted sentence which makes the description unclear document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures ,1 +7250,17210740677.0,IssuesEvent,2021-07-19 03:44:44,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Typo in Bicep CLI command,architecture-center/svc assigned-to-author doc-bug reference-architecture/subsvc triaged," +Based on the steps defined in Bicep example. The Azure CLI command to spin up the example should be `hub-spoke` instead of `hub-spoke-three` + +az deployment group create --resource-group hub-spoke --template-file main.bicep + +https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=bicep#reference-deployment + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @neilpeterson +* Microsoft Alias: **pnp**",2.0,"Typo in Bicep CLI command - +Based on the steps defined in Bicep example. The Azure CLI command to spin up the example should be `hub-spoke` instead of `hub-spoke-three` + +az deployment group create --resource-group hub-spoke --template-file main.bicep + +https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=bicep#reference-deployment + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @neilpeterson +* Microsoft Alias: **pnp**",1,typo in bicep cli command based on the steps defined in bicep example the azure cli command to spin up the example should be hub spoke instead of hub spoke three az deployment group create resource group hub spoke template file main bicep document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login neilpeterson microsoft alias pnp ,1 +185922,6731923512.0,IssuesEvent,2017-10-18 09:29:08,ballerinalang/plugin-intellij,https://api.github.com/repos/ballerinalang/plugin-intellij,opened,Update file templates,Priority/Highest Type/Improvement,"The `message` type is removed and packages are changed in the latest runtime version. So we need to update service, connector file templates.",1.0,"Update file templates - The `message` type is removed and packages are changed in the latest runtime version. So we need to update service, connector file templates.",0,update file templates the message type is removed and packages are changed in the latest runtime version so we need to update service connector file templates ,0 +137508,5310434816.0,IssuesEvent,2017-02-12 20:03:05,YaleSTC/vesta,https://api.github.com/repos/YaleSTC/vesta,closed,Update new group page to match whiteboard layout,2 - in review complexity: 2 priority: 4 type: enhancement,"See new image below. This should use the new `application_with_sidebar` layout from #110. + +![20170122_162811](https://cloud.githubusercontent.com/assets/901808/22230329/ec84f86c-e1aa-11e6-8076-0b6dd3ab3be8.jpg) +",1.0,"Update new group page to match whiteboard layout - See new image below. This should use the new `application_with_sidebar` layout from #110. + +![20170122_162811](https://cloud.githubusercontent.com/assets/901808/22230329/ec84f86c-e1aa-11e6-8076-0b6dd3ab3be8.jpg) +",0,update new group page to match whiteboard layout see new image below this should use the new application with sidebar layout from ,0 +9242,24283632586.0,IssuesEvent,2022-09-28 19:46:14,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Updated Azure Databricks icon,doc-bug assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"Hi, could you help me update the Azure Databricks icon on [this diagram](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/images/stream-processing-databricks.png) on the [Stream Processing with Azure Databricks](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/stream-processing-databricks) architecture with this new SVG file: https://drive.google.com/file/d/13z9cECUZsyu8ZjWzHErUZbAhuO_jXlUK/ + +Thank you, + +Clinton Ford +Principal Product Marketing Manager +Databricks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 42385d9e-bf16-c83f-4cc4-bc7819b7c72a +* Version Independent ID: 8ff90608-83ab-fe3f-c01a-5e4e288f28fc +* Content: [Stream processing with Azure Databricks - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/stream-processing-databricks#feedback) +* Content Source: [docs/reference-architectures/data/stream-processing-databricks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/data/stream-processing-databricks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",2.0,"Updated Azure Databricks icon - Hi, could you help me update the Azure Databricks icon on [this diagram](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/images/stream-processing-databricks.png) on the [Stream Processing with Azure Databricks](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/stream-processing-databricks) architecture with this new SVG file: https://drive.google.com/file/d/13z9cECUZsyu8ZjWzHErUZbAhuO_jXlUK/ + +Thank you, + +Clinton Ford +Principal Product Marketing Manager +Databricks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 42385d9e-bf16-c83f-4cc4-bc7819b7c72a +* Version Independent ID: 8ff90608-83ab-fe3f-c01a-5e4e288f28fc +* Content: [Stream processing with Azure Databricks - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/stream-processing-databricks#feedback) +* Content Source: [docs/reference-architectures/data/stream-processing-databricks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/data/stream-processing-databricks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1,updated azure databricks icon hi could you help me update the azure databricks icon on on the architecture with this new svg file thank you clinton ford principal product marketing manager databricks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +10150,26405706941.0,IssuesEvent,2023-01-13 07:46:04,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Outdated material,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2,"HI Team, + +The last update on this site is in 2020?! Is there any chance it will be updated soon? + +BR, +Karl + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Outdated material - HI Team, + +The last update on this site is in 2020?! Is there any chance it will be updated soon? + +BR, +Karl + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,outdated material hi team the last update on this site is in is there any chance it will be updated soon br karl document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +388978,26791527787.0,IssuesEvent,2023-02-01 08:53:25,scylladb/terraform-provider-scylladbcloud,https://api.github.com/repos/scylladb/terraform-provider-scylladbcloud,closed,README: remove endpoint var (it's no longer needed),documentation,"README have the following: + +> Take one of the example templates and configure the provider section with proper values for the token and endpoint keys. + +But the examples like https://github.com/scylladb/terraform-provider-scylladbcloud/blob/main/examples/resource_scylla_cluster/main.tf does not have an endpoint var",1.0,"README: remove endpoint var (it's no longer needed) - README have the following: + +> Take one of the example templates and configure the provider section with proper values for the token and endpoint keys. + +But the examples like https://github.com/scylladb/terraform-provider-scylladbcloud/blob/main/examples/resource_scylla_cluster/main.tf does not have an endpoint var",0,readme remove endpoint var it s no longer needed readme have the following take one of the example templates and configure the provider section with proper values for the token and endpoint keys but the examples like does not have an endpoint var,0 +112642,24307995693.0,IssuesEvent,2022-09-29 19:15:45,sourcegraph/sourcegraph,https://api.github.com/repos/sourcegraph/sourcegraph,opened,Code Insights: Add integration test for line/bar/pie chart focus management,webapp testing team/code-insights insights-integration-testing,"We've seen in the past that focus management is a weak part of the functionality. By weak, I mean that it's easy to break when we're introducing new features or when we're changing something in our current set of features. In order to prevent breaking focus management, we should add a test for it + +",1.0,"Code Insights: Add integration test for line/bar/pie chart focus management - We've seen in the past that focus management is a weak part of the functionality. By weak, I mean that it's easy to break when we're introducing new features or when we're changing something in our current set of features. In order to prevent breaking focus management, we should add a test for it + +",0,code insights add integration test for line bar pie chart focus management we ve seen in the past that focus management is a weak part of the functionality by weak i mean that it s easy to break when we re introducing new features or when we re changing something in our current set of features in order to prevent breaking focus management we should add a test for it ,0 +65995,3249417533.0,IssuesEvent,2015-10-18 05:06:42,famuvie/breedR,https://api.github.com/repos/famuvie/breedR,closed,Extractor function for breeding values,enhancement priority:high,"Right now, we can only access breeding values by scraping the internals of a resulting object with `res$genetic$fit`. +It is needed an extractor function to avoid this.",1.0,"Extractor function for breeding values - Right now, we can only access breeding values by scraping the internals of a resulting object with `res$genetic$fit`. +It is needed an extractor function to avoid this.",0,extractor function for breeding values right now we can only access breeding values by scraping the internals of a resulting object with res genetic fit it is needed an extractor function to avoid this ,0 +6228,13956775764.0,IssuesEvent,2020-10-24 02:56:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Event Sourcing described well,Pri2 architecture-center/svc cloud-fundamentals/subsvc," +very useful pattern + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2d510272-fa5f-07f9-8b06-fb88d45d2464 +* Version Independent ID: 578a488f-89a7-92cc-779f-b4906f6d731a +* Content: [Event Sourcing pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/event-sourcing) +* Content Source: [docs/patterns/event-sourcing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/event-sourcing.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Event Sourcing described well - +very useful pattern + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2d510272-fa5f-07f9-8b06-fb88d45d2464 +* Version Independent ID: 578a488f-89a7-92cc-779f-b4906f6d731a +* Content: [Event Sourcing pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/event-sourcing) +* Content Source: [docs/patterns/event-sourcing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/event-sourcing.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,event sourcing described well very useful pattern document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +5588,12746063074.0,IssuesEvent,2020-06-26 15:17:06,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Double-Take DR - Azure Solution,Pri2 architecture-center/svc assigned-to-author product-question solution-idea/subsvc triaged," +I am looking for this architecture, how we can implement on Azure Cloud. Is it a separate services available from Azure + +This architecture will help to achieve on-demand DR on Azure. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 82dcb69b-d7f0-4a59-cc3e-46cc7dcf1469 +* Version Independent ID: 6b691aff-88eb-5444-47ea-f06103d28e6a +* Content: [SMB disaster recovery with Double-Take DR - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/disaster-recovery-smb-double-take-dr) +* Content Source: [docs/solution-ideas/articles/disaster-recovery-smb-double-take-dr.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/disaster-recovery-smb-double-take-dr.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Double-Take DR - Azure Solution - +I am looking for this architecture, how we can implement on Azure Cloud. Is it a separate services available from Azure + +This architecture will help to achieve on-demand DR on Azure. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 82dcb69b-d7f0-4a59-cc3e-46cc7dcf1469 +* Version Independent ID: 6b691aff-88eb-5444-47ea-f06103d28e6a +* Content: [SMB disaster recovery with Double-Take DR - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/disaster-recovery-smb-double-take-dr) +* Content Source: [docs/solution-ideas/articles/disaster-recovery-smb-double-take-dr.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/disaster-recovery-smb-double-take-dr.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,double take dr azure solution i am looking for this architecture how we can implement on azure cloud is it a separate services available from azure this architecture will help to achieve on demand dr on azure document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +49479,7518541331.0,IssuesEvent,2018-04-12 08:45:10,cnr-ibf-pa/hbp-bsp-issues,https://api.github.com/repos/cnr-ibf-pa/hbp-bsp-issues,closed,"Documentation for ""Synaptic Events Fitting""",Topic_Documentation UC_SynapEvFitting,"Although the use case ""Synaptic Events Fitting"" is disabled, there is still a section in the Guidebook describing it. + +Can this section be 'disabled' as well? +",1.0,"Documentation for ""Synaptic Events Fitting"" - Although the use case ""Synaptic Events Fitting"" is disabled, there is still a section in the Guidebook describing it. + +Can this section be 'disabled' as well? +",0,documentation for synaptic events fitting although the use case synaptic events fitting is disabled there is still a section in the guidebook describing it can this section be disabled as well ,0 +168422,13087332267.0,IssuesEvent,2020-08-02 11:39:51,libuv/libuv,https://api.github.com/repos/libuv/libuv,closed,One of tests fails (not ok 275 - tcp_connect_timeout) on Ubuntu 20.04,test,"* **Version**: +libuv-v1.38.1 + +* **Platform**: +``` +$ uname -a +Linux box 5.4.0-40-generic #44-Ubuntu SMP Tue Jun 23 00:01:04 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux +``` + +After building libuv as a local user and running `make check` one of the tests failed. Here is (cut) output with error messages: +``` +$ make check +make test/run-tests +... +not ok 275 - tcp_connect_timeout +# exit code 134 +# Output from process `tcp_connect_timeout`: +# Assertion failed in test/test-tcp-connect-timeout.c on line 42: status == UV_ECANCELED +... +FAIL: test/run-tests +====================================================== +1 of 1 test failed +Please report to https://github.com/libuv/libuv/issues +====================================================== +make[1]: *** [Makefile:5353: check-TESTS] Error 1 +make[1]: Leaving directory '/home/***/libuv-v1.38.1' +make: *** [Makefile:5613: check-am] Error 2 +``` + +Please let me know if I need to send more info.",1.0,"One of tests fails (not ok 275 - tcp_connect_timeout) on Ubuntu 20.04 - * **Version**: +libuv-v1.38.1 + +* **Platform**: +``` +$ uname -a +Linux box 5.4.0-40-generic #44-Ubuntu SMP Tue Jun 23 00:01:04 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux +``` + +After building libuv as a local user and running `make check` one of the tests failed. Here is (cut) output with error messages: +``` +$ make check +make test/run-tests +... +not ok 275 - tcp_connect_timeout +# exit code 134 +# Output from process `tcp_connect_timeout`: +# Assertion failed in test/test-tcp-connect-timeout.c on line 42: status == UV_ECANCELED +... +FAIL: test/run-tests +====================================================== +1 of 1 test failed +Please report to https://github.com/libuv/libuv/issues +====================================================== +make[1]: *** [Makefile:5353: check-TESTS] Error 1 +make[1]: Leaving directory '/home/***/libuv-v1.38.1' +make: *** [Makefile:5613: check-am] Error 2 +``` + +Please let me know if I need to send more info.",0,one of tests fails not ok tcp connect timeout on ubuntu version libuv platform uname a linux box generic ubuntu smp tue jun utc gnu linux after building libuv as a local user and running make check one of the tests failed here is cut output with error messages make check make test run tests not ok tcp connect timeout exit code output from process tcp connect timeout assertion failed in test test tcp connect timeout c on line status uv ecanceled fail test run tests of test failed please report to make error make leaving directory home libuv make error please let me know if i need to send more info ,0 +98454,20734623960.0,IssuesEvent,2022-03-14 12:39:53,DJV2021/rise-of-a-hero,https://api.github.com/repos/DJV2021/rise-of-a-hero,closed,Player,design code,"* [x] Handle player behavior + * [x] The player can move around + * [x] The player can jump + * [x] The player can dash + * [x] The player can attack + * [x] The player can climb ladders + * [x] Remove anything that the player should not be able to do as of now +* [x] Find a skin for the player",1.0,"Player - * [x] Handle player behavior + * [x] The player can move around + * [x] The player can jump + * [x] The player can dash + * [x] The player can attack + * [x] The player can climb ladders + * [x] Remove anything that the player should not be able to do as of now +* [x] Find a skin for the player",0,player handle player behavior the player can move around the player can jump the player can dash the player can attack the player can climb ladders remove anything that the player should not be able to do as of now find a skin for the player,0 +196561,14879296579.0,IssuesEvent,2021-01-20 07:25:59,SAPDocuments/Tutorials,https://api.github.com/repos/SAPDocuments/Tutorials,closed,Create Cards Automatically with the Automatic Instance Generation Template,High-Prio SCPTest-2009A SCPTest-mcard SCPTest-trial1 SCPTest-trial2 SCPTest-trial3,"Landscape label: trail1 & trail2 & ap +Scenario label : SCPTest-mcard +Priority : High-prio + +Tutorial URL: https://developers.sap.com/tutorials/cp-mobile-cards-automatic-instance-generation.html + +Please specify the step you are referring to + +**Step 2: Create an Automatic Instance card** + +**Steps to reproduce** : + +1)Click on Create Card template icon +2) provide name as Automatic Instance Card + version as 1.0 + destination as com.sap.edm.sampleservice.v2 + select ""Template Source "" as ""Template Manager"" ( if dialog box pops-up to enter API key , then click on cancel ) + +**Actual result** : + +In document it is mentioned to select ""Card Template "" as "" Automatic Instance Generation"". + +But , i am getting ""Card Template "" drop down actions as ""single Instance "" & ""Multiple Instance"". + +![image](https://user-images.githubusercontent.com/33411431/95686568-461f3500-0c1c-11eb-8664-eca39541ae20.png) + +Please change the steps & screenshot attached related to this selection of ""card template"" value accordingly. + +For time being, i continued by selecting "" Multi instance "" as ""card template "" value & could successfully create automatic instance card. + +Thanks +Mounika + + + + + +",5.0,"Create Cards Automatically with the Automatic Instance Generation Template - Landscape label: trail1 & trail2 & ap +Scenario label : SCPTest-mcard +Priority : High-prio + +Tutorial URL: https://developers.sap.com/tutorials/cp-mobile-cards-automatic-instance-generation.html + +Please specify the step you are referring to + +**Step 2: Create an Automatic Instance card** + +**Steps to reproduce** : + +1)Click on Create Card template icon +2) provide name as Automatic Instance Card + version as 1.0 + destination as com.sap.edm.sampleservice.v2 + select ""Template Source "" as ""Template Manager"" ( if dialog box pops-up to enter API key , then click on cancel ) + +**Actual result** : + +In document it is mentioned to select ""Card Template "" as "" Automatic Instance Generation"". + +But , i am getting ""Card Template "" drop down actions as ""single Instance "" & ""Multiple Instance"". + +![image](https://user-images.githubusercontent.com/33411431/95686568-461f3500-0c1c-11eb-8664-eca39541ae20.png) + +Please change the steps & screenshot attached related to this selection of ""card template"" value accordingly. + +For time being, i continued by selecting "" Multi instance "" as ""card template "" value & could successfully create automatic instance card. + +Thanks +Mounika + + + + + +",0,create cards automatically with the automatic instance generation template landscape label ap scenario label scptest mcard priority high prio tutorial url please specify the step you are referring to step create an automatic instance card steps to reproduce click on create card template icon provide name as automatic instance card version as destination as com sap edm sampleservice select template source as template manager if dialog box pops up to enter api key then click on cancel actual result in document it is mentioned to select card template as automatic instance generation but i am getting card template drop down actions as single instance multiple instance please change the steps screenshot attached related to this selection of card template value accordingly for time being i continued by selecting multi instance as card template value could successfully create automatic instance card thanks mounika ,0 +5721,13050075557.0,IssuesEvent,2020-07-29 14:58:45,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"""Azure Well-Architected Framework"" link is broken",Pri2 architecture-center/svc cxp doc-bug reference-architecture/subsvc triaged," +The link referenced in the first paragraph is broken https://docs.microsoft.com/en-us/azure/architecture/framework/index.md + +``` +In this reference architecture, we’ll build a baseline infrastructure that deploys an Azure Kubernetes Service (AKS) +cluster with focus on security. This article includes recommendations for networking, security, identity, +management, and monitoring of the cluster based on an organization’s business requirements and follows the +Azure Well-Architected Framework. +``` +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an Azure Kubernetes Service (AKS) cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/containers/aks/secure-baseline-aks.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",2.0,"""Azure Well-Architected Framework"" link is broken - +The link referenced in the first paragraph is broken https://docs.microsoft.com/en-us/azure/architecture/framework/index.md + +``` +In this reference architecture, we’ll build a baseline infrastructure that deploys an Azure Kubernetes Service (AKS) +cluster with focus on security. This article includes recommendations for networking, security, identity, +management, and monitoring of the cluster based on an organization’s business requirements and follows the +Azure Well-Architected Framework. +``` +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an Azure Kubernetes Service (AKS) cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/containers/aks/secure-baseline-aks.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1, azure well architected framework link is broken the link referenced in the first paragraph is broken in this reference architecture we’ll build a baseline infrastructure that deploys an azure kubernetes service aks cluster with focus on security this article includes recommendations for networking security identity management and monitoring of the cluster based on an organization’s business requirements and follows the azure well architected framework document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias pnp ,1 +10087,26220113928.0,IssuesEvent,2023-01-04 14:14:17,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,diagrams are confusing and make no sense. ,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 4943e185-fb94-576a-d0a1-2cfefd0d0f96 +* Version Independent ID: a9a5a4b7-887c-c298-f720-49ed6abaa575 +* Content: [Federated Identity pattern - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/federated-identity) +* Content Source: [docs/patterns/federated-identity.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/federated-identity.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1.0,"diagrams are confusing and make no sense. - + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 4943e185-fb94-576a-d0a1-2cfefd0d0f96 +* Version Independent ID: a9a5a4b7-887c-c298-f720-49ed6abaa575 +* Content: [Federated Identity pattern - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/federated-identity) +* Content Source: [docs/patterns/federated-identity.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/federated-identity.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1,diagrams are confusing and make no sense document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login martinekuan microsoft alias architectures ,1 +4269,2546630317.0,IssuesEvent,2015-01-30 02:00:09,DrkSephy/legionJS,https://api.github.com/repos/DrkSephy/legionJS,closed,Requirejs's define doesn't work on node,bug high priority,Define is not...ehem..defined when running through node. I tried a few other modules that were supposed to fix the issue but none do acceptably. So we'll need to Create a define function that will abstract requirejs's define and our own define function. ,1.0,Requirejs's define doesn't work on node - Define is not...ehem..defined when running through node. I tried a few other modules that were supposed to fix the issue but none do acceptably. So we'll need to Create a define function that will abstract requirejs's define and our own define function. ,0,requirejs s define doesn t work on node define is not ehem defined when running through node i tried a few other modules that were supposed to fix the issue but none do acceptably so we ll need to create a define function that will abstract requirejs s define and our own define function ,0 +5431,12497830929.0,IssuesEvent,2020-06-01 17:11:08,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,your presentation is awful. totally disjointed. more confusing than helpful,Pri2 architecture-center/svc assigned-to-author reference-architecture/subsvc triaged,"Graphic is totally confusing. what does it take to run a vm simply/. this is far too confusing. from the portal it is impossible. i expect this will cost abot $3.72 a month. for the VM anyway. now you're saying more has to be added. how much is that? all the mouse clicking is ridiculous. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 678f3299-1ff9-8a31-a434-be16f33f90ef +* Version Independent ID: 18de51b9-9bdc-da60-1e2f-383c79b08e54 +* Content: [Run a Windows VM on Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/windows-vm#feedback) +* Content Source: [docs/reference-architectures/n-tier/windows-vm.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/n-tier/windows-vm.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"your presentation is awful. totally disjointed. more confusing than helpful - Graphic is totally confusing. what does it take to run a vm simply/. this is far too confusing. from the portal it is impossible. i expect this will cost abot $3.72 a month. for the VM anyway. now you're saying more has to be added. how much is that? all the mouse clicking is ridiculous. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 678f3299-1ff9-8a31-a434-be16f33f90ef +* Version Independent ID: 18de51b9-9bdc-da60-1e2f-383c79b08e54 +* Content: [Run a Windows VM on Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/windows-vm#feedback) +* Content Source: [docs/reference-architectures/n-tier/windows-vm.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/n-tier/windows-vm.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,your presentation is awful totally disjointed more confusing than helpful graphic is totally confusing what does it take to run a vm simply this is far too confusing from the portal it is impossible i expect this will cost abot a month for the vm anyway now you re saying more has to be added how much is that all the mouse clicking is ridiculous document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +9942,25762240548.0,IssuesEvent,2022-12-08 21:37:17,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Can't download all the content when clicked on 'Download PDF' ,doc-bug assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri3,"Hi, Team. + +Can't download all the content when clicked on 'Download PDF', mostly all white-pages are download from 'Internet of Things', below is the image for your reference. + +![image](https://user-images.githubusercontent.com/7599305/107645353-97a90080-6c9e-11eb-989a-417a021c5966.png) +Thank you. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 94adfdf4-b37e-e66c-b20e-6d59a2777dff +* Version Independent ID: 65fd7e49-611f-f2d8-f794-27e37020f264 +* Content: [IoT solutions conceptual overview - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/iot/introduction-to-solutions) +* Content Source: [docs/example-scenario/iot/introduction-to-solutions.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/iot/introduction-to-solutions.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @wamachine +* Microsoft Alias: **pnp**",1.0,"Can't download all the content when clicked on 'Download PDF' - Hi, Team. + +Can't download all the content when clicked on 'Download PDF', mostly all white-pages are download from 'Internet of Things', below is the image for your reference. + +![image](https://user-images.githubusercontent.com/7599305/107645353-97a90080-6c9e-11eb-989a-417a021c5966.png) +Thank you. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 94adfdf4-b37e-e66c-b20e-6d59a2777dff +* Version Independent ID: 65fd7e49-611f-f2d8-f794-27e37020f264 +* Content: [IoT solutions conceptual overview - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/iot/introduction-to-solutions) +* Content Source: [docs/example-scenario/iot/introduction-to-solutions.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/iot/introduction-to-solutions.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @wamachine +* Microsoft Alias: **pnp**",1,can t download all the content when clicked on download pdf hi team can t download all the content when clicked on download pdf mostly all white pages are download from internet of things below is the image for your reference thank you document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login wamachine microsoft alias pnp ,1 +421777,28358284326.0,IssuesEvent,2023-04-12 08:56:30,softeng2223-inf-uniba/progetto2223-hennessy,https://api.github.com/repos/softeng2223-inf-uniba/progetto2223-hennessy,closed,Aggiungere badge di GitHub Actions,documentation,"Modificare il file markdown [README.md](http://readme.md/) per aggiungere il badge di GitHub Actions, seguendo le indicazioni contenute nella Guida per lo [studente.md](http://studente.md/)",1.0,"Aggiungere badge di GitHub Actions - Modificare il file markdown [README.md](http://readme.md/) per aggiungere il badge di GitHub Actions, seguendo le indicazioni contenute nella Guida per lo [studente.md](http://studente.md/)",0,aggiungere badge di github actions modificare il file markdown per aggiungere il badge di github actions seguendo le indicazioni contenute nella guida per lo ,0 +4535,11302325483.0,IssuesEvent,2020-01-17 17:24:07,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,documentation folder missing in git repo,Pri2 architecture-center/svc assigned-to-author cloud-design-principles/subsvc product-question triaged,"Was the docs/framework/devops/iac.md removed from git? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5490ef64-9b6d-59be-1e9b-a2b2d10388b2 +* Version Independent ID: 4e37976c-47f3-1481-b312-e7be38f93e07 +* Content: [Infrastructure Deployment](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/iac#feedback) +* Content Source: [docs/framework/devops/iac.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/devops/iac.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @Jose-Moreno +* Microsoft Alias: **pnp**",1.0,"documentation folder missing in git repo - Was the docs/framework/devops/iac.md removed from git? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5490ef64-9b6d-59be-1e9b-a2b2d10388b2 +* Version Independent ID: 4e37976c-47f3-1481-b312-e7be38f93e07 +* Content: [Infrastructure Deployment](https://docs.microsoft.com/en-us/azure/architecture/framework/devops/iac#feedback) +* Content Source: [docs/framework/devops/iac.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/devops/iac.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @Jose-Moreno +* Microsoft Alias: **pnp**",1,documentation folder missing in git repo was the docs framework devops iac md removed from git document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud design principles github login jose moreno microsoft alias pnp ,1 +301178,9217063506.0,IssuesEvent,2019-03-11 09:50:14,wso2/performance-common,https://api.github.com/repos/wso2/performance-common,closed,Avoid worker thread blocking when adding the back-end service delay,Priority/High Severity/Major Type/Improvement,"**Description:** +Currently, the back-end service uses `Thread.sleep()` to add a back-end service delay. The `sleep` method blocks the worker thread. Therefore, there should be enough worker threads to handle concurrent users. + +For example, for 1000 concurrents users, there should be at least 1000 worker threads to handle requests. This will inevitably increase the load average and will make the system unstable when there is no delay. + +**Suggested Labels:** +Improvement + +**Steps to reproduce:** +Run back-end service performance tests.",1.0,"Avoid worker thread blocking when adding the back-end service delay - **Description:** +Currently, the back-end service uses `Thread.sleep()` to add a back-end service delay. The `sleep` method blocks the worker thread. Therefore, there should be enough worker threads to handle concurrent users. + +For example, for 1000 concurrents users, there should be at least 1000 worker threads to handle requests. This will inevitably increase the load average and will make the system unstable when there is no delay. + +**Suggested Labels:** +Improvement + +**Steps to reproduce:** +Run back-end service performance tests.",0,avoid worker thread blocking when adding the back end service delay description currently the back end service uses thread sleep to add a back end service delay the sleep method blocks the worker thread therefore there should be enough worker threads to handle concurrent users for example for concurrents users there should be at least worker threads to handle requests this will inevitably increase the load average and will make the system unstable when there is no delay suggested labels improvement steps to reproduce run back end service performance tests ,0 +55963,11492472476.0,IssuesEvent,2020-02-11 21:03:57,facebookresearch/ParlAI,https://api.github.com/repos/facebookresearch/ParlAI,closed,[transformer] Switch to torch.gelu,Code Quality H1 2020 Minor,"**Issue**: +We currently use our own implementation of gelu for + +pytorch/pytorch#20665 added gelus into pytorch, with actual fast implementations on CPU. We should see a small speed up on our transformers + +**Steps**: +1. Measure a run of the CPU & GPU polyencoder +2. Switch to torch gelu, verify all gpu tests pass. +3. Measure the speedup we see. Even if it's equal speed, we might as well switch to pytorch's. + +Add `[long]` to a commit for sure so CI runs nightlies.",1.0,"[transformer] Switch to torch.gelu - **Issue**: +We currently use our own implementation of gelu for + +pytorch/pytorch#20665 added gelus into pytorch, with actual fast implementations on CPU. We should see a small speed up on our transformers + +**Steps**: +1. Measure a run of the CPU & GPU polyencoder +2. Switch to torch gelu, verify all gpu tests pass. +3. Measure the speedup we see. Even if it's equal speed, we might as well switch to pytorch's. + +Add `[long]` to a commit for sure so CI runs nightlies.",0, switch to torch gelu issue we currently use our own implementation of gelu for pytorch pytorch added gelus into pytorch with actual fast implementations on cpu we should see a small speed up on our transformers steps measure a run of the cpu gpu polyencoder switch to torch gelu verify all gpu tests pass measure the speedup we see even if it s equal speed we might as well switch to pytorch s add to a commit for sure so ci runs nightlies ,0 +6047,13543216711.0,IssuesEvent,2020-09-16 18:36:12,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Offline installer,Pri2 architecture-center/svc assigned-to-author doc-enhancement solution-idea/subsvc triaged," +[Enter feedback here] +Please can you give more insights on the offline installer? +Thanks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9deb5142-8bb3-bfec-1775-bbb7f49364ed +* Version Independent ID: c1de3271-22f4-d472-f4ba-697e398c1dfa +* Content: [AI at the Edge with Azure Stack - disconnected - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/ai-at-the-edge-disconnected) +* Content Source: [docs/solution-ideas/articles/ai-at-the-edge-disconnected.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/ai-at-the-edge-disconnected.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Offline installer - +[Enter feedback here] +Please can you give more insights on the offline installer? +Thanks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9deb5142-8bb3-bfec-1775-bbb7f49364ed +* Version Independent ID: c1de3271-22f4-d472-f4ba-697e398c1dfa +* Content: [AI at the Edge with Azure Stack - disconnected - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/ai-at-the-edge-disconnected) +* Content Source: [docs/solution-ideas/articles/ai-at-the-edge-disconnected.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/ai-at-the-edge-disconnected.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,offline installer please can you give more insights on the offline installer thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id bfec version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +345753,30838714107.0,IssuesEvent,2023-08-02 09:11:44,xamarin/xamarin-macios,https://api.github.com/repos/xamarin/xamarin-macios,opened,MonoTouchFixtures.Foundation.NSFileManagerTest times out on Ventura,tests,"Test log: + +``` +2023-08-01 10:40:11.462 monotouchtest[23175:206696] MonoTouchFixtures.Foundation.NSFileManagerTest +2023-08-01 10:40:11.463 monotouchtest[23175:206696] [PASS] DefaultManager +2023-08-01 10:40:11.463 monotouchtest[23175:206696] [IGNORED] DocumentDirectory : DocumentsDirectory and MyDocuments point to different locations on mac +2023-08-01 10:40:11.464 monotouchtest[23175:206696] [PASS] GetHomeDirectoryForUserTest +2023-08-01 10:40:11.464 monotouchtest[23175:206696] [PASS] GetHomeDirectoryTest +Execution timed out after 600 seconds. +Execution completed with exit code 137 +Reaping losing child 0x600002594000 PID 23173 +Removing child 0x600002594000 PID 23173 from chain. +make[1]: *** [exec-maccatalyst-dotnet-x64-monotouch-test] Error 137 +```",1.0,"MonoTouchFixtures.Foundation.NSFileManagerTest times out on Ventura - Test log: + +``` +2023-08-01 10:40:11.462 monotouchtest[23175:206696] MonoTouchFixtures.Foundation.NSFileManagerTest +2023-08-01 10:40:11.463 monotouchtest[23175:206696] [PASS] DefaultManager +2023-08-01 10:40:11.463 monotouchtest[23175:206696] [IGNORED] DocumentDirectory : DocumentsDirectory and MyDocuments point to different locations on mac +2023-08-01 10:40:11.464 monotouchtest[23175:206696] [PASS] GetHomeDirectoryForUserTest +2023-08-01 10:40:11.464 monotouchtest[23175:206696] [PASS] GetHomeDirectoryTest +Execution timed out after 600 seconds. +Execution completed with exit code 137 +Reaping losing child 0x600002594000 PID 23173 +Removing child 0x600002594000 PID 23173 from chain. +make[1]: *** [exec-maccatalyst-dotnet-x64-monotouch-test] Error 137 +```",0,monotouchfixtures foundation nsfilemanagertest times out on ventura test log monotouchtest monotouchfixtures foundation nsfilemanagertest monotouchtest defaultmanager monotouchtest documentdirectory documentsdirectory and mydocuments point to different locations on mac monotouchtest gethomedirectoryforusertest monotouchtest gethomedirectorytest execution timed out after seconds execution completed with exit code reaping losing child pid removing child pid from chain make error ,0 +175803,21333431753.0,IssuesEvent,2022-04-18 11:36:19,berviantoleo/SimpleBookselfAPI,https://api.github.com/repos/berviantoleo/SimpleBookselfAPI,closed,CVE-2022-21680 (High) detected in marked-2.1.3.tgz - autoclosed,security vulnerability,"## CVE-2022-21680 - High Severity Vulnerability +
Vulnerable Library - marked-2.1.3.tgz

+ +

A markdown parser built for speed

+

Library home page: https://registry.npmjs.org/marked/-/marked-2.1.3.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/marked/package.json

+

+ +Dependency Hierarchy: + - typedoc-0.21.4.tgz (Root Library) + - :x: **marked-2.1.3.tgz** (Vulnerable Library) +

Found in HEAD commit: 58fb7c8a100ae60cfe2ceda6b273cf2cee1952fa

+

Found in base branch: main

+

+
+

+
Vulnerability Details +

+ +Marked is a markdown parser and compiler. Prior to version 4.0.10, the regular expression `block.def` may cause catastrophic backtracking against some strings and lead to a regular expression denial of service (ReDoS). Anyone who runs untrusted markdown through a vulnerable version of marked and does not use a worker with a time limit may be affected. This issue is patched in version 4.0.10. As a workaround, avoid running untrusted markdown through marked or run marked on a worker thread and set a reasonable time limit to prevent draining resources. + +

Publish Date: 2022-01-14 +

URL: CVE-2022-21680

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/advisories/GHSA-rrrm-qjm4-v8hf

+

Release Date: 2022-01-14

+

Fix Resolution (marked): 4.0.10

+

Direct dependency fix Resolution (typedoc): 0.22.11

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2022-21680 (High) detected in marked-2.1.3.tgz - autoclosed - ## CVE-2022-21680 - High Severity Vulnerability +
Vulnerable Library - marked-2.1.3.tgz

+ +

A markdown parser built for speed

+

Library home page: https://registry.npmjs.org/marked/-/marked-2.1.3.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/marked/package.json

+

+ +Dependency Hierarchy: + - typedoc-0.21.4.tgz (Root Library) + - :x: **marked-2.1.3.tgz** (Vulnerable Library) +

Found in HEAD commit: 58fb7c8a100ae60cfe2ceda6b273cf2cee1952fa

+

Found in base branch: main

+

+
+

+
Vulnerability Details +

+ +Marked is a markdown parser and compiler. Prior to version 4.0.10, the regular expression `block.def` may cause catastrophic backtracking against some strings and lead to a regular expression denial of service (ReDoS). Anyone who runs untrusted markdown through a vulnerable version of marked and does not use a worker with a time limit may be affected. This issue is patched in version 4.0.10. As a workaround, avoid running untrusted markdown through marked or run marked on a worker thread and set a reasonable time limit to prevent draining resources. + +

Publish Date: 2022-01-14 +

URL: CVE-2022-21680

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/advisories/GHSA-rrrm-qjm4-v8hf

+

Release Date: 2022-01-14

+

Fix Resolution (marked): 4.0.10

+

Direct dependency fix Resolution (typedoc): 0.22.11

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in marked tgz autoclosed cve high severity vulnerability vulnerable library marked tgz a markdown parser built for speed library home page a href path to dependency file package json path to vulnerable library node modules marked package json dependency hierarchy typedoc tgz root library x marked tgz vulnerable library found in head commit a href found in base branch main vulnerability details marked is a markdown parser and compiler prior to version the regular expression block def may cause catastrophic backtracking against some strings and lead to a regular expression denial of service redos anyone who runs untrusted markdown through a vulnerable version of marked and does not use a worker with a time limit may be affected this issue is patched in version as a workaround avoid running untrusted markdown through marked or run marked on a worker thread and set a reasonable time limit to prevent draining resources 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 marked direct dependency fix resolution typedoc step up your open source security game with whitesource ,0 +10140,26383205925.0,IssuesEvent,2023-01-12 10:14:33,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Request for icons: Logic Apps Standard, and connectors",doc-enhancement assigned-to-author triaged architecture-center/svc Pri2,"Hi, +Please add the icons for Logic Apps Standard, such as: + +- Schemas +- Maps +- Workflows + +It would also be useful to have the icons for all connectors. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Request for icons: Logic Apps Standard, and connectors - Hi, +Please add the icons for Logic Apps Standard, such as: + +- Schemas +- Maps +- Workflows + +It would also be useful to have the icons for all connectors. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,request for icons logic apps standard and connectors hi please add the icons for logic apps standard such as schemas maps workflows it would also be useful to have the icons for all connectors document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +66592,20371448969.0,IssuesEvent,2022-02-21 11:37:31,bcpierce00/unison,https://api.github.com/repos/bcpierce00/unison,closed,broken TOC links in unison-manual.html,defect,"The links in the TOC have no target, there is no `#news` for example. Unclear when it broke.",1.0,"broken TOC links in unison-manual.html - The links in the TOC have no target, there is no `#news` for example. Unclear when it broke.",0,broken toc links in unison manual html the links in the toc have no target there is no news for example unclear when it broke ,0 +272504,8514247028.0,IssuesEvent,2018-10-31 18:02:16,zulip/zulip,https://api.github.com/repos/zulip/zulip,opened,Add badge to guest avatars.,area: misc priority: high,"It's a bit of a security issue for guests and members to look the same in the Zulip UI, since for social engineering reasons. + +https://github.com/zulip/zulip/commit/deb29749c2c3c5bfae7108d0bdbc0a83f7771070 adds the necessary piping for the frontend to know whether a user is a guest or not. Two things remaining are: +* [ ] Add CSS to make the avatar look like this +![image](https://user-images.githubusercontent.com/890911/47808437-9fc21980-dcfb-11e8-878e-37eac4cb731f.png) + +* [ ] In the user popover, add a line under Local time that says ""Administrator"", ""Member"", or ""Guest"" depending on what they are. + +![image](https://user-images.githubusercontent.com/890911/47808555-d304a880-dcfb-11e8-914a-d337f4871746.png) + +* [ ] In the user profile, under ""Joined"" add a field ""Role"" that is ""Administrator"", ""Member"", or ""Guest"" as appropriate. +![image](https://user-images.githubusercontent.com/890911/47808764-532b0e00-dcfc-11e8-9391-4b29cd81f3c4.png) +",1.0,"Add badge to guest avatars. - It's a bit of a security issue for guests and members to look the same in the Zulip UI, since for social engineering reasons. + +https://github.com/zulip/zulip/commit/deb29749c2c3c5bfae7108d0bdbc0a83f7771070 adds the necessary piping for the frontend to know whether a user is a guest or not. Two things remaining are: +* [ ] Add CSS to make the avatar look like this +![image](https://user-images.githubusercontent.com/890911/47808437-9fc21980-dcfb-11e8-878e-37eac4cb731f.png) + +* [ ] In the user popover, add a line under Local time that says ""Administrator"", ""Member"", or ""Guest"" depending on what they are. + +![image](https://user-images.githubusercontent.com/890911/47808555-d304a880-dcfb-11e8-914a-d337f4871746.png) + +* [ ] In the user profile, under ""Joined"" add a field ""Role"" that is ""Administrator"", ""Member"", or ""Guest"" as appropriate. +![image](https://user-images.githubusercontent.com/890911/47808764-532b0e00-dcfc-11e8-9391-4b29cd81f3c4.png) +",0,add badge to guest avatars it s a bit of a security issue for guests and members to look the same in the zulip ui since for social engineering reasons adds the necessary piping for the frontend to know whether a user is a guest or not two things remaining are add css to make the avatar look like this in the user popover add a line under local time that says administrator member or guest depending on what they are in the user profile under joined add a field role that is administrator member or guest as appropriate ,0 +9493,24693789440.0,IssuesEvent,2022-10-19 10:29:24,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,building solutions for high availabityusing availability zones,cxp product-feedback triaged architecture-center/svc Pri1 azure-guide/subsvc,"very useful + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Build solutions with availability zones - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/high-availability/building-solutions-for-high-availability.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"building solutions for high availabityusing availability zones - very useful + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Build solutions with availability zones - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/high-availability/building-solutions-for-high-availability.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,building solutions for high availabityusing availability zones very useful document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures ,1 +5755,13106652565.0,IssuesEvent,2020-08-04 14:09:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Repo not found when deploying,Pri2 architecture-center/svc cxp doc-bug example-scenario/subsvc triaged,"I am trying to deploy this Dev/Test for SAP template but it gives this error when Review+Create: Can you please confirm if the github repo link is still valid. Thanks! + + ""message"": ""Multiple error occurred: BadRequest,BadRequest. Please see details."", + ""details"": [ + { + ""code"": ""InvalidContentLink"", + ""message"": ""Unable to download deployment content from 'https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/sap-2-tier-marketplace-image-md//shared/nic-config.json'. The tracking Id is '53709288-5c29-4725-b5fc-5c56051d801e'. Please see https://aka.ms/arm-deploy for usage details."" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8307bb37-3a4f-0073-c495-b2aaa4cc8797 +* Version Independent ID: 60702144-7610-fda2-a68d-f9f05aff2921 +* Content: [Development and test environments for SAP workloads on Azure - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/sap-dev-test) +* Content Source: [docs/example-scenario/apps/sap-dev-test.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/apps/sap-dev-test.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @AndrewDibbins +* Microsoft Alias: **pnp**",1.0,"Repo not found when deploying - I am trying to deploy this Dev/Test for SAP template but it gives this error when Review+Create: Can you please confirm if the github repo link is still valid. Thanks! + + ""message"": ""Multiple error occurred: BadRequest,BadRequest. Please see details."", + ""details"": [ + { + ""code"": ""InvalidContentLink"", + ""message"": ""Unable to download deployment content from 'https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/sap-2-tier-marketplace-image-md//shared/nic-config.json'. The tracking Id is '53709288-5c29-4725-b5fc-5c56051d801e'. Please see https://aka.ms/arm-deploy for usage details."" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8307bb37-3a4f-0073-c495-b2aaa4cc8797 +* Version Independent ID: 60702144-7610-fda2-a68d-f9f05aff2921 +* Content: [Development and test environments for SAP workloads on Azure - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/sap-dev-test) +* Content Source: [docs/example-scenario/apps/sap-dev-test.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/apps/sap-dev-test.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @AndrewDibbins +* Microsoft Alias: **pnp**",1,repo not found when deploying i am trying to deploy this dev test for sap template but it gives this error when review create can you please confirm if the github repo link is still valid thanks message multiple error occurred badrequest badrequest please see details details code invalidcontentlink message unable to download deployment content from the tracking id is please see for usage details document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login andrewdibbins microsoft alias pnp ,1 +9603,24885800142.0,IssuesEvent,2022-10-28 07:39:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Usage with pyspark,doc-enhancement cxp triaged architecture-center/svc Pri2 azure-guide/subsvc," +Is it possible to use this in pyspark notebooks. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9f728cb2-b203-6b2f-4e3c-9d0e1be2516f +* Version Independent ID: 9ed58ead-f4d0-d9d0-01fe-82b11be235a7 +* Content: [Send Azure Databricks application logs to Azure Monitor - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/databricks-monitoring/application-logs) +* Content Source: [docs/databricks-monitoring/application-logs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/databricks-monitoring/application-logs.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1.0,"Usage with pyspark - +Is it possible to use this in pyspark notebooks. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9f728cb2-b203-6b2f-4e3c-9d0e1be2516f +* Version Independent ID: 9ed58ead-f4d0-d9d0-01fe-82b11be235a7 +* Content: [Send Azure Databricks application logs to Azure Monitor - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/databricks-monitoring/application-logs) +* Content Source: [docs/databricks-monitoring/application-logs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/databricks-monitoring/application-logs.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1,usage with pyspark is it possible to use this in pyspark notebooks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login microsoft alias pnp ,1 +672584,22832144570.0,IssuesEvent,2022-07-12 13:47:19,RoboJackets/robocup-software,https://api.github.com/repos/RoboJackets/robocup-software,closed,Notification when the gameplay system crashes,area / ui priority / wishlist exp / adept (2),"Right now, if there is a bug, the system just restarts and outputs in the command line. We should make a bigger indicator such as this.",1.0,"Notification when the gameplay system crashes - Right now, if there is a bug, the system just restarts and outputs in the command line. We should make a bigger indicator such as this.",0,notification when the gameplay system crashes right now if there is a bug the system just restarts and outputs in the command line we should make a bigger indicator such as this ,0 +796313,28106260430.0,IssuesEvent,2023-03-31 01:07:39,brave/brave-browser,https://api.github.com/repos/brave/brave-browser,closed,Prototype Command Palette in the Omnibox,priority/P3 QA/No OS/Desktop feature/command-palette,Other browsers (such as Arc & Edge) have a command palette which lets power users easily discover and run commands. We should prototype something similar in the Omnibox for Brave.,1.0,Prototype Command Palette in the Omnibox - Other browsers (such as Arc & Edge) have a command palette which lets power users easily discover and run commands. We should prototype something similar in the Omnibox for Brave.,0,prototype command palette in the omnibox other browsers such as arc edge have a command palette which lets power users easily discover and run commands we should prototype something similar in the omnibox for brave ,0 +729602,25134650167.0,IssuesEvent,2022-11-09 17:35:14,impactMarket/app,https://api.github.com/repos/impactMarket/app,closed,"show ""add community"" to everyone",priority-2: medium complexity-1: M type: feature,"when a user is not loggedin, should see the ""add community"". Should also be able to open that page and fill the inputs. Although, when trying to submit, a modal should popup and require the user to connect with a wallet, explaining why it's necessary. + +Be aware that, it might connect with an account that is not allowed to submit communities, such as manager or beneficiary. It might also require to fill profile data as well. + +(there's no design, be creative)",1.0,"show ""add community"" to everyone - when a user is not loggedin, should see the ""add community"". Should also be able to open that page and fill the inputs. Although, when trying to submit, a modal should popup and require the user to connect with a wallet, explaining why it's necessary. + +Be aware that, it might connect with an account that is not allowed to submit communities, such as manager or beneficiary. It might also require to fill profile data as well. + +(there's no design, be creative)",0,show add community to everyone when a user is not loggedin should see the add community should also be able to open that page and fill the inputs although when trying to submit a modal should popup and require the user to connect with a wallet explaining why it s necessary be aware that it might connect with an account that is not allowed to submit communities such as manager or beneficiary it might also require to fill profile data as well there s no design be creative ,0 +7728,18990108495.0,IssuesEvent,2021-11-22 05:44:49,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Recommend using AadIssuerValidator,doc-enhancement assigned-to-author triaged architecture-center/svc azure-guide/subsvc,"For https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/claims#issuer-validation, you might be interested in the new [Microsoft.IdentityModel.Validators](https://www.nuget.org/packages/Microsoft.IdentityModel.Validators/) NuGet package, which provides an issuer validator for AAD and AAD B2C single and multi-tenant apps for the public cloud and sovereign clouds: + +See https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/3eb940655dcf9f685fc3979bfd63185cb8a8bf55/src/Microsoft.IdentityModel.Validators/AadIssuerValidator/AadIssuerValidator.cs#L175-L178 + +```csharp +AadIssuerValidator aadIssuerValidator = AadIssuerValidator.GetAadIssuerValidator(authority, httpClient); +TokenValidationParameters.IssuerValidator = aadIssuerValidator.Validate; +``` + +Microsoft.Identity.Web is using it, btw + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a5d00031-82e8-a8ee-0a66-e9b84231e837 +* Version Independent ID: 9a9da08f-83e2-c493-61af-c4b5316c6f8e +* Content: [Claim-based identities in multitenant apps - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/claims) +* Content Source: [docs/multitenant-identity/claims.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/multitenant-identity/claims.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Recommend using AadIssuerValidator - For https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/claims#issuer-validation, you might be interested in the new [Microsoft.IdentityModel.Validators](https://www.nuget.org/packages/Microsoft.IdentityModel.Validators/) NuGet package, which provides an issuer validator for AAD and AAD B2C single and multi-tenant apps for the public cloud and sovereign clouds: + +See https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/3eb940655dcf9f685fc3979bfd63185cb8a8bf55/src/Microsoft.IdentityModel.Validators/AadIssuerValidator/AadIssuerValidator.cs#L175-L178 + +```csharp +AadIssuerValidator aadIssuerValidator = AadIssuerValidator.GetAadIssuerValidator(authority, httpClient); +TokenValidationParameters.IssuerValidator = aadIssuerValidator.Validate; +``` + +Microsoft.Identity.Web is using it, btw + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a5d00031-82e8-a8ee-0a66-e9b84231e837 +* Version Independent ID: 9a9da08f-83e2-c493-61af-c4b5316c6f8e +* Content: [Claim-based identities in multitenant apps - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/claims) +* Content Source: [docs/multitenant-identity/claims.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/multitenant-identity/claims.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,recommend using aadissuervalidator for you might be interested in the new nuget package which provides an issuer validator for aad and aad single and multi tenant apps for the public cloud and sovereign clouds see csharp aadissuervalidator aadissuervalidator aadissuervalidator getaadissuervalidator authority httpclient tokenvalidationparameters issuervalidator aadissuervalidator validate microsoft identity web is using it btw document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias pnp ,1 +33413,4479348670.0,IssuesEvent,2016-08-27 15:07:41,pyca/cryptography,https://api.github.com/repos/pyca/cryptography,closed,One Shot Sign/Verify/Encrypt/Decrypt Methods,api design primitives,"This replaces #1287. + +Via @ronf: +""The asymmetric key classes could have sign() and verify() functions in addition to signer() and verifier(). They would take the same arguments as signer/verifier plus an additional ""data"" argument and would do the equivalent of signer/verifier, update, and finalize all in one call (returning the signature). In cases where you needed to sign or verify a single block of data, this would be the preferred API. In cases where you wanted to feed the data in as multiple blocks, the existing API would be used."" + +@alex added: +""We've got a lot of APIs that are exclusively streaming right now (symmetric encryption, hashes, HMAC/CMAC), we should think if we want to do this across the board.""",1.0,"One Shot Sign/Verify/Encrypt/Decrypt Methods - This replaces #1287. + +Via @ronf: +""The asymmetric key classes could have sign() and verify() functions in addition to signer() and verifier(). They would take the same arguments as signer/verifier plus an additional ""data"" argument and would do the equivalent of signer/verifier, update, and finalize all in one call (returning the signature). In cases where you needed to sign or verify a single block of data, this would be the preferred API. In cases where you wanted to feed the data in as multiple blocks, the existing API would be used."" + +@alex added: +""We've got a lot of APIs that are exclusively streaming right now (symmetric encryption, hashes, HMAC/CMAC), we should think if we want to do this across the board.""",0,one shot sign verify encrypt decrypt methods this replaces via ronf the asymmetric key classes could have sign and verify functions in addition to signer and verifier they would take the same arguments as signer verifier plus an additional data argument and would do the equivalent of signer verifier update and finalize all in one call returning the signature in cases where you needed to sign or verify a single block of data this would be the preferred api in cases where you wanted to feed the data in as multiple blocks the existing api would be used alex added we ve got a lot of apis that are exclusively streaming right now symmetric encryption hashes hmac cmac we should think if we want to do this across the board ,0 +9981,7049836014.0,IssuesEvent,2018-01-03 00:51:14,LiskHQ/lisk,https://api.github.com/repos/LiskHQ/lisk,closed,gpu.js,performance,"For any crypto-currency calculation, you should be using [gpu.js](https://github.com/gpujs/gpu.js), which can boost the performance a lot. +",True,"gpu.js - For any crypto-currency calculation, you should be using [gpu.js](https://github.com/gpujs/gpu.js), which can boost the performance a lot. +",0,gpu js for any crypto currency calculation you should be using which can boost the performance a lot ,0 +220655,24565368703.0,IssuesEvent,2022-10-13 02:09:05,dgee2/dgee2.github.io,https://api.github.com/repos/dgee2/dgee2.github.io,opened,gatsby-source-filesystem-3.2.0.tgz: 1 vulnerabilities (highest severity is: 5.5),security vulnerability,"
Vulnerable Library - gatsby-source-filesystem-3.2.0.tgz

+ +

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/file-type/package.json

+

+ +

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | --- | --- | +| [CVE-2022-36313](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-36313) | Medium | 5.5 | file-type-16.3.0.tgz | Transitive | 3.3.0 | ❌ | + + +## Details + +
+ + CVE-2022-36313 + + +### Vulnerable Library - file-type-16.3.0.tgz

+ +

Detect the file type of a Buffer/Uint8Array/ArrayBuffer

+

Library home page: https://registry.npmjs.org/file-type/-/file-type-16.3.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/file-type/package.json

+

+ +Dependency Hierarchy: + - gatsby-source-filesystem-3.2.0.tgz (Root Library) + - :x: **file-type-16.3.0.tgz** (Vulnerable Library) +

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +An issue was discovered in the file-type package before 16.5.4 and 17.x before 17.1.3 for Node.js. A malformed MKV file could cause the file type detector to get caught in an infinite loop. This would make the application become unresponsive and could be used to cause a DoS attack. + +

Publish Date: 2022-07-21 +

URL: CVE-2022-36313

+

+ +

+ +### CVSS 3 Score Details (5.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: None + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2022-07-21

+

Fix Resolution (file-type): 16.5.4

+

Direct dependency fix Resolution (gatsby-source-filesystem): 3.3.0

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
",True,"gatsby-source-filesystem-3.2.0.tgz: 1 vulnerabilities (highest severity is: 5.5) -
Vulnerable Library - gatsby-source-filesystem-3.2.0.tgz

+ +

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/file-type/package.json

+

+ +

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | --- | --- | +| [CVE-2022-36313](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-36313) | Medium | 5.5 | file-type-16.3.0.tgz | Transitive | 3.3.0 | ❌ | + + +## Details + +
+ + CVE-2022-36313 + + +### Vulnerable Library - file-type-16.3.0.tgz

+ +

Detect the file type of a Buffer/Uint8Array/ArrayBuffer

+

Library home page: https://registry.npmjs.org/file-type/-/file-type-16.3.0.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/file-type/package.json

+

+ +Dependency Hierarchy: + - gatsby-source-filesystem-3.2.0.tgz (Root Library) + - :x: **file-type-16.3.0.tgz** (Vulnerable Library) +

Found in base branch: master

+

+ +

+ +### Vulnerability Details +

+ +An issue was discovered in the file-type package before 16.5.4 and 17.x before 17.1.3 for Node.js. A malformed MKV file could cause the file type detector to get caught in an infinite loop. This would make the application become unresponsive and could be used to cause a DoS attack. + +

Publish Date: 2022-07-21 +

URL: CVE-2022-36313

+

+ +

+ +### CVSS 3 Score Details (5.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: None + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2022-07-21

+

Fix Resolution (file-type): 16.5.4

+

Direct dependency fix Resolution (gatsby-source-filesystem): 3.3.0

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
",0,gatsby source filesystem tgz vulnerabilities highest severity is vulnerable library gatsby source filesystem tgz path to dependency file package json path to vulnerable library node modules file type package json vulnerabilities cve severity cvss dependency type fixed in remediation available medium file type tgz transitive details cve vulnerable library file type tgz detect the file type of a buffer arraybuffer library home page a href path to dependency file package json path to vulnerable library node modules file type package json dependency hierarchy gatsby source filesystem tgz root library x file type tgz vulnerable library found in base branch master vulnerability details an issue was discovered in the file type package before and x before for node js a malformed mkv file could cause the file type detector to get caught in an infinite loop this would make the application become unresponsive and could be used to cause a dos attack publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required 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 release date fix resolution file type direct dependency fix resolution gatsby source filesystem step up your open source security game with mend ,0 +290516,25072736689.0,IssuesEvent,2022-11-07 13:25:11,Uuvana-Studios/longvinter-windows-client,https://api.github.com/repos/Uuvana-Studios/longvinter-windows-client,closed,Cant change input for left hand player,Bug Low Priority Tested,"When i play vidéo games, i play with OKLM, and when i change input, i can only go forword and backward, cant go right and left, can someone say if im the only to have this problem ?",1.0,"Cant change input for left hand player - When i play vidéo games, i play with OKLM, and when i change input, i can only go forword and backward, cant go right and left, can someone say if im the only to have this problem ?",0,cant change input for left hand player when i play vidéo games i play with oklm and when i change input i can only go forword and backward cant go right and left can someone say if im the only to have this problem ,0 +287593,21661173656.0,IssuesEvent,2022-05-06 19:19:22,22-1-OSS-Team-25/Project,https://api.github.com/repos/22-1-OSS-Team-25/Project,closed,개발 파트 분배,documentation enhancement,"메인 함수 + + +```c +int mainMenu(); +int addData(Entry *p[], int count); +void printData(Entry *p[], int count); // 전체 데이터 출력 +void printByCategory(Entry *p[], int count, int category); // 카테고리별 데이터 출력 +void printByDate(Entry *p[], int count, int date[]); // 날짜 별 데이터 출력 +void updateData(Entry *p[]); +int deleteData(Entry *p[], int count); +void searchData(Entry *p[], int count); +void analyzeData(Entry *p[], int count); // printData()와 함께 실행 +int loadData(Entry *p[]); +void saveData(Entry *p[], int count); +``` + +일단 제가 메인 함수랑 CRU에 해당하는 부분 (`void updateData()`) 까지만 개발해 두도록 하겠습니다~",1.0,"개발 파트 분배 - 메인 함수 + + +```c +int mainMenu(); +int addData(Entry *p[], int count); +void printData(Entry *p[], int count); // 전체 데이터 출력 +void printByCategory(Entry *p[], int count, int category); // 카테고리별 데이터 출력 +void printByDate(Entry *p[], int count, int date[]); // 날짜 별 데이터 출력 +void updateData(Entry *p[]); +int deleteData(Entry *p[], int count); +void searchData(Entry *p[], int count); +void analyzeData(Entry *p[], int count); // printData()와 함께 실행 +int loadData(Entry *p[]); +void saveData(Entry *p[], int count); +``` + +일단 제가 메인 함수랑 CRU에 해당하는 부분 (`void updateData()`) 까지만 개발해 두도록 하겠습니다~",0,개발 파트 분배 메인 함수 c int mainmenu int adddata entry p int count void printdata entry p int count 전체 데이터 출력 void printbycategory entry p int count int category 카테고리별 데이터 출력 void printbydate entry p int count int date 날짜 별 데이터 출력 void updatedata entry p int deletedata entry p int count void searchdata entry p int count void analyzedata entry p int count printdata 와 함께 실행 int loaddata entry p void savedata entry p int count 일단 제가 메인 함수랑 cru에 해당하는 부분 void updatedata 까지만 개발해 두도록 하겠습니다 ,0 +275331,30226363166.0,IssuesEvent,2023-07-06 01:05:23,billmcchesney1/linkerd2,https://api.github.com/repos/billmcchesney1/linkerd2,closed,CVE-2021-32760 (Medium) detected in github.com/containerd/Containerd-v1.5.0-beta.1 - autoclosed,Mend: dependency security vulnerability,"## CVE-2021-32760 - Medium Severity Vulnerability +
Vulnerable Library - github.com/containerd/Containerd-v1.5.0-beta.1

+ +

An open and reliable container runtime

+

Library home page: https://proxy.golang.org/github.com/containerd/containerd/@v/v1.5.0-beta.1.zip

+

+ +Dependency Hierarchy: + - github.com/linkerd/linkerd2/controller/cmd/destination-stable-2.9.3 (Root Library) + - github.com/linkerd/linkerd2/pkg/flags-a04b30d2abbfb68b1d58158d09286c4f7d93f041 + - github.com/helm/helm-v3.5.2 + - github.com/helm/helm-v3.5.2 + - github.com/helm/helm-v3.5.2 + - github.com/deislabs/oras/pkg/auth-v0.10.0 + - github.com/containerd/containerd/remotes/docker-v1.5.0-beta.1 + - github.com/containerd/containerd/images-v1.5.0-beta.1 + - :x: **github.com/containerd/Containerd-v1.5.0-beta.1** (Vulnerable Library) +

Found in base branch: main

+

+
+

+
Vulnerability Details +

+ +containerd is a container runtime. A bug was found in containerd versions prior to 1.4.8 and 1.5.4 where pulling and extracting a specially-crafted container image can result in Unix file permission changes for existing files in the host’s filesystem. Changes to file permissions can deny access to the expected owner of the file, widen access to others, or set extended bits like setuid, setgid, and sticky. This bug does not directly allow files to be read, modified, or executed without an additional cooperating process. This bug has been fixed in containerd 1.5.4 and 1.4.8. As a workaround, ensure that users only pull images from trusted sources. Linux security modules (LSMs) like SELinux and AppArmor can limit the files potentially affected by this bug through policies and profiles that prevent containerd from interacting with specific files. + +

Publish Date: 2021-07-19 +

URL: CVE-2021-32760

+

+
+

+
CVSS 3 Score Details (6.3) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: Low + - Availability Impact: Low +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/containerd/containerd/security/advisories/GHSA-c72p-9xmj-rx3w

+

Release Date: 2021-07-19

+

Fix Resolution: v1.4.8 ,v1.5.4

+ +

+
+

+",True,"CVE-2021-32760 (Medium) detected in github.com/containerd/Containerd-v1.5.0-beta.1 - autoclosed - ## CVE-2021-32760 - Medium Severity Vulnerability +
Vulnerable Library - github.com/containerd/Containerd-v1.5.0-beta.1

+ +

An open and reliable container runtime

+

Library home page: https://proxy.golang.org/github.com/containerd/containerd/@v/v1.5.0-beta.1.zip

+

+ +Dependency Hierarchy: + - github.com/linkerd/linkerd2/controller/cmd/destination-stable-2.9.3 (Root Library) + - github.com/linkerd/linkerd2/pkg/flags-a04b30d2abbfb68b1d58158d09286c4f7d93f041 + - github.com/helm/helm-v3.5.2 + - github.com/helm/helm-v3.5.2 + - github.com/helm/helm-v3.5.2 + - github.com/deislabs/oras/pkg/auth-v0.10.0 + - github.com/containerd/containerd/remotes/docker-v1.5.0-beta.1 + - github.com/containerd/containerd/images-v1.5.0-beta.1 + - :x: **github.com/containerd/Containerd-v1.5.0-beta.1** (Vulnerable Library) +

Found in base branch: main

+

+
+

+
Vulnerability Details +

+ +containerd is a container runtime. A bug was found in containerd versions prior to 1.4.8 and 1.5.4 where pulling and extracting a specially-crafted container image can result in Unix file permission changes for existing files in the host’s filesystem. Changes to file permissions can deny access to the expected owner of the file, widen access to others, or set extended bits like setuid, setgid, and sticky. This bug does not directly allow files to be read, modified, or executed without an additional cooperating process. This bug has been fixed in containerd 1.5.4 and 1.4.8. As a workaround, ensure that users only pull images from trusted sources. Linux security modules (LSMs) like SELinux and AppArmor can limit the files potentially affected by this bug through policies and profiles that prevent containerd from interacting with specific files. + +

Publish Date: 2021-07-19 +

URL: CVE-2021-32760

+

+
+

+
CVSS 3 Score Details (6.3) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: Low + - Availability Impact: Low +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/containerd/containerd/security/advisories/GHSA-c72p-9xmj-rx3w

+

Release Date: 2021-07-19

+

Fix Resolution: v1.4.8 ,v1.5.4

+ +

+
+

+",0,cve medium detected in github com containerd containerd beta autoclosed cve medium severity vulnerability vulnerable library github com containerd containerd beta an open and reliable container runtime library home page a href dependency hierarchy github com linkerd controller cmd destination stable root library github com linkerd pkg flags github com helm helm github com helm helm github com helm helm github com deislabs oras pkg auth github com containerd containerd remotes docker beta github com containerd containerd images beta x github com containerd containerd beta vulnerable library found in base branch main vulnerability details containerd is a container runtime a bug was found in containerd versions prior to and where pulling and extracting a specially crafted container image can result in unix file permission changes for existing files in the host’s filesystem changes to file permissions can deny access to the expected owner of the file widen access to others or set extended bits like setuid setgid and sticky this bug does not directly allow files to be read modified or executed without an additional cooperating process this bug has been fixed in containerd and as a workaround ensure that users only pull images from trusted sources linux security modules lsms like selinux and apparmor can limit the files potentially affected by this bug through policies and profiles that prevent containerd from interacting with specific files 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 low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution ,0 +353611,25127086090.0,IssuesEvent,2022-11-09 12:35:24,vagelisp/Thessaloniki-WordPress-Meetup-Block-Theme,https://api.github.com/repos/vagelisp/Thessaloniki-WordPress-Meetup-Block-Theme,closed,Readme.md EN translation,documentation help wanted,"Χρειαζόμαστε βοήθεια για την Αγγλική μετάφραση του [Readme.md ](https://github.com/vagelisp/Thessaloniki-WordPress-Meetup-Block-Theme/blob/main/README.md) +Αν κάποιος έχει όρεξη μπορεί να απαντήσει εδώ η στο slack.",1.0,"Readme.md EN translation - Χρειαζόμαστε βοήθεια για την Αγγλική μετάφραση του [Readme.md ](https://github.com/vagelisp/Thessaloniki-WordPress-Meetup-Block-Theme/blob/main/README.md) +Αν κάποιος έχει όρεξη μπορεί να απαντήσει εδώ η στο slack.",0,readme md en translation χρειαζόμαστε βοήθεια για την αγγλική μετάφραση του αν κάποιος έχει όρεξη μπορεί να απαντήσει εδώ η στο slack ,0 +472311,13622504773.0,IssuesEvent,2020-09-24 03:49:27,TerryCavanagh/diceydungeons.com,https://api.github.com/repos/TerryCavanagh/diceydungeons.com,closed,Consider the bear as a real class,High Priority reported in v0.16.1,"There's still time to maybe develop this idea a little further, or at the very least, improve some of the rougher edges of it. + +Definitely at least address the following, though: + + - [ ] The bear doesn't really have any options when it comes to dealing with low rolls, so they're very vulnerable to freeze. + - [x] It's very important that all weakened bear cards are still effective, because otherwise the bear just can't handle weaken at all. + - [ ] Bear has no mechanisms for uncertainty other than raw dice rolling, or any way to deal with a bad roll if it happens. Is there potentially an interesting bear skillcard that could address this? (some kind of charge, maybe?)",1.0,"Consider the bear as a real class - There's still time to maybe develop this idea a little further, or at the very least, improve some of the rougher edges of it. + +Definitely at least address the following, though: + + - [ ] The bear doesn't really have any options when it comes to dealing with low rolls, so they're very vulnerable to freeze. + - [x] It's very important that all weakened bear cards are still effective, because otherwise the bear just can't handle weaken at all. + - [ ] Bear has no mechanisms for uncertainty other than raw dice rolling, or any way to deal with a bad roll if it happens. Is there potentially an interesting bear skillcard that could address this? (some kind of charge, maybe?)",0,consider the bear as a real class there s still time to maybe develop this idea a little further or at the very least improve some of the rougher edges of it definitely at least address the following though the bear doesn t really have any options when it comes to dealing with low rolls so they re very vulnerable to freeze it s very important that all weakened bear cards are still effective because otherwise the bear just can t handle weaken at all bear has no mechanisms for uncertainty other than raw dice rolling or any way to deal with a bad roll if it happens is there potentially an interesting bear skillcard that could address this some kind of charge maybe ,0 +4510,11266907496.0,IssuesEvent,2020-01-14 00:19:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Mismatch between Architecture Guide and Navigation Pane,Pri1 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"Within the Azure Architecture Guide under ""Technology Choices"", the two items listed are ""choosing a compute service"" and ""choosing a data store"". However, in the navigation pane under ""Technology Choices"", the two items listed are ""choosing a compute service"" and ""choosing a load balancing service"". + +Thus each section (navigation and the main page) is missing one of the three technology choices. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cade8ea3-b02f-6c92-b7b1-8f37a5c9d701 +* Version Independent ID: c0bde50c-5e28-5ff2-1507-5a8711ae3022 +* Content: [Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/#feedback) +* Content Source: [docs/guide/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/index.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Mismatch between Architecture Guide and Navigation Pane - Within the Azure Architecture Guide under ""Technology Choices"", the two items listed are ""choosing a compute service"" and ""choosing a data store"". However, in the navigation pane under ""Technology Choices"", the two items listed are ""choosing a compute service"" and ""choosing a load balancing service"". + +Thus each section (navigation and the main page) is missing one of the three technology choices. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cade8ea3-b02f-6c92-b7b1-8f37a5c9d701 +* Version Independent ID: c0bde50c-5e28-5ff2-1507-5a8711ae3022 +* Content: [Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/#feedback) +* Content Source: [docs/guide/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/index.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,mismatch between architecture guide and navigation pane within the azure architecture guide under technology choices the two items listed are choosing a compute service and choosing a data store however in the navigation pane under technology choices the two items listed are choosing a compute service and choosing a load balancing service thus each section navigation and the main page is missing one of the three technology choices document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +243032,26277901536.0,IssuesEvent,2023-01-07 01:27:15,gmright2/DEFOLD_Gmright_INLINE,https://api.github.com/repos/gmright2/DEFOLD_Gmright_INLINE,opened,"CVE-2022-0144 (High) detected in shelljs-0.7.8.tgz, shelljs-0.5.3.tgz",security vulnerability,"## CVE-2022-0144 - High Severity Vulnerability +
Vulnerable Libraries - shelljs-0.7.8.tgz, shelljs-0.5.3.tgz

+

+ +

shelljs-0.7.8.tgz

+ +

Portable Unix shell commands for Node.js

+

Library home page: https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz

+

Path to dependency file: /Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/package.json

+

Path to vulnerable library: /Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/cordova-fetch/node_modules/shelljs/package.json,/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/cordova-fetch/node_modules/shelljs/package.json

+

+ +Dependency Hierarchy: + - eslint-3.19.0.tgz (Root Library) + - :x: **shelljs-0.7.8.tgz** (Vulnerable Library) +

+
shelljs-0.5.3.tgz

+ +

Portable Unix shell commands for Node.js

+

Library home page: https://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz

+

Path to dependency file: /Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/package.json

+

Path to vulnerable library: /Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/cordova-create/node_modules/cordova-common/node_modules/shelljs/package.json,/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/cordova-create/node_modules/cordova-common/node_modules/shelljs/package.json

+

+ +Dependency Hierarchy: + - cordova-6.5.0.tgz (Root Library) + - cordova-lib-6.5.0.tgz + - cordova-create-1.1.2.tgz + - cordova-common-2.2.5.tgz + - :x: **shelljs-0.5.3.tgz** (Vulnerable Library) +

+ +

Found in HEAD commit: 0768be03805f52c4a197ac931d0e50f3663015a7

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +shelljs is vulnerable to Improper Privilege Management + +

Publish Date: 2022-01-11 +

URL: CVE-2022-0144

+

+
+

+
CVSS 3 Score Details (7.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: None + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2022-01-11

+

Fix Resolution (shelljs): 0.8.5

+

Direct dependency fix Resolution (eslint): 4.0.0

Fix Resolution (shelljs): 0.8.5

+

Direct dependency fix Resolution (cordova): 7.0.2-nightly.2017.5.9.a3d0db1f

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2022-0144 (High) detected in shelljs-0.7.8.tgz, shelljs-0.5.3.tgz - ## CVE-2022-0144 - High Severity Vulnerability +
Vulnerable Libraries - shelljs-0.7.8.tgz, shelljs-0.5.3.tgz

+

+ +

shelljs-0.7.8.tgz

+ +

Portable Unix shell commands for Node.js

+

Library home page: https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz

+

Path to dependency file: /Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/package.json

+

Path to vulnerable library: /Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/cordova-fetch/node_modules/shelljs/package.json,/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/cordova-fetch/node_modules/shelljs/package.json

+

+ +Dependency Hierarchy: + - eslint-3.19.0.tgz (Root Library) + - :x: **shelljs-0.7.8.tgz** (Vulnerable Library) +

+
shelljs-0.5.3.tgz

+ +

Portable Unix shell commands for Node.js

+

Library home page: https://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz

+

Path to dependency file: /Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/package.json

+

Path to vulnerable library: /Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/cordova-create/node_modules/cordova-common/node_modules/shelljs/package.json,/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/cordova-create/node_modules/cordova-common/node_modules/shelljs/package.json

+

+ +Dependency Hierarchy: + - cordova-6.5.0.tgz (Root Library) + - cordova-lib-6.5.0.tgz + - cordova-create-1.1.2.tgz + - cordova-common-2.2.5.tgz + - :x: **shelljs-0.5.3.tgz** (Vulnerable Library) +

+ +

Found in HEAD commit: 0768be03805f52c4a197ac931d0e50f3663015a7

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +shelljs is vulnerable to Improper Privilege Management + +

Publish Date: 2022-01-11 +

URL: CVE-2022-0144

+

+
+

+
CVSS 3 Score Details (7.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: None + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2022-01-11

+

Fix Resolution (shelljs): 0.8.5

+

Direct dependency fix Resolution (eslint): 4.0.0

Fix Resolution (shelljs): 0.8.5

+

Direct dependency fix Resolution (cordova): 7.0.2-nightly.2017.5.9.a3d0db1f

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in shelljs tgz shelljs tgz cve high severity vulnerability vulnerable libraries shelljs tgz shelljs tgz shelljs tgz portable unix shell commands for node js library home page a href path to dependency file gmright milestones gmright market cordova plugin purchase master cordova plugin purchase master package json path to vulnerable library gmright milestones gmright market cordova plugin purchase master cordova plugin purchase master node modules cordova fetch node modules shelljs package json gmright milestones gmright market cordova plugin purchase master cordova plugin purchase master node modules cordova fetch node modules shelljs package json dependency hierarchy eslint tgz root library x shelljs tgz vulnerable library shelljs tgz portable unix shell commands for node js library home page a href path to dependency file gmright milestones gmright market cordova plugin purchase master cordova plugin purchase master package json path to vulnerable library gmright milestones gmright market cordova plugin purchase master cordova plugin purchase master node modules cordova create node modules cordova common node modules shelljs package json gmright milestones gmright market cordova plugin purchase master cordova plugin purchase master node modules cordova create node modules cordova common node modules shelljs package json dependency hierarchy cordova tgz root library cordova lib tgz cordova create tgz cordova common tgz x shelljs tgz vulnerable library found in head commit a href found in base branch master vulnerability details shelljs is vulnerable to improper privilege management 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 high integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version release date fix resolution shelljs direct dependency fix resolution eslint fix resolution shelljs direct dependency fix resolution cordova nightly step up your open source security game with mend ,0 +180167,13924190814.0,IssuesEvent,2020-10-21 15:16:01,SAP/spartacus,https://api.github.com/repos/SAP/spartacus,reopened,Spike: e2e parallelization of E2E tests on Travis,e2e-parallelization e2e-tests team/gladiators,Update Travis config to add more jobs to run e2e tests in parallel ,1.0,Spike: e2e parallelization of E2E tests on Travis - Update Travis config to add more jobs to run e2e tests in parallel ,0,spike parallelization of tests on travis update travis config to add more jobs to run tests in parallel ,0 +9002,23961551972.0,IssuesEvent,2022-09-12 19:36:29,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Out of date reference to SQL DB for R programmer,doc-enhancement assigned-to-author triaged architecture-center/svc cloud-fundamentals/subsvc Pri2,"R is no longer supported in Azure SQL DB. R is now supported in Azure SQL MI. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2808e74b-c325-7b50-093a-b777473864b5 +* Version Independent ID: e1f632cb-92ef-958e-5bf4-d250108e1c8d +* Content: [R developer's guide to Azure - R programming - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/r-developers-guide) +* Content Source: [docs/data-guide/technology-choices/r-developers-guide.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/r-developers-guide.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @AnalyticJeremy +* Microsoft Alias: **jepeach**",1.0,"Out of date reference to SQL DB for R programmer - R is no longer supported in Azure SQL DB. R is now supported in Azure SQL MI. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2808e74b-c325-7b50-093a-b777473864b5 +* Version Independent ID: e1f632cb-92ef-958e-5bf4-d250108e1c8d +* Content: [R developer's guide to Azure - R programming - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/r-developers-guide) +* Content Source: [docs/data-guide/technology-choices/r-developers-guide.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/r-developers-guide.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @AnalyticJeremy +* Microsoft Alias: **jepeach**",1,out of date reference to sql db for r programmer r is no longer supported in azure sql db r is now supported in azure sql mi document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login analyticjeremy microsoft alias jepeach ,1 +277365,24064727363.0,IssuesEvent,2022-09-17 10:08:11,py-pdf/PyPDF2,https://api.github.com/repos/py-pdf/PyPDF2,closed,Pages without Resources dictionary,is-robustness-issue needs-test needs-pdf,"Failure using mergePage() with pages that do not have a resource dictionary. This appears to be a valid condition, and the page should then inherit dictionary content from its parent. Trackback below: + +``` +Traceback (most recent call last): + File ""C:\Python27\lib\lib-tk\Tkinter.py"", line 1536, in __call__ + return self.func(*args) + File ""pdfbind\view.py"", line 153, in _on_execute_click + b.bind() + File ""pdfbind\bind.py"", line 176, in bind + page_bufs.append(page_header.merge(p, header_info)) + File ""pdfbind\header.py"", line 68, in merge + header_page.mergePage(orig_page) + File ""PyPDF2\pdf.py"", line 2211, in mergePage + self._mergePage(page2) + File ""PyPDF2\pdf.py"", line 2221, in _mergePage + page2Resources = page2[""/Resources""].getObject() + File ""PyPDF2\generic.py"", line 512, in __getitem__ + return dict.__getitem__(self, key).getObject() +KeyError: '/Resources' +``` +",1.0,"Pages without Resources dictionary - Failure using mergePage() with pages that do not have a resource dictionary. This appears to be a valid condition, and the page should then inherit dictionary content from its parent. Trackback below: + +``` +Traceback (most recent call last): + File ""C:\Python27\lib\lib-tk\Tkinter.py"", line 1536, in __call__ + return self.func(*args) + File ""pdfbind\view.py"", line 153, in _on_execute_click + b.bind() + File ""pdfbind\bind.py"", line 176, in bind + page_bufs.append(page_header.merge(p, header_info)) + File ""pdfbind\header.py"", line 68, in merge + header_page.mergePage(orig_page) + File ""PyPDF2\pdf.py"", line 2211, in mergePage + self._mergePage(page2) + File ""PyPDF2\pdf.py"", line 2221, in _mergePage + page2Resources = page2[""/Resources""].getObject() + File ""PyPDF2\generic.py"", line 512, in __getitem__ + return dict.__getitem__(self, key).getObject() +KeyError: '/Resources' +``` +",0,pages without resources dictionary failure using mergepage with pages that do not have a resource dictionary this appears to be a valid condition and the page should then inherit dictionary content from its parent trackback below traceback most recent call last file c lib lib tk tkinter py line in call return self func args file pdfbind view py line in on execute click b bind file pdfbind bind py line in bind page bufs append page header merge p header info file pdfbind header py line in merge header page mergepage orig page file pdf py line in mergepage self mergepage file pdf py line in mergepage getobject file generic py line in getitem return dict getitem self key getobject keyerror resources ,0 +142758,5477062553.0,IssuesEvent,2017-03-12 03:27:38,NCEAS/eml,https://api.github.com/repos/NCEAS/eml,closed,Data Manager Library: Run-time errors involving Xalan classes,Category: datamanager Component: Bugzilla-Id Priority: Immediate Status: Resolved Tracker: Bug,"--- + + +Author Name: **Duane Costa** (Duane Costa) +Original Redmine Issue: 2835, https://projects.ecoinformatics.org/ecoinfo/issues/2835 +Original Date: 2007-05-01 +Original Assignee: Duane Costa + +--- + +Two developers (myself and Chad Burt) are getting run-time errors when our applications try to use the Data Manager library. The errors are NoClassDefFoundError involving Xalan classes. + +----------------------------- + +On 4/30/2007, Chad Burt wrote: + +Hi guys, +I am trying to deploy my sbc app with the datamanager library on a different machine and am having some problems. It seems to be missing a dependancy that is not on this fedora linux machine. I get this error: + +Exception in thread ""main"" java.lang.NoClassDefFoundError: org/apache/xpath/axes/PredicatedNodeTest + +I never ran into this problem on my mac, i just built the jar and it worked fine. Originally I thought it was because the jar needed to be recompiled because I was on a different machine. So I copied the whole eml tree over, hit ""ant clean"", then ""ant dist-datamanager-lib"", and uncompressed the zip to get my jar. No error messages. Ran my dataset import method based off the sample applications and I got the same error. + +Is there some kind of apache library I need to have on this machine to get the datamanager library working? + +Here is the full stack trace: +Exception in thread ""main"" java.lang.NoClassDefFoundError : org/apache/xpath/axes/PredicatedNodeTest + at java.lang.ClassLoader.defineClass1(Native Method) + at java.lang.ClassLoader.defineClass(ClassLoader.java:620) + at java.security.SecureClassLoader.defineClass (SecureClassLoader.java:124) + at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) + at java.net.URLClassLoader.access$100(URLClassLoader.java:56) + at java.net.URLClassLoader$1.run( URLClassLoader.java:195) + at java.security.AccessController.doPrivileged(Native Method) + at java.net.URLClassLoader.findClass(URLClassLoader.java:188) + at java.lang.ClassLoader.loadClass(ClassLoader.java :306) + at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268) + at java.lang.ClassLoader.loadClass(ClassLoader.java:251) + at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) + at org.apache.xpath.XPath.(XPath.java:199) + at org.apache.xpath.CachedXPathAPI.eval(CachedXPathAPI.java:322) + at org.apache.xpath.CachedXPathAPI.selectNodeIterator(CachedXPathAPI.java :216) + at org.apache.xpath.CachedXPathAPI.selectSingleNode(CachedXPathAPI.java:177) + at org.apache.xpath.CachedXPathAPI.selectSingleNode(CachedXPathAPI.java:157) + at org.ecoinformatics.datamanager.parser.eml.Eml200Parser.parseDocument (Eml200Parser.java:182) + at org.ecoinformatics.datamanager.parser.eml.Eml200Parser.parse(Eml200Parser.java:160) + at org.ecoinformatics.datamanager.DataManager.parseMetadata(DataManager.java:585) + at org.ecoinformatics.datamanager.sample.ImportDataset.testParseMetadata(ImportDataset.java:331) + at org.ecoinformatics.datamanager.sample.ImportDataset.main(ImportDataset.java:132) + + +-Chad Burt + +----------------------------- + +On 4/30/2007, Duane Costa wrote: + +Hi Chad, + +I recently started experiencing a very similar run-time error on my Windows machine in an application I am developing that uses the datamanager library too. The only difference is that in my case the NoClassDefFoundError was for a different class: + +org.apache.xpath.patterns.NodeTest + +After a little trial and error, I found that I could resolve the error by incorporating a newer version of xalan.jar, based on Xalan-Java Version 2.7.0, into my classpath. I am attaching the xalan.jar file that fixed the problem for me. It seems that the NodeTest class was missing from the older xalan.jar but present in the newer xalan.jar. I'm guessing that the same might be true for the PredicatedNodeTest class. + +I don't really understand was caused the error to start occurring; it may have something to do with the Java version I am running (I upgraded from Java 1.4.2 to Java 1.5.0 fairly recently). Jing and I will need to investigate this further. Meanwhile, as a temporary fix, could you try including the new xalan.jar file in your sbc application's classpath and let us know if that resolves the error for you? + +Thanks, +Duane + +------------------------------------- + +On 4/30/2007, Chad Burt wrote: + +Thanks Duane, +I'm not too familiar with java and classpaths. I'm calling the datamanager.jar from the command line. I replaced eml/lib/apache/xalan.jar with the one you gave me. Is that correct? I'm getting the same error. +-Chad + +--------------------------------- + +On 4/30/2007, Duane Costa wrote: + +Hi Chad, + +Interesting, I did exactly what you did, replaced eml/lib/apache/xalan.jar with the one I sent you, and rebuilt datamanager.jar using 'ant jar-datamanager-lib'. Now I'm getting the same error you've been getting! So the new xalan.jar obviously is not the solution, but at least we're getting the same error now. This is going to take more investigation. I'll try to get this figured out. Meanwhile, could you please send me the following?: + +(1) The output from running 'java -version' in a command window on your system. +(2) The output from running 'echo $CLASSPATH' in a command window on your system. +(3) The exact command you use when you run the Data Manager library code. + +Thanks, +Duane + +------------------------------------ + +On 4/30/2007, Char Burt wrote: + +Here's my info: + +java -version: +java version ""1.5.0_11"" +Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) +Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing) + +$CLASSPATH doesn't seem to be set, nor $CLASS_PATH. It's not set on my mac either. + +I am running a custom method based on the sample apps. I've attached the file. It's usually under /src/org/ecoinformatics/datamanager/sample/ImportDataset.java. +I call it via : +java -cp ""datamanager.jar"" org.ecoinformatics.datamanager.sample.ImportDataset > /dev/null + +Thanks for the help, +Chad + + +",1.0,"Data Manager Library: Run-time errors involving Xalan classes - --- + + +Author Name: **Duane Costa** (Duane Costa) +Original Redmine Issue: 2835, https://projects.ecoinformatics.org/ecoinfo/issues/2835 +Original Date: 2007-05-01 +Original Assignee: Duane Costa + +--- + +Two developers (myself and Chad Burt) are getting run-time errors when our applications try to use the Data Manager library. The errors are NoClassDefFoundError involving Xalan classes. + +----------------------------- + +On 4/30/2007, Chad Burt wrote: + +Hi guys, +I am trying to deploy my sbc app with the datamanager library on a different machine and am having some problems. It seems to be missing a dependancy that is not on this fedora linux machine. I get this error: + +Exception in thread ""main"" java.lang.NoClassDefFoundError: org/apache/xpath/axes/PredicatedNodeTest + +I never ran into this problem on my mac, i just built the jar and it worked fine. Originally I thought it was because the jar needed to be recompiled because I was on a different machine. So I copied the whole eml tree over, hit ""ant clean"", then ""ant dist-datamanager-lib"", and uncompressed the zip to get my jar. No error messages. Ran my dataset import method based off the sample applications and I got the same error. + +Is there some kind of apache library I need to have on this machine to get the datamanager library working? + +Here is the full stack trace: +Exception in thread ""main"" java.lang.NoClassDefFoundError : org/apache/xpath/axes/PredicatedNodeTest + at java.lang.ClassLoader.defineClass1(Native Method) + at java.lang.ClassLoader.defineClass(ClassLoader.java:620) + at java.security.SecureClassLoader.defineClass (SecureClassLoader.java:124) + at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) + at java.net.URLClassLoader.access$100(URLClassLoader.java:56) + at java.net.URLClassLoader$1.run( URLClassLoader.java:195) + at java.security.AccessController.doPrivileged(Native Method) + at java.net.URLClassLoader.findClass(URLClassLoader.java:188) + at java.lang.ClassLoader.loadClass(ClassLoader.java :306) + at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268) + at java.lang.ClassLoader.loadClass(ClassLoader.java:251) + at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) + at org.apache.xpath.XPath.(XPath.java:199) + at org.apache.xpath.CachedXPathAPI.eval(CachedXPathAPI.java:322) + at org.apache.xpath.CachedXPathAPI.selectNodeIterator(CachedXPathAPI.java :216) + at org.apache.xpath.CachedXPathAPI.selectSingleNode(CachedXPathAPI.java:177) + at org.apache.xpath.CachedXPathAPI.selectSingleNode(CachedXPathAPI.java:157) + at org.ecoinformatics.datamanager.parser.eml.Eml200Parser.parseDocument (Eml200Parser.java:182) + at org.ecoinformatics.datamanager.parser.eml.Eml200Parser.parse(Eml200Parser.java:160) + at org.ecoinformatics.datamanager.DataManager.parseMetadata(DataManager.java:585) + at org.ecoinformatics.datamanager.sample.ImportDataset.testParseMetadata(ImportDataset.java:331) + at org.ecoinformatics.datamanager.sample.ImportDataset.main(ImportDataset.java:132) + + +-Chad Burt + +----------------------------- + +On 4/30/2007, Duane Costa wrote: + +Hi Chad, + +I recently started experiencing a very similar run-time error on my Windows machine in an application I am developing that uses the datamanager library too. The only difference is that in my case the NoClassDefFoundError was for a different class: + +org.apache.xpath.patterns.NodeTest + +After a little trial and error, I found that I could resolve the error by incorporating a newer version of xalan.jar, based on Xalan-Java Version 2.7.0, into my classpath. I am attaching the xalan.jar file that fixed the problem for me. It seems that the NodeTest class was missing from the older xalan.jar but present in the newer xalan.jar. I'm guessing that the same might be true for the PredicatedNodeTest class. + +I don't really understand was caused the error to start occurring; it may have something to do with the Java version I am running (I upgraded from Java 1.4.2 to Java 1.5.0 fairly recently). Jing and I will need to investigate this further. Meanwhile, as a temporary fix, could you try including the new xalan.jar file in your sbc application's classpath and let us know if that resolves the error for you? + +Thanks, +Duane + +------------------------------------- + +On 4/30/2007, Chad Burt wrote: + +Thanks Duane, +I'm not too familiar with java and classpaths. I'm calling the datamanager.jar from the command line. I replaced eml/lib/apache/xalan.jar with the one you gave me. Is that correct? I'm getting the same error. +-Chad + +--------------------------------- + +On 4/30/2007, Duane Costa wrote: + +Hi Chad, + +Interesting, I did exactly what you did, replaced eml/lib/apache/xalan.jar with the one I sent you, and rebuilt datamanager.jar using 'ant jar-datamanager-lib'. Now I'm getting the same error you've been getting! So the new xalan.jar obviously is not the solution, but at least we're getting the same error now. This is going to take more investigation. I'll try to get this figured out. Meanwhile, could you please send me the following?: + +(1) The output from running 'java -version' in a command window on your system. +(2) The output from running 'echo $CLASSPATH' in a command window on your system. +(3) The exact command you use when you run the Data Manager library code. + +Thanks, +Duane + +------------------------------------ + +On 4/30/2007, Char Burt wrote: + +Here's my info: + +java -version: +java version ""1.5.0_11"" +Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) +Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing) + +$CLASSPATH doesn't seem to be set, nor $CLASS_PATH. It's not set on my mac either. + +I am running a custom method based on the sample apps. I've attached the file. It's usually under /src/org/ecoinformatics/datamanager/sample/ImportDataset.java. +I call it via : +java -cp ""datamanager.jar"" org.ecoinformatics.datamanager.sample.ImportDataset > /dev/null + +Thanks for the help, +Chad + + +",0,data manager library run time errors involving xalan classes author name duane costa duane costa original redmine issue original date original assignee duane costa two developers myself and chad burt are getting run time errors when our applications try to use the data manager library the errors are noclassdeffounderror involving xalan classes on chad burt wrote hi guys i am trying to deploy my sbc app with the datamanager library on a different machine and am having some problems it seems to be missing a dependancy that is not on this fedora linux machine i get this error exception in thread main java lang noclassdeffounderror org apache xpath axes predicatednodetest i never ran into this problem on my mac i just built the jar and it worked fine originally i thought it was because the jar needed to be recompiled because i was on a different machine so i copied the whole eml tree over hit ant clean then ant dist datamanager lib and uncompressed the zip to get my jar no error messages ran my dataset import method based off the sample applications and i got the same error is there some kind of apache library i need to have on this machine to get the datamanager library working here is the full stack trace exception in thread main java lang noclassdeffounderror org apache xpath axes predicatednodetest at java lang classloader native method at java lang classloader defineclass classloader java at java security secureclassloader defineclass secureclassloader java at java net urlclassloader defineclass urlclassloader java at java net urlclassloader access urlclassloader java at java net urlclassloader run urlclassloader java at java security accesscontroller doprivileged native method at java net urlclassloader findclass urlclassloader java at java lang classloader loadclass classloader java at sun misc launcher appclassloader loadclass launcher java at java lang classloader loadclass classloader java at java lang classloader loadclassinternal classloader java at org apache xpath xpath xpath java at org apache xpath cachedxpathapi eval cachedxpathapi java at org apache xpath cachedxpathapi selectnodeiterator cachedxpathapi java at org apache xpath cachedxpathapi selectsinglenode cachedxpathapi java at org apache xpath cachedxpathapi selectsinglenode cachedxpathapi java at org ecoinformatics datamanager parser eml parsedocument java at org ecoinformatics datamanager parser eml parse java at org ecoinformatics datamanager datamanager parsemetadata datamanager java at org ecoinformatics datamanager sample importdataset testparsemetadata importdataset java at org ecoinformatics datamanager sample importdataset main importdataset java chad burt on duane costa wrote hi chad i recently started experiencing a very similar run time error on my windows machine in an application i am developing that uses the datamanager library too the only difference is that in my case the noclassdeffounderror was for a different class org apache xpath patterns nodetest after a little trial and error i found that i could resolve the error by incorporating a newer version of xalan jar based on xalan java version into my classpath i am attaching the xalan jar file that fixed the problem for me it seems that the nodetest class was missing from the older xalan jar but present in the newer xalan jar i m guessing that the same might be true for the predicatednodetest class i don t really understand was caused the error to start occurring it may have something to do with the java version i am running i upgraded from java to java fairly recently jing and i will need to investigate this further meanwhile as a temporary fix could you try including the new xalan jar file in your sbc application s classpath and let us know if that resolves the error for you thanks duane on chad burt wrote thanks duane i m not too familiar with java and classpaths i m calling the datamanager jar from the command line i replaced eml lib apache xalan jar with the one you gave me is that correct i m getting the same error chad on duane costa wrote hi chad interesting i did exactly what you did replaced eml lib apache xalan jar with the one i sent you and rebuilt datamanager jar using ant jar datamanager lib now i m getting the same error you ve been getting so the new xalan jar obviously is not the solution but at least we re getting the same error now this is going to take more investigation i ll try to get this figured out meanwhile could you please send me the following the output from running java version in a command window on your system the output from running echo classpath in a command window on your system the exact command you use when you run the data manager library code thanks duane on char burt wrote here s my info java version java version java tm runtime environment standard edition build java hotspot tm client vm build mixed mode sharing classpath doesn t seem to be set nor class path it s not set on my mac either i am running a custom method based on the sample apps i ve attached the file it s usually under src org ecoinformatics datamanager sample importdataset java i call it via java cp datamanager jar org ecoinformatics datamanager sample importdataset dev null thanks for the help chad ,0 +266554,23245540240.0,IssuesEvent,2022-08-03 19:45:25,microsoft/vscode,https://api.github.com/repos/microsoft/vscode,closed,Notebook API tests editor editing event,integration-test-failure notebook,"``` + 1) Notebook API tests + editor editing event: + Error: asPromise TIMEOUT reached + at Timeout._onTimeout (extensions/vscode-api-tests/src/utils.ts:132:11) + at listOnTimeout (node:internal/timers:557:17) + at processTimers (node:internal/timers:500:7) + +``` + +https://dev.azure.com/monacotools/Monaco/_build/results?buildId=174304&view=logs&j=9833cdaa-2e92-5f8d-56a8-239fd18fd628&t=9bc48eac-eb66-52c8-7250-d6490c5f3a15&l=677",1.0,"Notebook API tests editor editing event - ``` + 1) Notebook API tests + editor editing event: + Error: asPromise TIMEOUT reached + at Timeout._onTimeout (extensions/vscode-api-tests/src/utils.ts:132:11) + at listOnTimeout (node:internal/timers:557:17) + at processTimers (node:internal/timers:500:7) + +``` + +https://dev.azure.com/monacotools/Monaco/_build/results?buildId=174304&view=logs&j=9833cdaa-2e92-5f8d-56a8-239fd18fd628&t=9bc48eac-eb66-52c8-7250-d6490c5f3a15&l=677",0,notebook api tests editor editing event notebook api tests editor editing event error aspromise timeout reached at timeout ontimeout extensions vscode api tests src utils ts at listontimeout node internal timers at processtimers node internal timers ,0 +10218,26543464229.0,IssuesEvent,2023-01-19 21:25:26,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,download graphic ?,assigned-to-author product-feedback triaged architecture-center/svc Pri2 solution-idea/subsvc," +the Download an [SVG] graphic is a great idea. however my preference is for visio, or vsxds files. I think SVG is some kind of vector graphic, but not sure and no idea if visio will see it as a useful shape or image. Otherwise, good show on the article! I'm in early stage of work on planning, design and construction of web publishing site. + +This is not an ""Issue"" just a simple minded suggestion. ""Submitting"" anyway ;-) + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 73dc00bc-c571-72c0-c3de-8e1a35b9e27a +* Version Independent ID: 424eb559-47a7-bcc5-e567-e428e59c11cb +* Content: [E-commerce website running in secured App Service Environment - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/ecommerce-website-running-in-secured-ase) +* Content Source: [docs/solution-ideas/articles/ecommerce-website-running-in-secured-ase.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/ecommerce-website-running-in-secured-ase.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"download graphic ? - +the Download an [SVG] graphic is a great idea. however my preference is for visio, or vsxds files. I think SVG is some kind of vector graphic, but not sure and no idea if visio will see it as a useful shape or image. Otherwise, good show on the article! I'm in early stage of work on planning, design and construction of web publishing site. + +This is not an ""Issue"" just a simple minded suggestion. ""Submitting"" anyway ;-) + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 73dc00bc-c571-72c0-c3de-8e1a35b9e27a +* Version Independent ID: 424eb559-47a7-bcc5-e567-e428e59c11cb +* Content: [E-commerce website running in secured App Service Environment - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/ecommerce-website-running-in-secured-ase) +* Content Source: [docs/solution-ideas/articles/ecommerce-website-running-in-secured-ase.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/ecommerce-website-running-in-secured-ase.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,download graphic the download an graphic is a great idea however my preference is for visio or vsxds files i think svg is some kind of vector graphic but not sure and no idea if visio will see it as a useful shape or image otherwise good show on the article i m in early stage of work on planning design and construction of web publishing site this is not an issue just a simple minded suggestion submitting anyway document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias edprice ,1 +4930,11852648237.0,IssuesEvent,2020-03-24 20:21:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Dark theme ruins contrast of diagrams,Pri1 architecture-center/svc cxp docs-experience solution-idea/subsvc triaged,"https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data + +![image](https://user-images.githubusercontent.com/2193314/77419502-c0be5b00-6d85-11ea-966c-2190d9367632.png) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b68d40f-4b98-396b-f4c3-b8650fc4633f +* Version Independent ID: 26b362d7-b46a-fa03-c2aa-48b581b67bf0 +* Content: [Advanced Analytics Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data) +* Content Source: [docs/solution-ideas/articles/advanced-analytics-on-big-data.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/advanced-analytics-on-big-data.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Dark theme ruins contrast of diagrams - https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data + +![image](https://user-images.githubusercontent.com/2193314/77419502-c0be5b00-6d85-11ea-966c-2190d9367632.png) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b68d40f-4b98-396b-f4c3-b8650fc4633f +* Version Independent ID: 26b362d7-b46a-fa03-c2aa-48b581b67bf0 +* Content: [Advanced Analytics Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data) +* Content Source: [docs/solution-ideas/articles/advanced-analytics-on-big-data.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/advanced-analytics-on-big-data.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,dark theme ruins contrast of diagrams document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +629967,20073038292.0,IssuesEvent,2022-02-04 09:33:08,webcompat/web-bugs,https://api.github.com/repos/webcompat/web-bugs,closed,www.pogo.com - site is not usable,priority-normal browser-fenix engine-gecko," + + + + + +**URL**: https://www.pogo.com/server/id20/success?state=cmVkaXJlY3Q9aHR0cHMlM0ElMkYlMkZ3d3cucG9nby5jb20lMkZnYW1lcyUyRmFjZXMtdXAtc29saXRhaXJlJTJGcGxheSUzRnNpbGVudEF1dGhBdHRlbXB0ZWQlM0R0cnVlJnNvdXJjZT1wb2dvbSZleHRlcm5hbEFwcD1mYWxzZQ%3D%3D&code=QUOwAKwQhbV5AoA3smIsskmeVBw9iIg4wiY9SpRlAQ + +**Browser / Version**: Firefox Mobile 98.0 +**Operating System**: Android 9 +**Tested Another Browser**: No + +**Problem type**: Site is not usable +**Description**: Page not loading correctly +**Steps to Reproduce**: +Blank page. Not fun. Used to be a main page. +
+ View the screenshot + +
+ +
+Browser Configuration +
    +
  • gfx.webrender.all: false
  • gfx.webrender.blob-images: true
  • gfx.webrender.enabled: false
  • image.mem.shared: true
  • buildID: 20220202093701
  • channel: nightly
  • hasTouchScreen: true
  • mixed active content blocked: false
  • mixed passive content blocked: false
  • tracking content blocked: false
  • +
+
+ +[View console log messages](https://webcompat.com/console_logs/2022/2/7dda5971-ce58-418c-bd58-79582ef5c54b) + +_From [webcompat.com](https://webcompat.com/) with ❤️_",1.0,"www.pogo.com - site is not usable - + + + + + +**URL**: https://www.pogo.com/server/id20/success?state=cmVkaXJlY3Q9aHR0cHMlM0ElMkYlMkZ3d3cucG9nby5jb20lMkZnYW1lcyUyRmFjZXMtdXAtc29saXRhaXJlJTJGcGxheSUzRnNpbGVudEF1dGhBdHRlbXB0ZWQlM0R0cnVlJnNvdXJjZT1wb2dvbSZleHRlcm5hbEFwcD1mYWxzZQ%3D%3D&code=QUOwAKwQhbV5AoA3smIsskmeVBw9iIg4wiY9SpRlAQ + +**Browser / Version**: Firefox Mobile 98.0 +**Operating System**: Android 9 +**Tested Another Browser**: No + +**Problem type**: Site is not usable +**Description**: Page not loading correctly +**Steps to Reproduce**: +Blank page. Not fun. Used to be a main page. +
+ View the screenshot + +
+ +
+Browser Configuration +
    +
  • gfx.webrender.all: false
  • gfx.webrender.blob-images: true
  • gfx.webrender.enabled: false
  • image.mem.shared: true
  • buildID: 20220202093701
  • channel: nightly
  • hasTouchScreen: true
  • mixed active content blocked: false
  • mixed passive content blocked: false
  • tracking content blocked: false
  • +
+
+ +[View console log messages](https://webcompat.com/console_logs/2022/2/7dda5971-ce58-418c-bd58-79582ef5c54b) + +_From [webcompat.com](https://webcompat.com/) with ❤️_",0, site is not usable url browser version firefox mobile operating system android tested another browser no problem type site is not usable description page not loading correctly steps to reproduce blank page not fun used to be a main page view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel nightly hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️ ,0 +90365,18142974923.0,IssuesEvent,2021-09-25 00:36:21,google/web-stories-wp,https://api.github.com/repos/google/web-stories-wp,opened,Taxonomy: e2e tests enabled ,Type: Code Quality Pod: Pea Group: Taxonomies,"Originally included e2e tests on #9011 to verify that user capabilities are being expected are having trouble passing remotely. They work fine locally. Isolating this work because of deadlines. + +## Acceptance criteria +- Taxonomy e2e tests passing and more robust",1.0,"Taxonomy: e2e tests enabled - Originally included e2e tests on #9011 to verify that user capabilities are being expected are having trouble passing remotely. They work fine locally. Isolating this work because of deadlines. + +## Acceptance criteria +- Taxonomy e2e tests passing and more robust",0,taxonomy tests enabled originally included tests on to verify that user capabilities are being expected are having trouble passing remotely they work fine locally isolating this work because of deadlines acceptance criteria taxonomy tests passing and more robust,0 +499500,14448884053.0,IssuesEvent,2020-12-08 07:07:32,abpframework/abp,https://api.github.com/repos/abpframework/abp,opened,Looking for Developer Advocate / Evangelist for the ABP Framework!,help wanted priority:high,"## Job Description + +* Creating **text contents** (articles, tutorials, guides, blog posts, documentation) for the [ABP Framework/Platform](https://abp.io/) in various platforms. +* Creating **video contents** (course, tutorial) for the ABP Framework/Platform. +* Creating **sample applications** for the ABP Framework/Platform. +* Trying ABP Framework/Platform features and provide **feedback** to the development team. +* Being **active** in the ABP Community and provide **support** to developers. +* Being active on **social media** platforms to promote the ABP Framework/Platform. +* Talk on **meetups** and **conferences** related to the ABP Framework/Platform. + +## Qualifications + +* Experience on **.NET** and **ASP.NET Core**. +* Experience on the [ABP Framework](https://abp.io/). +* Knowledge on software development **best practices** and **architectures**. +* Fluent in **English** (speaking, reading & writing) +* **Having such contents created before is an important requirement. You should prove that you can do it.** + +See https://github.com/volosoft/vs-home/issues/13 for details and learn how to apply.",1.0,"Looking for Developer Advocate / Evangelist for the ABP Framework! - ## Job Description + +* Creating **text contents** (articles, tutorials, guides, blog posts, documentation) for the [ABP Framework/Platform](https://abp.io/) in various platforms. +* Creating **video contents** (course, tutorial) for the ABP Framework/Platform. +* Creating **sample applications** for the ABP Framework/Platform. +* Trying ABP Framework/Platform features and provide **feedback** to the development team. +* Being **active** in the ABP Community and provide **support** to developers. +* Being active on **social media** platforms to promote the ABP Framework/Platform. +* Talk on **meetups** and **conferences** related to the ABP Framework/Platform. + +## Qualifications + +* Experience on **.NET** and **ASP.NET Core**. +* Experience on the [ABP Framework](https://abp.io/). +* Knowledge on software development **best practices** and **architectures**. +* Fluent in **English** (speaking, reading & writing) +* **Having such contents created before is an important requirement. You should prove that you can do it.** + +See https://github.com/volosoft/vs-home/issues/13 for details and learn how to apply.",0,looking for developer advocate evangelist for the abp framework job description creating text contents articles tutorials guides blog posts documentation for the in various platforms creating video contents course tutorial for the abp framework platform creating sample applications for the abp framework platform trying abp framework platform features and provide feedback to the development team being active in the abp community and provide support to developers being active on social media platforms to promote the abp framework platform talk on meetups and conferences related to the abp framework platform qualifications experience on net and asp net core experience on the knowledge on software development best practices and architectures fluent in english speaking reading writing having such contents created before is an important requirement you should prove that you can do it see for details and learn how to apply ,0 +512132,14888666388.0,IssuesEvent,2021-01-20 20:12:08,PranavBahuguna/3DEngine-v2,https://api.github.com/repos/PranavBahuguna/3DEngine-v2,closed,Develop an error handling system,Core Engine Priority: High,"In the previous version of the project, we made use of error codes to detect errors. This time I am planning on using some form of an error singleton class to provide a central place for storing both error messages AND to handle them correctly. Some features of this should include: + +- Definition of error codes and messages +- Facility to print error codes +- Facility to differentiate between critical and non-critical messages (info, warning, critical?). +- Throw exceptions on critical error. + +Hopefully this system would remove the need to declare and keep track of error codes everywhere unlike the previous one, making it far simpler to get one with actually writing code. I'm making a program remember, not a library!",1.0,"Develop an error handling system - In the previous version of the project, we made use of error codes to detect errors. This time I am planning on using some form of an error singleton class to provide a central place for storing both error messages AND to handle them correctly. Some features of this should include: + +- Definition of error codes and messages +- Facility to print error codes +- Facility to differentiate between critical and non-critical messages (info, warning, critical?). +- Throw exceptions on critical error. + +Hopefully this system would remove the need to declare and keep track of error codes everywhere unlike the previous one, making it far simpler to get one with actually writing code. I'm making a program remember, not a library!",0,develop an error handling system in the previous version of the project we made use of error codes to detect errors this time i am planning on using some form of an error singleton class to provide a central place for storing both error messages and to handle them correctly some features of this should include definition of error codes and messages facility to print error codes facility to differentiate between critical and non critical messages info warning critical throw exceptions on critical error hopefully this system would remove the need to declare and keep track of error codes everywhere unlike the previous one making it far simpler to get one with actually writing code i m making a program remember not a library ,0 +180803,14813593146.0,IssuesEvent,2021-01-14 02:28:14,saltamay/Udacity_Intermediate_JavaScript_Dinographic,https://api.github.com/repos/saltamay/Udacity_Intermediate_JavaScript_Dinographic,closed,"Decide how you will work with classes, then build out your classes and objects.",documentation," + There are several ways to build your objects, as well as multiple design patterns. What will be the most readable for this project? + Do you have a need for subclasses? + What properties are needed? +",1.0,"Decide how you will work with classes, then build out your classes and objects. - + There are several ways to build your objects, as well as multiple design patterns. What will be the most readable for this project? + Do you have a need for subclasses? + What properties are needed? +",0,decide how you will work with classes then build out your classes and objects there are several ways to build your objects as well as multiple design patterns what will be the most readable for this project do you have a need for subclasses what properties are needed ,0 +10017,26019775129.0,IssuesEvent,2022-12-21 11:35:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Typo in last sentence under ""Scenario details""",doc-enhancement cxp triaged architecture-center/svc Pri2 solution-idea/subsvc,"""Containers easily other Azure resources like storage and database services."" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: fc9f55da-2d42-5ae9-9998-0088aa523884 +* Version Independent ID: fc9f55da-2d42-5ae9-9998-0088aa523884 +* Content: [Lift and shift to containers with Azure App Service - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/migrate-existing-applications-to-container-apps) +* Content Source: [docs/solution-ideas/articles/migrate-existing-applications-to-container-apps.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/migrate-existing-applications-to-container-apps.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @vmagelo +* Microsoft Alias: **v-gelorminom**",1.0,"Typo in last sentence under ""Scenario details"" - ""Containers easily other Azure resources like storage and database services."" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: fc9f55da-2d42-5ae9-9998-0088aa523884 +* Version Independent ID: fc9f55da-2d42-5ae9-9998-0088aa523884 +* Content: [Lift and shift to containers with Azure App Service - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/migrate-existing-applications-to-container-apps) +* Content Source: [docs/solution-ideas/articles/migrate-existing-applications-to-container-apps.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/migrate-existing-applications-to-container-apps.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @vmagelo +* Microsoft Alias: **v-gelorminom**",1,typo in last sentence under scenario details containers easily other azure resources like storage and database services document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login vmagelo microsoft alias v gelorminom ,1 +9102,24038625937.0,IssuesEvent,2022-09-15 21:55:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Manageability Considerations,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +Please clarify in the Manageability Considerations section if restarting the vm via the portal is okay to do. Many people are confused including myself if it is just shutdown via the portal that is dangerous or shutdowns and restarts. + +Also, will Windows Server 2012 and higher ""self heal"" if the vm is deallocated? What actions need to be taken in the event of vm deallocation with respect to the domain /AD DS? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"Manageability Considerations - +Please clarify in the Manageability Considerations section if restarting the vm via the portal is okay to do. Many people are confused including myself if it is just shutdown via the portal that is dangerous or shutdowns and restarts. + +Also, will Windows Server 2012 and higher ""self heal"" if the vm is deallocated? What actions need to be taken in the event of vm deallocation with respect to the domain /AD DS? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,manageability considerations please clarify in the manageability considerations section if restarting the vm via the portal is okay to do many people are confused including myself if it is just shutdown via the portal that is dangerous or shutdowns and restarts also will windows server and higher self heal if the vm is deallocated what actions need to be taken in the event of vm deallocation with respect to the domain ad ds document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +314228,23511990867.0,IssuesEvent,2022-08-18 17:28:51,FuelLabs/sway,https://api.github.com/repos/FuelLabs/sway,opened,Document config-time constants,good first issue documentation,Config-time constants (#2549) should be documented in the sway book somewhere.,1.0,Document config-time constants - Config-time constants (#2549) should be documented in the sway book somewhere.,0,document config time constants config time constants should be documented in the sway book somewhere ,0 +11075,27964458147.0,IssuesEvent,2023-03-24 18:12:14,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing product links,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 guide/subsvc,"The page should include links to Azure Load Testing and Azure Chaos Studio product doc pages + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ded56014-b7da-2acd-6b38-e71611a50200 +* Version Independent ID: ded56014-b7da-2acd-6b38-e71611a50200 +* Content: [Continuous validation with Azure Load Testing and Azure Chaos Studio - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/testing/mission-critical-deployment-testing) +* Content Source: [docs/guide/testing/mission-critical-deployment-testing.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/testing/mission-critical-deployment-testing.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @heoelri +* Microsoft Alias: **msimecek**",1.0,"Missing product links - The page should include links to Azure Load Testing and Azure Chaos Studio product doc pages + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ded56014-b7da-2acd-6b38-e71611a50200 +* Version Independent ID: ded56014-b7da-2acd-6b38-e71611a50200 +* Content: [Continuous validation with Azure Load Testing and Azure Chaos Studio - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/testing/mission-critical-deployment-testing) +* Content Source: [docs/guide/testing/mission-critical-deployment-testing.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/testing/mission-critical-deployment-testing.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @heoelri +* Microsoft Alias: **msimecek**",1,missing product links the page should include links to azure load testing and azure chaos studio product doc pages document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login heoelri microsoft alias msimecek ,1 +528615,15370795831.0,IssuesEvent,2021-03-02 09:14:58,oceanprotocol/ocean.py,https://api.github.com/repos/oceanprotocol/ocean.py,closed,ocean.py: Only allow code merges if unit test code coverage ratchets up,enhancement priority:high,"(Prerequisite: #121 made code coverage more visible) + +**Is your feature request related to a problem? Please describe.** +We constantly have bug ""fixes"" where it's just a change to the code, but there are no unit tests. Over time the quality of the sw deteriorates. The excuse is ""not enough time"" but this is simply untrue because we *do* pay back in spades. Quality comes for free, and then some. So we need to do more tactics to enhance quality. And helping to ratchet up code coverage ratchets up is a good one. + +Towards code quality, if we have a constraint where % code coverage must go upwards, it not only prevents code quality from degrading due to missing tests, over time it ratchets the % coverage upwards and therefore quality upwards. + +**Describe the solution you'd like** +Only allow a PR to be merged (or a direct commit) if % code coverage doesn't go down. + +This is pretty common SW engineering practice. We did it on the bigchaindb code base with good success. Let's do it here. + +",1.0,"ocean.py: Only allow code merges if unit test code coverage ratchets up - (Prerequisite: #121 made code coverage more visible) + +**Is your feature request related to a problem? Please describe.** +We constantly have bug ""fixes"" where it's just a change to the code, but there are no unit tests. Over time the quality of the sw deteriorates. The excuse is ""not enough time"" but this is simply untrue because we *do* pay back in spades. Quality comes for free, and then some. So we need to do more tactics to enhance quality. And helping to ratchet up code coverage ratchets up is a good one. + +Towards code quality, if we have a constraint where % code coverage must go upwards, it not only prevents code quality from degrading due to missing tests, over time it ratchets the % coverage upwards and therefore quality upwards. + +**Describe the solution you'd like** +Only allow a PR to be merged (or a direct commit) if % code coverage doesn't go down. + +This is pretty common SW engineering practice. We did it on the bigchaindb code base with good success. Let's do it here. + +",0,ocean py only allow code merges if unit test code coverage ratchets up prerequisite made code coverage more visible is your feature request related to a problem please describe we constantly have bug fixes where it s just a change to the code but there are no unit tests over time the quality of the sw deteriorates the excuse is not enough time but this is simply untrue because we do pay back in spades quality comes for free and then some so we need to do more tactics to enhance quality and helping to ratchet up code coverage ratchets up is a good one towards code quality if we have a constraint where code coverage must go upwards it not only prevents code quality from degrading due to missing tests over time it ratchets the coverage upwards and therefore quality upwards describe the solution you d like only allow a pr to be merged or a direct commit if code coverage doesn t go down this is pretty common sw engineering practice we did it on the bigchaindb code base with good success let s do it here ,0 +11142,28125960131.0,IssuesEvent,2023-03-31 17:44:14,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Feedback about event storms,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +[Enter feedback here] +There is no mention of event storms? + +or too hitting this with too many times, such as in a loop can clog up the event store? + +Or sending too many event based on receiving an event can clog up the event store? + +or cause recursion-like behaviors when reacting and sending events? + +Also, determining eventual consistency before using the data is eventual-consistency locking. Very similar to distributed locking. + +I have seen this being used without considering pitfalls (not that it shouldn’t be used there - but how it is used needed changed). + +but yes. Regardless. Great article! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2d510272-fa5f-07f9-8b06-fb88d45d2464 +* Version Independent ID: 578a488f-89a7-92cc-779f-b4906f6d731a +* Content: [Event Sourcing pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/event-sourcing) +* Content Source: [docs/patterns/event-sourcing.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/event-sourcing.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Feedback about event storms - +[Enter feedback here] +There is no mention of event storms? + +or too hitting this with too many times, such as in a loop can clog up the event store? + +Or sending too many event based on receiving an event can clog up the event store? + +or cause recursion-like behaviors when reacting and sending events? + +Also, determining eventual consistency before using the data is eventual-consistency locking. Very similar to distributed locking. + +I have seen this being used without considering pitfalls (not that it shouldn’t be used there - but how it is used needed changed). + +but yes. Regardless. Great article! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2d510272-fa5f-07f9-8b06-fb88d45d2464 +* Version Independent ID: 578a488f-89a7-92cc-779f-b4906f6d731a +* Content: [Event Sourcing pattern - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/event-sourcing) +* Content Source: [docs/patterns/event-sourcing.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/event-sourcing.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,feedback about event storms there is no mention of event storms or too hitting this with too many times such as in a loop can clog up the event store or sending too many event based on receiving an event can clog up the event store or cause recursion like behaviors when reacting and sending events also determining eventual consistency before using the data is eventual consistency locking very similar to distributed locking i have seen this being used without considering pitfalls not that it shouldn’t be used there but how it is used needed changed but yes regardless great article document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias pnp ,1 +14982,2832554554.0,IssuesEvent,2015-05-25 09:06:45,ibus/ibus,https://api.github.com/repos/ibus/ibus,closed,表形码的专利在 2015年5月5日前仍然有效,Component-Docs Priority-Medium Type-Defect,"``` +最近查了一下表形码[1]的专利, 记录于下 + +[1] http://zh.wikipedia.org/wiki/%E8%A1%A8%E5%BD%A2%E7%A0%81 + +总共有两个专利 +1. 85105556 汉字表形符号和字素(即部件)分类编码法 1986.04.30 申请, 这个已经过期了 http://goo.gl/15z5 +2. 95105810.X 汉字表形符号和字素(即部件)分类编码法 1995.05.05 申请, 这个要到 2015年才过期 http://goo.gl/cSWU + +另: 关于专利有效期的链接: http://goo.gl/snLq + +``` + +Original issue reported on code.google.com by `lidaobing` on 2010-06-21 04:17:33",1.0,"表形码的专利在 2015年5月5日前仍然有效 - ``` +最近查了一下表形码[1]的专利, 记录于下 + +[1] http://zh.wikipedia.org/wiki/%E8%A1%A8%E5%BD%A2%E7%A0%81 + +总共有两个专利 +1. 85105556 汉字表形符号和字素(即部件)分类编码法 1986.04.30 申请, 这个已经过期了 http://goo.gl/15z5 +2. 95105810.X 汉字表形符号和字素(即部件)分类编码法 1995.05.05 申请, 这个要到 2015年才过期 http://goo.gl/cSWU + +另: 关于专利有效期的链接: http://goo.gl/snLq + +``` + +Original issue reported on code.google.com by `lidaobing` on 2010-06-21 04:17:33",0,表形码的专利在 最近查了一下表形码 的专利 记录于下 总共有两个专利 汉字表形符号和字素 即部件 分类编码法 申请 这个已经过期了 x 汉字表形符号和字素 即部件 分类编码法 申请 这个要到 另 关于专利有效期的链接 original issue reported on code google com by lidaobing on ,0 +10757,27404497343.0,IssuesEvent,2023-03-01 05:08:35,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Webserver missing in ""Real-time asset tracking and management"" architecture?",cxp triaged product-question architecture-center/svc Pri3 solution-idea/subsvc,"https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-asset-tracking-mgmt-iot-central + +The architecture ""real time asset tracking"" shows an arrow from SQL Database to Azure API Management to the Browser. +My question is where is the webserver that is hosting the API and querying the data for API Requests from the database? Is API Management capable of that? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: f4cc2d26-95f1-a809-8d21-251fa973b084 +* Version Independent ID: d452c096-bbea-6b65-36d1-cd56337493ca +* Content: [Real-time asset tracking and management using IoT Central - Azure Solution Ideas](https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-asset-tracking-mgmt-iot-central) +* Content Source: [docs/solution-ideas/articles/real-time-asset-tracking-mgmt-iot-central.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/real-time-asset-tracking-mgmt-iot-central.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @ypriyay +* Microsoft Alias: **priyay**",1.0,"Webserver missing in ""Real-time asset tracking and management"" architecture? - https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-asset-tracking-mgmt-iot-central + +The architecture ""real time asset tracking"" shows an arrow from SQL Database to Azure API Management to the Browser. +My question is where is the webserver that is hosting the API and querying the data for API Requests from the database? Is API Management capable of that? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: f4cc2d26-95f1-a809-8d21-251fa973b084 +* Version Independent ID: d452c096-bbea-6b65-36d1-cd56337493ca +* Content: [Real-time asset tracking and management using IoT Central - Azure Solution Ideas](https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/real-time-asset-tracking-mgmt-iot-central) +* Content Source: [docs/solution-ideas/articles/real-time-asset-tracking-mgmt-iot-central.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/real-time-asset-tracking-mgmt-iot-central.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @ypriyay +* Microsoft Alias: **priyay**",1,webserver missing in real time asset tracking and management architecture the architecture real time asset tracking shows an arrow from sql database to azure api management to the browser my question is where is the webserver that is hosting the api and querying the data for api requests from the database is api management capable of that document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id bbea content content source service architecture center sub service solution idea github login ypriyay microsoft alias priyay ,1 +7873,19725503008.0,IssuesEvent,2022-01-13 19:32:33,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Why not to use grpc for inter-pod communication,cxp triaged product-question architecture-center/svc reference-architecture/subsvc Pri2," +Could you please comment, why grpc is not used for inter-pod communication? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks#network-topology) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks/secure-baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",2.0,"Why not to use grpc for inter-pod communication - +Could you please comment, why grpc is not used for inter-pod communication? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an AKS cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks#network-topology) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks/secure-baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,why not to use grpc for inter pod communication could you please comment why grpc is not used for inter pod communication document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias pnp ,1 +68908,17467673053.0,IssuesEvent,2021-08-06 19:28:45,Iridescent-CM/technovation-app,https://api.github.com/repos/Iridescent-CM/technovation-app,closed,"Combine Screens on team dashboard [8,?,?]",[theme] team building 2 - Plan it-32 it-42 Contractors,"Students have a lot of dashboards they're looking at. When they view their team, they're presented with a section with many tabs, there is not a lot of information in these tabs. +![Screen Shot 2020-09-18 at 8 27 17 AM](https://user-images.githubusercontent.com/22801026/93616371-82e36d80-f989-11ea-939d-48ef0eaefcd7.png) + +Proposal: Combine the summary, location, and Division tabs + +![Screen Shot 2020-09-18 at 8 32 19 AM](https://user-images.githubusercontent.com/22801026/93616375-8545c780-f989-11ea-9527-07af438997ce.png) + + + + +",1.0,"Combine Screens on team dashboard [8,?,?] - Students have a lot of dashboards they're looking at. When they view their team, they're presented with a section with many tabs, there is not a lot of information in these tabs. +![Screen Shot 2020-09-18 at 8 27 17 AM](https://user-images.githubusercontent.com/22801026/93616371-82e36d80-f989-11ea-939d-48ef0eaefcd7.png) + +Proposal: Combine the summary, location, and Division tabs + +![Screen Shot 2020-09-18 at 8 32 19 AM](https://user-images.githubusercontent.com/22801026/93616375-8545c780-f989-11ea-9527-07af438997ce.png) + + + + +",0,combine screens on team dashboard students have a lot of dashboards they re looking at when they view their team they re presented with a section with many tabs there is not a lot of information in these tabs proposal combine the summary location and division tabs huboard order milestone order custom state ,0 +727891,25049712423.0,IssuesEvent,2022-11-05 18:26:27,pytorch/pytorch,https://api.github.com/repos/pytorch/pytorch,closed,Debug optimizer overlap tests with NCCL_ASYNC_ERROR_HANDLING,high priority triage review oncall: distributed better-engineering module: ddp,"### 🐛 Describe the bug + +These tests seem to fail when NCCL_ASYNC_ERROR_HANDLING is enabled. Originally discovered in an unrelated PR: https://github.com/pytorch/pytorch/runs/5291461671?check_suite_focus=true. + +### Versions + +main + +cc @ezyang @gchanan @zou3519 @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @osalpekar @jiayisuse @SciPioneer @H-Huang",1.0,"Debug optimizer overlap tests with NCCL_ASYNC_ERROR_HANDLING - ### 🐛 Describe the bug + +These tests seem to fail when NCCL_ASYNC_ERROR_HANDLING is enabled. Originally discovered in an unrelated PR: https://github.com/pytorch/pytorch/runs/5291461671?check_suite_focus=true. + +### Versions + +main + +cc @ezyang @gchanan @zou3519 @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @osalpekar @jiayisuse @SciPioneer @H-Huang",0,debug optimizer overlap tests with nccl async error handling 🐛 describe the bug these tests seem to fail when nccl async error handling is enabled originally discovered in an unrelated pr versions main cc ezyang gchanan pietern mrshenli zhaojuanmao satgera rohan varma gqchen aazzolini osalpekar jiayisuse scipioneer h huang,0 +3697,10014399588.0,IssuesEvent,2019-07-15 17:25:30,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Deployment,architecture-center/svc cxp product-question reference-architecture/subsvc triaged,"In the Architecture section, this sentence ""The application is deployed to each region"", does it mean manually or automatically? If a web app changes a lot, do we have to apply the updates on all web apps in other regions? Or are they synced automatically? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region#feedback) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/multi-region.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Deployment - In the Architecture section, this sentence ""The application is deployed to each region"", does it mean manually or automatically? If a web app changes a lot, do we have to apply the updates on all web apps in other regions? Or are they synced automatically? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region#feedback) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/multi-region.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,deployment in the architecture section this sentence the application is deployed to each region does it mean manually or automatically if a web app changes a lot do we have to apply the updates on all web apps in other regions or are they synced automatically document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +112970,17114311477.0,IssuesEvent,2021-07-11 02:08:32,turkdevops/matrix.to,https://api.github.com/repos/turkdevops/matrix.to,closed,CVE-2021-23364 (Medium) detected in browserslist-4.15.0.tgz - autoclosed,security vulnerability,"## CVE-2021-23364 - Medium Severity Vulnerability +
Vulnerable Library - browserslist-4.15.0.tgz

+ +

Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset

+

Library home page: https://registry.npmjs.org/browserslist/-/browserslist-4.15.0.tgz

+

Path to dependency file: matrix.to/package.json

+

Path to vulnerable library: matrix.to/node_modules/browserslist

+

+ +Dependency Hierarchy: + - autoprefixer-10.1.0.tgz (Root Library) + - :x: **browserslist-4.15.0.tgz** (Vulnerable Library) +

Found in base branch: main

+

+
+

+
Vulnerability Details +

+ +The package browserslist from 4.0.0 and before 4.16.5 are vulnerable to Regular Expression Denial of Service (ReDoS) during parsing of queries. + +

Publish Date: 2021-04-28 +

URL: CVE-2021-23364

+

+
+

+
CVSS 3 Score Details (5.3) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23364

+

Release Date: 2021-04-28

+

Fix Resolution: browserslist - 4.16.5

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2021-23364 (Medium) detected in browserslist-4.15.0.tgz - autoclosed - ## CVE-2021-23364 - Medium Severity Vulnerability +
Vulnerable Library - browserslist-4.15.0.tgz

+ +

Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset

+

Library home page: https://registry.npmjs.org/browserslist/-/browserslist-4.15.0.tgz

+

Path to dependency file: matrix.to/package.json

+

Path to vulnerable library: matrix.to/node_modules/browserslist

+

+ +Dependency Hierarchy: + - autoprefixer-10.1.0.tgz (Root Library) + - :x: **browserslist-4.15.0.tgz** (Vulnerable Library) +

Found in base branch: main

+

+
+

+
Vulnerability Details +

+ +The package browserslist from 4.0.0 and before 4.16.5 are vulnerable to Regular Expression Denial of Service (ReDoS) during parsing of queries. + +

Publish Date: 2021-04-28 +

URL: CVE-2021-23364

+

+
+

+
CVSS 3 Score Details (5.3) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23364

+

Release Date: 2021-04-28

+

Fix Resolution: browserslist - 4.16.5

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in browserslist tgz autoclosed cve medium severity vulnerability vulnerable library browserslist tgz share target browsers between different front end tools like autoprefixer stylelint and babel env preset library home page a href path to dependency file matrix to package json path to vulnerable library matrix to node modules browserslist dependency hierarchy autoprefixer tgz root library x browserslist tgz vulnerable library found in base branch main vulnerability details the package browserslist from and before are vulnerable to regular expression denial of service redos during parsing of queries 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 browserslist step up your open source security game with whitesource ,0 +137110,11099787415.0,IssuesEvent,2019-12-16 17:44:10,microsoft/PowerToys,https://api.github.com/repos/microsoft/PowerToys,closed,[PowerRename] UnitTest failure,PowerRename Tests," + +# Environment + +``` +Windows build number: [Version 10.0.18363.476] +PowerToys version: N/A +PowerToy module for which you are reporting the bug (if applicable): PowerRename +``` + +# Steps to reproduce +Run `VerifyReplaceFirstWildcardUseRegEx` Unit Test + + +# Expected behavior +Test should pass w/ the following parameters +search: "".*"" +replace: ""Foo"" +source: ""AAAAAAA"" +expectedResult: ""Foo"" + +# Actual behavior +The test fails because it expecting the result to be FooAAAA, which I don't believe is actually what is expected from the wild card replacement. + +Note: I have fixed this on a forked branch. I will send a PR shortly. + +# Screenshots + + +![image](https://user-images.githubusercontent.com/56318517/70498279-bcb64800-1aca-11ea-9f61-5e44ee065f9e.png) +",1.0,"[PowerRename] UnitTest failure - + +# Environment + +``` +Windows build number: [Version 10.0.18363.476] +PowerToys version: N/A +PowerToy module for which you are reporting the bug (if applicable): PowerRename +``` + +# Steps to reproduce +Run `VerifyReplaceFirstWildcardUseRegEx` Unit Test + + +# Expected behavior +Test should pass w/ the following parameters +search: "".*"" +replace: ""Foo"" +source: ""AAAAAAA"" +expectedResult: ""Foo"" + +# Actual behavior +The test fails because it expecting the result to be FooAAAA, which I don't believe is actually what is expected from the wild card replacement. + +Note: I have fixed this on a forked branch. I will send a PR shortly. + +# Screenshots + + +![image](https://user-images.githubusercontent.com/56318517/70498279-bcb64800-1aca-11ea-9f61-5e44ee065f9e.png) +",0, unittest failure important when reporting bsods or security issues do not attach memory dumps logs or traces to github issues instead send dumps traces to secure microsoft com referencing this github issue environment windows build number powertoys version n a powertoy module for which you are reporting the bug if applicable powerrename steps to reproduce run verifyreplacefirstwildcarduseregex unit test expected behavior test should pass w the following parameters search replace foo source aaaaaaa expectedresult foo actual behavior the test fails because it expecting the result to be fooaaaa which i don t believe is actually what is expected from the wild card replacement note i have fixed this on a forked branch i will send a pr shortly screenshots ,0 +114070,14528395063.0,IssuesEvent,2020-12-14 16:29:02,department-of-veterans-affairs/va.gov-cms,https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms,closed,The CMS Design System Vision,Core Application Team Design system Needs refining,"## Description + +The team is primed to focus on the CMS Design System work, but needs to discuss the scope and implementation of the DS in depth in order to align in our understanding of various DS moving parts and dependencies. + +**Facilitator:** @oksana-c +**Contributors:** @acrollet @hie1 @jordanamello @rachel-kauff +_Leave a comment if you'd like to be invited as an observer._ + +## Acceptance Criteria +- [x] we have an artifact that describes the following: + - [x] relations and dependencies between the CMS DS, USWDS, VA DS + - [x] how the CMS DS affects various sections in Drupal + - [x] the inheritance structure between the CMS Admin theme, the CMS front-end theme and Claro + - [x] hypothetical workflow between various tools that will be used to create and maintain the CMS DS +- [x] we have discussed how all of the above affects our ability to contribute back to Drupal.org +- [x] the team has a clear understanding on how the CMS Design system will be created",1.0,"The CMS Design System Vision - ## Description + +The team is primed to focus on the CMS Design System work, but needs to discuss the scope and implementation of the DS in depth in order to align in our understanding of various DS moving parts and dependencies. + +**Facilitator:** @oksana-c +**Contributors:** @acrollet @hie1 @jordanamello @rachel-kauff +_Leave a comment if you'd like to be invited as an observer._ + +## Acceptance Criteria +- [x] we have an artifact that describes the following: + - [x] relations and dependencies between the CMS DS, USWDS, VA DS + - [x] how the CMS DS affects various sections in Drupal + - [x] the inheritance structure between the CMS Admin theme, the CMS front-end theme and Claro + - [x] hypothetical workflow between various tools that will be used to create and maintain the CMS DS +- [x] we have discussed how all of the above affects our ability to contribute back to Drupal.org +- [x] the team has a clear understanding on how the CMS Design system will be created",0,the cms design system vision description the team is primed to focus on the cms design system work but needs to discuss the scope and implementation of the ds in depth in order to align in our understanding of various ds moving parts and dependencies facilitator oksana c contributors acrollet jordanamello rachel kauff leave a comment if you d like to be invited as an observer acceptance criteria we have an artifact that describes the following relations and dependencies between the cms ds uswds va ds how the cms ds affects various sections in drupal the inheritance structure between the cms admin theme the cms front end theme and claro hypothetical workflow between various tools that will be used to create and maintain the cms ds we have discussed how all of the above affects our ability to contribute back to drupal org the team has a clear understanding on how the cms design system will be created,0 +3882,10239394343.0,IssuesEvent,2019-08-19 18:08:24,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Provide guidance for generating certificate data for other platforms,architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"Hi, + +It would be good to have guidance on how to generate certificate data for other platforms such as MacOS and Linux [here](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/key-vault#set-up-a-client-certificate). + +Also, it would be nice to explain this script step by step if you want community to generate guidance for these platforms. I don't know, for example, what is required on each field of the output JSON. + +Add: + +I tested using PowerShell Core on MacOs and it seems not to have all the methods from PSPKI Module. If so, it would make simpler just to add an instruction to use PowerShell core. + +Thanks +Ricardo S M Serradas + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e5df2491-1abe-0211-efbf-c1fb384862e9 +* Version Independent ID: f7f0d2cf-3f4f-44dc-54aa-cd59221264d2 +* Content: [Use Key Vault to protect application secrets](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/key-vault#feedback) +* Content Source: [docs/multitenant-identity/key-vault.md](https://github.com/mspnp/architecture-center/blob/master/docs/multitenant-identity/key-vault.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Provide guidance for generating certificate data for other platforms - Hi, + +It would be good to have guidance on how to generate certificate data for other platforms such as MacOS and Linux [here](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/key-vault#set-up-a-client-certificate). + +Also, it would be nice to explain this script step by step if you want community to generate guidance for these platforms. I don't know, for example, what is required on each field of the output JSON. + +Add: + +I tested using PowerShell Core on MacOs and it seems not to have all the methods from PSPKI Module. If so, it would make simpler just to add an instruction to use PowerShell core. + +Thanks +Ricardo S M Serradas + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e5df2491-1abe-0211-efbf-c1fb384862e9 +* Version Independent ID: f7f0d2cf-3f4f-44dc-54aa-cd59221264d2 +* Content: [Use Key Vault to protect application secrets](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/key-vault#feedback) +* Content Source: [docs/multitenant-identity/key-vault.md](https://github.com/mspnp/architecture-center/blob/master/docs/multitenant-identity/key-vault.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,provide guidance for generating certificate data for other platforms hi it would be good to have guidance on how to generate certificate data for other platforms such as macos and linux also it would be nice to explain this script step by step if you want community to generate guidance for these platforms i don t know for example what is required on each field of the output json add i tested using powershell core on macos and it seems not to have all the methods from pspki module if so it would make simpler just to add an instruction to use powershell core thanks ricardo s m serradas document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id efbf version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +430298,30174788351.0,IssuesEvent,2023-07-04 02:50:51,momotaro98/resume,https://api.github.com/repos/momotaro98/resume,closed,📣職務経歴書を更新しましょう💪【2023/07/01】,documentation,"前回更新からのアップデートを職務経歴書に記載しましょう😃 + +> *Continuous improvement is better than delayed perfection.*",1.0,"📣職務経歴書を更新しましょう💪【2023/07/01】 - 前回更新からのアップデートを職務経歴書に記載しましょう😃 + +> *Continuous improvement is better than delayed perfection.*",0,📣職務経歴書を更新しましょう💪【 】 前回更新からのアップデートを職務経歴書に記載しましょう😃 continuous improvement is better than delayed perfection ,0 +115987,14914416581.0,IssuesEvent,2021-01-22 15:23:31,grommet/hpe-design-system,https://api.github.com/repos/grommet/hpe-design-system,closed,InfiniteScroll design,Ideate design,"Elaborate on the design of how infinite scrolling works. +- How far ahead does it load? +- What indication is there that it is working, if the loading takes a while? +- How does the scroll bar work? For example, does it cover the whole length or just what has been loaded so far.",1.0,"InfiniteScroll design - Elaborate on the design of how infinite scrolling works. +- How far ahead does it load? +- What indication is there that it is working, if the loading takes a while? +- How does the scroll bar work? For example, does it cover the whole length or just what has been loaded so far.",0,infinitescroll design elaborate on the design of how infinite scrolling works how far ahead does it load what indication is there that it is working if the loading takes a while how does the scroll bar work for example does it cover the whole length or just what has been loaded so far ,0 +250545,27100723461.0,IssuesEvent,2023-02-15 08:26:17,NormanWenzelWSS/WebGoat,https://api.github.com/repos/NormanWenzelWSS/WebGoat,closed,xstream-1.4.5.jar: 18 vulnerabilities (highest severity is: 9.9) - autoclosed,security vulnerability,"
Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ + +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in (xstream version) | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | +| [CVE-2021-21345](https://www.mend.io/vulnerability-database/CVE-2021-21345) | High | 9.9 | xstream-1.4.5.jar | Direct | 1.4.16 | ✅ | +| [CVE-2021-21344](https://www.mend.io/vulnerability-database/CVE-2021-21344) | High | 9.8 | xstream-1.4.5.jar | Direct | 1.4.16 | ✅ | +| [CVE-2021-21350](https://www.mend.io/vulnerability-database/CVE-2021-21350) | High | 9.8 | xstream-1.4.5.jar | Direct | 1.4.16 | ✅ | +| [CVE-2013-7285](https://www.mend.io/vulnerability-database/CVE-2013-7285) | High | 9.8 | xstream-1.4.5.jar | Direct | 1.4.10-java7 | ✅ | +| [CVE-2021-21347](https://www.mend.io/vulnerability-database/CVE-2021-21347) | High | 9.8 | xstream-1.4.5.jar | Direct | 1.4.16 | ✅ | +| [CVE-2021-21346](https://www.mend.io/vulnerability-database/CVE-2021-21346) | High | 9.8 | xstream-1.4.5.jar | Direct | 1.4.16 | ✅ | +| [CVE-2021-21342](https://www.mend.io/vulnerability-database/CVE-2021-21342) | High | 9.1 | xstream-1.4.5.jar | Direct | 1.4.16 | ✅ | +| [CVE-2021-21351](https://www.mend.io/vulnerability-database/CVE-2021-21351) | High | 9.1 | xstream-1.4.5.jar | Direct | 1.4.16 | ✅ | +| [CVE-2020-26217](https://www.mend.io/vulnerability-database/CVE-2020-26217) | High | 8.8 | xstream-1.4.5.jar | Direct | 1.4.13-java7 | ✅ | +| [CVE-2021-29505](https://www.mend.io/vulnerability-database/CVE-2021-29505) | High | 8.8 | xstream-1.4.5.jar | Direct | 1.4.14.redhat-00001 | ✅ | +| [CVE-2021-21349](https://www.mend.io/vulnerability-database/CVE-2021-21349) | High | 8.6 | xstream-1.4.5.jar | Direct | 1.4.14.redhat-00001 | ✅ | +| [CVE-2020-26258](https://www.mend.io/vulnerability-database/CVE-2020-26258) | High | 7.7 | xstream-1.4.5.jar | Direct | 1.4.14-jdk7 | ✅ | +| [CVE-2021-21343](https://www.mend.io/vulnerability-database/CVE-2021-21343) | High | 7.5 | xstream-1.4.5.jar | Direct | 1.4.14.redhat-00001 | ✅ | +| [CVE-2021-21341](https://www.mend.io/vulnerability-database/CVE-2021-21341) | High | 7.5 | xstream-1.4.5.jar | Direct | 1.4.14.redhat-00001 | ✅ | +| [CVE-2017-7957](https://www.mend.io/vulnerability-database/CVE-2017-7957) | High | 7.5 | xstream-1.4.5.jar | Direct | 1.4.10 | ✅ | +| [CVE-2016-3674](https://www.mend.io/vulnerability-database/CVE-2016-3674) | High | 7.5 | xstream-1.4.5.jar | Direct | 1.4.9 | ✅ | +| [CVE-2021-21348](https://www.mend.io/vulnerability-database/CVE-2021-21348) | High | 7.5 | xstream-1.4.5.jar | Direct | 1.4.14.redhat-00001 | ✅ | +| [CVE-2020-26259](https://www.mend.io/vulnerability-database/CVE-2020-26259) | Medium | 6.8 | xstream-1.4.5.jar | Direct | 1.4.14-jdk7 | ✅ | + + +## Details + +
+ + CVE-2021-21345 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker who has sufficient rights to execute commands of the host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21345

+

+ +

+ +### CVSS 3 Score Details (9.9) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-hwpc-8xqv-jvj4

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.16

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21344 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21344

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-59jw-jqf4-3wq3

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.16

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21350 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to execute arbitrary code only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21350

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-43gc-mjxg-gvrq

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.16

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2013-7285 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +Xstream API versions up to 1.4.6 and version 1.4.10, if the security framework has not been initialized, may allow a remote attacker to run arbitrary shell commands by manipulating the processed input stream when unmarshaling XML or any supported format. e.g. JSON. + +

Publish Date: 2019-05-15 +

URL: CVE-2013-7285

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7285

+

Release Date: 2019-05-15

+

Fix Resolution: 1.4.10-java7

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21347 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21347

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-qpfq-ph7r-qv6f

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.16

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21346 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21346

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-4hrm-m67v-5cxr

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.16

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21342 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in a server-side forgery request. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21342

+

+ +

+ +### CVSS 3 Score Details (9.1) +

+ +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: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-hvv8-336g-rx3m

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.16

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21351 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21351

+

+ +

+ +### CVSS 3 Score Details (9.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: High + - User Interaction: None + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-hrcp-8f3q-4w2c

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.16

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-26217 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream before version 1.4.14 is vulnerable to Remote Code Execution.The vulnerability may allow a remote attacker to run arbitrary shell commands only by manipulating the processed input stream. Only users who rely on blocklists are affected. Anyone using XStream's Security Framework allowlist is not affected. The linked advisory provides code workarounds for users who cannot upgrade. The issue is fixed in version 1.4.14. + +

Publish Date: 2020-11-16 +

URL: CVE-2020-26217

+

+ +

+ +### CVSS 3 Score Details (8.8) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-mw36-7c6c-q4q2

+

Release Date: 2020-11-16

+

Fix Resolution: 1.4.13-java7

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-29505 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is software for serializing Java objects to XML and back again. A vulnerability in XStream versions prior to 1.4.17 may allow a remote attacker has sufficient rights to execute commands of the host only by manipulating the processed input stream. No user who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types is affected. The vulnerability is patched in version 1.4.17. + +

Publish Date: 2021-05-28 +

URL: CVE-2021-29505

+

+ +

+ +### CVSS 3 Score Details (8.8) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/advisories/GHSA-7chv-rrw6-w6fc

+

Release Date: 2021-05-28

+

Fix Resolution: 1.4.14.redhat-00001

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21349 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21349

+

+ +

+ +### CVSS 3 Score Details (8.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: None + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-f6hm-88x3-mfjv

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.14.redhat-00001

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-26258 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.15, a Server-Side Forgery Request vulnerability can be activated when unmarshalling. The vulnerability may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.15. The reported vulnerability does not exist if running Java 15 or higher. No user is affected who followed the recommendation to setup XStream's Security Framework with a whitelist! Anyone relying on XStream's default blacklist can immediately switch to a whilelist for the allowed types to avoid the vulnerability. Users of XStream 1.4.14 or below who still want to use XStream default blacklist can use a workaround described in more detailed in the referenced advisories. + +

Publish Date: 2020-12-16 +

URL: CVE-2020-26258

+

+ +

+ +### CVSS 3 Score Details (7.7) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-4cch-wxpw-8p28

+

Release Date: 2020-12-16

+

Fix Resolution: 1.4.14-jdk7

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21343 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21343

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.14.redhat-00001

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21341 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is vulnerability which may allow a remote attacker to allocate 100% CPU time on the target system depending on CPU type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream. No user is affected who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21341

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-2p3x-qw9c-25hh

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.14.redhat-00001

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2017-7957 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream through 1.4.9, when a certain denyTypes workaround is not used, mishandles attempts to create an instance of the primitive type 'void' during unmarshalling, leading to a remote application crash, as demonstrated by an xstream.fromXML("""") call. + +

Publish Date: 2017-04-29 +

URL: CVE-2017-7957

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: http://x-stream.github.io/CVE-2017-7957.html

+

Release Date: 2017-04-29

+

Fix Resolution: 1.4.10

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2016-3674 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +Multiple XML external entity (XXE) vulnerabilities in the (1) Dom4JDriver, (2) DomDriver, (3) JDomDriver, (4) JDom2Driver, (5) SjsxpDriver, (6) StandardStaxDriver, and (7) WstxDriver drivers in XStream before 1.4.9 allow remote attackers to read arbitrary files via a crafted XML document. + +

Publish Date: 2016-05-17 +

URL: CVE-2016-3674

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-3674

+

Release Date: 2016-05-17

+

Fix Resolution: 1.4.9

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21348 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to occupy a thread that consumes maximum CPU time and will never return. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21348

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-56p8-3fh9-4cvq

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.14.redhat-00001

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-26259 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.15, is vulnerable to an Arbitrary File Deletion on the local host when unmarshalling. The vulnerability may allow a remote attacker to delete arbitrary know files on the host as log as the executing process has sufficient rights only by manipulating the processed input stream. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.15. The reported vulnerability does not exist running Java 15 or higher. No user is affected, who followed the recommendation to setup XStream's Security Framework with a whitelist! Anyone relying on XStream's default blacklist can immediately switch to a whilelist for the allowed types to avoid the vulnerability. Users of XStream 1.4.14 or below who still want to use XStream default blacklist can use a workaround described in more detailed in the referenced advisories. + +

Publish Date: 2020-12-16 +

URL: CVE-2020-26259

+

+ +

+ +### CVSS 3 Score Details (6.8) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-jfvx-7wrx-43fh

+

Release Date: 2020-12-16

+

Fix Resolution: 1.4.14-jdk7

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ +*** + +

:rescue_worker_helmet: Automatic Remediation is available for this issue.

",True,"xstream-1.4.5.jar: 18 vulnerabilities (highest severity is: 9.9) - autoclosed -
Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ + +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in (xstream version) | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | +| [CVE-2021-21345](https://www.mend.io/vulnerability-database/CVE-2021-21345) | High | 9.9 | xstream-1.4.5.jar | Direct | 1.4.16 | ✅ | +| [CVE-2021-21344](https://www.mend.io/vulnerability-database/CVE-2021-21344) | High | 9.8 | xstream-1.4.5.jar | Direct | 1.4.16 | ✅ | +| [CVE-2021-21350](https://www.mend.io/vulnerability-database/CVE-2021-21350) | High | 9.8 | xstream-1.4.5.jar | Direct | 1.4.16 | ✅ | +| [CVE-2013-7285](https://www.mend.io/vulnerability-database/CVE-2013-7285) | High | 9.8 | xstream-1.4.5.jar | Direct | 1.4.10-java7 | ✅ | +| [CVE-2021-21347](https://www.mend.io/vulnerability-database/CVE-2021-21347) | High | 9.8 | xstream-1.4.5.jar | Direct | 1.4.16 | ✅ | +| [CVE-2021-21346](https://www.mend.io/vulnerability-database/CVE-2021-21346) | High | 9.8 | xstream-1.4.5.jar | Direct | 1.4.16 | ✅ | +| [CVE-2021-21342](https://www.mend.io/vulnerability-database/CVE-2021-21342) | High | 9.1 | xstream-1.4.5.jar | Direct | 1.4.16 | ✅ | +| [CVE-2021-21351](https://www.mend.io/vulnerability-database/CVE-2021-21351) | High | 9.1 | xstream-1.4.5.jar | Direct | 1.4.16 | ✅ | +| [CVE-2020-26217](https://www.mend.io/vulnerability-database/CVE-2020-26217) | High | 8.8 | xstream-1.4.5.jar | Direct | 1.4.13-java7 | ✅ | +| [CVE-2021-29505](https://www.mend.io/vulnerability-database/CVE-2021-29505) | High | 8.8 | xstream-1.4.5.jar | Direct | 1.4.14.redhat-00001 | ✅ | +| [CVE-2021-21349](https://www.mend.io/vulnerability-database/CVE-2021-21349) | High | 8.6 | xstream-1.4.5.jar | Direct | 1.4.14.redhat-00001 | ✅ | +| [CVE-2020-26258](https://www.mend.io/vulnerability-database/CVE-2020-26258) | High | 7.7 | xstream-1.4.5.jar | Direct | 1.4.14-jdk7 | ✅ | +| [CVE-2021-21343](https://www.mend.io/vulnerability-database/CVE-2021-21343) | High | 7.5 | xstream-1.4.5.jar | Direct | 1.4.14.redhat-00001 | ✅ | +| [CVE-2021-21341](https://www.mend.io/vulnerability-database/CVE-2021-21341) | High | 7.5 | xstream-1.4.5.jar | Direct | 1.4.14.redhat-00001 | ✅ | +| [CVE-2017-7957](https://www.mend.io/vulnerability-database/CVE-2017-7957) | High | 7.5 | xstream-1.4.5.jar | Direct | 1.4.10 | ✅ | +| [CVE-2016-3674](https://www.mend.io/vulnerability-database/CVE-2016-3674) | High | 7.5 | xstream-1.4.5.jar | Direct | 1.4.9 | ✅ | +| [CVE-2021-21348](https://www.mend.io/vulnerability-database/CVE-2021-21348) | High | 7.5 | xstream-1.4.5.jar | Direct | 1.4.14.redhat-00001 | ✅ | +| [CVE-2020-26259](https://www.mend.io/vulnerability-database/CVE-2020-26259) | Medium | 6.8 | xstream-1.4.5.jar | Direct | 1.4.14-jdk7 | ✅ | + + +## Details + +
+ + CVE-2021-21345 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker who has sufficient rights to execute commands of the host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21345

+

+ +

+ +### CVSS 3 Score Details (9.9) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-hwpc-8xqv-jvj4

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.16

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21344 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21344

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-59jw-jqf4-3wq3

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.16

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21350 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to execute arbitrary code only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21350

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-43gc-mjxg-gvrq

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.16

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2013-7285 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +Xstream API versions up to 1.4.6 and version 1.4.10, if the security framework has not been initialized, may allow a remote attacker to run arbitrary shell commands by manipulating the processed input stream when unmarshaling XML or any supported format. e.g. JSON. + +

Publish Date: 2019-05-15 +

URL: CVE-2013-7285

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7285

+

Release Date: 2019-05-15

+

Fix Resolution: 1.4.10-java7

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21347 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21347

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-qpfq-ph7r-qv6f

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.16

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21346 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21346

+

+ +

+ +### CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-4hrm-m67v-5cxr

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.16

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21342 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in a server-side forgery request. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21342

+

+ +

+ +### CVSS 3 Score Details (9.1) +

+ +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: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-hvv8-336g-rx3m

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.16

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21351 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21351

+

+ +

+ +### CVSS 3 Score Details (9.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: High + - User Interaction: None + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-hrcp-8f3q-4w2c

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.16

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-26217 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream before version 1.4.14 is vulnerable to Remote Code Execution.The vulnerability may allow a remote attacker to run arbitrary shell commands only by manipulating the processed input stream. Only users who rely on blocklists are affected. Anyone using XStream's Security Framework allowlist is not affected. The linked advisory provides code workarounds for users who cannot upgrade. The issue is fixed in version 1.4.14. + +

Publish Date: 2020-11-16 +

URL: CVE-2020-26217

+

+ +

+ +### CVSS 3 Score Details (8.8) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-mw36-7c6c-q4q2

+

Release Date: 2020-11-16

+

Fix Resolution: 1.4.13-java7

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-29505 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is software for serializing Java objects to XML and back again. A vulnerability in XStream versions prior to 1.4.17 may allow a remote attacker has sufficient rights to execute commands of the host only by manipulating the processed input stream. No user who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types is affected. The vulnerability is patched in version 1.4.17. + +

Publish Date: 2021-05-28 +

URL: CVE-2021-29505

+

+ +

+ +### CVSS 3 Score Details (8.8) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/advisories/GHSA-7chv-rrw6-w6fc

+

Release Date: 2021-05-28

+

Fix Resolution: 1.4.14.redhat-00001

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21349 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21349

+

+ +

+ +### CVSS 3 Score Details (8.6) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: None + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-f6hm-88x3-mfjv

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.14.redhat-00001

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-26258 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.15, a Server-Side Forgery Request vulnerability can be activated when unmarshalling. The vulnerability may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.15. The reported vulnerability does not exist if running Java 15 or higher. No user is affected who followed the recommendation to setup XStream's Security Framework with a whitelist! Anyone relying on XStream's default blacklist can immediately switch to a whilelist for the allowed types to avoid the vulnerability. Users of XStream 1.4.14 or below who still want to use XStream default blacklist can use a workaround described in more detailed in the referenced advisories. + +

Publish Date: 2020-12-16 +

URL: CVE-2020-26258

+

+ +

+ +### CVSS 3 Score Details (7.7) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-4cch-wxpw-8p28

+

Release Date: 2020-12-16

+

Fix Resolution: 1.4.14-jdk7

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21343 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21343

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.14.redhat-00001

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21341 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is vulnerability which may allow a remote attacker to allocate 100% CPU time on the target system depending on CPU type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream. No user is affected who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21341

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-2p3x-qw9c-25hh

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.14.redhat-00001

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2017-7957 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream through 1.4.9, when a certain denyTypes workaround is not used, mishandles attempts to create an instance of the primitive type 'void' during unmarshalling, leading to a remote application crash, as demonstrated by an xstream.fromXML("""") call. + +

Publish Date: 2017-04-29 +

URL: CVE-2017-7957

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: http://x-stream.github.io/CVE-2017-7957.html

+

Release Date: 2017-04-29

+

Fix Resolution: 1.4.10

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2016-3674 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +Multiple XML external entity (XXE) vulnerabilities in the (1) Dom4JDriver, (2) DomDriver, (3) JDomDriver, (4) JDom2Driver, (5) SjsxpDriver, (6) StandardStaxDriver, and (7) WstxDriver drivers in XStream before 1.4.9 allow remote attackers to read arbitrary files via a crafted XML document. + +

Publish Date: 2016-05-17 +

URL: CVE-2016-3674

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-3674

+

Release Date: 2016-05-17

+

Fix Resolution: 1.4.9

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2021-21348 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to occupy a thread that consumes maximum CPU time and will never return. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. + +

Publish Date: 2021-03-23 +

URL: CVE-2021-21348

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-56p8-3fh9-4cvq

+

Release Date: 2021-03-23

+

Fix Resolution: 1.4.14.redhat-00001

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ + CVE-2020-26259 + + +### Vulnerable Library - xstream-1.4.5.jar

+ +

XStream is a serialization library from Java objects to XML and back.

+

Library home page: http://codehaus.org/xstream-parent/xstream/

+

Path to dependency file: /webgoat-lessons/vulnerable-components/pom.xml

+

Path to vulnerable library: /tmp/ws-ua_20230104111156_TIENEN/downloadResource_RDIBAL/20230104114231/xstream-1.4.5.jar

+

+ +Dependency Hierarchy: + - :x: **xstream-1.4.5.jar** (Vulnerable Library) +

Found in HEAD commit: 9e8e5f8649146f5b0c6c83e07126b5557afc73bb

+

Found in base branch: develop

+

+ +

+ +### Vulnerability Details +

+ +XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.15, is vulnerable to an Arbitrary File Deletion on the local host when unmarshalling. The vulnerability may allow a remote attacker to delete arbitrary know files on the host as log as the executing process has sufficient rights only by manipulating the processed input stream. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.15. The reported vulnerability does not exist running Java 15 or higher. No user is affected, who followed the recommendation to setup XStream's Security Framework with a whitelist! Anyone relying on XStream's default blacklist can immediately switch to a whilelist for the allowed types to avoid the vulnerability. Users of XStream 1.4.14 or below who still want to use XStream default blacklist can use a workaround described in more detailed in the referenced advisories. + +

Publish Date: 2020-12-16 +

URL: CVE-2020-26259

+

+ +

+ +### CVSS 3 Score Details (6.8) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Changed +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/x-stream/xstream/security/advisories/GHSA-jfvx-7wrx-43fh

+

Release Date: 2020-12-16

+

Fix Resolution: 1.4.14-jdk7

+ +

+ +

+ + +:rescue_worker_helmet: Automatic Remediation is available for this issue +
+ +*** + +

:rescue_worker_helmet: Automatic Remediation is available for this issue.

",0,xstream jar vulnerabilities highest severity is autoclosed vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar found in head commit a href vulnerabilities cve severity cvss dependency type fixed in xstream version remediation available high xstream jar direct high xstream jar direct high xstream jar direct high xstream jar direct high xstream jar direct high xstream jar direct high xstream jar direct high xstream jar direct high xstream jar direct high xstream jar direct redhat high xstream jar direct redhat high xstream jar direct high xstream jar direct redhat high xstream jar direct redhat high xstream jar direct high xstream jar direct high xstream jar direct redhat medium xstream jar direct details cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version there is a vulnerability which may allow a remote attacker who has sufficient rights to execute commands of the host only by manipulating the processed input stream no user is affected who followed the recommendation to setup xstream s security framework with a whitelist limited to the minimal required types if you rely on xstream s default blacklist of the security framework you will have to use at least version publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope changed 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 rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream no user is affected who followed the recommendation to setup xstream s security framework with a whitelist limited to the minimal required types if you rely on xstream s default blacklist of the security framework you will have to use at least 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 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 rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version there is a vulnerability which may allow a remote attacker to execute arbitrary code only by manipulating the processed input stream no user is affected who followed the recommendation to setup xstream s security framework with a whitelist limited to the minimal required types if you rely on xstream s default blacklist of the security framework you will have to use at least 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 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 rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream api versions up to and version if the security framework has not been initialized may allow a remote attacker to run arbitrary shell commands by manipulating the processed input stream when unmarshaling xml or any supported format e g json 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 rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream no user is affected who followed the recommendation to setup xstream s security framework with a whitelist limited to the minimal required types if you rely on xstream s default blacklist of the security framework you will have to use at least 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 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 rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream no user is affected who followed the recommendation to setup xstream s security framework with a whitelist limited to the minimal required types if you rely on xstream s default blacklist of the security framework you will have to use at least 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 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 rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects xstream creates therefore new instances based on these type information an attacker can manipulate the processed input stream and replace or inject objects that result in a server side forgery request no user is affected who followed the recommendation to setup xstream s security framework with a whitelist limited to the minimal required types if you rely on xstream s default blacklist of the security framework you will have to use at least 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 high integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version there is a vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream no user is affected who followed the recommendation to setup xstream s security framework with a whitelist limited to the minimal required types if you rely on xstream s default blacklist of the security framework you will have to use at least version publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required high user interaction none scope changed 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 rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream before version is vulnerable to remote code execution the vulnerability may allow a remote attacker to run arbitrary shell commands only by manipulating the processed input stream only users who rely on blocklists are affected anyone using xstream s security framework allowlist is not affected the linked advisory provides code workarounds for users who cannot upgrade the issue is fixed in version publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low 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 rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream is software for serializing java objects to xml and back again a vulnerability in xstream versions prior to may allow a remote attacker has sufficient rights to execute commands of the host only by manipulating the processed input stream no user who followed the recommendation to setup xstream s security framework with a whitelist limited to the minimal required types is affected the vulnerability 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 low 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 redhat rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version there is a vulnerability which may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream no user is affected who followed the recommendation to setup xstream s security framework with a whitelist limited to the minimal required types if you rely on xstream s default blacklist of the security framework you will have to use at least 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 changed impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution redhat rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version a server side forgery request vulnerability can be activated when unmarshalling the vulnerability may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream if you rely on xstream s default blacklist of the security framework you will have to use at least version the reported vulnerability does not exist if running java or higher no user is affected who followed the recommendation to setup xstream s security framework with a whitelist anyone relying on xstream s default blacklist can immediately switch to a whilelist for the allowed types to avoid the vulnerability users of xstream or below who still want to use xstream default blacklist can use a workaround described in more detailed in the referenced advisories publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope changed impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects xstream creates therefore new instances based on these type information an attacker can manipulate the processed input stream and replace or inject objects that result in the deletion of a file on the local host no user is affected who followed the recommendation to setup xstream s security framework with a whitelist limited to the minimal required types if you rely on xstream s default blacklist of the security framework you will have to use at least 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 high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution redhat rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version there is vulnerability which may allow a remote attacker to allocate cpu time on the target system depending on cpu type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream no user is affected who followed the recommendation to setup xstream s security framework with a whitelist limited to the minimal required types if you rely on xstream s default blacklist of the security framework you will have to use at least 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 redhat rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream through when a certain denytypes workaround is not used mishandles attempts to create an instance of the primitive type void during unmarshalling leading to a remote application crash as demonstrated by an xstream fromxml call 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 rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details multiple xml external entity xxe vulnerabilities in the domdriver jdomdriver sjsxpdriver standardstaxdriver and wstxdriver drivers in xstream before allow remote attackers to read arbitrary files via a crafted xml document 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 none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version there is a vulnerability which may allow a remote attacker to occupy a thread that consumes maximum cpu time and will never return no user is affected who followed the recommendation to setup xstream s security framework with a whitelist limited to the minimal required types if you rely on xstream s default blacklist of the security framework you will have to use at least 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 redhat rescue worker helmet automatic remediation is available for this issue cve vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file webgoat lessons vulnerable components pom xml path to vulnerable library tmp ws ua tienen downloadresource rdibal xstream jar dependency hierarchy x xstream jar vulnerable library found in head commit a href found in base branch develop vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version is vulnerable to an arbitrary file deletion on the local host when unmarshalling the vulnerability may allow a remote attacker to delete arbitrary know files on the host as log as the executing process has sufficient rights only by manipulating the processed input stream if you rely on xstream s default blacklist of the security framework you will have to use at least version the reported vulnerability does not exist running java or higher no user is affected who followed the recommendation to setup xstream s security framework with a whitelist anyone relying on xstream s default blacklist can immediately switch to a whilelist for the allowed types to avoid the vulnerability users of xstream or below who still want to use xstream default blacklist can use a workaround described in more detailed in the referenced advisories publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope changed impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue rescue worker helmet automatic remediation is available for this issue ,0 +362707,25386617464.0,IssuesEvent,2022-11-21 22:32:06,Arcadia-Science/sourmashconsumr,https://api.github.com/repos/Arcadia-Science/sourmashconsumr,closed,documenting `plot_taxonomy_annotate_ts_alluvial()` and output,documentation release 1.0,"``` +taxonomy_annotate_df <- read_taxonomy_annotate(Sys.glob(""~/github/2022-prjna853785-sourmash/outputs/sourmash_taxonomy/SRR*lineages*csv"")) + +tmp <- readr::read_csv(""https://raw.githubusercontent.com/Arcadia-Science/2022-prjna853785-sourmash/main/inputs/metadata.csv"") %>% + select(query_name = run_accession, time = age_months) + +plot_taxonomy_annotate_ts_alluvial(taxonomy_annotate_df, time_df = tmp, tax_glom_level = ""genus"") +``` + +![image](https://user-images.githubusercontent.com/23057646/202257981-592829a5-f14d-4715-bd96-9b17dea78a53.png) +",1.0,"documenting `plot_taxonomy_annotate_ts_alluvial()` and output - ``` +taxonomy_annotate_df <- read_taxonomy_annotate(Sys.glob(""~/github/2022-prjna853785-sourmash/outputs/sourmash_taxonomy/SRR*lineages*csv"")) + +tmp <- readr::read_csv(""https://raw.githubusercontent.com/Arcadia-Science/2022-prjna853785-sourmash/main/inputs/metadata.csv"") %>% + select(query_name = run_accession, time = age_months) + +plot_taxonomy_annotate_ts_alluvial(taxonomy_annotate_df, time_df = tmp, tax_glom_level = ""genus"") +``` + +![image](https://user-images.githubusercontent.com/23057646/202257981-592829a5-f14d-4715-bd96-9b17dea78a53.png) +",0,documenting plot taxonomy annotate ts alluvial and output taxonomy annotate df read taxonomy annotate sys glob github sourmash outputs sourmash taxonomy srr lineages csv tmp select query name run accession time age months plot taxonomy annotate ts alluvial taxonomy annotate df time df tmp tax glom level genus ,0 +11047,27843414273.0,IssuesEvent,2023-03-20 14:09:05,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,ERS stands for Enqueue Replication Server,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +[ +Below paragraph has a corrections + +""Standard Load Balancer supports multiple front-end virtual IPs. This support is ideal for cluster implementations that include these components: + +Advanced Business Application Programming (ABAP) SAP Central Service (ASCS) +Evaluated receipt settlement (ERS)"" + +Here ERS stands for Enqeue Replication server instead of Evaluated receipt settlement (ERS) + +] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 009774ee-d1e4-1d7b-e53f-ecbcc4d56e5d +* Version Independent ID: d14a99bb-b4d5-21ce-dd72-5759a8284c42 +* Content: [SAP S/4HANA in Linux on Azure - Azure Architecture Center](https://learn.microsoft.com/en-in/azure/architecture/guide/sap/sap-s4hana) +* Content Source: [docs/guide/sap/sap-s4hana.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/sap/sap-s4hana.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @bqtrinh +* Microsoft Alias: **bentrin** + +",1.0,"ERS stands for Enqueue Replication Server - +[ +Below paragraph has a corrections + +""Standard Load Balancer supports multiple front-end virtual IPs. This support is ideal for cluster implementations that include these components: + +Advanced Business Application Programming (ABAP) SAP Central Service (ASCS) +Evaluated receipt settlement (ERS)"" + +Here ERS stands for Enqeue Replication server instead of Evaluated receipt settlement (ERS) + +] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 009774ee-d1e4-1d7b-e53f-ecbcc4d56e5d +* Version Independent ID: d14a99bb-b4d5-21ce-dd72-5759a8284c42 +* Content: [SAP S/4HANA in Linux on Azure - Azure Architecture Center](https://learn.microsoft.com/en-in/azure/architecture/guide/sap/sap-s4hana) +* Content Source: [docs/guide/sap/sap-s4hana.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/sap/sap-s4hana.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @bqtrinh +* Microsoft Alias: **bentrin** + +",1,ers stands for enqueue replication server below paragraph has a corrections standard load balancer supports multiple front end virtual ips this support is ideal for cluster implementations that include these components advanced business application programming abap sap central service ascs evaluated receipt settlement ers here ers stands for enqeue replication server instead of evaluated receipt settlement ers document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login bqtrinh microsoft alias bentrin img width alt clipboard src ,1 +210775,23768770030.0,IssuesEvent,2022-09-01 14:42:23,alieint/aspnetcore-2.1.24,https://api.github.com/repos/alieint/aspnetcore-2.1.24,opened,System.IO.Pipelines-4.6.26515.06.dll: 1 vulnerabilities (highest severity is: 7.5),security vulnerability,"
Vulnerable Library - System.IO.Pipelines-4.6.26515.06.dll

+ +

System.IO.Pipelines

+

Library home page: https://api.nuget.org/packages/system.io.pipelines.4.5.0.nupkg

+

Path to vulnerable library: /obj/pkgs/system.io.pipelines/4.5.0/lib/netcoreapp2.1/System.IO.Pipelines.dll

+

+ + +

Found in HEAD commit: e512408cb0b9fc17164d22b08f507d2e41131490

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | --- | --- | +| [CVE-2018-8409](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8409) | High | 7.5 | detected in multiple dependencies | Direct | System.IO.Pipelines-4.5.1, Microsoft.AspNetCore.All-2.1.4, Microsoft.AspNetCore.App-2.1.4 | ❌ | + + +## Details + +
+ + CVE-2018-8409 + + +### Vulnerable Libraries - System.IO.Pipelines-4.6.26515.06.dll, System.IO.Pipelines-4.6.26515.06.dll, System.IO.Pipelines-4.6.26515.06.dll

+

+ + +### System.IO.Pipelines-4.6.26515.06.dll

+ +

System.IO.Pipelines

+

Library home page: https://api.nuget.org/packages/system.io.pipelines.4.5.0.nupkg

+

Path to vulnerable library: /obj/pkgs/system.io.pipelines/4.5.0/lib/netcoreapp2.1/System.IO.Pipelines.dll

+

+ +Dependency Hierarchy: + - :x: **System.IO.Pipelines-4.6.26515.06.dll** (Vulnerable Library) + + +### System.IO.Pipelines-4.6.26515.06.dll

+ +

System.IO.Pipelines

+

Library home page: https://api.nuget.org/packages/system.io.pipelines.4.6.0-preview6.19264.9.nupkg

+

Path to vulnerable library: /obj/pkgs/system.io.pipelines/4.5.0/lib/netstandard1.3/System.IO.Pipelines.dll

+

+ +Dependency Hierarchy: + - :x: **System.IO.Pipelines-4.6.26515.06.dll** (Vulnerable Library) + + +### System.IO.Pipelines-4.6.26515.06.dll

+ +

System.IO.Pipelines

+

Library home page: https://api.nuget.org/packages/system.io.pipelines.4.5.0.nupkg

+

Path to vulnerable library: /obj/pkgs/system.io.pipelines/4.5.0/lib/netstandard2.0/System.IO.Pipelines.dll

+

+ +Dependency Hierarchy: + - :x: **System.IO.Pipelines-4.6.26515.06.dll** (Vulnerable Library) + + +

Found in HEAD commit: e512408cb0b9fc17164d22b08f507d2e41131490

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +A denial of service vulnerability exists when System.IO.Pipelines improperly handles requests, aka ""System.IO.Pipelines Denial of Service."" This affects .NET Core 2.1, System.IO.Pipelines, ASP.NET Core 2.1. + +

Publish Date: 2018-09-13 +

URL: CVE-2018-8409

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8409

+

Release Date: 2018-09-13

+

Fix Resolution: System.IO.Pipelines-4.5.1, Microsoft.AspNetCore.All-2.1.4, Microsoft.AspNetCore.App-2.1.4

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
",True,"System.IO.Pipelines-4.6.26515.06.dll: 1 vulnerabilities (highest severity is: 7.5) -
Vulnerable Library - System.IO.Pipelines-4.6.26515.06.dll

+ +

System.IO.Pipelines

+

Library home page: https://api.nuget.org/packages/system.io.pipelines.4.5.0.nupkg

+

Path to vulnerable library: /obj/pkgs/system.io.pipelines/4.5.0/lib/netcoreapp2.1/System.IO.Pipelines.dll

+

+ + +

Found in HEAD commit: e512408cb0b9fc17164d22b08f507d2e41131490

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | --- | --- | +| [CVE-2018-8409](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8409) | High | 7.5 | detected in multiple dependencies | Direct | System.IO.Pipelines-4.5.1, Microsoft.AspNetCore.All-2.1.4, Microsoft.AspNetCore.App-2.1.4 | ❌ | + + +## Details + +
+ + CVE-2018-8409 + + +### Vulnerable Libraries - System.IO.Pipelines-4.6.26515.06.dll, System.IO.Pipelines-4.6.26515.06.dll, System.IO.Pipelines-4.6.26515.06.dll

+

+ + +### System.IO.Pipelines-4.6.26515.06.dll

+ +

System.IO.Pipelines

+

Library home page: https://api.nuget.org/packages/system.io.pipelines.4.5.0.nupkg

+

Path to vulnerable library: /obj/pkgs/system.io.pipelines/4.5.0/lib/netcoreapp2.1/System.IO.Pipelines.dll

+

+ +Dependency Hierarchy: + - :x: **System.IO.Pipelines-4.6.26515.06.dll** (Vulnerable Library) + + +### System.IO.Pipelines-4.6.26515.06.dll

+ +

System.IO.Pipelines

+

Library home page: https://api.nuget.org/packages/system.io.pipelines.4.6.0-preview6.19264.9.nupkg

+

Path to vulnerable library: /obj/pkgs/system.io.pipelines/4.5.0/lib/netstandard1.3/System.IO.Pipelines.dll

+

+ +Dependency Hierarchy: + - :x: **System.IO.Pipelines-4.6.26515.06.dll** (Vulnerable Library) + + +### System.IO.Pipelines-4.6.26515.06.dll

+ +

System.IO.Pipelines

+

Library home page: https://api.nuget.org/packages/system.io.pipelines.4.5.0.nupkg

+

Path to vulnerable library: /obj/pkgs/system.io.pipelines/4.5.0/lib/netstandard2.0/System.IO.Pipelines.dll

+

+ +Dependency Hierarchy: + - :x: **System.IO.Pipelines-4.6.26515.06.dll** (Vulnerable Library) + + +

Found in HEAD commit: e512408cb0b9fc17164d22b08f507d2e41131490

+

Found in base branch: main

+

+ +

+ +### Vulnerability Details +

+ +A denial of service vulnerability exists when System.IO.Pipelines improperly handles requests, aka ""System.IO.Pipelines Denial of Service."" This affects .NET Core 2.1, System.IO.Pipelines, ASP.NET Core 2.1. + +

Publish Date: 2018-09-13 +

URL: CVE-2018-8409

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8409

+

Release Date: 2018-09-13

+

Fix Resolution: System.IO.Pipelines-4.5.1, Microsoft.AspNetCore.All-2.1.4, Microsoft.AspNetCore.App-2.1.4

+ +

+ +

+ + +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) +
",0,system io pipelines dll vulnerabilities highest severity is vulnerable library system io pipelines dll system io pipelines library home page a href path to vulnerable library obj pkgs system io pipelines lib system io pipelines dll found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available high detected in multiple dependencies direct system io pipelines microsoft aspnetcore all microsoft aspnetcore app details cve vulnerable libraries system io pipelines dll system io pipelines dll system io pipelines dll system io pipelines dll system io pipelines library home page a href path to vulnerable library obj pkgs system io pipelines lib system io pipelines dll dependency hierarchy x system io pipelines dll vulnerable library system io pipelines dll system io pipelines library home page a href path to vulnerable library obj pkgs system io pipelines lib system io pipelines dll dependency hierarchy x system io pipelines dll vulnerable library system io pipelines dll system io pipelines library home page a href path to vulnerable library obj pkgs system io pipelines lib system io pipelines dll dependency hierarchy x system io pipelines dll vulnerable library found in head commit a href found in base branch main vulnerability details a denial of service vulnerability exists when system io pipelines improperly handles requests aka system io pipelines denial of service this affects net core system io pipelines asp net core 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 system io pipelines microsoft aspnetcore all microsoft aspnetcore app step up your open source security game with mend ,0 +11494,30748944818.0,IssuesEvent,2023-07-28 17:21:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Non internet facing applications ,assigned-to-author triaged product-question architecture-center/svc Pri1 azure-guide/subsvc,"Is still true that front door is only for internet facing applications ? I mean now ( based on my understanding, will try this out ) with Azure Front Door Premium is possible to reach app services and ILBs. +Is also possible to restrict Azure Front Door access to internal network ? +If yes , should Front Door Premium be added to the decision tree or at least as a note in this documentation ? + +Thanks in advance, I can send a PR out to update the diagram ( not sure with which tool ) and the doc + +--- +#### Dettagli del documento + +⚠ *Non modificare questa sezione. È necessaria per i collegamenti relativi ai problemi tra docs.microsoft.com ➟ GitHub.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Opzioni di bilanciamento del carico - Azure Architecture Center](https://docs.microsoft.com/it-it/azure/architecture/guide/technology-choices/load-balancing-overview) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/load-balancing-overview.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Non internet facing applications - Is still true that front door is only for internet facing applications ? I mean now ( based on my understanding, will try this out ) with Azure Front Door Premium is possible to reach app services and ILBs. +Is also possible to restrict Azure Front Door access to internal network ? +If yes , should Front Door Premium be added to the decision tree or at least as a note in this documentation ? + +Thanks in advance, I can send a PR out to update the diagram ( not sure with which tool ) and the doc + +--- +#### Dettagli del documento + +⚠ *Non modificare questa sezione. È necessaria per i collegamenti relativi ai problemi tra docs.microsoft.com ➟ GitHub.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Opzioni di bilanciamento del carico - Azure Architecture Center](https://docs.microsoft.com/it-it/azure/architecture/guide/technology-choices/load-balancing-overview) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/load-balancing-overview.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,non internet facing applications is still true that front door is only for internet facing applications i mean now based on my understanding will try this out with azure front door premium is possible to reach app services and ilbs is also possible to restrict azure front door access to internal network if yes should front door premium be added to the decision tree or at least as a note in this documentation thanks in advance i can send a pr out to update the diagram not sure with which tool and the doc dettagli del documento ⚠ non modificare questa sezione è necessaria per i collegamenti relativi ai problemi tra docs microsoft com ➟ github id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias pnp ,1 +8123,21030380820.0,IssuesEvent,2022-03-31 00:20:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Link broken,doc-bug cxp triaged architecture-center/svc Pri2 solution-idea/subsvc," +Link to Azure Media Services Streaming Endpoints leads to a 404 page + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cd6efdd9-5b74-3186-a8f9-ac482f1215f2 +* Version Independent ID: e262bd4f-11f1-ab1c-ffb1-61361287464c +* Content: [Video-on-demand digital media - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/digital-media-video) +* Content Source: [docs/solution-ideas/articles/digital-media-video.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/digital-media-video.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Link broken - +Link to Azure Media Services Streaming Endpoints leads to a 404 page + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cd6efdd9-5b74-3186-a8f9-ac482f1215f2 +* Version Independent ID: e262bd4f-11f1-ab1c-ffb1-61361287464c +* Content: [Video-on-demand digital media - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/digital-media-video) +* Content Source: [docs/solution-ideas/articles/digital-media-video.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/digital-media-video.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,link broken link to azure media services streaming endpoints leads to a page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias pnp ,1 +10391,26900590838.0,IssuesEvent,2023-02-06 15:23:29,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Gateway After Firewall Architecture,cxp doc-idea triaged architecture-center/svc example-scenario/subsvc Pri1,"Hello Microsoft, + +It's not an Issue, it's more or less a suggestion to improve documentation and to help other colleagues that face the same issue with this architecture. + +For the Gateway After Firewall Architecture, one statement is not entirely true and can be obtain if you correlate logs from the Firewall with the logs from the Web Application firewall: + +- The application can't see the original source IP address of the web traffic; the Azure Firewall SNATs the packets as they come in to the virtual network. To avoid this problem, use [Azure Front Door] in front of the firewall. Azure Front Door injects the client's IP address as an HTTP header before it enters the Azure virtual network. + +In the AzureDiagnostics table you can correlate the logs from Firewall with the logs from WAF by the TimeStamp and by the Source Client Port information which is present and carried forward by the Firewall in the SNAT further to the WAF in this Architecture. By looking at this is you are able to track back the Public source IP of the client. +Example: +AzureDiagnostics on AzureFirewall +msg_s : TCP request from 91.209.8.29:15919 to x.x.x.x:443 was DNAT'ed to 10.x.x.x:443 + +AzureDiagnostics on WAF/AppGateway +clientPort_d 15919 ; + +Same as the Public IP source port above; because it's carried by the static NAT further. Correlate this with the TimeStamp (between 2-3 seconds around the area where the log appears) and you are able to track the public IPs. + +Regards, +Bogdan SAVA +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: bb4e04dc-fc84-e958-89a8-e144ed5564b0 +* Version Independent ID: 795ef2fa-a126-8ded-d75d-3eb8811f4a23 +* Content: [Firewall, App Gateway for virtual networks - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/gateway/firewall-application-gateway) +* Content Source: [docs/example-scenario/gateway/firewall-application-gateway.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/gateway/firewall-application-gateway.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @erjosito +* Microsoft Alias: **jomore**",1.0,"Gateway After Firewall Architecture - Hello Microsoft, + +It's not an Issue, it's more or less a suggestion to improve documentation and to help other colleagues that face the same issue with this architecture. + +For the Gateway After Firewall Architecture, one statement is not entirely true and can be obtain if you correlate logs from the Firewall with the logs from the Web Application firewall: + +- The application can't see the original source IP address of the web traffic; the Azure Firewall SNATs the packets as they come in to the virtual network. To avoid this problem, use [Azure Front Door] in front of the firewall. Azure Front Door injects the client's IP address as an HTTP header before it enters the Azure virtual network. + +In the AzureDiagnostics table you can correlate the logs from Firewall with the logs from WAF by the TimeStamp and by the Source Client Port information which is present and carried forward by the Firewall in the SNAT further to the WAF in this Architecture. By looking at this is you are able to track back the Public source IP of the client. +Example: +AzureDiagnostics on AzureFirewall +msg_s : TCP request from 91.209.8.29:15919 to x.x.x.x:443 was DNAT'ed to 10.x.x.x:443 + +AzureDiagnostics on WAF/AppGateway +clientPort_d 15919 ; + +Same as the Public IP source port above; because it's carried by the static NAT further. Correlate this with the TimeStamp (between 2-3 seconds around the area where the log appears) and you are able to track the public IPs. + +Regards, +Bogdan SAVA +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: bb4e04dc-fc84-e958-89a8-e144ed5564b0 +* Version Independent ID: 795ef2fa-a126-8ded-d75d-3eb8811f4a23 +* Content: [Firewall, App Gateway for virtual networks - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/gateway/firewall-application-gateway) +* Content Source: [docs/example-scenario/gateway/firewall-application-gateway.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/gateway/firewall-application-gateway.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @erjosito +* Microsoft Alias: **jomore**",1,gateway after firewall architecture hello microsoft it s not an issue it s more or less a suggestion to improve documentation and to help other colleagues that face the same issue with this architecture for the gateway after firewall architecture one statement is not entirely true and can be obtain if you correlate logs from the firewall with the logs from the web application firewall the application can t see the original source ip address of the web traffic the azure firewall snats the packets as they come in to the virtual network to avoid this problem use in front of the firewall azure front door injects the client s ip address as an http header before it enters the azure virtual network in the azurediagnostics table you can correlate the logs from firewall with the logs from waf by the timestamp and by the source client port information which is present and carried forward by the firewall in the snat further to the waf in this architecture by looking at this is you are able to track back the public source ip of the client example azurediagnostics on azurefirewall msg s tcp request from to x x x x was dnat ed to x x x azurediagnostics on waf appgateway clientport d same as the public ip source port above because it s carried by the static nat further correlate this with the timestamp between seconds around the area where the log appears and you are able to track the public ips regards bogdan sava document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login erjosito microsoft alias jomore ,1 +7058,16413510797.0,IssuesEvent,2021-05-19 01:17:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure Synapse Analytics is mislabeled. This should be Azure Synapse DW.,Pri2 architecture-center/svc assigned-to-author doc-bug solution-idea/subsvc triaged,"I'm not sure the diagram shown on the page reflects the actual product features and capabilities correctly. For a start, Azure Synapse Analytics seems to be in the ""model and serve"" zone, but I think that should be shown as Azure Synapse DW (not Analytics). The diagram also shows Data Bricks and Data Factory which are now part of Azure Analytics. So That seems to be wrong also. Why would you have DB and DF if you have Azure Synapse Analytics. My guess is that the article is from last year before the Azure Synapse branding and features were fully defined. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2ac60d9e-b851-afa6-beeb-74cdaa2a9146 +* Version Independent ID: e300615f-1b32-df63-bc89-54b3b17dced5 +* Content: [Modern Data Warehouse Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/modern-data-warehouse) +* Content Source: [docs/solution-ideas/articles/modern-data-warehouse.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/modern-data-warehouse.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Azure Synapse Analytics is mislabeled. This should be Azure Synapse DW. - I'm not sure the diagram shown on the page reflects the actual product features and capabilities correctly. For a start, Azure Synapse Analytics seems to be in the ""model and serve"" zone, but I think that should be shown as Azure Synapse DW (not Analytics). The diagram also shows Data Bricks and Data Factory which are now part of Azure Analytics. So That seems to be wrong also. Why would you have DB and DF if you have Azure Synapse Analytics. My guess is that the article is from last year before the Azure Synapse branding and features were fully defined. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2ac60d9e-b851-afa6-beeb-74cdaa2a9146 +* Version Independent ID: e300615f-1b32-df63-bc89-54b3b17dced5 +* Content: [Modern Data Warehouse Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/modern-data-warehouse) +* Content Source: [docs/solution-ideas/articles/modern-data-warehouse.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/modern-data-warehouse.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,azure synapse analytics is mislabeled this should be azure synapse dw i m not sure the diagram shown on the page reflects the actual product features and capabilities correctly for a start azure synapse analytics seems to be in the model and serve zone but i think that should be shown as azure synapse dw not analytics the diagram also shows data bricks and data factory which are now part of azure analytics so that seems to be wrong also why would you have db and df if you have azure synapse analytics my guess is that the article is from last year before the azure synapse branding and features were fully defined document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id beeb version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +7205,3940709569.0,IssuesEvent,2016-04-27 02:41:43,PositiveSpaceDevelopment/Grupr,https://api.github.com/repos/PositiveSpaceDevelopment/Grupr,closed,Browse Grups Screen - List,Browse Grup Screen BUG Build(Make it Work) GUI,"Create a list that will be ordered depending on the closest time to the current time, these will be ordered by closest time to the current time and by the classes that a certain user is in ",1.0,"Browse Grups Screen - List - Create a list that will be ordered depending on the closest time to the current time, these will be ordered by closest time to the current time and by the classes that a certain user is in ",0,browse grups screen list create a list that will be ordered depending on the closest time to the current time these will be ordered by closest time to the current time and by the classes that a certain user is in ,0 +10911,27456150678.0,IssuesEvent,2023-03-02 21:32:26,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Translated pages shows markup instead of formatted text,doc-bug assigned-to-author triaged architecture-center/svc Pri2 design-pattern/subsvc,"![image](https://user-images.githubusercontent.com/26816812/133436685-94070496-4ccd-4b2e-874e-0087001e1f69.png) + +**Steps to reproduce:** +- Go to [CQRS pattern documentation page](https://docs.microsoft.com/it-it/azure/architecture/patterns/cqrs) in it-it or es-es languages +- Check the second h2 element in page +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0c0ec92e-c237-f3a6-1835-f2078486dcb3 +* Version Independent ID: f597c9a2-f18f-3722-57f9-acd535472b0b +* Content: [What is the CQRS pattern? - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs) +* Content Source: [docs/patterns/cqrs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/cqrs.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Translated pages shows markup instead of formatted text - ![image](https://user-images.githubusercontent.com/26816812/133436685-94070496-4ccd-4b2e-874e-0087001e1f69.png) + +**Steps to reproduce:** +- Go to [CQRS pattern documentation page](https://docs.microsoft.com/it-it/azure/architecture/patterns/cqrs) in it-it or es-es languages +- Check the second h2 element in page +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0c0ec92e-c237-f3a6-1835-f2078486dcb3 +* Version Independent ID: f597c9a2-f18f-3722-57f9-acd535472b0b +* Content: [What is the CQRS pattern? - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs) +* Content Source: [docs/patterns/cqrs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/cqrs.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,translated pages shows markup instead of formatted text steps to reproduce go to in it it or es es languages check the second element in page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login microsoft alias pnp ,1 +12161,19100305082.0,IssuesEvent,2021-11-29 21:37:20,renovatebot/renovate,https://api.github.com/repos/renovatebot/renovate,opened,"Renovate removing dependencies in ""unaffected"" package in monorepo",type:bug status:requirements priority-5-triage,"### How are you running Renovate? + +WhiteSource Renovate hosted app on github.com + +### If you're self-hosting Renovate, tell us what version of Renovate you run. + +_No response_ + +### Please select which platform you are using if self-hosting. + +_No response_ + +### If you're self-hosting Renovate, tell us what version of the platform you run. + +_No response_ + +### Describe the bug + +Dependencies are purged from `package-lock.json` files which causes package-locks to be corrupted in lerna monorepo + +I tried to setup a minimal reproduction here: this [pull request](https://github.com/donmahallem/renovate-issue/pull/1) where dependencies in package a and b are updated but purged from c too, which causes dependencies to be missing in package c on clean install. I had this issue with several dependencies: @types/node and ajv too for example. + +### Relevant debug logs + +
Logs + +``` +DEBUG: Branch is stale and needs rebasing(branch=""renovate/remark-monorepo"") +DEBUG: Using reuseExistingBranch: false(branch=""renovate/remark-monorepo"") +DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=false(branch=""renovate/remark-monorepo"") +DEBUG: npm.updateDependency(): dependencies.remark = ~14.0.2(branch=""renovate/remark-monorepo"") +DEBUG: Updating remark in packages/a/package.json(branch=""renovate/remark-monorepo"") +DEBUG: npm.updateDependency(): dependencies.remark-html = ~15.0.1(branch=""renovate/remark-monorepo"") +DEBUG: Updating remark-html in packages/a/package.json(branch=""renovate/remark-monorepo"") +DEBUG: npm.updateDependency(): dependencies.remark-license = ~6.1.0(branch=""renovate/remark-monorepo"") +DEBUG: Updating remark-license in packages/a/package.json(branch=""renovate/remark-monorepo"") +DEBUG: npm.updateDependency(): devDependencies.remark-parse = 10.0.1(branch=""renovate/remark-monorepo"") +DEBUG: Updating remark-parse in packages/b/package.json(branch=""renovate/remark-monorepo"") +DEBUG: npm.updateDependency(): devDependencies.remark-stringify = 10.0.2(branch=""renovate/remark-monorepo"") +DEBUG: Updating remark-stringify in packages/b/package.json(branch=""renovate/remark-monorepo"") +DEBUG: Updated 2 package files(branch=""renovate/remark-monorepo"") +DEBUG: Getting updated lock files(branch=""renovate/remark-monorepo"") +DEBUG: packages/a/package.json has lerna lock file(branch=""renovate/remark-monorepo"") +DEBUG: packages/b/package.json has lerna lock file(branch=""renovate/remark-monorepo"") +DEBUG: Writing package.json files(branch=""renovate/remark-monorepo"") +{ + ""packageFiles"": [ + ""package.json"", + ""packages/a/package.json"", + ""packages/b/package.json"", + ""packages/c/package.json"" + ] +} +DEBUG: Writing package-lock.json(branch=""renovate/remark-monorepo"") +DEBUG: Writing packages/a/package-lock.json(branch=""renovate/remark-monorepo"") +DEBUG: Massaging npm lock file before writing to disk(branch=""renovate/remark-monorepo"") +DEBUG: Writing packages/b/package-lock.json(branch=""renovate/remark-monorepo"") +DEBUG: Massaging npm lock file before writing to disk(branch=""renovate/remark-monorepo"") +DEBUG: Writing packages/c/package-lock.json(branch=""renovate/remark-monorepo"") +DEBUG: Massaging npm lock file before writing to disk(branch=""renovate/remark-monorepo"") +DEBUG: Writing any updated package files(branch=""renovate/remark-monorepo"") +DEBUG: Writing packages/a/package.json(branch=""renovate/remark-monorepo"") +DEBUG: Writing packages/b/package.json(branch=""renovate/remark-monorepo"") +DEBUG: Finding package.json for lerna location ""lerna.json""(branch=""renovate/remark-monorepo"") +DEBUG: No npmrc file found in repository(branch=""renovate/remark-monorepo"") +DEBUG: Writing updated .npmrc file to /mnt/renovate/gh/donmahallem/renovate-issue/.npmrc(branch=""renovate/remark-monorepo"") +DEBUG: Spawning lerna with npm to create lock files(branch=""renovate/remark-monorepo"") +DEBUG: No node constraint found - using latest(branch=""renovate/remark-monorepo"") +DEBUG: Using lerna version 4.0.0(branch=""renovate/remark-monorepo"") +DEBUG: Using docker to execute(branch=""renovate/remark-monorepo"") +``` + +
+ + +### Have you created a minimal reproduction repository? + +I have linked to a minimal reproduction repository in the bug description",1.0,"Renovate removing dependencies in ""unaffected"" package in monorepo - ### How are you running Renovate? + +WhiteSource Renovate hosted app on github.com + +### If you're self-hosting Renovate, tell us what version of Renovate you run. + +_No response_ + +### Please select which platform you are using if self-hosting. + +_No response_ + +### If you're self-hosting Renovate, tell us what version of the platform you run. + +_No response_ + +### Describe the bug + +Dependencies are purged from `package-lock.json` files which causes package-locks to be corrupted in lerna monorepo + +I tried to setup a minimal reproduction here: this [pull request](https://github.com/donmahallem/renovate-issue/pull/1) where dependencies in package a and b are updated but purged from c too, which causes dependencies to be missing in package c on clean install. I had this issue with several dependencies: @types/node and ajv too for example. + +### Relevant debug logs + +
Logs + +``` +DEBUG: Branch is stale and needs rebasing(branch=""renovate/remark-monorepo"") +DEBUG: Using reuseExistingBranch: false(branch=""renovate/remark-monorepo"") +DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=false(branch=""renovate/remark-monorepo"") +DEBUG: npm.updateDependency(): dependencies.remark = ~14.0.2(branch=""renovate/remark-monorepo"") +DEBUG: Updating remark in packages/a/package.json(branch=""renovate/remark-monorepo"") +DEBUG: npm.updateDependency(): dependencies.remark-html = ~15.0.1(branch=""renovate/remark-monorepo"") +DEBUG: Updating remark-html in packages/a/package.json(branch=""renovate/remark-monorepo"") +DEBUG: npm.updateDependency(): dependencies.remark-license = ~6.1.0(branch=""renovate/remark-monorepo"") +DEBUG: Updating remark-license in packages/a/package.json(branch=""renovate/remark-monorepo"") +DEBUG: npm.updateDependency(): devDependencies.remark-parse = 10.0.1(branch=""renovate/remark-monorepo"") +DEBUG: Updating remark-parse in packages/b/package.json(branch=""renovate/remark-monorepo"") +DEBUG: npm.updateDependency(): devDependencies.remark-stringify = 10.0.2(branch=""renovate/remark-monorepo"") +DEBUG: Updating remark-stringify in packages/b/package.json(branch=""renovate/remark-monorepo"") +DEBUG: Updated 2 package files(branch=""renovate/remark-monorepo"") +DEBUG: Getting updated lock files(branch=""renovate/remark-monorepo"") +DEBUG: packages/a/package.json has lerna lock file(branch=""renovate/remark-monorepo"") +DEBUG: packages/b/package.json has lerna lock file(branch=""renovate/remark-monorepo"") +DEBUG: Writing package.json files(branch=""renovate/remark-monorepo"") +{ + ""packageFiles"": [ + ""package.json"", + ""packages/a/package.json"", + ""packages/b/package.json"", + ""packages/c/package.json"" + ] +} +DEBUG: Writing package-lock.json(branch=""renovate/remark-monorepo"") +DEBUG: Writing packages/a/package-lock.json(branch=""renovate/remark-monorepo"") +DEBUG: Massaging npm lock file before writing to disk(branch=""renovate/remark-monorepo"") +DEBUG: Writing packages/b/package-lock.json(branch=""renovate/remark-monorepo"") +DEBUG: Massaging npm lock file before writing to disk(branch=""renovate/remark-monorepo"") +DEBUG: Writing packages/c/package-lock.json(branch=""renovate/remark-monorepo"") +DEBUG: Massaging npm lock file before writing to disk(branch=""renovate/remark-monorepo"") +DEBUG: Writing any updated package files(branch=""renovate/remark-monorepo"") +DEBUG: Writing packages/a/package.json(branch=""renovate/remark-monorepo"") +DEBUG: Writing packages/b/package.json(branch=""renovate/remark-monorepo"") +DEBUG: Finding package.json for lerna location ""lerna.json""(branch=""renovate/remark-monorepo"") +DEBUG: No npmrc file found in repository(branch=""renovate/remark-monorepo"") +DEBUG: Writing updated .npmrc file to /mnt/renovate/gh/donmahallem/renovate-issue/.npmrc(branch=""renovate/remark-monorepo"") +DEBUG: Spawning lerna with npm to create lock files(branch=""renovate/remark-monorepo"") +DEBUG: No node constraint found - using latest(branch=""renovate/remark-monorepo"") +DEBUG: Using lerna version 4.0.0(branch=""renovate/remark-monorepo"") +DEBUG: Using docker to execute(branch=""renovate/remark-monorepo"") +``` + +
+ + +### Have you created a minimal reproduction repository? + +I have linked to a minimal reproduction repository in the bug description",0,renovate removing dependencies in unaffected package in monorepo how are you running renovate whitesource renovate hosted app on github com if you re self hosting renovate tell us what version of renovate you run no response please select which platform you are using if self hosting no response if you re self hosting renovate tell us what version of the platform you run no response describe the bug dependencies are purged from package lock json files which causes package locks to be corrupted in lerna monorepo i tried to setup a minimal reproduction here this where dependencies in package a and b are updated but purged from c too which causes dependencies to be missing in package c on clean install i had this issue with several dependencies types node and ajv too for example relevant debug logs logs debug branch is stale and needs rebasing branch renovate remark monorepo debug using reuseexistingbranch false branch renovate remark monorepo debug manager getupdatedpackagefiles reuseexistinbranch false branch renovate remark monorepo debug npm updatedependency dependencies remark branch renovate remark monorepo debug updating remark in packages a package json branch renovate remark monorepo debug npm updatedependency dependencies remark html branch renovate remark monorepo debug updating remark html in packages a package json branch renovate remark monorepo debug npm updatedependency dependencies remark license branch renovate remark monorepo debug updating remark license in packages a package json branch renovate remark monorepo debug npm updatedependency devdependencies remark parse branch renovate remark monorepo debug updating remark parse in packages b package json branch renovate remark monorepo debug npm updatedependency devdependencies remark stringify branch renovate remark monorepo debug updating remark stringify in packages b package json branch renovate remark monorepo debug updated package files branch renovate remark monorepo debug getting updated lock files branch renovate remark monorepo debug packages a package json has lerna lock file branch renovate remark monorepo debug packages b package json has lerna lock file branch renovate remark monorepo debug writing package json files branch renovate remark monorepo packagefiles package json packages a package json packages b package json packages c package json debug writing package lock json branch renovate remark monorepo debug writing packages a package lock json branch renovate remark monorepo debug massaging npm lock file before writing to disk branch renovate remark monorepo debug writing packages b package lock json branch renovate remark monorepo debug massaging npm lock file before writing to disk branch renovate remark monorepo debug writing packages c package lock json branch renovate remark monorepo debug massaging npm lock file before writing to disk branch renovate remark monorepo debug writing any updated package files branch renovate remark monorepo debug writing packages a package json branch renovate remark monorepo debug writing packages b package json branch renovate remark monorepo debug finding package json for lerna location lerna json branch renovate remark monorepo debug no npmrc file found in repository branch renovate remark monorepo debug writing updated npmrc file to mnt renovate gh donmahallem renovate issue npmrc branch renovate remark monorepo debug spawning lerna with npm to create lock files branch renovate remark monorepo debug no node constraint found using latest branch renovate remark monorepo debug using lerna version branch renovate remark monorepo debug using docker to execute branch renovate remark monorepo have you created a minimal reproduction repository i have linked to a minimal reproduction repository in the bug description,0 +178375,21509378484.0,IssuesEvent,2022-04-28 01:34:37,bsbtd/Teste,https://api.github.com/repos/bsbtd/Teste,closed,CVE-2019-12814 (Medium) detected in jackson-databind-2.9.5.jar - autoclosed,security vulnerability,"## CVE-2019-12814 - Medium Severity Vulnerability +
Vulnerable Library - jackson-databind-2.9.5.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: Teste/liferay-portal/modules/etl/talend/talend-common/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar

+

+ +Dependency Hierarchy: + - components-api-0.25.3.jar (Root Library) + - daikon-0.27.0.jar + - :x: **jackson-databind-2.9.5.jar** (Vulnerable Library) +

Found in HEAD commit: 64dde89c50c07496423c4d4a865f2e16b92399ad

+

+
+

+
Vulnerability Details +

+ +A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.x through 2.9.9. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has JDOM 1.x or 2.x jar in the classpath, an attacker can send a specifically crafted JSON message that allows them to read arbitrary local files on the server. + +

Publish Date: 2019-06-19 +

URL: CVE-2019-12814

+

+
+

+
CVSS 3 Score Details (5.9) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/FasterXML/jackson-databind/issues/2341

+

Release Date: 2019-06-19

+

Fix Resolution: 2.7.9.6, 2.8.11.4, 2.9.9.1, 2.10.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2019-12814 (Medium) detected in jackson-databind-2.9.5.jar - autoclosed - ## CVE-2019-12814 - Medium Severity Vulnerability +
Vulnerable Library - jackson-databind-2.9.5.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: Teste/liferay-portal/modules/etl/talend/talend-common/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar

+

+ +Dependency Hierarchy: + - components-api-0.25.3.jar (Root Library) + - daikon-0.27.0.jar + - :x: **jackson-databind-2.9.5.jar** (Vulnerable Library) +

Found in HEAD commit: 64dde89c50c07496423c4d4a865f2e16b92399ad

+

+
+

+
Vulnerability Details +

+ +A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.x through 2.9.9. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has JDOM 1.x or 2.x jar in the classpath, an attacker can send a specifically crafted JSON message that allows them to read arbitrary local files on the server. + +

Publish Date: 2019-06-19 +

URL: CVE-2019-12814

+

+
+

+
CVSS 3 Score Details (5.9) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: None + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: None + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/FasterXML/jackson-databind/issues/2341

+

Release Date: 2019-06-19

+

Fix Resolution: 2.7.9.6, 2.8.11.4, 2.9.9.1, 2.10.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in jackson databind jar autoclosed cve medium 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 teste liferay portal modules etl talend talend common pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy components api jar root library daikon jar x jackson databind jar vulnerable library found in head commit a href vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind x through when default typing is enabled either globally or for a specific property for an externally exposed json endpoint and the service has jdom x or x jar in the classpath an attacker can send a specifically crafted json message that allows them to read arbitrary local files on the server publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none 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 +83597,15711816416.0,IssuesEvent,2021-03-27 09:11:41,emilykaldwin1827/java-goof,https://api.github.com/repos/emilykaldwin1827/java-goof,opened,CVE-2014-3558 (Medium) detected in hibernate-validator-4.3.1.Final.jar,security vulnerability,"## CVE-2014-3558 - Medium Severity Vulnerability +
Vulnerable Library - hibernate-validator-4.3.1.Final.jar

+ +

Hibernate's Bean Validation (JSR-303) reference implementation.

+

Library home page: http://validator.hibernate.org

+

Path to dependency file: java-goof/todolist-web-common/pom.xml

+

Path to vulnerable library: java-goof/todolist-web-struts/target/todolist/WEB-INF/lib/hibernate-validator-4.3.1.Final.jar,canner/.m2/repository/org/hibernate/hibernate-validator/4.3.1.Final/hibernate-validator-4.3.1.Final.jar,/home/wss-scanner/.m2/repository/org/hibernate/hibernate-validator/4.3.1.Final/hibernate-validator-4.3.1.Final.jar

+

+ +Dependency Hierarchy: + - :x: **hibernate-validator-4.3.1.Final.jar** (Vulnerable Library) +

Found in HEAD commit: 3a7de538bc7d10df3b6c2814dad942c8222f690e

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +ReflectionHelper (org.hibernate.validator.util.ReflectionHelper) in Hibernate Validator 4.1.0 before 4.2.1, 4.3.x before 4.3.2, and 5.x before 5.1.2 allows attackers to bypass Java Security Manager (JSM) restrictions and execute restricted reflection calls via a crafted application. + +

Publish Date: 2014-09-30 +

URL: CVE-2014-3558

+

+
+

+
CVSS 2 Score Details (5.0) +

+ +Base Score Metrics not available

+ +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://hibernate.atlassian.net/browse/HV-912

+

Release Date: 2014-09-30

+

Fix Resolution: org.hibernate:hibernate-validator:4.3.2.Final,5.1.2.Final

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2014-3558 (Medium) detected in hibernate-validator-4.3.1.Final.jar - ## CVE-2014-3558 - Medium Severity Vulnerability +
Vulnerable Library - hibernate-validator-4.3.1.Final.jar

+ +

Hibernate's Bean Validation (JSR-303) reference implementation.

+

Library home page: http://validator.hibernate.org

+

Path to dependency file: java-goof/todolist-web-common/pom.xml

+

Path to vulnerable library: java-goof/todolist-web-struts/target/todolist/WEB-INF/lib/hibernate-validator-4.3.1.Final.jar,canner/.m2/repository/org/hibernate/hibernate-validator/4.3.1.Final/hibernate-validator-4.3.1.Final.jar,/home/wss-scanner/.m2/repository/org/hibernate/hibernate-validator/4.3.1.Final/hibernate-validator-4.3.1.Final.jar

+

+ +Dependency Hierarchy: + - :x: **hibernate-validator-4.3.1.Final.jar** (Vulnerable Library) +

Found in HEAD commit: 3a7de538bc7d10df3b6c2814dad942c8222f690e

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +ReflectionHelper (org.hibernate.validator.util.ReflectionHelper) in Hibernate Validator 4.1.0 before 4.2.1, 4.3.x before 4.3.2, and 5.x before 5.1.2 allows attackers to bypass Java Security Manager (JSM) restrictions and execute restricted reflection calls via a crafted application. + +

Publish Date: 2014-09-30 +

URL: CVE-2014-3558

+

+
+

+
CVSS 2 Score Details (5.0) +

+ +Base Score Metrics not available

+ +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://hibernate.atlassian.net/browse/HV-912

+

Release Date: 2014-09-30

+

Fix Resolution: org.hibernate:hibernate-validator:4.3.2.Final,5.1.2.Final

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in hibernate validator final jar cve medium severity vulnerability vulnerable library hibernate validator final jar hibernate s bean validation jsr reference implementation library home page a href path to dependency file java goof todolist web common pom xml path to vulnerable library java goof todolist web struts target todolist web inf lib hibernate validator final jar canner repository org hibernate hibernate validator final hibernate validator final jar home wss scanner repository org hibernate hibernate validator final hibernate validator final jar dependency hierarchy x hibernate validator final jar vulnerable library found in head commit a href found in base branch master vulnerability details reflectionhelper org hibernate validator util reflectionhelper in hibernate validator before x before and x before allows attackers to bypass java security manager jsm restrictions and execute restricted reflection calls via a crafted application 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 org hibernate hibernate validator final final step up your open source security game with whitesource ,0 +217128,16844019417.0,IssuesEvent,2021-06-19 04:42:50,kubernetes/kubernetes,https://api.github.com/repos/kubernetes/kubernetes,closed,[Failing Test][sig-release] ci-kubernetes-build,kind/failing-test lifecycle/active priority/critical-urgent sig/release sig/windows triage/accepted," +#### Which jobs are failing: + +ci-kubernetes-build + +#### Which test(s) are failing + +* Overall (build-master) + +#### Since when has it been failing: + +2021-06-15 06:07:32 +0000 UTC + +#### Testgrid link: + +https://testgrid.k8s.io/sig-release-master-blocking#build-master + +#### Reason for failure: + +``` +[0618 09:09:35] windows/386: build started +# k8s.io/kubernetes/vendor/github.com/Azure/go-ansiterm/winterm +vendor/github.com/Azure/go-ansiterm/winterm/ansi.go:167:2: constant 4294967286 overflows int +vendor/github.com/Azure/go-ansiterm/winterm/ansi.go:169:2: constant 4294967285 overflows int +vendor/github.com/Azure/go-ansiterm/winterm/ansi.go:171:2: constant 4294967284 overflows int +!!! [0618 09:13:40] Call tree: +!!! [0618 09:13:40] 1: /go/src/k8s.io/kubernetes/hack/lib/golang.sh:719 kube::golang::build_some_binaries(...) +!!! [0618 09:13:40] 2: /go/src/k8s.io/kubernetes/hack/lib/golang.sh:855 kube::golang::build_binaries_for_platform(...) +!!! [0618 09:13:40] 3: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) +!!! [0618 09:15:23] Call tree: +!!! [0618 09:15:23] 1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) +make[1]: *** [Makefile:92: all] Error 1 +make: *** [Makefile:512: cross] Error 1 +!!! [0618 09:15:25] Call tree: +!!! [0618 09:15:25] 1: build/../build/common.sh:472 kube::build::run_build_command_ex(...) +!!! [0618 09:15:25] 2: build/release.sh:36 kube::build::run_build_command(...) +make: *** [Makefile:409: release] Error 1 +level=fatal msg=""Failed to run:: running make release: command /usr/bin/make release did not succeed: !!! [0618 09:15:23] Call tree:\n!!! [0618 09:15:23] 1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)\nmake[1]: *** [Makefile:92: all] Error 1\nmake: *** [Makefile:512: cross] Error 1\n!!! [0618 09:15:25] Call tree:\n!!! [0618 09:15:25] 1: build/../build/common.sh:472 kube::build::run_build_command_ex(...)\n!!! [0618 09:15:25] 2: build/release.sh:36 kube::build::run_build_command(...)\nmake: *** [Makefile:409: release] Error 1\n"" +wrapper.sh] [TEST] Test Command exit code: 1 +``` + +#### Anything else we need to know: + +/sig release +",1.0,"[Failing Test][sig-release] ci-kubernetes-build - +#### Which jobs are failing: + +ci-kubernetes-build + +#### Which test(s) are failing + +* Overall (build-master) + +#### Since when has it been failing: + +2021-06-15 06:07:32 +0000 UTC + +#### Testgrid link: + +https://testgrid.k8s.io/sig-release-master-blocking#build-master + +#### Reason for failure: + +``` +[0618 09:09:35] windows/386: build started +# k8s.io/kubernetes/vendor/github.com/Azure/go-ansiterm/winterm +vendor/github.com/Azure/go-ansiterm/winterm/ansi.go:167:2: constant 4294967286 overflows int +vendor/github.com/Azure/go-ansiterm/winterm/ansi.go:169:2: constant 4294967285 overflows int +vendor/github.com/Azure/go-ansiterm/winterm/ansi.go:171:2: constant 4294967284 overflows int +!!! [0618 09:13:40] Call tree: +!!! [0618 09:13:40] 1: /go/src/k8s.io/kubernetes/hack/lib/golang.sh:719 kube::golang::build_some_binaries(...) +!!! [0618 09:13:40] 2: /go/src/k8s.io/kubernetes/hack/lib/golang.sh:855 kube::golang::build_binaries_for_platform(...) +!!! [0618 09:13:40] 3: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) +!!! [0618 09:15:23] Call tree: +!!! [0618 09:15:23] 1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) +make[1]: *** [Makefile:92: all] Error 1 +make: *** [Makefile:512: cross] Error 1 +!!! [0618 09:15:25] Call tree: +!!! [0618 09:15:25] 1: build/../build/common.sh:472 kube::build::run_build_command_ex(...) +!!! [0618 09:15:25] 2: build/release.sh:36 kube::build::run_build_command(...) +make: *** [Makefile:409: release] Error 1 +level=fatal msg=""Failed to run:: running make release: command /usr/bin/make release did not succeed: !!! [0618 09:15:23] Call tree:\n!!! [0618 09:15:23] 1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)\nmake[1]: *** [Makefile:92: all] Error 1\nmake: *** [Makefile:512: cross] Error 1\n!!! [0618 09:15:25] Call tree:\n!!! [0618 09:15:25] 1: build/../build/common.sh:472 kube::build::run_build_command_ex(...)\n!!! [0618 09:15:25] 2: build/release.sh:36 kube::build::run_build_command(...)\nmake: *** [Makefile:409: release] Error 1\n"" +wrapper.sh] [TEST] Test Command exit code: 1 +``` + +#### Anything else we need to know: + +/sig release +",0, ci kubernetes build which jobs are failing ci kubernetes build which test s are failing overall build master since when has it been failing utc testgrid link reason for failure windows build started io kubernetes vendor github com azure go ansiterm winterm vendor github com azure go ansiterm winterm ansi go constant overflows int vendor github com azure go ansiterm winterm ansi go constant overflows int vendor github com azure go ansiterm winterm ansi go constant overflows int call tree go src io kubernetes hack lib golang sh kube golang build some binaries go src io kubernetes hack lib golang sh kube golang build binaries for platform hack make rules build sh kube golang build binaries call tree hack make rules build sh kube golang build binaries make error make error call tree build build common sh kube build run build command ex build release sh kube build run build command make error level fatal msg failed to run running make release command usr bin make release did not succeed call tree n hack make rules build sh kube golang build binaries nmake error nmake error n call tree n build build common sh kube build run build command ex n build release sh kube build run build command nmake error n wrapper sh test command exit code anything else we need to know sig release ,0 +10614,27146333806.0,IssuesEvent,2023-02-16 20:15:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Private endpoints wording,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2," +""There's no added cost for App Service regional VNet Integration in a supported pricing tier of Standard or higher. But Private Endpoints for Web Apps is supported only on Elastic Premium, Premium V2, and Premium V3 plans."" + +I think it supports all plans now. Is it? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 5253ae20-9f16-817d-1a24-f4adae76abf4 +* Version Independent ID: 5253ae20-9f16-817d-1a24-f4adae76abf4 +* Content: [Improved-security access to multitenant web apps from an on-premises network - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/security/access-multitenant-web-app-from-on-premises?utm_source=pocket_reader) +* Content Source: [docs/example-scenario/security/access-multitenant-web-app-from-on-premises.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/security/access-multitenant-web-app-from-on-premises.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @ansingha +* Microsoft Alias: **ansingha**",1.0,"Private endpoints wording - +""There's no added cost for App Service regional VNet Integration in a supported pricing tier of Standard or higher. But Private Endpoints for Web Apps is supported only on Elastic Premium, Premium V2, and Premium V3 plans."" + +I think it supports all plans now. Is it? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 5253ae20-9f16-817d-1a24-f4adae76abf4 +* Version Independent ID: 5253ae20-9f16-817d-1a24-f4adae76abf4 +* Content: [Improved-security access to multitenant web apps from an on-premises network - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/security/access-multitenant-web-app-from-on-premises?utm_source=pocket_reader) +* Content Source: [docs/example-scenario/security/access-multitenant-web-app-from-on-premises.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/security/access-multitenant-web-app-from-on-premises.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @ansingha +* Microsoft Alias: **ansingha**",1,private endpoints wording there s no added cost for app service regional vnet integration in a supported pricing tier of standard or higher but private endpoints for web apps is supported only on elastic premium premium and premium plans i think it supports all plans now is it document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login ansingha microsoft alias ansingha ,1 +7614,18528820835.0,IssuesEvent,2021-10-21 01:29:45,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,AWS Traffic Mirroring Equivalent,doc-enhancement assigned-to-author triaged architecture-center/svc cloud-fundamentals/subsvc Pri2,"The page is missing an Azure equivalent solution for AWS Traffic Mirroring. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7b3207bf-471c-33f5-7fb1-0d0a8400e040 +* Version Independent ID: f2dc9465-d889-7d8a-02b8-0c0d6125512c +* Content: [Comparing AWS and Azure networking options - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/networking) +* Content Source: [docs/aws-professional/networking.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/networking.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"AWS Traffic Mirroring Equivalent - The page is missing an Azure equivalent solution for AWS Traffic Mirroring. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7b3207bf-471c-33f5-7fb1-0d0a8400e040 +* Version Independent ID: f2dc9465-d889-7d8a-02b8-0c0d6125512c +* Content: [Comparing AWS and Azure networking options - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/networking) +* Content Source: [docs/aws-professional/networking.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/networking.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,aws traffic mirroring equivalent the page is missing an azure equivalent solution for aws traffic mirroring document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +10667,27235253274.0,IssuesEvent,2023-02-21 15:53:26,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Update on availability?,assigned-to-author triaged product-question architecture-center/svc example-scenario/subsvc Pri2,"Is Alliance Connect Virtual now GA? We're now into 2023 but the banner message still states it's expected for GA in 2022. +If it is GA where can I find more information on how to implement? +Quote text from banner: + +""This article provides an overview with reference architecture for deploying SWIFT's Alliance Connect Virtual solution on Azure. Please note that the new Alliance Connect Virtual solution is not yet available for SWIFT production traffic. The solution is currently being tested with SWIFT customers and will become generally available throughout 2022 as part of a phased launch. For more information about the general availability of the product, refer to [SWIFT.com](https://www.swift.com/our-solutions/interfaces-and-integration/alliance-connect-virtual)"". + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6ddcc2a5-2d06-5195-1c13-7b55e1584e01 +* Version Independent ID: 6ddcc2a5-2d06-5195-1c13-7b55e1584e01 +* Content: [SWIFT's Alliance Access with Alliance Connect Virtual in Azure - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/finance/swift-alliance-access-vsrx-on-azure) +* Content Source: [docs/example-scenario/finance/swift-alliance-access-vsrx-on-azure.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/finance/swift-alliance-access-vsrx-on-azure.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @Mahesh-MSFT +* Microsoft Alias: **maksh**",1.0,"Update on availability? - Is Alliance Connect Virtual now GA? We're now into 2023 but the banner message still states it's expected for GA in 2022. +If it is GA where can I find more information on how to implement? +Quote text from banner: + +""This article provides an overview with reference architecture for deploying SWIFT's Alliance Connect Virtual solution on Azure. Please note that the new Alliance Connect Virtual solution is not yet available for SWIFT production traffic. The solution is currently being tested with SWIFT customers and will become generally available throughout 2022 as part of a phased launch. For more information about the general availability of the product, refer to [SWIFT.com](https://www.swift.com/our-solutions/interfaces-and-integration/alliance-connect-virtual)"". + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6ddcc2a5-2d06-5195-1c13-7b55e1584e01 +* Version Independent ID: 6ddcc2a5-2d06-5195-1c13-7b55e1584e01 +* Content: [SWIFT's Alliance Access with Alliance Connect Virtual in Azure - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/finance/swift-alliance-access-vsrx-on-azure) +* Content Source: [docs/example-scenario/finance/swift-alliance-access-vsrx-on-azure.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/finance/swift-alliance-access-vsrx-on-azure.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @Mahesh-MSFT +* Microsoft Alias: **maksh**",1,update on availability is alliance connect virtual now ga we re now into but the banner message still states it s expected for ga in if it is ga where can i find more information on how to implement quote text from banner this article provides an overview with reference architecture for deploying swift s alliance connect virtual solution on azure please note that the new alliance connect virtual solution is not yet available for swift production traffic the solution is currently being tested with swift customers and will become generally available throughout as part of a phased launch for more information about the general availability of the product refer to document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login mahesh msft microsoft alias maksh ,1 +2724,2711205284.0,IssuesEvent,2015-04-09 03:09:40,owahab/paperclip-ffmpeg,https://api.github.com/repos/owahab/paperclip-ffmpeg,closed,[documentation] How would you pass quality settings to the processor?,Documentation,"I've read through the source for this gem, and I can't see where I could pass in quality settings. I need to make MP4 out of MOV at a higher quality level than the current default. Any tips on where to look? + +Thanks!",1.0,"[documentation] How would you pass quality settings to the processor? - I've read through the source for this gem, and I can't see where I could pass in quality settings. I need to make MP4 out of MOV at a higher quality level than the current default. Any tips on where to look? + +Thanks!",0, how would you pass quality settings to the processor i ve read through the source for this gem and i can t see where i could pass in quality settings i need to make out of mov at a higher quality level than the current default any tips on where to look thanks ,0 +3576,9818030379.0,IssuesEvent,2019-06-13 18:12:16,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Traffic Flow from Spok1 to SPoke2,architecture-center/svc cxp doc-enhancement reference-architecture/subsvc triaged,"In the diagram below spoke-connectivity, you have NVA. With each Spoke1 & Spok2 each has a UDR to send traffic to the other VNet. + +If VNet Peering doesn't allow transitive traffic. How does this traffic flow from Spok1 to Spoke 2. Is it through the internet? That is not communicated in this document. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Implement a hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.md](https://github.com/mspnp/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"Traffic Flow from Spok1 to SPoke2 - In the diagram below spoke-connectivity, you have NVA. With each Spoke1 & Spok2 each has a UDR to send traffic to the other VNet. + +If VNet Peering doesn't allow transitive traffic. How does this traffic flow from Spok1 to Spoke 2. Is it through the internet? That is not communicated in this document. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Implement a hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.md](https://github.com/mspnp/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,traffic flow from to in the diagram below spoke connectivity you have nva with each each has a udr to send traffic to the other vnet if vnet peering doesn t allow transitive traffic how does this traffic flow from to spoke is it through the internet that is not communicated in this document document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +4194,10684798596.0,IssuesEvent,2019-10-22 11:18:43,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Asp.NET core does support WS-Fed support,Pri2 architecture-center/svc cxp doc-enhancement reference-architecture/subsvc triaged,"Hi team, +I moved this fom here: https://github.com/MicrosoftDocs/architecture-center.sv-se/issues/2 +The contibutor refers to the original documentation + +@AndersAbel commented on 9 Nov 2018 + + ASP.NET Core does not include out-of-the-box support for WS-Federation. + +It does now, through the Microsoft.AspNetCore.Authentication.WsFederation package. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a0c48ff6-008c-6e27-b24d-34f05dcc5f07 +* Version Independent ID: 9b39998a-f548-776f-a334-09c83e485f6a +* Content: [Federate with a customer's AD FS](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/adfs) +* Content Source: [docs/multitenant-identity/adfs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/multitenant-identity/adfs.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Asp.NET core does support WS-Fed support - Hi team, +I moved this fom here: https://github.com/MicrosoftDocs/architecture-center.sv-se/issues/2 +The contibutor refers to the original documentation + +@AndersAbel commented on 9 Nov 2018 + + ASP.NET Core does not include out-of-the-box support for WS-Federation. + +It does now, through the Microsoft.AspNetCore.Authentication.WsFederation package. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a0c48ff6-008c-6e27-b24d-34f05dcc5f07 +* Version Independent ID: 9b39998a-f548-776f-a334-09c83e485f6a +* Content: [Federate with a customer's AD FS](https://docs.microsoft.com/en-us/azure/architecture/multitenant-identity/adfs) +* Content Source: [docs/multitenant-identity/adfs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/multitenant-identity/adfs.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,asp net core does support ws fed support hi team i moved this fom here the contibutor refers to the original documentation andersabel commented on nov asp net core does not include out of the box support for ws federation it does now through the microsoft aspnetcore authentication wsfederation package document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +46614,2963314592.0,IssuesEvent,2015-07-10 09:31:23,getting-things-gnome/gtg,https://api.github.com/repos/getting-things-gnome/gtg,opened,"Setting Autostart and ""New Task"" shortcut in preferences not working",bug priority:high,"In current preferences window, when trying to set GTG to autostart on log in or to set the New Task shortcut, the system seems not to remember my decision in this. + +I set it to ""ON"" (a.k.a activate the check button), close the preferences window, open it again, and it is set to ""OFF"" (a.k.a. check button de-activated). This means that I can actually never set these two settings to active and make them functional. + +Maybe some dependencies required for them which I'm missing? +If not dependencies, this needs to be addressed anyway for #153 or its descendants... +",1.0,"Setting Autostart and ""New Task"" shortcut in preferences not working - In current preferences window, when trying to set GTG to autostart on log in or to set the New Task shortcut, the system seems not to remember my decision in this. + +I set it to ""ON"" (a.k.a activate the check button), close the preferences window, open it again, and it is set to ""OFF"" (a.k.a. check button de-activated). This means that I can actually never set these two settings to active and make them functional. + +Maybe some dependencies required for them which I'm missing? +If not dependencies, this needs to be addressed anyway for #153 or its descendants... +",0,setting autostart and new task shortcut in preferences not working in current preferences window when trying to set gtg to autostart on log in or to set the new task shortcut the system seems not to remember my decision in this i set it to on a k a activate the check button close the preferences window open it again and it is set to off a k a check button de activated this means that i can actually never set these two settings to active and make them functional maybe some dependencies required for them which i m missing if not dependencies this needs to be addressed anyway for or its descendants ,0 +5183,12198388967.0,IssuesEvent,2020-04-29 22:45:03,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"RSS Feed Button for Architecture Center ""What's New"" Broken",architecture-center/svc meta/subsvc," +The RSS feed button for the https://docs.microsoft.com/en-us/azure/architecture/changelog page gives a 404 response. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0dd7bc22-da10-1d3b-ba22-7d5e374be441 +* Version Independent ID: 9f466c91-adc7-0489-5b1e-17633d27c98c +* Content: [What's New in the Azure Architecture Center - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/changelog) +* Content Source: [docs/changelog.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/changelog.md) +* Service: **architecture-center** +* Sub-service: **meta** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"RSS Feed Button for Architecture Center ""What's New"" Broken - +The RSS feed button for the https://docs.microsoft.com/en-us/azure/architecture/changelog page gives a 404 response. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0dd7bc22-da10-1d3b-ba22-7d5e374be441 +* Version Independent ID: 9f466c91-adc7-0489-5b1e-17633d27c98c +* Content: [What's New in the Azure Architecture Center - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/changelog) +* Content Source: [docs/changelog.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/changelog.md) +* Service: **architecture-center** +* Sub-service: **meta** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,rss feed button for architecture center what s new broken the rss feed button for the page gives a response document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service meta github login adamboeglin microsoft alias pnp ,1 +9015,23978867736.0,IssuesEvent,2022-09-13 13:41:35,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Loud optimized to Load optimized,architecture-center/svc Pri1 azure-guide/subsvc," +On top/left of the decision tree, where it states ""loud optimized"", should this be load or workload optimized? Thanks! + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Loud optimized to Load optimized - +On top/left of the decision tree, where it states ""loud optimized"", should this be load or workload optimized? Thanks! + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,loud optimized to load optimized on top left of the decision tree where it states loud optimized should this be load or workload optimized thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures ,1 +184317,14287491454.0,IssuesEvent,2020-11-23 16:25:49,NationalSecurityAgency/skills-service,https://api.github.com/repos/NationalSecurityAgency/skills-service,closed,Do not allow enabling badges without any skills,bug good first issue test,"Badges should not be allowed to be enabled if they do not contain any skills. Likewise, once a badge is enabled, you should not be allowed to remove the last skill from the badge.",1.0,"Do not allow enabling badges without any skills - Badges should not be allowed to be enabled if they do not contain any skills. Likewise, once a badge is enabled, you should not be allowed to remove the last skill from the badge.",0,do not allow enabling badges without any skills badges should not be allowed to be enabled if they do not contain any skills likewise once a badge is enabled you should not be allowed to remove the last skill from the badge ,0 +268165,23350101190.0,IssuesEvent,2022-08-09 22:25:07,lowRISC/opentitan,https://api.github.com/repos/lowRISC/opentitan,closed,[chip-test] chip_sw_sysrst_ctrl_ulp_z3_wakeup,Component:ChipLevelTest,"### Test point name + +[chip_sw_sysrst_ctrl_ulp_z3_wakeup](https://github.com/lowRISC/opentitan/blob/master/hw/top_earlgrey/data/chip_testplan.hjson#L1614) + +### Host side component + +_No response_ + +### OpenTitanTool infrastructure implemented + +_No response_ + +### Contact person + +msfschaffner",1.0,"[chip-test] chip_sw_sysrst_ctrl_ulp_z3_wakeup - ### Test point name + +[chip_sw_sysrst_ctrl_ulp_z3_wakeup](https://github.com/lowRISC/opentitan/blob/master/hw/top_earlgrey/data/chip_testplan.hjson#L1614) + +### Host side component + +_No response_ + +### OpenTitanTool infrastructure implemented + +_No response_ + +### Contact person + +msfschaffner",0, chip sw sysrst ctrl ulp wakeup test point name host side component no response opentitantool infrastructure implemented no response contact person msfschaffner,0 +10716,27320142861.0,IssuesEvent,2023-02-24 19:03:05,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Confusing statement - App Service - Seperate Plan for Production and Test,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 well-architected/subsvc,"We used to say all deployment slots with default as Production and other slots like Pre-Prod etc. This brings good cost saving for customer - I can understand from security and management good to keep 2 seperate but can they be merged and we can configure authentication and authorization seperately. + +I can understand to keep performance environment out because of common shared infra but can we just re-evaluate this statement. + + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f14bdf5c-81b0-76df-4c61-3b4eca2435ae +* Version Independent ID: 433531d0-bedf-ce5c-a747-ce1d6b6bea5f +* Content: [Resiliency checklist for services - Azure Design Review Framework](https://docs.microsoft.com/en-us/azure/architecture/checklist/resiliency-per-service) +* Content Source: [docs/checklist/resiliency-per-service.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/checklist/resiliency-per-service.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1.0,"Confusing statement - App Service - Seperate Plan for Production and Test - We used to say all deployment slots with default as Production and other slots like Pre-Prod etc. This brings good cost saving for customer - I can understand from security and management good to keep 2 seperate but can they be merged and we can configure authentication and authorization seperately. + +I can understand to keep performance environment out because of common shared infra but can we just re-evaluate this statement. + + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f14bdf5c-81b0-76df-4c61-3b4eca2435ae +* Version Independent ID: 433531d0-bedf-ce5c-a747-ce1d6b6bea5f +* Content: [Resiliency checklist for services - Azure Design Review Framework](https://docs.microsoft.com/en-us/azure/architecture/checklist/resiliency-per-service) +* Content Source: [docs/checklist/resiliency-per-service.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/checklist/resiliency-per-service.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @Petertaylor9999 +* Microsoft Alias: **pnp**",1,confusing statement app service seperate plan for production and test we used to say all deployment slots with default as production and other slots like pre prod etc this brings good cost saving for customer i can understand from security and management good to keep seperate but can they be merged and we can configure authentication and authorization seperately i can understand to keep performance environment out because of common shared infra but can we just re evaluate this statement document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id bedf content content source service architecture center sub service well architected github login microsoft alias pnp ,1 +4934,11855640073.0,IssuesEvent,2020-03-25 05:01:56,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Resou_rce in architecture diagram.,Pri2 architecture-center/svc cxp doc-enhancement solution-idea/subsvc triaged," +[Enter feedback here] + +Architecture diagram splits term ""Resou rce"" in three places. + +-- Joe + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 900b3b20-5693-1beb-0b4b-161548a7d14f +* Version Independent ID: 94d5daef-6e7b-23d2-58bd-b2796bbbc7e1 +* Content: [Dev-Test deployment for testing PaaS solutions - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/dev-test-paas) +* Content Source: [docs/solution-ideas/articles/dev-test-paas.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/dev-test-paas.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Resou_rce in architecture diagram. - +[Enter feedback here] + +Architecture diagram splits term ""Resou rce"" in three places. + +-- Joe + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 900b3b20-5693-1beb-0b4b-161548a7d14f +* Version Independent ID: 94d5daef-6e7b-23d2-58bd-b2796bbbc7e1 +* Content: [Dev-Test deployment for testing PaaS solutions - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/dev-test-paas) +* Content Source: [docs/solution-ideas/articles/dev-test-paas.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/dev-test-paas.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,resou rce in architecture diagram architecture diagram splits term resou rce in three places joe document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +595378,18064863189.0,IssuesEvent,2021-09-20 17:52:43,wso2/product-apim,https://api.github.com/repos/wso2/product-apim,closed,NPE error for the migrated applications - APIM 3.2.0,Type/Bug Priority/Normal,"### Description: +After successfully migrated from APIM 2.1.0 to 3.2.0 successfully. In this migrated environment there is an issue which is a NullPointerException error is repeatedly occurring in the logs as follows. + +``` +TID: [-1234] [internal/data/v1] [2021-08-27 06:21:45,963] ERROR {org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/internal/data/v1].[CXFServlet]} - Servlet.service() for servlet [CXFServlet] in context with path [/internal/data/v1] threw exception java.lang.NullPointerException + at java.base/java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011) + at java.base/java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006) + at java.base/java.util.Properties.put(Properties.java:1340) + at org.wso2.carbon.apimgt.notification.AbstractKeyManagerEventHandler.handleTokenRevocationEvent(AbstractKeyManagerEventHandler.java:47) + at org.wso2.carbon.apimgt.notification.DefaultKeyManagerEventHandlerImpl.handleTokenRevocationEvent(DefaultKeyManagerEventHandlerImpl.java:53) + at org.wso2.carbon.apimgt.notification.DefaultKeyManagerEventHandlerImpl.handleEvent(DefaultKeyManagerEventHandlerImpl.java:39) + at org.wso2.carbon.apimgt.notification.NotificationEventService.processEvent(NotificationEventService.java:44) + at org.wso2.carbon.apimgt.internal.service.impl.NotifyApiServiceImpl.notifyPost(NotifyApiServiceImpl.java:27) + at org.wso2.carbon.apimgt.internal.service.NotifyApi.notifyPost(NotifyApi.java:45) + at jdk.internal.reflect.GeneratedMethodAccessor384.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.base/java.lang.reflect.Method.invoke(Method.java:566) + at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179) + at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96) + at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:193) + at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:103) + at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59) + at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96) + at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308) + at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) + at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267) + at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234) + at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208) + at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) + at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:216) + at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:301) + at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:220) + at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) + at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:276) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) + at org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve.invoke(TenantContextRewriteValve.java:86) + at org.wso2.carbon.identity.authz.valve.AuthorizationValve.invoke(AuthorizationValve.java:110) + at org.wso2.carbon.identity.auth.valve.AuthenticationValve.invoke(AuthenticationValve.java:103) + at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99) + at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:49) + at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62) + at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:145) + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690) + at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57) + at org.wso2.carbon.tomcat.ext.valves.RequestCorrelationIdValve.invoke(RequestCorrelationIdValve.java:124) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) + at java.base/java.lang.Thread.run(Thread.java:829) +``` +The cause of the NPE error is due to missing TokenType from the request payload of /internal/data/v1 api call and it is causing this NPE error during the Token Revocation process in the migrated environment. The temporary solution was to do a few changes in the database. the issue could be resolved, but the problem is that this is happening to all the migrated applications. + +Need to fix this NPE issue for the migrated application in the APIM 3.2.0. + +### Steps to reproduce: + +### Affected Product Version: +API-M 3.2.0 + +### Environment details (with versions): +- OS: +- Client: +- Env (Docker/K8s): + +--- +### Optional Fields +#### Related Issues: + + +#### Suggested Labels: +bug + +#### Suggested Assignees: +",1.0,"NPE error for the migrated applications - APIM 3.2.0 - ### Description: +After successfully migrated from APIM 2.1.0 to 3.2.0 successfully. In this migrated environment there is an issue which is a NullPointerException error is repeatedly occurring in the logs as follows. + +``` +TID: [-1234] [internal/data/v1] [2021-08-27 06:21:45,963] ERROR {org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/internal/data/v1].[CXFServlet]} - Servlet.service() for servlet [CXFServlet] in context with path [/internal/data/v1] threw exception java.lang.NullPointerException + at java.base/java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011) + at java.base/java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006) + at java.base/java.util.Properties.put(Properties.java:1340) + at org.wso2.carbon.apimgt.notification.AbstractKeyManagerEventHandler.handleTokenRevocationEvent(AbstractKeyManagerEventHandler.java:47) + at org.wso2.carbon.apimgt.notification.DefaultKeyManagerEventHandlerImpl.handleTokenRevocationEvent(DefaultKeyManagerEventHandlerImpl.java:53) + at org.wso2.carbon.apimgt.notification.DefaultKeyManagerEventHandlerImpl.handleEvent(DefaultKeyManagerEventHandlerImpl.java:39) + at org.wso2.carbon.apimgt.notification.NotificationEventService.processEvent(NotificationEventService.java:44) + at org.wso2.carbon.apimgt.internal.service.impl.NotifyApiServiceImpl.notifyPost(NotifyApiServiceImpl.java:27) + at org.wso2.carbon.apimgt.internal.service.NotifyApi.notifyPost(NotifyApi.java:45) + at jdk.internal.reflect.GeneratedMethodAccessor384.invoke(Unknown Source) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.base/java.lang.reflect.Method.invoke(Method.java:566) + at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179) + at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96) + at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:193) + at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:103) + at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59) + at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96) + at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308) + at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) + at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267) + at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234) + at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208) + at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) + at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:216) + at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:301) + at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:220) + at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) + at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:276) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) + at org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve.invoke(TenantContextRewriteValve.java:86) + at org.wso2.carbon.identity.authz.valve.AuthorizationValve.invoke(AuthorizationValve.java:110) + at org.wso2.carbon.identity.auth.valve.AuthenticationValve.invoke(AuthenticationValve.java:103) + at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99) + at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:49) + at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62) + at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:145) + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690) + at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57) + at org.wso2.carbon.tomcat.ext.valves.RequestCorrelationIdValve.invoke(RequestCorrelationIdValve.java:124) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) + at java.base/java.lang.Thread.run(Thread.java:829) +``` +The cause of the NPE error is due to missing TokenType from the request payload of /internal/data/v1 api call and it is causing this NPE error during the Token Revocation process in the migrated environment. The temporary solution was to do a few changes in the database. the issue could be resolved, but the problem is that this is happening to all the migrated applications. + +Need to fix this NPE issue for the migrated application in the APIM 3.2.0. + +### Steps to reproduce: + +### Affected Product Version: +API-M 3.2.0 + +### Environment details (with versions): +- OS: +- Client: +- Env (Docker/K8s): + +--- +### Optional Fields +#### Related Issues: + + +#### Suggested Labels: +bug + +#### Suggested Assignees: +",0,npe error for the migrated applications apim description after successfully migrated from apim to successfully in this migrated environment there is an issue which is a nullpointerexception error is repeatedly occurring in the logs as follows tid error org apache catalina core containerbase servlet service for servlet in context with path threw exception java lang nullpointerexception at java base java util concurrent concurrenthashmap putval concurrenthashmap java at java base java util concurrent concurrenthashmap put concurrenthashmap java at java base java util properties put properties java at org carbon apimgt notification abstractkeymanagereventhandler handletokenrevocationevent abstractkeymanagereventhandler java at org carbon apimgt notification defaultkeymanagereventhandlerimpl handletokenrevocationevent defaultkeymanagereventhandlerimpl java at org carbon apimgt notification defaultkeymanagereventhandlerimpl handleevent defaultkeymanagereventhandlerimpl java at org carbon apimgt notification notificationeventservice processevent notificationeventservice java at org carbon apimgt internal service impl notifyapiserviceimpl notifypost notifyapiserviceimpl java at org carbon apimgt internal service notifyapi notifypost notifyapi java at jdk internal reflect invoke unknown source at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org apache cxf service invoker abstractinvoker performinvocation abstractinvoker java at org apache cxf service invoker abstractinvoker invoke abstractinvoker java at org apache cxf jaxrs jaxrsinvoker invoke jaxrsinvoker java at org apache cxf jaxrs jaxrsinvoker invoke jaxrsinvoker java at org apache cxf interceptor serviceinvokerinterceptor run serviceinvokerinterceptor java at org apache cxf interceptor serviceinvokerinterceptor handlemessage serviceinvokerinterceptor java at org apache cxf phase phaseinterceptorchain dointercept phaseinterceptorchain java at org apache cxf transport chaininitiationobserver onmessage chaininitiationobserver java at org apache cxf transport http abstracthttpdestination invoke abstracthttpdestination java at org apache cxf transport servlet servletcontroller invokedestination servletcontroller java at org apache cxf transport servlet servletcontroller invoke servletcontroller java at org apache cxf transport servlet servletcontroller invoke servletcontroller java at org apache cxf transport servlet cxfnonspringservlet invoke cxfnonspringservlet java at org apache cxf transport servlet abstracthttpservlet handlerequest abstracthttpservlet java at org apache cxf transport servlet abstracthttpservlet dopost abstracthttpservlet java at javax servlet http httpservlet service httpservlet java at org apache cxf transport servlet abstracthttpservlet service abstracthttpservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at org apache catalina authenticator authenticatorbase invoke authenticatorbase java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org carbon identity context rewrite valve tenantcontextrewritevalve invoke tenantcontextrewritevalve java at org carbon identity authz valve authorizationvalve invoke authorizationvalve java at org carbon identity auth valve authenticationvalve invoke authenticationvalve java at org carbon tomcat ext valves compositevalve continueinvocation compositevalve java at org carbon tomcat ext valves tomcatvalvecontainer invokevalves tomcatvalvecontainer java at org carbon tomcat ext valves compositevalve invoke compositevalve java at org carbon tomcat ext valves carbonstuckthreaddetectionvalve invoke carbonstuckthreaddetectionvalve java at org apache catalina valves abstractaccesslogvalve invoke abstractaccesslogvalve java at org carbon tomcat ext valves carboncontextcreatorvalve invoke carboncontextcreatorvalve java at org carbon tomcat ext valves requestcorrelationidvalve invoke requestcorrelationidvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote service java at org apache coyote abstractprocessorlight process abstractprocessorlight java at org apache coyote abstractprotocol connectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net socketprocessorbase run socketprocessorbase java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java base java lang thread run thread java the cause of the npe error is due to missing tokentype from the request payload of internal data api call and it is causing this npe error during the token revocation process in the migrated environment the temporary solution was to do a few changes in the database the issue could be resolved but the problem is that this is happening to all the migrated applications need to fix this npe issue for the migrated application in the apim steps to reproduce affected product version api m environment details with versions os client env docker optional fields related issues suggested labels bug suggested assignees ,0 +3585,9855107272.0,IssuesEvent,2019-06-19 18:32:23,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Tags are not exactly ""alphanumeric"" limited",architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"It may be difficult to confirm without involving localization, but can we change at least the tag naming restrictions from ""alphanumeric"" to ""Unicode"" or something else more appropriate? I have tested that Japanese characters, even fairly unusual ones that we previously saw didn't count as ""words"" for the RG naming conventions, work fine in tags. +I'm pretty sure that it's just the (single-byte) versions of the specifically listed characters that are prohibited, and any other Unicode symbol I tried worked fine (♡🐶漢字かなカナ). + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#naming-rules-and-restrictions) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1.0,"Tags are not exactly ""alphanumeric"" limited - It may be difficult to confirm without involving localization, but can we change at least the tag naming restrictions from ""alphanumeric"" to ""Unicode"" or something else more appropriate? I have tested that Japanese characters, even fairly unusual ones that we previously saw didn't count as ""words"" for the RG naming conventions, work fine in tags. +I'm pretty sure that it's just the (single-byte) versions of the specifically listed characters that are prohibited, and any other Unicode symbol I tried worked fine (♡🐶漢字かなカナ). + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#naming-rules-and-restrictions) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,tags are not exactly alphanumeric limited it may be difficult to confirm without involving localization but can we change at least the tag naming restrictions from alphanumeric to unicode or something else more appropriate i have tested that japanese characters even fairly unusual ones that we previously saw didn t count as words for the rg naming conventions work fine in tags i m pretty sure that it s just the single byte versions of the specifically listed characters that are prohibited and any other unicode symbol i tried worked fine ♡🐶漢字かなカナ document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login telmosampaio microsoft alias pnp ,1 +399264,27234322548.0,IssuesEvent,2023-02-21 15:18:38,aws/aws-sdk-js-v3,https://api.github.com/repos/aws/aws-sdk-js-v3,opened,Lack of examples,documentation needs-triage,"### Describe the issue + +Elasticsearch Service Client - AWS SDK for JavaScript v3 +https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elasticsearch-service/index.html + +Neither of the below links from the page above, lead to examples of @aws-sdk/client-elasticsearch-service + +For sample code that uses the Configuration API, see the [Amazon Elasticsearch Service Developer Guide](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-configuration-samples.html). The guide also contains [sample code for sending signed HTTP requests to the Elasticsearch APIs](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-request-signing.html). + +From: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elasticsearch-service/classes/acceptinboundcrossclustersearchconnectioncommand.html#input + +import { ElasticsearchServiceClient, AcceptInboundCrossClusterSearchConnectionCommand } from ""@aws-sdk/client-elasticsearch-service""; // ES Modules import +// const { ElasticsearchServiceClient, AcceptInboundCrossClusterSearchConnectionCommand } = require(""@aws-sdk/client-elasticsearch-service""); // CommonJS import +const client = new ElasticsearchServiceClient(config); +const command = new AcceptInboundCrossClusterSearchConnectionCommand(input); +const response = await client.send(command); + +Again, no examples, what is config? what is input? A connection can not be made without detailed examples of these components. + +### Links + +https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elasticsearch-service/index.html +From: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elasticsearch-service/classes/acceptinboundcrossclustersearchconnectioncommand.html#input",1.0,"Lack of examples - ### Describe the issue + +Elasticsearch Service Client - AWS SDK for JavaScript v3 +https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elasticsearch-service/index.html + +Neither of the below links from the page above, lead to examples of @aws-sdk/client-elasticsearch-service + +For sample code that uses the Configuration API, see the [Amazon Elasticsearch Service Developer Guide](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-configuration-samples.html). The guide also contains [sample code for sending signed HTTP requests to the Elasticsearch APIs](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-request-signing.html). + +From: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elasticsearch-service/classes/acceptinboundcrossclustersearchconnectioncommand.html#input + +import { ElasticsearchServiceClient, AcceptInboundCrossClusterSearchConnectionCommand } from ""@aws-sdk/client-elasticsearch-service""; // ES Modules import +// const { ElasticsearchServiceClient, AcceptInboundCrossClusterSearchConnectionCommand } = require(""@aws-sdk/client-elasticsearch-service""); // CommonJS import +const client = new ElasticsearchServiceClient(config); +const command = new AcceptInboundCrossClusterSearchConnectionCommand(input); +const response = await client.send(command); + +Again, no examples, what is config? what is input? A connection can not be made without detailed examples of these components. + +### Links + +https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elasticsearch-service/index.html +From: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elasticsearch-service/classes/acceptinboundcrossclustersearchconnectioncommand.html#input",0,lack of examples describe the issue elasticsearch service client aws sdk for javascript neither of the below links from the page above lead to examples of aws sdk client elasticsearch service for sample code that uses the configuration api see the the guide also contains from import elasticsearchserviceclient acceptinboundcrossclustersearchconnectioncommand from aws sdk client elasticsearch service es modules import const elasticsearchserviceclient acceptinboundcrossclustersearchconnectioncommand require aws sdk client elasticsearch service commonjs import const client new elasticsearchserviceclient config const command new acceptinboundcrossclustersearchconnectioncommand input const response await client send command again no examples what is config what is input a connection can not be made without detailed examples of these components links from ,0 +196869,22571793545.0,IssuesEvent,2022-06-28 01:23:31,kaidisn/netflix_conductor_fork,https://api.github.com/repos/kaidisn/netflix_conductor_fork,opened,CVE-2021-42740 (High) detected in shell-quote-1.7.2.tgz,security vulnerability,"## CVE-2021-42740 - High Severity Vulnerability +
Vulnerable Library - shell-quote-1.7.2.tgz

+ +

quote and parse shell commands

+

Library home page: https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz

+

+ +Dependency Hierarchy: + - browserify-12.0.2.tgz (Root Library) + - :x: **shell-quote-1.7.2.tgz** (Vulnerable Library) +

Found in HEAD commit: e5f3a784765077c7776dd541a3c94011c256b35b

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +The shell-quote package before 1.7.3 for Node.js allows command injection. An attacker can inject unescaped shell metacharacters through a regex designed to support Windows drive letters. If the output of this package is passed to a real shell as a quoted argument to a command with exec(), an attacker can inject arbitrary commands. This is because the Windows drive letter regex character class is {A-z] instead of the correct {A-Za-z]. Several shell metacharacters exist in the space between capital letter Z and lower case letter a, such as the backtick character. + +

Publish Date: 2021-10-21 +

URL: CVE-2021-42740

+

+
+

+
CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42740

+

Release Date: 2021-10-21

+

Fix Resolution (shell-quote): 1.7.3

+

Direct dependency fix Resolution (browserify): 13.0.0

+ +

+
+

+",True,"CVE-2021-42740 (High) detected in shell-quote-1.7.2.tgz - ## CVE-2021-42740 - High Severity Vulnerability +
Vulnerable Library - shell-quote-1.7.2.tgz

+ +

quote and parse shell commands

+

Library home page: https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz

+

+ +Dependency Hierarchy: + - browserify-12.0.2.tgz (Root Library) + - :x: **shell-quote-1.7.2.tgz** (Vulnerable Library) +

Found in HEAD commit: e5f3a784765077c7776dd541a3c94011c256b35b

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +The shell-quote package before 1.7.3 for Node.js allows command injection. An attacker can inject unescaped shell metacharacters through a regex designed to support Windows drive letters. If the output of this package is passed to a real shell as a quoted argument to a command with exec(), an attacker can inject arbitrary commands. This is because the Windows drive letter regex character class is {A-z] instead of the correct {A-Za-z]. Several shell metacharacters exist in the space between capital letter Z and lower case letter a, such as the backtick character. + +

Publish Date: 2021-10-21 +

URL: CVE-2021-42740

+

+
+

+
CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42740

+

Release Date: 2021-10-21

+

Fix Resolution (shell-quote): 1.7.3

+

Direct dependency fix Resolution (browserify): 13.0.0

+ +

+
+

+",0,cve high detected in shell quote tgz cve high severity vulnerability vulnerable library shell quote tgz quote and parse shell commands library home page a href dependency hierarchy browserify tgz root library x shell quote tgz vulnerable library found in head commit a href found in base branch master vulnerability details the shell quote package before for node js allows command injection an attacker can inject unescaped shell metacharacters through a regex designed to support windows drive letters if the output of this package is passed to a real shell as a quoted argument to a command with exec an attacker can inject arbitrary commands this is because the windows drive letter regex character class is a z instead of the correct a za z several shell metacharacters exist in the space between capital letter z and lower case letter a such as the backtick character 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 shell quote direct dependency fix resolution browserify ,0 +159087,12462311645.0,IssuesEvent,2020-05-28 08:41:22,Holmusk/Rust-ImageResizing-Benchmarks,https://api.github.com/repos/Holmusk/Rust-ImageResizing-Benchmarks,closed,Add test for resizing function,tests,- Verify that any image resized is of the required dimension (299 x 299),1.0,Add test for resizing function - - Verify that any image resized is of the required dimension (299 x 299),0,add test for resizing function verify that any image resized is of the required dimension x ,0 +10216,26536947982.0,IssuesEvent,2023-01-19 16:17:11,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Additional Issues and Considerations,doc-enhancement in-progress assigned-to-author triaged architecture-center/svc Pri3 design-pattern/subsvc,"In _Queue-Based Load Leveling pattern_ under _issues and considerations_ I feel there are a couple more considerations that might be worth mentioning. + +1) Depending on the load of the service, you can run into a situation where you're effectively always trailing behind. i.e. you're always queuing up more requests than you're burning down. So the kind of traffic of your application needs to be taken into consideration (aside from just handling spikes). + +2) The pattern can lose information depending on the persistence of the Queue. If your queue crashes or drops information (due to system limits) there's a possibility that you don't have guaranteed delivery. So the behavior of your queue and system limits need to be taken into consideration based on the needs of your solution. + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e0b2b229-0cae-3ba9-180c-5aab1a5a4897 +* Version Independent ID: 85c2c9d6-cef4-9a7c-a512-ecdd69e1b456 +* Content: [Queue-Based Load Leveling pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/queue-based-load-leveling) +* Content Source: [docs/patterns/queue-based-load-leveling.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/queue-based-load-leveling.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Additional Issues and Considerations - In _Queue-Based Load Leveling pattern_ under _issues and considerations_ I feel there are a couple more considerations that might be worth mentioning. + +1) Depending on the load of the service, you can run into a situation where you're effectively always trailing behind. i.e. you're always queuing up more requests than you're burning down. So the kind of traffic of your application needs to be taken into consideration (aside from just handling spikes). + +2) The pattern can lose information depending on the persistence of the Queue. If your queue crashes or drops information (due to system limits) there's a possibility that you don't have guaranteed delivery. So the behavior of your queue and system limits need to be taken into consideration based on the needs of your solution. + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e0b2b229-0cae-3ba9-180c-5aab1a5a4897 +* Version Independent ID: 85c2c9d6-cef4-9a7c-a512-ecdd69e1b456 +* Content: [Queue-Based Load Leveling pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/queue-based-load-leveling) +* Content Source: [docs/patterns/queue-based-load-leveling.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/queue-based-load-leveling.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,additional issues and considerations in queue based load leveling pattern under issues and considerations i feel there are a couple more considerations that might be worth mentioning depending on the load of the service you can run into a situation where you re effectively always trailing behind i e you re always queuing up more requests than you re burning down so the kind of traffic of your application needs to be taken into consideration aside from just handling spikes the pattern can lose information depending on the persistence of the queue if your queue crashes or drops information due to system limits there s a possibility that you don t have guaranteed delivery so the behavior of your queue and system limits need to be taken into consideration based on the needs of your solution document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login microsoft alias pnp ,1 +10127,26361825372.0,IssuesEvent,2023-01-11 13:57:03,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Please add whenever IPv6 and Websocket can be used for App Services,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Please add whenever IPv6 and Websocket can be used for App Services - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,please add whenever and websocket can be used for app services document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login edprice msft microsoft alias pnp ,1 +83628,24104967429.0,IssuesEvent,2022-09-20 06:34:51,google/mediapipe,https://api.github.com/repos/google/mediapipe,closed,Bazel can't recognize python binary path,type:build/install MediaPipe platform:desktop platform:python,"Hi, can you help me with this issue: + +`ERROR: An error occurred during the fetch of repository 'local_execution_config_python': + Traceback (most recent call last): + File ""C:/users/user/_bazel_user/bkk7hz7b/external/org_tensorflow/third_party/py/python_configure.bzl"", line 213, column 33, in _create_local_python_repository + python_lib = _get_python_lib(repository_ctx, python_bin) + File ""C:/users/user/_bazel_user/bkk7hz7b/external/org_tensorflow/third_party/py/python_configure.bzl"", line 130, column 21, in _get_python_lib + result = execute(repository_ctx, [python_bin, ""-c"", cmd]) + File ""C:/users/user/_bazel_user/bkk7hz7b/external/org_tensorflow/third_party/remote_config/common.bzl"", line 230, column 13, in execute + fail( +Error in fail: Repository command failed +Traceback (most recent call last): + File """", line 1, in +NameError: name 'system' is not defined +ERROR: C:/users/user/mediapipe_repo/mediapipe/WORKSPACE:476:14: fetching local_python_configure rule //external:local_execution_config_python: Traceback (most recent call last): + File ""C:/users/user/_bazel_user/bkk7hz7b/external/org_tensorflow/third_party/py/python_configure.bzl"", line 213, column 33, in _create_local_python_repository + python_lib = _get_python_lib(repository_ctx, python_bin) + File ""C:/users/user/_bazel_user/bkk7hz7b/external/org_tensorflow/third_party/py/python_configure.bzl"", line 130, column 21, in _get_python_lib + result = execute(repository_ctx, [python_bin, ""-c"", cmd]) + File ""C:/users/user/_bazel_user/bkk7hz7b/external/org_tensorflow/third_party/remote_config/common.bzl"", line 230, column 13, in execute + fail( +Error in fail: Repository command failed +Traceback (most recent call last): + File """", line 1, in +NameError: name 'system' is not defined +ERROR: Analysis of target '//mediapipe/examples/desktop/hello_world:hello_world' failed; build aborted: Repository command failed +Traceback (most recent call last): + File """", line 1, in +NameError: name 'system' is not defined +INFO: Elapsed time: 6.055s +INFO: 0 processes. +FAILED: Build did NOT complete successfully (38 packages loaded, 11 targets config\ +ured)` + +I've tried this solution #724 but still didn't work for me. I also tried to recognize the path by run `sys.executable` on python interpreter but it still didn't work. I'm using the latest version of Bazel, python 3.10 and Git Bash + +This is the command that i run +`C:\Users\User\mediapipe_repo\mediapipe>bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 --action_env PYTHON_BIN_PATH=""C://Python_3.10//python.exe"" mediapipe/examples/desktop/hello_world` +",1.0,"Bazel can't recognize python binary path - Hi, can you help me with this issue: + +`ERROR: An error occurred during the fetch of repository 'local_execution_config_python': + Traceback (most recent call last): + File ""C:/users/user/_bazel_user/bkk7hz7b/external/org_tensorflow/third_party/py/python_configure.bzl"", line 213, column 33, in _create_local_python_repository + python_lib = _get_python_lib(repository_ctx, python_bin) + File ""C:/users/user/_bazel_user/bkk7hz7b/external/org_tensorflow/third_party/py/python_configure.bzl"", line 130, column 21, in _get_python_lib + result = execute(repository_ctx, [python_bin, ""-c"", cmd]) + File ""C:/users/user/_bazel_user/bkk7hz7b/external/org_tensorflow/third_party/remote_config/common.bzl"", line 230, column 13, in execute + fail( +Error in fail: Repository command failed +Traceback (most recent call last): + File """", line 1, in +NameError: name 'system' is not defined +ERROR: C:/users/user/mediapipe_repo/mediapipe/WORKSPACE:476:14: fetching local_python_configure rule //external:local_execution_config_python: Traceback (most recent call last): + File ""C:/users/user/_bazel_user/bkk7hz7b/external/org_tensorflow/third_party/py/python_configure.bzl"", line 213, column 33, in _create_local_python_repository + python_lib = _get_python_lib(repository_ctx, python_bin) + File ""C:/users/user/_bazel_user/bkk7hz7b/external/org_tensorflow/third_party/py/python_configure.bzl"", line 130, column 21, in _get_python_lib + result = execute(repository_ctx, [python_bin, ""-c"", cmd]) + File ""C:/users/user/_bazel_user/bkk7hz7b/external/org_tensorflow/third_party/remote_config/common.bzl"", line 230, column 13, in execute + fail( +Error in fail: Repository command failed +Traceback (most recent call last): + File """", line 1, in +NameError: name 'system' is not defined +ERROR: Analysis of target '//mediapipe/examples/desktop/hello_world:hello_world' failed; build aborted: Repository command failed +Traceback (most recent call last): + File """", line 1, in +NameError: name 'system' is not defined +INFO: Elapsed time: 6.055s +INFO: 0 processes. +FAILED: Build did NOT complete successfully (38 packages loaded, 11 targets config\ +ured)` + +I've tried this solution #724 but still didn't work for me. I also tried to recognize the path by run `sys.executable` on python interpreter but it still didn't work. I'm using the latest version of Bazel, python 3.10 and Git Bash + +This is the command that i run +`C:\Users\User\mediapipe_repo\mediapipe>bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 --action_env PYTHON_BIN_PATH=""C://Python_3.10//python.exe"" mediapipe/examples/desktop/hello_world` +",0,bazel can t recognize python binary path hi can you help me with this issue error an error occurred during the fetch of repository local execution config python traceback most recent call last file c users user bazel user external org tensorflow third party py python configure bzl line column in create local python repository python lib get python lib repository ctx python bin file c users user bazel user external org tensorflow third party py python configure bzl line column in get python lib result execute repository ctx file c users user bazel user external org tensorflow third party remote config common bzl line column in execute fail error in fail repository command failed traceback most recent call last file line in nameerror name system is not defined error c users user mediapipe repo mediapipe workspace fetching local python configure rule external local execution config python traceback most recent call last file c users user bazel user external org tensorflow third party py python configure bzl line column in create local python repository python lib get python lib repository ctx python bin file c users user bazel user external org tensorflow third party py python configure bzl line column in get python lib result execute repository ctx file c users user bazel user external org tensorflow third party remote config common bzl line column in execute fail error in fail repository command failed traceback most recent call last file line in nameerror name system is not defined error analysis of target mediapipe examples desktop hello world hello world failed build aborted repository command failed traceback most recent call last file line in nameerror name system is not defined info elapsed time info processes failed build did not complete successfully packages loaded targets config ured i ve tried this solution but still didn t work for me i also tried to recognize the path by run sys executable on python interpreter but it still didn t work i m using the latest version of bazel python and git bash this is the command that i run c users user mediapipe repo mediapipe bazel build c opt define mediapipe disable gpu action env python bin path c python python exe mediapipe examples desktop hello world ,0 +6035,13541185291.0,IssuesEvent,2020-09-16 15:33:34,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Naming conventions of Icons,Pri2 architecture-center/svc assigned-to-author doc-enhancement triaged," +We are doing some work with ARM templates and attempting to use the latest Icon sets. +The problem we are seeing is there is no consistence way in which the icons are named which can map to templates or schemas. +Please could it be considered . + e.g Template schemas refer to Virtual scale sets as 'virtualMachineScaleSets', but the icon is buried in the Compute directory called ""10034-icon-service-VM-Scalte-Sets"". + +How are we meant to quick / auto identify between the too. Before the naming convention did link back to the recourses types + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Naming conventions of Icons - +We are doing some work with ARM templates and attempting to use the latest Icon sets. +The problem we are seeing is there is no consistence way in which the icons are named which can map to templates or schemas. +Please could it be considered . + e.g Template schemas refer to Virtual scale sets as 'virtualMachineScaleSets', but the icon is buried in the Compute directory called ""10034-icon-service-VM-Scalte-Sets"". + +How are we meant to quick / auto identify between the too. Before the naming convention did link back to the recourses types + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,naming conventions of icons we are doing some work with arm templates and attempting to use the latest icon sets the problem we are seeing is there is no consistence way in which the icons are named which can map to templates or schemas please could it be considered e g template schemas refer to virtual scale sets as virtualmachinescalesets but the icon is buried in the compute directory called icon service vm scalte sets how are we meant to quick auto identify between the too before the naming convention did link back to the recourses types document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +192814,15359475830.0,IssuesEvent,2021-03-01 15:53:45,fga-eps-mds/2020.2-e-Vacina-Backend,https://api.github.com/repos/fga-eps-mds/2020.2-e-Vacina-Backend,closed,Desenvolver o documento de arquitetura - Primeira versão,Sprint 2 documentation,"## Descrição + +Desenvolver uma versão primária do documento de arquitetura, levando em consideração as ideia iniciais sobre o projeto, definindo um planejamento de como será a interação usuário-produto. + +## Tarefas + +- [ ] Escolher modelo do documento +- [ ] Pesquisar documentos de outros projetos + +## Critério de aceitação + +- [ ] Finalizar a versão primária +# +",1.0,"Desenvolver o documento de arquitetura - Primeira versão - ## Descrição + +Desenvolver uma versão primária do documento de arquitetura, levando em consideração as ideia iniciais sobre o projeto, definindo um planejamento de como será a interação usuário-produto. + +## Tarefas + +- [ ] Escolher modelo do documento +- [ ] Pesquisar documentos de outros projetos + +## Critério de aceitação + +- [ ] Finalizar a versão primária +# +",0,desenvolver o documento de arquitetura primeira versão descrição desenvolver uma versão primária do documento de arquitetura levando em consideração as ideia iniciais sobre o projeto definindo um planejamento de como será a interação usuário produto tarefas escolher modelo do documento pesquisar documentos de outros projetos critério de aceitação finalizar a versão primária ,0 +15093,5051938232.0,IssuesEvent,2016-12-20 23:42:03,DemoProductions/shmup,https://api.github.com/repos/DemoProductions/shmup,opened,Use Canvas for Healthbar,code enhancement,"Short on description, but there should be a way to set up the healthbar on a canvas instead of having the object be placed in the real world like they are now. This will make editing their positions on screen much easier.",1.0,"Use Canvas for Healthbar - Short on description, but there should be a way to set up the healthbar on a canvas instead of having the object be placed in the real world like they are now. This will make editing their positions on screen much easier.",0,use canvas for healthbar short on description but there should be a way to set up the healthbar on a canvas instead of having the object be placed in the real world like they are now this will make editing their positions on screen much easier ,0 +5003,11942362683.0,IssuesEvent,2020-04-02 20:09:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,AWS AppSync equivalent for Azure,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"Missing the AWS AppSync service from AWS and its respective equivalent in Azure. May be some more services would be there which are in AWS and not in Azure + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1.0,"AWS AppSync equivalent for Azure - Missing the AWS AppSync service from AWS and its respective equivalent in Azure. May be some more services would be there which are in AWS and not in Azure + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1,aws appsync equivalent for azure missing the aws appsync service from aws and its respective equivalent in azure may be some more services would be there which are in aws and not in azure document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login jasrobe microsoft alias pnp ,1 +822396,30869899527.0,IssuesEvent,2023-08-03 10:33:45,redhat-developer/odo,https://api.github.com/repos/redhat-developer/odo,closed,Issue with PVC when renaming devfile component,kind/bug priority/Medium,"/kind bug + +## What versions of software are you using? + +**Operating System:** + +Linux Fedora + +**Output of `odo version`:** + +``` +$ odo version +odo v3.0.0-alpha1 (96ea52e88) +``` + +## How did you run odo exactly? + +After running `odo dev` a first time, I update the `metadata.name` in the devfile. + + +## Actual behavior + +After running `odo dev` and stopping it, the PVC is still present. No `ownerReference` are set in the PVC. + +The problem is that the name in the devfile and the name in the odo env file differ. + +The pvc is created with the name in the env file then updated to add ownerReferences by using the name in the devfile. + +## Expected behavior + + +## Any logs, error output, etc? + + +",1.0,"Issue with PVC when renaming devfile component - /kind bug + +## What versions of software are you using? + +**Operating System:** + +Linux Fedora + +**Output of `odo version`:** + +``` +$ odo version +odo v3.0.0-alpha1 (96ea52e88) +``` + +## How did you run odo exactly? + +After running `odo dev` a first time, I update the `metadata.name` in the devfile. + + +## Actual behavior + +After running `odo dev` and stopping it, the PVC is still present. No `ownerReference` are set in the PVC. + +The problem is that the name in the devfile and the name in the odo env file differ. + +The pvc is created with the name in the env file then updated to add ownerReferences by using the name in the devfile. + +## Expected behavior + + +## Any logs, error output, etc? + + +",0,issue with pvc when renaming devfile component kind bug what versions of software are you using operating system linux fedora output of odo version odo version odo how did you run odo exactly after running odo dev a first time i update the metadata name in the devfile actual behavior after running odo dev and stopping it the pvc is still present no ownerreference are set in the pvc the problem is that the name in the devfile and the name in the odo env file differ the pvc is created with the name in the env file then updated to add ownerreferences by using the name in the devfile expected behavior any logs error output etc ,0 +5006,11942537424.0,IssuesEvent,2020-04-02 21:12:01,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Download documentation for offline,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc triaged,"It used to be possible to download this document for offline usage. Now it is not possible. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e4699b7a-fc21-817e-5a37-aa17b55f47a2 +* Version Independent ID: 23efcd5d-11a5-c46f-a73e-5cc638591bcd +* Content: [Bulkhead pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/bulkhead) +* Content Source: [docs/patterns/bulkhead.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/bulkhead.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Download documentation for offline - It used to be possible to download this document for offline usage. Now it is not possible. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e4699b7a-fc21-817e-5a37-aa17b55f47a2 +* Version Independent ID: 23efcd5d-11a5-c46f-a73e-5cc638591bcd +* Content: [Bulkhead pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/bulkhead) +* Content Source: [docs/patterns/bulkhead.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/bulkhead.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,download documentation for offline it used to be possible to download this document for offline usage now it is not possible document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +50277,13187418549.0,IssuesEvent,2020-08-13 03:21:06,icecube-trac/tix3,https://api.github.com/repos/icecube-trac/tix3,closed,icetray-inspect and tableio (Trac #442),Migrated from Trac defect documentation,"icetray-inspect is outputting bad xml in tableio (and rootwriter) + +see: http://codepad.org/ayhbgbxE + +
+ _Migrated from https://code.icecube.wisc.edu/ticket/442 +, reported by nega and owned by jvansanten_ +

+ +```json +{ + ""status"": ""closed"", + ""changetime"": ""2012-10-31T18:05:55"", + ""description"": ""icetray-inspect is outputting bad xml in tableio (and rootwriter)\n\nsee: http://codepad.org/ayhbgbxE"", + ""reporter"": ""nega"", + ""cc"": """", + ""resolution"": ""fixed"", + ""_ts"": ""1351706755000000"", + ""component"": ""documentation"", + ""summary"": ""icetray-inspect and tableio"", + ""priority"": ""major"", + ""keywords"": """", + ""time"": ""2012-09-14T18:24:26"", + ""milestone"": """", + ""owner"": ""jvansanten"", + ""type"": ""defect"" +} +``` + +

+
+",1.0,"icetray-inspect and tableio (Trac #442) - icetray-inspect is outputting bad xml in tableio (and rootwriter) + +see: http://codepad.org/ayhbgbxE + +
+ _Migrated from https://code.icecube.wisc.edu/ticket/442 +, reported by nega and owned by jvansanten_ +

+ +```json +{ + ""status"": ""closed"", + ""changetime"": ""2012-10-31T18:05:55"", + ""description"": ""icetray-inspect is outputting bad xml in tableio (and rootwriter)\n\nsee: http://codepad.org/ayhbgbxE"", + ""reporter"": ""nega"", + ""cc"": """", + ""resolution"": ""fixed"", + ""_ts"": ""1351706755000000"", + ""component"": ""documentation"", + ""summary"": ""icetray-inspect and tableio"", + ""priority"": ""major"", + ""keywords"": """", + ""time"": ""2012-09-14T18:24:26"", + ""milestone"": """", + ""owner"": ""jvansanten"", + ""type"": ""defect"" +} +``` + +

+
+",0,icetray inspect and tableio trac icetray inspect is outputting bad xml in tableio and rootwriter see migrated from reported by nega and owned by jvansanten json status closed changetime description icetray inspect is outputting bad xml in tableio and rootwriter n nsee reporter nega cc resolution fixed ts component documentation summary icetray inspect and tableio priority major keywords time milestone owner jvansanten type defect ,0 +68413,28454722660.0,IssuesEvent,2023-04-17 05:56:47,wso2/apk,https://api.github.com/repos/wso2/apk,closed,[Runtime DS] Needs to provide capability to import yaml type API Definition,component/runtime-domain-services,"**Description:** +Needs to provide capability to import yaml type API Definition. Currently it gives 500 internal server error.",1.0,"[Runtime DS] Needs to provide capability to import yaml type API Definition - **Description:** +Needs to provide capability to import yaml type API Definition. Currently it gives 500 internal server error.",0, needs to provide capability to import yaml type api definition description needs to provide capability to import yaml type api definition currently it gives internal server error ,0 +47209,10054089847.0,IssuesEvent,2019-07-21 22:28:27,hawknetwork/sealnote-plus,https://api.github.com/repos/hawknetwork/sealnote-plus,opened,Raise issues for TODO comments from legacy codebases,non-code-issue,"To be written (to cover TODO, FIXME and FIX).",1.0,"Raise issues for TODO comments from legacy codebases - To be written (to cover TODO, FIXME and FIX).",0,raise issues for todo comments from legacy codebases to be written to cover todo fixme and fix ,0 +6330,14241308534.0,IssuesEvent,2020-11-18 23:22:28,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,opened,Azure WebApp private database connectivity,architecture-center/svc example-scenario/subsvc," +While looking for solution of my use case, I was brought into this page [here](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/private-web-app/private-web-app). +However this is not exactly I have designed my architecture. I'm looking for accessing Azure SQL PaaS from Azure WebApp via Managed Identity and Private EndPoint but couldn't find any documentation or guidance. + +I have an AspNetCore3.1 app hosted on Linux Azure WebApp with Private Endpoint. I have also enabled system assigned Managed Identity(MI) on the web app and added that as contained user to my Azure SQL PaaS. However, I could not establish sql connection and my app returns errors: + +> Connection was denied since Deny Public Network Access is set to Yes (https://docs.microsoft.com/azure/azure-sql/database/connectivity-settings#deny-public-network-access). To connect to this server, use the Private Endpoint from inside your virtual network (https://docs.microsoft.com/azure/sql-database/sql-database-private-endpoint-overview#how-to-set-up-private-link-for-azure-sql-database). at Microsoft.Data.ProviderBase.DbConnectionPool.CheckPoolBlockingPeriod(Exception e) + + +There is Private Endpoint configured for SQL PaaS too. This one is in different subnet but same VNet as webapp's private endpoint is in. + +Is this design supported ? Any links/docs? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7499b146-3340-d7d1-6c5f-3ed508b773cb +* Version Independent ID: 61b10612-1136-3840-c7c1-804e63b23410 +* Content: [Web app private connectivity to Azure SQL database - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/private-web-app/private-web-app) +* Content Source: [docs/example-scenario/private-web-app/private-web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/private-web-app/private-web-app.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @jelledruyts +* Microsoft Alias: **jelled**",1.0,"Azure WebApp private database connectivity - +While looking for solution of my use case, I was brought into this page [here](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/private-web-app/private-web-app). +However this is not exactly I have designed my architecture. I'm looking for accessing Azure SQL PaaS from Azure WebApp via Managed Identity and Private EndPoint but couldn't find any documentation or guidance. + +I have an AspNetCore3.1 app hosted on Linux Azure WebApp with Private Endpoint. I have also enabled system assigned Managed Identity(MI) on the web app and added that as contained user to my Azure SQL PaaS. However, I could not establish sql connection and my app returns errors: + +> Connection was denied since Deny Public Network Access is set to Yes (https://docs.microsoft.com/azure/azure-sql/database/connectivity-settings#deny-public-network-access). To connect to this server, use the Private Endpoint from inside your virtual network (https://docs.microsoft.com/azure/sql-database/sql-database-private-endpoint-overview#how-to-set-up-private-link-for-azure-sql-database). at Microsoft.Data.ProviderBase.DbConnectionPool.CheckPoolBlockingPeriod(Exception e) + + +There is Private Endpoint configured for SQL PaaS too. This one is in different subnet but same VNet as webapp's private endpoint is in. + +Is this design supported ? Any links/docs? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7499b146-3340-d7d1-6c5f-3ed508b773cb +* Version Independent ID: 61b10612-1136-3840-c7c1-804e63b23410 +* Content: [Web app private connectivity to Azure SQL database - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/private-web-app/private-web-app) +* Content Source: [docs/example-scenario/private-web-app/private-web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/private-web-app/private-web-app.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @jelledruyts +* Microsoft Alias: **jelled**",1,azure webapp private database connectivity while looking for solution of my use case i was brought into this page however this is not exactly i have designed my architecture i m looking for accessing azure sql paas from azure webapp via managed identity and private endpoint but couldn t find any documentation or guidance i have an app hosted on linux azure webapp with private endpoint i have also enabled system assigned managed identity mi on the web app and added that as contained user to my azure sql paas however i could not establish sql connection and my app returns errors connection was denied since deny public network access is set to yes to connect to this server use the private endpoint from inside your virtual network at microsoft data providerbase dbconnectionpool checkpoolblockingperiod exception e there is private endpoint configured for sql paas too this one is in different subnet but same vnet as webapp s private endpoint is in is this design supported any links docs document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login jelledruyts microsoft alias jelled ,1 +5783,13159999211.0,IssuesEvent,2020-08-10 16:47:50,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,AKS - Implementation details Request,Pri2 architecture-center/svc cxp doc-idea solution-idea/subsvc triaged," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8f6e327d-b280-a35c-2588-87a19ac2a4ba +* Version Independent ID: fa9b0713-771f-4792-979a-2f7a4f4445a2 +* Content: [Microservices with AKS - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/microservices-with-aks) +* Content Source: [docs/solution-ideas/articles/microservices-with-aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/microservices-with-aks.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"AKS - Implementation details Request - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8f6e327d-b280-a35c-2588-87a19ac2a4ba +* Version Independent ID: fa9b0713-771f-4792-979a-2f7a4f4445a2 +* Content: [Microservices with AKS - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/microservices-with-aks) +* Content Source: [docs/solution-ideas/articles/microservices-with-aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/microservices-with-aks.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,aks implementation details request document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +11446,30536506997.0,IssuesEvent,2023-07-19 17:46:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Do not understand sentence,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"Not certain what this sentence means: +""Azure DCsv2-series VMs have built-in high-performance, all-flash ONTAP enterprise systems. "" + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: abe01137-1818-bf97-2ad1-cbb5e308f020 +* Version Independent ID: c853c2cf-9456-28aa-687f-1b95c9e5ca14 +* Content: [Oracle Database with Azure NetApp Files - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/file-storage/oracle-azure-netapp-files) +* Content Source: [docs/example-scenario/file-storage/oracle-azure-netapp-files.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/file-storage/oracle-azure-netapp-files.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @martinekuan +* Microsoft Alias: **deannag**",1.0,"Do not understand sentence - Not certain what this sentence means: +""Azure DCsv2-series VMs have built-in high-performance, all-flash ONTAP enterprise systems. "" + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: abe01137-1818-bf97-2ad1-cbb5e308f020 +* Version Independent ID: c853c2cf-9456-28aa-687f-1b95c9e5ca14 +* Content: [Oracle Database with Azure NetApp Files - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/file-storage/oracle-azure-netapp-files) +* Content Source: [docs/example-scenario/file-storage/oracle-azure-netapp-files.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/file-storage/oracle-azure-netapp-files.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @martinekuan +* Microsoft Alias: **deannag**",1,do not understand sentence not certain what this sentence means azure series vms have built in high performance all flash ontap enterprise systems document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login martinekuan microsoft alias deannag ,1 +4286,10861535569.0,IssuesEvent,2019-11-14 11:17:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,SQL Data Warehouse supports Dynamic data masking ,Pri2 architecture-center/svc cloud-fundamentals/subsvc cxp doc-enhancement triaged,"SQL Data Warehouse supports Dynamic data masking : https://docs.microsoft.com/en-us/azure/sql-database/sql-database-dynamic-data-masking-get-started#set-up-dynamic-data-masking-for-your-database-using-powershell-cmdlets + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bba35cbb-4160-0b5d-6829-103b25ad6ce9 +* Version Independent ID: fa12ea8e-401a-9567-7b35-ffff532a99b6 +* Content: [Choosing a batch processing technology](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/batch-processing#feedback) +* Content Source: [docs/data-guide/technology-choices/batch-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/batch-processing.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"SQL Data Warehouse supports Dynamic data masking - SQL Data Warehouse supports Dynamic data masking : https://docs.microsoft.com/en-us/azure/sql-database/sql-database-dynamic-data-masking-get-started#set-up-dynamic-data-masking-for-your-database-using-powershell-cmdlets + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bba35cbb-4160-0b5d-6829-103b25ad6ce9 +* Version Independent ID: fa12ea8e-401a-9567-7b35-ffff532a99b6 +* Content: [Choosing a batch processing technology](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/batch-processing#feedback) +* Content Source: [docs/data-guide/technology-choices/batch-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/batch-processing.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,sql data warehouse supports dynamic data masking sql data warehouse supports dynamic data masking document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login zoinertejada microsoft alias pnp ,1 +720441,24792801484.0,IssuesEvent,2022-10-24 14:55:00,poja/RL,https://api.github.com/repos/poja/RL,opened,Engine: add syzygy endgame tables,priority-low,"This feature will only improve the engine playing performance and it does not contain any algorithmic/learning interest. +Long term feature",1.0,"Engine: add syzygy endgame tables - This feature will only improve the engine playing performance and it does not contain any algorithmic/learning interest. +Long term feature",0,engine add syzygy endgame tables this feature will only improve the engine playing performance and it does not contain any algorithmic learning interest long term feature,0 +251012,7993686480.0,IssuesEvent,2018-07-20 08:38:11,geosolutions-it/geonode-mapstore-client,https://api.github.com/repos/geosolutions-it/geonode-mapstore-client,closed,Configuration Preset/Override system,MS2 APIs Priority: High,Allow config preset system to make easier to override existing configs for certain cases ,1.0,Configuration Preset/Override system - Allow config preset system to make easier to override existing configs for certain cases ,0,configuration preset override system allow config preset system to make easier to override existing configs for certain cases ,0 +5442,12498157977.0,IssuesEvent,2020-06-01 17:47:02,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Lack of infomration to deploy this solution,Pri2 architecture-center/svc assigned-to-author doc-enhancement solution-idea/subsvc triaged,"There is no 'Deploy' button. Really finding it difficult to navigate to the actual solution from this webpage. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: aa0449a1-4347-bf58-425b-ac873e6f0937 +* Version Independent ID: e07346e2-502e-545b-e060-e3c0ba9259cc +* Content: [Demand Forecasting - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/demand-forecasting) +* Content Source: [docs/solution-ideas/articles/demand-forecasting.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/demand-forecasting.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Lack of infomration to deploy this solution - There is no 'Deploy' button. Really finding it difficult to navigate to the actual solution from this webpage. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: aa0449a1-4347-bf58-425b-ac873e6f0937 +* Version Independent ID: e07346e2-502e-545b-e060-e3c0ba9259cc +* Content: [Demand Forecasting - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/demand-forecasting) +* Content Source: [docs/solution-ideas/articles/demand-forecasting.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/demand-forecasting.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,lack of infomration to deploy this solution there is no deploy button really finding it difficult to navigate to the actual solution from this webpage document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +7496,18052126686.0,IssuesEvent,2021-09-19 23:03:30,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Optimize Marketing with Machine Learning,cxp triaged product-question architecture-center/svc Pri3 solution-idea/subsvc,"Hi there, + +I'm interested in the solution of Optimize Marketing with Machine Learning (https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/optimize-marketing-with-machine-learning). It would be very helpful if you could me give more insides of this solution. + +Kind regards, + +Jerom + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9e13d3bf-34e7-8c29-8281-65f5a2718bf1 +* Version Independent ID: 1bb21591-5afb-612f-20b6-8a1c31d721f6 +* Content: [Optimize Marketing with Machine Learning - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/optimize-marketing-with-machine-learning) +* Content Source: [docs/solution-ideas/articles/optimize-marketing-with-machine-learning.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/optimize-marketing-with-machine-learning.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @nfmoore +* Microsoft Alias: **pnp**",1.0,"Optimize Marketing with Machine Learning - Hi there, + +I'm interested in the solution of Optimize Marketing with Machine Learning (https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/optimize-marketing-with-machine-learning). It would be very helpful if you could me give more insides of this solution. + +Kind regards, + +Jerom + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9e13d3bf-34e7-8c29-8281-65f5a2718bf1 +* Version Independent ID: 1bb21591-5afb-612f-20b6-8a1c31d721f6 +* Content: [Optimize Marketing with Machine Learning - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/optimize-marketing-with-machine-learning) +* Content Source: [docs/solution-ideas/articles/optimize-marketing-with-machine-learning.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/optimize-marketing-with-machine-learning.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @nfmoore +* Microsoft Alias: **pnp**",1,optimize marketing with machine learning hi there i m interested in the solution of optimize marketing with machine learning it would be very helpful if you could me give more insides of this solution kind regards jerom document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login nfmoore microsoft alias pnp ,1 +5991,13463156749.0,IssuesEvent,2020-09-09 17:08:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Aug's link is not accessible ,Pri2 architecture-center/svc assigned-to-author doc-bug meta/subsvc triaged," +[Enter feedback here] +all Aug's link is not accessible +here is one sample +https://docs.microsoft.com/en-us/azure/architecture_architecture-center-pr/docs/solution-ideas/articles/custom-business-processes + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0dd7bc22-da10-1d3b-ba22-7d5e374be441 +* Version Independent ID: 9f466c91-adc7-0489-5b1e-17633d27c98c +* Content: [What's New in the Azure Architecture Center - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/changelog#august-2020) +* Content Source: [docs/changelog.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/changelog.md) +* Service: **architecture-center** +* Sub-service: **meta** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Aug's link is not accessible - +[Enter feedback here] +all Aug's link is not accessible +here is one sample +https://docs.microsoft.com/en-us/azure/architecture_architecture-center-pr/docs/solution-ideas/articles/custom-business-processes + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0dd7bc22-da10-1d3b-ba22-7d5e374be441 +* Version Independent ID: 9f466c91-adc7-0489-5b1e-17633d27c98c +* Content: [What's New in the Azure Architecture Center - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/changelog#august-2020) +* Content Source: [docs/changelog.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/changelog.md) +* Service: **architecture-center** +* Sub-service: **meta** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,aug s link is not accessible all aug s link is not accessible here is one sample document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service meta github login adamboeglin microsoft alias pnp ,1 +131380,18245215618.0,IssuesEvent,2021-10-01 17:25:47,m0lese/Linux-Phaco,https://api.github.com/repos/m0lese/Linux-Phaco,opened,WS-2021-0274 (High) detected in linux-yocto-devv5.15-rc3,security vulnerability,"## WS-2021-0274 - High Severity Vulnerability +
Vulnerable Library - linux-yocto-devv5.15-rc3

+

+ +

Linux Embedded Kernel - tracks the next mainline release

+

Library home page: https://git.yoctoproject.org/git/linux-yocto-dev

+

Found in HEAD commit: 8f10ff49057f057fb09063f775dfa4a37b25bf0c

+ +

Found in base branch: prime

+
+

+
Vulnerable Source Files (1) +

+

+ +

+
+

+

+ +

+
Vulnerability Details +

+ +Linux/Kernel in versions v5.13-rc1 to v5.13.2 is vulnerable to overflow in seq_buf_putmem_hex() + +

Publish Date: 2021-05-31 +

URL: WS-2021-0274

+

+
+

+
CVSS 3 Score Details (8.4) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - 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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://osv.dev/vulnerability/UVI-2021-1001222

+

Release Date: 2021-05-31

+

Fix Resolution: v5.13.3

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"WS-2021-0274 (High) detected in linux-yocto-devv5.15-rc3 - ## WS-2021-0274 - High Severity Vulnerability +
Vulnerable Library - linux-yocto-devv5.15-rc3

+

+ +

Linux Embedded Kernel - tracks the next mainline release

+

Library home page: https://git.yoctoproject.org/git/linux-yocto-dev

+

Found in HEAD commit: 8f10ff49057f057fb09063f775dfa4a37b25bf0c

+ +

Found in base branch: prime

+
+

+
Vulnerable Source Files (1) +

+

+ +

+
+

+

+ +

+
Vulnerability Details +

+ +Linux/Kernel in versions v5.13-rc1 to v5.13.2 is vulnerable to overflow in seq_buf_putmem_hex() + +

Publish Date: 2021-05-31 +

URL: WS-2021-0274

+

+
+

+
CVSS 3 Score Details (8.4) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - 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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://osv.dev/vulnerability/UVI-2021-1001222

+

Release Date: 2021-05-31

+

Fix Resolution: v5.13.3

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,ws high detected in linux yocto ws high severity vulnerability vulnerable library linux yocto linux embedded kernel tracks the next mainline release library home page a href found in head commit a href found in base branch prime vulnerable source files vulnerability details linux kernel in versions to is vulnerable to overflow in seq buf putmem hex publish date url a href cvss score details base score metrics exploitability metrics attack vector local 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 step up your open source security game with whitesource ,0 +279561,21164949423.0,IssuesEvent,2022-04-07 12:51:08,microsoft/reverse-proxy,https://api.github.com/repos/microsoft/reverse-proxy,closed,Mistakes in documentation,Type: Documentation,"Just filing these so that I don't forget: +- [Header guidelines](https://microsoft.github.io/reverse-proxy/articles/header-guidelines.html#traceparent-request-id-tracestate-baggage-correlation-context) docs mention all telemetry headers being removed. This is no longer the case with 1.1 so we need to rephrase that. +- Our configs samples use `""Version"" : ""2""` for the request version. We should make this explicitly `2.0` since changing it to just `1` will kill your perf.",1.0,"Mistakes in documentation - Just filing these so that I don't forget: +- [Header guidelines](https://microsoft.github.io/reverse-proxy/articles/header-guidelines.html#traceparent-request-id-tracestate-baggage-correlation-context) docs mention all telemetry headers being removed. This is no longer the case with 1.1 so we need to rephrase that. +- Our configs samples use `""Version"" : ""2""` for the request version. We should make this explicitly `2.0` since changing it to just `1` will kill your perf.",0,mistakes in documentation just filing these so that i don t forget docs mention all telemetry headers being removed this is no longer the case with so we need to rephrase that our configs samples use version for the request version we should make this explicitly since changing it to just will kill your perf ,0 +35868,14891269678.0,IssuesEvent,2021-01-21 00:32:15,cityofaustin/atd-data-tech,https://api.github.com/repos/cityofaustin/atd-data-tech,closed,Discuss Moped data model documentation and approach,Product: Moped Project: Moped v1.0 Service: Dev Type: Data,"The devs have been getting their hands dirty with the user workflows, devops infrastructure, user mgmt features, and now some basic UI and workflows. We're ready to grow our understanding of how all the database pieces works starting with a small scope and building out. + +- [x] Get references to ERD/data model docs and add decide where to reference from project README or Gitbook dev documentation +- [x] Discuss implementation of data dictionary for reference like we had in the CRIS excel sheets #4744 +- [x] Schedule retro in January to take account of documentation approach @amenity ",1.0,"Discuss Moped data model documentation and approach - The devs have been getting their hands dirty with the user workflows, devops infrastructure, user mgmt features, and now some basic UI and workflows. We're ready to grow our understanding of how all the database pieces works starting with a small scope and building out. + +- [x] Get references to ERD/data model docs and add decide where to reference from project README or Gitbook dev documentation +- [x] Discuss implementation of data dictionary for reference like we had in the CRIS excel sheets #4744 +- [x] Schedule retro in January to take account of documentation approach @amenity ",0,discuss moped data model documentation and approach the devs have been getting their hands dirty with the user workflows devops infrastructure user mgmt features and now some basic ui and workflows we re ready to grow our understanding of how all the database pieces works starting with a small scope and building out get references to erd data model docs and add decide where to reference from project readme or gitbook dev documentation discuss implementation of data dictionary for reference like we had in the cris excel sheets schedule retro in january to take account of documentation approach amenity ,0 +382626,26507831711.0,IssuesEvent,2023-01-18 15:02:41,GAIGResearch/TabletopGames,https://api.github.com/repos/GAIGResearch/TabletopGames,closed,Website,documentation,"Create a website for the project, with general info, competition info (when decided), documentation",1.0,"Website - Create a website for the project, with general info, competition info (when decided), documentation",0,website create a website for the project with general info competition info when decided documentation,0 +51248,6505358621.0,IssuesEvent,2017-08-24 02:23:28,Cadasta/cadasta-qgis-plugin,https://api.github.com/repos/Cadasta/cadasta-qgis-plugin,closed,User Settings :: Restart QGIS required for switching URLS,bug design/UI,"I was screen sharing with a partner that forgot her password. She kept trying different passwords and the ""test connection"" just failed. No error message (we should make sure there are proper errors on the cadasta API) + +She restarted her password on the web and then tried using it on the qgis plugin. It still failed. + +When a user restarts their password, it would be nice to have instruction or messaging that prompts them with instruction.",1.0,"User Settings :: Restart QGIS required for switching URLS - I was screen sharing with a partner that forgot her password. She kept trying different passwords and the ""test connection"" just failed. No error message (we should make sure there are proper errors on the cadasta API) + +She restarted her password on the web and then tried using it on the qgis plugin. It still failed. + +When a user restarts their password, it would be nice to have instruction or messaging that prompts them with instruction.",0,user settings restart qgis required for switching urls i was screen sharing with a partner that forgot her password she kept trying different passwords and the test connection just failed no error message we should make sure there are proper errors on the cadasta api she restarted her password on the web and then tried using it on the qgis plugin it still failed when a user restarts their password it would be nice to have instruction or messaging that prompts them with instruction ,0 +9130,24059518355.0,IssuesEvent,2022-09-16 20:34:09,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Equivalent to AWS Service Catalog,doc-enhancement assigned-to-author triaged architecture-center/svc Pri3,"AWS Service Catalog isn't listed in this page and I think it should be. + +My feeling is that it would be in the marketplace section and that the equivalent would be Azure Managed Applications",1.0,"Equivalent to AWS Service Catalog - AWS Service Catalog isn't listed in this page and I think it should be. + +My feeling is that it would be in the marketplace section and that the equivalent would be Azure Managed Applications",1,equivalent to aws service catalog aws service catalog isn t listed in this page and i think it should be my feeling is that it would be in the marketplace section and that the equivalent would be azure managed applications,1 +4828,11743908793.0,IssuesEvent,2020-03-12 06:12:03,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,The download content of the Visio file is not reflecting the diagram in the page,Pri1 architecture-center/svc cxp reference-architecture/subsvc triaged,"Hi, +(I also saw similar feedback in the closed section which was not answered back by the user). +The content of the Visio file, which can be download in the top section of this page, just below the diagram, will download a file called hybrid-network-architectures.vsdx and includes ""Azure Stack"" components! +This is not the diagram (expressroute-vpn-failover.png) which is displayed on the actual page above! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fec640d8-1064-c083-4313-5e8c23fbc2cf +* Version Independent ID: 5f7c63ca-7ab2-9129-4c34-191286e67af1 +* Content: [Connect an on-premises network to Azure using ExpressRoute - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/expressroute-vpn-failover#feedback) +* Content Source: [docs/reference-architectures/hybrid-networking/expressroute-vpn-failover.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/expressroute-vpn-failover.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"The download content of the Visio file is not reflecting the diagram in the page - Hi, +(I also saw similar feedback in the closed section which was not answered back by the user). +The content of the Visio file, which can be download in the top section of this page, just below the diagram, will download a file called hybrid-network-architectures.vsdx and includes ""Azure Stack"" components! +This is not the diagram (expressroute-vpn-failover.png) which is displayed on the actual page above! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fec640d8-1064-c083-4313-5e8c23fbc2cf +* Version Independent ID: 5f7c63ca-7ab2-9129-4c34-191286e67af1 +* Content: [Connect an on-premises network to Azure using ExpressRoute - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/expressroute-vpn-failover#feedback) +* Content Source: [docs/reference-architectures/hybrid-networking/expressroute-vpn-failover.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/expressroute-vpn-failover.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,the download content of the visio file is not reflecting the diagram in the page hi i also saw similar feedback in the closed section which was not answered back by the user the content of the visio file which can be download in the top section of this page just below the diagram will download a file called hybrid network architectures vsdx and includes azure stack components this is not the diagram expressroute vpn failover png which is displayed on the actual page above document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +168481,6376418134.0,IssuesEvent,2017-08-02 07:24:02,HouraiTeahouse/FantasyCrescendo,https://api.github.com/repos/HouraiTeahouse/FantasyCrescendo,closed,Clear character material dependencies on build,Category:Tooling Priority:2 Severity:3 Status:Assigned Status:Open Type:Bug,"Currently, the characters may have assigned materials from a detached bundle included as a part of their prefab. This adds an unnecessary dependency at build time, causing extra memory to be taken by the loaded textures. The simplest way to get around this is to clear all of the materials on characters before building asset bundles.",1.0,"Clear character material dependencies on build - Currently, the characters may have assigned materials from a detached bundle included as a part of their prefab. This adds an unnecessary dependency at build time, causing extra memory to be taken by the loaded textures. The simplest way to get around this is to clear all of the materials on characters before building asset bundles.",0,clear character material dependencies on build currently the characters may have assigned materials from a detached bundle included as a part of their prefab this adds an unnecessary dependency at build time causing extra memory to be taken by the loaded textures the simplest way to get around this is to clear all of the materials on characters before building asset bundles ,0 +6562,14889671981.0,IssuesEvent,2021-01-20 21:47:39,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Downloaded SVG is not scalable,Pri2 architecture-center/svc solution-idea/subsvc,"Download as SVG is a PNG embedded in an SVG file. It would be amazingly helpful if the included graphics were segregated into discrete vector images. +Thanks! + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b68d40f-4b98-396b-f4c3-b8650fc4633f +* Version Independent ID: 26b362d7-b46a-fa03-c2aa-48b581b67bf0 +* Content: [Advanced Analytics Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data) +* Content Source: [docs/solution-ideas/articles/advanced-analytics-on-big-data.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/advanced-analytics-on-big-data.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Downloaded SVG is not scalable - Download as SVG is a PNG embedded in an SVG file. It would be amazingly helpful if the included graphics were segregated into discrete vector images. +Thanks! + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b68d40f-4b98-396b-f4c3-b8650fc4633f +* Version Independent ID: 26b362d7-b46a-fa03-c2aa-48b581b67bf0 +* Content: [Advanced Analytics Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data) +* Content Source: [docs/solution-ideas/articles/advanced-analytics-on-big-data.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/advanced-analytics-on-big-data.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,downloaded svg is not scalable download as svg is a png embedded in an svg file it would be amazingly helpful if the included graphics were segregated into discrete vector images thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +6088,6151860859.0,IssuesEvent,2017-06-28 04:44:10,dotnet/cli,https://api.github.com/repos/dotnet/cli,closed,Do not run test on VSTS build,infrastructure,"The only job of VSTS build should be building packages. The problem is the E2E post packing smoke test requires functional tests' ""TestProjects"". Need to invoke the same task before running smoke test",1.0,"Do not run test on VSTS build - The only job of VSTS build should be building packages. The problem is the E2E post packing smoke test requires functional tests' ""TestProjects"". Need to invoke the same task before running smoke test",0,do not run test on vsts build the only job of vsts build should be building packages the problem is the post packing smoke test requires functional tests testprojects need to invoke the same task before running smoke test,0 +9280,24333454168.0,IssuesEvent,2022-09-30 22:09:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Is there a replacement for the free Anomali Limo TAXII 2.0 feed?,cxp triaged product-question architecture-center/svc example-scenario/subsvc Pri2," +Anomali's free Limo TAXII 2.0 feed went end of life 8/14/2022. Their site indicates there will be a new version, but no estimate for when it will be available. Is there an alternative we can use in the meantime? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 7bb40dd7-0e77-0f95-8070-95978cd4a90c +* Version Independent ID: 4476618b-beb5-c8c4-ec8b-787db30643fb +* Content: [Cyber threat intelligence in Microsoft Sentinel - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/data/sentinel-threat-intelligence?source=docs) +* Content Source: [docs/example-scenario/data/sentinel-threat-intelligence.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/data/sentinel-threat-intelligence.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Is there a replacement for the free Anomali Limo TAXII 2.0 feed? - +Anomali's free Limo TAXII 2.0 feed went end of life 8/14/2022. Their site indicates there will be a new version, but no estimate for when it will be available. Is there an alternative we can use in the meantime? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 7bb40dd7-0e77-0f95-8070-95978cd4a90c +* Version Independent ID: 4476618b-beb5-c8c4-ec8b-787db30643fb +* Content: [Cyber threat intelligence in Microsoft Sentinel - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/data/sentinel-threat-intelligence?source=docs) +* Content Source: [docs/example-scenario/data/sentinel-threat-intelligence.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/data/sentinel-threat-intelligence.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,is there a replacement for the free anomali limo taxii feed anomali s free limo taxii feed went end of life their site indicates there will be a new version but no estimate for when it will be available is there an alternative we can use in the meantime document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login edprice msft microsoft alias architectures ,1 +11859,8527441581.0,IssuesEvent,2018-11-02 19:30:45,whitesource-yossi/ridemo,https://api.github.com/repos/whitesource-yossi/ridemo,opened,CVE-2012-2695 High Severity Vulnerability detected by WhiteSource,security vulnerability,"## CVE-2012-2695 - High Severity Vulnerability +
Vulnerable Library - activerecord-3.0.9.gem

+

path: /tmp/git/ridemo/Gemfile.lock

+

+ +

Library home page: http://rubygems.org/gems/activerecord-3.0.9.gem

+ +Dependency Hierarchy: + - rails-3.0.9.gem (Root Library) + - :x: **activerecord-3.0.9.gem** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +The Active Record component in Ruby on Rails before 3.0.14, 3.1.x before 3.1.6, and 3.2.x before 3.2.6 does not properly implement the passing of request data to a where method in an ActiveRecord class, which allows remote attackers to conduct certain SQL injection attacks via nested query parameters that leverage improper handling of nested hashes, a related issue to CVE-2012-2661. + +

Publish Date: 2012-06-22 +

URL: CVE-2012-2695

+

+
+

+
CVSS 2 Score Details (7.5) +

+ +Base Score Metrics not available

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2012-2695 High Severity Vulnerability detected by WhiteSource - ## CVE-2012-2695 - High Severity Vulnerability +
Vulnerable Library - activerecord-3.0.9.gem

+

path: /tmp/git/ridemo/Gemfile.lock

+

+ +

Library home page: http://rubygems.org/gems/activerecord-3.0.9.gem

+ +Dependency Hierarchy: + - rails-3.0.9.gem (Root Library) + - :x: **activerecord-3.0.9.gem** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +The Active Record component in Ruby on Rails before 3.0.14, 3.1.x before 3.1.6, and 3.2.x before 3.2.6 does not properly implement the passing of request data to a where method in an ActiveRecord class, which allows remote attackers to conduct certain SQL injection attacks via nested query parameters that leverage improper handling of nested hashes, a related issue to CVE-2012-2661. + +

Publish Date: 2012-06-22 +

URL: CVE-2012-2695

+

+
+

+
CVSS 2 Score Details (7.5) +

+ +Base Score Metrics not available

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high severity vulnerability detected by whitesource cve high severity vulnerability vulnerable library activerecord gem path tmp git ridemo gemfile lock library home page a href dependency hierarchy rails gem root library x activerecord gem vulnerable library vulnerability details the active record component in ruby on rails before x before and x before does not properly implement the passing of request data to a where method in an activerecord class which allows remote attackers to conduct certain sql injection attacks via nested query parameters that leverage improper handling of nested hashes a related issue to cve publish date url a href cvss score details base score metrics not available step up your open source security game with whitesource ,0 +10714,27316716921.0,IssuesEvent,2023-02-24 16:15:03,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Anthos Service Mesh should be mapped to OSM not Service Fabric Mesh,doc-enhancement assigned-to-author triaged architecture-center/svc cloud-fundamentals/subsvc Pri2," +at [https://docs.microsoft.com/en-us/azure/architecture/gcp-professional/services#containers-and-container-orchestrators](https://docs.microsoft.com/en-us/azure/architecture/gcp-professional/services#containers-and-container-orchestrators) + +Anthos Service Mesh should be mapped to [Open Service Mesh](https://openservicemesh.io) (OSM) NOT Service Fabric Mesh + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 87304679-95c2-7dac-a2b5-4ce17d6967f3 +* Version Independent ID: 8acbb5ee-230c-e23a-a315-0d969258bd8f +* Content: [Google Cloud to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/gcp-professional/services#containers-and-container-orchestrators) +* Content Source: [docs/gcp-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/gcp-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **petuton**[nthos Service Mesh](https://cloud.google.com/service-mesh/docs) [Service Fabric Mesh](https://docs.microsoft.com/en-us/azure/service-fabric-mesh/service-fabric-mesh-overview)",1.0,"Anthos Service Mesh should be mapped to OSM not Service Fabric Mesh - +at [https://docs.microsoft.com/en-us/azure/architecture/gcp-professional/services#containers-and-container-orchestrators](https://docs.microsoft.com/en-us/azure/architecture/gcp-professional/services#containers-and-container-orchestrators) + +Anthos Service Mesh should be mapped to [Open Service Mesh](https://openservicemesh.io) (OSM) NOT Service Fabric Mesh + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 87304679-95c2-7dac-a2b5-4ce17d6967f3 +* Version Independent ID: 8acbb5ee-230c-e23a-a315-0d969258bd8f +* Content: [Google Cloud to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/gcp-professional/services#containers-and-container-orchestrators) +* Content Source: [docs/gcp-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/gcp-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **petuton**[nthos Service Mesh](https://cloud.google.com/service-mesh/docs) [Service Fabric Mesh](https://docs.microsoft.com/en-us/azure/service-fabric-mesh/service-fabric-mesh-overview)",1,anthos service mesh should be mapped to osm not service fabric mesh at anthos service mesh should be mapped to osm not service fabric mesh document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login edprice msft microsoft alias petuton ,1 +9150,24096309335.0,IssuesEvent,2022-09-19 19:05:03,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Bounded Context,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +I think it is important to call out that an entity can represent itself differently to different Bounded Context. For example, the entity Drone will expose different details for Drone Management than for Drone Booking. + +The article tries to do that but the nuance of, ""an entity representing itself differently for different contexts"" is missed - hence suggesting that it be called out explicitly. OR link to another page that exemplifies how same entity might appear in different contexts (e.g., Martin Fowler's version). + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e55d3a73-7618-45ba-b281-bb70dd258842 +* Version Independent ID: 7f5cd352-0998-a214-8dfc-c19898cecd21 +* Content: [Domain analysis for microservices - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/model/domain-analysis) +* Content Source: [docs/microservices/model/domain-analysis.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/model/domain-analysis.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",2.0,"Bounded Context - +I think it is important to call out that an entity can represent itself differently to different Bounded Context. For example, the entity Drone will expose different details for Drone Management than for Drone Booking. + +The article tries to do that but the nuance of, ""an entity representing itself differently for different contexts"" is missed - hence suggesting that it be called out explicitly. OR link to another page that exemplifies how same entity might appear in different contexts (e.g., Martin Fowler's version). + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e55d3a73-7618-45ba-b281-bb70dd258842 +* Version Independent ID: 7f5cd352-0998-a214-8dfc-c19898cecd21 +* Content: [Domain analysis for microservices - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/model/domain-analysis) +* Content Source: [docs/microservices/model/domain-analysis.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/model/domain-analysis.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,bounded context i think it is important to call out that an entity can represent itself differently to different bounded context for example the entity drone will expose different details for drone management than for drone booking the article tries to do that but the nuance of an entity representing itself differently for different contexts is missed hence suggesting that it be called out explicitly or link to another page that exemplifies how same entity might appear in different contexts e g martin fowler s version document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login adamboeglin microsoft alias pnp ,1 +9187,24183271845.0,IssuesEvent,2022-09-23 10:56:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"The ""more scalable"" architecture seem incomplete. ",doc-bug in-progress assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc," +Hello, the following documentation seems incomplete to me. + +How do we scale the Database to multiple regions? Read/Write to more than one region. + +Redis is just one piece of the puzzle for the web session. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0086ec3a-1c25-966d-da07-7cf4258e187f +* Version Independent ID: f96d13e8-a5a2-b3c4-8c44-0d9e32a3ddf5 +* Content: [Scalable Web Apps - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/scalable-web-apps) +* Content Source: [docs/solution-ideas/articles/scalable-web-apps.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/scalable-web-apps.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"The ""more scalable"" architecture seem incomplete. - +Hello, the following documentation seems incomplete to me. + +How do we scale the Database to multiple regions? Read/Write to more than one region. + +Redis is just one piece of the puzzle for the web session. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0086ec3a-1c25-966d-da07-7cf4258e187f +* Version Independent ID: f96d13e8-a5a2-b3c4-8c44-0d9e32a3ddf5 +* Content: [Scalable Web Apps - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/scalable-web-apps) +* Content Source: [docs/solution-ideas/articles/scalable-web-apps.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/scalable-web-apps.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,the more scalable architecture seem incomplete hello the following documentation seems incomplete to me how do we scale the database to multiple regions read write to more than one region redis is just one piece of the puzzle for the web session document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +624710,19704847376.0,IssuesEvent,2022-01-12 20:40:13,metabase/metabase,https://api.github.com/repos/metabase/metabase,closed,Update Slack implementation from Bot to App,Priority:P1 Type:New Feature Reporting/MetaBot .Release notes mention,"**Is your feature request related to a problem? Please describe.** +Slack has made the move more towards apps than bots. This appears to be largely due to their old ""bot"" implementation requiring global permissions and new apps are more appropriately scoped. The current bot implementation is not deprecated, but we don't know if or when it will be. + +From https://api.slack.com/authentication/quickstart + > You can now select individual scopes for your bot token, rather than just one umbrella [`bot scope`](https://api.slack.com/scopes/bot) that grants access to many methods, some of which you may not need. + +![image](https://user-images.githubusercontent.com/1512/80044300-ec358200-84b8-11ea-98aa-76f2cfc5e0c6.png) + +**Describe the solution you'd like** +Option 1: Update our documentation to reflect the current best practice approach +Option 2: Overhaul our Slack implementation to use a proper ""App"" + +**How important is this feature to you?** +Slack is an important way that folks share Metabase questions. + +**Additional context** +Discovered while looking into #12382 + +:arrow_down: Please click the :+1: reaction instead of leaving a `+1` or `update?` comment",1.0,"Update Slack implementation from Bot to App - **Is your feature request related to a problem? Please describe.** +Slack has made the move more towards apps than bots. This appears to be largely due to their old ""bot"" implementation requiring global permissions and new apps are more appropriately scoped. The current bot implementation is not deprecated, but we don't know if or when it will be. + +From https://api.slack.com/authentication/quickstart + > You can now select individual scopes for your bot token, rather than just one umbrella [`bot scope`](https://api.slack.com/scopes/bot) that grants access to many methods, some of which you may not need. + +![image](https://user-images.githubusercontent.com/1512/80044300-ec358200-84b8-11ea-98aa-76f2cfc5e0c6.png) + +**Describe the solution you'd like** +Option 1: Update our documentation to reflect the current best practice approach +Option 2: Overhaul our Slack implementation to use a proper ""App"" + +**How important is this feature to you?** +Slack is an important way that folks share Metabase questions. + +**Additional context** +Discovered while looking into #12382 + +:arrow_down: Please click the :+1: reaction instead of leaving a `+1` or `update?` comment",0,update slack implementation from bot to app is your feature request related to a problem please describe slack has made the move more towards apps than bots this appears to be largely due to their old bot implementation requiring global permissions and new apps are more appropriately scoped the current bot implementation is not deprecated but we don t know if or when it will be from you can now select individual scopes for your bot token rather than just one umbrella that grants access to many methods some of which you may not need describe the solution you d like option update our documentation to reflect the current best practice approach option overhaul our slack implementation to use a proper app how important is this feature to you slack is an important way that folks share metabase questions additional context discovered while looking into arrow down please click the reaction instead of leaving a or update comment,0 +701621,24101596214.0,IssuesEvent,2022-09-20 01:38:36,BIDMCDigitalPsychiatry/LAMP-platform,https://api.github.com/repos/BIDMCDigitalPsychiatry/LAMP-platform,closed,Push notification analytics data missing in the sensor event couchdb database,NO ETA native core backend external priority LOW,"If we schedule any activities in the mindLAMP dashboard, during the actual schedule time study users are getting push notification messages in their phone for their scheduled activities, but I am not seeing the ""lamp.analytics"" entry with data type='notification"" in the sensor_event database in the CouchDB. This analytics data missing for quite sometime, i just noticed it because one of the study user is not getting push notification, we are getting other analytics data (open_page/login/logout) in the sensor_event database. + +Is there anything do we need to enable? + +Here are the sensors data I am collecting for the study: +![image](https://user-images.githubusercontent.com/841011/182488304-bb728793-aeb6-4d77-8c2a-a91d8885f7b1.png) + +Here is my schedule activity: +![image](https://user-images.githubusercontent.com/841011/182488916-16efc365-aeef-4792-a6e6-21599e6f9596.png) + + +Here is my stack yaml +``` +version: '3.7' +services: + server: + image: ghcr.io/bidmcdigitalpsychiatry/lamp-server:latest + healthcheck: + test: wget --no-verbose --tries=1 --spider http://localhost:3000 || exit 1 + environment: + HTTPS: 'off' + SCHEDULER: 'on' + ROOT_KEY: 'YOUR ROOT_KEY' + CDB: 'http://admin:COUCHDBPASSWORD@database:5984/' + APP_GATEWAY: 'app-gateway.lamp.digital' + PUSH_API_KEY: 'PUSH_API_KEY' + DASHBOARD_URL: 'dashboard.lamp.digital' + REDIS_HOST: 'redis://cache:6379/0' + NATS_SERVER: 'message_queue:4222' + CACHE_SIZE: 200 + CACHE_FLUSH_ALL: 'true' + networks: + - default + - public + logging: + options: + max-size: ""10m"" + max-file: ""3"" + deploy: + mode: replicated + update_config: + order: start-first + failure_action: rollback + labels: + traefik.enable: 'true' + traefik.http.routers.lamp_server.entryPoints: 'websecure' + traefik.http.routers.lamp_server.rule: 'Host(`LAMPAPIHOSTURL`)' + traefik.http.routers.lamp_server.tls.certresolver: 'default' + traefik.http.services.lamp_server.loadbalancer.server.port: 3000 + traefik.docker.network: 'public' + placement: + constraints: + - node.role == manager + database: + image: mlpcouchdb + healthcheck: + test: curl --fail --silent http://localhost:5984/_up || exit 1 + environment: + COUCHDB_USER: 'admin' + COUCHDB_PASSWORD: 'COUCHDBPASSWORD' + volumes: + - /apps/mindLAMP/data/couchdb:/opt/couchdb/data + networks: + - public + deploy: + mode: replicated + update_config: + order: stop-first + failure_action: rollback + placement: + constraints: + - node.role == manager + ports: + - ""4369:4369/tcp"" + - ""5984:5984/tcp"" + - ""9100:9100/tcp"" + labels: + traefik.enable: 'true' + traefik.http.routers.lamp_database.entryPoints: 'websecure' + traefik.http.routers.lamp_database.rule: 'Host(`COUCHDBHOSTURL`)' + traefik.http.routers.lamp_database.tls.certresolver: 'default' + traefik.http.services.lamp_database.loadbalancer.server.port: 5984 + cache: + image: redis:6.0.8-alpine + healthcheck: + test: redis-cli ping + deploy: + mode: replicated + update_config: + order: stop-first + failure_action: rollback + placement: + constraints: + - node.role == manager + message_queue: + image: nats:2.1.9-alpine3.12 + healthcheck: + test: wget --no-verbose --tries=1 --spider http://localhost:8222/varz || exit 1 + deploy: + mode: replicated + update_config: + order: start-first + failure_action: rollback + placement: + constraints: + - node.role == manager + worker: + image: ghcr.io/bidmcdigitalpsychiatry/lamp-worker:2022 + environment: + DASHBOARD_URL: 'dashboard.lamp.digital' + PORT: '3000' + NATS_SERVER: 'message_queue:4222' + APP_GATEWAY: 'app-gateway.lamp.digital' + REDIS_HOST: 'redis://cache:6379/0' + PUSH_API_KEY: 'PUSH_API_KEY' + DOCKER_ADDR: '127.0.0.1:2375' + LAMP_SERVER: 'LAMPAPIHOSTURL' + LAMP_AUTH: 'admin:ADMISPASSWORD' + TIMEZONE: 'America/New_York' + SCHEDULER: 'on' + NODE_TLS_REJECT_UNAUTHORIZED: 0 + volumes: + - /var/run/docker.sock:/var/run/docker.sock:ro + networks: + - default + - public +networks: + public: + external: true +``` + + +",1.0,"Push notification analytics data missing in the sensor event couchdb database - If we schedule any activities in the mindLAMP dashboard, during the actual schedule time study users are getting push notification messages in their phone for their scheduled activities, but I am not seeing the ""lamp.analytics"" entry with data type='notification"" in the sensor_event database in the CouchDB. This analytics data missing for quite sometime, i just noticed it because one of the study user is not getting push notification, we are getting other analytics data (open_page/login/logout) in the sensor_event database. + +Is there anything do we need to enable? + +Here are the sensors data I am collecting for the study: +![image](https://user-images.githubusercontent.com/841011/182488304-bb728793-aeb6-4d77-8c2a-a91d8885f7b1.png) + +Here is my schedule activity: +![image](https://user-images.githubusercontent.com/841011/182488916-16efc365-aeef-4792-a6e6-21599e6f9596.png) + + +Here is my stack yaml +``` +version: '3.7' +services: + server: + image: ghcr.io/bidmcdigitalpsychiatry/lamp-server:latest + healthcheck: + test: wget --no-verbose --tries=1 --spider http://localhost:3000 || exit 1 + environment: + HTTPS: 'off' + SCHEDULER: 'on' + ROOT_KEY: 'YOUR ROOT_KEY' + CDB: 'http://admin:COUCHDBPASSWORD@database:5984/' + APP_GATEWAY: 'app-gateway.lamp.digital' + PUSH_API_KEY: 'PUSH_API_KEY' + DASHBOARD_URL: 'dashboard.lamp.digital' + REDIS_HOST: 'redis://cache:6379/0' + NATS_SERVER: 'message_queue:4222' + CACHE_SIZE: 200 + CACHE_FLUSH_ALL: 'true' + networks: + - default + - public + logging: + options: + max-size: ""10m"" + max-file: ""3"" + deploy: + mode: replicated + update_config: + order: start-first + failure_action: rollback + labels: + traefik.enable: 'true' + traefik.http.routers.lamp_server.entryPoints: 'websecure' + traefik.http.routers.lamp_server.rule: 'Host(`LAMPAPIHOSTURL`)' + traefik.http.routers.lamp_server.tls.certresolver: 'default' + traefik.http.services.lamp_server.loadbalancer.server.port: 3000 + traefik.docker.network: 'public' + placement: + constraints: + - node.role == manager + database: + image: mlpcouchdb + healthcheck: + test: curl --fail --silent http://localhost:5984/_up || exit 1 + environment: + COUCHDB_USER: 'admin' + COUCHDB_PASSWORD: 'COUCHDBPASSWORD' + volumes: + - /apps/mindLAMP/data/couchdb:/opt/couchdb/data + networks: + - public + deploy: + mode: replicated + update_config: + order: stop-first + failure_action: rollback + placement: + constraints: + - node.role == manager + ports: + - ""4369:4369/tcp"" + - ""5984:5984/tcp"" + - ""9100:9100/tcp"" + labels: + traefik.enable: 'true' + traefik.http.routers.lamp_database.entryPoints: 'websecure' + traefik.http.routers.lamp_database.rule: 'Host(`COUCHDBHOSTURL`)' + traefik.http.routers.lamp_database.tls.certresolver: 'default' + traefik.http.services.lamp_database.loadbalancer.server.port: 5984 + cache: + image: redis:6.0.8-alpine + healthcheck: + test: redis-cli ping + deploy: + mode: replicated + update_config: + order: stop-first + failure_action: rollback + placement: + constraints: + - node.role == manager + message_queue: + image: nats:2.1.9-alpine3.12 + healthcheck: + test: wget --no-verbose --tries=1 --spider http://localhost:8222/varz || exit 1 + deploy: + mode: replicated + update_config: + order: start-first + failure_action: rollback + placement: + constraints: + - node.role == manager + worker: + image: ghcr.io/bidmcdigitalpsychiatry/lamp-worker:2022 + environment: + DASHBOARD_URL: 'dashboard.lamp.digital' + PORT: '3000' + NATS_SERVER: 'message_queue:4222' + APP_GATEWAY: 'app-gateway.lamp.digital' + REDIS_HOST: 'redis://cache:6379/0' + PUSH_API_KEY: 'PUSH_API_KEY' + DOCKER_ADDR: '127.0.0.1:2375' + LAMP_SERVER: 'LAMPAPIHOSTURL' + LAMP_AUTH: 'admin:ADMISPASSWORD' + TIMEZONE: 'America/New_York' + SCHEDULER: 'on' + NODE_TLS_REJECT_UNAUTHORIZED: 0 + volumes: + - /var/run/docker.sock:/var/run/docker.sock:ro + networks: + - default + - public +networks: + public: + external: true +``` + + +",0,push notification analytics data missing in the sensor event couchdb database if we schedule any activities in the mindlamp dashboard during the actual schedule time study users are getting push notification messages in their phone for their scheduled activities but i am not seeing the lamp analytics entry with data type notification in the sensor event database in the couchdb this analytics data missing for quite sometime i just noticed it because one of the study user is not getting push notification we are getting other analytics data open page login logout in the sensor event database is there anything do we need to enable here are the sensors data i am collecting for the study here is my schedule activity here is my stack yaml version services server image ghcr io bidmcdigitalpsychiatry lamp server latest healthcheck test wget no verbose tries spider exit environment https off scheduler on root key your root key cdb app gateway app gateway lamp digital push api key push api key dashboard url dashboard lamp digital redis host redis cache nats server message queue cache size cache flush all true networks default public logging options max size max file deploy mode replicated update config order start first failure action rollback labels traefik enable true traefik http routers lamp server entrypoints websecure traefik http routers lamp server rule host lampapihosturl traefik http routers lamp server tls certresolver default traefik http services lamp server loadbalancer server port traefik docker network public placement constraints node role manager database image mlpcouchdb healthcheck test curl fail silent exit environment couchdb user admin couchdb password couchdbpassword volumes apps mindlamp data couchdb opt couchdb data networks public deploy mode replicated update config order stop first failure action rollback placement constraints node role manager ports tcp tcp tcp labels traefik enable true traefik http routers lamp database entrypoints websecure traefik http routers lamp database rule host couchdbhosturl traefik http routers lamp database tls certresolver default traefik http services lamp database loadbalancer server port cache image redis alpine healthcheck test redis cli ping deploy mode replicated update config order stop first failure action rollback placement constraints node role manager message queue image nats healthcheck test wget no verbose tries spider exit deploy mode replicated update config order start first failure action rollback placement constraints node role manager worker image ghcr io bidmcdigitalpsychiatry lamp worker environment dashboard url dashboard lamp digital port nats server message queue app gateway app gateway lamp digital redis host redis cache push api key push api key docker addr lamp server lampapihosturl lamp auth admin admispassword timezone america new york scheduler on node tls reject unauthorized volumes var run docker sock var run docker sock ro networks default public networks public external true ,0 +9233,24262113093.0,IssuesEvent,2022-09-28 00:27:58,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Guidance on managing code analysis that flags static usage pattern,doc-enhancement cxp triaged architecture-center/svc cloud-fundamentals/subsvc Pri2,"This article describes a static usage pattern for HttpClient, which is an object that implements IDisposable. +This pattern will be flagged by Code Analysis because it doesn't call IDisposable::Dispose. + +This documentation should have a note about managing the code analysis rules that are creating flags for this recommended usage pattern, Many people attempting to follow best engineering practices set up their systems to require resolution of all code analysis diagnostics, because they trust code analysis to be accurate. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5dfc831d-af15-b8a9-5fc6-335bce4af155 +* Version Independent ID: e2370017-a358-c817-2a69-0d036066f5bf +* Content: [Improper Instantiation antipattern - Performance antipatterns for cloud apps](https://docs.microsoft.com/en-us/azure/architecture/antipatterns/improper-instantiation/) +* Content Source: [docs/antipatterns/improper-instantiation/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/antipatterns/improper-instantiation/index.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Guidance on managing code analysis that flags static usage pattern - This article describes a static usage pattern for HttpClient, which is an object that implements IDisposable. +This pattern will be flagged by Code Analysis because it doesn't call IDisposable::Dispose. + +This documentation should have a note about managing the code analysis rules that are creating flags for this recommended usage pattern, Many people attempting to follow best engineering practices set up their systems to require resolution of all code analysis diagnostics, because they trust code analysis to be accurate. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5dfc831d-af15-b8a9-5fc6-335bce4af155 +* Version Independent ID: e2370017-a358-c817-2a69-0d036066f5bf +* Content: [Improper Instantiation antipattern - Performance antipatterns for cloud apps](https://docs.microsoft.com/en-us/azure/architecture/antipatterns/improper-instantiation/) +* Content Source: [docs/antipatterns/improper-instantiation/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/antipatterns/improper-instantiation/index.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,guidance on managing code analysis that flags static usage pattern this article describes a static usage pattern for httpclient which is an object that implements idisposable this pattern will be flagged by code analysis because it doesn t call idisposable dispose this documentation should have a note about managing the code analysis rules that are creating flags for this recommended usage pattern many people attempting to follow best engineering practices set up their systems to require resolution of all code analysis diagnostics because they trust code analysis to be accurate document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +325022,9915555113.0,IssuesEvent,2019-06-28 17:13:28,GoogleContainerTools/skaffold,https://api.github.com/repos/GoogleContainerTools/skaffold,closed,Port Forwarder races with Helm chart deployment,area/deploy area/portforward deploy/helm kind/bug priority/p3,"Starting the logger and the port forwarder after the deployment is race-y with the events fired from the deployment. The logger seems to be more resilient as its less picky about what events it picks up. + +### Expected behavior +Skaffold detects helm chart containers when they come up and port forwards appropriately. + +### Actual behavior +When a container comes up quickly, the port forwarder isn't started in time to see the k8s pod modified event to trigger port forwarding. + +### Information + +- Skaffold version: `v0.16.0-77-g62b33279` +- Operating system: `Linux 4.18.16-arch1-1-ARCH #1 SMP PREEMPT Sat Oct 20 22:06:45 UTC 2018 x86_64 GNU/Linux` +- Contents of skaffold.yaml: + +```yaml +apiVersion: skaffold/v1alpha4 +kind: Config +build: + artifacts: + - image: + context: . +deploy: + helm: + releases: + - name: my-service-dev + namespace: test-skaffold + chartPath: /path/to/local/chart + values: + image: + imageStrategy: + helm: {} +``` + +### Steps to reproduce the behavior + +1. Run `skaffold dev [--port-forward]` where k8s will be able to start the pod and container very quickly. + +### Notes + +I have confirmed that this a race -- starting the port forward watcher before the deployment guarantees that the event is picked up. +",1.0,"Port Forwarder races with Helm chart deployment - Starting the logger and the port forwarder after the deployment is race-y with the events fired from the deployment. The logger seems to be more resilient as its less picky about what events it picks up. + +### Expected behavior +Skaffold detects helm chart containers when they come up and port forwards appropriately. + +### Actual behavior +When a container comes up quickly, the port forwarder isn't started in time to see the k8s pod modified event to trigger port forwarding. + +### Information + +- Skaffold version: `v0.16.0-77-g62b33279` +- Operating system: `Linux 4.18.16-arch1-1-ARCH #1 SMP PREEMPT Sat Oct 20 22:06:45 UTC 2018 x86_64 GNU/Linux` +- Contents of skaffold.yaml: + +```yaml +apiVersion: skaffold/v1alpha4 +kind: Config +build: + artifacts: + - image: + context: . +deploy: + helm: + releases: + - name: my-service-dev + namespace: test-skaffold + chartPath: /path/to/local/chart + values: + image: + imageStrategy: + helm: {} +``` + +### Steps to reproduce the behavior + +1. Run `skaffold dev [--port-forward]` where k8s will be able to start the pod and container very quickly. + +### Notes + +I have confirmed that this a race -- starting the port forward watcher before the deployment guarantees that the event is picked up. +",0,port forwarder races with helm chart deployment starting the logger and the port forwarder after the deployment is race y with the events fired from the deployment the logger seems to be more resilient as its less picky about what events it picks up expected behavior skaffold detects helm chart containers when they come up and port forwards appropriately actual behavior when a container comes up quickly the port forwarder isn t started in time to see the pod modified event to trigger port forwarding information skaffold version operating system linux arch smp preempt sat oct utc gnu linux contents of skaffold yaml yaml apiversion skaffold kind config build artifacts image context deploy helm releases name my service dev namespace test skaffold chartpath path to local chart values image imagestrategy helm steps to reproduce the behavior run skaffold dev where will be able to start the pod and container very quickly notes i have confirmed that this a race starting the port forward watcher before the deployment guarantees that the event is picked up ,0 +5008,11943287451.0,IssuesEvent,2020-04-02 22:52:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio Diagrams,Pri1 architecture-center/svc assigned-to-author triaged," +[Enter feedback here] +Please can you share the visio files for these diagrams. thanks! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 31e15f1b-74fe-f944-2cef-2202c7771e72 +* Version Independent ID: 4dfbb446-d568-ff0e-be2b-ea0484f33fb5 +* Content: [Data Streaming scenario - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/data-streaming-scenario#feedback) +* Content Source: [docs/solution-ideas/articles/data-streaming-scenario.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/data-streaming-scenario.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Visio Diagrams - +[Enter feedback here] +Please can you share the visio files for these diagrams. thanks! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 31e15f1b-74fe-f944-2cef-2202c7771e72 +* Version Independent ID: 4dfbb446-d568-ff0e-be2b-ea0484f33fb5 +* Content: [Data Streaming scenario - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/data-streaming-scenario#feedback) +* Content Source: [docs/solution-ideas/articles/data-streaming-scenario.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/data-streaming-scenario.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,visio diagrams please can you share the visio files for these diagrams thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +7272,17287335468.0,IssuesEvent,2021-07-24 01:34:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Grammatical error in statement,Pri2 architecture-center/svc assigned-to-author doc-bug guide/subsvc triaged," +[Enter feedback here] +Grammatical error + +> Also, the data in an RDBMS must **_be_** normalized, which isn't appropriate for every data set. + + +**_be_** is missing in above statement + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e40cb85c-ee53-7b49-0622-bed8ebedea81 +* Version Independent ID: 896e0838-dfd1-c442-414d-ad9ea6dc8f7d +* Content: [Understand data store models - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview) +* Content Source: [docs/guide/technology-choices/data-store-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/data-store-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dsk-2015 +* Microsoft Alias: **pnp**",1.0,"Grammatical error in statement - +[Enter feedback here] +Grammatical error + +> Also, the data in an RDBMS must **_be_** normalized, which isn't appropriate for every data set. + + +**_be_** is missing in above statement + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e40cb85c-ee53-7b49-0622-bed8ebedea81 +* Version Independent ID: 896e0838-dfd1-c442-414d-ad9ea6dc8f7d +* Content: [Understand data store models - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview) +* Content Source: [docs/guide/technology-choices/data-store-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/data-store-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dsk-2015 +* Microsoft Alias: **pnp**",1,grammatical error in statement grammatical error also the data in an rdbms must be normalized which isn t appropriate for every data set be is missing in above statement document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login dsk microsoft alias pnp ,1 +5554,3240363128.0,IssuesEvent,2015-10-15 03:05:31,Mellow-Programming-Language/Mellow,https://api.github.com/repos/Mellow-Programming-Language/Mellow,closed,(Reimplement/Implement remaining) append/slice code with C->ASM strategy,codegen core feature enhancement runtime,"That is, instead of hand-rolling the array append and slice code in assembly, write typesize-specific implementations in C, compile to optimized assembly, inspect and correct the result, and inline that generated assembly into the code generator, committing the C files for reference and future corrections/additions. + +Ideally, the generated code makes no use of the stack, and especially no use of callee-saved registers.",1.0,"(Reimplement/Implement remaining) append/slice code with C->ASM strategy - That is, instead of hand-rolling the array append and slice code in assembly, write typesize-specific implementations in C, compile to optimized assembly, inspect and correct the result, and inline that generated assembly into the code generator, committing the C files for reference and future corrections/additions. + +Ideally, the generated code makes no use of the stack, and especially no use of callee-saved registers.",0, reimplement implement remaining append slice code with c asm strategy that is instead of hand rolling the array append and slice code in assembly write typesize specific implementations in c compile to optimized assembly inspect and correct the result and inline that generated assembly into the code generator committing the c files for reference and future corrections additions ideally the generated code makes no use of the stack and especially no use of callee saved registers ,0 +85048,7960620025.0,IssuesEvent,2018-07-13 07:57:17,xcat2/xcat-core,https://api.github.com/repos/xcat2/xcat-core,closed,xcattest throw out error when running ``makeconservercf_null`` in ubuntu18.04 ,component:test sprint1 status:pending type:bug,"xcat version +``` +Version 2.14.2 (git commit 4c5a2bbd770cac12f4854cbe0e4bf471daa711b4, built Fri Jul 6 06:17:27 EDT 2018) +``` +xcattest throw out error when running ``makeconservercf_null`` in ubuntu18.04 + +``` +-----START::makeconservercf_null::Time:Mon Jul 9 04:14:24 2018------ + +RUN:chdef -t node -o testnodetmp cons=hmc groups=all [Mon Jul 9 04:14:24 2018] +ElapsedTime:0 sec +RETURN rc = 0 +OUTPUT: +1 object definitions have been created or modified. +New object definitions 'testnodetmp' have been created. + +RUN:makeconservercf testnodetmp [Mon Jul 9 04:14:24 2018] +ElapsedTime:1 sec +RETURN rc = 0 +OUTPUT: +CHECK:rc == 0 [Pass] + +RUN:cat /etc/conserver.cf [Mon Jul 9 04:14:25 2018] +ElapsedTime:0 sec +RETURN rc = 0 +OUTPUT: +access * { + trusted 127.0.0.1; + trusted 10.3.9.3; + trusted localhost,c910f03c09k03; +} +default * { + logfile /var/log/consoles/&; + timestamp 1lab; + rw *; + master localhost; +} +config * { + sslrequired yes; + sslcacertificatefile /etc/xcat/cert/ca.pem; + sslcredentials /etc/xcat/cert/server-cred.pem; +} +default cyclades { type host; portbase 7000; portinc 1; } +default mrv { type host; portbase 2000; portinc 100; } +## +## Sample conserver.cf file, to give you ideas of what you can do with +## the various configuration items. +## +# +#### set up global access +#default full { rw *; } +# +#### define some terminal server specifics +## we set portbase and portinc so we can reference the ports in a +## physical representation and let conserver do the math to figure +## out the actual socket address +#default cisco { type host; portbase 2000; portinc 1; } +#default xyplex { type host; portbase 2000; portinc 100; } +#default iolan { type host; portbase 10000; portinc 1; } +# +#### set up some custom break sequences +#break 4 { string ""+\d+\d+""; delay 300; } +#break 5 { string ""\033c""; } +# +#### set the defaults for all the consoles +## these get applied before anything else +#default * { +# # The '&' character is substituted with the console name +# logfile /var/consoles/&; +# # timestamps every hour with activity and break logging +# timestamp 1hab; +# # include the 'full' default +# include full; +# # master server is localhost +# master localhost; +#} +# +#### define the first terminal server +#default ts1.conserver.com { +# # use the xyplex defaults +# include xyplex; +# # host to connect to is ts1.conserver.com +# host ts1.conserver.com; +# # run login-xyplex when connecting to the term server +# initcmd /usr/local/sbin/login-xyplex; +#} +# +## now define the consoles on ts1.conserver.com +## bryan isn't allowed on web1.conserver.com +#console web1.conserver.com { include ts1.conserver.com; port 2; rw !bryan; } +#console ns1.conserver.com { include ts1.conserver.com; port 10; } +#console ns2.conserver.com { include ts1.conserver.com; port 8; } +# +#### define the second terminal server +## this one is a cisco, with simple socket connections +#default ts2.conserver.com { include cisco; host ts2.conserver.com; } +# +## and the consoles on ts2.conserver.com +#console ldap1.conserver.com { include ts2.conserver.com; port 7; } +# +#### and now some one-off consoles +## we still inherit the '*' default set +## a simple ssh invocation +#console ssh { +# type exec; +# exec ssh localhost; +# # provide a 'message-of-the-day' +# motd ""just a simple ssh to localhost""; +#} +# +## connect to /dev/ttya +#console ttya { +# type device; +# device /dev/ttya; parity none; baud 9600; +# idlestring ""#""; +# idletimeout 5m; # send a '#' every 5 minutes of idle +# timestamp """"; # no timestamps on this console +#} +# +#### define a group of users +#group sysadmin { +# users bryan, todd; +# users dave; +#} +# +#### reset the defaults for the next set of consoles +## again, these get applied before anything else +#default * { +# # The '&' character is substituted with the console name +# logfile /var/consoles/&; +# timestamp 5m; +# rw sysadmin; # use the group defined above +# master localhost; +#} +# +#default cyclades { +# # sets up /dev/ttyC0 through /dev/ttyC31, for a 32 port card +# # referenced as ports 1 through 32 +# type device; +access * { + trusted 127.0.0.1; + trusted 10.3.9.3; + trusted localhost,c910f03c09k03; +} +default * { + logfile /var/log/consoles/&; + timestamp 1lab; + rw *; + master localhost; +} +config * { + sslrequired yes; + sslcacertificatefile /etc/xcat/cert/ca.pem; + sslcredentials /etc/xcat/cert/server-cred.pem; +} +default cyclades { type host; portbase 7000; portinc 1; } +default mrv { type host; portbase 2000; portinc 100; } +## +## Sample conserver.cf file, to give you ideas of what you can do with +## the various configuration items. +## +# +#### set up global access +#default full { rw *; } +# +#### define some terminal server specifics +## we set portbase and portinc so we can reference the ports in a +## physical representation and let conserver do the math to figure +## out the actual socket address +#default cisco { type host; portbase 2000; portinc 1; } +#default xyplex { type host; portbase 2000; portinc 100; } +#default iolan { type host; portbase 10000; portinc 1; } +# +#### set up some custom break sequences +#break 4 { string ""+\d+\d+""; delay 300; } +#break 5 { string ""\033c""; } +# +#### set the defaults for all the consoles +## these get applied before anything else +/console testnodetmp +# device /dev/ttyC.; +# devicesubst .=Pd; +# portbase -1; +# portinc 1; +# host none; # not really used, since devicesubst doesn't use it +# baud 9600; +# parity none; +#} +# +#console modem1.conserver.com { include cyclades; port 2; break 4; } +## todd isn't allowed on modem2.conserver.com +#console modem2.conserver.com { include cyclades; port 6; rw !todd; } +# +#### list of clients we allow +#access * { +# allowed 10.0.0.0/8 192.168.0.0/16; +# allowed cs1.conserver.com cs2.conserver.com cs3.conserver.com; +# trusted 127.0.0.1; +#} +#xCAT BEGIN c910f03c09k04 CONS +console c910f03c09k04 { + type exec; + exec /opt/xcat/share/xcat/cons/kvm c910f03c09k04; +} +#xCAT END c910f03c09k04 CONS +#xCAT BEGIN c910f03c09k05 CONS +console c910f03c09k05 { + type exec; + exec /opt/xcat/share/xcat/cons/kvm c910f03c09k05; +} +#xCAT END c910f03c09k05 CONS +#xCAT BEGIN testnodetmp CONS +console testnodetmp { + type exec; + exec /opt/xcat/share/xcat/cons/hmc testnodetmp; +} +#xCAT END testnodetmp CONS +Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/console testnodetmp { <-- HERE / at /opt/xcat/bin/xcattest line 1392. +``` +",1.0,"xcattest throw out error when running ``makeconservercf_null`` in ubuntu18.04 - xcat version +``` +Version 2.14.2 (git commit 4c5a2bbd770cac12f4854cbe0e4bf471daa711b4, built Fri Jul 6 06:17:27 EDT 2018) +``` +xcattest throw out error when running ``makeconservercf_null`` in ubuntu18.04 + +``` +-----START::makeconservercf_null::Time:Mon Jul 9 04:14:24 2018------ + +RUN:chdef -t node -o testnodetmp cons=hmc groups=all [Mon Jul 9 04:14:24 2018] +ElapsedTime:0 sec +RETURN rc = 0 +OUTPUT: +1 object definitions have been created or modified. +New object definitions 'testnodetmp' have been created. + +RUN:makeconservercf testnodetmp [Mon Jul 9 04:14:24 2018] +ElapsedTime:1 sec +RETURN rc = 0 +OUTPUT: +CHECK:rc == 0 [Pass] + +RUN:cat /etc/conserver.cf [Mon Jul 9 04:14:25 2018] +ElapsedTime:0 sec +RETURN rc = 0 +OUTPUT: +access * { + trusted 127.0.0.1; + trusted 10.3.9.3; + trusted localhost,c910f03c09k03; +} +default * { + logfile /var/log/consoles/&; + timestamp 1lab; + rw *; + master localhost; +} +config * { + sslrequired yes; + sslcacertificatefile /etc/xcat/cert/ca.pem; + sslcredentials /etc/xcat/cert/server-cred.pem; +} +default cyclades { type host; portbase 7000; portinc 1; } +default mrv { type host; portbase 2000; portinc 100; } +## +## Sample conserver.cf file, to give you ideas of what you can do with +## the various configuration items. +## +# +#### set up global access +#default full { rw *; } +# +#### define some terminal server specifics +## we set portbase and portinc so we can reference the ports in a +## physical representation and let conserver do the math to figure +## out the actual socket address +#default cisco { type host; portbase 2000; portinc 1; } +#default xyplex { type host; portbase 2000; portinc 100; } +#default iolan { type host; portbase 10000; portinc 1; } +# +#### set up some custom break sequences +#break 4 { string ""+\d+\d+""; delay 300; } +#break 5 { string ""\033c""; } +# +#### set the defaults for all the consoles +## these get applied before anything else +#default * { +# # The '&' character is substituted with the console name +# logfile /var/consoles/&; +# # timestamps every hour with activity and break logging +# timestamp 1hab; +# # include the 'full' default +# include full; +# # master server is localhost +# master localhost; +#} +# +#### define the first terminal server +#default ts1.conserver.com { +# # use the xyplex defaults +# include xyplex; +# # host to connect to is ts1.conserver.com +# host ts1.conserver.com; +# # run login-xyplex when connecting to the term server +# initcmd /usr/local/sbin/login-xyplex; +#} +# +## now define the consoles on ts1.conserver.com +## bryan isn't allowed on web1.conserver.com +#console web1.conserver.com { include ts1.conserver.com; port 2; rw !bryan; } +#console ns1.conserver.com { include ts1.conserver.com; port 10; } +#console ns2.conserver.com { include ts1.conserver.com; port 8; } +# +#### define the second terminal server +## this one is a cisco, with simple socket connections +#default ts2.conserver.com { include cisco; host ts2.conserver.com; } +# +## and the consoles on ts2.conserver.com +#console ldap1.conserver.com { include ts2.conserver.com; port 7; } +# +#### and now some one-off consoles +## we still inherit the '*' default set +## a simple ssh invocation +#console ssh { +# type exec; +# exec ssh localhost; +# # provide a 'message-of-the-day' +# motd ""just a simple ssh to localhost""; +#} +# +## connect to /dev/ttya +#console ttya { +# type device; +# device /dev/ttya; parity none; baud 9600; +# idlestring ""#""; +# idletimeout 5m; # send a '#' every 5 minutes of idle +# timestamp """"; # no timestamps on this console +#} +# +#### define a group of users +#group sysadmin { +# users bryan, todd; +# users dave; +#} +# +#### reset the defaults for the next set of consoles +## again, these get applied before anything else +#default * { +# # The '&' character is substituted with the console name +# logfile /var/consoles/&; +# timestamp 5m; +# rw sysadmin; # use the group defined above +# master localhost; +#} +# +#default cyclades { +# # sets up /dev/ttyC0 through /dev/ttyC31, for a 32 port card +# # referenced as ports 1 through 32 +# type device; +access * { + trusted 127.0.0.1; + trusted 10.3.9.3; + trusted localhost,c910f03c09k03; +} +default * { + logfile /var/log/consoles/&; + timestamp 1lab; + rw *; + master localhost; +} +config * { + sslrequired yes; + sslcacertificatefile /etc/xcat/cert/ca.pem; + sslcredentials /etc/xcat/cert/server-cred.pem; +} +default cyclades { type host; portbase 7000; portinc 1; } +default mrv { type host; portbase 2000; portinc 100; } +## +## Sample conserver.cf file, to give you ideas of what you can do with +## the various configuration items. +## +# +#### set up global access +#default full { rw *; } +# +#### define some terminal server specifics +## we set portbase and portinc so we can reference the ports in a +## physical representation and let conserver do the math to figure +## out the actual socket address +#default cisco { type host; portbase 2000; portinc 1; } +#default xyplex { type host; portbase 2000; portinc 100; } +#default iolan { type host; portbase 10000; portinc 1; } +# +#### set up some custom break sequences +#break 4 { string ""+\d+\d+""; delay 300; } +#break 5 { string ""\033c""; } +# +#### set the defaults for all the consoles +## these get applied before anything else +/console testnodetmp +# device /dev/ttyC.; +# devicesubst .=Pd; +# portbase -1; +# portinc 1; +# host none; # not really used, since devicesubst doesn't use it +# baud 9600; +# parity none; +#} +# +#console modem1.conserver.com { include cyclades; port 2; break 4; } +## todd isn't allowed on modem2.conserver.com +#console modem2.conserver.com { include cyclades; port 6; rw !todd; } +# +#### list of clients we allow +#access * { +# allowed 10.0.0.0/8 192.168.0.0/16; +# allowed cs1.conserver.com cs2.conserver.com cs3.conserver.com; +# trusted 127.0.0.1; +#} +#xCAT BEGIN c910f03c09k04 CONS +console c910f03c09k04 { + type exec; + exec /opt/xcat/share/xcat/cons/kvm c910f03c09k04; +} +#xCAT END c910f03c09k04 CONS +#xCAT BEGIN c910f03c09k05 CONS +console c910f03c09k05 { + type exec; + exec /opt/xcat/share/xcat/cons/kvm c910f03c09k05; +} +#xCAT END c910f03c09k05 CONS +#xCAT BEGIN testnodetmp CONS +console testnodetmp { + type exec; + exec /opt/xcat/share/xcat/cons/hmc testnodetmp; +} +#xCAT END testnodetmp CONS +Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/console testnodetmp { <-- HERE / at /opt/xcat/bin/xcattest line 1392. +``` +",0,xcattest throw out error when running makeconservercf null in xcat version version git commit built fri jul edt xcattest throw out error when running makeconservercf null in start makeconservercf null time mon jul run chdef t node o testnodetmp cons hmc groups all elapsedtime sec return rc output object definitions have been created or modified new object definitions testnodetmp have been created run makeconservercf testnodetmp elapsedtime sec return rc output check rc run cat etc conserver cf elapsedtime sec return rc output access trusted trusted trusted localhost default logfile var log consoles timestamp rw master localhost config sslrequired yes sslcacertificatefile etc xcat cert ca pem sslcredentials etc xcat cert server cred pem default cyclades type host portbase portinc default mrv type host portbase portinc sample conserver cf file to give you ideas of what you can do with the various configuration items set up global access default full rw define some terminal server specifics we set portbase and portinc so we can reference the ports in a physical representation and let conserver do the math to figure out the actual socket address default cisco type host portbase portinc default xyplex type host portbase portinc default iolan type host portbase portinc set up some custom break sequences break string d d delay break string set the defaults for all the consoles these get applied before anything else default the character is substituted with the console name logfile var consoles timestamps every hour with activity and break logging timestamp include the full default include full master server is localhost master localhost define the first terminal server default conserver com use the xyplex defaults include xyplex host to connect to is conserver com host conserver com run login xyplex when connecting to the term server initcmd usr local sbin login xyplex now define the consoles on conserver com bryan isn t allowed on conserver com console conserver com include conserver com port rw bryan console conserver com include conserver com port console conserver com include conserver com port define the second terminal server this one is a cisco with simple socket connections default conserver com include cisco host conserver com and the consoles on conserver com console conserver com include conserver com port and now some one off consoles we still inherit the default set a simple ssh invocation console ssh type exec exec ssh localhost provide a message of the day motd just a simple ssh to localhost connect to dev ttya console ttya type device device dev ttya parity none baud idlestring idletimeout send a every minutes of idle timestamp no timestamps on this console define a group of users group sysadmin users bryan todd users dave reset the defaults for the next set of consoles again these get applied before anything else default the character is substituted with the console name logfile var consoles timestamp rw sysadmin use the group defined above master localhost default cyclades sets up dev through dev for a port card referenced as ports through type device access trusted trusted trusted localhost default logfile var log consoles timestamp rw master localhost config sslrequired yes sslcacertificatefile etc xcat cert ca pem sslcredentials etc xcat cert server cred pem default cyclades type host portbase portinc default mrv type host portbase portinc sample conserver cf file to give you ideas of what you can do with the various configuration items set up global access default full rw define some terminal server specifics we set portbase and portinc so we can reference the ports in a physical representation and let conserver do the math to figure out the actual socket address default cisco type host portbase portinc default xyplex type host portbase portinc default iolan type host portbase portinc set up some custom break sequences break string d d delay break string set the defaults for all the consoles these get applied before anything else console testnodetmp device dev ttyc devicesubst pd portbase portinc host none not really used since devicesubst doesn t use it baud parity none console conserver com include cyclades port break todd isn t allowed on conserver com console conserver com include cyclades port rw todd list of clients we allow access allowed allowed conserver com conserver com conserver com trusted xcat begin cons console type exec exec opt xcat share xcat cons kvm xcat end cons xcat begin cons console type exec exec opt xcat share xcat cons kvm xcat end cons xcat begin testnodetmp cons console testnodetmp type exec exec opt xcat share xcat cons hmc testnodetmp xcat end testnodetmp cons unescaped left brace in regex is illegal here in regex marked by here in m console testnodetmp here at opt xcat bin xcattest line ,0 +756992,26492018442.0,IssuesEvent,2023-01-17 23:58:01,SuddenDevelopment/StopMotion,https://api.github.com/repos/SuddenDevelopment/StopMotion,closed,Nothing selected nothing happens,Priority High,"If no object is selected then nothing should happen all buttons. +We need to keep checking for this",1.0,"Nothing selected nothing happens - If no object is selected then nothing should happen all buttons. +We need to keep checking for this",0,nothing selected nothing happens if no object is selected then nothing should happen all buttons we need to keep checking for this,0 +187884,6762051177.0,IssuesEvent,2017-10-25 06:00:29,webcompat/web-bugs,https://api.github.com/repos/webcompat/web-bugs,closed,web.whatsapp.com - site is not usable,browser-firefox priority-critical status-duplicate status-needsinfo," + + + +**URL**: https://web.whatsapp.com/ + +**Browser / Version**: Firefox 58.0 +**Operating System**: Linux +**Tested Another Browser**: Yes + +**Problem type**: Site is not usable +**Description**: Clicking on chats on the left does nothing. Can't open any chats. +**Steps to Reproduce**: + + + + +_From [webcompat.com](https://webcompat.com/) with ❤️_",1.0,"web.whatsapp.com - site is not usable - + + + +**URL**: https://web.whatsapp.com/ + +**Browser / Version**: Firefox 58.0 +**Operating System**: Linux +**Tested Another Browser**: Yes + +**Problem type**: Site is not usable +**Description**: Clicking on chats on the left does nothing. Can't open any chats. +**Steps to Reproduce**: + + + + +_From [webcompat.com](https://webcompat.com/) with ❤️_",0,web whatsapp com site is not usable url browser version firefox operating system linux tested another browser yes problem type site is not usable description clicking on chats on the left does nothing can t open any chats steps to reproduce from with ❤️ ,0 +327701,24148712560.0,IssuesEvent,2022-09-21 21:26:15,Open-Telecoms-Data/open-fibre-data-standard,https://api.github.com/repos/Open-Telecoms-Data/open-fibre-data-standard,closed,Add an admonition to each page with consultation instructions,Normative documentation Non-normative documentation,"The instructions can explain the different options for providing feedback and provide a steer as to the key issues on which we are seeking feedback. + +At the same time we can remove the admonition that currently appears on the home page.",2.0,"Add an admonition to each page with consultation instructions - The instructions can explain the different options for providing feedback and provide a steer as to the key issues on which we are seeking feedback. + +At the same time we can remove the admonition that currently appears on the home page.",0,add an admonition to each page with consultation instructions the instructions can explain the different options for providing feedback and provide a steer as to the key issues on which we are seeking feedback at the same time we can remove the admonition that currently appears on the home page ,0 +62621,8630428596.0,IssuesEvent,2018-11-22 01:50:05,docksal/drupal8,https://api.github.com/repos/docksal/drupal8,closed,Init Documentation,documentation,"Hi! Thanks for developing this useful implementation of Docker. I've gotten one of our most complex Drupal 8 sites up and running on my Mac using this methodology. It works great. The only thing that I'm not sure about is how I should set up my init script. The Drupal 7 one seems to imply everything goes into the one init script. The Drupal 8 one splits the script into two files: ""init"" and ""init-site"". Adding my commands to init-site doesn't seem to work for whatever reason - I'm guessing because Docksal isn't declared there. What I did was create a new script called ""init-local"" and called it with fin init-local from the main init script. Calling it from the init-site script didn't work because it didn't understand what the ""fin"" command was. + +Is this correct? I'm concerned a future fin update will overwrite the line I added to the init file. I guess if it's working, then that's great, but I want to make sure it's the correct way to go about doing it so we're compliant with standards going forward. + +Here's the code I'm executing in init-local: + +``` +SITE_DIRECTORY=""default"" +DOCROOT_PATH=""${PROJECT_ROOT}/${DOCROOT}"" +SITEDIR_PATH=""${DOCROOT_PATH}/sites/${SITE_DIRECTORY}"" +fin stop +fin start +cd ${DOCROOT_PATH} +echo ""Dropping database..."" +fin drush sql-drop -y +echo ""Importing database from /docroot/db/db.sql""; +fin sqli ./db/db.sql --db=default +fin drush en stage_file_proxy -y +fin drush cr +``` + +And here's the line I added to init: + +``` +# run the local settings script +fin init-local +``` + +Thanks, in advance, for your help. +=Adam= +",1.0,"Init Documentation - Hi! Thanks for developing this useful implementation of Docker. I've gotten one of our most complex Drupal 8 sites up and running on my Mac using this methodology. It works great. The only thing that I'm not sure about is how I should set up my init script. The Drupal 7 one seems to imply everything goes into the one init script. The Drupal 8 one splits the script into two files: ""init"" and ""init-site"". Adding my commands to init-site doesn't seem to work for whatever reason - I'm guessing because Docksal isn't declared there. What I did was create a new script called ""init-local"" and called it with fin init-local from the main init script. Calling it from the init-site script didn't work because it didn't understand what the ""fin"" command was. + +Is this correct? I'm concerned a future fin update will overwrite the line I added to the init file. I guess if it's working, then that's great, but I want to make sure it's the correct way to go about doing it so we're compliant with standards going forward. + +Here's the code I'm executing in init-local: + +``` +SITE_DIRECTORY=""default"" +DOCROOT_PATH=""${PROJECT_ROOT}/${DOCROOT}"" +SITEDIR_PATH=""${DOCROOT_PATH}/sites/${SITE_DIRECTORY}"" +fin stop +fin start +cd ${DOCROOT_PATH} +echo ""Dropping database..."" +fin drush sql-drop -y +echo ""Importing database from /docroot/db/db.sql""; +fin sqli ./db/db.sql --db=default +fin drush en stage_file_proxy -y +fin drush cr +``` + +And here's the line I added to init: + +``` +# run the local settings script +fin init-local +``` + +Thanks, in advance, for your help. +=Adam= +",0,init documentation hi thanks for developing this useful implementation of docker i ve gotten one of our most complex drupal sites up and running on my mac using this methodology it works great the only thing that i m not sure about is how i should set up my init script the drupal one seems to imply everything goes into the one init script the drupal one splits the script into two files init and init site adding my commands to init site doesn t seem to work for whatever reason i m guessing because docksal isn t declared there what i did was create a new script called init local and called it with fin init local from the main init script calling it from the init site script didn t work because it didn t understand what the fin command was is this correct i m concerned a future fin update will overwrite the line i added to the init file i guess if it s working then that s great but i want to make sure it s the correct way to go about doing it so we re compliant with standards going forward here s the code i m executing in init local site directory default docroot path project root docroot sitedir path docroot path sites site directory fin stop fin start cd docroot path echo dropping database fin drush sql drop y echo importing database from docroot db db sql fin sqli db db sql db default fin drush en stage file proxy y fin drush cr and here s the line i added to init run the local settings script fin init local thanks in advance for your help adam ,0 +9775,25184053338.0,IssuesEvent,2022-11-11 16:11:50,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,There is no step mentioned for Virtual network creation before retrieval of VNET information after the resource group creation step. ,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri1,"There is no step mentioned for Virtual network creation before retrieval of VNET information after the resource group creation step. + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d61c0c47-bb1e-5bd4-55ed-92058c3c1e2b +* Version Independent ID: 09757b3e-205b-4263-fada-4d0224048f6f +* Content: [Protect APIs with Azure Application Gateway and Azure API Management - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/apis/protect-apis) +* Content Source: [docs/reference-architectures/apis/protect-apis.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/apis/protect-apis.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @fabriciosanchez +* Microsoft Alias: **fabriciosanchez**",2.0,"There is no step mentioned for Virtual network creation before retrieval of VNET information after the resource group creation step. - There is no step mentioned for Virtual network creation before retrieval of VNET information after the resource group creation step. + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d61c0c47-bb1e-5bd4-55ed-92058c3c1e2b +* Version Independent ID: 09757b3e-205b-4263-fada-4d0224048f6f +* Content: [Protect APIs with Azure Application Gateway and Azure API Management - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/apis/protect-apis) +* Content Source: [docs/reference-architectures/apis/protect-apis.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/apis/protect-apis.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @fabriciosanchez +* Microsoft Alias: **fabriciosanchez**",1,there is no step mentioned for virtual network creation before retrieval of vnet information after the resource group creation step there is no step mentioned for virtual network creation before retrieval of vnet information after the resource group creation step document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id fada content content source service architecture center sub service reference architecture github login fabriciosanchez microsoft alias fabriciosanchez ,1 +10753,27391412530.0,IssuesEvent,2023-02-28 16:29:49,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Add a hyperlink to WebAuthn in Azure Active Directory IDaaS in security operations page,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"Add a hyperlink to WebAuthn in following page: +[Azure Active Directory IDaaS in security operations](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/aadsec/azure-ad-security) -> Architectue -> Components -> Credential management -> Passwordless authentication + +So readers can know more about WebAuthn. + +Current: +> You can also enable passwordless authentication with [FIDO2-compatible security keys](https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-authentication-passwordless-security-key), which use WebAuthn and the [FIDO Alliance's Client-to-Authenticator (CTAP) protocol](https://fidoalliance.org/specifications/download/). + +Proposed: + +> You can also enable passwordless authentication with [FIDO2-compatible security keys](https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-authentication-passwordless-security-key), which use [WebAuthn](https://www.w3.org/TR/webauthn-2/) and the [FIDO Alliance's Client-to-Authenticator (CTAP) protocol](https://fidoalliance.org/specifications/download/). + +_This is my first issue here, please ignore any rookie blunders, and tell me if some more details are required_ + +I want to contribute, and can create a PR for this. Let me know should I? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d7590665-2688-5da1-54ff-029be05c6376 +* Version Independent ID: b1dfa5fa-537e-cf03-bb2f-4b9d79420169 +* Content: [Azure Active Directory IDaaS in security operations - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/aadsec/azure-ad-security) +* Content Source: [docs/example-scenario/aadsec/azure-ad-security.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/aadsec/azure-ad-security.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Add a hyperlink to WebAuthn in Azure Active Directory IDaaS in security operations page - Add a hyperlink to WebAuthn in following page: +[Azure Active Directory IDaaS in security operations](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/aadsec/azure-ad-security) -> Architectue -> Components -> Credential management -> Passwordless authentication + +So readers can know more about WebAuthn. + +Current: +> You can also enable passwordless authentication with [FIDO2-compatible security keys](https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-authentication-passwordless-security-key), which use WebAuthn and the [FIDO Alliance's Client-to-Authenticator (CTAP) protocol](https://fidoalliance.org/specifications/download/). + +Proposed: + +> You can also enable passwordless authentication with [FIDO2-compatible security keys](https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-authentication-passwordless-security-key), which use [WebAuthn](https://www.w3.org/TR/webauthn-2/) and the [FIDO Alliance's Client-to-Authenticator (CTAP) protocol](https://fidoalliance.org/specifications/download/). + +_This is my first issue here, please ignore any rookie blunders, and tell me if some more details are required_ + +I want to contribute, and can create a PR for this. Let me know should I? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: d7590665-2688-5da1-54ff-029be05c6376 +* Version Independent ID: b1dfa5fa-537e-cf03-bb2f-4b9d79420169 +* Content: [Azure Active Directory IDaaS in security operations - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/aadsec/azure-ad-security) +* Content Source: [docs/example-scenario/aadsec/azure-ad-security.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/aadsec/azure-ad-security.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,add a hyperlink to webauthn in azure active directory idaas in security operations page add a hyperlink to webauthn in following page architectue components credential management passwordless authentication so readers can know more about webauthn current you can also enable passwordless authentication with which use webauthn and the proposed you can also enable passwordless authentication with which use and the this is my first issue here please ignore any rookie blunders and tell me if some more details are required i want to contribute and can create a pr for this let me know should i document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login edprice msft microsoft alias architectures ,1 +110427,23931316455.0,IssuesEvent,2022-09-10 15:39:09,ClickHouse/ClickHouse,https://api.github.com/repos/ClickHouse/ClickHouse,closed,DateTime64 is missing parseDateTime64BestEffort and parseDateTime64BestEffortUS,easy task unfinished code,"While loading data containing string dates like so: +``` +10/10/1958 18:42:00 +01/22/1980 16:00:00 +``` +I realized that I needed to swap the date format from `MM/DD/YYYY` to `YYYY/MM/DD` and that I needed support for 64 bit dates to back before 1970. The 64 bit `parseDateTimeBestEffort` is not implemented. + +This is how I worked around it: +``` +select replaceRegexpOne(complaint_time, '(\\d{2})/(\\d{2})/(\\d{4})', '\\3/\\1/\\2')::DateTime64(0) AS report_time64 +``` + +This is with version 22.4.5.9 + + +",1.0,"DateTime64 is missing parseDateTime64BestEffort and parseDateTime64BestEffortUS - While loading data containing string dates like so: +``` +10/10/1958 18:42:00 +01/22/1980 16:00:00 +``` +I realized that I needed to swap the date format from `MM/DD/YYYY` to `YYYY/MM/DD` and that I needed support for 64 bit dates to back before 1970. The 64 bit `parseDateTimeBestEffort` is not implemented. + +This is how I worked around it: +``` +select replaceRegexpOne(complaint_time, '(\\d{2})/(\\d{2})/(\\d{4})', '\\3/\\1/\\2')::DateTime64(0) AS report_time64 +``` + +This is with version 22.4.5.9 + + +",0, is missing and while loading data containing string dates like so i realized that i needed to swap the date format from mm dd yyyy to yyyy mm dd and that i needed support for bit dates to back before the bit parsedatetimebesteffort is not implemented this is how i worked around it select replaceregexpone complaint time d d d as report this is with version ,0 +10631,27168939155.0,IssuesEvent,2023-02-17 17:33:42,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Graphic and text updates requested SAP BW/4HANA in Linux on Azure,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"Hi! +Arnt de Gier here, TME for Azure NetApp Files with NetApp. +I have the following suggestions for updating this article: + +1. Per the attached image, please update the architecture graphic as follows: +Move the Azure Managed Disks icon up to just below the SAP HANA Database box. +2. Stretch the box containing Azure NetApp Files icon to the right so it also covers the SAP HANA Database. +3. Change the text underneath the Azure NetApp Files box from Dedicated storage subnet to **Delegated storage subnet**. + +Text update: +4. In section 'SAP Central Services cluster', third sentence, replace NetApp Files with **Azure NetApp Files**. + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 90286914-6020-f118-a270-e33e3 +![Updated Architecture SAP workload](https://user-images.githubusercontent.com/86350177/144052641-a86e75a9-f23d-41fc-99f9-e299d2e17271.png) +6629c22 +* Version Independent ID: 3beba32d-41f6-27df-430c-cde024bc29b2 +* Content: [Run SAP BW/4HANA with Linux VMs - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sap/run-sap-bw4hana-with-linux-virtual-machines) +* Content Source: [docs/reference-architectures/sap/run-sap-bw4hana-with-linux-virtual-machines.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/sap/run-sap-bw4hana-with-linux-virtual-machines.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",2.0,"Graphic and text updates requested SAP BW/4HANA in Linux on Azure - Hi! +Arnt de Gier here, TME for Azure NetApp Files with NetApp. +I have the following suggestions for updating this article: + +1. Per the attached image, please update the architecture graphic as follows: +Move the Azure Managed Disks icon up to just below the SAP HANA Database box. +2. Stretch the box containing Azure NetApp Files icon to the right so it also covers the SAP HANA Database. +3. Change the text underneath the Azure NetApp Files box from Dedicated storage subnet to **Delegated storage subnet**. + +Text update: +4. In section 'SAP Central Services cluster', third sentence, replace NetApp Files with **Azure NetApp Files**. + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 90286914-6020-f118-a270-e33e3 +![Updated Architecture SAP workload](https://user-images.githubusercontent.com/86350177/144052641-a86e75a9-f23d-41fc-99f9-e299d2e17271.png) +6629c22 +* Version Independent ID: 3beba32d-41f6-27df-430c-cde024bc29b2 +* Content: [Run SAP BW/4HANA with Linux VMs - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sap/run-sap-bw4hana-with-linux-virtual-machines) +* Content Source: [docs/reference-architectures/sap/run-sap-bw4hana-with-linux-virtual-machines.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/sap/run-sap-bw4hana-with-linux-virtual-machines.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,graphic and text updates requested sap bw in linux on azure hi arnt de gier here tme for azure netapp files with netapp i have the following suggestions for updating this article per the attached image please update the architecture graphic as follows move the azure managed disks icon up to just below the sap hana database box stretch the box containing azure netapp files icon to the right so it also covers the sap hana database change the text underneath the azure netapp files box from dedicated storage subnet to delegated storage subnet text update in section sap central services cluster third sentence replace netapp files with azure netapp files document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias pnp ,1 +10460,26992620597.0,IssuesEvent,2023-02-09 21:16:35,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Add Azure Container Apps as an equivalence of ECS,doc-enhancement assigned-to-author triaged architecture-center/svc cloud-fundamentals/subsvc Pri1," +It is time to add Azure Container Apps in the equivalence record for ECS. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **yuanzhiqu**",1.0,"Add Azure Container Apps as an equivalence of ECS - +It is time to add Azure Container Apps in the equivalence record for ECS. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **yuanzhiqu**",1,add azure container apps as an equivalence of ecs it is time to add azure container apps in the equivalence record for ecs document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login edprice msft microsoft alias yuanzhiqu ,1 +586372,17576245965.0,IssuesEvent,2021-08-15 17:07:57,MineInAbyss/DeeperWorld,https://api.github.com/repos/MineInAbyss/DeeperWorld,closed,Riding mobs wont TP you between sections,type:bug priority:low,Mobs do not count as vehicles and are therefore not tped in this event,1.0,Riding mobs wont TP you between sections - Mobs do not count as vehicles and are therefore not tped in this event,0,riding mobs wont tp you between sections mobs do not count as vehicles and are therefore not tped in this event,0 +5886,13247810724.0,IssuesEvent,2020-08-19 17:53:06,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Can you please provide one implementation sample for this.,Pri2 architecture-center/svc assigned-to-author doc-enhancement solution-idea/subsvc triaged," +[Enter feedback here] +Can you please provide one implementation sample for this architecture. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fc547e3a-5433-08eb-9bc2-c0a44e4280a5 +* Version Independent ID: 3ab8ba71-f5c5-dcb4-c1be-cde8b61cda34 +* Content: [Secure DevOps for AKS - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/secure-devops-for-kubernetes) +* Content Source: [docs/solution-ideas/articles/secure-devops-for-kubernetes.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/secure-devops-for-kubernetes.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Can you please provide one implementation sample for this. - +[Enter feedback here] +Can you please provide one implementation sample for this architecture. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fc547e3a-5433-08eb-9bc2-c0a44e4280a5 +* Version Independent ID: 3ab8ba71-f5c5-dcb4-c1be-cde8b61cda34 +* Content: [Secure DevOps for AKS - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/secure-devops-for-kubernetes) +* Content Source: [docs/solution-ideas/articles/secure-devops-for-kubernetes.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/secure-devops-for-kubernetes.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,can you please provide one implementation sample for this can you please provide one implementation sample for this architecture document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +34851,2788864703.0,IssuesEvent,2015-05-08 15:59:08,SwissTPH/openmalaria,https://api.github.com/repos/SwissTPH/openmalaria,opened,Easier-to-use output format,component: Output enhancement priority: low Usability,"Easier-to-use output format +--------------- + +Currently, all outputs are in a backwards-compatible format, which has the +following issues: + +1. Age-group, cohort identifier, vector species (never concurrent with + age-group) and parasite genotype are all coerced into the same column. + Having two extra columns would make parsing easier. +2. The times of surveys are not given in the output and require analysing the + XML documents or using the --print-survey-times option (added after the 33 + release). +3. Similarly, age-groups, cohorts, vector species, genotypes and measures are + all given via suome type of numeric index whose meaning is not obvious + without examining the XML. It is not clear whether this should be fixed. + +If a new output format is introduced, it **must** be optional via some type of +switch so that old code like analysis of fitting runs does not need updating. + +Possible changes: + +* Replace survey number with a date or time-step +* Add in two new ""key"" columns (besides age-group); make the meaning of all + three columns depend on the measure (e.g. (age-group, genotype, cohort) or + (vector-species, genotype) +* Re-order columns +* Change the format of columns from plain numbers to strings; e.g. age-groups + could become ""0d-30d"", ""5y-10y""; cohort membership could be binary ""1101"" + or text-based ""ABD"". Measures could indicate *what* is measured and + *categorisation*, e.g. ""30-AG"" for measure 30 by age and genotype. + **Major down-side:** analysis tools have to parse these which makes them + much more complicated. +* Keep plain numerical keys in columns but add a key (list of meanings) in a + separate file which details what all numbers mean. Note that this key file + could be generated only in the presence of a specific command-line option + such that it only needs to be generated once for each experiment (assuming + all age-groups, measures, etc. are constant across the experiment, which is + usually the case).",1.0,"Easier-to-use output format - Easier-to-use output format +--------------- + +Currently, all outputs are in a backwards-compatible format, which has the +following issues: + +1. Age-group, cohort identifier, vector species (never concurrent with + age-group) and parasite genotype are all coerced into the same column. + Having two extra columns would make parsing easier. +2. The times of surveys are not given in the output and require analysing the + XML documents or using the --print-survey-times option (added after the 33 + release). +3. Similarly, age-groups, cohorts, vector species, genotypes and measures are + all given via suome type of numeric index whose meaning is not obvious + without examining the XML. It is not clear whether this should be fixed. + +If a new output format is introduced, it **must** be optional via some type of +switch so that old code like analysis of fitting runs does not need updating. + +Possible changes: + +* Replace survey number with a date or time-step +* Add in two new ""key"" columns (besides age-group); make the meaning of all + three columns depend on the measure (e.g. (age-group, genotype, cohort) or + (vector-species, genotype) +* Re-order columns +* Change the format of columns from plain numbers to strings; e.g. age-groups + could become ""0d-30d"", ""5y-10y""; cohort membership could be binary ""1101"" + or text-based ""ABD"". Measures could indicate *what* is measured and + *categorisation*, e.g. ""30-AG"" for measure 30 by age and genotype. + **Major down-side:** analysis tools have to parse these which makes them + much more complicated. +* Keep plain numerical keys in columns but add a key (list of meanings) in a + separate file which details what all numbers mean. Note that this key file + could be generated only in the presence of a specific command-line option + such that it only needs to be generated once for each experiment (assuming + all age-groups, measures, etc. are constant across the experiment, which is + usually the case).",0,easier to use output format easier to use output format currently all outputs are in a backwards compatible format which has the following issues age group cohort identifier vector species never concurrent with age group and parasite genotype are all coerced into the same column having two extra columns would make parsing easier the times of surveys are not given in the output and require analysing the xml documents or using the print survey times option added after the release similarly age groups cohorts vector species genotypes and measures are all given via suome type of numeric index whose meaning is not obvious without examining the xml it is not clear whether this should be fixed if a new output format is introduced it must be optional via some type of switch so that old code like analysis of fitting runs does not need updating possible changes replace survey number with a date or time step add in two new key columns besides age group make the meaning of all three columns depend on the measure e g age group genotype cohort or vector species genotype re order columns change the format of columns from plain numbers to strings e g age groups could become cohort membership could be binary or text based abd measures could indicate what is measured and categorisation e g ag for measure by age and genotype major down side analysis tools have to parse these which makes them much more complicated keep plain numerical keys in columns but add a key list of meanings in a separate file which details what all numbers mean note that this key file could be generated only in the presence of a specific command line option such that it only needs to be generated once for each experiment assuming all age groups measures etc are constant across the experiment which is usually the case ,0 +7127,16636566781.0,IssuesEvent,2021-06-04 00:01:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Render Cycle of a payload,Pri2 architecture-center/svc assigned-to-author product-question triaged well-architected/subsvc," +[Enter feedback here] +Under ""Caching"" subsection, there's a statement which goes ""Every render cycle of a payload will consume Compute & Memory"". What is meant by Render Cycle of a payload ? Can you point me to any resource where I can read more on this concept ? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8826a1c7-1335-0bf1-26f9-8dc77fbdf20f +* Version Independent ID: 75fd4df2-2d30-ee46-8792-b3fc887eadbe +* Content: [Tradeoffs for costs - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/cost/tradeoffs) +* Content Source: [docs/framework/cost/tradeoffs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/cost/tradeoffs.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1.0,"Render Cycle of a payload - +[Enter feedback here] +Under ""Caching"" subsection, there's a statement which goes ""Every render cycle of a payload will consume Compute & Memory"". What is meant by Render Cycle of a payload ? Can you point me to any resource where I can read more on this concept ? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8826a1c7-1335-0bf1-26f9-8dc77fbdf20f +* Version Independent ID: 75fd4df2-2d30-ee46-8792-b3fc887eadbe +* Content: [Tradeoffs for costs - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/framework/cost/tradeoffs) +* Content Source: [docs/framework/cost/tradeoffs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/framework/cost/tradeoffs.md) +* Service: **architecture-center** +* Sub-service: **well-architected** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1,render cycle of a payload under caching subsection there s a statement which goes every render cycle of a payload will consume compute memory what is meant by render cycle of a payload can you point me to any resource where i can read more on this concept document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service well architected github login david stanford microsoft alias pnp ,1 +244277,20621366292.0,IssuesEvent,2022-03-07 17:44:04,newrelic/newrelic-java-agent,https://api.github.com/repos/newrelic/newrelic-java-agent,closed,U/F/I Tests: Implement LogEventTest,testing,"See: https://github.com/newrelic/newrelic-java-agent/blob/6f45eec3c20287cda7a1ea418d4fb4c44f2bc6f7/agent-model/src/test/java/com/newrelic/agent/model/LogEventTest.java#L5-L7 + +Look at similar tests in the same package for guidance.",1.0,"U/F/I Tests: Implement LogEventTest - See: https://github.com/newrelic/newrelic-java-agent/blob/6f45eec3c20287cda7a1ea418d4fb4c44f2bc6f7/agent-model/src/test/java/com/newrelic/agent/model/LogEventTest.java#L5-L7 + +Look at similar tests in the same package for guidance.",0,u f i tests implement logeventtest see look at similar tests in the same package for guidance ,0 +589726,17759988765.0,IssuesEvent,2021-08-29 14:08:32,MyMICDS/MyMICDS-v2,https://api.github.com/repos/MyMICDS/MyMICDS-v2,closed,Add animated backgrounds?,enhancement effort: medium work length: long priority: it can wait premium,"In addition to static pictures, allow the user to have subtly animated backgrounds similar to [icloud.com](icloud.com)",1.0,"Add animated backgrounds? - In addition to static pictures, allow the user to have subtly animated backgrounds similar to [icloud.com](icloud.com)",0,add animated backgrounds in addition to static pictures allow the user to have subtly animated backgrounds similar to icloud com ,0 +621649,19593718163.0,IssuesEvent,2022-01-05 15:35:04,Happy-Algorithms-League/hal-cgp,https://api.github.com/repos/Happy-Algorithms-League/hal-cgp,opened,Make sure caching decorator's key from numpy evaluation contains not only nan,bug high priority,"Currently, two functions which return all `nan` values from the numpy evaluation are assigned identical keys without emitting any warning. + +This should be fixed, e.g., by raising an exception if this is detected.",1.0,"Make sure caching decorator's key from numpy evaluation contains not only nan - Currently, two functions which return all `nan` values from the numpy evaluation are assigned identical keys without emitting any warning. + +This should be fixed, e.g., by raising an exception if this is detected.",0,make sure caching decorator s key from numpy evaluation contains not only nan currently two functions which return all nan values from the numpy evaluation are assigned identical keys without emitting any warning this should be fixed e g by raising an exception if this is detected ,0 +241837,18493655875.0,IssuesEvent,2021-10-19 05:49:41,kyverno/website,https://api.github.com/repos/kyverno/website,closed,Tune webhook timeout via the flag,documentation good first issue,"> This flag can be configured via [Kyverno Deployment args](https://github.com/kyverno/kyverno/blob/d9ad564989141d66fd9a7269f012d51eea2a1b11/definitions/release/install.yaml#L2432) (in seconds): +> +> ```yaml +> spec: +> containers: +> - args: +> - --webhookTimeout=1 +> ``` + +If you're using the Helm chart, it looks like you should add this flag to `.Values.extraArgs` actually + +_Originally posted by @devlounge in https://github.com/kyverno/kyverno/issues/1950#issuecomment-854636380_",1.0,"Tune webhook timeout via the flag - > This flag can be configured via [Kyverno Deployment args](https://github.com/kyverno/kyverno/blob/d9ad564989141d66fd9a7269f012d51eea2a1b11/definitions/release/install.yaml#L2432) (in seconds): +> +> ```yaml +> spec: +> containers: +> - args: +> - --webhookTimeout=1 +> ``` + +If you're using the Helm chart, it looks like you should add this flag to `.Values.extraArgs` actually + +_Originally posted by @devlounge in https://github.com/kyverno/kyverno/issues/1950#issuecomment-854636380_",0,tune webhook timeout via the flag this flag can be configured via in seconds yaml spec containers args webhooktimeout if you re using the helm chart it looks like you should add this flag to values extraargs actually originally posted by devlounge in ,0 +10147,26398017826.0,IssuesEvent,2023-01-12 21:25:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Product names are given for time series storage architecture, but details are missing",doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"In the [Architecture](https://docs.microsoft.com/en-us/azure/architecture/data-guide/scenarios/time-series#architecture) section, product names that could be used for storage of time series are mentioned but details are missing. + +If possible, I'd like to see a table / comparison of those products +- pros +- cons +- some pointers how to best approach it - e.g. Blob Storage is mentioned but in that case the developer will be required to add some structure. Storing a JSON file with timestamp as filename? Other ideas? +- constraints to keep in mind + - what data types is it suitable for? + - what analytics products does it work with? +- best practices + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 87bde15d-d343-b84d-b77f-55b8e3f12638 +* Version Independent ID: 9d35a3eb-707b-47f6-68bc-3f22fee4c78c +* Content: [Time series data - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/scenarios/time-series#feedback) +* Content Source: [docs/data-guide/scenarios/time-series.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/scenarios/time-series.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"Product names are given for time series storage architecture, but details are missing - In the [Architecture](https://docs.microsoft.com/en-us/azure/architecture/data-guide/scenarios/time-series#architecture) section, product names that could be used for storage of time series are mentioned but details are missing. + +If possible, I'd like to see a table / comparison of those products +- pros +- cons +- some pointers how to best approach it - e.g. Blob Storage is mentioned but in that case the developer will be required to add some structure. Storing a JSON file with timestamp as filename? Other ideas? +- constraints to keep in mind + - what data types is it suitable for? + - what analytics products does it work with? +- best practices + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 87bde15d-d343-b84d-b77f-55b8e3f12638 +* Version Independent ID: 9d35a3eb-707b-47f6-68bc-3f22fee4c78c +* Content: [Time series data - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/scenarios/time-series#feedback) +* Content Source: [docs/data-guide/scenarios/time-series.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/scenarios/time-series.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,product names are given for time series storage architecture but details are missing in the section product names that could be used for storage of time series are mentioned but details are missing if possible i d like to see a table comparison of those products pros cons some pointers how to best approach it e g blob storage is mentioned but in that case the developer will be required to add some structure storing a json file with timestamp as filename other ideas constraints to keep in mind what data types is it suitable for what analytics products does it work with best practices document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login zoinertejada microsoft alias pnp ,1 +9717,25104527682.0,IssuesEvent,2022-11-08 15:44:51,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Create a paragraph dealing specifically with empty sets,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 best-practice/subsvc," +Hi, + +My team is using the [api-design](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design) doc as a guideline to build our APIs and we had some disagreements on how to deal with empty sets, I think the documentation could be more clear about this specific scenario. + +[This](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#910-empty-results) microsoft doc says that the proper response is 200 with the metadata and an empty set in the body, which I think is the way to do it as well, but the docs leave it up to interpretation, and [this](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design#get-methods) section makes it a little more confusing. + +Regards +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ad651d6a-f8d8-2050-e7a7-adbae7326112 +* Version Independent ID: 4fddd724-cabd-8623-7692-857088c1dccb +* Content: [API design guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design) +* Content Source: [docs/best-practices/api-design.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/api-design.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Create a paragraph dealing specifically with empty sets - +Hi, + +My team is using the [api-design](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design) doc as a guideline to build our APIs and we had some disagreements on how to deal with empty sets, I think the documentation could be more clear about this specific scenario. + +[This](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#910-empty-results) microsoft doc says that the proper response is 200 with the metadata and an empty set in the body, which I think is the way to do it as well, but the docs leave it up to interpretation, and [this](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design#get-methods) section makes it a little more confusing. + +Regards +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ad651d6a-f8d8-2050-e7a7-adbae7326112 +* Version Independent ID: 4fddd724-cabd-8623-7692-857088c1dccb +* Content: [API design guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design) +* Content Source: [docs/best-practices/api-design.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/api-design.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,create a paragraph dealing specifically with empty sets hi my team is using the doc as a guideline to build our apis and we had some disagreements on how to deal with empty sets i think the documentation could be more clear about this specific scenario microsoft doc says that the proper response is with the metadata and an empty set in the body which i think is the way to do it as well but the docs leave it up to interpretation and section makes it a little more confusing regards document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id cabd content content source service architecture center sub service best practice github login microsoft alias pnp ,1 +10627,27168372811.0,IssuesEvent,2023-02-17 17:06:33,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Video capture and analytics for retail,doc-enhancement assigned-to-author triaged architecture-center/svc Pri3 solution-idea/subsvc,"I do have interest in solution described as idea here: https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/video-analytics. +As we start web research for solution components we address that Azure Video Analyzer and Spatial Analysis module are marked as ""Preview"". +Can we expect this module and services to be ordered officially and in what timeframe? + +As we have interest in developing our own video analyzing solution are there other integration scenario that we can use in order to integrate with Azure platform. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c3301cd9-73e2-6644-3b79-5be980428dcc +* Version Independent ID: 2f4a1081-5af9-09ad-9892-205e9732df32 +* Content: [Video capture and analytics for retail - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/video-analytics) +* Content Source: [docs/solution-ideas/articles/video-analytics.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/video-analytics.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @niravi-msft +* Microsoft Alias: **niravi**",1.0,"Video capture and analytics for retail - I do have interest in solution described as idea here: https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/video-analytics. +As we start web research for solution components we address that Azure Video Analyzer and Spatial Analysis module are marked as ""Preview"". +Can we expect this module and services to be ordered officially and in what timeframe? + +As we have interest in developing our own video analyzing solution are there other integration scenario that we can use in order to integrate with Azure platform. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c3301cd9-73e2-6644-3b79-5be980428dcc +* Version Independent ID: 2f4a1081-5af9-09ad-9892-205e9732df32 +* Content: [Video capture and analytics for retail - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/video-analytics) +* Content Source: [docs/solution-ideas/articles/video-analytics.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/video-analytics.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @niravi-msft +* Microsoft Alias: **niravi**",1,video capture and analytics for retail i do have interest in solution described as idea here as we start web research for solution components we address that azure video analyzer and spatial analysis module are marked as preview can we expect this module and services to be ordered officially and in what timeframe as we have interest in developing our own video analyzing solution are there other integration scenario that we can use in order to integrate with azure platform document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login niravi msft microsoft alias niravi ,1 +2461,5241274330.0,IssuesEvent,2017-01-31 15:20:46,opentrials/opentrials,https://api.github.com/repos/opentrials/opentrials,closed,Problem in hra processor with isrctn id,bug Launch? Processors,"1-2 cases per 100 + +``` +Processing error: TypeError('expected string or buffer',) [8] Traceback (most recent call last): +File ""processors/base/processors/trial.py"", line 38, in process_trial trial = extractors['extract_trial'](record) +File ""processors/hra/extractors.py"", line 27, in extract_trial 'isrctn': _clean_identifier(record['isrctn_id'], prefix='ISRCTN'), +File ""processors/hra/extractors.py"", line 93, in _clean_identifier if re.match(r'%s\d{3,}' % prefix, ident): File ""/usr/local/lib/python2.7/re.py"", line 141, in match return _compile(pattern, flags).match(string) +TypeError: expected string or buffer +``` +",1.0,"Problem in hra processor with isrctn id - 1-2 cases per 100 + +``` +Processing error: TypeError('expected string or buffer',) [8] Traceback (most recent call last): +File ""processors/base/processors/trial.py"", line 38, in process_trial trial = extractors['extract_trial'](record) +File ""processors/hra/extractors.py"", line 27, in extract_trial 'isrctn': _clean_identifier(record['isrctn_id'], prefix='ISRCTN'), +File ""processors/hra/extractors.py"", line 93, in _clean_identifier if re.match(r'%s\d{3,}' % prefix, ident): File ""/usr/local/lib/python2.7/re.py"", line 141, in match return _compile(pattern, flags).match(string) +TypeError: expected string or buffer +``` +",0,problem in hra processor with isrctn id cases per processing error typeerror expected string or buffer traceback most recent call last file processors base processors trial py line in process trial trial extractors record file processors hra extractors py line in extract trial isrctn clean identifier record prefix isrctn file processors hra extractors py line in clean identifier if re match r s d prefix ident file usr local lib re py line in match return compile pattern flags match string typeerror expected string or buffer ,0 +225407,24829452401.0,IssuesEvent,2022-10-26 01:06:49,RG4421/spark-tpcds-benchmark,https://api.github.com/repos/RG4421/spark-tpcds-benchmark,reopened,CVE-2022-40154 (High) detected in woodstox-core-5.0.3.jar,security vulnerability,"## CVE-2022-40154 - High Severity Vulnerability +
Vulnerable Library - woodstox-core-5.0.3.jar

+ +

Woodstox is a high-performance XML processor that + implements Stax (JSR-173), SAX2 and Stax2 APIs

+

Library home page: https://github.com/FasterXML/woodstox

+

Path to dependency file: /spark-tpcds-benchmark-runner/build.gradle

+

Path to vulnerable library: /20210226193317_RPTMIF/downloadResource_EEVKWP/20210226193503/woodstox-core-5.0.3.jar,/tmp/ws-ua_20210226193317_RPTMIF/downloadResource_EEVKWP/20210226193503/woodstox-core-5.0.3.jar

+

+ +Dependency Hierarchy: + - :x: **woodstox-core-5.0.3.jar** (Vulnerable Library) +

Found in base branch: develop

+

+
+

+
Vulnerability Details +

+ +Those using Xstream to serialise XML data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack overflow. This effect may support a denial of service attack. + +

Publish Date: 2022-09-16 +

URL: CVE-2022-40154

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2022-09-16

+

Fix Resolution: woodstox-core-5.4.0,woodstox-core-6.4.0

+ +

+
+

+ +*** +:rescue_worker_helmet: Automatic Remediation is available for this issue",True,"CVE-2022-40154 (High) detected in woodstox-core-5.0.3.jar - ## CVE-2022-40154 - High Severity Vulnerability +
Vulnerable Library - woodstox-core-5.0.3.jar

+ +

Woodstox is a high-performance XML processor that + implements Stax (JSR-173), SAX2 and Stax2 APIs

+

Library home page: https://github.com/FasterXML/woodstox

+

Path to dependency file: /spark-tpcds-benchmark-runner/build.gradle

+

Path to vulnerable library: /20210226193317_RPTMIF/downloadResource_EEVKWP/20210226193503/woodstox-core-5.0.3.jar,/tmp/ws-ua_20210226193317_RPTMIF/downloadResource_EEVKWP/20210226193503/woodstox-core-5.0.3.jar

+

+ +Dependency Hierarchy: + - :x: **woodstox-core-5.0.3.jar** (Vulnerable Library) +

Found in base branch: develop

+

+
+

+
Vulnerability Details +

+ +Those using Xstream to serialise XML data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack overflow. This effect may support a denial of service attack. + +

Publish Date: 2022-09-16 +

URL: CVE-2022-40154

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2022-09-16

+

Fix Resolution: woodstox-core-5.4.0,woodstox-core-6.4.0

+ +

+
+

+ +*** +:rescue_worker_helmet: Automatic Remediation is available for this issue",0,cve high detected in woodstox core jar cve high severity vulnerability vulnerable library woodstox core jar woodstox is a high performance xml processor that implements stax jsr and apis library home page a href path to dependency file spark tpcds benchmark runner build gradle path to vulnerable library rptmif downloadresource eevkwp woodstox core jar tmp ws ua rptmif downloadresource eevkwp woodstox core jar dependency hierarchy x woodstox core jar vulnerable library found in base branch develop vulnerability details those using xstream to serialise xml data may be vulnerable to denial of service attacks dos if the parser is running on user supplied input an attacker may supply content that causes the parser to crash by stack overflow this effect may support a denial of service attack 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 release date fix resolution woodstox core woodstox core rescue worker helmet automatic remediation is available for this issue,0 +2616,12344007962.0,IssuesEvent,2020-05-15 05:53:17,coolOrangeLabs/powerGateTemplate,https://api.github.com/repos/coolOrangeLabs/powerGateTemplate,closed,Businesslogic Integration: Extend powerGateServer Plugin with new version of ERP API,Automation,"After the configurations new requirements for the ERP API were delivered, see #115 then: ++ [ ] Include the new API into the plugin ++ [ ] Extend metadata for the **item** and following functions: + + [ ] Create + + [ ] Update + + [ ] Query ++ [ ] Extend metadata for the **BomHeader** and following functions: + + [ ] Create + + [ ] Update + + [ ] Query ++ [ ] Extend metadata for the **BomRow** and following functions: + + [ ] Create + + [ ] Update + + [ ] Query + + [ ] Delete ++ [ ] Extend metadata for the **Documents** and following functions: + + [ ] Create + + [ ] Update + + [ ] Query + + [ ] Upload + + [ ] Download ++ [ ] Verify all by executing the [Basic Workflow](https://teams.microsoft.com/l/entity/com.microsoft.teamspace.tab.wiki/tab::351e84cb-8973-4381-a2d7-a0d063c96dd8?context=%7B%22subEntityId%22%3A%22%7B%5C%22pageId%5C%22%3A50%2C%5C%22sectionId%5C%22%3A103%2C%5C%22origin%5C%22%3A2%7D%22%2C%22channelId%22%3A%2219%3Ae919cb3a2e944dfda4b9fc42ab295475%40thread.skype%22%7D&tenantId=2f975c6c-1264-471f-a313-47c70f0f58e4)",1.0,"Businesslogic Integration: Extend powerGateServer Plugin with new version of ERP API - After the configurations new requirements for the ERP API were delivered, see #115 then: ++ [ ] Include the new API into the plugin ++ [ ] Extend metadata for the **item** and following functions: + + [ ] Create + + [ ] Update + + [ ] Query ++ [ ] Extend metadata for the **BomHeader** and following functions: + + [ ] Create + + [ ] Update + + [ ] Query ++ [ ] Extend metadata for the **BomRow** and following functions: + + [ ] Create + + [ ] Update + + [ ] Query + + [ ] Delete ++ [ ] Extend metadata for the **Documents** and following functions: + + [ ] Create + + [ ] Update + + [ ] Query + + [ ] Upload + + [ ] Download ++ [ ] Verify all by executing the [Basic Workflow](https://teams.microsoft.com/l/entity/com.microsoft.teamspace.tab.wiki/tab::351e84cb-8973-4381-a2d7-a0d063c96dd8?context=%7B%22subEntityId%22%3A%22%7B%5C%22pageId%5C%22%3A50%2C%5C%22sectionId%5C%22%3A103%2C%5C%22origin%5C%22%3A2%7D%22%2C%22channelId%22%3A%2219%3Ae919cb3a2e944dfda4b9fc42ab295475%40thread.skype%22%7D&tenantId=2f975c6c-1264-471f-a313-47c70f0f58e4)",0,businesslogic integration extend powergateserver plugin with new version of erp api after the configurations new requirements for the erp api were delivered see then include the new api into the plugin extend metadata for the item and following functions create update query extend metadata for the bomheader and following functions create update query extend metadata for the bomrow and following functions create update query delete extend metadata for the documents and following functions create update query upload download verify all by executing the ,0 +432596,30288734574.0,IssuesEvent,2023-07-09 02:10:54,get10101/10101,https://api.github.com/repos/get10101/10101,closed,ADR for DLC collaborative settlement,documentation Stale,"We need to define what happens when a DLC in a DLC channel is settled off-chain. This is a requirement, as we don't want to go on-chain every time that a CFD is closed. `rust-dlc` doesn't support settling the DLC output into the channel; it only supports collaborative settlement on-chain. + +I can see 2 choices: + +1. DLC is replaced by 1-2 outputs in the DLC channel paying directly to either party. +2. DLC channel is removed from the `split_transaction` and the coins are allocated to outputs paying to either party in the Lightning commitment transaction. + +Option 1 requires modifying regular `rust-dlc` to support outputs other than a DLC in the `buffer_transaction`. Interestingly, this option means that the non-DLC funds in the DLC channel would only be readily available for trading. + +[Preferred] Option 2 requires investigating the feasibility of going back and forth between a `split_transaction` and a regular `funding_transaction` as the user opens and closes positions. + +Let's document our choice in an ADR and create a follow-up ticket with further steps towards the implementation. + +--- + +Having discussed the product situation with @da-kami, we reached the conclusion that we want the funds in the sibling channels to either be (1) in a DLC or (2) readily available for Ligthning payments. This means that we've eliminated the concept of the trading wallet. + +Given this, it appears to make little sense to go for option 1, as we don't want to write code to have coins sitting around in a hidden ""trading wallet"".",1.0,"ADR for DLC collaborative settlement - We need to define what happens when a DLC in a DLC channel is settled off-chain. This is a requirement, as we don't want to go on-chain every time that a CFD is closed. `rust-dlc` doesn't support settling the DLC output into the channel; it only supports collaborative settlement on-chain. + +I can see 2 choices: + +1. DLC is replaced by 1-2 outputs in the DLC channel paying directly to either party. +2. DLC channel is removed from the `split_transaction` and the coins are allocated to outputs paying to either party in the Lightning commitment transaction. + +Option 1 requires modifying regular `rust-dlc` to support outputs other than a DLC in the `buffer_transaction`. Interestingly, this option means that the non-DLC funds in the DLC channel would only be readily available for trading. + +[Preferred] Option 2 requires investigating the feasibility of going back and forth between a `split_transaction` and a regular `funding_transaction` as the user opens and closes positions. + +Let's document our choice in an ADR and create a follow-up ticket with further steps towards the implementation. + +--- + +Having discussed the product situation with @da-kami, we reached the conclusion that we want the funds in the sibling channels to either be (1) in a DLC or (2) readily available for Ligthning payments. This means that we've eliminated the concept of the trading wallet. + +Given this, it appears to make little sense to go for option 1, as we don't want to write code to have coins sitting around in a hidden ""trading wallet"".",0,adr for dlc collaborative settlement we need to define what happens when a dlc in a dlc channel is settled off chain this is a requirement as we don t want to go on chain every time that a cfd is closed rust dlc doesn t support settling the dlc output into the channel it only supports collaborative settlement on chain i can see choices dlc is replaced by outputs in the dlc channel paying directly to either party dlc channel is removed from the split transaction and the coins are allocated to outputs paying to either party in the lightning commitment transaction option requires modifying regular rust dlc to support outputs other than a dlc in the buffer transaction interestingly this option means that the non dlc funds in the dlc channel would only be readily available for trading option requires investigating the feasibility of going back and forth between a split transaction and a regular funding transaction as the user opens and closes positions let s document our choice in an adr and create a follow up ticket with further steps towards the implementation having discussed the product situation with da kami we reached the conclusion that we want the funds in the sibling channels to either be in a dlc or readily available for ligthning payments this means that we ve eliminated the concept of the trading wallet given this it appears to make little sense to go for option as we don t want to write code to have coins sitting around in a hidden trading wallet ,0 +9712,25103608348.0,IssuesEvent,2022-11-08 15:11:51,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Isn't AZTK deprecated?,doc-enhancement triaged architecture-center/svc Pri2 azure-guide/subsvc," +When I contacted an engineer who was familiar with AZTK they recommended it not be used. Should it be listed here? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bba35cbb-4160-0b5d-6829-103b25ad6ce9 +* Version Independent ID: fa12ea8e-401a-9567-7b35-ffff532a99b6 +* Content: [Choosing a batch processing technology - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/batch-processing) +* Content Source: [docs/data-guide/technology-choices/batch-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/batch-processing.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"Isn't AZTK deprecated? - +When I contacted an engineer who was familiar with AZTK they recommended it not be used. Should it be listed here? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: bba35cbb-4160-0b5d-6829-103b25ad6ce9 +* Version Independent ID: fa12ea8e-401a-9567-7b35-ffff532a99b6 +* Content: [Choosing a batch processing technology - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/batch-processing) +* Content Source: [docs/data-guide/technology-choices/batch-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/batch-processing.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,isn t aztk deprecated when i contacted an engineer who was familiar with aztk they recommended it not be used should it be listed here document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login zoinertejada microsoft alias pnp ,1 +105650,16654176264.0,IssuesEvent,2021-06-05 07:55:51,oscarine/oscarine-react-frontend,https://api.github.com/repos/oscarine/oscarine-react-frontend,closed,CVE-2018-20676 (Medium) detected in bootstrap-3.3.7.js,security vulnerability,"## CVE-2018-20676 - Medium Severity Vulnerability +
Vulnerable Library - bootstrap-3.3.7.js

+ +

The most popular front-end framework for developing responsive, mobile first projects on the web.

+

Library home page: https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.js

+

Path to dependency file: oscarine-react-frontend/node_modules/lighthouse/docs/recipes/gulp/public/index.html

+

Path to vulnerable library: oscarine-react-frontend/node_modules/lighthouse/docs/recipes/gulp/public/index.html

+

+ +Dependency Hierarchy: + - :x: **bootstrap-3.3.7.js** (Vulnerable Library) +

Found in HEAD commit: 0184a09cf1b5d8c28cdec9ebba44c11f09ea6542

+

Found in base branch: main

+

+
+

+
Vulnerability Details +

+ +In Bootstrap before 3.4.0, XSS is possible in the tooltip data-viewport attribute. + +

Publish Date: 2019-01-09 +

URL: CVE-2018-20676

+

+
+

+
CVSS 3 Score Details (6.1) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20676

+

Release Date: 2019-01-09

+

Fix Resolution: bootstrap - 3.4.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2018-20676 (Medium) detected in bootstrap-3.3.7.js - ## CVE-2018-20676 - Medium Severity Vulnerability +
Vulnerable Library - bootstrap-3.3.7.js

+ +

The most popular front-end framework for developing responsive, mobile first projects on the web.

+

Library home page: https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.js

+

Path to dependency file: oscarine-react-frontend/node_modules/lighthouse/docs/recipes/gulp/public/index.html

+

Path to vulnerable library: oscarine-react-frontend/node_modules/lighthouse/docs/recipes/gulp/public/index.html

+

+ +Dependency Hierarchy: + - :x: **bootstrap-3.3.7.js** (Vulnerable Library) +

Found in HEAD commit: 0184a09cf1b5d8c28cdec9ebba44c11f09ea6542

+

Found in base branch: main

+

+
+

+
Vulnerability Details +

+ +In Bootstrap before 3.4.0, XSS is possible in the tooltip data-viewport attribute. + +

Publish Date: 2019-01-09 +

URL: CVE-2018-20676

+

+
+

+
CVSS 3 Score Details (6.1) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20676

+

Release Date: 2019-01-09

+

Fix Resolution: bootstrap - 3.4.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in bootstrap js cve medium severity vulnerability vulnerable library bootstrap js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file oscarine react frontend node modules lighthouse docs recipes gulp public index html path to vulnerable library oscarine react frontend node modules lighthouse docs recipes gulp public index html dependency hierarchy x bootstrap js vulnerable library found in head commit a href found in base branch main vulnerability details in bootstrap before xss is possible in the tooltip data viewport attribute 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 bootstrap step up your open source security game with whitesource ,0 +7276,6812088614.0,IssuesEvent,2017-11-06 00:16:48,learn-anything/maps,https://api.github.com/repos/learn-anything/maps,closed,best path for learning security,main study plan security,"Take a look [here](https://my.mindnode.com/38DGvay2sqnzEMAZ4GnPNKzVxDic1gStaQq6dn46). + +If you think there is a better way one can learn security or you think the way the nodes are structured is wrong, please say it here. + +Also if you think there are some really amazing resources on security that are missing or you wish something was added, you can say it here.",True,"best path for learning security - Take a look [here](https://my.mindnode.com/38DGvay2sqnzEMAZ4GnPNKzVxDic1gStaQq6dn46). + +If you think there is a better way one can learn security or you think the way the nodes are structured is wrong, please say it here. + +Also if you think there are some really amazing resources on security that are missing or you wish something was added, you can say it here.",0,best path for learning security take a look if you think there is a better way one can learn security or you think the way the nodes are structured is wrong please say it here also if you think there are some really amazing resources on security that are missing or you wish something was added you can say it here ,0 +8891,23722826679.0,IssuesEvent,2022-08-30 16:45:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Incorrect information on auto upgrade status,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +Hi +Please fix the last 2 bullets on the page to show that auto upgrade for clusters and node images are fully GA now. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 43da9bdf-a3d3-a65b-b555-60dcc5ac2c55 +* Version Independent ID: 9913c705-aeb7-e154-4fdf-164ff1e7ff99 +* Content: [AKS Day-2 - Patch and upgrade guidance - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/operator-guides/aks/aks-upgrade-practices) +* Content Source: [docs/operator-guides/aks/aks-upgrade-practices.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/operator-guides/aks/aks-upgrade-practices.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @rishabhsaha +* Microsoft Alias: **pnp**",2.0,"Incorrect information on auto upgrade status - +Hi +Please fix the last 2 bullets on the page to show that auto upgrade for clusters and node images are fully GA now. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 43da9bdf-a3d3-a65b-b555-60dcc5ac2c55 +* Version Independent ID: 9913c705-aeb7-e154-4fdf-164ff1e7ff99 +* Content: [AKS Day-2 - Patch and upgrade guidance - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/operator-guides/aks/aks-upgrade-practices) +* Content Source: [docs/operator-guides/aks/aks-upgrade-practices.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/operator-guides/aks/aks-upgrade-practices.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @rishabhsaha +* Microsoft Alias: **pnp**",1,incorrect information on auto upgrade status hi please fix the last bullets on the page to show that auto upgrade for clusters and node images are fully ga now document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login rishabhsaha microsoft alias pnp ,1 +10465,26992863439.0,IssuesEvent,2023-02-09 21:29:54,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Analytical Data Store Security Table Updated?,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc,"The comparison table under security says ADX doesn't support RLS. Maybe time to update with a caveat/footnote? + +https://docs.microsoft.com/en-us/azure/data-explorer/kusto/management/rowlevelsecuritypolicy?msclkid=86ebd3ffcf9811ecafb4589114cd3501 + +I didn't review the other tables on the page or entries in the security--just noticed that one. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e643be6d-22a2-2b91-c370-edf83d694efe +* Version Independent ID: 770f2e51-9c53-e5ca-1107-9577369b15a6 +* Content: [Choose an analytical data store - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/analytical-data-stores) +* Content Source: [docs/data-guide/technology-choices/analytical-data-stores.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-guide/technology-choices/analytical-data-stores.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Analytical Data Store Security Table Updated? - The comparison table under security says ADX doesn't support RLS. Maybe time to update with a caveat/footnote? + +https://docs.microsoft.com/en-us/azure/data-explorer/kusto/management/rowlevelsecuritypolicy?msclkid=86ebd3ffcf9811ecafb4589114cd3501 + +I didn't review the other tables on the page or entries in the security--just noticed that one. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e643be6d-22a2-2b91-c370-edf83d694efe +* Version Independent ID: 770f2e51-9c53-e5ca-1107-9577369b15a6 +* Content: [Choose an analytical data store - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/analytical-data-stores) +* Content Source: [docs/data-guide/technology-choices/analytical-data-stores.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-guide/technology-choices/analytical-data-stores.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,analytical data store security table updated the comparison table under security says adx doesn t support rls maybe time to update with a caveat footnote i didn t review the other tables on the page or entries in the security just noticed that one document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias pnp ,1 +264845,20035299522.0,IssuesEvent,2022-02-02 11:13:06,Jack17432/Portfolio-Website,https://api.github.com/repos/Jack17432/Portfolio-Website,closed,/index.html uses .gap,documentation,"`
` +`.gap{ + padding-top: 104vh; +}` + +This is redundant code and need to fix .split to not let other elements come onto it's `
` area.",1.0,"/index.html uses .gap - `
` +`.gap{ + padding-top: 104vh; +}` + +This is redundant code and need to fix .split to not let other elements come onto it's `
` area.",0, index html uses gap gap padding top this is redundant code and need to fix split to not let other elements come onto it s area ,0 +9674,25017963844.0,IssuesEvent,2022-11-03 20:40:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Incorrect caption in image,doc-bug assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc,"In the initial image on this page, section 5 is given in the key as ""user access"" but in the image is labelled as ""admin access"". Admin access is actually a separate section on the right hand side of the image, which is correctly labelled. +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8f6e327d-b280-a35c-2588-87a19ac2a4ba +* Version Independent ID: fa9b0713-771f-4792-979a-2f7a4f4445a2 +* Content: [Microservices with AKS - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/microservices-with-aks) +* Content Source: [docs/solution-ideas/articles/microservices-with-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/microservices-with-aks.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Incorrect caption in image - In the initial image on this page, section 5 is given in the key as ""user access"" but in the image is labelled as ""admin access"". Admin access is actually a separate section on the right hand side of the image, which is correctly labelled. +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8f6e327d-b280-a35c-2588-87a19ac2a4ba +* Version Independent ID: fa9b0713-771f-4792-979a-2f7a4f4445a2 +* Content: [Microservices with AKS - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/microservices-with-aks) +* Content Source: [docs/solution-ideas/articles/microservices-with-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/microservices-with-aks.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,incorrect caption in image in the initial image on this page section is given in the key as user access but in the image is labelled as admin access admin access is actually a separate section on the right hand side of the image which is correctly labelled document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +774616,27204432632.0,IssuesEvent,2023-02-20 12:03:26,wso2/product-microgateway,https://api.github.com/repos/wso2/product-microgateway,closed,Support having consumer key under the AUD claim as an array.,Type/Bug Priority/Normal,"### Description + +There are tokens which include the consumer key inside an array under the aud claim. In such scenarios, the choreo connect would result in the following error in the enforcer. + +``` +Caused by: java.text.ParseException: The ""aud"" claim is not a String +enforcer_1 | at com.nimbusds.jwt.JWTClaimsSet.getStringClaim(JWTClaimsSet.java:485) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.carbon.apimgt.common.gateway.jwttransformer.DefaultJWTTransformer.getTransformedConsumerKey(DefaultJWTTransformer.java:50) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.getConsumerKey(JWTValidator.java:169) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.validateToken(JWTValidator.java:92) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | ... 22 more +``` + +### Steps to Reproduce + +Start choreo-connect-with-apim setup. +Setup forgerock keymanager from the admin portal. +Create application and generate keys and subscribe to an API +Try invoking the API using a token obtained from the key manager. + +### Version + +1.0.0 + +### Environment Details (with versions) + +_No response_ + +### Relevant Log Output + +```shell +enforcer_1 | [2023-02-07 13:54:29,236][6ec8ae0d-17d2-40f7-b8fc-af3b5a64050e] ERROR - {org.wso2.choreo.connect.enforcer.security.jwt.JWTAuthenticator} - JWT Validation failed +enforcer_1 | org.wso2.choreo.connect.enforcer.exception.EnforcerException: Error while parsing JWT +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.validateToken(JWTValidator.java:110) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.validateJWTToken(JWTValidator.java:74) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.JWTAuthenticator.getJwtValidationInfo(JWTAuthenticator.java:559) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.JWTAuthenticator.authenticate(JWTAuthenticator.java:186) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.AuthFilter.authenticate(AuthFilter.java:159) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.AuthFilter.handleRequest(AuthFilter.java:138) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.api.API.executeFilterChain(API.java:42) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.api.RestAPI.process(RestAPI.java:165) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.server.HttpRequestHandler.process(HttpRequestHandler.java:57) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.grpc.ExtAuthService.check(ExtAuthService.java:79) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.envoyproxy.envoy.service.auth.v3.AuthorizationGrpc$MethodHandlers.invoke(AuthorizationGrpc.java:245) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:180) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.PartialForwardingServerCallListener.onHalfClose(PartialForwardingServerCallListener.java:35) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.ForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:23) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.ForwardingServerCallListener$SimpleForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:40) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.Contexts$ContextualizedServerCallListener.onHalfClose(Contexts.java:86) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.halfClosed(ServerCallImpl.java:331) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed.runInContext(ServerImpl.java:814) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?] +enforcer_1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:?] +enforcer_1 | at java.lang.Thread.run(Unknown Source) [?:?] +enforcer_1 | Caused by: org.wso2.carbon.apimgt.common.gateway.exception.JWTGeneratorException: Error while parsing JWT claims +enforcer_1 | at org.wso2.carbon.apimgt.common.gateway.jwttransformer.DefaultJWTTransformer.getTransformedConsumerKey(DefaultJWTTransformer.java:54) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.getConsumerKey(JWTValidator.java:169) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.validateToken(JWTValidator.java:92) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | ... 22 more +enforcer_1 | Caused by: java.text.ParseException: The ""aud"" claim is not a String +enforcer_1 | at com.nimbusds.jwt.JWTClaimsSet.getStringClaim(JWTClaimsSet.java:485) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.carbon.apimgt.common.gateway.jwttransformer.DefaultJWTTransformer.getTransformedConsumerKey(DefaultJWTTransformer.java:50) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.getConsumerKey(JWTValidator.java:169) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.validateToken(JWTValidator.java:92) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | ... 22 more +enforcer_1 | [2023-02-07 13:54:29,240][6ec8ae0d-17d2-40f7-b8fc-af3b5a64050e] ERROR - {org.wso2.choreo.connect.enforcer.security.AuthFilter} - None of the authenticators were able to authenticate the request: /test/1.0.0 +``` + + +### Related Issues + +_No response_ + +### Suggested Labels + +_No response_",1.0,"Support having consumer key under the AUD claim as an array. - ### Description + +There are tokens which include the consumer key inside an array under the aud claim. In such scenarios, the choreo connect would result in the following error in the enforcer. + +``` +Caused by: java.text.ParseException: The ""aud"" claim is not a String +enforcer_1 | at com.nimbusds.jwt.JWTClaimsSet.getStringClaim(JWTClaimsSet.java:485) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.carbon.apimgt.common.gateway.jwttransformer.DefaultJWTTransformer.getTransformedConsumerKey(DefaultJWTTransformer.java:50) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.getConsumerKey(JWTValidator.java:169) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.validateToken(JWTValidator.java:92) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | ... 22 more +``` + +### Steps to Reproduce + +Start choreo-connect-with-apim setup. +Setup forgerock keymanager from the admin portal. +Create application and generate keys and subscribe to an API +Try invoking the API using a token obtained from the key manager. + +### Version + +1.0.0 + +### Environment Details (with versions) + +_No response_ + +### Relevant Log Output + +```shell +enforcer_1 | [2023-02-07 13:54:29,236][6ec8ae0d-17d2-40f7-b8fc-af3b5a64050e] ERROR - {org.wso2.choreo.connect.enforcer.security.jwt.JWTAuthenticator} - JWT Validation failed +enforcer_1 | org.wso2.choreo.connect.enforcer.exception.EnforcerException: Error while parsing JWT +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.validateToken(JWTValidator.java:110) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.validateJWTToken(JWTValidator.java:74) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.JWTAuthenticator.getJwtValidationInfo(JWTAuthenticator.java:559) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.JWTAuthenticator.authenticate(JWTAuthenticator.java:186) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.AuthFilter.authenticate(AuthFilter.java:159) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.AuthFilter.handleRequest(AuthFilter.java:138) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.api.API.executeFilterChain(API.java:42) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.api.RestAPI.process(RestAPI.java:165) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.server.HttpRequestHandler.process(HttpRequestHandler.java:57) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.grpc.ExtAuthService.check(ExtAuthService.java:79) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.envoyproxy.envoy.service.auth.v3.AuthorizationGrpc$MethodHandlers.invoke(AuthorizationGrpc.java:245) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:180) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.PartialForwardingServerCallListener.onHalfClose(PartialForwardingServerCallListener.java:35) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.ForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:23) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.ForwardingServerCallListener$SimpleForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:40) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.Contexts$ContextualizedServerCallListener.onHalfClose(Contexts.java:86) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.halfClosed(ServerCallImpl.java:331) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed.runInContext(ServerImpl.java:814) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123) [org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?] +enforcer_1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:?] +enforcer_1 | at java.lang.Thread.run(Unknown Source) [?:?] +enforcer_1 | Caused by: org.wso2.carbon.apimgt.common.gateway.exception.JWTGeneratorException: Error while parsing JWT claims +enforcer_1 | at org.wso2.carbon.apimgt.common.gateway.jwttransformer.DefaultJWTTransformer.getTransformedConsumerKey(DefaultJWTTransformer.java:54) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.getConsumerKey(JWTValidator.java:169) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.validateToken(JWTValidator.java:92) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | ... 22 more +enforcer_1 | Caused by: java.text.ParseException: The ""aud"" claim is not a String +enforcer_1 | at com.nimbusds.jwt.JWTClaimsSet.getStringClaim(JWTClaimsSet.java:485) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.carbon.apimgt.common.gateway.jwttransformer.DefaultJWTTransformer.getTransformedConsumerKey(DefaultJWTTransformer.java:50) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.getConsumerKey(JWTValidator.java:169) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | at org.wso2.choreo.connect.enforcer.security.jwt.validator.JWTValidator.validateToken(JWTValidator.java:92) ~[org.wso2.choreo.connect.enforcer-1.0.0.jar:1.0.0] +enforcer_1 | ... 22 more +enforcer_1 | [2023-02-07 13:54:29,240][6ec8ae0d-17d2-40f7-b8fc-af3b5a64050e] ERROR - {org.wso2.choreo.connect.enforcer.security.AuthFilter} - None of the authenticators were able to authenticate the request: /test/1.0.0 +``` + + +### Related Issues + +_No response_ + +### Suggested Labels + +_No response_",0,support having consumer key under the aud claim as an array description there are tokens which include the consumer key inside an array under the aud claim in such scenarios the choreo connect would result in the following error in the enforcer caused by java text parseexception the aud claim is not a string enforcer at com nimbusds jwt jwtclaimsset getstringclaim jwtclaimsset java enforcer at org carbon apimgt common gateway jwttransformer defaultjwttransformer gettransformedconsumerkey defaultjwttransformer java enforcer at org choreo connect enforcer security jwt validator jwtvalidator getconsumerkey jwtvalidator java enforcer at org choreo connect enforcer security jwt validator jwtvalidator validatetoken jwtvalidator java enforcer more steps to reproduce start choreo connect with apim setup setup forgerock keymanager from the admin portal create application and generate keys and subscribe to an api try invoking the api using a token obtained from the key manager version environment details with versions no response relevant log output shell enforcer error org choreo connect enforcer security jwt jwtauthenticator jwt validation failed enforcer org choreo connect enforcer exception enforcerexception error while parsing jwt enforcer at org choreo connect enforcer security jwt validator jwtvalidator validatetoken jwtvalidator java enforcer at org choreo connect enforcer security jwt validator jwtvalidator validatejwttoken jwtvalidator java enforcer at org choreo connect enforcer security jwt jwtauthenticator getjwtvalidationinfo jwtauthenticator java enforcer at org choreo connect enforcer security jwt jwtauthenticator authenticate jwtauthenticator java enforcer at org choreo connect enforcer security authfilter authenticate authfilter java enforcer at org choreo connect enforcer security authfilter handlerequest authfilter java enforcer at org choreo connect enforcer api api executefilterchain api java enforcer at org choreo connect enforcer api restapi process restapi java enforcer at org choreo connect enforcer server httprequesthandler process httprequesthandler java enforcer at org choreo connect enforcer grpc extauthservice check extauthservice java enforcer at io envoyproxy envoy service auth authorizationgrpc methodhandlers invoke authorizationgrpc java enforcer at io grpc stub servercalls unaryservercallhandler unaryservercalllistener onhalfclose servercalls java enforcer at io grpc partialforwardingservercalllistener onhalfclose partialforwardingservercalllistener java enforcer at io grpc forwardingservercalllistener onhalfclose forwardingservercalllistener java enforcer at io grpc forwardingservercalllistener simpleforwardingservercalllistener onhalfclose forwardingservercalllistener java enforcer at io grpc contexts contextualizedservercalllistener onhalfclose contexts java enforcer at io grpc internal servercallimpl serverstreamlistenerimpl halfclosed servercallimpl java enforcer at io grpc internal serverimpl jumptoapplicationthreadserverstreamlistener runincontext serverimpl java enforcer at io grpc internal contextrunnable run contextrunnable java enforcer at io grpc internal serializingexecutor run serializingexecutor java enforcer at java util concurrent threadpoolexecutor runworker unknown source enforcer at java util concurrent threadpoolexecutor worker run unknown source enforcer at java lang thread run unknown source enforcer caused by org carbon apimgt common gateway exception jwtgeneratorexception error while parsing jwt claims enforcer at org carbon apimgt common gateway jwttransformer defaultjwttransformer gettransformedconsumerkey defaultjwttransformer java enforcer at org choreo connect enforcer security jwt validator jwtvalidator getconsumerkey jwtvalidator java enforcer at org choreo connect enforcer security jwt validator jwtvalidator validatetoken jwtvalidator java enforcer more enforcer caused by java text parseexception the aud claim is not a string enforcer at com nimbusds jwt jwtclaimsset getstringclaim jwtclaimsset java enforcer at org carbon apimgt common gateway jwttransformer defaultjwttransformer gettransformedconsumerkey defaultjwttransformer java enforcer at org choreo connect enforcer security jwt validator jwtvalidator getconsumerkey jwtvalidator java enforcer at org choreo connect enforcer security jwt validator jwtvalidator validatetoken jwtvalidator java enforcer more enforcer error org choreo connect enforcer security authfilter none of the authenticators were able to authenticate the request test related issues no response suggested labels no response ,0 +4222,10739782097.0,IssuesEvent,2019-10-29 16:57:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Readiness and liveness probes considerations ,Pri1 architecture-center/svc cxp doc-enhancement reference-architecture/subsvc triaged,"""Sometimes readiness probes are used to check dependent services. For example, if a pod has a dependency on a database, the *liveness probe* might check the database connection. [...]"" + +Didn't you mean to write ""readiness probe"" in the second sentence? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5e2e444-d6b9-962e-56d4-8d1f3508ba9e +* Version Independent ID: 061ea6aa-353b-a98d-cbf6-639209a5fd1b +* Content: [Microservices architecture on Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/microservices/aks) +* Content Source: [docs/reference-architectures/microservices/aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/microservices/aks.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Readiness and liveness probes considerations - ""Sometimes readiness probes are used to check dependent services. For example, if a pod has a dependency on a database, the *liveness probe* might check the database connection. [...]"" + +Didn't you mean to write ""readiness probe"" in the second sentence? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5e2e444-d6b9-962e-56d4-8d1f3508ba9e +* Version Independent ID: 061ea6aa-353b-a98d-cbf6-639209a5fd1b +* Content: [Microservices architecture on Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/microservices/aks) +* Content Source: [docs/reference-architectures/microservices/aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/microservices/aks.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,readiness and liveness probes considerations sometimes readiness probes are used to check dependent services for example if a pod has a dependency on a database the liveness probe might check the database connection didn t you mean to write readiness probe in the second sentence document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +3341,9527450411.0,IssuesEvent,2019-04-29 04:00:56,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Excellent Document,architecture-center/svc cloud-design-principles/subsvc cxp kudos triaged,"Nicely laid out and just enough details. Thank you + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8080bec2-ff05-badc-ffb7-194922d03ce2 +* Version Independent ID: cb2aa366-a5b6-b0dc-0e2f-84376ba7b7f3 +* Content: [Design reliable Azure applications](https://docs.microsoft.com/en-us/azure/architecture/reliability/#feedback) +* Content Source: [docs/reliability/index.md](https://github.com/mspnp/architecture-center/blob/live/docs/reliability/index.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"Excellent Document - Nicely laid out and just enough details. Thank you + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8080bec2-ff05-badc-ffb7-194922d03ce2 +* Version Independent ID: cb2aa366-a5b6-b0dc-0e2f-84376ba7b7f3 +* Content: [Design reliable Azure applications](https://docs.microsoft.com/en-us/azure/architecture/reliability/#feedback) +* Content Source: [docs/reliability/index.md](https://github.com/mspnp/architecture-center/blob/live/docs/reliability/index.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,excellent document nicely laid out and just enough details thank you document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id badc version independent id content content source service architecture center sub service cloud design principles github login mikewasson microsoft alias pnp ,1 +120329,4787977737.0,IssuesEvent,2016-10-30 09:43:33,leedongwei/CRIMP,https://api.github.com/repos/leedongwei/CRIMP,opened,Timezone issues,app/meteor-backend bug Priority: High,"1) Timezone is not set on dev and production server. We need to find a way to make it correct based on server location. + +2) Client and server timezone can be different, but the app does not take that into account. Find a way to check timezone from the browser, then use moment.js or similar library to convert it.",1.0,"Timezone issues - 1) Timezone is not set on dev and production server. We need to find a way to make it correct based on server location. + +2) Client and server timezone can be different, but the app does not take that into account. Find a way to check timezone from the browser, then use moment.js or similar library to convert it.",0,timezone issues timezone is not set on dev and production server we need to find a way to make it correct based on server location client and server timezone can be different but the app does not take that into account find a way to check timezone from the browser then use moment js or similar library to convert it ,0 +802307,28931513414.0,IssuesEvent,2023-05-09 00:02:40,Square789/PydayNightFunkin,https://api.github.com/repos/Square789/PydayNightFunkin,opened,Asset unloading,enhancement priority: high improvement,"Absolutely nothing is unloaded, ever. PNF might just OOM if you play through everything on a relatively low-end machine. +The challenge is to know when to unload what; might abuse python's refcount to check what's in use, track allocated sizes for everything and thus create a focus on large unreferenced image data. +Fun times! +",1.0,"Asset unloading - Absolutely nothing is unloaded, ever. PNF might just OOM if you play through everything on a relatively low-end machine. +The challenge is to know when to unload what; might abuse python's refcount to check what's in use, track allocated sizes for everything and thus create a focus on large unreferenced image data. +Fun times! +",0,asset unloading absolutely nothing is unloaded ever pnf might just oom if you play through everything on a relatively low end machine the challenge is to know when to unload what might abuse python s refcount to check what s in use track allocated sizes for everything and thus create a focus on large unreferenced image data fun times ,0 +6496,14667328827.0,IssuesEvent,2020-12-29 18:21:12,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Template validation ignores conditional deployment, complains about array-out-of-bounds",Pri3 architecture-center/svc assigned-to-author doc-enhancement triaged,"I am trying to conditionally deploy a block of resources based on an array in a parameter that has a default value of `[]`. My resource condition is `[not(empty(parameters('myArray'))]`. I keep getting `property array index out of bounds` errors during validation, except that...the array is supposed to be empty and the entire block should be skipped. + +Is the validator sophisticated enough to do this or do I have to concoct something?",1.0,"Template validation ignores conditional deployment, complains about array-out-of-bounds - I am trying to conditionally deploy a block of resources based on an array in a parameter that has a default value of `[]`. My resource condition is `[not(empty(parameters('myArray'))]`. I keep getting `property array index out of bounds` errors during validation, except that...the array is supposed to be empty and the entire block should be skipped. + +Is the validator sophisticated enough to do this or do I have to concoct something?",1,template validation ignores conditional deployment complains about array out of bounds i am trying to conditionally deploy a block of resources based on an array in a parameter that has a default value of my resource condition is i keep getting property array index out of bounds errors during validation except that the array is supposed to be empty and the entire block should be skipped is the validator sophisticated enough to do this or do i have to concoct something ,1 +9279,24331395143.0,IssuesEvent,2022-09-30 19:47:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Confirm if MbPS should read MBps ,assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +[Enter feedback here] + +Hi Microsoft team. + +Under the following section of the document https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix?source=docs#performance-requirements + +_**""For network bandwidth, depending on the type of utilization it is recommended to plan between 5 and 30 MbPS per user.""**_ + +Should MbPS read MBps + +It's causing confusion, this is why I'm seeking clarification. + +Best regards, + +Ryan + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6386653c-9f82-1ea7-8f29-377be4e5e3b7 +* Version Independent ID: a5db2b47-afaf-5917-40cd-740168cad8b6 +* Content: [FSLogix for the enterprise - Azure Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix?source=docs) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @christiaanbrinkhoff +* Microsoft Alias: **pnp**",1.0,"Confirm if MbPS should read MBps - +[Enter feedback here] + +Hi Microsoft team. + +Under the following section of the document https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix?source=docs#performance-requirements + +_**""For network bandwidth, depending on the type of utilization it is recommended to plan between 5 and 30 MbPS per user.""**_ + +Should MbPS read MBps + +It's causing confusion, this is why I'm seeking clarification. + +Best regards, + +Ryan + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6386653c-9f82-1ea7-8f29-377be4e5e3b7 +* Version Independent ID: a5db2b47-afaf-5917-40cd-740168cad8b6 +* Content: [FSLogix for the enterprise - Azure Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop-fslogix?source=docs) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop-fslogix.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @christiaanbrinkhoff +* Microsoft Alias: **pnp**",1,confirm if mbps should read mbps hi microsoft team under the following section of the document for network bandwidth depending on the type of utilization it is recommended to plan between and mbps per user should mbps read mbps it s causing confusion this is why i m seeking clarification best regards ryan document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id afaf content content source service architecture center sub service azure guide github login christiaanbrinkhoff microsoft alias pnp ,1 +349483,24946374924.0,IssuesEvent,2022-11-01 00:49:27,bounswe/bounswe2022group1,https://api.github.com/repos/bounswe/bounswe2022group1,closed,Adding Individual Report into the Customer Milestone 1 wiki.,Type: Documentation Status: Completed Android,"**Issue Description:** +This issue is just for documentation purposes. + +`Description: ` I have added my individual report for the milestone 1 into the [Customer Milestone 1 Wiki](https://github.com/bounswe/bounswe2022group1/wiki/Customer-Milestone-1) and also gave hyperlink to the android mockup and scenario for the milestone1 and project plan. +",1.0,"Adding Individual Report into the Customer Milestone 1 wiki. - **Issue Description:** +This issue is just for documentation purposes. + +`Description: ` I have added my individual report for the milestone 1 into the [Customer Milestone 1 Wiki](https://github.com/bounswe/bounswe2022group1/wiki/Customer-Milestone-1) and also gave hyperlink to the android mockup and scenario for the milestone1 and project plan. +",0,adding individual report into the customer milestone wiki issue description this issue is just for documentation purposes description i have added my individual report for the milestone into the and also gave hyperlink to the android mockup and scenario for the and project plan ,0 +9724,25104809841.0,IssuesEvent,2022-11-08 15:55:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,AWS AppMesh equivalent of OSM+Dapr,doc-enhancement assigned-to-author triaged architecture-center/svc cloud-fundamentals/subsvc Pri2," +Service Fabric Mesh sound old, MSstrategy is now around Dapr+Open Service Mesh + +Please update the docs accordingly + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e0ef54ba-28f9-bf3d-214d-d15ff2595a55 +* Version Independent ID: 2c9fabc5-0288-ce98-a906-0dcc720f0c7f +* Content: [Comparing AWS and Azure compute services - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/compute) +* Content Source: [docs/aws-professional/compute.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/compute.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"AWS AppMesh equivalent of OSM+Dapr - +Service Fabric Mesh sound old, MSstrategy is now around Dapr+Open Service Mesh + +Please update the docs accordingly + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e0ef54ba-28f9-bf3d-214d-d15ff2595a55 +* Version Independent ID: 2c9fabc5-0288-ce98-a906-0dcc720f0c7f +* Content: [Comparing AWS and Azure compute services - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/compute) +* Content Source: [docs/aws-professional/compute.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/compute.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,aws appmesh equivalent of osm dapr service fabric mesh sound old msstrategy is now around dapr open service mesh please update the docs accordingly document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +170433,20870878320.0,IssuesEvent,2022-03-22 11:50:24,CMSgov/cms-carts-seds,https://api.github.com/repos/CMSgov/cms-carts-seds,closed,SHF - macpro - master - HIGH - RHEL 7 : kernel (RHSA-2022:0620),security-hub production,"************************************************************** +__This issue was generated from Security Hub data and is managed through automation.__ +Please do not edit the title or body of this issue, or remove the security-hub tag. All other edits/comments are welcome. +Finding Id: 730373213083/us-east-1/i-0feb83a383f4f6158/10.245.19.126/Nessus/158266 +************************************************************** + + +## Type of Issue: + +- [x] Security Hub Finding + +## Title: + +RHEL 7 : kernel (RHSA-2022:0620) + +## Id: + +730373213083/us-east-1/i-0feb83a383f4f6158/10.245.19.126/Nessus/158266 +(You may use this ID to lookup this finding's details in Security Hub) + +## Description + +The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2022:0620 advisory. + + - kernel: out of bounds write in hid-multitouch.c may lead to escalation of privilege (CVE-2020-0465) + + - kernel: use after free in eventpoll.c may lead to escalation of privilege (CVE-2020-0466) + + - kernel: Use After Free in unix_gc() which could result in a local privilege escalation (CVE-2021-0920) + + - kernel: double free in bluetooth subsystem when the HCI device initialization fails (CVE-2021-3564) + + - kernel: use-after-free in function hci_sock_bound_ioctl() (CVE-2021-3573) + + - kernel: possible use-after-free in bluetooth module (CVE-2021-3752) + + - kernel: xfs: raw block device data leak in XFS_IOC_ALLOCSP IOCTL (CVE-2021-4155) + + - kernel: possible privileges escalation due to missing TLB flush (CVE-2022-0330) + + - kernel: failing usercopy allows for use-after-free exploitation (CVE-2022-22942) + +Note that Nessus has not tested for thi... + +## Remediation + +undefined + +## AC: + +- The security hub finding is resolved or suppressed, indicated by a Workflow Status of Resolved or Suppressed. + ",True,"SHF - macpro - master - HIGH - RHEL 7 : kernel (RHSA-2022:0620) - ************************************************************** +__This issue was generated from Security Hub data and is managed through automation.__ +Please do not edit the title or body of this issue, or remove the security-hub tag. All other edits/comments are welcome. +Finding Id: 730373213083/us-east-1/i-0feb83a383f4f6158/10.245.19.126/Nessus/158266 +************************************************************** + + +## Type of Issue: + +- [x] Security Hub Finding + +## Title: + +RHEL 7 : kernel (RHSA-2022:0620) + +## Id: + +730373213083/us-east-1/i-0feb83a383f4f6158/10.245.19.126/Nessus/158266 +(You may use this ID to lookup this finding's details in Security Hub) + +## Description + +The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2022:0620 advisory. + + - kernel: out of bounds write in hid-multitouch.c may lead to escalation of privilege (CVE-2020-0465) + + - kernel: use after free in eventpoll.c may lead to escalation of privilege (CVE-2020-0466) + + - kernel: Use After Free in unix_gc() which could result in a local privilege escalation (CVE-2021-0920) + + - kernel: double free in bluetooth subsystem when the HCI device initialization fails (CVE-2021-3564) + + - kernel: use-after-free in function hci_sock_bound_ioctl() (CVE-2021-3573) + + - kernel: possible use-after-free in bluetooth module (CVE-2021-3752) + + - kernel: xfs: raw block device data leak in XFS_IOC_ALLOCSP IOCTL (CVE-2021-4155) + + - kernel: possible privileges escalation due to missing TLB flush (CVE-2022-0330) + + - kernel: failing usercopy allows for use-after-free exploitation (CVE-2022-22942) + +Note that Nessus has not tested for thi... + +## Remediation + +undefined + +## AC: + +- The security hub finding is resolved or suppressed, indicated by a Workflow Status of Resolved or Suppressed. + ",0,shf macpro master high rhel kernel rhsa this issue was generated from security hub data and is managed through automation please do not edit the title or body of this issue or remove the security hub tag all other edits comments are welcome finding id us east i nessus type of issue security hub finding title rhel kernel rhsa id us east i nessus you may use this id to lookup this finding s details in security hub description the remote redhat enterprise linux host has packages installed that are affected by multiple vulnerabilities as referenced in the rhsa advisory kernel out of bounds write in hid multitouch c may lead to escalation of privilege cve kernel use after free in eventpoll c may lead to escalation of privilege cve kernel use after free in unix gc which could result in a local privilege escalation cve kernel double free in bluetooth subsystem when the hci device initialization fails cve kernel use after free in function hci sock bound ioctl cve kernel possible use after free in bluetooth module cve kernel xfs raw block device data leak in xfs ioc allocsp ioctl cve kernel possible privileges escalation due to missing tlb flush cve kernel failing usercopy allows for use after free exploitation cve note that nessus has not tested for thi remediation undefined ac the security hub finding is resolved or suppressed indicated by a workflow status of resolved or suppressed ,0 +14392,10798013441.0,IssuesEvent,2019-11-06 09:11:57,CGAL/cgal,https://api.github.com/repos/CGAL/cgal,opened,The deployement of CGAL/cgal-web to www.cgal.org is broken,Infrastructure bug web site,"## Issue Details + +With the new repository https://github.com/CGAL/cgal-new, the automatic deployments of `upcoming` and `master` to `upcoming.cgal.org` and `www.cgal.org` are broken. + +I think we should now use Github actions, for such a deployment. There are even predefined actions for that. + +@maxGimeno Please prepare Github action steps that run jekyll on our branches `upcoming` and `master`, and then create artifacts. For the actuel deployment, we will setup it with ssh keys together. + +Cc: @sloriot +",1.0,"The deployement of CGAL/cgal-web to www.cgal.org is broken - ## Issue Details + +With the new repository https://github.com/CGAL/cgal-new, the automatic deployments of `upcoming` and `master` to `upcoming.cgal.org` and `www.cgal.org` are broken. + +I think we should now use Github actions, for such a deployment. There are even predefined actions for that. + +@maxGimeno Please prepare Github action steps that run jekyll on our branches `upcoming` and `master`, and then create artifacts. For the actuel deployment, we will setup it with ssh keys together. + +Cc: @sloriot +",0,the deployement of cgal cgal web to is broken issue details with the new repository the automatic deployments of upcoming and master to upcoming cgal org and are broken i think we should now use github actions for such a deployment there are even predefined actions for that maxgimeno please prepare github action steps that run jekyll on our branches upcoming and master and then create artifacts for the actuel deployment we will setup it with ssh keys together cc sloriot ,0 +318393,27300386350.0,IssuesEvent,2023-02-24 01:04:51,backend-br/vagas,https://api.github.com/repos/backend-br/vagas,closed,[Remoto] Tech Lead - SambaTech,CLT Sênior PHP Python Java Remoto AWS Testes automatizados TypeScript Stale SOLID," +## Nossa empresa + +A Samba está buscando uma pessoa **Tech Lead** para agregar ao nosso time! Para essa oportunidade buscamos uma pessoa para atuar em regime **CLT e 100% remoto**. Procuramos alguém com propósito forte e que esteja disposta a trabalhar em ambiente colaborativo e dinâmico, pronto para crescer profissionalmente junto com a nossa equipe fora da curva! A Samba gosta de fazer a diferença sempre e nosso time é o responsável para que isto aconteça! Por isso, a gente espera que você seja uma pessoa apaixonada por tecnologia, assim com a gente! Todas as nossas vagas também se aplicam a pessoas com deficiência, então fique à vontade para se candidatar! + +## Descrição da vaga + +- Profissional com verdadeira paixão por tecnologia e capaz de trabalhar em ambiente colaborativo e dinâmico em busca de crescimento pessoal e profissional através de um senso de responsabilidade para com o trabalho e seus pares. Organizado e autônomo. +- Gestão e alocação de pessoas em times de desenvolvimento de aplicações nodejs+react utilizando metodologias ágeis com testes automatizados e compatíveis com padrões de projetos estabelecidos, apoio incondicional a equipe em tarefas técnicas relacionadas. Interface técnica com o time de projetos e ocasionalmente com clientes. + +## Local + +Remoto, Brasil. + +## Requisitos + +- Experiência em desenvolvimento com Java; +- Conhecimento em SOLID; +- Typescript; +- Express; +- AWS S3, Cognito; +- Storybook; +- Aplicações REST; +- Capacidade de liderar pelo exemplo; +- Amor pelo manifesto Ágil. + +## Diferenciais + +- Experiências anteriores com Liderança; +- Inglês; +- Python; +- PHP. + +## Contratação + +CLT + benefícios + +## Benefícios + +- Ambiente criativo e inovador; +- Clima leve e descontraído; +- Horário flexível; +- Home office; +- Auxílio home office; +- Plano de Saúde; +- Plano Odontológico; +- Vale refeição/alimentação; +- Gym Pass; +- Day off no dia do aniversário; +- Seguro de vida; +- Ways Education - Atividades extracurriculares para os filhos; +- Previdência privada. + +## Como se candidatar + +Se inscreva em nosso site: https://sambatech.compleo.com.br/Visualizar/139188 + +## Labels + +### Nível +- Sênior + +### Regime +- CLT + + +### Alocação +- Remoto + +Você já se imaginou sendo uma pessoa reconhecida por trabalhar em um dos times mais inovadores do planeta Terra? Aqui é exatamente o que acontece com quem compõe o nosso time! Em terra onde o time participa dos resultados e é reconhecido por isso, cliente é Rei e Rainha! Mas não somos meros súditos. Aqui na Samba, somos as pessoas que fazem parte do Conselho Real! A cultura da Sambatech faz brilhar os olhos de quem vê e enche o coração de quem faz parte! Nossa liderança é engajada com o time e a inovação transborda pelos poros de todo mundo que veste essa camisa! + +Assista o nosso vídeo institucional (https://www.youtube.com/watch?v=zK4nCF7ywtg) para ter uma ideia do que é ser Samba! + +Legal, não é mesmo? Se candidate a esta vaga ou divulgue para alguém que você acredita que pode fazer parte do nosso time! +",1.0,"[Remoto] Tech Lead - SambaTech - +## Nossa empresa + +A Samba está buscando uma pessoa **Tech Lead** para agregar ao nosso time! Para essa oportunidade buscamos uma pessoa para atuar em regime **CLT e 100% remoto**. Procuramos alguém com propósito forte e que esteja disposta a trabalhar em ambiente colaborativo e dinâmico, pronto para crescer profissionalmente junto com a nossa equipe fora da curva! A Samba gosta de fazer a diferença sempre e nosso time é o responsável para que isto aconteça! Por isso, a gente espera que você seja uma pessoa apaixonada por tecnologia, assim com a gente! Todas as nossas vagas também se aplicam a pessoas com deficiência, então fique à vontade para se candidatar! + +## Descrição da vaga + +- Profissional com verdadeira paixão por tecnologia e capaz de trabalhar em ambiente colaborativo e dinâmico em busca de crescimento pessoal e profissional através de um senso de responsabilidade para com o trabalho e seus pares. Organizado e autônomo. +- Gestão e alocação de pessoas em times de desenvolvimento de aplicações nodejs+react utilizando metodologias ágeis com testes automatizados e compatíveis com padrões de projetos estabelecidos, apoio incondicional a equipe em tarefas técnicas relacionadas. Interface técnica com o time de projetos e ocasionalmente com clientes. + +## Local + +Remoto, Brasil. + +## Requisitos + +- Experiência em desenvolvimento com Java; +- Conhecimento em SOLID; +- Typescript; +- Express; +- AWS S3, Cognito; +- Storybook; +- Aplicações REST; +- Capacidade de liderar pelo exemplo; +- Amor pelo manifesto Ágil. + +## Diferenciais + +- Experiências anteriores com Liderança; +- Inglês; +- Python; +- PHP. + +## Contratação + +CLT + benefícios + +## Benefícios + +- Ambiente criativo e inovador; +- Clima leve e descontraído; +- Horário flexível; +- Home office; +- Auxílio home office; +- Plano de Saúde; +- Plano Odontológico; +- Vale refeição/alimentação; +- Gym Pass; +- Day off no dia do aniversário; +- Seguro de vida; +- Ways Education - Atividades extracurriculares para os filhos; +- Previdência privada. + +## Como se candidatar + +Se inscreva em nosso site: https://sambatech.compleo.com.br/Visualizar/139188 + +## Labels + +### Nível +- Sênior + +### Regime +- CLT + + +### Alocação +- Remoto + +Você já se imaginou sendo uma pessoa reconhecida por trabalhar em um dos times mais inovadores do planeta Terra? Aqui é exatamente o que acontece com quem compõe o nosso time! Em terra onde o time participa dos resultados e é reconhecido por isso, cliente é Rei e Rainha! Mas não somos meros súditos. Aqui na Samba, somos as pessoas que fazem parte do Conselho Real! A cultura da Sambatech faz brilhar os olhos de quem vê e enche o coração de quem faz parte! Nossa liderança é engajada com o time e a inovação transborda pelos poros de todo mundo que veste essa camisa! + +Assista o nosso vídeo institucional (https://www.youtube.com/watch?v=zK4nCF7ywtg) para ter uma ideia do que é ser Samba! + +Legal, não é mesmo? Se candidate a esta vaga ou divulgue para alguém que você acredita que pode fazer parte do nosso time! +",0, tech lead sambatech nossa empresa a samba está buscando uma pessoa tech lead para agregar ao nosso time para essa oportunidade buscamos uma pessoa para atuar em regime clt e remoto procuramos alguém com propósito forte e que esteja disposta a trabalhar em ambiente colaborativo e dinâmico pronto para crescer profissionalmente junto com a nossa equipe fora da curva a samba gosta de fazer a diferença sempre e nosso time é o responsável para que isto aconteça por isso a gente espera que você seja uma pessoa apaixonada por tecnologia assim com a gente todas as nossas vagas também se aplicam a pessoas com deficiência então fique à vontade para se candidatar descrição da vaga profissional com verdadeira paixão por tecnologia e capaz de trabalhar em ambiente colaborativo e dinâmico em busca de crescimento pessoal e profissional através de um senso de responsabilidade para com o trabalho e seus pares organizado e autônomo gestão e alocação de pessoas em times de desenvolvimento de aplicações nodejs react utilizando metodologias ágeis com testes automatizados e compatíveis com padrões de projetos estabelecidos apoio incondicional a equipe em tarefas técnicas relacionadas interface técnica com o time de projetos e ocasionalmente com clientes local remoto brasil requisitos experiência em desenvolvimento com java conhecimento em solid typescript express aws cognito storybook aplicações rest capacidade de liderar pelo exemplo amor pelo manifesto ágil diferenciais experiências anteriores com liderança inglês python php contratação clt benefícios benefícios ambiente criativo e inovador clima leve e descontraído horário flexível home office auxílio home office plano de saúde plano odontológico vale refeição alimentação gym pass day off no dia do aniversário seguro de vida ways education atividades extracurriculares para os filhos previdência privada como se candidatar se inscreva em nosso site labels nível sênior regime clt alocação remoto você já se imaginou sendo uma pessoa reconhecida por trabalhar em um dos times mais inovadores do planeta terra aqui é exatamente o que acontece com quem compõe o nosso time em terra onde o time participa dos resultados e é reconhecido por isso cliente é rei e rainha mas não somos meros súditos aqui na samba somos as pessoas que fazem parte do conselho real a cultura da sambatech faz brilhar os olhos de quem vê e enche o coração de quem faz parte nossa liderança é engajada com o time e a inovação transborda pelos poros de todo mundo que veste essa camisa assista o nosso vídeo institucional para ter uma ideia do que é ser samba legal não é mesmo se candidate a esta vaga ou divulgue para alguém que você acredita que pode fazer parte do nosso time ,0 +11077,27965640979.0,IssuesEvent,2023-03-24 19:15:41,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Mislabeled arrow in sample architecture diagarm?,doc-enhancement cxp triaged architecture-center/svc Pri1 solution-idea/subsvc,"In the sample architecture diagram from an anonymous customer, it would appear that the final green arrow exiting the bottom of the left side should be labeled ""Masked production data"" as opposed to the current ""Unmasked production data"". + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: f64651d0-1885-248b-0d8c-6773f4b6ae1a +* Version Independent ID: f64651d0-1885-248b-0d8c-6773f4b6ae1a +* Content: [Data obfuscation using Delphix in Azure Data Factory and Synapse Analytics - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/ai/data-obfuscation-with-delphix-in-azure-data-factory) +* Content Source: [docs/example-scenario/ai/data-obfuscation-with-delphix-in-azure-data-factory.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/ai/data-obfuscation-with-delphix-in-azure-data-factory.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @nabhishek +* Microsoft Alias: **abnarain**",1.0,"Mislabeled arrow in sample architecture diagarm? - In the sample architecture diagram from an anonymous customer, it would appear that the final green arrow exiting the bottom of the left side should be labeled ""Masked production data"" as opposed to the current ""Unmasked production data"". + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: f64651d0-1885-248b-0d8c-6773f4b6ae1a +* Version Independent ID: f64651d0-1885-248b-0d8c-6773f4b6ae1a +* Content: [Data obfuscation using Delphix in Azure Data Factory and Synapse Analytics - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/ai/data-obfuscation-with-delphix-in-azure-data-factory) +* Content Source: [docs/example-scenario/ai/data-obfuscation-with-delphix-in-azure-data-factory.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/ai/data-obfuscation-with-delphix-in-azure-data-factory.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @nabhishek +* Microsoft Alias: **abnarain**",1,mislabeled arrow in sample architecture diagarm in the sample architecture diagram from an anonymous customer it would appear that the final green arrow exiting the bottom of the left side should be labeled masked production data as opposed to the current unmasked production data document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login nabhishek microsoft alias abnarain ,1 +5723,13050641050.0,IssuesEvent,2020-07-29 15:48:03,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Update ""Publishing internal APIs to external consumers"" page with newer Azure services (e.g., Front Door)",Pri2 architecture-center/svc assigned-to-author doc-enhancement example-scenario/subsvc triaged,"I think it would be great to update the reference architecture on the ""Publishing internal APIs to external consumers"" page with newer Azure services such as Azure Front Door, and perhaps changing the API App icon to a Web App icon (since I am under the impression that the API App concept is being merged into Web Apps). +https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/publish-internal-apis-externally + +Also, it would be great to add a description around why the multiple layers of virtual networks are recommended as shown in the diagram for the specific situation that is assumed. + +I wouldn't mind helping update this diagram, but would like to work with someone from Microsoft who has ownership around this page. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fb14c845-07c9-0fe2-0108-119b7e913b35 +* Version Independent ID: c3fdc7ba-6743-33a6-d41d-3328e2e22e93 +* Content: [Publishing internal APIs to external users - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/publish-internal-apis-externally?source=docs) +* Content Source: [docs/example-scenario/apps/publish-internal-apis-externally.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/apps/publish-internal-apis-externally.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @ssarwa +* Microsoft Alias: **ssarwa**",1.0,"Update ""Publishing internal APIs to external consumers"" page with newer Azure services (e.g., Front Door) - I think it would be great to update the reference architecture on the ""Publishing internal APIs to external consumers"" page with newer Azure services such as Azure Front Door, and perhaps changing the API App icon to a Web App icon (since I am under the impression that the API App concept is being merged into Web Apps). +https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/publish-internal-apis-externally + +Also, it would be great to add a description around why the multiple layers of virtual networks are recommended as shown in the diagram for the specific situation that is assumed. + +I wouldn't mind helping update this diagram, but would like to work with someone from Microsoft who has ownership around this page. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fb14c845-07c9-0fe2-0108-119b7e913b35 +* Version Independent ID: c3fdc7ba-6743-33a6-d41d-3328e2e22e93 +* Content: [Publishing internal APIs to external users - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/publish-internal-apis-externally?source=docs) +* Content Source: [docs/example-scenario/apps/publish-internal-apis-externally.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/apps/publish-internal-apis-externally.md) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @ssarwa +* Microsoft Alias: **ssarwa**",1,update publishing internal apis to external consumers page with newer azure services e g front door i think it would be great to update the reference architecture on the publishing internal apis to external consumers page with newer azure services such as azure front door and perhaps changing the api app icon to a web app icon since i am under the impression that the api app concept is being merged into web apps also it would be great to add a description around why the multiple layers of virtual networks are recommended as shown in the diagram for the specific situation that is assumed i wouldn t mind helping update this diagram but would like to work with someone from microsoft who has ownership around this page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login ssarwa microsoft alias ssarwa ,1 +4513,11268153513.0,IssuesEvent,2020-01-14 05:06:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,ASK cluster,Pri1 architecture-center/svc cxp doc-bug reference-architecture/subsvc triaged,"I think there is a typo here: ""This option requires CNI networking to be enabled when you configure the ASK cluster..."". Isn't it AKS cluster instead? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5e2e444-d6b9-962e-56d4-8d1f3508ba9e +* Version Independent ID: 061ea6aa-353b-a98d-cbf6-639209a5fd1b +* Content: [Microservices architecture on Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/microservices/aks#api-gateway) +* Content Source: [docs/reference-architectures/microservices/aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/microservices/aks.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"ASK cluster - I think there is a typo here: ""This option requires CNI networking to be enabled when you configure the ASK cluster..."". Isn't it AKS cluster instead? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5e2e444-d6b9-962e-56d4-8d1f3508ba9e +* Version Independent ID: 061ea6aa-353b-a98d-cbf6-639209a5fd1b +* Content: [Microservices architecture on Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/microservices/aks#api-gateway) +* Content Source: [docs/reference-architectures/microservices/aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/microservices/aks.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,ask cluster i think there is a typo here this option requires cni networking to be enabled when you configure the ask cluster isn t it aks cluster instead document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +228759,25253198679.0,IssuesEvent,2022-11-15 16:04:41,aws/eks-distro-build-tooling,https://api.github.com/repos/aws/eks-distro-build-tooling,closed,encoding/xml: stack exhaustion in Unmarshal - CVE-2022-30633,security golang,"From [Golang Security Announcement](https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE/m/3SeTTJs9AwAJ): + +Calling Unmarshal on a XML document into a Go struct which has a nested field that uses the any field tag can cause a panic due to stack exhaustion. + +This is CVE-2022-30633 and Go issue https://go.dev/issue/53611. +",True,"encoding/xml: stack exhaustion in Unmarshal - CVE-2022-30633 - From [Golang Security Announcement](https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE/m/3SeTTJs9AwAJ): + +Calling Unmarshal on a XML document into a Go struct which has a nested field that uses the any field tag can cause a panic due to stack exhaustion. + +This is CVE-2022-30633 and Go issue https://go.dev/issue/53611. +",0,encoding xml stack exhaustion in unmarshal cve from calling unmarshal on a xml document into a go struct which has a nested field that uses the any field tag can cause a panic due to stack exhaustion this is cve and go issue ,0 +230015,25404700100.0,IssuesEvent,2022-11-22 14:32:41,TIBCOSoftware/js-workshops,https://api.github.com/repos/TIBCOSoftware/js-workshops,opened,CVE-2022-41940 (High) detected in engine.io-3.2.1.tgz,security vulnerability,"## CVE-2022-41940 - High Severity Vulnerability +
Vulnerable Library - engine.io-3.2.1.tgz

+ +

The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server

+

Library home page: https://registry.npmjs.org/engine.io/-/engine.io-3.2.1.tgz

+

Path to dependency file: /UrbanRoast-tutorial/resources/d3-funnel-master/package.json

+

Path to vulnerable library: /UrbanRoast-tutorial/resources/d3-funnel-master/node_modules/engine.io/package.json

+

+ +Dependency Hierarchy: + - browser-sync-2.26.7.tgz (Root Library) + - socket.io-2.1.1.tgz + - :x: **engine.io-3.2.1.tgz** (Vulnerable Library) +

Found in HEAD commit: 8a027629e1d1d82ce0fb49a090c585960d0967cd

+

+
+

+
Vulnerability Details +

+ +Engine.IO is the implementation of transport-based cross-browser/cross-device bi-directional communication layer for Socket.IO. A specially crafted HTTP request can trigger an uncaught exception on the Engine.IO server, thus killing the Node.js process. This impacts all the users of the engine.io package, including those who uses depending packages like socket.io. There is no known workaround except upgrading to a safe version. There are patches for this issue released in versions 3.6.1 and 6.2.1. + +

Publish Date: 2022-11-22 +

URL: CVE-2022-41940

+

+
+

+
CVSS 3 Score Details (7.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: Low + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/socketio/engine.io/security/advisories/GHSA-r7qp-cfhv-p84w

+

Release Date: 2022-11-22

+

Fix Resolution: engine.io - 3.6.1,6.2.1

+ +

+
+

+",True,"CVE-2022-41940 (High) detected in engine.io-3.2.1.tgz - ## CVE-2022-41940 - High Severity Vulnerability +
Vulnerable Library - engine.io-3.2.1.tgz

+ +

The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server

+

Library home page: https://registry.npmjs.org/engine.io/-/engine.io-3.2.1.tgz

+

Path to dependency file: /UrbanRoast-tutorial/resources/d3-funnel-master/package.json

+

Path to vulnerable library: /UrbanRoast-tutorial/resources/d3-funnel-master/node_modules/engine.io/package.json

+

+ +Dependency Hierarchy: + - browser-sync-2.26.7.tgz (Root Library) + - socket.io-2.1.1.tgz + - :x: **engine.io-3.2.1.tgz** (Vulnerable Library) +

Found in HEAD commit: 8a027629e1d1d82ce0fb49a090c585960d0967cd

+

+
+

+
Vulnerability Details +

+ +Engine.IO is the implementation of transport-based cross-browser/cross-device bi-directional communication layer for Socket.IO. A specially crafted HTTP request can trigger an uncaught exception on the Engine.IO server, thus killing the Node.js process. This impacts all the users of the engine.io package, including those who uses depending packages like socket.io. There is no known workaround except upgrading to a safe version. There are patches for this issue released in versions 3.6.1 and 6.2.1. + +

Publish Date: 2022-11-22 +

URL: CVE-2022-41940

+

+
+

+
CVSS 3 Score Details (7.1) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: High + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: Low + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/socketio/engine.io/security/advisories/GHSA-r7qp-cfhv-p84w

+

Release Date: 2022-11-22

+

Fix Resolution: engine.io - 3.6.1,6.2.1

+ +

+
+

+",0,cve high detected in engine io tgz cve high severity vulnerability vulnerable library engine io tgz the realtime engine behind socket io provides the foundation of a bidirectional connection between client and server library home page a href path to dependency file urbanroast tutorial resources funnel master package json path to vulnerable library urbanroast tutorial resources funnel master node modules engine io package json dependency hierarchy browser sync tgz root library socket io tgz x engine io tgz vulnerable library found in head commit a href vulnerability details engine io is the implementation of transport based cross browser cross device bi directional communication layer for socket io a specially crafted http request can trigger an uncaught exception on the engine io server thus killing the node js process this impacts all the users of the engine io package including those who uses depending packages like socket io there is no known workaround except upgrading to a safe version there are patches for this issue released in versions and publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact low availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution engine io ,0 +33686,4849055191.0,IssuesEvent,2016-11-10 19:18:43,docker/docker,https://api.github.com/repos/docker/docker,closed,Flaky test DockerDaemonSuite.TestDaemonRestartWithPluginEnabled,area/plugins area/testing,"Observed in +https://jenkins.dockerproject.org/job/Docker-PRs-experimental/25475/console + +``` +17:23:59 ---------------------------------------------------------------------- +17:23:59 FAIL: docker_cli_daemon_experimental_test.go:19: DockerDaemonSuite.TestDaemonRestartWithPluginEnabled +17:23:59 +17:23:59 [d73cafbd7bb74] waiting for daemon to start +17:23:59 [d73cafbd7bb74] daemon started +17:23:59 docker_cli_daemon_experimental_test.go:27: +17:23:59 c.Fatalf(""Could not install plugin: %v %s"", err, out) +17:23:59 ... Error: Could not install plugin: exit status 1 Error response from daemon: Get https://dseasb33srnrn.cloudfront.net/registry-v2/docker/registry/v2/blobs/sha256/96/964696b8571ee96e0aea5f905be9f952d76c90f0935688dc4c0f0e6d994da4f5/data?Expires=1477503829&Signature=cniF4jlGwkAUlQ2cJkLK7f~KuyIUI1f7rBPb9ArLPZleinNQyN5n73gf~3dPK1wgggk~NPugJv7qikBzhpaRbFQfTRpICzGnNvUZ7rwUXcMeMEhLWgDNeDPOMqouxApsGGT6o5FAelIcWMR-W7yAZMHgHmYHYdO2F~EIEIbdyXo_&Key-Pair-Id=APKAJECH5M7VWIS5YZ6Q: net/http: TLS handshake timeout +17:23:59 +17:23:59 +17:23:59 [d73cafbd7bb74] exiting daemon +17:24:01 +``` +",1.0,"Flaky test DockerDaemonSuite.TestDaemonRestartWithPluginEnabled - Observed in +https://jenkins.dockerproject.org/job/Docker-PRs-experimental/25475/console + +``` +17:23:59 ---------------------------------------------------------------------- +17:23:59 FAIL: docker_cli_daemon_experimental_test.go:19: DockerDaemonSuite.TestDaemonRestartWithPluginEnabled +17:23:59 +17:23:59 [d73cafbd7bb74] waiting for daemon to start +17:23:59 [d73cafbd7bb74] daemon started +17:23:59 docker_cli_daemon_experimental_test.go:27: +17:23:59 c.Fatalf(""Could not install plugin: %v %s"", err, out) +17:23:59 ... Error: Could not install plugin: exit status 1 Error response from daemon: Get https://dseasb33srnrn.cloudfront.net/registry-v2/docker/registry/v2/blobs/sha256/96/964696b8571ee96e0aea5f905be9f952d76c90f0935688dc4c0f0e6d994da4f5/data?Expires=1477503829&Signature=cniF4jlGwkAUlQ2cJkLK7f~KuyIUI1f7rBPb9ArLPZleinNQyN5n73gf~3dPK1wgggk~NPugJv7qikBzhpaRbFQfTRpICzGnNvUZ7rwUXcMeMEhLWgDNeDPOMqouxApsGGT6o5FAelIcWMR-W7yAZMHgHmYHYdO2F~EIEIbdyXo_&Key-Pair-Id=APKAJECH5M7VWIS5YZ6Q: net/http: TLS handshake timeout +17:23:59 +17:23:59 +17:23:59 [d73cafbd7bb74] exiting daemon +17:24:01 +``` +",0,flaky test dockerdaemonsuite testdaemonrestartwithpluginenabled observed in fail docker cli daemon experimental test go dockerdaemonsuite testdaemonrestartwithpluginenabled waiting for daemon to start daemon started docker cli daemon experimental test go c fatalf could not install plugin v s err out error could not install plugin exit status error response from daemon get net http tls handshake timeout exiting daemon ,0 +66743,16687319431.0,IssuesEvent,2021-06-08 09:21:30,appsmithorg/appsmith,https://api.github.com/repos/appsmithorg/appsmith,closed,[BUG] Tab deletion is triggered while adding a tab,Bug Frontend Low QA Tab Widget UI Building Pod Widgets,"Browser Details: Chrome +Device Details: macOS 10.15.6 (MacBook Pro) +Note: Tried on cloud. + +Steps to replicate: +1. Go to a page and add 3 tabs +2. Copy the 3rd tab and paste - that's create tab 4 +3. Go to tab 4 and click on edit --> Add a tab --> Tab is added but there is message on the top right 'Tab 1 deleted' , 'tab 2 deleted' +Issue1 : There is no deletion operation which is triggered by user. +Attachment: https://drive.google.com/drive/folders/13YyzytMKeUjjBa8MfX_d6JWwM5YI_G4K?usp=sharing + +Issue 2: After performing too many operations on tabs, screen freezes. +Attachment: https://drive.google.com/drive/folders/1ZawYxy4NbVOXpJR3MMvWbW3w1g77DWer?usp=sharing +",1.0,"[BUG] Tab deletion is triggered while adding a tab - Browser Details: Chrome +Device Details: macOS 10.15.6 (MacBook Pro) +Note: Tried on cloud. + +Steps to replicate: +1. Go to a page and add 3 tabs +2. Copy the 3rd tab and paste - that's create tab 4 +3. Go to tab 4 and click on edit --> Add a tab --> Tab is added but there is message on the top right 'Tab 1 deleted' , 'tab 2 deleted' +Issue1 : There is no deletion operation which is triggered by user. +Attachment: https://drive.google.com/drive/folders/13YyzytMKeUjjBa8MfX_d6JWwM5YI_G4K?usp=sharing + +Issue 2: After performing too many operations on tabs, screen freezes. +Attachment: https://drive.google.com/drive/folders/1ZawYxy4NbVOXpJR3MMvWbW3w1g77DWer?usp=sharing +",0, tab deletion is triggered while adding a tab browser details chrome device details macos macbook pro note tried on cloud steps to replicate go to a page and add tabs copy the tab and paste that s create tab go to tab and click on edit add a tab tab is added but there is message on the top right tab deleted tab deleted there is no deletion operation which is triggered by user attachment issue after performing too many operations on tabs screen freezes attachment ,0 +3617,9882560192.0,IssuesEvent,2019-06-24 17:10:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Bounded Context, Microservice, Domain Services",architecture-center/svc assigned-to-author product-question reference-architecture/subsvc triaged,"I am confused. Is each of these a separate microservice: Delivery, Package, Supervisor, Scheduler? based on below + +""Delivery and Package are obvious candidates for microservices. The Scheduler and Supervisor coordinate the activities performed by other microservices, so it makes sense to implement these domain services as microservices."" + +Furthermore, is each of these rectangles on the diagram below a separate microservice? +https://docs.microsoft.com/en-gb/azure/architecture/microservices/images/drone-delivery.png + +Why is the Shipping bounded context on the diagram below not a microservice? +https://docs.microsoft.com/en-gb/azure/architecture/microservices/images/bounded-contexts.png + + + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 95a0c8e3-8abb-aa09-c746-ae94113f3c14 +* Version Independent ID: 5b56b900-3c15-4392-dd73-85e496954dc7 +* Content: [Identifying microservice boundaries](https://docs.microsoft.com/en-gb/azure/architecture/microservices/model/microservice-boundaries) +* Content Source: [docs/microservices/model/microservice-boundaries.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/model/microservice-boundaries.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Bounded Context, Microservice, Domain Services - I am confused. Is each of these a separate microservice: Delivery, Package, Supervisor, Scheduler? based on below + +""Delivery and Package are obvious candidates for microservices. The Scheduler and Supervisor coordinate the activities performed by other microservices, so it makes sense to implement these domain services as microservices."" + +Furthermore, is each of these rectangles on the diagram below a separate microservice? +https://docs.microsoft.com/en-gb/azure/architecture/microservices/images/drone-delivery.png + +Why is the Shipping bounded context on the diagram below not a microservice? +https://docs.microsoft.com/en-gb/azure/architecture/microservices/images/bounded-contexts.png + + + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 95a0c8e3-8abb-aa09-c746-ae94113f3c14 +* Version Independent ID: 5b56b900-3c15-4392-dd73-85e496954dc7 +* Content: [Identifying microservice boundaries](https://docs.microsoft.com/en-gb/azure/architecture/microservices/model/microservice-boundaries) +* Content Source: [docs/microservices/model/microservice-boundaries.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/model/microservice-boundaries.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,bounded context microservice domain services i am confused is each of these a separate microservice delivery package supervisor scheduler based on below delivery and package are obvious candidates for microservices the scheduler and supervisor coordinate the activities performed by other microservices so it makes sense to implement these domain services as microservices furthermore is each of these rectangles on the diagram below a separate microservice why is the shipping bounded context on the diagram below not a microservice document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +3968,10372719136.0,IssuesEvent,2019-09-09 04:27:48,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Linguistic Analysis API,Pri2 architecture-center/svc cloud-fundamentals/subsvc cxp doc-enhancement triaged,"This Cognitive Service does not exist (anymore), please update the documentation accordingly + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f8a51dd9-65b7-5039-06d0-d096ad51d0bb +* Version Independent ID: 9c2c99ed-8d17-7865-e680-2107b7f0ebf1 +* Content: [Choosing a natural language processing technology](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/natural-language-processing#feedback) +* Content Source: [docs/data-guide/technology-choices/natural-language-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/natural-language-processing.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"Linguistic Analysis API - This Cognitive Service does not exist (anymore), please update the documentation accordingly + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f8a51dd9-65b7-5039-06d0-d096ad51d0bb +* Version Independent ID: 9c2c99ed-8d17-7865-e680-2107b7f0ebf1 +* Content: [Choosing a natural language processing technology](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/natural-language-processing#feedback) +* Content Source: [docs/data-guide/technology-choices/natural-language-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/natural-language-processing.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,linguistic analysis api this cognitive service does not exist anymore please update the documentation accordingly document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login zoinertejada microsoft alias pnp ,1 +4086,10562103976.0,IssuesEvent,2019-10-04 17:29:28,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,AKS supports auto-scaling,Pri1 architecture-center/svc cxp doc-enhancement reference-architecture/subsvc triaged,"Both the Horizontal Pod Autoscaler and the Cluster Autoscaler are supported in AKS +https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: adbd9d8a-e443-aeab-cdf1-1c9c8858746c +* Version Independent ID: 5a0980f5-b246-0865-6f06-aa875f87a5ce +* Content: [Criteria for choosing an Azure compute service - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-comparison) +* Content Source: [docs/guide/technology-choices/compute-comparison.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-comparison.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"AKS supports auto-scaling - Both the Horizontal Pod Autoscaler and the Cluster Autoscaler are supported in AKS +https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: adbd9d8a-e443-aeab-cdf1-1c9c8858746c +* Version Independent ID: 5a0980f5-b246-0865-6f06-aa875f87a5ce +* Content: [Criteria for choosing an Azure compute service - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-comparison) +* Content Source: [docs/guide/technology-choices/compute-comparison.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-comparison.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,aks supports auto scaling both the horizontal pod autoscaler and the cluster autoscaler are supported in aks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id aeab version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +170167,14242856664.0,IssuesEvent,2020-11-19 02:52:27,nasa-jpl/open-source-rover,https://api.github.com/repos/nasa-jpl/open-source-rover,closed,Orientation of wheel clamping hub S14A is important and should be clarified and depicted consistently,documentation_update,"RE: Wheel Assembly Build Doc PDF + +Clamping hub S14A is flat on one side and the other side has a cylindrical protrusion. Diameter of this cylinder is smaller than wheel center, meaning it easily fits inside the wheel which will bolt against the surface of four tapped holes of S14A. As a result, the location of this wheel mating surface would vary by a few millimeters depending on whether S14A is bolted flat-side-in or flat-side-out. Both were depicted in documentation (list below.) + +When bolted flat-side-in, with certain Traxxas wheels their mounting screw B5 extends far enough past hub S14A to make contact with face of motor E45 gearbox. In case of light contact, they will acts as brake pads. In case of strong contact, they will prevent the wheel from turning. + +If this situation is not detected before motor calibration begins, applying motor power will strip gears in the gearbox. + +Recommendation: Make all diagrams consistently flat-side-out and caution rover builders to examine their wheel mounting bolts to ensure their wheels can turn before applying motor power. + +In Wheel Assembly Build PDF as of late August 2019: + +_Figure 1: Drilling the Wheels_ shows flat side in +_Figure 3: Wheel Step 1_ shows flat side out +_Figure 4: Wheel Step 2_ shows flat side in +",1.0,"Orientation of wheel clamping hub S14A is important and should be clarified and depicted consistently - RE: Wheel Assembly Build Doc PDF + +Clamping hub S14A is flat on one side and the other side has a cylindrical protrusion. Diameter of this cylinder is smaller than wheel center, meaning it easily fits inside the wheel which will bolt against the surface of four tapped holes of S14A. As a result, the location of this wheel mating surface would vary by a few millimeters depending on whether S14A is bolted flat-side-in or flat-side-out. Both were depicted in documentation (list below.) + +When bolted flat-side-in, with certain Traxxas wheels their mounting screw B5 extends far enough past hub S14A to make contact with face of motor E45 gearbox. In case of light contact, they will acts as brake pads. In case of strong contact, they will prevent the wheel from turning. + +If this situation is not detected before motor calibration begins, applying motor power will strip gears in the gearbox. + +Recommendation: Make all diagrams consistently flat-side-out and caution rover builders to examine their wheel mounting bolts to ensure their wheels can turn before applying motor power. + +In Wheel Assembly Build PDF as of late August 2019: + +_Figure 1: Drilling the Wheels_ shows flat side in +_Figure 3: Wheel Step 1_ shows flat side out +_Figure 4: Wheel Step 2_ shows flat side in +",0,orientation of wheel clamping hub is important and should be clarified and depicted consistently re wheel assembly build doc pdf clamping hub is flat on one side and the other side has a cylindrical protrusion diameter of this cylinder is smaller than wheel center meaning it easily fits inside the wheel which will bolt against the surface of four tapped holes of as a result the location of this wheel mating surface would vary by a few millimeters depending on whether is bolted flat side in or flat side out both were depicted in documentation list below when bolted flat side in with certain traxxas wheels their mounting screw extends far enough past hub to make contact with face of motor gearbox in case of light contact they will acts as brake pads in case of strong contact they will prevent the wheel from turning if this situation is not detected before motor calibration begins applying motor power will strip gears in the gearbox recommendation make all diagrams consistently flat side out and caution rover builders to examine their wheel mounting bolts to ensure their wheels can turn before applying motor power in wheel assembly build pdf as of late august figure drilling the wheels shows flat side in figure wheel step shows flat side out figure wheel step shows flat side in ,0 +11074,27964401245.0,IssuesEvent,2023-03-24 18:09:23,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Replace Timeseries Insights with Azure Data Explorer in the decision tree,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 guide/subsvc," +Microsoft has announced the retirement of Timeseries Insights. All TSI customers have been encouraged to migrate to Azure Data Explorer. Our documents and decision tree should also reflect this. + +https://learn.microsoft.com/en-us/azure/time-series-insights/how-to-tsi-gen2-migration + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 88559925-9b9e-d9b3-ddb6-08306692c17b +* Version Independent ID: a25055cb-7cfe-28a0-1c66-06172c037128 +* Content: [Data store decision tree - Azure Application Architecture Guide](https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-decision-tree) +* Content Source: [docs/guide/technology-choices/data-store-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/data-store-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dsk-2015 +* Microsoft Alias: **architectures**",1.0,"Replace Timeseries Insights with Azure Data Explorer in the decision tree - +Microsoft has announced the retirement of Timeseries Insights. All TSI customers have been encouraged to migrate to Azure Data Explorer. Our documents and decision tree should also reflect this. + +https://learn.microsoft.com/en-us/azure/time-series-insights/how-to-tsi-gen2-migration + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 88559925-9b9e-d9b3-ddb6-08306692c17b +* Version Independent ID: a25055cb-7cfe-28a0-1c66-06172c037128 +* Content: [Data store decision tree - Azure Application Architecture Guide](https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-decision-tree) +* Content Source: [docs/guide/technology-choices/data-store-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/data-store-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dsk-2015 +* Microsoft Alias: **architectures**",1,replace timeseries insights with azure data explorer in the decision tree microsoft has announced the retirement of timeseries insights all tsi customers have been encouraged to migrate to azure data explorer our documents and decision tree should also reflect this document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login dsk microsoft alias architectures ,1 +10909,27455821194.0,IssuesEvent,2023-03-02 21:15:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Can sustainable coding practices or green coding also be available ,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc," +[Enter feedback here] +Can sustainable coding practices or green coding also be available under responsible coding? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 33f1a7ed-041f-c313-9a25-facdc4aebea4 +* Version Independent ID: 20908b14-6258-ae56-73bc-323e5c9ac75b +* Content: [Responsible Innovation toolkit - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/responsible-innovation/) +* Content Source: [docs/guide/responsible-innovation/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/responsible-innovation/index.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dcass +* Microsoft Alias: **pnp**",1.0,"Can sustainable coding practices or green coding also be available - +[Enter feedback here] +Can sustainable coding practices or green coding also be available under responsible coding? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 33f1a7ed-041f-c313-9a25-facdc4aebea4 +* Version Independent ID: 20908b14-6258-ae56-73bc-323e5c9ac75b +* Content: [Responsible Innovation toolkit - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/responsible-innovation/) +* Content Source: [docs/guide/responsible-innovation/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/responsible-innovation/index.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dcass +* Microsoft Alias: **pnp**",1,can sustainable coding practices or green coding also be available can sustainable coding practices or green coding also be available under responsible coding document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login dcass microsoft alias pnp ,1 +9182,24171801566.0,IssuesEvent,2022-09-22 19:58:08,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Problem with shutdown statement - causing customer confusing and concern.,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"Hi, +A customer raised an issue around shutting down an Azure hosted domain controllers. +They are worried about this statement: + +Do not shut down a domain controller VM using Azure portal. Instead, shut down and restart from the guest operating system. Shutting down through the portal causes the VM to be deallocated, which resets both the VM-GenerationID and the invocationID of the Active Directory repository. This discards the AD DS relative identifier (RID) pool and marks the sysvol folder as nonauthoritative, and may require reconfiguration of the domain controller. + +This leads to them not upgrading their Domain controller vms. I feel that this is a non-issue. Can this statement be updated to provide more clarity on the ramifications of deallocating a domain controller and if it truly does cause a problem? + +Cheers, Niall + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"Problem with shutdown statement - causing customer confusing and concern. - Hi, +A customer raised an issue around shutting down an Azure hosted domain controllers. +They are worried about this statement: + +Do not shut down a domain controller VM using Azure portal. Instead, shut down and restart from the guest operating system. Shutting down through the portal causes the VM to be deallocated, which resets both the VM-GenerationID and the invocationID of the Active Directory repository. This discards the AD DS relative identifier (RID) pool and marks the sysvol folder as nonauthoritative, and may require reconfiguration of the domain controller. + +This leads to them not upgrading their Domain controller vms. I feel that this is a non-issue. Can this statement be updated to provide more clarity on the ramifications of deallocating a domain controller and if it truly does cause a problem? + +Cheers, Niall + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,problem with shutdown statement causing customer confusing and concern hi a customer raised an issue around shutting down an azure hosted domain controllers they are worried about this statement do not shut down a domain controller vm using azure portal instead shut down and restart from the guest operating system shutting down through the portal causes the vm to be deallocated which resets both the vm generationid and the invocationid of the active directory repository this discards the ad ds relative identifier rid pool and marks the sysvol folder as nonauthoritative and may require reconfiguration of the domain controller this leads to them not upgrading their domain controller vms i feel that this is a non issue can this statement be updated to provide more clarity on the ramifications of deallocating a domain controller and if it truly does cause a problem cheers niall document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +3893,10241032252.0,IssuesEvent,2019-08-19 22:36:34,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Scalability Capabilities,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"Page needs to be updated to reflect that Azure SQL Data Warehouse now supports in-memory query caching as per adaptive caching. + +Supports in-memory caching of data: Yes for Azure SQL Data Warehouse + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6831bf64-b00f-b234-b16e-d1bd42ebb77b +* Version Independent ID: 43bb3955-7d3a-c348-bde4-c3740e93c300 +* Content: [Data warehousing in Microsoft Azure](https://docs.microsoft.com/en-us/azure/architecture/data-guide/relational-data/data-warehousing#feedback) +* Content Source: [docs/data-guide/relational-data/data-warehousing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/relational-data/data-warehousing.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"Scalability Capabilities - Page needs to be updated to reflect that Azure SQL Data Warehouse now supports in-memory query caching as per adaptive caching. + +Supports in-memory caching of data: Yes for Azure SQL Data Warehouse + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6831bf64-b00f-b234-b16e-d1bd42ebb77b +* Version Independent ID: 43bb3955-7d3a-c348-bde4-c3740e93c300 +* Content: [Data warehousing in Microsoft Azure](https://docs.microsoft.com/en-us/azure/architecture/data-guide/relational-data/data-warehousing#feedback) +* Content Source: [docs/data-guide/relational-data/data-warehousing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/relational-data/data-warehousing.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,scalability capabilities page needs to be updated to reflect that azure sql data warehouse now supports in memory query caching as per adaptive caching supports in memory caching of data yes for azure sql data warehouse document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login mikewasson microsoft alias pnp ,1 +9748,25141173245.0,IssuesEvent,2022-11-09 23:19:01,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio link not to picture shown ,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +The Visio link is not for the architecture shown + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9b605d93-ab34-f8f0-2c64-d38fc5b0ab51 +* Version Independent ID: 6e418fbb-e9f8-fa03-ef0e-ab6940ab62ce +* Content: [Create an AD DS resource forest - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-forest) +* Content Source: [docs/reference-architectures/identity/adds-forest.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/identity/adds-forest.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",2.0,"Visio link not to picture shown - +The Visio link is not for the architecture shown + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9b605d93-ab34-f8f0-2c64-d38fc5b0ab51 +* Version Independent ID: 6e418fbb-e9f8-fa03-ef0e-ab6940ab62ce +* Content: [Create an AD DS resource forest - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-forest) +* Content Source: [docs/reference-architectures/identity/adds-forest.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/identity/adds-forest.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,visio link not to picture shown the visio link is not for the architecture shown document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias pnp ,1 +57371,3081728449.0,IssuesEvent,2015-08-23 01:23:28,ankitrasto/metcor,https://api.github.com/repos/ankitrasto/metcor,closed,Performance issues with RTWC method of calculation - UPDATE,auto-migrated OpSys-All Priority-Medium Type-Enhancement,"``` +Optimization of the concentration redistribution is needed such that: + +1) a redundant iteration is removed: acquiring the concentration array from a +Point object should not be iterative but by array index (this is safe) + +2) concentrations corresponding to varlist[0,..k,...K] should not be included +in the redistribution + +Anticipated performance enhancements: +- O(N)=6^N to 5^N for addressing (1) +- For K >= 1, increasingly faster iterations of RTWC calculations for every +variable in varList that has converged. +``` + +Original issue reported on code.google.com by `ankit.me...@gmail.com` on 14 Jan 2013 at 7:11",1.0,"Performance issues with RTWC method of calculation - UPDATE - ``` +Optimization of the concentration redistribution is needed such that: + +1) a redundant iteration is removed: acquiring the concentration array from a +Point object should not be iterative but by array index (this is safe) + +2) concentrations corresponding to varlist[0,..k,...K] should not be included +in the redistribution + +Anticipated performance enhancements: +- O(N)=6^N to 5^N for addressing (1) +- For K >= 1, increasingly faster iterations of RTWC calculations for every +variable in varList that has converged. +``` + +Original issue reported on code.google.com by `ankit.me...@gmail.com` on 14 Jan 2013 at 7:11",0,performance issues with rtwc method of calculation update optimization of the concentration redistribution is needed such that a redundant iteration is removed acquiring the concentration array from a point object should not be iterative but by array index this is safe concentrations corresponding to varlist should not be included in the redistribution anticipated performance enhancements o n n to n for addressing for k increasingly faster iterations of rtwc calculations for every variable in varlist that has converged original issue reported on code google com by ankit me gmail com on jan at ,0 +88141,25315628997.0,IssuesEvent,2022-11-17 21:21:20,unikraft/unikraft,https://api.github.com/repos/unikraft/unikraft,closed, Build warning in `lib/vfscore/main.c`,lib/vfscore topic/syscall kind/build-warning kind/hackathon,"### Describe the bug + +When using [`lib-newlib`](https://github.com/unikraft/lib-newlib) there is a build warning around `write` system calls. + +**Hackathon points**: 20 + +### Steps to reproduce + +Add `newlibc` dependency to your build. This is a sample `kraft.yaml` config for this: + +``` +--- +specification: '0.5' +name: helloworld +unikraft: + version: 0.10.0 +targets: + - architecture: x86_64 + platform: linuxu + - architecture: x86_64 + platform: kvm + - architecture: x86_64 + platform: xen + - architecture: arm64 + platform: linuxu + - architecture: arm64 + platform: kvm + - architecture: arm + platform: linuxu +libraries: + newlib: + version: 0.10.0 + kconfig: + - CONFIG_LIBNEWLIBC=y +``` + +### Expected behavior + +There should be no build warnings. + +### Which architectures were you using or does this bug affect? + +x86_64 + +### Which platforms were you using or does this bug affect? + +kvm + +### Relevant log output + +```shell +In file included from /home/razvan/usoc/unikraft/lib/vfscore/main.c:52: +/home/razvan/usoc/unikraft/lib/vfscore/main.c: In function ‘uk_syscall_e_pwritev’: +/home/razvan/usoc/unikraft/include/uk/errptr.h:51:3: warning: ‘bytes’ may be used uninitialized in this function [-Wmaybe-uninitialized] + && (__sptr)(ptr) >= -(__sptr)(MAXERRNO)) + ^~ +/home/razvan/usoc/unikraft/lib/vfscore/main.c:590:10: note: ‘bytes’ was declared here + ssize_t bytes; + ^~~~~ +In file included from /home/razvan/usoc/unikraft/lib/vfscore/main.c:55: +/home/razvan/usoc/unikraft/lib/vfscore/main.c: In function ‘uk_syscall_r_pwritev’: +/home/razvan/usoc/unikraft/lib/syscall_shim/include/uk/syscall.h:250:10: warning: ‘bytes’ may be used uninitialized in this function [-Wmaybe-uninitialized] + return (long) __##rname( \ + ^ +/home/razvan/usoc/unikraft/lib/vfscore/main.c:590:10: note: ‘bytes’ was declared here + ssize_t bytes; + ^~~~~ +In file included from /home/razvan/usoc/unikraft/lib/vfscore/main.c:52: +/home/razvan/usoc/unikraft/lib/vfscore/main.c: In function ‘uk_syscall_e_pwrite64’: +/home/razvan/usoc/unikraft/include/uk/errptr.h:51:3: warning: ‘bytes’ may be used uninitialized in this function [-Wmaybe-uninitialized] + && (__sptr)(ptr) >= -(__sptr)(MAXERRNO)) + ^~ +/home/razvan/usoc/unikraft/lib/vfscore/main.c:590:10: note: ‘bytes’ was declared here + ssize_t bytes; + ^~~~~ +In file included from /home/razvan/usoc/unikraft/lib/vfscore/main.c:55: +/home/razvan/usoc/unikraft/lib/vfscore/main.c: In function ‘uk_syscall_r_pwrite64’: +/home/razvan/usoc/unikraft/lib/syscall_shim/include/uk/syscall.h:250:10: warning: ‘bytes’ may be used uninitialized in this function [-Wmaybe-uninitialized] + return (long) __##rname( \ + ^ +/home/razvan/usoc/unikraft/lib/vfscore/main.c:590:10: note: ‘bytes’ was declared here + ssize_t bytes; +```",1.0," Build warning in `lib/vfscore/main.c` - ### Describe the bug + +When using [`lib-newlib`](https://github.com/unikraft/lib-newlib) there is a build warning around `write` system calls. + +**Hackathon points**: 20 + +### Steps to reproduce + +Add `newlibc` dependency to your build. This is a sample `kraft.yaml` config for this: + +``` +--- +specification: '0.5' +name: helloworld +unikraft: + version: 0.10.0 +targets: + - architecture: x86_64 + platform: linuxu + - architecture: x86_64 + platform: kvm + - architecture: x86_64 + platform: xen + - architecture: arm64 + platform: linuxu + - architecture: arm64 + platform: kvm + - architecture: arm + platform: linuxu +libraries: + newlib: + version: 0.10.0 + kconfig: + - CONFIG_LIBNEWLIBC=y +``` + +### Expected behavior + +There should be no build warnings. + +### Which architectures were you using or does this bug affect? + +x86_64 + +### Which platforms were you using or does this bug affect? + +kvm + +### Relevant log output + +```shell +In file included from /home/razvan/usoc/unikraft/lib/vfscore/main.c:52: +/home/razvan/usoc/unikraft/lib/vfscore/main.c: In function ‘uk_syscall_e_pwritev’: +/home/razvan/usoc/unikraft/include/uk/errptr.h:51:3: warning: ‘bytes’ may be used uninitialized in this function [-Wmaybe-uninitialized] + && (__sptr)(ptr) >= -(__sptr)(MAXERRNO)) + ^~ +/home/razvan/usoc/unikraft/lib/vfscore/main.c:590:10: note: ‘bytes’ was declared here + ssize_t bytes; + ^~~~~ +In file included from /home/razvan/usoc/unikraft/lib/vfscore/main.c:55: +/home/razvan/usoc/unikraft/lib/vfscore/main.c: In function ‘uk_syscall_r_pwritev’: +/home/razvan/usoc/unikraft/lib/syscall_shim/include/uk/syscall.h:250:10: warning: ‘bytes’ may be used uninitialized in this function [-Wmaybe-uninitialized] + return (long) __##rname( \ + ^ +/home/razvan/usoc/unikraft/lib/vfscore/main.c:590:10: note: ‘bytes’ was declared here + ssize_t bytes; + ^~~~~ +In file included from /home/razvan/usoc/unikraft/lib/vfscore/main.c:52: +/home/razvan/usoc/unikraft/lib/vfscore/main.c: In function ‘uk_syscall_e_pwrite64’: +/home/razvan/usoc/unikraft/include/uk/errptr.h:51:3: warning: ‘bytes’ may be used uninitialized in this function [-Wmaybe-uninitialized] + && (__sptr)(ptr) >= -(__sptr)(MAXERRNO)) + ^~ +/home/razvan/usoc/unikraft/lib/vfscore/main.c:590:10: note: ‘bytes’ was declared here + ssize_t bytes; + ^~~~~ +In file included from /home/razvan/usoc/unikraft/lib/vfscore/main.c:55: +/home/razvan/usoc/unikraft/lib/vfscore/main.c: In function ‘uk_syscall_r_pwrite64’: +/home/razvan/usoc/unikraft/lib/syscall_shim/include/uk/syscall.h:250:10: warning: ‘bytes’ may be used uninitialized in this function [-Wmaybe-uninitialized] + return (long) __##rname( \ + ^ +/home/razvan/usoc/unikraft/lib/vfscore/main.c:590:10: note: ‘bytes’ was declared here + ssize_t bytes; +```",0, build warning in lib vfscore main c describe the bug when using there is a build warning around write system calls hackathon points steps to reproduce add newlibc dependency to your build this is a sample kraft yaml config for this specification name helloworld unikraft version targets architecture platform linuxu architecture platform kvm architecture platform xen architecture platform linuxu architecture platform kvm architecture arm platform linuxu libraries newlib version kconfig config libnewlibc y expected behavior there should be no build warnings which architectures were you using or does this bug affect which platforms were you using or does this bug affect kvm relevant log output shell in file included from home razvan usoc unikraft lib vfscore main c home razvan usoc unikraft lib vfscore main c in function ‘uk syscall e pwritev’ home razvan usoc unikraft include uk errptr h warning ‘bytes’ may be used uninitialized in this function sptr ptr sptr maxerrno home razvan usoc unikraft lib vfscore main c note ‘bytes’ was declared here ssize t bytes in file included from home razvan usoc unikraft lib vfscore main c home razvan usoc unikraft lib vfscore main c in function ‘uk syscall r pwritev’ home razvan usoc unikraft lib syscall shim include uk syscall h warning ‘bytes’ may be used uninitialized in this function return long rname home razvan usoc unikraft lib vfscore main c note ‘bytes’ was declared here ssize t bytes in file included from home razvan usoc unikraft lib vfscore main c home razvan usoc unikraft lib vfscore main c in function ‘uk syscall e ’ home razvan usoc unikraft include uk errptr h warning ‘bytes’ may be used uninitialized in this function sptr ptr sptr maxerrno home razvan usoc unikraft lib vfscore main c note ‘bytes’ was declared here ssize t bytes in file included from home razvan usoc unikraft lib vfscore main c home razvan usoc unikraft lib vfscore main c in function ‘uk syscall r ’ home razvan usoc unikraft lib syscall shim include uk syscall h warning ‘bytes’ may be used uninitialized in this function return long rname home razvan usoc unikraft lib vfscore main c note ‘bytes’ was declared here ssize t bytes ,0 +802309,28931569366.0,IssuesEvent,2023-05-09 00:06:37,Square789/PydayNightFunkin,https://api.github.com/repos/Square789/PydayNightFunkin,opened,Settings menu,enhancement priority: low,"This one's definitely gonna include more than what the base game's does. Also make it less janky, good lord. +",1.0,"Settings menu - This one's definitely gonna include more than what the base game's does. Also make it less janky, good lord. +",0,settings menu this one s definitely gonna include more than what the base game s does also make it less janky good lord ,0 +264525,23122215774.0,IssuesEvent,2022-07-27 23:11:04,mehah/otclient,https://api.github.com/repos/mehah/otclient,closed,pool.cpp removed,Priority: High Status: Pending Test Type: Bug,"### Priority + +High + +### Area + +- [ ] Data +- [X] Source +- [ ] Docker +- [ ] Other + +### What happened? + +File framework/graphics/pool.cpp was removed from the repo in the latest commit but not removed from CMakeLists.txt causing compiler issue + +``` +CMake Error at C:/vcpkg/scripts/buildsystems/vcpkg.cmake:573 (_add_executable): + Cannot find source file: + + framework/graphics/pool.cpp + + Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h + .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc C:/vcpkg/scripts/buildsystems/vcpkg.cmake 573 +``` + +### What OS are you seeing the problem on? + +Linux, Windows + +### Code of Conduct + +- [X] I agree to follow this project's Code of Conduct",1.0,"pool.cpp removed - ### Priority + +High + +### Area + +- [ ] Data +- [X] Source +- [ ] Docker +- [ ] Other + +### What happened? + +File framework/graphics/pool.cpp was removed from the repo in the latest commit but not removed from CMakeLists.txt causing compiler issue + +``` +CMake Error at C:/vcpkg/scripts/buildsystems/vcpkg.cmake:573 (_add_executable): + Cannot find source file: + + framework/graphics/pool.cpp + + Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h + .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc C:/vcpkg/scripts/buildsystems/vcpkg.cmake 573 +``` + +### What OS are you seeing the problem on? + +Linux, Windows + +### Code of Conduct + +- [X] I agree to follow this project's Code of Conduct",0,pool cpp removed priority high area data source docker other what happened file framework graphics pool cpp was removed from the repo in the latest commit but not removed from cmakelists txt causing compiler issue cmake error at c vcpkg scripts buildsystems vcpkg cmake add executable cannot find source file framework graphics pool cpp tried extensions c c c cc cpp cxx cu mpp m m mm ixx cppm h hh h hm hpp hxx in txx f f for hip ispc c vcpkg scripts buildsystems vcpkg cmake what os are you seeing the problem on linux windows code of conduct i agree to follow this project s code of conduct,0 +11235,28506255919.0,IssuesEvent,2023-04-18 21:46:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,SLA/HW configuration is incorrect in picture,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"SLA/HW configuration combination is incorrect in picture in section ""SLA offered by Availability Zones"". +The SLA for single VMs using **HDD** for the OS disk is 95%. The picture mentions Premium (which requires **SSD**). Easiest fix is to change the picture so that instead of HDD, it would say SSD. + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Building solutions for high availability using Availability Zones - High Availability](https://docs.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/high-availability/building-solutions-for-high-availability.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"SLA/HW configuration is incorrect in picture - SLA/HW configuration combination is incorrect in picture in section ""SLA offered by Availability Zones"". +The SLA for single VMs using **HDD** for the OS disk is 95%. The picture mentions Premium (which requires **SSD**). Easiest fix is to change the picture so that instead of HDD, it would say SSD. + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Building solutions for high availability using Availability Zones - High Availability](https://docs.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/high-availability/building-solutions-for-high-availability.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,sla hw configuration is incorrect in picture sla hw configuration combination is incorrect in picture in section sla offered by availability zones the sla for single vms using hdd for the os disk is the picture mentions premium which requires ssd easiest fix is to change the picture so that instead of hdd it would say ssd document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias pnp ,1 +130818,27770783782.0,IssuesEvent,2023-03-16 14:21:02,veracode-demo-labs/verademo-dotnetcore,https://api.github.com/repos/veracode-demo-labs/verademo-dotnetcore,opened,Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)') [VID:55],VeracodeFlaw: Medium Veracode Policy Scan,"**Filename:** accountcontroller.cs + +**Line:** 282 + +**CWE:** 80 (Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)')) + +This call to microsoft_aspnetcore_mvc_core_dll.Microsoft.AspNetCore.Mvc.ControllerBase.Content() contains a cross-site scripting (XSS) flaw. The application populates the HTTP response with untrusted input, allowing an attacker to embed malicious content, such as Javascript code, which will be executed in the context of the victim's browser. XSS vulnerabilities are commonly exploited to steal or manipulate cookies, modify presentation of content, and compromise confidential information, with new attack vectors being discovered on a regular basis. The first argument to Content() contains tainted data from the variable Concat(). The tainted data originated from earlier calls to app_dll.VirtualController.vc_mvcentry, and app_dll.Verademo.Controllers.AccountController.GetPasswordHint. Use contextual escaping on all untrusted data before using it to construct any portion of an HTTP response. The escaping method should be chosen based on the specific use case of the untrusted data, otherwise it may not protect fully against the attack. For example, if the data is being written to the body of an HTML page, use HTML entity escaping; if the data is being written to an attribute, use attribute escaping; etc. Both the OWASP Java Encoder library and the Microsoft AntiXSS library provide contextual escaping methods. For more details on contextual escaping, see https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.md. In addition, as a best practice, always validate untrusted input to ensure that it conforms to the expected format, using centralized data validation routines when possible. References: CWE OWASP Supported Cleansers",2.0,"Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)') [VID:55] - **Filename:** accountcontroller.cs + +**Line:** 282 + +**CWE:** 80 (Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)')) + +This call to microsoft_aspnetcore_mvc_core_dll.Microsoft.AspNetCore.Mvc.ControllerBase.Content() contains a cross-site scripting (XSS) flaw. The application populates the HTTP response with untrusted input, allowing an attacker to embed malicious content, such as Javascript code, which will be executed in the context of the victim's browser. XSS vulnerabilities are commonly exploited to steal or manipulate cookies, modify presentation of content, and compromise confidential information, with new attack vectors being discovered on a regular basis. The first argument to Content() contains tainted data from the variable Concat(). The tainted data originated from earlier calls to app_dll.VirtualController.vc_mvcentry, and app_dll.Verademo.Controllers.AccountController.GetPasswordHint. Use contextual escaping on all untrusted data before using it to construct any portion of an HTTP response. The escaping method should be chosen based on the specific use case of the untrusted data, otherwise it may not protect fully against the attack. For example, if the data is being written to the body of an HTML page, use HTML entity escaping; if the data is being written to an attribute, use attribute escaping; etc. Both the OWASP Java Encoder library and the Microsoft AntiXSS library provide contextual escaping methods. For more details on contextual escaping, see https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.md. In addition, as a best practice, always validate untrusted input to ensure that it conforms to the expected format, using centralized data validation routines when possible. References: CWE OWASP Supported Cleansers",0,improper neutralization of script related html tags in a web page basic xss cross site scripting xss filename accountcontroller cs line cwe improper neutralization of script related html tags in a web page basic xss cross site scripting xss this call to microsoft aspnetcore mvc core dll microsoft aspnetcore mvc controllerbase content contains a cross site scripting xss flaw the application populates the http response with untrusted input allowing an attacker to embed malicious content such as javascript code which will be executed in the context of the victim s browser xss vulnerabilities are commonly exploited to steal or manipulate cookies modify presentation of content and compromise confidential information with new attack vectors being discovered on a regular basis the first argument to content contains tainted data from the variable concat the tainted data originated from earlier calls to app dll virtualcontroller vc mvcentry and app dll verademo controllers accountcontroller getpasswordhint use contextual escaping on all untrusted data before using it to construct any portion of an http response the escaping method should be chosen based on the specific use case of the untrusted data otherwise it may not protect fully against the attack for example if the data is being written to the body of an html page use html entity escaping if the data is being written to an attribute use attribute escaping etc both the owasp java encoder library and the microsoft antixss library provide contextual escaping methods for more details on contextual escaping see in addition as a best practice always validate untrusted input to ensure that it conforms to the expected format using centralized data validation routines when possible references ,0 +308467,9439513156.0,IssuesEvent,2019-04-14 11:07:19,yalla-coop/earwig,https://api.github.com/repos/yalla-coop/earwig,closed,I can use a navbar to navigate around the site,T2h priority-2,"Please refer to Figma screens for the different types of navbars depending on page + +- [x] navbar without search input +- [x] navbar with search input +- [x] dropdown menu + +Menu includes the following user stories: +- [x] I can navigate to Search section (mobile only) +- [x] I can navigate to Your Profile section +- [x] I can navigate to an FAQ section, which is a static page +- [x] I can navigate to Explainer videos section, which is a static page +- [x] I can navigate to Useful links section, which is a static page +- [x] I can navigate to Help shape earwig section, which is a static page +- [x] I can navigate to Terms & conditions section, which is a static page +- [x] As a user, I can log out ",1.0,"I can use a navbar to navigate around the site - Please refer to Figma screens for the different types of navbars depending on page + +- [x] navbar without search input +- [x] navbar with search input +- [x] dropdown menu + +Menu includes the following user stories: +- [x] I can navigate to Search section (mobile only) +- [x] I can navigate to Your Profile section +- [x] I can navigate to an FAQ section, which is a static page +- [x] I can navigate to Explainer videos section, which is a static page +- [x] I can navigate to Useful links section, which is a static page +- [x] I can navigate to Help shape earwig section, which is a static page +- [x] I can navigate to Terms & conditions section, which is a static page +- [x] As a user, I can log out ",0,i can use a navbar to navigate around the site please refer to figma screens for the different types of navbars depending on page navbar without search input navbar with search input dropdown menu menu includes the following user stories i can navigate to search section mobile only i can navigate to your profile section i can navigate to an faq section which is a static page i can navigate to explainer videos section which is a static page i can navigate to useful links section which is a static page i can navigate to help shape earwig section which is a static page i can navigate to terms conditions section which is a static page as a user i can log out ,0 +5448,2575993701.0,IssuesEvent,2015-02-12 05:07:46,astropy/astropy,https://api.github.com/repos/astropy/astropy,closed,dev version number is wrong if in a non-astropy git directory,astropy-helpers Bug Low Priority,"I noticed this today while running some of the astropy tutorials. If I went into python from the tutorials directory, and did ``astropy.__version__``, to my surprise it said ``'0.4.dev280'``. But if I do the same in some other (non-git) directoy, it correctly reported something like ``'0.4.dev8896'`` + +I think what's happening here is that the version package is getting the git dev# from the local directory, thinking that we're in astropy... but of course that's wrong, because it's not actually in the astropy source dir. The solution is presumably to check somehow if we're in the astropy directory, and use the local dev# if so, otherwise fall back on the ""last generated"" scheme. @embray, does that make sense to you? (I think you wrote the last iteration of the version stuff?)",1.0,"dev version number is wrong if in a non-astropy git directory - I noticed this today while running some of the astropy tutorials. If I went into python from the tutorials directory, and did ``astropy.__version__``, to my surprise it said ``'0.4.dev280'``. But if I do the same in some other (non-git) directoy, it correctly reported something like ``'0.4.dev8896'`` + +I think what's happening here is that the version package is getting the git dev# from the local directory, thinking that we're in astropy... but of course that's wrong, because it's not actually in the astropy source dir. The solution is presumably to check somehow if we're in the astropy directory, and use the local dev# if so, otherwise fall back on the ""last generated"" scheme. @embray, does that make sense to you? (I think you wrote the last iteration of the version stuff?)",0,dev version number is wrong if in a non astropy git directory i noticed this today while running some of the astropy tutorials if i went into python from the tutorials directory and did astropy version to my surprise it said but if i do the same in some other non git directoy it correctly reported something like i think what s happening here is that the version package is getting the git dev from the local directory thinking that we re in astropy but of course that s wrong because it s not actually in the astropy source dir the solution is presumably to check somehow if we re in the astropy directory and use the local dev if so otherwise fall back on the last generated scheme embray does that make sense to you i think you wrote the last iteration of the version stuff ,0 +67412,12956227288.0,IssuesEvent,2020-07-20 07:52:14,Regalis11/Barotrauma,https://api.github.com/repos/Regalis11/Barotrauma,closed,Connected docking ports are not updated for the Nav Terminal,Bug Code,"Connected docking ports are checked at the start, but never updated even though the code suggests that they should be updated at set intervals. Therefore, you can disconnect old docking ports after starting the game and the ""Dock"" and ""Undock"" prompts will still be there for the port, even though it won't receive the signal if the button is pressed. The docking mode also won't be enabled for docking ports connected mid-game if they were disconnected at the start. + +Steps to repro: + +1. Start a new campaign with the Dugong +2. Leave the starting outpost +3. Power up the reactor and set the sub on autopilot to maintain the position near the outpost docking port +4. Open the Nav Terminal interface to see the ""Dock"" button +5. Open the rewiring interface for the Nav Terminal and remove the wires from the ""toggle_docking"" connection +6. Open the Nav Terminal to still see the ""Dock"" button +7. Press the ""Dock"" button to see that nothing will happen",1.0,"Connected docking ports are not updated for the Nav Terminal - Connected docking ports are checked at the start, but never updated even though the code suggests that they should be updated at set intervals. Therefore, you can disconnect old docking ports after starting the game and the ""Dock"" and ""Undock"" prompts will still be there for the port, even though it won't receive the signal if the button is pressed. The docking mode also won't be enabled for docking ports connected mid-game if they were disconnected at the start. + +Steps to repro: + +1. Start a new campaign with the Dugong +2. Leave the starting outpost +3. Power up the reactor and set the sub on autopilot to maintain the position near the outpost docking port +4. Open the Nav Terminal interface to see the ""Dock"" button +5. Open the rewiring interface for the Nav Terminal and remove the wires from the ""toggle_docking"" connection +6. Open the Nav Terminal to still see the ""Dock"" button +7. Press the ""Dock"" button to see that nothing will happen",0,connected docking ports are not updated for the nav terminal connected docking ports are checked at the start but never updated even though the code suggests that they should be updated at set intervals therefore you can disconnect old docking ports after starting the game and the dock and undock prompts will still be there for the port even though it won t receive the signal if the button is pressed the docking mode also won t be enabled for docking ports connected mid game if they were disconnected at the start steps to repro start a new campaign with the dugong leave the starting outpost power up the reactor and set the sub on autopilot to maintain the position near the outpost docking port open the nav terminal interface to see the dock button open the rewiring interface for the nav terminal and remove the wires from the toggle docking connection open the nav terminal to still see the dock button press the dock button to see that nothing will happen,0 +11404,30349001323.0,IssuesEvent,2023-07-11 17:26:46,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Jupyter Notebook link not working,assigned-to-author docs-experience triaged architecture-center/svc Pri2 azure-guide/subsvc,"Jupyter Notebook link not working + +(404 error) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: aa815b05-e4be-75fd-04bb-9136b6228502 +* Version Independent ID: aa815b05-e4be-75fd-04bb-9136b6228502 +* Content: [Conversation summarization - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/ai/conversation-summarization) +* Content Source: [docs/guide/ai/conversation-summarization.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/ai/conversation-summarization.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @mejani +* Microsoft Alias: **mejani**",1.0,"Jupyter Notebook link not working - Jupyter Notebook link not working + +(404 error) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: aa815b05-e4be-75fd-04bb-9136b6228502 +* Version Independent ID: aa815b05-e4be-75fd-04bb-9136b6228502 +* Content: [Conversation summarization - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/ai/conversation-summarization) +* Content Source: [docs/guide/ai/conversation-summarization.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/ai/conversation-summarization.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @mejani +* Microsoft Alias: **mejani**",1,jupyter notebook link not working jupyter notebook link not working error document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login mejani microsoft alias mejani ,1 +562823,16670475424.0,IssuesEvent,2021-06-07 10:11:11,OpenNebula/one,https://api.github.com/repos/OpenNebula/one,closed,Unable to add files to FILES_DS once VM is instantiated,Category: Sunstone Priority: Normal Status: Accepted Type: Feature,"/!\ To report a **security issue** please follow this procedure: + [https://github.com/OpenNebula/one/wiki/Vulnerability-Management-Process] + +**Description** +Trying to modify context for already created VM will not work with context files and therefore no way to add actual files to be used by ``INIT_SCRIPTS`` (this context value itself can be updated though). Also there is no way to pick files as is in VM template but even copy-pasting the right value (from another VM where ``FILES_DS`` was set in template and then instantiated) will not work. + +**To Reproduce** + +1. Add some scripts/files to OpenNebula (storage files) +2. Create one VM template with ``FILES_DS`` already set and instantiate it (we will need it) - ``VM1`` +3. Instantiate another VM **without** ``FILES_DS`` - ``VM2`` +4. Click on the ``VM1``, tab **Conf** and **Update Configuration** button, follow with tab **Context** and **Files** +5. Copy the field ``FILES_DS`` +6. Click on the ``VM2``, tab **Conf** and **Update Configuration** button, follow with tab **Context** and **Files** +7. Here is ``FILES_DS`` empty (as expected) but no way to pick any files - we must paste the value what we copied before +8. Click on **Update** and check the ``FILES_DS`` again +9. ``FILES_DS`` was not set - it is still empty + +**Expected behavior** +When I try to update context of already created VM then I would like to be able to pick files as is done in template and update the VM context with this new context. + +**Details** + - Affected Component: Sunstone + - Hypervisor: all + - Version: 5.10 and 5.13.90 + + + + + + + +## Progress Status +- [ ] Branch created +- [ ] Code committed to development branch +- [ ] Testing - QA +- [ ] Documentation +- [ ] Release notes - resolved issues, compatibility, known issues +- [ ] Code committed to upstream release/hotfix branches +- [ ] Documentation committed to upstream release/hotfix branches +",1.0,"Unable to add files to FILES_DS once VM is instantiated - /!\ To report a **security issue** please follow this procedure: + [https://github.com/OpenNebula/one/wiki/Vulnerability-Management-Process] + +**Description** +Trying to modify context for already created VM will not work with context files and therefore no way to add actual files to be used by ``INIT_SCRIPTS`` (this context value itself can be updated though). Also there is no way to pick files as is in VM template but even copy-pasting the right value (from another VM where ``FILES_DS`` was set in template and then instantiated) will not work. + +**To Reproduce** + +1. Add some scripts/files to OpenNebula (storage files) +2. Create one VM template with ``FILES_DS`` already set and instantiate it (we will need it) - ``VM1`` +3. Instantiate another VM **without** ``FILES_DS`` - ``VM2`` +4. Click on the ``VM1``, tab **Conf** and **Update Configuration** button, follow with tab **Context** and **Files** +5. Copy the field ``FILES_DS`` +6. Click on the ``VM2``, tab **Conf** and **Update Configuration** button, follow with tab **Context** and **Files** +7. Here is ``FILES_DS`` empty (as expected) but no way to pick any files - we must paste the value what we copied before +8. Click on **Update** and check the ``FILES_DS`` again +9. ``FILES_DS`` was not set - it is still empty + +**Expected behavior** +When I try to update context of already created VM then I would like to be able to pick files as is done in template and update the VM context with this new context. + +**Details** + - Affected Component: Sunstone + - Hypervisor: all + - Version: 5.10 and 5.13.90 + + + + + + + +## Progress Status +- [ ] Branch created +- [ ] Code committed to development branch +- [ ] Testing - QA +- [ ] Documentation +- [ ] Release notes - resolved issues, compatibility, known issues +- [ ] Code committed to upstream release/hotfix branches +- [ ] Documentation committed to upstream release/hotfix branches +",0,unable to add files to files ds once vm is instantiated to report a security issue please follow this procedure description trying to modify context for already created vm will not work with context files and therefore no way to add actual files to be used by init scripts this context value itself can be updated though also there is no way to pick files as is in vm template but even copy pasting the right value from another vm where files ds was set in template and then instantiated will not work to reproduce add some scripts files to opennebula storage files create one vm template with files ds already set and instantiate it we will need it instantiate another vm without files ds click on the tab conf and update configuration button follow with tab context and files copy the field files ds click on the tab conf and update configuration button follow with tab context and files here is files ds empty as expected but no way to pick any files we must paste the value what we copied before click on update and check the files ds again files ds was not set it is still empty expected behavior when i try to update context of already created vm then i would like to be able to pick files as is done in template and update the vm context with this new context details affected component sunstone hypervisor all version and progress status branch created code committed to development branch testing qa documentation release notes resolved issues compatibility known issues code committed to upstream release hotfix branches documentation committed to upstream release hotfix branches ,0 +268536,23377424417.0,IssuesEvent,2022-08-11 05:44:16,void-linux/void-packages,https://api.github.com/repos/void-linux/void-packages,closed,`gnome-characters-42.0_1`: missing dependency `libadwaita`,bug needs-testing,"### Is this a new report? + +Yes + +### System Info + +Void 5.18.16_1 x86_64 GenuineIntel uptodate rFFFFFFFFFF + +### Package(s) Affected + +gnome-characters-42.0_1 + +### Does a report exist for this bug with the project's home (upstream) and/or another distro? + +_No response_ + +### Expected behaviour + +Gnome Characters runs and is usable. + +### Actual behaviour + +In the absence of missing dependency `libadwaita`, Gnome Characters does not start and displays no error message when ran graphically from applications menu. When ran from terminal, the following error is displayed: + +```text +Unsatisfied dependency: Adw +``` + +### Steps to reproduce + +1. Install package `gnome-characters`. +2. Make sure that package `libadwaita` is not installed. +3. Run Gnome Characters from terminal using command `/usr/bin/gnome-characters`. +4. Install package `libadwaita`. +5. Run Gnome Characters again. Now it should run fine either from terminal or from applications menu.",1.0,"`gnome-characters-42.0_1`: missing dependency `libadwaita` - ### Is this a new report? + +Yes + +### System Info + +Void 5.18.16_1 x86_64 GenuineIntel uptodate rFFFFFFFFFF + +### Package(s) Affected + +gnome-characters-42.0_1 + +### Does a report exist for this bug with the project's home (upstream) and/or another distro? + +_No response_ + +### Expected behaviour + +Gnome Characters runs and is usable. + +### Actual behaviour + +In the absence of missing dependency `libadwaita`, Gnome Characters does not start and displays no error message when ran graphically from applications menu. When ran from terminal, the following error is displayed: + +```text +Unsatisfied dependency: Adw +``` + +### Steps to reproduce + +1. Install package `gnome-characters`. +2. Make sure that package `libadwaita` is not installed. +3. Run Gnome Characters from terminal using command `/usr/bin/gnome-characters`. +4. Install package `libadwaita`. +5. Run Gnome Characters again. Now it should run fine either from terminal or from applications menu.",0, gnome characters missing dependency libadwaita is this a new report yes system info void genuineintel uptodate rffffffffff package s affected gnome characters does a report exist for this bug with the project s home upstream and or another distro no response expected behaviour gnome characters runs and is usable actual behaviour in the absence of missing dependency libadwaita gnome characters does not start and displays no error message when ran graphically from applications menu when ran from terminal the following error is displayed text unsatisfied dependency adw steps to reproduce install package gnome characters make sure that package libadwaita is not installed run gnome characters from terminal using command usr bin gnome characters install package libadwaita run gnome characters again now it should run fine either from terminal or from applications menu ,0 +78290,7625158668.0,IssuesEvent,2018-05-03 20:27:56,WikiWatershed/model-my-watershed,https://api.github.com/repos/WikiWatershed/model-my-watershed,closed,Calibrate Subbasin Timeouts,Sub-basin Modeling WPF tested/verified,Large sub-basin shapes will take longer than the default 45sec frontend time out for each part of the model. Calibrate a special sub-basin timeout based on staging performance.,1.0,Calibrate Subbasin Timeouts - Large sub-basin shapes will take longer than the default 45sec frontend time out for each part of the model. Calibrate a special sub-basin timeout based on staging performance.,0,calibrate subbasin timeouts large sub basin shapes will take longer than the default frontend time out for each part of the model calibrate a special sub basin timeout based on staging performance ,0 +4987,11941886650.0,IssuesEvent,2020-04-02 19:15:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Update for revision 4 HLI?,Pri2 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"Hi, would it be possible to update this page and diagram for revision 4 of HANA large instances? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 297fe58b-8232-9b2a-c92e-9f7f94ec3e4e +* Version Independent ID: 3da45f17-e475-f23e-c77f-465933ed02f4 +* Content: [Run SAP HANA on Azure Large Instances - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sap/hana-large-instances) +* Content Source: [docs/reference-architectures/sap/hana-large-instances.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/sap/hana-large-instances.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @lbrader +* Microsoft Alias: **pnp**",2.0,"Update for revision 4 HLI? - Hi, would it be possible to update this page and diagram for revision 4 of HANA large instances? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 297fe58b-8232-9b2a-c92e-9f7f94ec3e4e +* Version Independent ID: 3da45f17-e475-f23e-c77f-465933ed02f4 +* Content: [Run SAP HANA on Azure Large Instances - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sap/hana-large-instances) +* Content Source: [docs/reference-architectures/sap/hana-large-instances.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/sap/hana-large-instances.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @lbrader +* Microsoft Alias: **pnp**",1,update for revision hli hi would it be possible to update this page and diagram for revision of hana large instances document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login lbrader microsoft alias pnp ,1 +41672,12836512872.0,IssuesEvent,2020-07-07 14:27:43,GNS3/gns3-web-ui,https://api.github.com/repos/GNS3/gns3-web-ui,closed,CVE-2020-7608 (Medium) detected in yargs-parser-11.1.1.tgz,security vulnerability,"## CVE-2020-7608 - Medium Severity Vulnerability +
Vulnerable Library - yargs-parser-11.1.1.tgz

+ +

the mighty option parser used by yargs

+

Library home page: https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz

+

Path to dependency file: /tmp/ws-scm/gns3-web-ui/package.json

+

Path to vulnerable library: /tmp/ws-scm/gns3-web-ui/node_modules/protractor/node_modules/yargs-parser/package.json

+

+ +Dependency Hierarchy: + - protractor-5.4.4.tgz (Root Library) + - yargs-12.0.5.tgz + - :x: **yargs-parser-11.1.1.tgz** (Vulnerable Library) +

Found in HEAD commit: f0ec495ff41b611f048247d2919a7d1ebc5a2899

+

+
+

+
Vulnerability Details +

+ +yargs-parser could be tricked into adding or modifying properties of Object.prototype using a ""__proto__"" payload. + +

Publish Date: 2020-03-16 +

URL: CVE-2020-7608

+

+
+

+
CVSS 3 Score Details (5.3) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: Low + - Availability Impact: Low +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7608

+

Release Date: 2020-03-16

+

Fix Resolution: v18.1.1;13.1.2;15.0.1

+ +

+
+

+ +",True,"CVE-2020-7608 (Medium) detected in yargs-parser-11.1.1.tgz - ## CVE-2020-7608 - Medium Severity Vulnerability +
Vulnerable Library - yargs-parser-11.1.1.tgz

+ +

the mighty option parser used by yargs

+

Library home page: https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz

+

Path to dependency file: /tmp/ws-scm/gns3-web-ui/package.json

+

Path to vulnerable library: /tmp/ws-scm/gns3-web-ui/node_modules/protractor/node_modules/yargs-parser/package.json

+

+ +Dependency Hierarchy: + - protractor-5.4.4.tgz (Root Library) + - yargs-12.0.5.tgz + - :x: **yargs-parser-11.1.1.tgz** (Vulnerable Library) +

Found in HEAD commit: f0ec495ff41b611f048247d2919a7d1ebc5a2899

+

+
+

+
Vulnerability Details +

+ +yargs-parser could be tricked into adding or modifying properties of Object.prototype using a ""__proto__"" payload. + +

Publish Date: 2020-03-16 +

URL: CVE-2020-7608

+

+
+

+
CVSS 3 Score Details (5.3) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: Low + - Integrity Impact: Low + - Availability Impact: Low +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7608

+

Release Date: 2020-03-16

+

Fix Resolution: v18.1.1;13.1.2;15.0.1

+ +

+
+

+ +",0,cve medium detected in yargs parser tgz cve medium severity vulnerability vulnerable library yargs parser tgz the mighty option parser used by yargs library home page a href path to dependency file tmp ws scm web ui package json path to vulnerable library tmp ws scm web ui node modules protractor node modules yargs parser package json dependency hierarchy protractor tgz root library yargs tgz x yargs parser tgz vulnerable library found in head commit a href vulnerability details yargs parser could be tricked into adding or modifying properties of object prototype using a proto payload 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 low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails yargs parser could be tricked into adding or modifying properties of object prototype using a proto payload vulnerabilityurl ,0 +5002,11942335989.0,IssuesEvent,2020-04-02 20:06:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Kafka Streams API,Pri2 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc docs-experience triaged,"Kafka Streams API should also be present here for comparison. https://docs.microsoft.com/en-us/azure/hdinsight/kafka/apache-kafka-streams-api + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 957618b3-8d25-49c4-950c-0c044d68f443 +* Version Independent ID: 2ab67665-066b-fb14-9763-a12693b19bec +* Content: [Choosing a stream processing technology - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/stream-processing#feedback) +* Content Source: [docs/data-guide/technology-choices/stream-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/stream-processing.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"Kafka Streams API - Kafka Streams API should also be present here for comparison. https://docs.microsoft.com/en-us/azure/hdinsight/kafka/apache-kafka-streams-api + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 957618b3-8d25-49c4-950c-0c044d68f443 +* Version Independent ID: 2ab67665-066b-fb14-9763-a12693b19bec +* Content: [Choosing a stream processing technology - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/stream-processing#feedback) +* Content Source: [docs/data-guide/technology-choices/stream-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/stream-processing.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,kafka streams api kafka streams api should also be present here for comparison document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login zoinertejada microsoft alias pnp ,1 +214353,16558019123.0,IssuesEvent,2021-05-28 16:03:48,sarl/sarl,https://api.github.com/repos/sarl/sarl,closed,Add import in documentation for Active Annotations,2 - In progress Documentation enhancement,"I would suggest to include in the doc of [Active Annotations](http://www.sarl.io/docs/official/reference/general/ActiveAnnotations.html) to explicitly state that one needs to import this: + +```java +import org.eclipse.xtend.lib.annotations.Accessors +``` + + + +",1.0,"Add import in documentation for Active Annotations - I would suggest to include in the doc of [Active Annotations](http://www.sarl.io/docs/official/reference/general/ActiveAnnotations.html) to explicitly state that one needs to import this: + +```java +import org.eclipse.xtend.lib.annotations.Accessors +``` + + + +",0,add import in documentation for active annotations i would suggest to include in the doc of to explicitly state that one needs to import this java import org eclipse xtend lib annotations accessors huboard order milestone order custom state ,0 +117504,4716974105.0,IssuesEvent,2016-10-16 10:59:12,TauCetiStation/TauCetiClassic,https://api.github.com/repos/TauCetiStation/TauCetiClassic,closed,Трик перестал лечить берн урон.,bug priority: low," + +#### Подробное описание проблемы: +После недавнего обновления медицины обнаружилась проблема. Трикордразин (анти-токсин + инапровалин) перестал лечить берн урон. + +#### Что должно было произойти: +Трик должен лечить берн урон. + +#### Что произошло на самом деле: +Трик просто находится в организме. Берн урон не уменьшается. + +#### Как повторить: +Получить ожоги любой тяжести и вколоть в себя трик. + +#### Дополнительная информация: +",1.0,"Трик перестал лечить берн урон. - + +#### Подробное описание проблемы: +После недавнего обновления медицины обнаружилась проблема. Трикордразин (анти-токсин + инапровалин) перестал лечить берн урон. + +#### Что должно было произойти: +Трик должен лечить берн урон. + +#### Что произошло на самом деле: +Трик просто находится в организме. Берн урон не уменьшается. + +#### Как повторить: +Получить ожоги любой тяжести и вколоть в себя трик. + +#### Дополнительная информация: +",0,трик перестал лечить берн урон ответы оставлять под соответствующие заголовки они в самом низу после всех правил в одном репорте должно быть описание только одной проблемы корректное название репорта не менее важно чем описание ниже описание каждого пункта весь данный текст что уже написан до вас не удалять и не редактировать если нечего написать в тот или иной пункт просто оставить пустым не надо описывать пачку багов в одном репорте даже если там все описать можно парой слов шанс что их исправят за раз крайне мал а вот использовать на гите удобную функцию автозакрытия репорта при мерже пулл реквеста исправляющего данный репорт будет невозможно корректное и в меру подробное название репорта тоже очень важно чтобы даже не заходя в сам репорт было понятно что за проблема плохой пример ковер что мы должны понять из такого названия хороший пример некорректное отображение спрайтов ковра а вот так уже будет понятно о чем репорт это надо как минимум для того чтобы вам же самим было видно что репорта нейм еще нет или наоборот уже есть и это можно было понять не углубляясь в чтение каждого репорта внутри когда название не имеет конкретики из которого нельзя понять о чем репорт это также затрудняет функцию поиска подробное описание проблемы после недавнего обновления медицины обнаружилась проблема трикордразин анти токсин инапровалин перестал лечить берн урон что должно было произойти трик должен лечить берн урон что произошло на самом деле трик просто находится в организме берн урон не уменьшается как повторить получить ожоги любой тяжести и вколоть в себя трик дополнительная информация ,0 +407365,27612250333.0,IssuesEvent,2023-03-09 16:44:42,vin2706/Group-Project,https://api.github.com/repos/vin2706/Group-Project,closed,Project/Kanban Board,documentation,This the completed Project/Kanban. Created by @Abdirow. This board is on Zube.io,1.0,Project/Kanban Board - This the completed Project/Kanban. Created by @Abdirow. This board is on Zube.io,0,project kanban board this the completed project kanban created by abdirow this board is on zube io,0 +35341,2789878459.0,IssuesEvent,2015-05-08 22:07:03,google/google-visualization-api-issues,https://api.github.com/repos/google/google-visualization-api-issues,opened,"Annotated timeline Time range specify (or smart) limits, units",Priority-Low Type-Enhancement,"Original [issue 398](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=398) created by orwant on 2010-08-30T03:00:00.000Z: + +What would you like to see us add to this API? + +Currently, if you chart one day of data, the links at the top of the chart to change what's graphed go from 1 minute to 1y. There's only 1 DAY of data! So, everything from 5d+ should be hidden. ATL is smart enough to know that if you graph only one point per day, the timeline doesn't give you anything below 1d as a resolution... + +What component is this issue related to (PieChart, LineChart, DataTable, +Query, etc)? + +Annotated Timeline + +********************************************************* +For developers viewing this issue: please click the 'star' icon to be +notified of future changes, and to let us know how many of you are +interested in seeing it resolved. +********************************************************* +",1.0,"Annotated timeline Time range specify (or smart) limits, units - Original [issue 398](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=398) created by orwant on 2010-08-30T03:00:00.000Z: + +What would you like to see us add to this API? + +Currently, if you chart one day of data, the links at the top of the chart to change what's graphed go from 1 minute to 1y. There's only 1 DAY of data! So, everything from 5d+ should be hidden. ATL is smart enough to know that if you graph only one point per day, the timeline doesn't give you anything below 1d as a resolution... + +What component is this issue related to (PieChart, LineChart, DataTable, +Query, etc)? + +Annotated Timeline + +********************************************************* +For developers viewing this issue: please click the 'star' icon to be +notified of future changes, and to let us know how many of you are +interested in seeing it resolved. +********************************************************* +",0,annotated timeline time range specify or smart limits units original created by orwant on what would you like to see us add to this api currently if you chart one day of data the links at the top of the chart to change what s graphed go from minute to there s only day of data so everything from should be hidden atl is smart enough to know that if you graph only one point per day the timeline doesn t give you anything below as a resolution what component is this issue related to piechart linechart datatable query etc annotated timeline for developers viewing this issue please click the star icon to be notified of future changes and to let us know how many of you are interested in seeing it resolved ,0 +144484,5541086900.0,IssuesEvent,2017-03-22 11:52:39,OpenSRP/opensrp-client,https://api.github.com/repos/OpenSRP/opensrp-client,opened,Creating SDIDTK (Early childhold development) App,INDONESIA Medium Priority,"Creating Additional app in indonesia for monitoring early child development assessment + +- [ ] Creating SDIDTK (ECD) App + +- [ ] Migrating SDIDTK (ECD) to EC Data model",1.0,"Creating SDIDTK (Early childhold development) App - Creating Additional app in indonesia for monitoring early child development assessment + +- [ ] Creating SDIDTK (ECD) App + +- [ ] Migrating SDIDTK (ECD) to EC Data model",0,creating sdidtk early childhold development app creating additional app in indonesia for monitoring early child development assessment creating sdidtk ecd app migrating sdidtk ecd to ec data model,0 +516740,14987238723.0,IssuesEvent,2021-01-28 22:32:35,Blackoutburst/Wally,https://api.github.com/repos/Blackoutburst/Wally,closed,!s should stat check yourself instead of having to type your username everytime,easy feature low priority,Everything is in the title,1.0,!s should stat check yourself instead of having to type your username everytime - Everything is in the title,0, s should stat check yourself instead of having to type your username everytime everything is in the title,0 +10153,26415488037.0,IssuesEvent,2023-01-13 15:38:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing link in next steps,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc," +Under next steps + +wrong formatting (i think) has been applied resulting in a non functioning link : +[In-Memory OLTP overview and usage scenarios](/sql/relational-databases/in-memory-oltp/overview-and-usage-scenarios} + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: af4555db-76bc-15c1-6b17-ddf5be651b70 +* Version Independent ID: 3ec33db3-f67d-6786-aeb3-9737896088bf +* Content: [Online transaction processing (OLTP) - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/data-guide/relational-data/online-transaction-processing#scalability-capabilities) +* Content Source: [docs/data-guide/relational-data/online-transaction-processing.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-guide/relational-data/online-transaction-processing.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1.0,"Missing link in next steps - +Under next steps + +wrong formatting (i think) has been applied resulting in a non functioning link : +[In-Memory OLTP overview and usage scenarios](/sql/relational-databases/in-memory-oltp/overview-and-usage-scenarios} + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: af4555db-76bc-15c1-6b17-ddf5be651b70 +* Version Independent ID: 3ec33db3-f67d-6786-aeb3-9737896088bf +* Content: [Online transaction processing (OLTP) - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/data-guide/relational-data/online-transaction-processing#scalability-capabilities) +* Content Source: [docs/data-guide/relational-data/online-transaction-processing.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-guide/relational-data/online-transaction-processing.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @martinekuan +* Microsoft Alias: **architectures**",1,missing link in next steps under next steps wrong formatting i think has been applied resulting in a non functioning link sql relational databases in memory oltp overview and usage scenarios document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login martinekuan microsoft alias architectures ,1 +4954,11885383806.0,IssuesEvent,2020-03-27 19:30:16,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Software Quality vs Great Azure Architecture Pillars?,Pri2 architecture-center/svc assigned-to-author doc-bug reference-architecture/subsvc triaged,"In Microsoft Docs - there are 5 pillars of great software quality. However, in Microsoft Learn (https://docs.microsoft.com/en-us/learn/modules/pillars-of-a-great-azure-architecture/) - the definition is slightly different, it is 4 pillars of Great Azure Architecture instead. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 111d7b49-94b6-abd9-c21a-fb0bace59114 +* Version Independent ID: 5d9aa212-cbb2-803c-2ea9-6da76c7a9394 +* Content: [Pillars of software quality - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/pillars#feedback) +* Content Source: [docs/guide/pillars.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/pillars.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Software Quality vs Great Azure Architecture Pillars? - In Microsoft Docs - there are 5 pillars of great software quality. However, in Microsoft Learn (https://docs.microsoft.com/en-us/learn/modules/pillars-of-a-great-azure-architecture/) - the definition is slightly different, it is 4 pillars of Great Azure Architecture instead. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 111d7b49-94b6-abd9-c21a-fb0bace59114 +* Version Independent ID: 5d9aa212-cbb2-803c-2ea9-6da76c7a9394 +* Content: [Pillars of software quality - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/pillars#feedback) +* Content Source: [docs/guide/pillars.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/pillars.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,software quality vs great azure architecture pillars in microsoft docs there are pillars of great software quality however in microsoft learn the definition is slightly different it is pillars of great azure architecture instead document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +4036,10513257983.0,IssuesEvent,2019-09-27 20:05:07,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Excellent Article - Blurred / Unclear Images ,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc triaged,"Excellent article, very crisp and super useful guidance. However, the images are not clear, could be due to the font used and also the image quality. Could you please upload better images? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 36e200d2-2d51-4a8a-d8ef-4c03890c42d0 +* Version Independent ID: 12a83d63-c2cb-91ad-a3c6-b078d23d8a9d +* Content: [Monitoring and diagnostics guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/monitoring) +* Content Source: [docs/best-practices/monitoring.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/monitoring.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Excellent Article - Blurred / Unclear Images - Excellent article, very crisp and super useful guidance. However, the images are not clear, could be due to the font used and also the image quality. Could you please upload better images? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 36e200d2-2d51-4a8a-d8ef-4c03890c42d0 +* Version Independent ID: 12a83d63-c2cb-91ad-a3c6-b078d23d8a9d +* Content: [Monitoring and diagnostics guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/monitoring) +* Content Source: [docs/best-practices/monitoring.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/monitoring.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,excellent article blurred unclear images excellent article very crisp and super useful guidance however the images are not clear could be due to the font used and also the image quality could you please upload better images document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +251805,18975849715.0,IssuesEvent,2021-11-20 01:20:32,shift-dominicana/WaltCommerce,https://api.github.com/repos/shift-dominicana/WaltCommerce,opened,Diagram Entity - Relation for the buy process,documentation,"This design tasks are for measure the scope of the software at first glance. +Not is the definitive version but is the beginning. ",1.0,"Diagram Entity - Relation for the buy process - This design tasks are for measure the scope of the software at first glance. +Not is the definitive version but is the beginning. ",0,diagram entity relation for the buy process this design tasks are for measure the scope of the software at first glance not is the definitive version but is the beginning ,0 +511987,14886453316.0,IssuesEvent,2021-01-20 16:58:08,Weilbyte/PVEDiscordDark,https://api.github.com/repos/Weilbyte/PVEDiscordDark,closed,Usabillity bug,Kind: Bug 🐛 Priority: Low Status: In Progress,"When selecting a VM on the left in Server View, without dark mode there is a nice background that shows what vm you are working on. With Dark mode installed, there seems to have been replaced with a blue border. The thing is that the border disappears when cliking in another frame. + +See screenshot. When I click in red circle, the blue box goes away. The problem is that I was changing stuff on the wrong VM because of this. Without dark mode this would not have happened (just tested it) because the background stays. + +Love this dark mode though! Hope this helps. + +![Screenshot 2021-01-15 232509](https://user-images.githubusercontent.com/33238936/104780581-5433a300-5781-11eb-8522-128fa633360c.jpg) + + + +",1.0,"Usabillity bug - When selecting a VM on the left in Server View, without dark mode there is a nice background that shows what vm you are working on. With Dark mode installed, there seems to have been replaced with a blue border. The thing is that the border disappears when cliking in another frame. + +See screenshot. When I click in red circle, the blue box goes away. The problem is that I was changing stuff on the wrong VM because of this. Without dark mode this would not have happened (just tested it) because the background stays. + +Love this dark mode though! Hope this helps. + +![Screenshot 2021-01-15 232509](https://user-images.githubusercontent.com/33238936/104780581-5433a300-5781-11eb-8522-128fa633360c.jpg) + + + +",0,usabillity bug when selecting a vm on the left in server view without dark mode there is a nice background that shows what vm you are working on with dark mode installed there seems to have been replaced with a blue border the thing is that the border disappears when cliking in another frame see screenshot when i click in red circle the blue box goes away the problem is that i was changing stuff on the wrong vm because of this without dark mode this would not have happened just tested it because the background stays love this dark mode though hope this helps ,0 +11339,30117798473.0,IssuesEvent,2023-06-30 12:57:56,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,No queue?,assigned-to-author triaged product-question architecture-center/svc example-scenario/subsvc Pri2," +It is a bit disappointing that you don't have a temporal decoupling option on the flow path, at all, but model the system as synchronous all the way through to the databases. A system that needs robustness and high reliability will typically decouple the frontend (API) from the backend (DB) using a messaging layer, for instance using Azure Service Bus and/or Azure Event Hubs. + +A cache layer should probably also feature a bit more prominently in the diagram since product catalog browsing makes up 75% of the presented scenario's traffic. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 34ed51e6-265e-aae0-f552-0900a345b3be +* Version Independent ID: 34ed51e6-265e-aae0-f552-0900a345b3be +* Content: [Scalable cloud applications and SRE - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/apps/scalable-apps-performance-modeling-site-reliability) +* Content Source: [docs/example-scenario/apps/scalable-apps-performance-modeling-site-reliability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/apps/scalable-apps-performance-modeling-site-reliability.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @martinekuan +* Microsoft Alias: **subhajch**",1.0,"No queue? - +It is a bit disappointing that you don't have a temporal decoupling option on the flow path, at all, but model the system as synchronous all the way through to the databases. A system that needs robustness and high reliability will typically decouple the frontend (API) from the backend (DB) using a messaging layer, for instance using Azure Service Bus and/or Azure Event Hubs. + +A cache layer should probably also feature a bit more prominently in the diagram since product catalog browsing makes up 75% of the presented scenario's traffic. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 34ed51e6-265e-aae0-f552-0900a345b3be +* Version Independent ID: 34ed51e6-265e-aae0-f552-0900a345b3be +* Content: [Scalable cloud applications and SRE - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/apps/scalable-apps-performance-modeling-site-reliability) +* Content Source: [docs/example-scenario/apps/scalable-apps-performance-modeling-site-reliability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/apps/scalable-apps-performance-modeling-site-reliability.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @martinekuan +* Microsoft Alias: **subhajch**",1,no queue it is a bit disappointing that you don t have a temporal decoupling option on the flow path at all but model the system as synchronous all the way through to the databases a system that needs robustness and high reliability will typically decouple the frontend api from the backend db using a messaging layer for instance using azure service bus and or azure event hubs a cache layer should probably also feature a bit more prominently in the diagram since product catalog browsing makes up of the presented scenario s traffic document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login martinekuan microsoft alias subhajch ,1 +9391,24491813812.0,IssuesEvent,2022-10-10 03:25:24,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Spelling mistake in Title,doc-enhancement cxp triaged architecture-center/svc Pri1 azure-guide/subsvc,"Hi - The title of the Page is shown as ""Queue-Based Load Leveling pattern"". + +I believe the correct spelling for ""Leveling"" is ""Levelling"". Looks like one ""L"" is missing. + +Thanks! +-Mathew James + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: e0b2b229-0cae-3ba9-180c-5aab1a5a4897 +* Version Independent ID: 85c2c9d6-cef4-9a7c-a512-ecdd69e1b456 +* Content: [Queue-Based Load Leveling pattern - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/queue-based-load-leveling) +* Content Source: [docs/patterns/queue-based-load-leveling.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/queue-based-load-leveling.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Spelling mistake in Title - Hi - The title of the Page is shown as ""Queue-Based Load Leveling pattern"". + +I believe the correct spelling for ""Leveling"" is ""Levelling"". Looks like one ""L"" is missing. + +Thanks! +-Mathew James + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: e0b2b229-0cae-3ba9-180c-5aab1a5a4897 +* Version Independent ID: 85c2c9d6-cef4-9a7c-a512-ecdd69e1b456 +* Content: [Queue-Based Load Leveling pattern - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/queue-based-load-leveling) +* Content Source: [docs/patterns/queue-based-load-leveling.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/queue-based-load-leveling.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,spelling mistake in title hi the title of the page is shown as queue based load leveling pattern i believe the correct spelling for leveling is levelling looks like one l is missing thanks mathew james document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures ,1 +1111,2528493324.0,IssuesEvent,2015-01-22 03:51:48,thewizardplusplus/wizard-diary,https://api.github.com/repos/thewizardplusplus/wizard-diary,opened,"Отображать заголовок страницы на страницах из подменю ""Прочее""",design feature,"Для основных страниц, присутствующих на первом уровне главного меню, заголовок отображать не нужно — название текущей страницы выделено в главном меню. Для страниц же из подменю «Прочее» этого не происходит — ведь подменю по умолчанию скрыто. Поэтому необходимо всегда отображать их название явно.",1.0,"Отображать заголовок страницы на страницах из подменю ""Прочее"" - Для основных страниц, присутствующих на первом уровне главного меню, заголовок отображать не нужно — название текущей страницы выделено в главном меню. Для страниц же из подменю «Прочее» этого не происходит — ведь подменю по умолчанию скрыто. Поэтому необходимо всегда отобра��ать их название явно.",0,отображать заголовок страницы на страницах из подменю прочее для основных страниц присутствующих на первом уровне главного меню заголовок отображать не нужно mdash название текущей страницы выделено в главном меню для страниц же из подменю laquo прочее raquo этого не происходит mdash ведь подменю по умолчанию скрыто поэтому необходимо всегда отображать их название явно ,0 +38318,8756560579.0,IssuesEvent,2018-12-14 18:09:11,supertuxkart/stk-code,https://api.github.com/repos/supertuxkart/stk-code,closed,"Can always hear bubble gum pop sound, no matter how far away kart is",C:Audio P4: minor T: defect,"## Description +In online racing, if the bubble gum of a kart far, far away goes “pop” you seem to be able to hear is at full volume still. + +## Steps to reproduce +1. Race online +2. Wait until an opponent's bubble gum goes pop (the opponent must be far away) + +Expected result: You don't hear it or very quietly only because the opponent is far away +Actual result: You hear the sound at full volume + +Not sure if it's actually related to online racing, but that's just what I noticed when racing online. + +## Configuration + +STK release version: 0.10-git",1.0,"Can always hear bubble gum pop sound, no matter how far away kart is - ## Description +In online racing, if the bubble gum of a kart far, far away goes “pop” you seem to be able to hear is at full volume still. + +## Steps to reproduce +1. Race online +2. Wait until an opponent's bubble gum goes pop (the opponent must be far away) + +Expected result: You don't hear it or very quietly only because the opponent is far away +Actual result: You hear the sound at full volume + +Not sure if it's actually related to online racing, but that's just what I noticed when racing online. + +## Configuration + +STK release version: 0.10-git",0,can always hear bubble gum pop sound no matter how far away kart is description in online racing if the bubble gum of a kart far far away goes “pop” you seem to be able to hear is at full volume still steps to reproduce race online wait until an opponent s bubble gum goes pop the opponent must be far away expected result you don t hear it or very quietly only because the opponent is far away actual result you hear the sound at full volume not sure if it s actually related to online racing but that s just what i noticed when racing online configuration stk release version git,0 +9631,24934257579.0,IssuesEvent,2022-10-31 14:03:09,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,HELLO WOLD,cxp triaged architecture-center/svc Pri2 azure-guide/subsvc," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 064087b4-3a9c-21a1-04e6-af522f587157 +* Version Independent ID: 1d2dd6fd-4dcd-5d6e-a148-4edadbff9bf4 +* Content: [Serverless functions architecture design - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/serverless-quest/serverless-overview) +* Content Source: [docs/serverless-quest/serverless-overview.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/serverless-quest/serverless-overview.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @rogeriohc +* Microsoft Alias: **architectures**",1.0,"HELLO WOLD - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 064087b4-3a9c-21a1-04e6-af522f587157 +* Version Independent ID: 1d2dd6fd-4dcd-5d6e-a148-4edadbff9bf4 +* Content: [Serverless functions architecture design - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/serverless-quest/serverless-overview) +* Content Source: [docs/serverless-quest/serverless-overview.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/serverless-quest/serverless-overview.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @rogeriohc +* Microsoft Alias: **architectures**",1,hello wold document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login rogeriohc microsoft alias architectures ,1 +9222,24253699718.0,IssuesEvent,2022-09-27 15:58:02,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Mislabeled graph,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc,"Pretty sure the #5 is meant to be labeled ""User access"" or something to that effect. Admin access appears twice as it is. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8f6e327d-b280-a35c-2588-87a19ac2a4ba +* Version Independent ID: fa9b0713-771f-4792-979a-2f7a4f4445a2 +* Content: [Microservices with AKS - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/microservices-with-aks) +* Content Source: [docs/solution-ideas/articles/microservices-with-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/microservices-with-aks.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Mislabeled graph - Pretty sure the #5 is meant to be labeled ""User access"" or something to that effect. Admin access appears twice as it is. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8f6e327d-b280-a35c-2588-87a19ac2a4ba +* Version Independent ID: fa9b0713-771f-4792-979a-2f7a4f4445a2 +* Content: [Microservices with AKS - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/microservices-with-aks) +* Content Source: [docs/solution-ideas/articles/microservices-with-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/microservices-with-aks.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,mislabeled graph pretty sure the is meant to be labeled user access or something to that effect admin access appears twice as it is document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +8967,23894595611.0,IssuesEvent,2022-09-08 13:57:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Link is to a blog post that is really out of date.,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 design-pattern/subsvc,"In the article is a link to this old blog post, referred to here: + +""For a deeper understanding of the limits of the CRUD approach, see CRUD, Only When You Can Afford It."" + +The post is 17 years old and, frankly, not that well written: all text, rambling, full of half-explained examples without context - a sort of stream-of-consciousness brain dump. It would make sense informally as part of a conversation on reddit or something, but not as a clear discussion of a particular pattern / anti-pattern. + +I think it might be better to include a link to a more professional-looking discussion such as Martin Fowler's: martinfowler.com/eaaDev/EventSourcing.html + + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2d510272-fa5f-07f9-8b06-fb88d45d2464 +* Version Independent ID: 578a488f-89a7-92cc-779f-b4906f6d731a +* Content: [Event Sourcing pattern - Cloud Design Patterns](https://docs.microsoft.com/en-gb/azure/architecture/patterns/event-sourcing) +* Content Source: [docs/patterns/event-sourcing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/event-sourcing.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Link is to a blog post that is really out of date. - In the article is a link to this old blog post, referred to here: + +""For a deeper understanding of the limits of the CRUD approach, see CRUD, Only When You Can Afford It."" + +The post is 17 years old and, frankly, not that well written: all text, rambling, full of half-explained examples without context - a sort of stream-of-consciousness brain dump. It would make sense informally as part of a conversation on reddit or something, but not as a clear discussion of a particular pattern / anti-pattern. + +I think it might be better to include a link to a more professional-looking discussion such as Martin Fowler's: martinfowler.com/eaaDev/EventSourcing.html + + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2d510272-fa5f-07f9-8b06-fb88d45d2464 +* Version Independent ID: 578a488f-89a7-92cc-779f-b4906f6d731a +* Content: [Event Sourcing pattern - Cloud Design Patterns](https://docs.microsoft.com/en-gb/azure/architecture/patterns/event-sourcing) +* Content Source: [docs/patterns/event-sourcing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/event-sourcing.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,link is to a blog post that is really out of date in the article is a link to this old blog post referred to here for a deeper understanding of the limits of the crud approach see crud only when you can afford it the post is years old and frankly not that well written all text rambling full of half explained examples without context a sort of stream of consciousness brain dump it would make sense informally as part of a conversation on reddit or something but not as a clear discussion of a particular pattern anti pattern i think it might be better to include a link to a more professional looking discussion such as martin fowler s martinfowler com eaadev eventsourcing html document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login microsoft alias pnp ,1 +9223,24254863000.0,IssuesEvent,2022-09-27 16:52:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Pictures are TOO small!!!,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc,"Could you PLEASE post the images in all articles so that you can also zoom? +Smaller always goes lately ;) +Pictures are TOO small!!! :) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b8c28146-b2a9-f734-f0f6-b1227296d7a3 +* Version Independent ID: 709b2d47-6f11-88d9-6197-f0c5ca18af64 +* Content: [Mining equipment monitoring - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/monitor-mining-equipment) +* Content Source: [docs/solution-ideas/articles/monitor-mining-equipment.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/monitor-mining-equipment.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @falloutxAY +* Microsoft Alias: **pnp**",1.0,"Pictures are TOO small!!! - Could you PLEASE post the images in all articles so that you can also zoom? +Smaller always goes lately ;) +Pictures are TOO small!!! :) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b8c28146-b2a9-f734-f0f6-b1227296d7a3 +* Version Independent ID: 709b2d47-6f11-88d9-6197-f0c5ca18af64 +* Content: [Mining equipment monitoring - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/monitor-mining-equipment) +* Content Source: [docs/solution-ideas/articles/monitor-mining-equipment.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/monitor-mining-equipment.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @falloutxAY +* Microsoft Alias: **pnp**",1,pictures are too small could you please post the images in all articles so that you can also zoom smaller always goes lately pictures are too small document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login falloutxay microsoft alias pnp ,1 +246971,20948073660.0,IssuesEvent,2022-03-26 06:39:43,Uuvana-Studios/longvinter-windows-client,https://api.github.com/repos/Uuvana-Studios/longvinter-windows-client,closed,Some boxes for storing objects disappeared inside the house,bug Not Tested,"**Describe the bug** +When I returned to the game after expelled, the toolboxes were gone. + +**To Reproduce** +Steps to reproduce the behavior: +1. press space to enter the house +2. When I was inside, the 6 boxes I had were gone. +There are two left and one of them in the air. + +**Expected behavior** +my expectation was to see the complete boxes + +**Screenshots** +![image](https://user-images.githubusercontent.com/101904625/159144876-cd68f8a4-a85f-46de-9852-520bff4c84d8.png) + + +**Desktop (please complete the following information):** + - OS: Windows 10 + - Game Version 1.0.1 + - Steam Version api steam v020 + + +**Additional context** +I hope you can fix it soon, please and thank you +![longvinter bug](https://user-images.githubusercontent.com/101904625/159145120-20919066-db20-4a13-9c13-26e941d8092f.png) + +",1.0,"Some boxes for storing objects disappeared inside the house - **Describe the bug** +When I returned to the game after expelled, the toolboxes were gone. + +**To Reproduce** +Steps to reproduce the behavior: +1. press space to enter the house +2. When I was inside, the 6 boxes I had were gone. +There are two left and one of them in the air. + +**Expected behavior** +my expectation was to see the complete boxes + +**Screenshots** +![image](https://user-images.githubusercontent.com/101904625/159144876-cd68f8a4-a85f-46de-9852-520bff4c84d8.png) + + +**Desktop (please complete the following information):** + - OS: Windows 10 + - Game Version 1.0.1 + - Steam Version api steam v020 + + +**Additional context** +I hope you can fix it soon, please and thank you +![longvinter bug](https://user-images.githubusercontent.com/101904625/159145120-20919066-db20-4a13-9c13-26e941d8092f.png) + +",0,some boxes for storing objects disappeared inside the house describe the bug when i returned to the game after expelled the toolboxes were gone to reproduce steps to reproduce the behavior press space to enter the house when i was inside the boxes i had were gone there are two left and one of them in the air expected behavior my expectation was to see the complete boxes screenshots desktop please complete the following information os windows game version steam version api steam additional context i hope you can fix it soon please and thank you ,0 +10632,27169115015.0,IssuesEvent,2023-02-17 17:42:57,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Add ARO and remove Service Fabric,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc,"Hi, + +The decision tree at [https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#choose-a-candidate-service](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#choose-a-candidate-service) should no more display Service-Fabric .... and should add Azure RedHat OpenShift aka ARO + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Add ARO and remove Service Fabric - Hi, + +The decision tree at [https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#choose-a-candidate-service](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#choose-a-candidate-service) should no more display Service-Fabric .... and should add Azure RedHat OpenShift aka ARO + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,add aro and remove service fabric hi the decision tree at should no more display service fabric and should add azure redhat openshift aka aro document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login edprice msft microsoft alias pnp ,1 +701,2859298618.0,IssuesEvent,2015-06-03 09:44:25,owncloud/client,https://api.github.com/repos/owncloud/client,closed,[Security][SSL] Self signed certificate seems to be always accepted.,gold-ticket Security triage,"### Expected behaviour +When a self signed certificate is used and the warning is shown, clicking Cancel should not build up a connection. + +### Actual behaviour +When the warning is shown, a connection is build up, even if you have clicked Cancel. + +### Steps to reproduce +1. Run ownCloud desktop client. +2. Intercept traffic and set up mitm attack. +3. Wait for certificate warning and click Cancel. +4. See traffic in mitm. + +### Server configuration +Operating system: Debian 8.0 + +Web server: Apache 2.4 + +Database: Sqlite 3.8 + +PHP version: 5.6 + +ownCloud version: 8.0.3 + +Storage backend: SQLite + +### Client configuration +Client version: 1.8.1+dfsg-1 + +Operating system: Debian Stretch + +OS language: German + +Installation path of client: /usr/bin/owncloud",True,"[Security][SSL] Self signed certificate seems to be always accepted. - ### Expected behaviour +When a self signed certificate is used and the warning is shown, clicking Cancel should not build up a connection. + +### Actual behaviour +When the warning is shown, a connection is build up, even if you have clicked Cancel. + +### Steps to reproduce +1. Run ownCloud desktop client. +2. Intercept traffic and set up mitm attack. +3. Wait for certificate warning and click Cancel. +4. See traffic in mitm. + +### Server configuration +Operating system: Debian 8.0 + +Web server: Apache 2.4 + +Database: Sqlite 3.8 + +PHP version: 5.6 + +ownCloud version: 8.0.3 + +Storage backend: SQLite + +### Client configuration +Client version: 1.8.1+dfsg-1 + +Operating system: Debian Stretch + +OS language: German + +Installation path of client: /usr/bin/owncloud",0, self signed certificate seems to be always accepted expected behaviour when a self signed certificate is used and the warning is shown clicking cancel should not build up a connection actual behaviour when the warning is shown a connection is build up even if you have clicked cancel steps to reproduce run owncloud desktop client intercept traffic and set up mitm attack wait for certificate warning and click cancel see traffic in mitm server configuration operating system debian web server apache database sqlite php version owncloud version storage backend sqlite client configuration client version dfsg operating system debian stretch os language german installation path of client usr bin owncloud,0 +6039,13542282879.0,IssuesEvent,2020-09-16 17:05:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Updated Diagram with new Azure Databricks Logo,Pri2 architecture-center/svc assigned-to-author doc-enhancement needs-art solution-idea/subsvc triaged,"Hi, could you help me update the Databricks logo on the architecture diagram shown on the [advanced analytics on big data](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data)? I have created an [updated architecture diagram image](https://drive.google.com/file/d/1a9Nyj2vv2DwZalmGOYR4zLMTxsq1cHph/), using the [new Databricks icon](https://drive.google.com/file/d/1QvtmjSvrRo8Y9T3aRR9e4RHmXMqqFihP/). + +Thank you! + +Clinton Ford +Staff Partner Marketing Manager +Databricks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b68d40f-4b98-396b-f4c3-b8650fc4633f +* Version Independent ID: 26b362d7-b46a-fa03-c2aa-48b581b67bf0 +* Content: [Advanced Analytics Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data#feedback) +* Content Source: [docs/solution-ideas/articles/advanced-analytics-on-big-data.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/advanced-analytics-on-big-data.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Updated Diagram with new Azure Databricks Logo - Hi, could you help me update the Databricks logo on the architecture diagram shown on the [advanced analytics on big data](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data)? I have created an [updated architecture diagram image](https://drive.google.com/file/d/1a9Nyj2vv2DwZalmGOYR4zLMTxsq1cHph/), using the [new Databricks icon](https://drive.google.com/file/d/1QvtmjSvrRo8Y9T3aRR9e4RHmXMqqFihP/). + +Thank you! + +Clinton Ford +Staff Partner Marketing Manager +Databricks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1b68d40f-4b98-396b-f4c3-b8650fc4633f +* Version Independent ID: 26b362d7-b46a-fa03-c2aa-48b581b67bf0 +* Content: [Advanced Analytics Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/advanced-analytics-on-big-data#feedback) +* Content Source: [docs/solution-ideas/articles/advanced-analytics-on-big-data.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/advanced-analytics-on-big-data.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,updated diagram with new azure databricks logo hi could you help me update the databricks logo on the architecture diagram shown on the i have created an using the thank you clinton ford staff partner marketing manager databricks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +10912,27456404012.0,IssuesEvent,2023-03-02 21:46:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,404 Issue with documents,doc-enhancement assigned-to-author triaged architecture-center/svc Pri3 guide/subsvc,"This page https://learn.microsoft.com/en-us/azure/architecture/landing-zones/landing-zone-deploy is missing a valid link to documents + +I get 404 from MS and Github. + +Example - https://github.com/MicrosoftDocs/architecture-center/blob/main/azure/cloud-adoption-framework/organize/cloud-strategy.md + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 75727ca9-f46f-24a6-3871-25cc45b61de8 +* Version Independent ID: 75727ca9-f46f-24a6-3871-25cc45b61de8 +* Content: [Deploy Azure landing zones - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/landing-zones/landing-zone-deploy) +* Content Source: [docs/landing-zones/landing-zone-deploy.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/landing-zones/landing-zone-deploy.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @RobBagby +* Microsoft Alias: **robbag**",1.0,"404 Issue with documents - This page https://learn.microsoft.com/en-us/azure/architecture/landing-zones/landing-zone-deploy is missing a valid link to documents + +I get 404 from MS and Github. + +Example - https://github.com/MicrosoftDocs/architecture-center/blob/main/azure/cloud-adoption-framework/organize/cloud-strategy.md + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 75727ca9-f46f-24a6-3871-25cc45b61de8 +* Version Independent ID: 75727ca9-f46f-24a6-3871-25cc45b61de8 +* Content: [Deploy Azure landing zones - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/landing-zones/landing-zone-deploy) +* Content Source: [docs/landing-zones/landing-zone-deploy.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/landing-zones/landing-zone-deploy.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @RobBagby +* Microsoft Alias: **robbag**",1, issue with documents this page is missing a valid link to documents i get from ms and github example document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login robbagby microsoft alias robbag ,1 +5445,12498209420.0,IssuesEvent,2020-06-01 17:52:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Can we have the detail implementation steps,Pri2 architecture-center/svc assigned-to-author solution-idea/subsvc triaged,"It would be great if this article goes with detailed steps, benefits, challenges ... + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ca76f303-efb9-b535-3025-52ca002a6ed9 +* Version Independent ID: 6b05002e-45a5-ec82-a8cd-3d82544ea296 +* Content: [Archive on-premises data to cloud - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/backup-archive-on-premises) +* Content Source: [docs/solution-ideas/articles/backup-archive-on-premises.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/backup-archive-on-premises.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Can we have the detail implementation steps - It would be great if this article goes with detailed steps, benefits, challenges ... + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ca76f303-efb9-b535-3025-52ca002a6ed9 +* Version Independent ID: 6b05002e-45a5-ec82-a8cd-3d82544ea296 +* Content: [Archive on-premises data to cloud - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/backup-archive-on-premises) +* Content Source: [docs/solution-ideas/articles/backup-archive-on-premises.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/backup-archive-on-premises.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,can we have the detail implementation steps it would be great if this article goes with detailed steps benefits challenges document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +305721,9376042118.0,IssuesEvent,2019-04-04 06:46:45,cs2113-ay1819s2-t08-1/main,https://api.github.com/repos/cs2113-ay1819s2-t08-1/main,closed,Regarding V1.3 Testing (Practical Exam Dry Run),priority.Medium severity.Medium type.Task,"Please read: +**https://nuscs2113-ay1819s2.github.io/website/schedule/week11/index.html** +There will be a 45mins slot at end of week 11 lecture to do Manual Testing",1.0,"Regarding V1.3 Testing (Practical Exam Dry Run) - Please read: +**https://nuscs2113-ay1819s2.github.io/website/schedule/week11/index.html** +There will be a 45mins slot at end of week 11 lecture to do Manual Testing",0,regarding testing practical exam dry run please read there will be a slot at end of week lecture to do manual testing,0 +46844,13189233750.0,IssuesEvent,2020-08-13 08:05:19,YauheniPo/RobotFramework_GUI_Tests,https://api.github.com/repos/YauheniPo/RobotFramework_GUI_Tests,opened,CVE-2019-16869 (High) detected in netty-all-4.0.21.Final.jar,security vulnerability,"## CVE-2019-16869 - High Severity Vulnerability +
Vulnerable Library - netty-all-4.0.21.Final.jar

+ +

Netty is an asynchronous event-driven network application framework for + rapid development of maintainable high performance protocol servers and + clients.

+

Library home page: http://netty.io/

+

Path to dependency file: /tmp/ws-scm/RobotFramework_GUI_Tests/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/io/netty/netty-all/4.0.21.Final/netty-all-4.0.21.Final.jar

+

+ +Dependency Hierarchy: + - robotframework-seleniumlibrary-3.141.59.26535.jar (Root Library) + - selendroid-client-0.17.0.jar + - selendroid-server-common-0.17.0.jar + - :x: **netty-all-4.0.21.Final.jar** (Vulnerable Library) +

Found in HEAD commit: 7d69c95a5145433319eabeefd4d4e15fc385b776

+

+
+

+
Vulnerability Details +

+ +Netty before 4.1.42.Final mishandles whitespace before the colon in HTTP headers (such as a ""Transfer-Encoding : chunked"" line), which leads to HTTP request smuggling. + +

Publish Date: 2019-09-26 +

URL: CVE-2019-16869

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16869

+

Release Date: 2019-09-26

+

Fix Resolution: io.netty:netty-all:4.1.42.Final,io.netty:netty-codec-htt:4.1.42.Final

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2019-16869 (High) detected in netty-all-4.0.21.Final.jar - ## CVE-2019-16869 - High Severity Vulnerability +
Vulnerable Library - netty-all-4.0.21.Final.jar

+ +

Netty is an asynchronous event-driven network application framework for + rapid development of maintainable high performance protocol servers and + clients.

+

Library home page: http://netty.io/

+

Path to dependency file: /tmp/ws-scm/RobotFramework_GUI_Tests/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/io/netty/netty-all/4.0.21.Final/netty-all-4.0.21.Final.jar

+

+ +Dependency Hierarchy: + - robotframework-seleniumlibrary-3.141.59.26535.jar (Root Library) + - selendroid-client-0.17.0.jar + - selendroid-server-common-0.17.0.jar + - :x: **netty-all-4.0.21.Final.jar** (Vulnerable Library) +

Found in HEAD commit: 7d69c95a5145433319eabeefd4d4e15fc385b776

+

+
+

+
Vulnerability Details +

+ +Netty before 4.1.42.Final mishandles whitespace before the colon in HTTP headers (such as a ""Transfer-Encoding : chunked"" line), which leads to HTTP request smuggling. + +

Publish Date: 2019-09-26 +

URL: CVE-2019-16869

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16869

+

Release Date: 2019-09-26

+

Fix Resolution: io.netty:netty-all:4.1.42.Final,io.netty:netty-codec-htt:4.1.42.Final

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in netty all final jar cve high severity vulnerability vulnerable library netty all final jar netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers and clients library home page a href path to dependency file tmp ws scm robotframework gui tests pom xml path to vulnerable library home wss scanner repository io netty netty all final netty all final jar dependency hierarchy robotframework seleniumlibrary jar root library selendroid client jar selendroid server common jar x netty all final jar vulnerable library found in head commit a href vulnerability details netty before final mishandles whitespace before the colon in http headers such as a transfer encoding chunked line which leads to http request smuggling 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 high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution io netty netty all final io netty netty codec htt final step up your open source security game with whitesource ,0 +4527,11278504213.0,IssuesEvent,2020-01-15 06:58:54,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio Link is Wrong,Pri1 architecture-center/svc cxp doc-bug reference-architecture/subsvc triaged,"The link to the Visio doc at the top of the page goes to the wrong Ref Arch. + +The wrong Visio file is specifically from: +https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adfs + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e9383c21-9143-1559-c1a8-e6f6dc830159 +* Version Independent ID: 37c6c659-a6bc-633e-2b3f-337deb01c215 +* Content: [Integrate on-premises AD domains with Azure AD - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/azure-ad) +* Content Source: [docs/reference-architectures/identity/azure-ad.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/azure-ad.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Visio Link is Wrong - The link to the Visio doc at the top of the page goes to the wrong Ref Arch. + +The wrong Visio file is specifically from: +https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adfs + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e9383c21-9143-1559-c1a8-e6f6dc830159 +* Version Independent ID: 37c6c659-a6bc-633e-2b3f-337deb01c215 +* Content: [Integrate on-premises AD domains with Azure AD - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/azure-ad) +* Content Source: [docs/reference-architectures/identity/azure-ad.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/azure-ad.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,visio link is wrong the link to the visio doc at the top of the page goes to the wrong ref arch the wrong visio file is specifically from document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +46848,11899659243.0,IssuesEvent,2020-03-30 09:22:04,tensorflow/tensorflow,https://api.github.com/repos/tensorflow/tensorflow,closed,TFLite build - missing interpreter_wrapper.i,TF 2.1 comp:lite stat:awaiting tensorflower type:build/install,"Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template + +**System information** +- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): amazonlinux +- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:NA +- TensorFlow installed from (source or binary):binary +- TensorFlow version:2.1.0 +- Python version:3.6.9 +- Installed using virtualenv? pip? conda?:pip +- Bazel version (if compiling from source):2.0.0 +- GCC/Compiler version (if compiling from source):7.2.1 +- CUDA/cuDNN version:NA +- GPU model and memory:NA + +**Describe the problem** +Running sh ./tensorflow/lite/tools/pip_package/build_pip_package.sh results in: +... +swig -python -c++ -I/root/tensorflow/tensorflow/lite/tools/pip_package/../../../.. -module interpreter_wrapper -outdir tflite_runtime -o interpreter_wrapper/interpreter_wrapper_wrap.cpp interpreter_wrapper/interpreter_wrapper.i +Unable to find file 'interpreter_wrapper/interpreter_wrapper.i'. +error: command 'swig' failed with exit status 1 + +**Provide the exact sequence of commands / steps that you executed before running into the problem** +Trying to build Tensorflow lite for AWS Lambda in amazonlinux. +Dockerfile: +FROM amazonlinux + +WORKDIR /tflite + +RUN yum groupinstall -y development +RUN yum install -y python3.7 +RUN yum install -y python3-devel +RUN pip3 install numpy wheel +RUN git clone https://github.com/tensorflow/tensorflow.git +RUN sh ./tensorflow/tensorflow/lite/tools/pip_package/build_pip_package.sh + + +**Any other info / logs** +I am a total newb at compiling, so I apologise in advance for missing obvious info/logs. +The issue happens when `setup.py bdist bdist_wheel` is executed. I am afraid I cant figure out why the .i file is not there, or is not getting generated. +Do I need to generate them separately? + +Thanks +",1.0,"TFLite build - missing interpreter_wrapper.i - Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template + +**System information** +- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): amazonlinux +- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:NA +- TensorFlow installed from (source or binary):binary +- TensorFlow version:2.1.0 +- Python version:3.6.9 +- Installed using virtualenv? pip? conda?:pip +- Bazel version (if compiling from source):2.0.0 +- GCC/Compiler version (if compiling from source):7.2.1 +- CUDA/cuDNN version:NA +- GPU model and memory:NA + +**Describe the problem** +Running sh ./tensorflow/lite/tools/pip_package/build_pip_package.sh results in: +... +swig -python -c++ -I/root/tensorflow/tensorflow/lite/tools/pip_package/../../../.. -module interpreter_wrapper -outdir tflite_runtime -o interpreter_wrapper/interpreter_wrapper_wrap.cpp interpreter_wrapper/interpreter_wrapper.i +Unable to find file 'interpreter_wrapper/interpreter_wrapper.i'. +error: command 'swig' failed with exit status 1 + +**Provide the exact sequence of commands / steps that you executed before running into the problem** +Trying to build Tensorflow lite for AWS Lambda in amazonlinux. +Dockerfile: +FROM amazonlinux + +WORKDIR /tflite + +RUN yum groupinstall -y development +RUN yum install -y python3.7 +RUN yum install -y python3-devel +RUN pip3 install numpy wheel +RUN git clone https://github.com/tensorflow/tensorflow.git +RUN sh ./tensorflow/tensorflow/lite/tools/pip_package/build_pip_package.sh + + +**Any other info / logs** +I am a total newb at compiling, so I apologise in advance for missing obvious info/logs. +The issue happens when `setup.py bdist bdist_wheel` is executed. I am afraid I cant figure out why the .i file is not there, or is not getting generated. +Do I need to generate them separately? + +Thanks +",0,tflite build missing interpreter wrapper i please make sure that this is a build installation issue as per our we only address code doc bugs performance issues feature requests and build installation issues on github tag build template system information os platform and distribution e g linux ubuntu amazonlinux mobile device e g iphone pixel samsung galaxy if the issue happens on mobile device na tensorflow installed from source or binary binary tensorflow version python version installed using virtualenv pip conda pip bazel version if compiling from source gcc compiler version if compiling from source cuda cudnn version na gpu model and memory na describe the problem running sh tensorflow lite tools pip package build pip package sh results in swig python c i root tensorflow tensorflow lite tools pip package module interpreter wrapper outdir tflite runtime o interpreter wrapper interpreter wrapper wrap cpp interpreter wrapper interpreter wrapper i unable to find file interpreter wrapper interpreter wrapper i error command swig failed with exit status provide the exact sequence of commands steps that you executed before running into the problem trying to build tensorflow lite for aws lambda in amazonlinux dockerfile from amazonlinux workdir tflite run yum groupinstall y development run yum install y run yum install y devel run install numpy wheel run git clone run sh tensorflow tensorflow lite tools pip package build pip package sh any other info logs i am a total newb at compiling so i apologise in advance for missing obvious info logs the issue happens when setup py bdist bdist wheel is executed i am afraid i cant figure out why the i file is not there or is not getting generated do i need to generate them separately thanks ,0 +15717,3972282614.0,IssuesEvent,2016-05-04 14:53:10,litehelpers/Cordova-sqlite-storage,https://api.github.com/repos/litehelpers/Cordova-sqlite-storage,closed,Windows 10 integration,documentation enhancement question,This needs to be tested. Not sure if this will work since Windows 10 uses the same package for both Windows desktop and Windows Phone. Pointed out by @vjrantal.,1.0,Windows 10 integration - This needs to be tested. Not sure if this will work since Windows 10 uses the same package for both Windows desktop and Windows Phone. Pointed out by @vjrantal.,0,windows integration this needs to be tested not sure if this will work since windows uses the same package for both windows desktop and windows phone pointed out by vjrantal ,0 +5440,12498108087.0,IssuesEvent,2020-06-01 17:41:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,do not use << or >> in the PS commands line,Pri1 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"do not use <<or >> in the PowerShell examples. thoses characters are not recognized by the ISE PowerShell 5.x editor and the copy paste options now requires some corrections before executing directly the shell .ps1 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 61c1b093-200e-8d59-0e6e-98f510dca5f6 +* Version Independent ID: db6fcf0f-1a88-b216-4c08-a83c4128b4fa +* Content: [Connect an on-premises network to Azure using ExpressRoute - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/expressroute#feedback) +* Content Source: [docs/reference-architectures/hybrid-networking/expressroute.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/expressroute.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"do not use << or >> in the PS commands line - do not use <<or >> in the PowerShell examples. thoses characters are not recognized by the ISE PowerShell 5.x editor and the copy paste options now requires some corrections before executing directly the shell .ps1 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 61c1b093-200e-8d59-0e6e-98f510dca5f6 +* Version Independent ID: db6fcf0f-1a88-b216-4c08-a83c4128b4fa +* Content: [Connect an on-premises network to Azure using ExpressRoute - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/expressroute#feedback) +* Content Source: [docs/reference-architectures/hybrid-networking/expressroute.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/expressroute.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,do not use in the ps commands line do not use lt lt or gt gt in the powershell examples thoses characters are not recognized by the ise powershell x editor and the copy paste options now requires some corrections before executing directly the shell document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +816990,30621372946.0,IssuesEvent,2023-07-24 08:30:26,priyankarpal/ProjectsHut,https://api.github.com/repos/priyankarpal/ProjectsHut,closed,chore: project addition by Avdhesh-Varshney ,good first issue 🟩 priority: low 🏁 status: ready for dev projects addition,"### Add a new project to the list + +Title - ChatBOT +Tech used - HTML, CSS and JS + +- This project is work on open ai api key. +- This project has the similar behavior as that of chagpt +- But this application has also one more feature that it will also take input from the user by listening. +- Also provide pictures to the user while chatting with it according your command. + +### Record + +- [X] I agree to follow this project's Code of Conduct +- [X] I want to work on this issue",1.0,"chore: project addition by Avdhesh-Varshney - ### Add a new project to the list + +Title - ChatBOT +Tech used - HTML, CSS and JS + +- This project is work on open ai api key. +- This project has the similar behavior as that of chagpt +- But this application has also one more feature that it will also take input from the user by listening. +- Also provide pictures to the user while chatting with it according your command. + +### Record + +- [X] I agree to follow this project's Code of Conduct +- [X] I want to work on this issue",0,chore project addition by avdhesh varshney add a new project to the list title chatbot tech used html css and js this project is work on open ai api key this project has the similar behavior as that of chagpt but this application has also one more feature that it will also take input from the user by listening also provide pictures to the user while chatting with it according your command record i agree to follow this project s code of conduct i want to work on this issue,0 +46651,9968786961.0,IssuesEvent,2019-07-08 16:21:44,bcgov/entity,https://api.github.com/repos/bcgov/entity,closed,NAMEX-Improper Date Format on the Search Screen,Namex Code With Us,"**Describe the bug** +The dates on the search window are not formatted properly. It looks like json. + +![search-screen-dates](https://user-images.githubusercontent.com/35615843/60824206-0981a580-a15e-11e9-83c9-2fcd7d7ea89b.PNG) + + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to the search screen +2. Look at the dates + + +**Expected behavior** +A clear and concise description of what you expected to happen. +dates that are displayed in local time zone as YYYY-MM-DD. + +",1.0,"NAMEX-Improper Date Format on the Search Screen - **Describe the bug** +The dates on the search window are not formatted properly. It looks like json. + +![search-screen-dates](https://user-images.githubusercontent.com/35615843/60824206-0981a580-a15e-11e9-83c9-2fcd7d7ea89b.PNG) + + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to the search screen +2. Look at the dates + + +**Expected behavior** +A clear and concise description of what you expected to happen. +dates that are displayed in local time zone as YYYY-MM-DD. + +",0,namex improper date format on the search screen describe the bug the dates on the search window are not formatted properly it looks like json to reproduce steps to reproduce the behavior go to the search screen look at the dates expected behavior a clear and concise description of what you expected to happen dates that are displayed in local time zone as yyyy mm dd ,0 +4657,11504548321.0,IssuesEvent,2020-02-12 23:36:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Microsoft.Graph library retry guidance,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc product-question triaged,"Is retry logic built into Microsoft.Graph library, couldn't find any information on this. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Retry guidance for Azure services - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Microsoft.Graph library retry guidance - Is retry logic built into Microsoft.Graph library, couldn't find any information on this. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Retry guidance for Azure services - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,microsoft graph library retry guidance is retry logic built into microsoft graph library couldn t find any information on this document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +6210,13925893144.0,IssuesEvent,2020-10-21 17:29:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,How is SignalR used,Pri2 architecture-center/svc assigned-to-author doc-enhancement solution-idea/subsvc triaged,"I would love to see more about the SignalR implementation details + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c3bee659-9929-c4e8-3f4c-de328edcab1c +* Version Independent ID: 7747dfe6-f1df-d54a-e703-128d0bad2697 +* Content: [Instant Broadcasting on Serverless Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/instant-broadcasting-on-serverless-architecture#feedback) +* Content Source: [docs/solution-ideas/articles/instant-broadcasting-on-serverless-architecture.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/instant-broadcasting-on-serverless-architecture.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"How is SignalR used - I would love to see more about the SignalR implementation details + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c3bee659-9929-c4e8-3f4c-de328edcab1c +* Version Independent ID: 7747dfe6-f1df-d54a-e703-128d0bad2697 +* Content: [Instant Broadcasting on Serverless Architecture - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/instant-broadcasting-on-serverless-architecture#feedback) +* Content Source: [docs/solution-ideas/articles/instant-broadcasting-on-serverless-architecture.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/instant-broadcasting-on-serverless-architecture.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,how is signalr used i would love to see more about the signalr implementation details document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +5093,12057410926.0,IssuesEvent,2020-04-15 15:48:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,EventHubs with Kafka support,Pri2 architecture-center/svc cloud-fundamentals/subsvc cxp triaged,"now that EventHubs supports Kafka endpoints this document should be updated to reflect the protocols that EventHubs supports to include Kafka + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: dc25fa01-4939-49b8-2e56-fb2cd8f0ccb1 +* Version Independent ID: c4815a00-938c-7f7b-67a5-c16a78871b4a +* Content: [Choosing a real-time message ingestion technology - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/real-time-ingestion#feedback) +* Content Source: [docs/data-guide/technology-choices/real-time-ingestion.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/real-time-ingestion.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"EventHubs with Kafka support - now that EventHubs supports Kafka endpoints this document should be updated to reflect the protocols that EventHubs supports to include Kafka + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: dc25fa01-4939-49b8-2e56-fb2cd8f0ccb1 +* Version Independent ID: c4815a00-938c-7f7b-67a5-c16a78871b4a +* Content: [Choosing a real-time message ingestion technology - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/real-time-ingestion#feedback) +* Content Source: [docs/data-guide/technology-choices/real-time-ingestion.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/real-time-ingestion.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,eventhubs with kafka support now that eventhubs supports kafka endpoints this document should be updated to reflect the protocols that eventhubs supports to include kafka document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login zoinertejada microsoft alias pnp ,1 +62443,15256642228.0,IssuesEvent,2021-02-20 21:07:34,open-source-parsers/jsoncpp,https://api.github.com/repos/open-source-parsers/jsoncpp,closed,Build Break on Mac OS X,build or testing,"Build break on Mac OS X with latest commit. +> cmake .. +... +> make +[ 23%] Built target jsoncpp_lib +[ 41%] Built target jsoncpp_object +[ 64%] Built target jsoncpp_static +[ 76%] Built target jsontestrunner_exe +[ 82%] Building CXX object src/test_lib_json/CMakeFiles/jsoncpp_test.dir/main.cpp.o +<>/jsoncpp/src/test_lib_json/main.cpp:356:12: error: implicit conversion changes signedness: 'int' to + 'Json::Value::ArrayIndex' (aka 'unsigned int') [-Werror,-Wsign-conversion] + v.resize(n); + ~~~~~~ ^ +1 error generated. +make[2]: *** [src/test_lib_json/CMakeFiles/jsoncpp_test.dir/main.cpp.o] Error 1 +make[1]: *** [src/test_lib_json/CMakeFiles/jsoncpp_test.dir/all] Error 2 +make: *** [all] Error 2",1.0,"Build Break on Mac OS X - Build break on Mac OS X with latest commit. +> cmake .. +... +> make +[ 23%] Built target jsoncpp_lib +[ 41%] Built target jsoncpp_object +[ 64%] Built target jsoncpp_static +[ 76%] Built target jsontestrunner_exe +[ 82%] Building CXX object src/test_lib_json/CMakeFiles/jsoncpp_test.dir/main.cpp.o +<>/jsoncpp/src/test_lib_json/main.cpp:356:12: error: implicit conversion changes signedness: 'int' to + 'Json::Value::ArrayIndex' (aka 'unsigned int') [-Werror,-Wsign-conversion] + v.resize(n); + ~~~~~~ ^ +1 error generated. +make[2]: *** [src/test_lib_json/CMakeFiles/jsoncpp_test.dir/main.cpp.o] Error 1 +make[1]: *** [src/test_lib_json/CMakeFiles/jsoncpp_test.dir/all] Error 2 +make: *** [all] Error 2",0,build break on mac os x build break on mac os x with latest commit cmake make built target jsoncpp lib built target jsoncpp object built target jsoncpp static built target jsontestrunner exe building cxx object src test lib json cmakefiles jsoncpp test dir main cpp o jsoncpp src test lib json main cpp error implicit conversion changes signedness int to json value arrayindex aka unsigned int v resize n error generated make error make error make error ,0 +9769,25166879073.0,IssuesEvent,2022-11-10 21:45:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Multiple Virtual WAN Hubs per region,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri2,"Hey Team, + +I sent some feedback for the Azure VWAN FAQ page yesterday regarding the same thing. It looks like some of this documentation needs to be updated now that it's possible to provision multiple VWAN hubs per region. + +In the section **""Virtual WAN Hub""** it states _""There can only be one hub per Azure region.""_ + +If you reference the VWAN FAQ page, there is a section that says you can have multiple VWAN Hubs per region. +https://docs.microsoft.com/en-us/azure/virtual-wan/virtual-wan-faq#is-it-possible-to-create-multiple-virtual-wan-hubs-in-the-same-region + +Thanks for all your work! +Christopher Melendez +Microsoft Azure CSA +xxxxxx +xxxxxx +xxxxxx +(Edited PII) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 44ba53f7-4773-946c-fffc-cf51122973f8 +* Version Independent ID: 802d7f2e-ee23-c3e1-0294-f3941d0c30c2 +* Content: [Hub-spoke network topology with Azure Virtual WAN - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/networking/hub-spoke-vwan-architecture) +* Content Source: [docs/networking/hub-spoke-vwan-architecture.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/networking/hub-spoke-vwan-architecture.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **yemrea**",1.0,"Multiple Virtual WAN Hubs per region - Hey Team, + +I sent some feedback for the Azure VWAN FAQ page yesterday regarding the same thing. It looks like some of this documentation needs to be updated now that it's possible to provision multiple VWAN hubs per region. + +In the section **""Virtual WAN Hub""** it states _""There can only be one hub per Azure region.""_ + +If you reference the VWAN FAQ page, there is a section that says you can have multiple VWAN Hubs per region. +https://docs.microsoft.com/en-us/azure/virtual-wan/virtual-wan-faq#is-it-possible-to-create-multiple-virtual-wan-hubs-in-the-same-region + +Thanks for all your work! +Christopher Melendez +Microsoft Azure CSA +xxxxxx +xxxxxx +xxxxxx +(Edited PII) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 44ba53f7-4773-946c-fffc-cf51122973f8 +* Version Independent ID: 802d7f2e-ee23-c3e1-0294-f3941d0c30c2 +* Content: [Hub-spoke network topology with Azure Virtual WAN - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/networking/hub-spoke-vwan-architecture) +* Content Source: [docs/networking/hub-spoke-vwan-architecture.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/networking/hub-spoke-vwan-architecture.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **yemrea**",1,multiple virtual wan hubs per region hey team i sent some feedback for the azure vwan faq page yesterday regarding the same thing it looks like some of this documentation needs to be updated now that it s possible to provision multiple vwan hubs per region in the section virtual wan hub it states there can only be one hub per azure region if you reference the vwan faq page there is a section that says you can have multiple vwan hubs per region thanks for all your work christopher melendez microsoft azure csa xxxxxx xxxxxx xxxxxx edited pii document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id fffc version independent id content content source service architecture center sub service example scenario github login edprice msft microsoft alias yemrea ,1 +10136,26382691274.0,IssuesEvent,2023-01-12 09:53:25,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Graphic icon is mislabeled,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc,"The SVG, the screen in step 5 stays ""Admin Access"" and should be ""User Access"" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8f6e327d-b280-a35c-2588-87a19ac2a4ba +* Version Independent ID: fa9b0713-771f-4792-979a-2f7a4f4445a2 +* Content: [Microservices with AKS and Azure DevOps - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/microservices-with-aks) +* Content Source: [docs/solution-ideas/articles/microservices-with-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/microservices-with-aks.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"Graphic icon is mislabeled - The SVG, the screen in step 5 stays ""Admin Access"" and should be ""User Access"" + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8f6e327d-b280-a35c-2588-87a19ac2a4ba +* Version Independent ID: fa9b0713-771f-4792-979a-2f7a4f4445a2 +* Content: [Microservices with AKS and Azure DevOps - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/microservices-with-aks) +* Content Source: [docs/solution-ideas/articles/microservices-with-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/microservices-with-aks.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,graphic icon is mislabeled the svg the screen in step stays admin access and should be user access document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias edprice ,1 +53622,13261986359.0,IssuesEvent,2020-08-20 20:53:52,icecube-trac/tix4,https://api.github.com/repos/icecube-trac/tix4,closed,test creating a ticket directly from slack (Trac #1769),Migrated from Trac combo reconstruction defect," test creating a ticket directly from slack + +
+ Migrated from https://code.icecube.wisc.edu/projects/icecube/ticket/1769, reported by icecube +

+ +```json +{ + ""status"": ""closed"", + ""changetime"": ""2019-02-13T14:13:10"", + ""_ts"": ""1550067190995086"", + ""description"": "" test creating a ticket directly from slack"", + ""reporter"": ""icecube"", + ""cc"": """", + ""resolution"": ""invalid"", + ""time"": ""2016-07-02T02:46:47"", + ""component"": ""combo reconstruction"", + ""summary"": ""test creating a ticket directly from slack"", + ""priority"": ""blocker"", + ""keywords"": """", + ""milestone"": """", + ""owner"": """", + ""type"": ""defect"" +} +``` + +

+
+",1.0,"test creating a ticket directly from slack (Trac #1769) - test creating a ticket directly from slack + +
+ Migrated from https://code.icecube.wisc.edu/projects/icecube/ticket/1769, reported by icecube +

+ +```json +{ + ""status"": ""closed"", + ""changetime"": ""2019-02-13T14:13:10"", + ""_ts"": ""1550067190995086"", + ""description"": "" test creating a ticket directly from slack"", + ""reporter"": ""icecube"", + ""cc"": """", + ""resolution"": ""invalid"", + ""time"": ""2016-07-02T02:46:47"", + ""component"": ""combo reconstruction"", + ""summary"": ""test creating a ticket directly from slack"", + ""priority"": ""blocker"", + ""keywords"": """", + ""milestone"": """", + ""owner"": """", + ""type"": ""defect"" +} +``` + +

+
+",0,test creating a ticket directly from slack trac test creating a ticket directly from slack migrated from json status closed changetime ts description test creating a ticket directly from slack reporter icecube cc resolution invalid time component combo reconstruction summary test creating a ticket directly from slack priority blocker keywords milestone owner type defect ,0 +421916,28365829128.0,IssuesEvent,2023-04-12 13:50:42,defenseunicorns/zarf,https://api.github.com/repos/defenseunicorns/zarf,closed,"Docs edits to ""Component Actions"" page",documentation,"### Is your feature request related to a problem? Please describe. +Documentation does not reflect the editorial guidelines outlined in the Project Style Guide. Editing the ""Component Actions"" page to align with the updated Style Guide to improve readability for users. + +- Editing link text to remove 'here', supplementing with correct link text +- Adding punctuation to lists +- Editing language to reflect style guide +- Heading capitalization +- Changing ""More Examples"" heading to ""Additional Action Examples""",1.0,"Docs edits to ""Component Actions"" page - ### Is your feature request related to a problem? Please describe. +Documentation does not reflect the editorial guidelines outlined in the Project Style Guide. Editing the ""Component Actions"" page to align with the updated Style Guide to improve readability for users. + +- Editing link text to remove 'here', supplementing with correct link text +- Adding punctuation to lists +- Editing language to reflect style guide +- Heading capitalization +- Changing ""More Examples"" heading to ""Additional Action Examples""",0,docs edits to component actions page is your feature request related to a problem please describe documentation does not reflect the editorial guidelines outlined in the project style guide editing the component actions page to align with the updated style guide to improve readability for users editing link text to remove here supplementing with correct link text adding punctuation to lists editing language to reflect style guide heading capitalization changing more examples heading to additional action examples ,0 +3812,10172902138.0,IssuesEvent,2019-08-08 11:53:25,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Storage Container Name invalid characterset mentioned,Pri1 architecture-center/svc cloud-fundamentals/subsvc cxp doc-bug triaged,"As per the doc the valid characterset for Storage Container name is [0-9, a-z, A-Z and -] but the casing allowed is lowercase. Even when we create container only lowercase is allowed therefore valid characters should be [0-9, a-z and -]. Can you please check if it is required to be corrected. Thanks. + +Link: https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#storage + +Entity | Scope | Length | Casing | Valid Characters | Suggested Pattern | Example +-- | -- | -- | -- | -- | -- | -- +Container name | Storage account | 3-63 | Lowercase | 0-9, a-z, A-Z and - | | logs + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#feedback) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1.0,"Storage Container Name invalid characterset mentioned - As per the doc the valid characterset for Storage Container name is [0-9, a-z, A-Z and -] but the casing allowed is lowercase. Even when we create container only lowercase is allowed therefore valid characters should be [0-9, a-z and -]. Can you please check if it is required to be corrected. Thanks. + +Link: https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#storage + +Entity | Scope | Length | Casing | Valid Characters | Suggested Pattern | Example +-- | -- | -- | -- | -- | -- | -- +Container name | Storage account | 3-63 | Lowercase | 0-9, a-z, A-Z and - | | logs + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#feedback) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,storage container name invalid characterset mentioned as per the doc the valid characterset for storage container name is but the casing allowed is lowercase even when we create container only lowercase is allowed therefore valid characters should be can you please check if it is required to be corrected thanks link entity scope length casing valid characters suggested pattern example container name storage account lowercase a z a z and logs document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login telmosampaio microsoft alias pnp ,1 +250511,27095720150.0,IssuesEvent,2023-02-15 02:32:49,harrinry/drupal,https://api.github.com/repos/harrinry/drupal,closed,phpunit/phpunit-8.5.21: 2 vulnerabilities (highest severity is: 6.1) - autoclosed,security vulnerability,"
Vulnerable Library - phpunit/phpunit-8.5.21

+ +

+

+ + +

Found in HEAD commit: 16626d58172731968ccace84d2e7487bf814dc11

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in (phpunit/phpunit version) | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | +| [CVE-2020-11023](https://www.mend.io/vulnerability-database/CVE-2020-11023) | Medium | 6.1 | phpunit/php-code-coverage-7.0.15 | Transitive | N/A* | ❌ | +| [CVE-2020-11022](https://www.mend.io/vulnerability-database/CVE-2020-11022) | Medium | 6.1 | phpunit/php-code-coverage-7.0.15 | Transitive | N/A* | ❌ | +

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the section ""Details"" below to see if there is a version of transitive dependency where vulnerability is fixed.

+ +## Details + +
+ + CVE-2020-11023 + + +### Vulnerable Library - phpunit/php-code-coverage-7.0.15

+ +

Library that provides collection, processing, and rendering functionality for PHP code coverage information.

+

Library home page: https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48

+

+ +Dependency Hierarchy: + - phpunit/phpunit-8.5.21 (Root Library) + - :x: **phpunit/php-code-coverage-7.0.15** (Vulnerable Library) +

Found in HEAD commit: 16626d58172731968ccace84d2e7487bf814dc11

+

Found in base branch: 9.4.x

+

+ +

+ +### Vulnerability Details +

+ +In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing

Publish Date: 2020-04-29 +

URL: CVE-2020-11023

+

+ +

+ +### CVSS 3 Score Details (6.1) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/jquery/jquery/security/advisories/GHSA-jpcq-cgw6-v4j6,https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md#440

+

Release Date: 2020-04-29

+

Fix Resolution: jquery - 3.5.0;jquery-rails - 4.4.0

+ +

+ +

+ +
+ + CVE-2020-11022 + + +### Vulnerable Library - phpunit/php-code-coverage-7.0.15

+ +

Library that provides collection, processing, and rendering functionality for PHP code coverage information.

+

Library home page: https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48

+

+ +Dependency Hierarchy: + - phpunit/phpunit-8.5.21 (Root Library) + - :x: **phpunit/php-code-coverage-7.0.15** (Vulnerable Library) +

Found in HEAD commit: 16626d58172731968ccace84d2e7487bf814dc11

+

Found in base branch: 9.4.x

+

+ +

+ +### Vulnerability Details +

+ +In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. + +

Publish Date: 2020-04-29 +

URL: CVE-2020-11022

+

+ +

+ +### CVSS 3 Score Details (6.1) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11022

+

Release Date: 2020-04-29

+

Fix Resolution: jQuery - 3.5.0

+ +

+ +

+ +
",True,"phpunit/phpunit-8.5.21: 2 vulnerabilities (highest severity is: 6.1) - autoclosed -
Vulnerable Library - phpunit/phpunit-8.5.21

+ +

+

+ + +

Found in HEAD commit: 16626d58172731968ccace84d2e7487bf814dc11

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in (phpunit/phpunit version) | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | +| [CVE-2020-11023](https://www.mend.io/vulnerability-database/CVE-2020-11023) | Medium | 6.1 | phpunit/php-code-coverage-7.0.15 | Transitive | N/A* | ❌ | +| [CVE-2020-11022](https://www.mend.io/vulnerability-database/CVE-2020-11022) | Medium | 6.1 | phpunit/php-code-coverage-7.0.15 | Transitive | N/A* | ❌ | +

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the section ""Details"" below to see if there is a version of transitive dependency where vulnerability is fixed.

+ +## Details + +
+ + CVE-2020-11023 + + +### Vulnerable Library - phpunit/php-code-coverage-7.0.15

+ +

Library that provides collection, processing, and rendering functionality for PHP code coverage information.

+

Library home page: https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48

+

+ +Dependency Hierarchy: + - phpunit/phpunit-8.5.21 (Root Library) + - :x: **phpunit/php-code-coverage-7.0.15** (Vulnerable Library) +

Found in HEAD commit: 16626d58172731968ccace84d2e7487bf814dc11

+

Found in base branch: 9.4.x

+

+ +

+ +### Vulnerability Details +

+ +In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing

Publish Date: 2020-04-29 +

URL: CVE-2020-11023

+

+ +

+ +### CVSS 3 Score Details (6.1) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/jquery/jquery/security/advisories/GHSA-jpcq-cgw6-v4j6,https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md#440

+

Release Date: 2020-04-29

+

Fix Resolution: jquery - 3.5.0;jquery-rails - 4.4.0

+ +

+ +

+ +
+ + CVE-2020-11022 + + +### Vulnerable Library - phpunit/php-code-coverage-7.0.15

+ +

Library that provides collection, processing, and rendering functionality for PHP code coverage information.

+

Library home page: https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48

+

+ +Dependency Hierarchy: + - phpunit/phpunit-8.5.21 (Root Library) + - :x: **phpunit/php-code-coverage-7.0.15** (Vulnerable Library) +

Found in HEAD commit: 16626d58172731968ccace84d2e7487bf814dc11

+

Found in base branch: 9.4.x

+

+ +

+ +### Vulnerability Details +

+ +In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. + +

Publish Date: 2020-04-29 +

URL: CVE-2020-11022

+

+ +

+ +### CVSS 3 Score Details (6.1) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11022

+

Release Date: 2020-04-29

+

Fix Resolution: jQuery - 3.5.0

+ +

+ +

+ +
",0,phpunit phpunit vulnerabilities highest severity is autoclosed vulnerable library phpunit phpunit found in head commit a href vulnerabilities cve severity cvss dependency type fixed in phpunit phpunit version remediation available medium phpunit php code coverage transitive n a medium phpunit php code coverage transitive n a for some transitive vulnerabilities there is no version of direct dependency with a fix check the section details below to see if there is a version of transitive dependency where vulnerability is fixed details cve vulnerable library phpunit php code coverage library that provides collection processing and rendering functionality for php code coverage information library home page a href dependency hierarchy phpunit phpunit root library x phpunit php code coverage vulnerable library found in head commit a href found in base branch x vulnerability details in jquery versions greater than or equal to and before passing html containing elements from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery 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 jquery jquery rails cve vulnerable library phpunit php code coverage library that provides collection processing and rendering functionality for php code coverage information library home page a href dependency hierarchy phpunit phpunit root library x phpunit php code coverage vulnerable library found in head commit a href found in base branch x vulnerability details in jquery versions greater than or equal to and before passing html from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery 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 jquery ,0 +90729,15856271012.0,IssuesEvent,2021-04-08 01:56:54,Thezone1975/flight-manual.atom.io,https://api.github.com/repos/Thezone1975/flight-manual.atom.io,opened,CVE-2019-20149 (High) detected in kind-of-6.0.2.tgz,security vulnerability,"## CVE-2019-20149 - High Severity Vulnerability +
Vulnerable Library - kind-of-6.0.2.tgz

+ +

Get the native type of a value.

+

Library home page: https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz

+

Path to dependency file: /flight-manual.atom.io/package.json

+

Path to vulnerable library: flight-manual.atom.io/node_modules/snapdragon-node/node_modules/kind-of/package.json

+

+ +Dependency Hierarchy: + - gulp-4.0.0.tgz (Root Library) + - undertaker-1.2.0.tgz + - arr-map-2.0.2.tgz + - make-iterator-1.0.1.tgz + - :x: **kind-of-6.0.2.tgz** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +ctorName in index.js in kind-of v6.0.2 allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result. + +

Publish Date: 2019-12-30 +

URL: CVE-2019-20149

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149

+

Release Date: 2019-12-30

+

Fix Resolution: 6.0.3

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2019-20149 (High) detected in kind-of-6.0.2.tgz - ## CVE-2019-20149 - High Severity Vulnerability +
Vulnerable Library - kind-of-6.0.2.tgz

+ +

Get the native type of a value.

+

Library home page: https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz

+

Path to dependency file: /flight-manual.atom.io/package.json

+

Path to vulnerable library: flight-manual.atom.io/node_modules/snapdragon-node/node_modules/kind-of/package.json

+

+ +Dependency Hierarchy: + - gulp-4.0.0.tgz (Root Library) + - undertaker-1.2.0.tgz + - arr-map-2.0.2.tgz + - make-iterator-1.0.1.tgz + - :x: **kind-of-6.0.2.tgz** (Vulnerable Library) +

+
+

+
Vulnerability Details +

+ +ctorName in index.js in kind-of v6.0.2 allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result. + +

Publish Date: 2019-12-30 +

URL: CVE-2019-20149

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149

+

Release Date: 2019-12-30

+

Fix Resolution: 6.0.3

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in kind of tgz cve high severity vulnerability vulnerable library kind of tgz get the native type of a value library home page a href path to dependency file flight manual atom io package json path to vulnerable library flight manual atom io node modules snapdragon node node modules kind of package json dependency hierarchy gulp tgz root library undertaker tgz arr map tgz make iterator tgz x kind of tgz vulnerable library vulnerability details ctorname in index js in kind of allows external user input to overwrite certain internal attributes via a conflicting name as demonstrated by constructor name symbol hence a crafted payload can overwrite this builtin attribute to manipulate the type detection result 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 high availability impact none 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 +3883,10239406829.0,IssuesEvent,2019-08-19 18:10:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure Standard Loadbalancer Architecture Not included,architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged," +Azure Standard Loadbalancer Architecture Not included as an option even though it is the consensus best practice for current gen NVAs in Azure. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9bab6a90-43a3-3d83-d680-26683a3d833d +* Version Independent ID: f8eea094-d297-93e6-06ac-7652d059734f +* Content: [Deploy highly available network virtual appliances - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/nva-ha) +* Content Source: [docs/reference-architectures/dmz/nva-ha.md](https://github.com/mspnp/architecture-center/blob/master/docs/reference-architectures/dmz/nva-ha.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"Azure Standard Loadbalancer Architecture Not included - +Azure Standard Loadbalancer Architecture Not included as an option even though it is the consensus best practice for current gen NVAs in Azure. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9bab6a90-43a3-3d83-d680-26683a3d833d +* Version Independent ID: f8eea094-d297-93e6-06ac-7652d059734f +* Content: [Deploy highly available network virtual appliances - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/nva-ha) +* Content Source: [docs/reference-architectures/dmz/nva-ha.md](https://github.com/mspnp/architecture-center/blob/master/docs/reference-architectures/dmz/nva-ha.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,azure standard loadbalancer architecture not included azure standard loadbalancer architecture not included as an option even though it is the consensus best practice for current gen nvas in azure document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +551005,16136007583.0,IssuesEvent,2021-04-29 11:56:41,xwikisas/xwiki-pro-macros,https://api.github.com/repos/xwikisas/xwiki-pro-macros,closed,Content Report Table Macro - Adding more then 1 space doesn't show any results,Priority: Critical Type: Bug,"Preconditions: Add tags to different pages on the wiki, in different spaces. + +Steps to reproduce: +1. Edit a page +1. Click on Insert > Other macros +1. Search and select Content Report Table Macro +1. Add in the Labels text box tags added in other pages and other spaces, separated by comma eg. ""test1,qa,xwiki"" +1. Add 2 of the spaces separate by comma eg. Space1,Space2 +1. Click on Save & View + +Expected results: List of pages that have the selected tags are shown in a table. + +Actual results: No result is shown. +NOTE: When adding the spaces 1 by one results are showing, when adding them both nothing appears. + +![SpacesNoResult](https://user-images.githubusercontent.com/40691112/113448766-1f8cca80-9405-11eb-907a-769fd2cc390c.png) + + +Environment: Windows 10, IE 11, XWiki 12.10.4 with MySQL 8.0 and xwiki-pro-macros 1.0-RC1",1.0,"Content Report Table Macro - Adding more then 1 space doesn't show any results - Preconditions: Add tags to different pages on the wiki, in different spaces. + +Steps to reproduce: +1. Edit a page +1. Click on Insert > Other macros +1. Search and select Content Report Table Macro +1. Add in the Labels text box tags added in other pages and other spaces, separated by comma eg. ""test1,qa,xwiki"" +1. Add 2 of the spaces separate by comma eg. Space1,Space2 +1. Click on Save & View + +Expected results: List of pages that have the selected tags are shown in a table. + +Actual results: No result is shown. +NOTE: When adding the spaces 1 by one results are showing, when adding them both nothing appears. + +![SpacesNoResult](https://user-images.githubusercontent.com/40691112/113448766-1f8cca80-9405-11eb-907a-769fd2cc390c.png) + + +Environment: Windows 10, IE 11, XWiki 12.10.4 with MySQL 8.0 and xwiki-pro-macros 1.0-RC1",0,content report table macro adding more then space doesn t show any results preconditions add tags to different pages on the wiki in different spaces steps to reproduce edit a page click on insert other macros search and select content report table macro add in the labels text box tags added in other pages and other spaces separated by comma eg qa xwiki add of the spaces separate by comma eg click on save view expected results list of pages that have the selected tags are shown in a table actual results no result is shown note when adding the spaces by one results are showing when adding them both nothing appears environment windows ie xwiki with mysql and xwiki pro macros ,0 +359631,25247708654.0,IssuesEvent,2022-11-15 12:25:38,OasisLMF/OasisLMF,https://api.github.com/repos/OasisLMF/OasisLMF,closed,Review and update the automatic module documentaion ,Documentation,"[oasis_mdk.html](https://oasislmf.github.io/docs/oasis_mdk.html) + +- [ ] Update and check doc strings +- [ ] `oasislmf.json` missing sub command options +- [ ] Computation commands, missing function sigs +",1.0,"Review and update the automatic module documentaion - [oasis_mdk.html](https://oasislmf.github.io/docs/oasis_mdk.html) + +- [ ] Update and check doc strings +- [ ] `oasislmf.json` missing sub command options +- [ ] Computation commands, missing function sigs +",0,review and update the automatic module documentaion update and check doc strings oasislmf json missing sub command options computation commands missing function sigs ,0 +10450,26989834500.0,IssuesEvent,2023-02-09 18:56:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,What about user integrity,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc,"I see a lot of the Zero Trust visios in the Microsoft library but I wonder about users and auth? + +""verifies the trustworthiness of network packets that flow to applications"" +- What about the user login? +With App Proxy and B2B, one could invite the client's guest users to log on to the App Proxy to shield the public front from 8 billion users and 8 billion bots + +Why is that (pre-auth) not taken into consideration in modern ZT scetches? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 4f623b3a-09d7-d793-b007-85b59727c1df +* Version Independent ID: ec0506cd-cdba-784c-6832-ea59697dd39c +* Content: [Zero-trust network for web applications with Azure Firewall and Application Gateway - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/gateway/application-gateway-before-azure-firewall) +* Content Source: [docs/example-scenario/gateway/application-gateway-before-azure-firewall.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/gateway/application-gateway-before-azure-firewall.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @erjosito +* Microsoft Alias: **jomore**",1.0,"What about user integrity - I see a lot of the Zero Trust visios in the Microsoft library but I wonder about users and auth? + +""verifies the trustworthiness of network packets that flow to applications"" +- What about the user login? +With App Proxy and B2B, one could invite the client's guest users to log on to the App Proxy to shield the public front from 8 billion users and 8 billion bots + +Why is that (pre-auth) not taken into consideration in modern ZT scetches? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 4f623b3a-09d7-d793-b007-85b59727c1df +* Version Independent ID: ec0506cd-cdba-784c-6832-ea59697dd39c +* Content: [Zero-trust network for web applications with Azure Firewall and Application Gateway - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/gateway/application-gateway-before-azure-firewall) +* Content Source: [docs/example-scenario/gateway/application-gateway-before-azure-firewall.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/gateway/application-gateway-before-azure-firewall.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @erjosito +* Microsoft Alias: **jomore**",1,what about user integrity i see a lot of the zero trust visios in the microsoft library but i wonder about users and auth verifies the trustworthiness of network packets that flow to applications what about the user login with app proxy and one could invite the client s guest users to log on to the app proxy to shield the public front from billion users and billion bots why is that pre auth not taken into consideration in modern zt scetches document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id cdba content content source service architecture center sub service azure guide github login erjosito microsoft alias jomore ,1 +6818,3910657375.0,IssuesEvent,2016-04-20 00:05:39,haskell/cabal,https://api.github.com/repos/haskell/cabal,closed,"Package with custom Setup.hs ""Encountered missing dependencies""",bug nix-local-build urgent,"New report (edited by @ezyang) + +Cabal 1.23 and later #2731 allow you to skip specifying dependencies which are not part of a buildable component. cabal-install was updated to take advantage of this fact. + +However, when a package has a `Custom` setup script, it is possible for the Setup script to be built against an old version of Cabal, which is doesn't know to ignore non-buildable dependencies. In this case, cabal-install will pass an insufficient set of dependencies, resulting in an error like this: + +``` + setup: At least the following dependencies are missing: + process -any, temporary >=1.1 +``` + +(where these are dependencies of non-buildable components.) + +A workaround is to explicitly request that all components be built. For example, if there is some flag which must be selected to make a component buildable, you should pass `--constraint=""package-name +flagname""` + +---- + +Original bug report: + +Trying to build pandoc-citeproc (which has a custom Setup.hs with a couple of hooks) using the latest-packaged version from git in the HVR repository (Version: 1.23+git20160204.0.7aab356~wily) fails to find dependencies already installed in a sandbox (whether the dependencies are installed manually or via the dependency solver). + + $ uname -a + Linux 4.2.0-30-generic #35-Ubuntu SMP Fri Feb 19 13:52:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux + $ ghc --version + The Glorious Glasgow Haskell Compilation System, version 7.10.3 + $ cabal --version + cabal-install version 1.23.0.0 + compiled using version 1.23.1.0 of the Cabal library + $ cabal sandbox init + $ cabal install pandoc-citeproc + Configuring pandoc-citeproc-0.9... + setup: At least the following dependencies are missing: + process -any, temporary >=1.1 + $ cabal sandbox hc-pkg list process + process-1.2.3.0 + $ cabal sandbox hc-pkg list temporary + temporary-1.2.0.4 + +This was previously filed as jgm/pandoc-citeproc#216",1.0,"Package with custom Setup.hs ""Encountered missing dependencies"" - New report (edited by @ezyang) + +Cabal 1.23 and later #2731 allow you to skip specifying dependencies which are not part of a buildable component. cabal-install was updated to take advantage of this fact. + +However, when a package has a `Custom` setup script, it is possible for the Setup script to be built against an old version of Cabal, which is doesn't know to ignore non-buildable dependencies. In this case, cabal-install will pass an insufficient set of dependencies, resulting in an error like this: + +``` + setup: At least the following dependencies are missing: + process -any, temporary >=1.1 +``` + +(where these are dependencies of non-buildable components.) + +A workaround is to explicitly request that all components be built. For example, if there is some flag which must be selected to make a component buildable, you should pass `--constraint=""package-name +flagname""` + +---- + +Original bug report: + +Trying to build pandoc-citeproc (which has a custom Setup.hs with a couple of hooks) using the latest-packaged version from git in the HVR repository (Version: 1.23+git20160204.0.7aab356~wily) fails to find dependencies already installed in a sandbox (whether the dependencies are installed manually or via the dependency solver). + + $ uname -a + Linux 4.2.0-30-generic #35-Ubuntu SMP Fri Feb 19 13:52:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux + $ ghc --version + The Glorious Glasgow Haskell Compilation System, version 7.10.3 + $ cabal --version + cabal-install version 1.23.0.0 + compiled using version 1.23.1.0 of the Cabal library + $ cabal sandbox init + $ cabal install pandoc-citeproc + Configuring pandoc-citeproc-0.9... + setup: At least the following dependencies are missing: + process -any, temporary >=1.1 + $ cabal sandbox hc-pkg list process + process-1.2.3.0 + $ cabal sandbox hc-pkg list temporary + temporary-1.2.0.4 + +This was previously filed as jgm/pandoc-citeproc#216",0,package with custom setup hs encountered missing dependencies new report edited by ezyang cabal and later allow you to skip specifying dependencies which are not part of a buildable component cabal install was updated to take advantage of this fact however when a package has a custom setup script it is possible for the setup script to be built against an old version of cabal which is doesn t know to ignore non buildable dependencies in this case cabal install will pass an insufficient set of dependencies resulting in an error like this setup at least the following dependencies are missing process any temporary where these are dependencies of non buildable components a workaround is to explicitly request that all components be built for example if there is some flag which must be selected to make a component buildable you should pass constraint package name flagname original bug report trying to build pandoc citeproc which has a custom setup hs with a couple of hooks using the latest packaged version from git in the hvr repository version wily fails to find dependencies already installed in a sandbox whether the dependencies are installed manually or via the dependency solver uname a linux generic ubuntu smp fri feb utc gnu linux ghc version the glorious glasgow haskell compilation system version cabal version cabal install version compiled using version of the cabal library cabal sandbox init cabal install pandoc citeproc configuring pandoc citeproc setup at least the following dependencies are missing process any temporary cabal sandbox hc pkg list process process cabal sandbox hc pkg list temporary temporary this was previously filed as jgm pandoc citeproc ,0 +9101,24038247999.0,IssuesEvent,2022-09-15 21:27:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Implementation FAQ Chatbot with data champion model,assigned-to-author triaged product-question architecture-center/svc Pri2 solution-idea/subsvc," +Hi Team , + +We would need your support in implementing ""FAQ Chatbot with data champion model"" architecture for one of our client , could you please let me know pricing for architecture model ? what is an ""Data champion"" model , any document on data champion model would be helpful + +With regards , +Padmanabhan Kudiarasu + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 97d6b01e-9e6f-5fdb-4ac4-95f71887908f +* Version Independent ID: d60fa02f-3cfe-e46d-0a8b-8b42e1bf62ff +* Content: [FAQ Chatbot with data champion model - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/faq-chatbot-with-data-champion-model) +* Content Source: [docs/solution-ideas/articles/faq-chatbot-with-data-champion-model.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/faq-chatbot-with-data-champion-model.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Implementation FAQ Chatbot with data champion model - +Hi Team , + +We would need your support in implementing ""FAQ Chatbot with data champion model"" architecture for one of our client , could you please let me know pricing for architecture model ? what is an ""Data champion"" model , any document on data champion model would be helpful + +With regards , +Padmanabhan Kudiarasu + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 97d6b01e-9e6f-5fdb-4ac4-95f71887908f +* Version Independent ID: d60fa02f-3cfe-e46d-0a8b-8b42e1bf62ff +* Content: [FAQ Chatbot with data champion model - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/faq-chatbot-with-data-champion-model) +* Content Source: [docs/solution-ideas/articles/faq-chatbot-with-data-champion-model.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/faq-chatbot-with-data-champion-model.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,implementation faq chatbot with data champion model hi team we would need your support in implementing faq chatbot with data champion model architecture for one of our client could you please let me know pricing for architecture model what is an data champion model any document on data champion model would be helpful with regards padmanabhan kudiarasu document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +378273,26290363864.0,IssuesEvent,2023-01-08 10:32:47,supabase/supabase,https://api.github.com/repos/supabase/supabase,opened,Properly document SECRET_KEY_BASE,documentation,"# Improve documentation + +## Describe the problem + +`SECRET_KEY_BASE` is apparently now required to properly configure the deployment. It's not clear though if this value can be set manually or even changed later or if it should be kept the default value. + +Also searching the code for `SECRET_KEY_BASE ` brings up several results where there are hardcoded values which I find quite confusing. Why are there hardcoded secrets? And should one change the value of `SECRET_KEY_BASE ` or not? + +## Describe the improvement + +Describe how to set the value. If it should be changed, what I expect, the [self-hosted docs](https://supabase.com/docs/guides/self-hosting#api-keys) should probably be updated as well. +",1.0,"Properly document SECRET_KEY_BASE - # Improve documentation + +## Describe the problem + +`SECRET_KEY_BASE` is apparently now required to properly configure the deployment. It's not clear though if this value can be set manually or even changed later or if it should be kept the default value. + +Also searching the code for `SECRET_KEY_BASE ` brings up several results where there are hardcoded values which I find quite confusing. Why are there hardcoded secrets? And should one change the value of `SECRET_KEY_BASE ` or not? + +## Describe the improvement + +Describe how to set the value. If it should be changed, what I expect, the [self-hosted docs](https://supabase.com/docs/guides/self-hosting#api-keys) should probably be updated as well. +",0,properly document secret key base improve documentation describe the problem secret key base is apparently now required to properly configure the deployment it s not clear though if this value can be set manually or even changed later or if it should be kept the default value also searching the code for secret key base brings up several results where there are hardcoded values which i find quite confusing why are there hardcoded secrets and should one change the value of secret key base or not describe the improvement describe how to set the value if it should be changed what i expect the should probably be updated as well ,0 +9188,24183289128.0,IssuesEvent,2022-09-23 10:57:22,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Article needs expansion,doc-enhancement assigned-to-author triaged architecture-center/svc Pri3 solution-idea/subsvc,"Kindly elaborate the design and describe services used and the way various components interact with each other. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0086ec3a-1c25-966d-da07-7cf4258e187f +* Version Independent ID: f96d13e8-a5a2-b3c4-8c44-0d9e32a3ddf5 +* Content: [Scalable web apps with Azure Redis Cache - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/scalable-web-apps) +* Content Source: [docs/solution-ideas/articles/scalable-web-apps.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/scalable-web-apps.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"Article needs expansion - Kindly elaborate the design and describe services used and the way various components interact with each other. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0086ec3a-1c25-966d-da07-7cf4258e187f +* Version Independent ID: f96d13e8-a5a2-b3c4-8c44-0d9e32a3ddf5 +* Content: [Scalable web apps with Azure Redis Cache - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/scalable-web-apps) +* Content Source: [docs/solution-ideas/articles/scalable-web-apps.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/scalable-web-apps.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,article needs expansion kindly elaborate the design and describe services used and the way various components interact with each other document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias edprice ,1 +5478,12557633263.0,IssuesEvent,2020-06-07 13:34:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Updated pricing options,Pri1 architecture-center/svc cxp reference-architecture/subsvc triaged," +[Enter feedback here] +Need to update the pricing section to also include serverless and autoscaling tiers + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web application - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/multi-region.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Updated pricing options - +[Enter feedback here] +Need to update the pricing section to also include serverless and autoscaling tiers + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web application - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/multi-region.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,updated pricing options need to update the pricing section to also include serverless and autoscaling tiers document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +10691,27297369676.0,IssuesEvent,2023-02-23 21:38:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Replace Windows Virtual Desktop with Azure Virtual Desktop ,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri1," +[Enter feedback here] + +There are still some references to WVD. +Replace Windows Virtual Desktop with Azure Virtual Desktop +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: f26be54d-0f67-5098-7839-98f5bb064188 +* Version Independent ID: 187fa3ce-ade9-1b07-2af3-c874ec3d0aac +* Content: [Azure Virtual Desktop for the enterprise - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/wvd/windows-virtual-desktop.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @TomHickling +* Microsoft Alias: **thhickli**",1.0,"Replace Windows Virtual Desktop with Azure Virtual Desktop - +[Enter feedback here] + +There are still some references to WVD. +Replace Windows Virtual Desktop with Azure Virtual Desktop +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: f26be54d-0f67-5098-7839-98f5bb064188 +* Version Independent ID: 187fa3ce-ade9-1b07-2af3-c874ec3d0aac +* Content: [Azure Virtual Desktop for the enterprise - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop) +* Content Source: [docs/example-scenario/wvd/windows-virtual-desktop.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/wvd/windows-virtual-desktop.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @TomHickling +* Microsoft Alias: **thhickli**",1,replace windows virtual desktop with azure virtual desktop there are still some references to wvd replace windows virtual desktop with azure virtual desktop document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login tomhickling microsoft alias thhickli ,1 +5367,12400225208.0,IssuesEvent,2020-05-21 07:22:14,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Wrong info about NoSQL,Pri1 architecture-center/svc cloud-fundamentals/subsvc cxp doc-enhancement triaged,"You say about NoSQL: +""(The term isn't quite accurate, because many non-relational data stores support SQL compatible queries.)"" +I thought it stood for ""Not Only SQL"", in which case it is completely accurate! + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4bf39ec6-5a99-ca3d-8913-9021898dcfbb +* Version Independent ID: 7aa2e806-302b-23b3-7002-1dfed4b7dd28 +* Content: [Azure Data Architecture Guide - Azure Architecture Center](https://docs.microsoft.com/en-gb/azure/architecture/data-guide/) +* Content Source: [docs/data-guide/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/index.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"Wrong info about NoSQL - You say about NoSQL: +""(The term isn't quite accurate, because many non-relational data stores support SQL compatible queries.)"" +I thought it stood for ""Not Only SQL"", in which case it is completely accurate! + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 4bf39ec6-5a99-ca3d-8913-9021898dcfbb +* Version Independent ID: 7aa2e806-302b-23b3-7002-1dfed4b7dd28 +* Content: [Azure Data Architecture Guide - Azure Architecture Center](https://docs.microsoft.com/en-gb/azure/architecture/data-guide/) +* Content Source: [docs/data-guide/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/index.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,wrong info about nosql you say about nosql the term isn t quite accurate because many non relational data stores support sql compatible queries i thought it stood for not only sql in which case it is completely accurate document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login mikewasson microsoft alias pnp ,1 +7417,17766369811.0,IssuesEvent,2021-08-30 08:03:49,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Feedback on Azure AD and on-premise AD DS integration,cxp product-feedback kudos triaged architecture-center/svc example-scenario/subsvc,"The architecture diagram is probably the most interesting resource at the point of setting up a new AD from scratch. If you require on-premise control, assume the Azure AD to be an add-on rather than the core of your directory! Thankfully, hybrid configurations are blessed and will remain supported for some time. + +Note that all components on the Azure cloud are brought under a SINGLE TENANT. This means; + +- =single organization +- =single ""on-premise AD domain"", the onmicrosoft.com one +- =multiple routable web domains, but no re-use possible between different tenants +- =single container of Microsoft 365 data (SharePoint, Exchange, Teams/Skype) +- =Microsoft 365 and Azure cloud resources are isolated from other Azure tenants + +All your different on-premise AD DS sites and domains get flattened while syncing to Azure AD, so don't make a too complex AD logical structure if you intend to move fully cloud-managed! +Don't go fully managed cloud (yet) if you require Microsoft Endpoint Configuration Manager (SCCM). + +EDIT; OOPS, sorry for the ping. 🙏 +It was my intention to leave a comment for the next reader(s). Not to provide feedback on the content. I figured this was a fully automated way of processing comments for the docs. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9dbf62e6-49ab-a499-f82e-e0ade93ce2e2 +* Version Independent ID: 08bbadc2-c2f9-1c43-b541-e5e2554931fc +* Content: [Multiple forests with AD DS and Azure AD - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/multi-forest) +* Content Source: [docs/example-scenario/wvd/multi-forest.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/multi-forest.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @nehalineogi +* Microsoft Alias: **pnp**",1.0,"Feedback on Azure AD and on-premise AD DS integration - The architecture diagram is probably the most interesting resource at the point of setting up a new AD from scratch. If you require on-premise control, assume the Azure AD to be an add-on rather than the core of your directory! Thankfully, hybrid configurations are blessed and will remain supported for some time. + +Note that all components on the Azure cloud are brought under a SINGLE TENANT. This means; + +- =single organization +- =single ""on-premise AD domain"", the onmicrosoft.com one +- =multiple routable web domains, but no re-use possible between different tenants +- =single container of Microsoft 365 data (SharePoint, Exchange, Teams/Skype) +- =Microsoft 365 and Azure cloud resources are isolated from other Azure tenants + +All your different on-premise AD DS sites and domains get flattened while syncing to Azure AD, so don't make a too complex AD logical structure if you intend to move fully cloud-managed! +Don't go fully managed cloud (yet) if you require Microsoft Endpoint Configuration Manager (SCCM). + +EDIT; OOPS, sorry for the ping. 🙏 +It was my intention to leave a comment for the next reader(s). Not to provide feedback on the content. I figured this was a fully automated way of processing comments for the docs. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9dbf62e6-49ab-a499-f82e-e0ade93ce2e2 +* Version Independent ID: 08bbadc2-c2f9-1c43-b541-e5e2554931fc +* Content: [Multiple forests with AD DS and Azure AD - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/multi-forest) +* Content Source: [docs/example-scenario/wvd/multi-forest.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/multi-forest.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @nehalineogi +* Microsoft Alias: **pnp**",1,feedback on azure ad and on premise ad ds integration the architecture diagram is probably the most interesting resource at the point of setting up a new ad from scratch if you require on premise control assume the azure ad to be an add on rather than the core of your directory thankfully hybrid configurations are blessed and will remain supported for some time note that all components on the azure cloud are brought under a single tenant this means single organization single on premise ad domain the onmicrosoft com one multiple routable web domains but no re use possible between different tenants single container of microsoft data sharepoint exchange teams skype microsoft and azure cloud resources are isolated from other azure tenants all your different on premise ad ds sites and domains get flattened while syncing to azure ad so don t make a too complex ad logical structure if you intend to move fully cloud managed don t go fully managed cloud yet if you require microsoft endpoint configuration manager sccm edit oops sorry for the ping 🙏 it was my intention to leave a comment for the next reader s not to provide feedback on the content i figured this was a fully automated way of processing comments for the docs document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login nehalineogi microsoft alias pnp ,1 +6043,13542523963.0,IssuesEvent,2020-09-16 17:28:51,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Awesome!,Pri2 architecture-center/svc assigned-to-author kudos solution-idea/subsvc triaged," +[Enter feedback here] + +This is great use case! Any detailing would be much appreciated! Especially on selection of each of the tools ,their pros and cons.And any issues or anti-pattern to watch for. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c2a5d359-b35d-f8c1-480e-ea9aff4255b5 +* Version Independent ID: 971a1042-d297-7cda-2961-3f5b1b422a9b +* Content: [Anomaly Detector Process - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/anomaly-detector-process) +* Content Source: [docs/solution-ideas/articles/anomaly-detector-process.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/anomaly-detector-process.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Awesome! - +[Enter feedback here] + +This is great use case! Any detailing would be much appreciated! Especially on selection of each of the tools ,their pros and cons.And any issues or anti-pattern to watch for. +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c2a5d359-b35d-f8c1-480e-ea9aff4255b5 +* Version Independent ID: 971a1042-d297-7cda-2961-3f5b1b422a9b +* Content: [Anomaly Detector Process - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/anomaly-detector-process) +* Content Source: [docs/solution-ideas/articles/anomaly-detector-process.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/anomaly-detector-process.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,awesome this is great use case any detailing would be much appreciated especially on selection of each of the tools their pros and cons and any issues or anti pattern to watch for document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +9178,24170426156.0,IssuesEvent,2022-09-22 18:41:11,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,AWS to Azure services comparison - missing AWS services,doc-enhancement assigned-to-author triaged architecture-center/svc cloud-fundamentals/subsvc Pri1,"Under [Database](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#database), you may also want to include: + +* [Amazon Neptune](https://aws.amazon.com/neptune/) - aligns to Azure Cosmos DB Gremlin API +* [Amazon MemoryDB](https://aws.amazon.com/memorydb/) - aligns to the Cache for Redis + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **yuanzhiqu**",1.0,"AWS to Azure services comparison - missing AWS services - Under [Database](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#database), you may also want to include: + +* [Amazon Neptune](https://aws.amazon.com/neptune/) - aligns to Azure Cosmos DB Gremlin API +* [Amazon MemoryDB](https://aws.amazon.com/memorydb/) - aligns to the Cache for Redis + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **yuanzhiqu**",1,aws to azure services comparison missing aws services under you may also want to include aligns to azure cosmos db gremlin api aligns to the cache for redis document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login edprice msft microsoft alias yuanzhiqu ,1 +5995,13463442584.0,IssuesEvent,2020-09-09 17:35:56,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Loan Credit Risk Solution,Pri2 architecture-center/svc assigned-to-author doc-enhancement solution-idea/subsvc triaged," +Hi, I'm Atul and I'd love to check out the complete solution for the loan credit risk solution on Azure and then try and run it in Azure as well. Thanks. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ed6476ec-ceb9-cb1a-92dd-5dbe50b729a0 +* Version Independent ID: 0081a02f-b8d0-0945-51e7-a9a53c47f66d +* Content: [Loan Credit Risk + Default Modeling - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/loan-credit-risk-analyzer-and-default-modeling#feedback) +* Content Source: [docs/solution-ideas/articles/loan-credit-risk-analyzer-and-default-modeling.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/loan-credit-risk-analyzer-and-default-modeling.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Loan Credit Risk Solution - +Hi, I'm Atul and I'd love to check out the complete solution for the loan credit risk solution on Azure and then try and run it in Azure as well. Thanks. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ed6476ec-ceb9-cb1a-92dd-5dbe50b729a0 +* Version Independent ID: 0081a02f-b8d0-0945-51e7-a9a53c47f66d +* Content: [Loan Credit Risk + Default Modeling - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/loan-credit-risk-analyzer-and-default-modeling#feedback) +* Content Source: [docs/solution-ideas/articles/loan-credit-risk-analyzer-and-default-modeling.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/loan-credit-risk-analyzer-and-default-modeling.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,loan credit risk solution hi i m atul and i d love to check out the complete solution for the loan credit risk solution on azure and then try and run it in azure as well thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +112561,24294328108.0,IssuesEvent,2022-09-29 08:51:56,microsoft/AL,https://api.github.com/repos/microsoft/AL,closed,Sticky Scroll : incomplete outline model,ships-in-future-update developer-productivity vscode-integration accepted,"Hi, I am filing a bug concerning AL and the sticky scroll feature in VS Code which I am developing. I talked previously to a person working on the AL team who mentioned precisely this issue through email, and it would seem like the fix is under development. In order to allow other users to track the issue, I will create this one. + +The link to the issue filed on the VS Code side is : https://github.com/microsoft/vscode/issues/159335. I tested on Insiders and I find that the return value of VS Code's function OutlineModel.create() (which creates the outline using AL's document symbol provider) has an incomplete structure. I attach here a picture of the outline model printed in the developer tools after the creation, alongside the original code. + +![issue](https://user-images.githubusercontent.com/61460952/187153515-5f13c183-4820-4343-8aac-79215d1919f5.png) + +I can see several differences with what the input to sticky scroll is expected to be: + +1. The key ending with `layout` in the tree should have as a child the scope corresponding to `field`. Currently the children array of the `layout` scope seems to be empty. +2. Both the range and the selection range corresponding to the `layout` scope show that endLineNumber is 6 and not 19, where the actual scope ends. +3. The selectionRange should show as startLineNumber 4, not 3, as 4 corresponds to the line number where the scope actually starts, independently of the [TEST] decoration placed above it and other comments that could be present before the scope. + +Thanks for the help, and I remain at your disposable for answering any questions. +",1.0,"Sticky Scroll : incomplete outline model - Hi, I am filing a bug concerning AL and the sticky scroll feature in VS Code which I am developing. I talked previously to a person working on the AL team who mentioned precisely this issue through email, and it would seem like the fix is under development. In order to allow other users to track the issue, I will create this one. + +The link to the issue filed on the VS Code side is : https://github.com/microsoft/vscode/issues/159335. I tested on Insiders and I find that the return value of VS Code's function OutlineModel.create() (which creates the outline using AL's document symbol provider) has an incomplete structure. I attach here a picture of the outline model printed in the developer tools after the creation, alongside the original code. + +![issue](https://user-images.githubusercontent.com/61460952/187153515-5f13c183-4820-4343-8aac-79215d1919f5.png) + +I can see several differences with what the input to sticky scroll is expected to be: + +1. The key ending with `layout` in the tree should have as a child the scope corresponding to `field`. Currently the children array of the `layout` scope seems to be empty. +2. Both the range and the selection range corresponding to the `layout` scope show that endLineNumber is 6 and not 19, where the actual scope ends. +3. The selectionRange should show as startLineNumber 4, not 3, as 4 corresponds to the line number where the scope actually starts, independently of the [TEST] decoration placed above it and other comments that could be present before the scope. + +Thanks for the help, and I remain at your disposable for answering any questions. +",0,sticky scroll incomplete outline model hi i am filing a bug concerning al and the sticky scroll feature in vs code which i am developing i talked previously to a person working on the al team who mentioned precisely this issue through email and it would seem like the fix is under development in order to allow other users to track the issue i will create this one the link to the issue filed on the vs code side is i tested on insiders and i find that the return value of vs code s function outlinemodel create which creates the outline using al s document symbol provider has an incomplete structure i attach here a picture of the outline model printed in the developer tools after the creation alongside the original code i can see several differences with what the input to sticky scroll is expected to be the key ending with layout in the tree should have as a child the scope corresponding to field currently the children array of the layout scope seems to be empty both the range and the selection range corresponding to the layout scope show that endlinenumber is and not where the actual scope ends the selectionrange should show as startlinenumber not as corresponds to the line number where the scope actually starts independently of the decoration placed above it and other comments that could be present before the scope thanks for the help and i remain at your disposable for answering any questions ,0 +10337,26793231067.0,IssuesEvent,2023-02-01 10:02:17,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Cannot find a general ""Azure"" icon",doc-enhancement assigned-to-author triaged architecture-center/svc Pri2,"It would be very handy to have a general ""Azure"" (the blue A symbol) icon in the download pack. +For people doing multi-cloud-provider architectures. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Cannot find a general ""Azure"" icon - It would be very handy to have a general ""Azure"" (the blue A symbol) icon in the download pack. +For people doing multi-cloud-provider architectures. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,cannot find a general azure icon it would be very handy to have a general azure the blue a symbol icon in the download pack for people doing multi cloud provider architectures document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +6253,14008308164.0,IssuesEvent,2020-10-28 23:21:49,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,The German translation of the pattern name is nonsense. ,Pri2 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc triaged," +""Muster für die Anspruchsprüfung"" is outrageously wrong. + +The entire article's translation is so embarrassing that I don't even know where to start. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1970e0cd-53ae-02f6-479b-9ca386a5220e +* Version Independent ID: 8a81baa3-61c2-a8f6-540c-9a239583b8d6 +* Content: [Claim-Check pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/claim-check) +* Content Source: [docs/patterns/claim-check.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/claim-check.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @yorek +* Microsoft Alias: **pnp**",1.0,"The German translation of the pattern name is nonsense. - +""Muster für die Anspruchsprüfung"" is outrageously wrong. + +The entire article's translation is so embarrassing that I don't even know where to start. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1970e0cd-53ae-02f6-479b-9ca386a5220e +* Version Independent ID: 8a81baa3-61c2-a8f6-540c-9a239583b8d6 +* Content: [Claim-Check pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/claim-check) +* Content Source: [docs/patterns/claim-check.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/claim-check.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @yorek +* Microsoft Alias: **pnp**",1,the german translation of the pattern name is nonsense muster für die anspruchsprüfung is outrageously wrong the entire article s translation is so embarrassing that i don t even know where to start document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login yorek microsoft alias pnp ,1 +10471,26995338504.0,IssuesEvent,2023-02-10 00:12:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Link pages on queue based levelling,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"There should be links both ways between these pages, since one is really a specialisation of the other. +- https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/web-queue-worker +- https://docs.microsoft.com/en-us/azure/architecture/patterns/queue-based-load-leveling + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 495b2ac1-3a9c-d1db-2b46-bbfbd0a4b538 +* Version Independent ID: 2f6008fa-9b45-6ce1-13b5-74f82550f715 +* Content: [Web-Queue-Worker architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/web-queue-worker) +* Content Source: [docs/guide/architecture-styles/web-queue-worker.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/architecture-styles/web-queue-worker.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Link pages on queue based levelling - There should be links both ways between these pages, since one is really a specialisation of the other. +- https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/web-queue-worker +- https://docs.microsoft.com/en-us/azure/architecture/patterns/queue-based-load-leveling + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 495b2ac1-3a9c-d1db-2b46-bbfbd0a4b538 +* Version Independent ID: 2f6008fa-9b45-6ce1-13b5-74f82550f715 +* Content: [Web-Queue-Worker architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/web-queue-worker) +* Content Source: [docs/guide/architecture-styles/web-queue-worker.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/architecture-styles/web-queue-worker.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,link pages on queue based levelling there should be links both ways between these pages since one is really a specialisation of the other document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias pnp ,1 +5013,11949814805.0,IssuesEvent,2020-04-03 14:14:53,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,How would that work in case there is some common components,Pri1 architecture-center/svc assigned-to-author product-question reference-architecture/subsvc triaged,"Let's say the code has some common features that more than one service is using. How would such a thing work in the CI/CD mentioned here? +Also is it possible to have another docs for Gitflow instead of trunk based development? +In the Github repo, there is one pipeline for each micro-service. Would it be better to have a gated build for branch code to run everything including unit tests and docker-compose to validate the PR content and then once the pr is approved develop branch build kicks in and do the same plus pushing images to Container Registry and publishing the artifacts for later use? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 57f4d213-3eb1-5b4c-aa67-116e8fa36f7d +* Version Independent ID: 18199b5a-8f57-6574-c795-7540199ae49a +* Content: [Building a CI/CD pipeline for microservices on Kubernetes - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/ci-cd-kubernetes?source=docs) +* Content Source: [docs/microservices/ci-cd-kubernetes.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/ci-cd-kubernetes.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"How would that work in case there is some common components - Let's say the code has some common features that more than one service is using. How would such a thing work in the CI/CD mentioned here? +Also is it possible to have another docs for Gitflow instead of trunk based development? +In the Github repo, there is one pipeline for each micro-service. Would it be better to have a gated build for branch code to run everything including unit tests and docker-compose to validate the PR content and then once the pr is approved develop branch build kicks in and do the same plus pushing images to Container Registry and publishing the artifacts for later use? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 57f4d213-3eb1-5b4c-aa67-116e8fa36f7d +* Version Independent ID: 18199b5a-8f57-6574-c795-7540199ae49a +* Content: [Building a CI/CD pipeline for microservices on Kubernetes - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/microservices/ci-cd-kubernetes?source=docs) +* Content Source: [docs/microservices/ci-cd-kubernetes.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/ci-cd-kubernetes.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,how would that work in case there is some common components let s say the code has some common features that more than one service is using how would such a thing work in the ci cd mentioned here also is it possible to have another docs for gitflow instead of trunk based development in the github repo there is one pipeline for each micro service would it be better to have a gated build for branch code to run everything including unit tests and docker compose to validate the pr content and then once the pr is approved develop branch build kicks in and do the same plus pushing images to container registry and publishing the artifacts for later use document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +11080,27968234571.0,IssuesEvent,2023-03-24 21:55:37,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Architecture flow diagram not correct,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc,"Looking at the architecture flow diagram, I have a few comments on things that don't look correct (see screenshot image) + +1. Typo. ""loud"" should be ""cloud"" +2. ""Build New"" needs to connect up with containerized. The diagram, shows containerization only relevant for ""Migrations"" which isn't correct +3. This is not an error, but not great advice IMHO. ACI should be replaced with Container Apps. This diagram may lead some to use ACI for production workloads that don't need ""full orchestration"". I would suggest that in almost all cases for production apps, Container Apps is more suited for production use cases, given that ACI can't scale more than 1 instance + +Thanks for the initiative with this diagram, it's useful as a basic tool to investigating services for right purpose + +![image](https://user-images.githubusercontent.com/4918407/188393249-297be9f1-5d6a-4fb4-8d88-77556a197da5.png) + + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree?WT.mc_id=javascript-74010-ninarasi) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures** + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree?WT.mc_id=javascript-74010-ninarasi) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Architecture flow diagram not correct - Looking at the architecture flow diagram, I have a few comments on things that don't look correct (see screenshot image) + +1. Typo. ""loud"" should be ""cloud"" +2. ""Build New"" needs to connect up with containerized. The diagram, shows containerization only relevant for ""Migrations"" which isn't correct +3. This is not an error, but not great advice IMHO. ACI should be replaced with Container Apps. This diagram may lead some to use ACI for production workloads that don't need ""full orchestration"". I would suggest that in almost all cases for production apps, Container Apps is more suited for production use cases, given that ACI can't scale more than 1 instance + +Thanks for the initiative with this diagram, it's useful as a basic tool to investigating services for right purpose + +![image](https://user-images.githubusercontent.com/4918407/188393249-297be9f1-5d6a-4fb4-8d88-77556a197da5.png) + + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree?WT.mc_id=javascript-74010-ninarasi) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures** + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree?WT.mc_id=javascript-74010-ninarasi) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,architecture flow diagram not correct looking at the architecture flow diagram i have a few comments on things that don t look correct see screenshot image typo loud should be cloud build new needs to connect up with containerized the diagram shows containerization only relevant for migrations which isn t correct this is not an error but not great advice imho aci should be replaced with container apps this diagram may lead some to use aci for production workloads that don t need full orchestration i would suggest that in almost all cases for production apps container apps is more suited for production use cases given that aci can t scale more than instance thanks for the initiative with this diagram it s useful as a basic tool to investigating services for right purpose document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures ,1 +5285,2610184704.0,IssuesEvent,2015-02-26 18:58:42,chrsmith/quchuseban,https://api.github.com/repos/chrsmith/quchuseban,opened,资讯怎么样才能祛除色斑 ,auto-migrated Priority-Medium Type-Defect,"``` +《摘要》 +岁月划破了伤痛的过往,却留给了我更深的迷茫。曾一个人�� +�过,眼泪忍不住流淌,可那时依旧还怀着梦想与期盼,充满� +��对幸福的幻想,直到有一天,发现这个世界并不只是为我一 +个人而存在的,呼啸而来的记忆压得我喘不过气,才明白,�� +�曾那么的坚强。看着越来越多的色斑,我只有不断的叹息,� +��来美丽如此短暂!怎么样才能祛除色斑, +《客户案例》 +  在我的生活当中,要问我对自己最不满意的地方是什么�� +�想想,就是我的一脸黄褐斑了。我的皮肤属于比较白的那种� +��生,在很小的时候,鼻梁就有一点黄褐斑,但那时斑是若隐 +若现,不多也不明显。后来毕业工作了,因为做的是经常对�� +�电脑的文员工作,电脑辐射本身对皮肤伤害很大,我平常又� +��有特别注意清洁皮肤,再加上日常饮食不注意,时常还熬夜 +看书……种种原因,我的黄褐斑加重了,鼻梁上的斑也开始�� +�散到面部。平常喜欢照镜子穿衣打扮的我,开始害怕仔细看� +��子里的自己。爱美的我,一想到自己脸上布满黄褐斑的情景 +,就不寒而栗。
+  后来一次偶然的机会,再一次跟客服交流的时候他知道�� +�我的苦恼,于是他就笑着对我说你怎么不早点碰到我呢,最� +��他说你用黛芙薇尔试试吧,效果很不错的,他以前就是用黛 +芙薇尔告别的斑点。回到家中我详细的在官网上了解了这款�� +�品,据黛芙薇尔专家讲,之
+  所以会长斑是体内内分泌紊乱,毒素排泄不畅,长期形�� +�的斑。而黛芙薇尔祛斑就是通过内调外养的方法,涂抹调理� +��从皮肤深层着手,是从体内根本上改变身体自洁系统,可以 +使机体有效消解异常黑色素,有效抑制黑色素的形成,清除�� +�内自由基,抵抗氧化,还原皮肤真皮层弹力,达到美白祛斑� +��作用!。最后通过深入的了解我决定购买两个周期的黛芙薇�� +�祛斑,最后我通过客服的引导买了两个周期的黛芙薇尔。
+  我刚使用到一个周期的时候我发现效果真的很不错,于�� +�我就有定购了三个周期的,想彻底祛除这脸上的黄褐斑,然� +��在使用黛芙薇尔三个周期后,如今,我脸上的色斑不仅完全 +去除了,而且感觉很滋润,不用洗面奶也仍然能保持清爽,�� +�会太油腻了。真没想到黛芙薇尔还有这么好的效果,嘿嘿,� +��斑的朋友们,建议你们也尝试一下黛芙薇尔,效果真棒!在�� +�推荐给大家。 +阅读了怎么样才能祛除色斑,再看脸上容易长斑的原因: +《色斑形成原因》 +  内部因素 +  一、压力 +  当人受到压力时,就会分泌肾上腺素,为对付压力而做�� +�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� +��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 +。 +  二、荷尔蒙分泌失调 +  避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� +�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� +��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 +中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 +现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� +�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� +��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 +以需要更加注意。 +  三、新陈代谢缓慢 +  肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� +�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� +��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 +内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� +�时候,紫外线的照射也会加速斑的形成。 +  四、错误的使用化妆品 +  使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� +�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� +��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 +问题。 +  外部因素 +  一、紫外线 +  照射紫外线的时候,人体为了保护皮肤,会在基底层产�� +�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� +��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, +还会引起黑斑、雀斑等色素沉着的皮肤疾患。 +  二、不良的清洁习惯 +  因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� +�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� +��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 +问题。 +  三、遗传基因 +  父母中有长斑的,则本人长斑的概率就很高,这种情况�� +�一定程度上就可判定是遗传基因的作用。所以家里特别是长� +��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 +线照射,这是预防斑必须注意的。 +《有疑问帮你解决》 +  1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� +�去掉吗? +  答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� +�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� +��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 +,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� +�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� +��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 +而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� +�客都是通过老顾客介绍而来,口碑由此而来! +  2,服用黛芙薇尔美白,会伤身体吗?有副作用吗? +  答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� +�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� +��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 +效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� +�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� +�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� +��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 +之美。 +专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� +�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖! +  3,去除黄褐斑之后,会反弹吗? +  答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� +�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� +��据斑的形成原因精心研制而成用事实说话,让消费者打分。 +树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� +��如果效果不好,会有客户转介绍吗? +  4,你们的价格有点贵,能不能便宜一点? +  答:如果您使用西药最少需要2000���,煎服的药最少需要3 +000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� +��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� +�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� +��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� +�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗 +  5,我适合用黛芙薇尔精华液吗? +  答:黛芙薇尔适用人群: +  1、生理紊乱引起的黄褐斑人群 +  2、生育引起的妊娠斑人群 +  3、年纪增长引起的老年斑人群 +  4、化妆品色素沉积、辐射斑人群 +  5、长期日照引起的日晒斑人群 +  6、肌肤暗淡急需美白的人群 +《祛斑小方法》 +怎么样才能祛除色斑,同时为您分享祛斑小方法 +天生长斑最多见于天生脾脏不太好的人群中,想要肌肤白皙�� +�光泽 +必须长期内调,做好补血养气的工作才能让自己摆脱天生长�� +�的问题。红枣、阿胶、 +红豆等都是补血的佳品,山药、洋芋、土豆这些常见的食物�� +�很好的补气作用。当然除了补气补血外,体内调理好了,那� +��长斑的机会就更少了。 + +``` + +----- +Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 3:25",1.0,"资讯怎么样才能祛除色斑 - ``` +《摘要》 +岁月划破了伤痛的过往,却留给了我更深的迷茫。曾一个人�� +�过,眼泪忍不住流淌,可那时依旧还怀着梦想与期盼,充满� +��对幸福的幻想,直到有一天,发现这个世界并不只是为我一 +个人而存在的,呼啸而来的记忆压得我喘不过气,才明白,�� +�曾那么的坚强。看着越来越多的色斑,我只有不断的叹息,� +��来美丽如此短暂!怎么样才能祛除色斑, +《客户案例》 +  在我的生活当中,要问我对自己最不满意的地方是什么�� +�想想,就是我的一脸黄褐斑了。我的皮肤属于比较白的那种� +��生,在很小的时候,鼻梁就有一点黄褐斑,但那时斑是若隐 +若现,不多也不明显。后来毕业工作了,因为做的是经常对�� +�电脑的文员工作,电脑辐射本身对皮肤伤害很大,我平常又� +��有特别注意清洁皮肤,再加上日常饮食不注意,时常还熬夜 +看书……种种原因,我的黄褐斑加重了,鼻梁上的斑也开始�� +�散到面部。平常喜欢照镜子穿衣打扮的我,开始害怕仔细看� +��子里的自己。爱美的我,一想到自己脸上布满黄褐斑的情景 +,就不寒而栗。
+  后来一次偶然的机会,再一次跟客服交流的时候他知道�� +�我的苦恼,于是他就笑着对我说你怎么不早点碰到我呢,最� +��他说你用黛芙薇尔试试吧,效果很不错的,他以前就是用黛 +芙薇尔告别的斑点。回到家中我详细的在官网上了解了这款�� +�品,据黛芙薇尔专家讲,之
+  所以会长斑是体内内分泌紊乱,毒素排泄不畅,长期形�� +�的斑。而黛芙薇尔祛斑就是通过内调外养的方法,涂抹调理� +��从皮肤深层着手,是从体内根本上改变身体自洁系统,可以 +使机体有效消解异常黑色素,有效抑制黑色素的形成,清除�� +�内自由基,抵抗氧化,还原皮肤真皮层弹力,达到美白祛斑� +��作用!。最后通过深入的了解我决定购买两个周期的黛芙薇�� +�祛斑,最后我通过客服的引导买了两个周期的黛芙薇尔。
+  我刚使用到一个周期的时候我发现效果真的很不错,于�� +�我就有定购了三个周期的,想彻底祛除这脸上的黄褐斑,然� +��在使用黛芙薇尔三个周期后,如今,我脸上的色斑不仅完全 +去除了,而且感觉很滋润,不用洗面奶也仍然能保持清爽,�� +�会太油腻了。真没想到黛芙薇尔还有这么好的效果,嘿嘿,� +��斑的朋友们,建议你们也尝试一下黛芙薇尔,效果真棒!在�� +�推荐给大家。 +阅读了怎么样才能祛除色斑,再看脸上容易长斑的原因: +《色斑形成原因》 +  内部因素 +  一、压力 +  当人受到压力时,就会分泌肾上腺素,为对付压力而做�� +�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� +��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 +。 +  二、荷尔蒙分泌失调 +  避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� +�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� +��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 +中因女性荷尔蒙雌激素的增加,从怀孕4��5个月开始会容易出 +现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� +�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� +��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 +以需要更加注意。 +  三、新陈代谢缓慢 +  肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� +�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� +��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 +内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� +�时候,紫外线的照射也会加速斑的形成。 +  四、错误的使用化妆品 +  使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� +�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� +��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 +问题。 +  外部因素 +  一、紫外线 +  照射紫外线的时候,人体为了保护皮肤,会在基底层产�� +�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� +��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, +还会引起黑斑、雀斑等色素沉着的皮肤疾患。 +  二、不良的清洁习惯 +  因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� +�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� +��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 +问题。 +  三、遗传基因 +  父母中有长斑的,则本人长斑的概率就很高,这种情况�� +�一定程度上就可判定是遗传基因的作用。所以家里特别是长� +��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 +线照射,这是预防斑必须注意的。 +《有疑问帮你解决》 +  1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� +�去掉吗? +  答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� +�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� +��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 +,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� +�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� +��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 +而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� +�客都是通过老顾客介绍而来,口碑由此而来! +  2,服用黛芙薇尔美白,会伤身体吗?有副作用吗? +  答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� +�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� +��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 +效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� +�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� +�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� +��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 +之美。 +专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� +�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖! +  3,去除黄褐斑之后,会反弹吗? +  答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� +�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� +��据斑的形成原因精心研制而成用事实说话,让消费者打分。 +树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� +��如果效果不好,会有客户转介绍吗? +  4,你们的价格有点贵,能不能便宜一点? +  答:如果您使用西药最少需要2000元,煎服的药最少需要3 +000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� +��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� +�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� +��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� +�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗 +  5,我适合用黛芙薇尔精华液吗? +  答:黛芙薇尔适用人群: +  1、生理紊乱引起的黄褐斑人群 +  2、生育引起的妊娠斑人群 +  3、年纪增长引起的老年斑人群 +  4、化妆品色素沉积、辐射斑人群 +  5、长期日照引起的日晒斑人群 +  6、肌肤暗淡急需美白的人群 +《祛斑小方法》 +怎么样才能祛除色斑,同时为您分享祛斑小方法 +天生长斑最多见于天生脾脏不太好的人群中,想要肌肤白皙�� +�光泽 +必须长期内调,做好补血养气的工作才能让自己摆脱天生长�� +�的问题。红枣、阿胶、 +红豆等都是补血的佳品,山药、洋芋、土豆这些常见的食物�� +�很好的补气作用。当然除了补气补血外,体内调理好了,那� +��长斑的机会就更少了。 + +``` + +----- +Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 3:25",0,资讯怎么样才能祛除色斑 《摘要》 岁月划破了伤痛的过往,却留给了我更深的迷茫。曾一个人�� �过,眼泪忍不住流淌,可那时依旧还怀着梦想与期盼,充满� ��对幸福的幻想,直到有一天,发现这个世界并不只是为我一 个人而存在的,呼啸而来的记忆压得我喘不过气,才明白,�� �曾那么的坚强。看着越来越多的色斑,我只有不断的叹息,� ��来美丽如此短暂!怎么样才能祛除色斑, 《客户案例》   在我的生活当中,要问我对自己最不满意的地方是什么�� �想想,就是我的一脸黄褐斑了。我的皮肤属于比较白的那种� ��生,在很小的时候,鼻梁就有一点黄褐斑,但那时斑是若隐 若现,不多也不明显。后来毕业工作了,因为做的是经常对�� �电脑的文员工作,电脑辐射本身对皮肤伤害很大,我平常又� ��有特别注意清洁皮肤,再加上日常饮食不注意,时常还熬夜 看书……种种原因,我的黄褐斑加重了,鼻梁上的斑也开始�� �散到面部。平常喜欢照镜子穿衣打扮的我,开始害怕仔细看� ��子里的自己。爱美的我,一想到自己脸上布满黄褐斑的情景 ,就不寒而栗。   后来一次偶然的机会,再一次跟客服交流的时候他知道�� �我的苦恼,于是他就笑着对我说你怎么不早点碰到我呢,最� ��他说你用黛芙薇尔试试吧,效果很不错的,他以前就是用黛 芙薇尔告别的斑点。回到家中我详细的在官网上了解了这款�� �品,据黛芙薇尔专家讲,之   所以会长斑是体内内分泌紊乱,毒素排泄不畅,长期形�� �的斑。而黛芙薇尔祛斑就是通过内调外养的方法,涂抹调理� ��从皮肤深层着手,是从体内根本上改变身体自洁系统,可以 使机体有效消解异常黑色素,有效抑制黑色素的形成,清除�� �内自由基,抵抗氧化,还原皮肤真皮层弹力,达到美白祛斑� ��作用 。最后通过深入的了解我决定购买两个周期的黛芙薇�� �祛斑,最后我通过客服的引导买了两个周期的黛芙薇尔。 br   我刚使用到一个周期的时候我发现效果真的很不错,于�� �我就有定购了三个周期的,想彻底祛除这脸上的黄褐斑,然� ��在使用黛芙薇尔三个周期后,如今,我脸上的色斑不仅完全 去除了,而且感觉很滋润,不用洗面奶也仍然能保持清爽,�� �会太油腻了。真没想到黛芙薇尔还有这么好的效果,嘿嘿,� ��斑的朋友们,建议你们也尝试一下黛芙薇尔,效果真棒 在�� �推荐给大家。 阅读了怎么样才能祛除色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》    黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗   答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来    ,服用黛芙薇尔美白,会伤身体吗 有副作用吗   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖    ,去除黄褐斑之后,会反弹吗   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗    ,你们的价格有点贵,能不能便宜一点   答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗    ,我适合用黛芙薇尔精华液吗   答:黛芙薇尔适用人群:    、生理紊乱引起的黄褐斑人群    、生育引起的妊娠斑人群    、年纪增长引起的老年斑人群    、化妆品色素沉积、辐射斑人群    、长期日照引起的日晒斑人群    、肌肤暗淡急需美白的人群 《祛斑小方法》 怎么样才能祛除色斑,同时为您分享祛斑小方法 天生长斑最多见于天生脾脏不太好的人群中,想要肌肤白皙�� �光泽 必须长期内调,做好补血养气的工作才能让自己摆脱天生长�� �的问题。红枣、阿胶、 红豆等都是补血的佳品,山药、洋芋、土豆这些常见的食物�� �很好的补气作用。当然除了补气补血外,体内调理好了,那� ��长斑的机会就更少了。 original issue reported on code google com by additive gmail com on jul at ,0 +9969,25830113430.0,IssuesEvent,2022-12-12 15:32:42,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Choose a candidate service flowchart corrections,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc," +Hello maintainers, + +The candidate selection graph is incorrect and is causing the Azure Service Fabrics usage is to be less than it should be as it does in fact support all of dotnet and java SDKs. SF should also be available for non-managed service. How does one update the diagram and publish amendments and so on? I will be glad to contribute. Thanks + +Wayne + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @paolosalvatori +* Microsoft Alias: **paolos**",1.0,"Choose a candidate service flowchart corrections - +Hello maintainers, + +The candidate selection graph is incorrect and is causing the Azure Service Fabrics usage is to be less than it should be as it does in fact support all of dotnet and java SDKs. SF should also be available for non-managed service. How does one update the diagram and publish amendments and so on? I will be glad to contribute. Thanks + +Wayne + + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @paolosalvatori +* Microsoft Alias: **paolos**",1,choose a candidate service flowchart corrections hello maintainers the candidate selection graph is incorrect and is causing the azure service fabrics usage is to be less than it should be as it does in fact support all of dotnet and java sdks sf should also be available for non managed service how does one update the diagram and publish amendments and so on i will be glad to contribute thanks wayne document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login paolosalvatori microsoft alias paolos ,1 +321060,23837519569.0,IssuesEvent,2022-09-06 07:31:01,jlevesy/kudo,https://api.github.com/repos/jlevesy/kudo,closed,Set up documentation website,kind/task area/documentation status/accepted,"### What needs to be done? + +We need a documentation website that should carry minimal information on how to use kudo. + +- Ideally, it would live in-tree (no documentation website repo) +- I would favor using `hugo` and [docsy](https://www.docsy.dev/docs/get-started/docsy-as-module/start-from-scratch/) +- It'll be hosted on githubpages, under jlevesy.github.io/kudo +- Deployed automatically at each merge on main + +At this stage, kudo is highly unstable so I wouldn't dive into too much details at the moment. But at least: +- an intro on what kudo actually does +- a getting stated guide, (even if installation is left to define at the moment) with a quick example demonstrating the use case. +- its main concepts (escalation, policies, challenges, audit sinks), + +### Acceptance Criteria + +- [ ] jlevesy.github.io/kudo serves a basic documentation website +- [ ] This website is deployed automatically on each merge on main",1.0,"Set up documentation website - ### What needs to be done? + +We need a documentation website that should carry minimal information on how to use kudo. + +- Ideally, it would live in-tree (no documentation website repo) +- I would favor using `hugo` and [docsy](https://www.docsy.dev/docs/get-started/docsy-as-module/start-from-scratch/) +- It'll be hosted on githubpages, under jlevesy.github.io/kudo +- Deployed automatically at each merge on main + +At this stage, kudo is highly unstable so I wouldn't dive into too much details at the moment. But at least: +- an intro on what kudo actually does +- a getting stated guide, (even if installation is left to define at the moment) with a quick example demonstrating the use case. +- its main concepts (escalation, policies, challenges, audit sinks), + +### Acceptance Criteria + +- [ ] jlevesy.github.io/kudo serves a basic documentation website +- [ ] This website is deployed automatically on each merge on main",0,set up documentation website what needs to be done we need a documentation website that should carry minimal information on how to use kudo ideally it would live in tree no documentation website repo i would favor using hugo and it ll be hosted on githubpages under jlevesy github io kudo deployed automatically at each merge on main at this stage kudo is highly unstable so i wouldn t dive into too much details at the moment but at least an intro on what kudo actually does a getting stated guide even if installation is left to define at the moment with a quick example demonstrating the use case its main concepts escalation policies challenges audit sinks acceptance criteria jlevesy github io kudo serves a basic documentation website this website is deployed automatically on each merge on main,0 +185475,21791042476.0,IssuesEvent,2022-05-14 22:46:06,CliffCrerar/brendons-cat,https://api.github.com/repos/CliffCrerar/brendons-cat,closed,"CVE-2018-19838 (Medium) detected in opennmsopennms-source-26.0.0-1, node-sass-4.14.1.tgz - autoclosed",security vulnerability,"## CVE-2018-19838 - Medium Severity Vulnerability +
Vulnerable Libraries - opennmsopennms-source-26.0.0-1, node-sass-4.14.1.tgz

+

+ +

node-sass-4.14.1.tgz

+ +

Wrapper around libsass

+

Library home page: https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/node-sass/package.json

+

+ +Dependency Hierarchy: + - :x: **node-sass-4.14.1.tgz** (Vulnerable Library) +

+ +

Found in HEAD commit: 665b78166390b5e3881e43ae42cf1bc6cf1f6486

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +In LibSass prior to 3.5.5, functions inside ast.cpp for IMPLEMENT_AST_OPERATORS expansion allow attackers to cause a denial-of-service resulting from stack consumption via a crafted sass file, as demonstrated by recursive calls involving clone(), cloneChildren(), and copy(). + +

Publish Date: 2018-12-04 +

URL: CVE-2018-19838

+

+
+

+
CVSS 3 Score Details (6.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: None + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/sass/libsass/releases/tag/3.5.5

+

Release Date: 2018-12-04

+

Fix Resolution: 5.0.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2018-19838 (Medium) detected in opennmsopennms-source-26.0.0-1, node-sass-4.14.1.tgz - autoclosed - ## CVE-2018-19838 - Medium Severity Vulnerability +
Vulnerable Libraries - opennmsopennms-source-26.0.0-1, node-sass-4.14.1.tgz

+

+ +

node-sass-4.14.1.tgz

+ +

Wrapper around libsass

+

Library home page: https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz

+

Path to dependency file: /package.json

+

Path to vulnerable library: /node_modules/node-sass/package.json

+

+ +Dependency Hierarchy: + - :x: **node-sass-4.14.1.tgz** (Vulnerable Library) +

+ +

Found in HEAD commit: 665b78166390b5e3881e43ae42cf1bc6cf1f6486

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +In LibSass prior to 3.5.5, functions inside ast.cpp for IMPLEMENT_AST_OPERATORS expansion allow attackers to cause a denial-of-service resulting from stack consumption via a crafted sass file, as demonstrated by recursive calls involving clone(), cloneChildren(), and copy(). + +

Publish Date: 2018-12-04 +

URL: CVE-2018-19838

+

+
+

+
CVSS 3 Score Details (6.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: None + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://github.com/sass/libsass/releases/tag/3.5.5

+

Release Date: 2018-12-04

+

Fix Resolution: 5.0.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in opennmsopennms source node sass tgz autoclosed cve medium severity vulnerability vulnerable libraries opennmsopennms source node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file package json path to vulnerable library node modules node sass package json dependency hierarchy x node sass tgz vulnerable library found in head commit a href found in base branch master vulnerability details in libsass prior to functions inside ast cpp for implement ast operators expansion allow attackers to cause a denial of service resulting from stack consumption via a crafted sass file as demonstrated by recursive calls involving clone clonechildren and copy 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 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 +10304,26694945242.0,IssuesEvent,2023-01-27 09:32:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Pricing not available,doc-bug assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"The sentence ""The pricing for CluedIn is open and transparent. You can see the pricing on their [website](https://www.cluedin.com/)."" does not seem to be correct. Pricing is not indicated on the website. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 278e83ef-9b90-cb2d-9ff6-0dd8f5ff1b87 +* Version Independent ID: 7e63fe30-9080-9207-ad0f-62263379de0c +* Content: [Master data management with Azure and CluedIn - Azure Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/cluedin) +* Content Source: [docs/reference-architectures/data/cluedin.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/data/cluedin.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **Oliver.Kaae**",2.0,"Pricing not available - The sentence ""The pricing for CluedIn is open and transparent. You can see the pricing on their [website](https://www.cluedin.com/)."" does not seem to be correct. Pricing is not indicated on the website. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 278e83ef-9b90-cb2d-9ff6-0dd8f5ff1b87 +* Version Independent ID: 7e63fe30-9080-9207-ad0f-62263379de0c +* Content: [Master data management with Azure and CluedIn - Azure Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/cluedin) +* Content Source: [docs/reference-architectures/data/cluedin.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/data/cluedin.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **Oliver.Kaae**",1,pricing not available the sentence the pricing for cluedin is open and transparent you can see the pricing on their does not seem to be correct pricing is not indicated on the website document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias oliver kaae ,1 +104185,11394886776.0,IssuesEvent,2020-01-30 10:16:07,wso2/product-apim,https://api.github.com/repos/wso2/product-apim,closed,[Doc] [APIM 3.0.0] No Documents found on Use the community Features,4.0.0 To-do documentation-required,"**Suggested Labels:** +APIM 3.0.0 + +**Description:** +Refer to document link [1] . No documents found related to Use the Community Features in APIM 3.0.0 + +[1]. https://docs.wso2.com/display/AM300/Use+the+Community+Features + +",1.0,"[Doc] [APIM 3.0.0] No Documents found on Use the community Features - **Suggested Labels:** +APIM 3.0.0 + +**Description:** +Refer to document link [1] . No documents found related to Use the Community Features in APIM 3.0.0 + +[1]. https://docs.wso2.com/display/AM300/Use+the+Community+Features + +",0, no documents found on use the community features suggested labels apim description refer to document link no documents found related to use the community features in apim ,0 +11006,27740631768.0,IssuesEvent,2023-03-15 14:07:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Async IO Mitigating risk of blocked threads,assigned-to-author triaged product-question architecture-center/svc Pri2 design-pattern/subsvc,"The docs state `Eventually resources such as memory, connections, and threads could be exhausted, preventing other users from connecting to the system`. However, isn't this issue significantly mitigated assuming we're using async IO? I can't think how connections and threads could be ""exhausted"" if we're using async IO. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 16660c68-2989-3b3b-21cb-1cf0d325070e +* Version Independent ID: e65d705e-3a0a-9ea9-382e-1ed25a704fb7 +* Content: [Circuit Breaker pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/circuit-breaker) +* Content Source: [docs/patterns/circuit-breaker.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/circuit-breaker.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Async IO Mitigating risk of blocked threads - The docs state `Eventually resources such as memory, connections, and threads could be exhausted, preventing other users from connecting to the system`. However, isn't this issue significantly mitigated assuming we're using async IO? I can't think how connections and threads could be ""exhausted"" if we're using async IO. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 16660c68-2989-3b3b-21cb-1cf0d325070e +* Version Independent ID: e65d705e-3a0a-9ea9-382e-1ed25a704fb7 +* Content: [Circuit Breaker pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/circuit-breaker) +* Content Source: [docs/patterns/circuit-breaker.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/circuit-breaker.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,async io mitigating risk of blocked threads the docs state eventually resources such as memory connections and threads could be exhausted preventing other users from connecting to the system however isn t this issue significantly mitigated assuming we re using async io i can t think how connections and threads could be exhausted if we re using async io document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login edprice msft microsoft alias pnp ,1 +3656,9936175689.0,IssuesEvent,2019-07-02 18:26:13,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Please consider to add about naming conversations for Fire Wall,architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"Please consider to add the naming conversation for Azure Firewall's Network rule and application rule. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#networking) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1.0,"Please consider to add about naming conversations for Fire Wall - Please consider to add the naming conversation for Azure Firewall's Network rule and application rule. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#networking) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,please consider to add about naming conversations for fire wall please consider to add the naming conversation for azure firewall s network rule and application rule document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login telmosampaio microsoft alias pnp ,1 +350267,31876950907.0,IssuesEvent,2023-09-16 00:36:27,nrwl/nx,https://api.github.com/repos/nrwl/nx,closed,tslib installed in package.json deps regardless of existence,type: bug blocked: retry with latest scope: misc stale,"## Current Behavior + +https://github.com/nrwl/nx/pull/6763 introduced a behavior when running `nx workspace-generator` tslib is automatically installed into the project's `dependencies`. This change does not attempt to detect `tslib` in the `devDependencies` (arguably where it belongs). This introduces an unexpected side effect when working with workspace generators and causes issues when tslib is already installed via `devDependencies`. + +## Expected Behavior + +Instead of the behavior introduced in #6763, I believe this should do the following: + +1. Initializing an nx workspace should already include `tslib` as a `devDependencies` +2. If `tslib` is only essential for workspace generators and should not be part of an nx workspace initialization, then it should be installed as a `devDependencies` and not a regular `dependencies` +3. If `tslib` is already installed as either a `dependencies` or `devDependencies`, it should not be installed regardless. + +Point 3 above is the most important IMO but I'd like to see 1 and/or 2 addressed. + + + + +## Steps to Reproduce + +I can push up a repo if you need it but the reproduction can be seen easily by running the following commands in your terminal: + +``` +npx create-nx-workspace +# choose any of the presets - it doesn't matter +nx generate @nrwl/workspace:workspace-generator my-generator +nx workspace-generator my-generator test +``` + +See tslib added to `dependencies` in package.json + +Alternatively to see 3 in action, do the following instead: + +``` +npx create-nx-workspace +# choose any of the presets - it doesn't matter +nx generate @nrwl/workspace:workspace-generator my-generator +yarn add -D tslib +nx workspace-generator my-generator test +``` + +See tslib added to `dependencies` in package.json ignoring the `devDependencies` version. + +### Environment + + +``` +Node : 16.13.0 + OS : darwin arm64 + npm : 8.1.0 + + nx : 13.8.3 + @nrwl/angular : undefined + @nrwl/cli : 13.8.3 + @nrwl/cypress : undefined + @nrwl/detox : undefined + @nrwl/devkit : 13.8.3 + @nrwl/eslint-plugin-nx : 13.8.3 + @nrwl/express : undefined + @nrwl/jest : 13.8.3 + @nrwl/js : undefined + @nrwl/linter : 13.8.3 + @nrwl/nest : undefined + @nrwl/next : undefined + @nrwl/node : undefined + @nrwl/nx-cloud : undefined + @nrwl/react : undefined + @nrwl/react-native : undefined + @nrwl/schematics : undefined + @nrwl/storybook : undefined + @nrwl/tao : 13.8.3 + @nrwl/web : undefined + @nrwl/workspace : 13.8.3 + typescript : 4.5.5 + rxjs : 6.6.7 + --------------------------------------- +``` + +",1.0,"tslib installed in package.json deps regardless of existence - ## Current Behavior + +https://github.com/nrwl/nx/pull/6763 introduced a behavior when running `nx workspace-generator` tslib is automatically installed into the project's `dependencies`. This change does not attempt to detect `tslib` in the `devDependencies` (arguably where it belongs). This introduces an unexpected side effect when working with workspace generators and causes issues when tslib is already installed via `devDependencies`. + +## Expected Behavior + +Instead of the behavior introduced in #6763, I believe this should do the following: + +1. Initializing an nx workspace should already include `tslib` as a `devDependencies` +2. If `tslib` is only essential for workspace generators and should not be part of an nx workspace initialization, then it should be installed as a `devDependencies` and not a regular `dependencies` +3. If `tslib` is already installed as either a `dependencies` or `devDependencies`, it should not be installed regardless. + +Point 3 above is the most important IMO but I'd like to see 1 and/or 2 addressed. + + + + +## Steps to Reproduce + +I can push up a repo if you need it but the reproduction can be seen easily by running the following commands in your terminal: + +``` +npx create-nx-workspace +# choose any of the presets - it doesn't matter +nx generate @nrwl/workspace:workspace-generator my-generator +nx workspace-generator my-generator test +``` + +See tslib added to `dependencies` in package.json + +Alternatively to see 3 in action, do the following instead: + +``` +npx create-nx-workspace +# choose any of the presets - it doesn't matter +nx generate @nrwl/workspace:workspace-generator my-generator +yarn add -D tslib +nx workspace-generator my-generator test +``` + +See tslib added to `dependencies` in package.json ignoring the `devDependencies` version. + +### Environment + + +``` +Node : 16.13.0 + OS : darwin arm64 + npm : 8.1.0 + + nx : 13.8.3 + @nrwl/angular : undefined + @nrwl/cli : 13.8.3 + @nrwl/cypress : undefined + @nrwl/detox : undefined + @nrwl/devkit : 13.8.3 + @nrwl/eslint-plugin-nx : 13.8.3 + @nrwl/express : undefined + @nrwl/jest : 13.8.3 + @nrwl/js : undefined + @nrwl/linter : 13.8.3 + @nrwl/nest : undefined + @nrwl/next : undefined + @nrwl/node : undefined + @nrwl/nx-cloud : undefined + @nrwl/react : undefined + @nrwl/react-native : undefined + @nrwl/schematics : undefined + @nrwl/storybook : undefined + @nrwl/tao : 13.8.3 + @nrwl/web : undefined + @nrwl/workspace : 13.8.3 + typescript : 4.5.5 + rxjs : 6.6.7 + --------------------------------------- +``` + +",0,tslib installed in package json deps regardless of existence current behavior introduced a behavior when running nx workspace generator tslib is automatically installed into the project s dependencies this change does not attempt to detect tslib in the devdependencies arguably where it belongs this introduces an unexpected side effect when working with workspace generators and causes issues when tslib is already installed via devdependencies expected behavior instead of the behavior introduced in i believe this should do the following initializing an nx workspace should already include tslib as a devdependencies if tslib is only essential for workspace generators and should not be part of an nx workspace initialization then it should be installed as a devdependencies and not a regular dependencies if tslib is already installed as either a dependencies or devdependencies it should not be installed regardless point above is the most important imo but i d like to see and or addressed steps to reproduce i can push up a repo if you need it but the reproduction can be seen easily by running the following commands in your terminal npx create nx workspace choose any of the presets it doesn t matter nx generate nrwl workspace workspace generator my generator nx workspace generator my generator test see tslib added to dependencies in package json alternatively to see in action do the following instead npx create nx workspace choose any of the presets it doesn t matter nx generate nrwl workspace workspace generator my generator yarn add d tslib nx workspace generator my generator test see tslib added to dependencies in package json ignoring the devdependencies version environment img width alt screen shot at pm src node os darwin npm nx nrwl angular undefined nrwl cli nrwl cypress undefined nrwl detox undefined nrwl devkit nrwl eslint plugin nx nrwl express undefined nrwl jest nrwl js undefined nrwl linter nrwl nest undefined nrwl next undefined nrwl node undefined nrwl nx cloud undefined nrwl react undefined nrwl react native undefined nrwl schematics undefined nrwl storybook undefined nrwl tao nrwl web undefined nrwl workspace typescript rxjs ,0 +478468,13779903686.0,IssuesEvent,2020-10-08 14:18:28,sButtons/sbuttons,https://api.github.com/repos/sButtons/sbuttons,opened,"[BUTTON IDEA]: Extra-small, Small, Large and Extra-Large Buttons",Priority: Low button-idea,"**1. Name of button**: x-small-btn, small-btn, large-btn, x-large-btn + +**2. Description**: Four different size options for buttons, using relative length units + +**3. Button Type (Animated, Special, etc...)**: Styles + +**4. Will you work on it?**: Yes +",1.0,"[BUTTON IDEA]: Extra-small, Small, Large and Extra-Large Buttons - **1. Name of button**: x-small-btn, small-btn, large-btn, x-large-btn + +**2. Description**: Four different size options for buttons, using relative length units + +**3. Button Type (Animated, Special, etc...)**: Styles + +**4. Will you work on it?**: Yes +",0, extra small small large and extra large buttons name of button x small btn small btn large btn x large btn description four different size options for buttons using relative length units button type animated special etc styles will you work on it yes ,0 +9151,24098924682.0,IssuesEvent,2022-09-19 21:39:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Azure Decision Tree - ""loud optimized"" .. should be ""cloud optimized""",doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc," +Hey folks, + + +looking at the doc, I think the decision title for one line is incorrect .. Start -> Migrate -> ""loud optimized"" I think should be ""Cloud Optimized"" + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures** +![Screenshot 2022-09-06 095614](https://user-images.githubusercontent.com/56933939/188654042-ee70b18e-3d1f-4a6b-83ae-4afecd356e44.png) +",1.0,"Azure Decision Tree - ""loud optimized"" .. should be ""cloud optimized"" - +Hey folks, + + +looking at the doc, I think the decision title for one line is incorrect .. Start -> Migrate -> ""loud optimized"" I think should be ""Cloud Optimized"" + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures** +![Screenshot 2022-09-06 095614](https://user-images.githubusercontent.com/56933939/188654042-ee70b18e-3d1f-4a6b-83ae-4afecd356e44.png) +",1,azure decision tree loud optimized should be cloud optimized hey folks looking at the doc i think the decision title for one line is incorrect start migrate loud optimized i think should be cloud optimized document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures ,1 +278125,24125290806.0,IssuesEvent,2022-09-20 23:19:38,kotest/kotest,https://api.github.com/repos/kotest/kotest,closed,unrestricted `suspendArbitraryBuilder` throws when there were suspend functions within the builder lambda,bug discussion property-testing stale,"**Which version of Kotest are you using** +5.3.0 + +## Context +A while back we introduced support to non-restricted suspend function to the arbitrary builders for building arbitraries. Unfortunately, the suspend arbitrary builder throws when there were suspend functions within the builder lambda. For instance this function fails: +```kotlin +context(""suspend arbitrary builder with unrestricted continuation"") { + test(""should build arb on the parent coroutine context"") { + val arb = withContext(Foo(""hello"")) { + generateArbitrary { + val hello = coroutineContext[Foo]?.value + val world = arbitrary { ""world"" }.bind() + val first = Arb.int(1..10).bind() + val second = Arb.int(11..20).bind() + delay(10.milliseconds) + withContext(Dispatchers.IO) { + listOf(hello, world, first, second).joinToString("" "") + } + } + } + + arb.generate(RandomSource.seeded(1234L)).take(4).toList().map { it.value } shouldContainExactly listOf( + ""hello world 2 20"", + ""hello world 6 12"", + ""hello world 7 19"", + ""hello world 9 13"" + ) + } +} +``` +This is because the suspensions were called from a blocking context, since both `Arb.sample` and `Arb.edgecase` is non-suspend. + +## Propositions +I observed we have several options to solve this: +1. option 1: make `generateArbitrary` return a new `SuspendArb` which has both sample and edgecase functions as suspend. +2. option 2: keep the status quo - make `generateArbitrary` return the old `Arb`. Here we need to block the calling thread whenever sample and edgecase were called. +3. option 3: change sample and edgecase functions in `Arb` to suspend - this will need to be done in a non-breaking way / through deprecation cycle. +4. option 4: we remove `generateArbitrary` in favour of the new actions as that natively support suspend. + +**Option 1** would require additional support for `SuspendArb` which will be transparent to end users, and result in a breaking change only for `generateArbitrary`. The downside is that kotest maintainers will need to duplicate all operations on `Arb` to `SuspendArb`, that means map, flatMap, filter, bind, and even checkAll and forAll will need to be reimplemented for `SuspendArb` which will be a lot of code duplications.. As well, it will be awkward for users if they want to mix-and-match both `SuspendArb` and regular `Arb` in `checkAll`. Possible but will be a bit annoying, e.g. something like `arb.toSuspendArb()` would be required.. + +**Option 2** would be the easiest to implement, and has the least breaking change. However, it would be the hackiest of all. The resulting Arb generated from `generateArbitrary` is unusable from JS tests. In retrospect it is still better than the current state. + +**Option 3** would be the cleanest but it would be a major breaking changes, which makes it least attractive in the short term. This option will also means that operation like `Arb.single()` or `Arb.next()` will need to be suspend. In my opinion this is a good path forward in the long term, because in a sense ""using an arb with a `randomSource`"" should classify as a side-effectful operation. `checkAll` and `forAll` have already been rightfully suspend. With next and single being suspend, we can all of a sudden enforce randomSource with all calls to `next()` by propagating it through the coroutine context so that end users will be informed why their tests fail on which random seed, even though it was called from outside the checkAll context. + +**Option 4** would also make a lot of sense in my personal opinion. This is because `action` being stateful testing, is by typedef the `suspend` counterpart of property testing. The downside is obviously users lost all the convenience of arbitraries & their composable properties. We can no-longer mix-match arbitraries anymore. Users will also need to forgo the convenience of checkAll.. However, upside of this approach is that in some way adheres to the stateful testing concept. e.g. trying to set up database etc makes more sense within an action instead of an arb. However, this becomes clunky if we need to compose the output of the actions - which is in many (or rather, most of the) time required. + + +## Recommendation +Short term, I recommend we pursue option 2, with long term goal of option 3. Option 3 sounds like a path forward in the long term. However, I think that requires much more thinking and discussions. Although option 4 seemingly making sense, I'm afraid we are possibly mixing concerns by entangling suspend arb to action, which feels unpleasant. + +discovered while reviewing and prototyping https://github.com/kotest/kotest/pull/2972 +",1.0,"unrestricted `suspendArbitraryBuilder` throws when there were suspend functions within the builder lambda - **Which version of Kotest are you using** +5.3.0 + +## Context +A while back we introduced support to non-restricted suspend function to the arbitrary builders for building arbitraries. Unfortunately, the suspend arbitrary builder throws when there were suspend functions within the builder lambda. For instance this function fails: +```kotlin +context(""suspend arbitrary builder with unrestricted continuation"") { + test(""should build arb on the parent coroutine context"") { + val arb = withContext(Foo(""hello"")) { + generateArbitrary { + val hello = coroutineContext[Foo]?.value + val world = arbitrary { ""world"" }.bind() + val first = Arb.int(1..10).bind() + val second = Arb.int(11..20).bind() + delay(10.milliseconds) + withContext(Dispatchers.IO) { + listOf(hello, world, first, second).joinToString("" "") + } + } + } + + arb.generate(RandomSource.seeded(1234L)).take(4).toList().map { it.value } shouldContainExactly listOf( + ""hello world 2 20"", + ""hello world 6 12"", + ""hello world 7 19"", + ""hello world 9 13"" + ) + } +} +``` +This is because the suspensions were called from a blocking context, since both `Arb.sample` and `Arb.edgecase` is non-suspend. + +## Propositions +I observed we have several options to solve this: +1. option 1: make `generateArbitrary` return a new `SuspendArb` which has both sample and edgecase functions as suspend. +2. option 2: keep the status quo - make `generateArbitrary` return the old `Arb`. Here we need to block the calling thread whenever sample and edgecase were called. +3. option 3: change sample and edgecase functions in `Arb` to suspend - this will need to be done in a non-breaking way / through deprecation cycle. +4. option 4: we remove `generateArbitrary` in favour of the new actions as that natively support suspend. + +**Option 1** would require additional support for `SuspendArb` which will be transparent to end users, and result in a breaking change only for `generateArbitrary`. The downside is that kotest maintainers will need to duplicate all operations on `Arb` to `SuspendArb`, that means map, flatMap, filter, bind, and even checkAll and forAll will need to be reimplemented for `SuspendArb` which will be a lot of code duplications.. As well, it will be awkward for users if they want to mix-and-match both `SuspendArb` and regular `Arb` in `checkAll`. Possible but will be a bit annoying, e.g. something like `arb.toSuspendArb()` would be required.. + +**Option 2** would be the easiest to implement, and has the least breaking change. However, it would be the hackiest of all. The resulting Arb generated from `generateArbitrary` is unusable from JS tests. In retrospect it is still better than the current state. + +**Option 3** would be the cleanest but it would be a major breaking changes, which makes it least attractive in the short term. This option will also means that operation like `Arb.single()` or `Arb.next()` will need to be suspend. In my opinion this is a good path forward in the long term, because in a sense ""using an arb with a `randomSource`"" should classify as a side-effectful operation. `checkAll` and `forAll` have already been rightfully suspend. With next and single being suspend, we can all of a sudden enforce randomSource with all calls to `next()` by propagating it through the coroutine context so that end users will be informed why their tests fail on which random seed, even though it was called from outside the checkAll context. + +**Option 4** would also make a lot of sense in my personal opinion. This is because `action` being stateful testing, is by typedef the `suspend` counterpart of property testing. The downside is obviously users lost all the convenience of arbitraries & their composable properties. We can no-longer mix-match arbitraries anymore. Users will also need to forgo the convenience of checkAll.. However, upside of this approach is that in some way adheres to the stateful testing concept. e.g. trying to set up database etc makes more sense within an action instead of an arb. However, this becomes clunky if we need to compose the output of the actions - which is in many (or rather, most of the) time required. + + +## Recommendation +Short term, I recommend we pursue option 2, with long term goal of option 3. Option 3 sounds like a path forward in the long term. However, I think that requires much more thinking and discussions. Although option 4 seemingly making sense, I'm afraid we are possibly mixing concerns by entangling suspend arb to action, which feels unpleasant. + +discovered while reviewing and prototyping https://github.com/kotest/kotest/pull/2972 +",0,unrestricted suspendarbitrarybuilder throws when there were suspend functions within the builder lambda which version of kotest are you using context a while back we introduced support to non restricted suspend function to the arbitrary builders for building arbitraries unfortunately the suspend arbitrary builder throws when there were suspend functions within the builder lambda for instance this function fails kotlin context suspend arbitrary builder with unrestricted continuation test should build arb on the parent coroutine context val arb withcontext foo hello generatearbitrary val hello coroutinecontext value val world arbitrary world bind val first arb int bind val second arb int bind delay milliseconds withcontext dispatchers io listof hello world first second jointostring arb generate randomsource seeded take tolist map it value shouldcontainexactly listof hello world hello world hello world hello world this is because the suspensions were called from a blocking context since both arb sample and arb edgecase is non suspend propositions i observed we have several options to solve this option make generatearbitrary return a new suspendarb which has both sample and edgecase functions as suspend option keep the status quo make generatearbitrary return the old arb here we need to block the calling thread whenever sample and edgecase were called option change sample and edgecase functions in arb to suspend this will need to be done in a non breaking way through deprecation cycle option we remove generatearbitrary in favour of the new actions as that natively support suspend option would require additional support for suspendarb which will be transparent to end users and result in a breaking change only for generatearbitrary the downside is that kotest maintainers will need to duplicate all operations on arb to suspendarb that means map flatmap filter bind and even checkall and forall will need to be reimplemented for suspendarb which will be a lot of code duplications as well it will be awkward for users if they want to mix and match both suspendarb and regular arb in checkall possible but will be a bit annoying e g something like arb tosuspendarb would be required option would be the easiest to implement and has the least breaking change however it would be the hackiest of all the resulting arb generated from generatearbitrary is unusable from js tests in retrospect it is still better than the current state option would be the cleanest but it would be a major breaking changes which makes it least attractive in the short term this option will also means that operation like arb single or arb next will need to be suspend in my opinion this is a good path forward in the long term because in a sense using an arb with a randomsource should classify as a side effectful operation checkall and forall have already been rightfully suspend with next and single being suspend we can all of a sudden enforce randomsource with all calls to next by propagating it through the coroutine context so that end users will be informed why their tests fail on which random seed even though it was called from outside the checkall context option would also make a lot of sense in my personal opinion this is because action being stateful testing is by typedef the suspend counterpart of property testing the downside is obviously users lost all the convenience of arbitraries their composable properties we can no longer mix match arbitraries anymore users will also need to forgo the convenience of checkall however upside of this approach is that in some way adheres to the stateful testing concept e g trying to set up database etc makes more sense within an action instead of an arb however this becomes clunky if we need to compose the output of the actions which is in many or rather most of the time required recommendation short term i recommend we pursue option with long term goal of option option sounds like a path forward in the long term however i think that requires much more thinking and discussions although option seemingly making sense i m afraid we are possibly mixing concerns by entangling suspend arb to action which feels unpleasant discovered while reviewing and prototyping ,0 +188393,14444405863.0,IssuesEvent,2020-12-07 21:11:41,kalexmills/github-vet-tests-dec2020,https://api.github.com/repos/kalexmills/github-vet-tests-dec2020,closed,itsivareddy/terrafrom-Oci: oci/file_storage_export_test.go; 16 LoC,fresh small test," +Found a possible issue in [itsivareddy/terrafrom-Oci](https://www.github.com/itsivareddy/terrafrom-Oci) at [oci/file_storage_export_test.go](https://github.com/itsivareddy/terrafrom-Oci/blob/075608a9e201ee0e32484da68d5ba5370dfde1be/oci/file_storage_export_test.go#L244-L259) + +Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first +issue it finds, so please do not limit your consideration to the contents of the below message. + +> reference to exportId is reassigned at line 248 + +[Click here to see the code in its original context.](https://github.com/itsivareddy/terrafrom-Oci/blob/075608a9e201ee0e32484da68d5ba5370dfde1be/oci/file_storage_export_test.go#L244-L259) + +
+Click here to show the 16 line(s) of Go which triggered the analyzer. + +```go + for _, exportId := range exportIds { + if ok := SweeperDefaultResourceId[exportId]; !ok { + deleteExportRequest := oci_file_storage.DeleteExportRequest{} + + deleteExportRequest.ExportId = &exportId + + deleteExportRequest.RequestMetadata.RetryPolicy = getRetryPolicy(true, ""file_storage"") + _, error := fileStorageClient.DeleteExport(context.Background(), deleteExportRequest) + if error != nil { + fmt.Printf(""Error deleting Export %s %s, It is possible that the resource is already deleted. Please verify manually \n"", exportId, error) + continue + } + waitTillCondition(testAccProvider, &exportId, exportSweepWaitCondition, time.Duration(3*time.Minute), + exportSweepResponseFetchOperation, ""file_storage"", true) + } + } + +``` +
+ +Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: +See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. + +commit ID: 075608a9e201ee0e32484da68d5ba5370dfde1be +",1.0,"itsivareddy/terrafrom-Oci: oci/file_storage_export_test.go; 16 LoC - +Found a possible issue in [itsivareddy/terrafrom-Oci](https://www.github.com/itsivareddy/terrafrom-Oci) at [oci/file_storage_export_test.go](https://github.com/itsivareddy/terrafrom-Oci/blob/075608a9e201ee0e32484da68d5ba5370dfde1be/oci/file_storage_export_test.go#L244-L259) + +Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first +issue it finds, so please do not limit your consideration to the contents of the below message. + +> reference to exportId is reassigned at line 248 + +[Click here to see the code in its original context.](https://github.com/itsivareddy/terrafrom-Oci/blob/075608a9e201ee0e32484da68d5ba5370dfde1be/oci/file_storage_export_test.go#L244-L259) + +
+Click here to show the 16 line(s) of Go which triggered the analyzer. + +```go + for _, exportId := range exportIds { + if ok := SweeperDefaultResourceId[exportId]; !ok { + deleteExportRequest := oci_file_storage.DeleteExportRequest{} + + deleteExportRequest.ExportId = &exportId + + deleteExportRequest.RequestMetadata.RetryPolicy = getRetryPolicy(true, ""file_storage"") + _, error := fileStorageClient.DeleteExport(context.Background(), deleteExportRequest) + if error != nil { + fmt.Printf(""Error deleting Export %s %s, It is possible that the resource is already deleted. Please verify manually \n"", exportId, error) + continue + } + waitTillCondition(testAccProvider, &exportId, exportSweepWaitCondition, time.Duration(3*time.Minute), + exportSweepResponseFetchOperation, ""file_storage"", true) + } + } + +``` +
+ +Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: +See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. + +commit ID: 075608a9e201ee0e32484da68d5ba5370dfde1be +",0,itsivareddy terrafrom oci oci file storage export test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message reference to exportid is reassigned at line click here to show the line s of go which triggered the analyzer go for exportid range exportids if ok sweeperdefaultresourceid ok deleteexportrequest oci file storage deleteexportrequest deleteexportrequest exportid exportid deleteexportrequest requestmetadata retrypolicy getretrypolicy true file storage error filestorageclient deleteexport context background deleteexportrequest if error nil fmt printf error deleting export s s it is possible that the resource is already deleted please verify manually n exportid error continue waittillcondition testaccprovider exportid exportsweepwaitcondition time duration time minute exportsweepresponsefetchoperation file storage true leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id ,0 +10362,26838145538.0,IssuesEvent,2023-02-02 21:23:28,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,External traffic points like app gateway and LB in the hub segment ,question doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"[A lot of solutions use hub and spoke model. Within this concept, the public IPs that are receiving traffic from internet or private IPs receiving traffic from corporate network act as the Azure subscription hub ingress/egress points .While the Azure AKS App Gw documentation for brownfiled covers show to have App gw in a separate VNET and resource group, however same is not clear for Loadbalancers which might be internal or external. These scenarios can be added to this document.] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an Azure Kubernetes Service (AKS) cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/containers/aks/secure-baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",2.0,"External traffic points like app gateway and LB in the hub segment - [A lot of solutions use hub and spoke model. Within this concept, the public IPs that are receiving traffic from internet or private IPs receiving traffic from corporate network act as the Azure subscription hub ingress/egress points .While the Azure AKS App Gw documentation for brownfiled covers show to have App gw in a separate VNET and resource group, however same is not clear for Loadbalancers which might be internal or external. These scenarios can be added to this document.] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 46723a24-75ac-f6e2-c172-d3827ca0b7d6 +* Version Independent ID: c975744e-e594-5667-14b3-c38824bbe24c +* Content: [Baseline architecture for an Azure Kubernetes Service (AKS) cluster - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/secure-baseline-aks) +* Content Source: [docs/reference-architectures/containers/aks/secure-baseline-aks.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/containers/aks/secure-baseline-aks.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,external traffic points like app gateway and lb in the hub segment document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias pnp ,1 +4237,10758327583.0,IssuesEvent,2019-10-31 14:48:33,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Security Best Practices questions - is it already secure as proposed or we need more security assets in place?,Pri1 architecture-center/svc cxp product-question reference-architecture/subsvc triaged,"This components are already secure due to the fact of having HTTPS (SSL enforced) and AD authentication? or would it be convenient to add a subnet with NSG on the non visible to internet assets (resource group, SQL azure, etc...)? and would a App Gateway with WAF or Azure Frontdoor be convenient to add security? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 84bcf722-abb3-69b8-8073-15ae4a6890de +* Version Independent ID: 7b2010c6-696d-de66-8e56-8ac5d3e54526 +* Content: [Basic web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/basic-web-app#feedback) +* Content Source: [docs/reference-architectures/app-service-web-app/basic-web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/basic-web-app.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Security Best Practices questions - is it already secure as proposed or we need more security assets in place? - This components are already secure due to the fact of having HTTPS (SSL enforced) and AD authentication? or would it be convenient to add a subnet with NSG on the non visible to internet assets (resource group, SQL azure, etc...)? and would a App Gateway with WAF or Azure Frontdoor be convenient to add security? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 84bcf722-abb3-69b8-8073-15ae4a6890de +* Version Independent ID: 7b2010c6-696d-de66-8e56-8ac5d3e54526 +* Content: [Basic web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/basic-web-app#feedback) +* Content Source: [docs/reference-architectures/app-service-web-app/basic-web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/app-service-web-app/basic-web-app.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,security best practices questions is it already secure as proposed or we need more security assets in place this components are already secure due to the fact of having https ssl enforced and ad authentication or would it be convenient to add a subnet with nsg on the non visible to internet assets resource group sql azure etc and would a app gateway with waf or azure frontdoor be convenient to add security document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +68198,9135026561.0,IssuesEvent,2019-02-26 02:20:19,dondi/GRNsight,https://api.github.com/repos/dondi/GRNsight,closed,Re-review library dependencies wiki page and fix package.json versions,documentation logistics priority 0 review requested,"Our library dependencies wiki page is due for a review (last modified January 2017). The package.json dependencies need to be cleaned up and set to fixed versions; a fresh install should be done so as to reset package-lock.json plus a round of tests should be performed. + +For Node itself, we will adhere to the current LTS version. +",1.0,"Re-review library dependencies wiki page and fix package.json versions - Our library dependencies wiki page is due for a review (last modified January 2017). The package.json dependencies need to be cleaned up and set to fixed versions; a fresh install should be done so as to reset package-lock.json plus a round of tests should be performed. + +For Node itself, we will adhere to the current LTS version. +",0,re review library dependencies wiki page and fix package json versions our library dependencies wiki page is due for a review last modified january the package json dependencies need to be cleaned up and set to fixed versions a fresh install should be done so as to reset package lock json plus a round of tests should be performed for node itself we will adhere to the current lts version ,0 +4906,25224305882.0,IssuesEvent,2022-11-14 14:58:19,precice/precice,https://api.github.com/repos/precice/precice,closed,Turn EventTimings into a CMake submodule,maintainability good first issue,"The [EventTimings project](https://github.com/precice/EventTimings) is a fully fledged CMake project. +We should consider refactoring it out of preCICE by placing it into a submodule.",True,"Turn EventTimings into a CMake submodule - The [EventTimings project](https://github.com/precice/EventTimings) is a fully fledged CMake project. +We should consider refactoring it out of preCICE by placing it into a submodule.",0,turn eventtimings into a cmake submodule the is a fully fledged cmake project we should consider refactoring it out of precice by placing it into a submodule ,0 +6041,13542406450.0,IssuesEvent,2020-09-16 17:17:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Please expand the article ""Machine Learning model training with AKS"" with more details",Pri2 architecture-center/svc assigned-to-author doc-enhancement solution-idea/subsvc triaged,"Please expand this article with moreinformation (implementation details, pricing guidance, code examples, etc), +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c04a7e7b-ebe4-b967-3cd1-fab859a9a43f +* Version Independent ID: 3368462d-475c-2a21-07db-c23b557c5144 +* Content: [Machine Learning model training with AKS - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/machine-learning-with-aks) +* Content Source: [docs/solution-ideas/articles/machine-learning-with-aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/machine-learning-with-aks.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Please expand the article ""Machine Learning model training with AKS"" with more details - Please expand this article with moreinformation (implementation details, pricing guidance, code examples, etc), +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c04a7e7b-ebe4-b967-3cd1-fab859a9a43f +* Version Independent ID: 3368462d-475c-2a21-07db-c23b557c5144 +* Content: [Machine Learning model training with AKS - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/machine-learning-with-aks) +* Content Source: [docs/solution-ideas/articles/machine-learning-with-aks.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/machine-learning-with-aks.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,please expand the article machine learning model training with aks with more details please expand this article with moreinformation implementation details pricing guidance code examples etc document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login microsoft alias pnp ,1 +11196,28369446020.0,IssuesEvent,2023-04-12 15:54:29,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Request for Security in the diagram,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri1,"the text mentions Azure AD and Defender for IoT, but these don't show on the diagrams, please add security and monitoring services to the architecture diagram so that we can easily determine how the fit into the big picture +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cf328b1f-6bc5-dff2-619f-82b95030c3cf +* Version Independent ID: 4c7bd8b7-5ebb-5b1e-010b-2acd7fdcec0f +* Content: [Azure IoT reference architecture - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/iot) +* Content Source: [docs/reference-architectures/iot.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/iot.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @mcosner +* Microsoft Alias: **mcosner**",2.0,"Request for Security in the diagram - the text mentions Azure AD and Defender for IoT, but these don't show on the diagrams, please add security and monitoring services to the architecture diagram so that we can easily determine how the fit into the big picture +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cf328b1f-6bc5-dff2-619f-82b95030c3cf +* Version Independent ID: 4c7bd8b7-5ebb-5b1e-010b-2acd7fdcec0f +* Content: [Azure IoT reference architecture - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/iot) +* Content Source: [docs/reference-architectures/iot.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/iot.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @mcosner +* Microsoft Alias: **mcosner**",1,request for security in the diagram the text mentions azure ad and defender for iot but these don t show on the diagrams please add security and monitoring services to the architecture diagram so that we can easily determine how the fit into the big picture document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mcosner microsoft alias mcosner ,1 +155740,12269207537.0,IssuesEvent,2020-05-07 13:44:44,blockframes/blockframes,https://api.github.com/repos/blockframes/blockframes,closed,e2e test for movie tunnel - 4 Credits,Back Test - e2e test,"# E2E Tests to implement +## Page 4 +- [x] Fills in ""2006"" in ""Production year"" input +- [x] Fills in ""Realitism Films"" in ""Production company"" input +- [x] Fills in ""France"" in ""Countries"" input +- [x] Clicks on the add button attached to ""Production company"" +- [x] Fills in ""Backup Media"" in second ""Production company"" input +- [x] Fills in ""Germany"" in ""Countries"" input +- [x] Fills in ""Parabola Films"" in ""Co-production company"" input +- [x] Fills in ""Canada"" in ""Countries"" input +- [x] Clicks on the add button attached to ""Co-production company"" +- [x] Fills in ""Beauvoir Films"" in second ""Co-production company"" input +- [x] Fills in ""China"" in ""Countries"" input +- [x] Fills in ""Grégory"" in ""Producer first name"" input +- [x] Fills in ""Bernard"" in ""Producer last name"" input +- [x] Selects ""Executive Producer"" in ""Producer role"" +- [x] Fills in ""Laure"" in ""Crew Member first name"" input +- [x] Fills in ""Mercier"" in ""Crew Member last name"" input +- [x] Selects ""Line Producer"" in ""Crew Member role"" +- [x] Clicks on the add button attached to ""Crew Member role"" +- [x] Fills in ""Sindika"" in ""Crew Member first name"" input +- [x] Fills in ""Dokolo"" in ""Crew Member last name"" input +- [x] Selects ""Associate Producer"" in ""Crew Member role"" +- [x] Clicks on ""Next"" button +- [x] Redirects to movie tunnel page 5 Budget, Quota, Critics",2.0,"e2e test for movie tunnel - 4 Credits - # E2E Tests to implement +## Page 4 +- [x] Fills in ""2006"" in ""Production year"" input +- [x] Fills in ""Realitism Films"" in ""Production company"" input +- [x] Fills in ""France"" in ""Countries"" input +- [x] Clicks on the add button attached to ""Production company"" +- [x] Fills in ""Backup Media"" in second ""Production company"" input +- [x] Fills in ""Germany"" in ""Countries"" input +- [x] Fills in ""Parabola Films"" in ""Co-production company"" input +- [x] Fills in ""Canada"" in ""Countries"" input +- [x] Clicks on the add button attached to ""Co-production company"" +- [x] Fills in ""Beauvoir Films"" in second ""Co-production company"" input +- [x] Fills in ""China"" in ""Countries"" input +- [x] Fills in ""Grégory"" in ""Producer first name"" input +- [x] Fills in ""Bernard"" in ""Producer last name"" input +- [x] Selects ""Executive Producer"" in ""Producer role"" +- [x] Fills in ""Laure"" in ""Crew Member first name"" input +- [x] Fills in ""Mercier"" in ""Crew Member last name"" input +- [x] Selects ""Line Producer"" in ""Crew Member role"" +- [x] Clicks on the add button attached to ""Crew Member role"" +- [x] Fills in ""Sindika"" in ""Crew Member first name"" input +- [x] Fills in ""Dokolo"" in ""Crew Member last name"" input +- [x] Selects ""Associate Producer"" in ""Crew Member role"" +- [x] Clicks on ""Next"" button +- [x] Redirects to movie tunnel page 5 Budget, Quota, Critics",0, test for movie tunnel credits tests to implement page fills in in production year input fills in realitism films in production company input fills in france in countries input clicks on the add button attached to production company fills in backup media in second production company input fills in germany in countries input fills in parabola films in co production company input fills in canada in countries input clicks on the add button attached to co production company fills in beauvoir films in second co production company input fills in china in countries input fills in grégory in producer first name input fills in bernard in producer last name input selects executive producer in producer role fills in laure in crew member first name input fills in mercier in crew member last name input selects line producer in crew member role clicks on the add button attached to crew member role fills in sindika in crew member first name input fills in dokolo in crew member last name input selects associate producer in crew member role clicks on next button redirects to movie tunnel page budget quota critics,0 +5666,12960452290.0,IssuesEvent,2020-07-20 14:23:09,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Example,Pri2 architecture-center/svc assigned-to-author doc-enhancement solution-idea/subsvc triaged,"needs some code examples. A step by step document would be great to show a sample ecommerce app + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ae02d869-5b00-9a9c-e7f4-2dea56bbd360 +* Version Independent ID: 1326c190-21b4-de15-a37f-89eea0023399 +* Content: [Architect scalable e-commerce web app - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/scalable-ecommerce-web-app) +* Content Source: [docs/solution-ideas/articles/scalable-ecommerce-web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/scalable-ecommerce-web-app.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Example - needs some code examples. A step by step document would be great to show a sample ecommerce app + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ae02d869-5b00-9a9c-e7f4-2dea56bbd360 +* Version Independent ID: 1326c190-21b4-de15-a37f-89eea0023399 +* Content: [Architect scalable e-commerce web app - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/scalable-ecommerce-web-app) +* Content Source: [docs/solution-ideas/articles/scalable-ecommerce-web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/scalable-ecommerce-web-app.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,example needs some code examples a step by step document would be great to show a sample ecommerce app document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +10717,27320216312.0,IssuesEvent,2023-02-24 19:06:41,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Alternative caching options,doc-enhancement assigned-to-author triaged architecture-center/svc Pri1 azure-guide/subsvc," +Are there alternatives to Redis (Azure Cache for Redis)? If yes, what are they and their pros & cons? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: be785717-ca5e-f3d6-8e60-4005d9503d08 +* Version Independent ID: 3ce414e5-d923-0488-ff11-3aa8bd4c2d1e +* Content: [Caching guidance - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/best-practices/caching) +* Content Source: [docs/best-practices/caching.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/best-practices/caching.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"Alternative caching options - +Are there alternatives to Redis (Azure Cache for Redis)? If yes, what are they and their pros & cons? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: be785717-ca5e-f3d6-8e60-4005d9503d08 +* Version Independent ID: 3ce414e5-d923-0488-ff11-3aa8bd4c2d1e +* Content: [Caching guidance - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/best-practices/caching) +* Content Source: [docs/best-practices/caching.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/best-practices/caching.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,alternative caching options are there alternatives to redis azure cache for redis if yes what are they and their pros cons document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias edprice ,1 +155047,12237333467.0,IssuesEvent,2020-05-04 17:51:00,trustbloc/edge-service,https://api.github.com/repos/trustbloc/edge-service,closed,Support CHAPI workflow example - API only,test,"https://github.com/w3c-ccg/vc-examples/tree/master/docs/chapi-http-edu (See #268) + +This version is a BDD test that only calls APIs (no browser).",1.0,"Support CHAPI workflow example - API only - https://github.com/w3c-ccg/vc-examples/tree/master/docs/chapi-http-edu (See #268) + +This version is a BDD test that only calls APIs (no browser).",0,support chapi workflow example api only see this version is a bdd test that only calls apis no browser ,0 +9738,25130331711.0,IssuesEvent,2022-11-09 14:44:09,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Time Series Insight being deprecated,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +Time Series Insight is mentioned as an alternative for Time Series but it is deprecated with an EOL scheduled for 2025. +Perhaps the documentation should mention this? + +Cheers + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 87bde15d-d343-b84d-b77f-55b8e3f12638 +* Version Independent ID: 9d35a3eb-707b-47f6-68bc-3f22fee4c78c +* Content: [Time series data - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/scenarios/time-series) +* Content Source: [docs/data-guide/scenarios/time-series.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-guide/scenarios/time-series.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1.0,"Time Series Insight being deprecated - +Time Series Insight is mentioned as an alternative for Time Series but it is deprecated with an EOL scheduled for 2025. +Perhaps the documentation should mention this? + +Cheers + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 87bde15d-d343-b84d-b77f-55b8e3f12638 +* Version Independent ID: 9d35a3eb-707b-47f6-68bc-3f22fee4c78c +* Content: [Time series data - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/scenarios/time-series) +* Content Source: [docs/data-guide/scenarios/time-series.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-guide/scenarios/time-series.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **edprice**",1,time series insight being deprecated time series insight is mentioned as an alternative for time series but it is deprecated with an eol scheduled for perhaps the documentation should mention this cheers document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias edprice ,1 +343267,30653717295.0,IssuesEvent,2023-07-25 10:36:33,SSAF-SOUND/ssaf-sound-be,https://api.github.com/repos/SSAF-SOUND/ssaf-sound-be,closed,[FEATURE] 멤버의 기본정보 수정 API,feature test,"### 소개 + +* ssafyMember에 대해 true | false 값으로 수정할 수 있습니다. +* false인 경우, 해당 ssafyMember의 값만 변경하여 저장합니다. +* ssafyMember가 true로 변경할 시, semester 및 campus 값을 필연적으로 같이 입력해야 합니다. +* ssafyMember로 기본 정보를 수정할 때, semester가 비어있거나 campus가 비어있다면 비즈니스 로직에서 예외를 발생 시킵니다. + +```JSON +{ + ""ssafyMember"": true | false + ""semester"": null | 1 | 2 | 3 | ... + ""campus"": null | ""서울"" | ""대전"" | ""부울경"" | .... +} +``` + +해당 로직에 대한 검증을 테스트 코드로 진행합니다 +### 스크린샷 + +_No response_ + +### 주의사항 + +_No response_",1.0,"[FEATURE] 멤버의 기본정보 수정 API - ### 소개 + +* ssafyMember에 대해 true | false 값으로 수정할 수 있습니다. +* false인 경우, 해당 ssafyMember의 값만 변경하여 저장합니다. +* ssafyMember가 true로 변경할 시, semester 및 campus 값을 필연적으로 같이 입력해야 합니다. +* ssafyMember로 기본 정보를 수정할 때, semester가 비어있거나 campus가 비어있다면 비즈니스 로직에서 예외를 발생 시킵니다. + +```JSON +{ + ""ssafyMember"": true | false + ""semester"": null | 1 | 2 | 3 | ... + ""campus"": null | ""서울"" | ""대전"" | ""부울경"" | .... +} +``` + +해당 로직에 대한 검증을 테스트 코드로 진행합니다 +### 스크린샷 + +_No response_ + +### 주의사항 + +_No response_",0, 멤버의 기본정보 수정 api 소개 ssafymember에 대해 true false 값으로 수정할 수 있습니다 false인 경우 해당 ssafymember의 값만 변경하여 저장합니다 ssafymember가 true로 변경할 시 semester 및 campus 값을 필연적으로 같이 입력해야 합니다 ssafymember로 기본 정보를 수정할 때 semester가 비어있거나 campus가 비어있다면 비즈니스 로직에서 예외를 발생 시킵니다 json ssafymember true false semester null campus null 서울 대전 부울경 해당 로직에 대한 검증을 테스트 코드로 진행합니다 스크린샷 no response 주의사항 no response ,0 +10065,26174558957.0,IssuesEvent,2023-01-02 07:57:34,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,distribution in PNG/PPTX,assigned-to-author doc-idea triaged architecture-center/svc Pri1,"(This is not an Issue, but a request) + +Currently, SVG icon sets are distributed, but I would like to see them distributed in png format if possible, or in pptx like AWS. +https://aws.amazon.com/en/architecture/icons/ +(Some tools don't support SVG formats..) + +I draw a lot of Azure architecture diagrams, so I would be super happy if you could support this! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @RobBagby +* Microsoft Alias: **robbag**",1.0,"distribution in PNG/PPTX - (This is not an Issue, but a request) + +Currently, SVG icon sets are distributed, but I would like to see them distributed in png format if possible, or in pptx like AWS. +https://aws.amazon.com/en/architecture/icons/ +(Some tools don't support SVG formats..) + +I draw a lot of Azure architecture diagrams, so I would be super happy if you could support this! + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @RobBagby +* Microsoft Alias: **robbag**",1,distribution in png pptx this is not an issue but a request currently svg icon sets are distributed but i would like to see them distributed in png format if possible or in pptx like aws some tools don t support svg formats i draw a lot of azure architecture diagrams so i would be super happy if you could support this document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center github login robbagby microsoft alias robbag ,1 +5188,12215427460.0,IssuesEvent,2020-05-01 12:52:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Wrong HTTP Method in the explanation of exmple,Pri1 architecture-center/svc cloud-fundamentals/subsvc cxp triaged,"In section ""Processing Requests"" the last point ""An HTTP PUT request to the URI https://adventure-works.com/customers/2/orders to create a new order for this customer. The data must be provided in the request message in x-www-form-urlencoded format"" says PUT request. But as per related JSON response example should this be POST instead of PUT? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 329fde76-a838-59c9-73f6-96424c03a6e0 +* Version Independent ID: 203cd155-00c5-286b-96ce-5961c24c6273 +* Content: [API implementation guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-implementation) +* Content Source: [docs/best-practices/api-implementation.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/api-implementation.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Wrong HTTP Method in the explanation of exmple - In section ""Processing Requests"" the last point ""An HTTP PUT request to the URI https://adventure-works.com/customers/2/orders to create a new order for this customer. The data must be provided in the request message in x-www-form-urlencoded format"" says PUT request. But as per related JSON response example should this be POST instead of PUT? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 329fde76-a838-59c9-73f6-96424c03a6e0 +* Version Independent ID: 203cd155-00c5-286b-96ce-5961c24c6273 +* Content: [API implementation guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-implementation) +* Content Source: [docs/best-practices/api-implementation.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/api-implementation.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,wrong http method in the explanation of exmple in section processing requests the last point an http put request to the uri to create a new order for this customer the data must be provided in the request message in x www form urlencoded format says put request but as per related json response example should this be post instead of put document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +44168,23513384279.0,IssuesEvent,2022-08-18 18:51:16,pdfminer/pdfminer.six,https://api.github.com/repos/pdfminer/pdfminer.six,closed,Debugging is slowing down our processing,type:performance status: needs more info,"Hello Guys, + +I recently integrated camelot to convert my pdf files to dataframes, with a fastapi upload process. Currently the processing time is taking 3mins per file after digging deeper i found out this is because of the pdfminer.psparser debugging, would it be possible to have this turned off. + +",True,"Debugging is slowing down our processing - Hello Guys, + +I recently integrated camelot to convert my pdf files to dataframes, with a fastapi upload process. Currently the processing time is taking 3mins per file after digging deeper i found out this is because of the pdfminer.psparser debugging, would it be possible to have this turned off. + +",0,debugging is slowing down our processing hello guys i recently integrated camelot to convert my pdf files to dataframes with a fastapi upload process currently the processing time is taking per file after digging deeper i found out this is because of the pdfminer psparser debugging would it be possible to have this turned off ,0 +57852,14232367487.0,IssuesEvent,2020-11-18 10:40:01,AdoptOpenJDK/openjdk-build,https://api.github.com/repos/AdoptOpenJDK/openjdk-build,closed,JDK8 Solaris/SPARC builds disabled,buildbreak,"I believe this was because they were taking over six hours to complete: +https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-sparcv9-hotspot/ +",1.0,"JDK8 Solaris/SPARC builds disabled - I believe this was because they were taking over six hours to complete: +https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-sparcv9-hotspot/ +",0, solaris sparc builds disabled i believe this was because they were taking over six hours to complete ,0 +19227,2618937884.0,IssuesEvent,2015-03-03 00:02:48,chrsmith/open-ig,https://api.github.com/repos/chrsmith/open-ig,opened,Request : Add trees and road in building mod,auto-migrated Planets Priority-Low Type-Enhancement,"``` +We all know that perfect space efficency building is completely messed up by +rocks. + +So, could you add 'tree' building and maybe 'road', only for esthetic? + +The original game had a picture with trees on its cover. It was a lie. Maybe +also a very low morale bonus when tree are built on a planet. Who would enjoy +living on a planet without plants? + +Obviously, this sugestion has a very low priority if accepted. +``` + +Original issue reported on code.google.com by `benjamin...@gmail.com` on 27 Jan 2014 at 6:02",1.0,"Request : Add trees and road in building mod - ``` +We all know that perfect space efficency building is completely messed up by +rocks. + +So, could you add 'tree' building and maybe 'road', only for esthetic? + +The original game had a picture with trees on its cover. It was a lie. Maybe +also a very low morale bonus when tree are built on a planet. Who would enjoy +living on a planet without plants? + +Obviously, this sugestion has a very low priority if accepted. +``` + +Original issue reported on code.google.com by `benjamin...@gmail.com` on 27 Jan 2014 at 6:02",0,request add trees and road in building mod we all know that perfect space efficency building is completely messed up by rocks so could you add tree building and maybe road only for esthetic the original game had a picture with trees on its cover it was a lie maybe also a very low morale bonus when tree are built on a planet who would enjoy living on a planet without plants obviously this sugestion has a very low priority if accepted original issue reported on code google com by benjamin gmail com on jan at ,0 +46407,19143180674.0,IssuesEvent,2021-12-02 02:50:12,elastic/kibana,https://api.github.com/repos/elastic/kibana,closed,[test-failed]: X-Pack Chromium API Reporting Tests.x-pack/test/reporting/api/bwc_existing_indexes·js - chromium BWC report generation into existing indexes existing 6_2 index multiple jobs posted,Feature:Reporting loe:hours failed-test Team:AppServicesSv triaged skipped-test test-windows test-darwin release_note:skip impact:low Team:Reporting Services EnableJiraSync,"**Version: 7.3** +**Class: X-Pack Chromium API Reporting Tests.x-pack\test\reporting\api\bwc_existing_indexes·js** +**Stack Trace:** + + Error: expected 500 to equal 200 + at Assertion.assert (C:\Users\jenkins\workspace\elastic+estf-kibana+7.3-snapshot+multijob-x-pack-win\kibana\packages\kbn-expect\expect.js:100:11) + at Assertion.be.Assertion.equal (C:\Users\jenkins\workspace\elastic+estf-kibana+7.3-snapshot+multijob-x-pack-win\kibana\packages\kbn-expect\expect.js:221:8) + at Assertion.(anonymous function) [as be] (C:\Users\jenkins\workspace\elastic+estf-kibana+7.3-snapshot+multijob-x-pack-win\kibana\packages\kbn-expect\expect.js:69:22) + at Object.be [as waitForJobToFinish] (test\reporting\services/reporting_api.js:39:29) + +_Platform: win_ +_Build Num: 36_",2.0,"[test-failed]: X-Pack Chromium API Reporting Tests.x-pack/test/reporting/api/bwc_existing_indexes·js - chromium BWC report generation into existing indexes existing 6_2 index multiple jobs posted - **Version: 7.3** +**Class: X-Pack Chromium API Reporting Tests.x-pack\test\reporting\api\bwc_existing_indexes·js** +**Stack Trace:** + + Error: expected 500 to equal 200 + at Assertion.assert (C:\Users\jenkins\workspace\elastic+estf-kibana+7.3-snapshot+multijob-x-pack-win\kibana\packages\kbn-expect\expect.js:100:11) + at Assertion.be.Assertion.equal (C:\Users\jenkins\workspace\elastic+estf-kibana+7.3-snapshot+multijob-x-pack-win\kibana\packages\kbn-expect\expect.js:221:8) + at Assertion.(anonymous function) [as be] (C:\Users\jenkins\workspace\elastic+estf-kibana+7.3-snapshot+multijob-x-pack-win\kibana\packages\kbn-expect\expect.js:69:22) + at Object.be [as waitForJobToFinish] (test\reporting\services/reporting_api.js:39:29) + +_Platform: win_ +_Build Num: 36_",0, x pack chromium api reporting tests x pack test reporting api bwc existing indexes·js chromium bwc report generation into existing indexes existing index multiple jobs posted version class x pack chromium api reporting tests x pack test reporting api bwc existing indexes·js stack trace error expected to equal at assertion assert c users jenkins workspace elastic estf kibana snapshot multijob x pack win kibana packages kbn expect expect js at assertion be assertion equal c users jenkins workspace elastic estf kibana snapshot multijob x pack win kibana packages kbn expect expect js at assertion anonymous function c users jenkins workspace elastic estf kibana snapshot multijob x pack win kibana packages kbn expect expect js at object be test reporting services reporting api js platform win build num ,0 +301098,9215930493.0,IssuesEvent,2019-03-11 06:00:39,kubernetes/minikube,https://api.github.com/repos/kubernetes/minikube,closed,Error downloading kubeadm v1.13.3: checksum validation failed,kind/bug priority/awaiting-more-evidence triage/needs-information,"Facing error while starting minikube + +**OS:** Windows 10 +**Tool used:** Windows Powershell +**Minikube version:** v0.34.1 +**kubectl verison:** v1.13.0 + +**Command Used:** .\minikube start --vm-driver=""virtualbox"" + +**Output of command:** +o minikube v0.34.1 on windows (amd64) +> Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ... +- ""minikube"" IP address is 192.168.99.100 +- Configuring Docker as the container runtime ... +- Preparing Kubernetes environment ... +@ Downloading kubeadm v1.13.3 +@ Downloading kubelet v1.13.3 +! Failed to update cluster: downloading binaries: downloading kubeadm: Error downloading kubeadm v1.13.3: failed to download: failed to download to temp file: checksum validation failed + +* Sorry that minikube crashed. If this was unexpected, we would love to hear from you: +- https://github.com/kubernetes/minikube/issues/new +",1.0,"Error downloading kubeadm v1.13.3: checksum validation failed - Facing error while starting minikube + +**OS:** Windows 10 +**Tool used:** Windows Powershell +**Minikube version:** v0.34.1 +**kubectl verison:** v1.13.0 + +**Command Used:** .\minikube start --vm-driver=""virtualbox"" + +**Output of command:** +o minikube v0.34.1 on windows (amd64) +> Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ... +- ""minikube"" IP address is 192.168.99.100 +- Configuring Docker as the container runtime ... +- Preparing Kubernetes environment ... +@ Downloading kubeadm v1.13.3 +@ Downloading kubelet v1.13.3 +! Failed to update cluster: downloading binaries: downloading kubeadm: Error downloading kubeadm v1.13.3: failed to download: failed to download to temp file: checksum validation failed + +* Sorry that minikube crashed. If this was unexpected, we would love to hear from you: +- https://github.com/kubernetes/minikube/issues/new +",0,error downloading kubeadm checksum validation failed facing error while starting minikube os windows tool used windows powershell minikube version kubectl verison command used minikube start vm driver virtualbox output of command o minikube on windows creating virtualbox vm cpus memory disk minikube ip address is configuring docker as the container runtime preparing kubernetes environment downloading kubeadm downloading kubelet failed to update cluster downloading binaries downloading kubeadm error downloading kubeadm failed to download failed to download to temp file checksum validation failed sorry that minikube crashed if this was unexpected we would love to hear from you ,0 +67608,27965016967.0,IssuesEvent,2023-03-24 18:41:42,microsoft/botframework-sdk,https://api.github.com/repos/microsoft/botframework-sdk,closed,OOTB Health check API,customer-reported Bot Services,"I understand there was a feature for OOTB healthcheck functionality back in 2020 release (https://github.com/microsoft/botframework-sdk/issues/5660) + +However it was deprecated? Is there any means for + +1. Doing OOTB healthcheck for a bot? +2. Is there any means through API to check if directline channel is up? + +I researched and didnt find any relevant updates/ access in StackOverflow, hence reaching out in this channel. Any feedback or pointer on how to healthcheck for directline chat channel would be appreciated. + +Thanks +",1.0,"OOTB Health check API - I understand there was a feature for OOTB healthcheck functionality back in 2020 release (https://github.com/microsoft/botframework-sdk/issues/5660) + +However it was deprecated? Is there any means for + +1. Doing OOTB healthcheck for a bot? +2. Is there any means through API to check if directline channel is up? + +I researched and didnt find any relevant updates/ access in StackOverflow, hence reaching out in this channel. Any feedback or pointer on how to healthcheck for directline chat channel would be appreciated. + +Thanks +",0,ootb health check api i understand there was a feature for ootb healthcheck functionality back in release however it was deprecated is there any means for doing ootb healthcheck for a bot is there any means through api to check if directline channel is up i researched and didnt find any relevant updates access in stackoverflow hence reaching out in this channel any feedback or pointer on how to healthcheck for directline chat channel would be appreciated thanks ,0 +33584,4499718078.0,IssuesEvent,2016-09-01 00:11:33,elegantthemes/Divi-Beta,https://api.github.com/repos/elegantthemes/Divi-Beta,closed,Cannot open settings of module items,BUG DESIGN SIGNOFF READY FOR REVIEW,"### Problem: + +If I click to open settings of the item in modules like Slider or Pricing table - nothing happens. I can duplicate, move, remove or add items, though + +### Steps To Reproduce: +1. Open settings of any module with sub items ( slider for example ) +2. Try editing its sub items",1.0,"Cannot open settings of module items - ### Problem: + +If I click to open settings of the item in modules like Slider or Pricing table - nothing happens. I can duplicate, move, remove or add items, though + +### Steps To Reproduce: +1. Open settings of any module with sub items ( slider for example ) +2. Try editing its sub items",0,cannot open settings of module items problem if i click to open settings of the item in modules like slider or pricing table nothing happens i can duplicate move remove or add items though steps to reproduce open settings of any module with sub items slider for example try editing its sub items,0 +24155,2666521707.0,IssuesEvent,2015-03-21 17:14:36,phetsims/tasks,https://api.github.com/repos/phetsims/tasks,closed,Install Google Chrome browser on Intel Education tablet,Medium Priority QA,Hey @arnabp when you get a chance in the nearish future can you figure out how to install Chrome on the Intel Education tablet I gave you.,1.0,Install Google Chrome browser on Intel Education tablet - Hey @arnabp when you get a chance in the nearish future can you figure out how to install Chrome on the Intel Education tablet I gave you.,0,install google chrome browser on intel education tablet hey arnabp when you get a chance in the nearish future can you figure out how to install chrome on the intel education tablet i gave you ,0 +359578,10678221508.0,IssuesEvent,2019-10-21 16:50:52,mozilla/blurts-server,https://api.github.com/repos/mozilla/blurts-server,closed,Optimize for FxA conversion: Breach Results page updates,Skyline priority: P1 type: enhancement,"Align page to spec (below) including +- [x] changing link at top to button +- [x] order of sections +- [x] revising bottom FxA section to replace current tout + +## Visual Designs +**Invision:** https://mozilla.invisionapp.com/share/RGRIETZ7NAJ#/359835118_Scan_Results-_Multiple_Found_-_Desktop +**Zeplin:** https://zpl.io/aNmNnOD",1.0,"Optimize for FxA conversion: Breach Results page updates - Align page to spec (below) including +- [x] changing link at top to button +- [x] order of sections +- [x] revising bottom FxA section to replace current tout + +## Visual Designs +**Invision:** https://mozilla.invisionapp.com/share/RGRIETZ7NAJ#/359835118_Scan_Results-_Multiple_Found_-_Desktop +**Zeplin:** https://zpl.io/aNmNnOD",0,optimize for fxa conversion breach results page updates align page to spec below including changing link at top to button order of sections revising bottom fxa section to replace current tout visual designs invision zeplin ,0 +9721,25104665311.0,IssuesEvent,2022-11-08 15:49:57,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Link pointing to wrong page,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +In the second paragraph of the ""Working with CSV and JSON data in Azure"" section of the web page found at the link https://docs.microsoft.com/en-us/azure/architecture/data-guide/scenarios/csv-and-json, there is an ""import CSV files"" link. Instead of taking you to a page about importing CSV files it takes you to the ""Import JSON documents into SQL Server"" page.(https://docs.microsoft.com/en-us/sql/relational-databases/json/import-json-documents-into-sql-server?view=sql-server-ver15) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5ac957c-9568-b3f0-d79e-72a36439bee9 +* Version Independent ID: e89413dd-8815-3d38-d7f0-6a6d0268db1e +* Content: [Processing CSV and JSON files - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/scenarios/csv-and-json) +* Content Source: [docs/data-guide/scenarios/csv-and-json.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/scenarios/csv-and-json.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"Link pointing to wrong page - +In the second paragraph of the ""Working with CSV and JSON data in Azure"" section of the web page found at the link https://docs.microsoft.com/en-us/azure/architecture/data-guide/scenarios/csv-and-json, there is an ""import CSV files"" link. Instead of taking you to a page about importing CSV files it takes you to the ""Import JSON documents into SQL Server"" page.(https://docs.microsoft.com/en-us/sql/relational-databases/json/import-json-documents-into-sql-server?view=sql-server-ver15) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5ac957c-9568-b3f0-d79e-72a36439bee9 +* Version Independent ID: e89413dd-8815-3d38-d7f0-6a6d0268db1e +* Content: [Processing CSV and JSON files - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/scenarios/csv-and-json) +* Content Source: [docs/data-guide/scenarios/csv-and-json.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/scenarios/csv-and-json.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,link pointing to wrong page in the second paragraph of the working with csv and json data in azure section of the web page found at the link there is an import csv files link instead of taking you to a page about importing csv files it takes you to the import json documents into sql server page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login zoinertejada microsoft alias pnp ,1 +72811,9608743642.0,IssuesEvent,2019-05-12 09:24:44,shopsys/shopsys,https://api.github.com/repos/shopsys/shopsys,closed,describe parallel splitting on our CI in monorepo-tools' docs,Documentation :book: Easy Pick :baby_chick: Stale," + +### What is happening + +The `monorepo_split.sh` can take a while on large repostories. We have developed a better way of splitting for our CI, but haven't described it in the docs, even though it could be very helpful to others: + + +```bash +#!/bin/bash +x + +# ANSI color codes +RED=""\e[31m"" +GREEN=""\e[32m"" +BLUE=""\e[34m"" +NC=""\e[0m"" + +# Relatively new version of git must be installed +printf ""\n${BLUE}Using $(git --version). The package shopsys/monorepo-tools was tested on 2.16.1.${NC}\n\n"" + +# List of packages to be split +PACKAGES=""\ + framework \ + product-feed-zbozi \ + product-feed-google \ + product-feed-heureka \ + product-feed-heureka-delivery \ + plugin-interface \ + coding-standards \ + http-smoke-testing \ + form-types-bundle \ + migrations \ + monorepo-tools \ + project-base"" + +for PACKAGE in $PACKAGES; do + # Preparing the variables to be used for splitting + LOG_FILE=""$WORKSPACE/split/$PACKAGE.log"" + if [ ""$PACKAGE"" == ""project-base"" ]; then + SUBDIRECTORY=$PACKAGE + else + SUBDIRECTORY=""packages/$PACKAGE"" + fi + + # Cloning the repository as bare into separate directory, so it can be split in a parallel process + cd $WORKSPACE + git clone --bare .git $WORKSPACE/split/$PACKAGE + cd $WORKSPACE/split/$PACKAGE + + printf ""${BLUE}$(date +%T) > Splitting package '$PACKAGE' from directory '$SUBDIRECTORY'...${NC}\n"" + printf ""The progress will be logged into '$LOG_FILE'.\n\n"" + + # Running the splitting processes in parallel + $WORKSPACE/packages/monorepo-tools/rewrite_history_from.sh $SUBDIRECTORY master $(git tag) > $LOG_FILE 2>&1 && + printf ""${GREEN}$(date +%T) > Splitting package '$PACKAGE' from directory '$SUBDIRECTORY' finished!${NC}\n"" || + printf ""${RED}$(date +%T) > Splitting package '$PACKAGE' from directory '$SUBDIRECTORY' failed!${NC}\n"" & +done + +wait + +# Checking the status of the split repositories +EXIT_STATUS=0 +printf ""\n${BLUE}$(date +%T) > Splitting of all packages finished. Checking the ability to push the split repositories...${NC}\n\n"" +for PACKAGE in $PACKAGES; do + cd $WORKSPACE/split/$PACKAGE + REMOTE=""git@github.com:shopsys/$PACKAGE.git"" + + git push --tags $REMOTE master --dry-run + + if [ $? -eq 0 ]; then + printf ""${GREEN}The split package '$PACKAGE' can be pushed into '$REMOTE'!${NC}\n"" + else + printf ""${RED}The split package '$PACKAGE' cannot be pushed into '$REMOTE'!${NC}\n"" + EXIT_STATUS=1 + fi +done + +# Pushing all repositories at once if they are OK so they are released at one moment +if [ $EXIT_STATUS -eq 0 ]; then + printf ""\n${GREEN}$(date +%T) > All repositories can be pushed! Pushing them into their remotes now...${NC}\n\n"" + for PACKAGE in $PACKAGES; do + cd $WORKSPACE/split/$PACKAGE + git push --tags git@github.com:shopsys/$PACKAGE.git master + done +else +printf ""\n${RED}$(date +%T) > Repositories were not pushed into their remotes due to an error.${NC}\n\n"" +fi + +exit $EXIT_STATUS +``` + + + +### Expected result + +Our CI setup for splitting the monorepo and its advantages is described in the docs. + +*Note: this is duplicate of the US-3853 in our internal backlog.*",1.0,"describe parallel splitting on our CI in monorepo-tools' docs - + +### What is happening + +The `monorepo_split.sh` can take a while on large repostories. We have developed a better way of splitting for our CI, but haven't described it in the docs, even though it could be very helpful to others: + + +```bash +#!/bin/bash +x + +# ANSI color codes +RED=""\e[31m"" +GREEN=""\e[32m"" +BLUE=""\e[34m"" +NC=""\e[0m"" + +# Relatively new version of git must be installed +printf ""\n${BLUE}Using $(git --version). The package shopsys/monorepo-tools was tested on 2.16.1.${NC}\n\n"" + +# List of packages to be split +PACKAGES=""\ + framework \ + product-feed-zbozi \ + product-feed-google \ + product-feed-heureka \ + product-feed-heureka-delivery \ + plugin-interface \ + coding-standards \ + http-smoke-testing \ + form-types-bundle \ + migrations \ + monorepo-tools \ + project-base"" + +for PACKAGE in $PACKAGES; do + # Preparing the variables to be used for splitting + LOG_FILE=""$WORKSPACE/split/$PACKAGE.log"" + if [ ""$PACKAGE"" == ""project-base"" ]; then + SUBDIRECTORY=$PACKAGE + else + SUBDIRECTORY=""packages/$PACKAGE"" + fi + + # Cloning the repository as bare into separate directory, so it can be split in a parallel process + cd $WORKSPACE + git clone --bare .git $WORKSPACE/split/$PACKAGE + cd $WORKSPACE/split/$PACKAGE + + printf ""${BLUE}$(date +%T) > Splitting package '$PACKAGE' from directory '$SUBDIRECTORY'...${NC}\n"" + printf ""The progress will be logged into '$LOG_FILE'.\n\n"" + + # Running the splitting processes in parallel + $WORKSPACE/packages/monorepo-tools/rewrite_history_from.sh $SUBDIRECTORY master $(git tag) > $LOG_FILE 2>&1 && + printf ""${GREEN}$(date +%T) > Splitting package '$PACKAGE' from directory '$SUBDIRECTORY' finished!${NC}\n"" || + printf ""${RED}$(date +%T) > Splitting package '$PACKAGE' from directory '$SUBDIRECTORY' failed!${NC}\n"" & +done + +wait + +# Checking the status of the split repositories +EXIT_STATUS=0 +printf ""\n${BLUE}$(date +%T) > Splitting of all packages finished. Checking the ability to push the split repositories...${NC}\n\n"" +for PACKAGE in $PACKAGES; do + cd $WORKSPACE/split/$PACKAGE + REMOTE=""git@github.com:shopsys/$PACKAGE.git"" + + git push --tags $REMOTE master --dry-run + + if [ $? -eq 0 ]; then + printf ""${GREEN}The split package '$PACKAGE' can be pushed into '$REMOTE'!${NC}\n"" + else + printf ""${RED}The split package '$PACKAGE' cannot be pushed into '$REMOTE'!${NC}\n"" + EXIT_STATUS=1 + fi +done + +# Pushing all repositories at once if they are OK so they are released at one moment +if [ $EXIT_STATUS -eq 0 ]; then + printf ""\n${GREEN}$(date +%T) > All repositories can be pushed! Pushing them into their remotes now...${NC}\n\n"" + for PACKAGE in $PACKAGES; do + cd $WORKSPACE/split/$PACKAGE + git push --tags git@github.com:shopsys/$PACKAGE.git master + done +else +printf ""\n${RED}$(date +%T) > Repositories were not pushed into their remotes due to an error.${NC}\n\n"" +fi + +exit $EXIT_STATUS +``` + + + +### Expected result + +Our CI setup for splitting the monorepo and its advantages is described in the docs. + +*Note: this is duplicate of the US-3853 in our internal backlog.*",0,describe parallel splitting on our ci in monorepo tools docs what is happening the monorepo split sh can take a while on large repostories we have developed a better way of splitting for our ci but haven t described it in the docs even though it could be very helpful to others bash bin bash x ansi color codes red e green e blue e nc e relatively new version of git must be installed printf n blue using git version the package shopsys monorepo tools was tested on nc n n list of packages to be split packages framework product feed zbozi product feed google product feed heureka product feed heureka delivery plugin interface coding standards http smoke testing form types bundle migrations monorepo tools project base for package in packages do preparing the variables to be used for splitting log file workspace split package log if then subdirectory package else subdirectory packages package fi cloning the repository as bare into separate directory so it can be split in a parallel process cd workspace git clone bare git workspace split package cd workspace split package printf blue date t splitting package package from directory subdirectory nc n printf the progress will be logged into log file n n running the splitting processes in parallel workspace packages monorepo tools rewrite history from sh subdirectory master git tag log file printf green date t splitting package package from directory subdirectory finished nc n printf red date t splitting package package from directory subdirectory failed nc n done wait checking the status of the split repositories exit status printf n blue date t splitting of all packages finished checking the ability to push the split repositories nc n n for package in packages do cd workspace split package remote git github com shopsys package git git push tags remote master dry run if then printf green the split package package can be pushed into remote nc n else printf red the split package package cannot be pushed into remote nc n exit status fi done pushing all repositories at once if they are ok so they are released at one moment if then printf n green date t all repositories can be pushed pushing them into their remotes now nc n n for package in packages do cd workspace split package git push tags git github com shopsys package git master done else printf n red date t repositories were not pushed into their remotes due to an error nc n n fi exit exit status expected result our ci setup for splitting the monorepo and its advantages is described in the docs note this is duplicate of the us in our internal backlog ,0 +6254,14008316805.0,IssuesEvent,2020-10-28 23:23:03,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Decision tree for which data store to use,Pri2 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"I think it would be useful to have a decision tree to help people choose which data store to use (like the one in the compute section). + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a6a2dd11-b2f0-7821-a877-fc09af4ac967 +* Version Independent ID: f7537dfd-5472-f0d2-d344-db85fd65bf71 +* Content: [Choose the right data store - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview) +* Content Source: [docs/guide/technology-choices/data-store-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/data-store-overview.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",2.0,"Decision tree for which data store to use - I think it would be useful to have a decision tree to help people choose which data store to use (like the one in the compute section). + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: a6a2dd11-b2f0-7821-a877-fc09af4ac967 +* Version Independent ID: f7537dfd-5472-f0d2-d344-db85fd65bf71 +* Content: [Choose the right data store - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview) +* Content Source: [docs/guide/technology-choices/data-store-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/data-store-overview.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,decision tree for which data store to use i think it would be useful to have a decision tree to help people choose which data store to use like the one in the compute section document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login adamboeglin microsoft alias pnp ,1 +3589,9855887401.0,IssuesEvent,2019-06-19 20:34:08,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,What do you mean by real-time?,architecture-center/svc assigned-to-author product-question reference-architecture/subsvc triaged," It looks like the recommendation result is precomputed in batch and couldn't handle new users and new items to be recommended. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9353bd7c-c25d-5a4d-17cd-df6d8038d2a3 +* Version Independent ID: 21434ad8-78fc-03e3-0bd1-03cc706627c7 +* Content: [Build a Real-time Recommendation API on Azure](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/real-time-recommendation#feedback) +* Content Source: [docs/reference-architectures/ai/real-time-recommendation.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/ai/real-time-recommendation.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @njray +* Microsoft Alias: **pnp**",2.0,"What do you mean by real-time? - It looks like the recommendation result is precomputed in batch and couldn't handle new users and new items to be recommended. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9353bd7c-c25d-5a4d-17cd-df6d8038d2a3 +* Version Independent ID: 21434ad8-78fc-03e3-0bd1-03cc706627c7 +* Content: [Build a Real-time Recommendation API on Azure](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/real-time-recommendation#feedback) +* Content Source: [docs/reference-architectures/ai/real-time-recommendation.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/ai/real-time-recommendation.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @njray +* Microsoft Alias: **pnp**",1,what do you mean by real time it looks like the recommendation result is precomputed in batch and couldn t handle new users and new items to be recommended document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login njray microsoft alias pnp ,1 +273775,8552638413.0,IssuesEvent,2018-11-07 21:42:07,webcompat/web-bugs,https://api.github.com/repos/webcompat/web-bugs,closed,member.aetna.com - site is not usable,browser-firefox priority-normal," + + + +**URL**: https://member.aetna.com/appConfig/login/login.fcc + +**Browser / Version**: Firefox 63.0 +**Operating System**: Windows 10 +**Tested Another Browser**: Yes + +**Problem type**: Site is not usable +**Description**: Went to the Aetna login site and it is a white page. Site works fine in Chrome. +**Steps to Reproduce**: + + +
+Browser Configuration +
    +
  • None
  • +
+ +
+ +_From [webcompat.com](https://webcompat.com/) with ❤️_",1.0,"member.aetna.com - site is not usable - + + + +**URL**: https://member.aetna.com/appConfig/login/login.fcc + +**Browser / Version**: Firefox 63.0 +**Operating System**: Windows 10 +**Tested Another Browser**: Yes + +**Problem type**: Site is not usable +**Description**: Went to the Aetna login site and it is a white page. Site works fine in Chrome. +**Steps to Reproduce**: + + +
+Browser Configuration +
    +
  • None
  • +
+ +
+ +_From [webcompat.com](https://webcompat.com/) with ❤️_",0,member aetna com site is not usable url browser version firefox operating system windows tested another browser yes problem type site is not usable description went to the aetna login site and it is a white page site works fine in chrome steps to reproduce browser configuration none from with ❤️ ,0 +25557,3940770722.0,IssuesEvent,2016-04-27 03:07:02,aikuma/aikuma-ng,https://api.github.com/repos/aikuma/aikuma-ng,closed,Can't delete a recording,enhancement UI Design,I made a test recording. How do I delete it? It appears in Home but no 'X' icon,1.0,Can't delete a recording - I made a test recording. How do I delete it? It appears in Home but no 'X' icon,0,can t delete a recording i made a test recording how do i delete it it appears in home but no x icon,0 +287949,31856625758.0,IssuesEvent,2023-09-15 07:57:03,nidhi7598/linux-4.19.72_CVE-2022-3564,https://api.github.com/repos/nidhi7598/linux-4.19.72_CVE-2022-3564,opened,WS-2022-0018 (High) detected in linuxlinux-4.19.294,Mend: dependency security vulnerability,"## WS-2022-0018 - High Severity Vulnerability +
Vulnerable Library - linuxlinux-4.19.294

+

+ +

The Linux Kernel

+

Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux

+

Found in HEAD commit: 6c650cf2c841e5bff3f3001d4bcf7f7698d9be3b

+ +

Found in base branch: main

+
+

+
Vulnerable Source Files (2) +

+

+ + /net/ipv4/af_inet.c + /net/ipv4/af_inet.c +

+
+

+

+ +

+
Vulnerability Details +

+ +net: fix use-after-free in tw_timer_handler + +

Publish Date: 2022-01-11 +

URL: WS-2022-0018

+

+
+

+
CVSS 3 Score Details (7.8) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://osv.dev/vulnerability/GSD-2022-1000053

+

Release Date: 2022-01-11

+

Fix Resolution: v5.15.13

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"WS-2022-0018 (High) detected in linuxlinux-4.19.294 - ## WS-2022-0018 - High Severity Vulnerability +
Vulnerable Library - linuxlinux-4.19.294

+

+ +

The Linux Kernel

+

Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux

+

Found in HEAD commit: 6c650cf2c841e5bff3f3001d4bcf7f7698d9be3b

+ +

Found in base branch: main

+
+

+
Vulnerable Source Files (2) +

+

+ + /net/ipv4/af_inet.c + /net/ipv4/af_inet.c +

+
+

+

+ +

+
Vulnerability Details +

+ +net: fix use-after-free in tw_timer_handler + +

Publish Date: 2022-01-11 +

URL: WS-2022-0018

+

+
+

+
CVSS 3 Score Details (7.8) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: Low + - User Interaction: None + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: High + - Integrity Impact: High + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://osv.dev/vulnerability/GSD-2022-1000053

+

Release Date: 2022-01-11

+

Fix Resolution: v5.15.13

+ +

+
+

+ +*** +Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,ws high detected in linuxlinux ws high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch main vulnerable source files net af inet c net af inet c vulnerability details net fix use after free in tw timer handler 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 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 step up your open source security game with mend ,0 +87833,3767877085.0,IssuesEvent,2016-03-16 00:41:07,opengovfoundation/madison,https://api.github.com/repos/opengovfoundation/madison,closed,Setting featured document throws error,Difficulty (2): Very Doable Needs: Laravel Priority Status: 1 Todo Type: Bug,"I'm seeing `{""success"":false,""error"":{""code"":0,""message"":""Trying to get property of non-object""}}` on dev.mymadison.io when trying to make a document featured from that document's page.",1.0,"Setting featured document throws error - I'm seeing `{""success"":false,""error"":{""code"":0,""message"":""Trying to get property of non-object""}}` on dev.mymadison.io when trying to make a document featured from that document's page.",0,setting featured document throws error i m seeing success false error code message trying to get property of non object on dev mymadison io when trying to make a document featured from that document s page ,0 +17578,9812496394.0,IssuesEvent,2019-06-13 04:46:54,theia-ide/theia,https://api.github.com/repos/theia-ide/theia,closed,"[git] ""Stopped/Started watching"" git repo, on every change",bug critical git performance scm,"### Description +Every time a file is changed, I see a pair of traces in the backend log, saying that the git repo watching has stopped and right after, started again. + +I do not know what this exactly means, but it sounds like it could be that the OS file watchers, watching a git repo, are being freed and re-allocated, again and again (hopefully not the case). + +### Reproduction Steps +- build and start the browser example +- watch the terminal where the backend was started +- open a file in theia's editor. +- make changes in the file, saving once in a while or letting auto-save do it for you + -> each time a change is saved, a pair of traces (see below) appears in the B-E log. + +**OS and Theia version:** +ubuntu 16.04, theia browser example app, built from latest master + +**Diagnostics:** + +``` +root INFO Stopped watching the git repository: file:///opt/ericsson-dev/theia +root INFO Started watching the git repository: file:///opt/ericsson-dev/theia +``` +",True,"[git] ""Stopped/Started watching"" git repo, on every change - ### Description +Every time a file is changed, I see a pair of traces in the backend log, saying that the git repo watching has stopped and right after, started again. + +I do not know what this exactly means, but it sounds like it could be that the OS file watchers, watching a git repo, are being freed and re-allocated, again and again (hopefully not the case). + +### Reproduction Steps +- build and start the browser example +- watch the terminal where the backend was started +- open a file in theia's editor. +- make changes in the file, saving once in a while or letting auto-save do it for you + -> each time a change is saved, a pair of traces (see below) appears in the B-E log. + +**OS and Theia version:** +ubuntu 16.04, theia browser example app, built from latest master + +**Diagnostics:** + +``` +root INFO Stopped watching the git repository: file:///opt/ericsson-dev/theia +root INFO Started watching the git repository: file:///opt/ericsson-dev/theia +``` +",0, stopped started watching git repo on every change description every time a file is changed i see a pair of traces in the backend log saying that the git repo watching has stopped and right after started again i do not know what this exactly means but it sounds like it could be that the os file watchers watching a git repo are being freed and re allocated again and again hopefully not the case reproduction steps build and start the browser example watch the terminal where the backend was started open a file in theia s editor make changes in the file saving once in a while or letting auto save do it for you each time a change is saved a pair of traces see below appears in the b e log os and theia version ubuntu theia browser example app built from latest master diagnostics root info stopped watching the git repository file opt ericsson dev theia root info started watching the git repository file opt ericsson dev theia ,0 +321324,23850561220.0,IssuesEvent,2022-09-06 17:30:37,tektoncd/pipeline,https://api.github.com/repos/tektoncd/pipeline,closed,v1beta1 -> v1 migration guide,kind/documentation lifecycle/frozen priority/important-soon,"We need to write a guide for users migrating from v1beta1 -> v1 versions of CRDs, based on [TEP-0096](https://github.com/tektoncd/community/blob/main/teps/0096-pipelines-v1-api.md) and similar to the existing [doc](https://github.com/tektoncd/pipeline/blob/main/docs/migrating-v1alpha1-to-v1beta1.md) for migrating from v1alpha1 -> v1beta1.",1.0,"v1beta1 -> v1 migration guide - We need to write a guide for users migrating from v1beta1 -> v1 versions of CRDs, based on [TEP-0096](https://github.com/tektoncd/community/blob/main/teps/0096-pipelines-v1-api.md) and similar to the existing [doc](https://github.com/tektoncd/pipeline/blob/main/docs/migrating-v1alpha1-to-v1beta1.md) for migrating from v1alpha1 -> v1beta1.",0, migration guide we need to write a guide for users migrating from versions of crds based on and similar to the existing for migrating from ,0 +33011,14003536756.0,IssuesEvent,2020-10-28 16:00:10,MicrosoftDocs/windowsserverdocs,https://api.github.com/repos/MicrosoftDocs/windowsserverdocs,closed,Map empty,Pri2 remote-desktop-services/tech windows-server/prod," +[Voer hier feedback in] + + +--- +#### Documentdetails + +⚠ *Dit gedeelte niet bewerken. Het is vereist om problemen te koppelen tussen docs.microsoft.com en GitHub.* + +* ID: 09ab98fc-fea2-a11a-e5ca-de1430211d97 +* Version Independent ID: 4d9943c3-fef7-ca86-bd03-1241a04b8135 +* Content: [Get started with the Windows Desktop client](https://docs.microsoft.com/nl-nl/windows-server/remote/remote-desktop-services/clients/windowsdesktop) +* Content Source: [WindowsServerDocs/remote/remote-desktop-services/clients/windowsdesktop.md](https://github.com/MicrosoftDocs/windowsserverdocs/blob/master/WindowsServerDocs/remote/remote-desktop-services/clients/windowsdesktop.md) +* Product: **windows-server** +* Technology: **remote-desktop-services** +* GitHub Login: @Heidilohr +* Microsoft Alias: **helohr**",1.0,"Map empty - +[Voer hier feedback in] + + +--- +#### Documentdetails + +⚠ *Dit gedeelte niet bewerken. Het is vereist om problemen te koppelen tussen docs.microsoft.com en GitHub.* + +* ID: 09ab98fc-fea2-a11a-e5ca-de1430211d97 +* Version Independent ID: 4d9943c3-fef7-ca86-bd03-1241a04b8135 +* Content: [Get started with the Windows Desktop client](https://docs.microsoft.com/nl-nl/windows-server/remote/remote-desktop-services/clients/windowsdesktop) +* Content Source: [WindowsServerDocs/remote/remote-desktop-services/clients/windowsdesktop.md](https://github.com/MicrosoftDocs/windowsserverdocs/blob/master/WindowsServerDocs/remote/remote-desktop-services/clients/windowsdesktop.md) +* Product: **windows-server** +* Technology: **remote-desktop-services** +* GitHub Login: @Heidilohr +* Microsoft Alias: **helohr**",0,map empty documentdetails ⚠ dit gedeelte niet bewerken het is vereist om problemen te koppelen tussen docs microsoft com en github id version independent id content content source product windows server technology remote desktop services github login heidilohr microsoft alias helohr ,0 +109291,13758350341.0,IssuesEvent,2020-10-06 23:47:55,asulibraries/islandora-repo,https://api.github.com/repos/asulibraries/islandora-repo,closed,Visually Distinguish Entity State,theming/design,"It would be nice to have visual distinction of when an entity is unpublished. +In most cases this would be as simple as applying some styling on classes like `node--unpublished` +It would also be nice to have a visual indicator for embargoed content - perhaps an icon for this",1.0,"Visually Distinguish Entity State - It would be nice to have visual distinction of when an entity is unpublished. +In most cases this would be as simple as applying some styling on classes like `node--unpublished` +It would also be nice to have a visual indicator for embargoed content - perhaps an icon for this",0,visually distinguish entity state it would be nice to have visual distinction of when an entity is unpublished in most cases this would be as simple as applying some styling on classes like node unpublished it would also be nice to have a visual indicator for embargoed content perhaps an icon for this,0 +120074,10092285863.0,IssuesEvent,2019-07-26 16:15:33,OpenLiberty/guides-common,https://api.github.com/repos/OpenLiberty/guides-common,closed,Creating Docker image of your app,ID complete SME reviewed dev content reviewed end-to-end tests completed final content reviewed new guide peer reviewed signed off user reviewed,"From @gcharters: + +We have a Docker guide that focuses on how to develop apps using Docker. But there's a gap in the story where we don't have a guide to show how to create a Docker image that you can then deploy into Kubernetes. + +At conferences, Graham uses the guides to show the end-to-end story of writing, deploying, and managing microservices in the cloud: https://github.com/gcharters/workshop-cloud-native-java There's currently a gap in the story before the Kubernetes guide where there should really be one about creating the Docker image.",1.0,"Creating Docker image of your app - From @gcharters: + +We have a Docker guide that focuses on how to develop apps using Docker. But there's a gap in the story where we don't have a guide to show how to create a Docker image that you can then deploy into Kubernetes. + +At conferences, Graham uses the guides to show the end-to-end story of writing, deploying, and managing microservices in the cloud: https://github.com/gcharters/workshop-cloud-native-java There's currently a gap in the story before the Kubernetes guide where there should really be one about creating the Docker image.",0,creating docker image of your app from gcharters we have a docker guide that focuses on how to develop apps using docker but there s a gap in the story where we don t have a guide to show how to create a docker image that you can then deploy into kubernetes at conferences graham uses the guides to show the end to end story of writing deploying and managing microservices in the cloud there s currently a gap in the story before the kubernetes guide where there should really be one about creating the docker image ,0 +10689,27297324584.0,IssuesEvent,2023-02-23 21:35:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Broken: Advanced Azure Kubernetes Service (AKS) microservices architecture,doc-bug assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"GitHub logo A reference implementation of this architecture is available on GitHub. +https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices-advanced + +Another URL to an architecture document, that i need, that is not there. Where can I find the visio file? + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c9e5ee22-d60b-7f75-5c7c-6527032f33f7 +* Version Independent ID: 72c0059f-72e1-551b-b37b-0cbb09b52ebc +* Content: [Advanced Azure Kubernetes Service (AKS) microservices architecture - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices-advanced) +* Content Source: [docs/reference-architectures/containers/aks-microservices/aks-microservices-advanced.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks-microservices/aks-microservices-advanced.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",2.0,"Broken: Advanced Azure Kubernetes Service (AKS) microservices architecture - GitHub logo A reference implementation of this architecture is available on GitHub. +https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices-advanced + +Another URL to an architecture document, that i need, that is not there. Where can I find the visio file? + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c9e5ee22-d60b-7f75-5c7c-6527032f33f7 +* Version Independent ID: 72c0059f-72e1-551b-b37b-0cbb09b52ebc +* Content: [Advanced Azure Kubernetes Service (AKS) microservices architecture - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices-advanced) +* Content Source: [docs/reference-architectures/containers/aks-microservices/aks-microservices-advanced.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/containers/aks-microservices/aks-microservices-advanced.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,broken advanced azure kubernetes service aks microservices architecture github logo a reference implementation of this architecture is available on github another url to an architecture document that i need that is not there where can i find the visio file document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias pnp ,1 +248905,7940774601.0,IssuesEvent,2018-07-10 00:22:04,StrangeLoopGames/EcoIssues,https://api.github.com/repos/StrangeLoopGames/EcoIssues,closed,!Potential! ussue when 7.5 to 7.6 migration.,Medium Priority,"Lot of empty deed's here. +@MarjieAVolk can you check it? +![20180708132548_1](https://user-images.githubusercontent.com/4980243/42419068-6beb1c3c-82b6-11e8-8d47-be55d6c41d44.jpg) +![20180708132535_1](https://user-images.githubusercontent.com/4980243/42419069-6c0d0d60-82b6-11e8-8dd0-61d5c54897c7.jpg) +![20180708132538_1](https://user-images.githubusercontent.com/4980243/42419070-6c2b8b46-82b6-11e8-89f5-1c530d6fee59.jpg) +![20180708132540_1](https://user-images.githubusercontent.com/4980243/42419071-6c495fcc-82b6-11e8-98dc-6879d0823626.jpg) + + + +",1.0,"!Potential! ussue when 7.5 to 7.6 migration. - Lot of empty deed's here. +@MarjieAVolk can you check it? +![20180708132548_1](https://user-images.githubusercontent.com/4980243/42419068-6beb1c3c-82b6-11e8-8d47-be55d6c41d44.jpg) +![20180708132535_1](https://user-images.githubusercontent.com/4980243/42419069-6c0d0d60-82b6-11e8-8dd0-61d5c54897c7.jpg) +![20180708132538_1](https://user-images.githubusercontent.com/4980243/42419070-6c2b8b46-82b6-11e8-89f5-1c530d6fee59.jpg) +![20180708132540_1](https://user-images.githubusercontent.com/4980243/42419071-6c495fcc-82b6-11e8-98dc-6879d0823626.jpg) + + + +",0, potential ussue when to migration lot of empty deed s here marjieavolk can you check it ,0 +108056,16762631092.0,IssuesEvent,2021-06-14 02:40:56,gms-ws-demo/nibrs-pr-test,https://api.github.com/repos/gms-ws-demo/nibrs-pr-test,opened,CVE-2018-19361 (High) detected in multiple libraries,security vulnerability,"## CVE-2018-19361 - High Severity Vulnerability +
Vulnerable Libraries - jackson-databind-2.9.5.jar, jackson-databind-2.9.6.jar, jackson-databind-2.8.10.jar, jackson-databind-2.8.0.jar

+

+ +

jackson-databind-2.9.5.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: nibrs-pr-test/tools/nibrs-validate-common/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar

+

+ +Dependency Hierarchy: + - tika-parsers-1.18.jar (Root Library) + - :x: **jackson-databind-2.9.5.jar** (Vulnerable Library) +

+
jackson-databind-2.9.6.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: nibrs-pr-test/web/nibrs-web/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,nibrs-pr-test/web/nibrs-web/target/nibrs-web/WEB-INF/lib/jackson-databind-2.9.6.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar

+

+ +Dependency Hierarchy: + - :x: **jackson-databind-2.9.6.jar** (Vulnerable Library) +

+
jackson-databind-2.8.10.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: nibrs-pr-test/tools/nibrs-fbi-service/pom.xml

+

Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar,nibrs-pr-test/tools/nibrs-fbi-service/target/nibrs-fbi-service-1.0.0/WEB-INF/lib/jackson-databind-2.8.10.jar

+

+ +Dependency Hierarchy: + - :x: **jackson-databind-2.8.10.jar** (Vulnerable Library) +

+
jackson-databind-2.8.0.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: nibrs-pr-test/tools/nibrs-common/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.0/jackson-databind-2.8.0.jar

+

+ +Dependency Hierarchy: + - tika-parsers-1.18.jar (Root Library) + - :x: **jackson-databind-2.8.0.jar** (Vulnerable Library) +

+ +

Found in HEAD commit: 860cc22f54e17594e32e303f0716fb065202fff5

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the openjpa class from polymorphic deserialization. + +

Publish Date: 2019-01-02 +

URL: CVE-2018-19361

+

+
+

+
CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19361

+

Release Date: 2019-01-02

+

Fix Resolution: 2.9.8

+ +

+
+

+ +",True,"CVE-2018-19361 (High) detected in multiple libraries - ## CVE-2018-19361 - High Severity Vulnerability +
Vulnerable Libraries - jackson-databind-2.9.5.jar, jackson-databind-2.9.6.jar, jackson-databind-2.8.10.jar, jackson-databind-2.8.0.jar

+

+ +

jackson-databind-2.9.5.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: nibrs-pr-test/tools/nibrs-validate-common/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar

+

+ +Dependency Hierarchy: + - tika-parsers-1.18.jar (Root Library) + - :x: **jackson-databind-2.9.5.jar** (Vulnerable Library) +

+
jackson-databind-2.9.6.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: nibrs-pr-test/web/nibrs-web/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,nibrs-pr-test/web/nibrs-web/target/nibrs-web/WEB-INF/lib/jackson-databind-2.9.6.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar

+

+ +Dependency Hierarchy: + - :x: **jackson-databind-2.9.6.jar** (Vulnerable Library) +

+
jackson-databind-2.8.10.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: nibrs-pr-test/tools/nibrs-fbi-service/pom.xml

+

Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar,nibrs-pr-test/tools/nibrs-fbi-service/target/nibrs-fbi-service-1.0.0/WEB-INF/lib/jackson-databind-2.8.10.jar

+

+ +Dependency Hierarchy: + - :x: **jackson-databind-2.8.10.jar** (Vulnerable Library) +

+
jackson-databind-2.8.0.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: nibrs-pr-test/tools/nibrs-common/pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.0/jackson-databind-2.8.0.jar

+

+ +Dependency Hierarchy: + - tika-parsers-1.18.jar (Root Library) + - :x: **jackson-databind-2.8.0.jar** (Vulnerable Library) +

+ +

Found in HEAD commit: 860cc22f54e17594e32e303f0716fb065202fff5

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the openjpa class from polymorphic deserialization. + +

Publish Date: 2019-01-02 +

URL: CVE-2018-19361

+

+
+

+
CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19361

+

Release Date: 2019-01-02

+

Fix Resolution: 2.9.8

+ +

+
+

+ +",0,cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file nibrs pr test tools nibrs validate common pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy tika parsers jar root library x jackson databind jar 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 nibrs pr test web nibrs web pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar nibrs pr test web nibrs web target nibrs web web inf lib jackson databind jar canner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar 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 nibrs pr test tools nibrs fbi service pom xml path to vulnerable library canner repository com fasterxml jackson core jackson databind jackson databind jar nibrs pr test tools nibrs fbi service target nibrs fbi service web inf lib jackson databind jar dependency hierarchy x jackson databind jar 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 nibrs pr test tools nibrs common pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy tika parsers jar root library x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before might allow attackers to have unspecified impact by leveraging failure to block the openjpa class from polymorphic deserialization 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 isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org apache tika tika parsers com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency false dependencytree com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency false dependencytree com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency true dependencytree org apache tika tika parsers com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before might allow attackers to have unspecified impact by leveraging failure to block the openjpa class from polymorphic deserialization vulnerabilityurl ,0 +137691,5314594509.0,IssuesEvent,2017-02-13 15:25:27,hpi-swt2/workshop-portal,https://api.github.com/repos/hpi-swt2/workshop-portal,closed,Access Rights,High Priority needs review team-hendrik,"**As** +organizer + +**I want** +the confidential pages to deny access even if one knows the URL + +**in order to** +have the only access to those pages + +# Tasks + +# Acceptance criteria + +- The edit page of events is shown to organizers and admins only. + +- Other users (pupils, coaches and logged-out users) get error for denied access instead. ",1.0,"Access Rights - **As** +organizer + +**I want** +the confidential pages to deny access even if one knows the URL + +**in order to** +have the only access to those pages + +# Tasks + +# Acceptance criteria + +- The edit page of events is shown to organizers and admins only. + +- Other users (pupils, coaches and logged-out users) get error for denied access instead. ",0,access rights as organizer i want the confidential pages to deny access even if one knows the url in order to have the only access to those pages tasks acceptance criteria the edit page of events is shown to organizers and admins only other users pupils coaches and logged out users get error for denied access instead ,0 +3458,9652321012.0,IssuesEvent,2019-05-18 16:08:05,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Triggered Webjobs Deployment,architecture-center/svc cloud-fundamentals/subsvc cxp product-question triaged,"The doc states ""If you want the job to respond to an event-driven trigger, you should configure it as Run continuously. The script or program is stored in the folder named site/wwwroot/app_data/jobs/continuous."" + +Is this correct? When I used the portal to create a Triggered type WebJob with a manual trigger it was placed in site/wwwroot/app_data/jobs/triggered + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 50a65e47-b024-0c7c-0ee9-21ff095abafd +* Version Independent ID: a764689a-168d-dcef-a297-c47f84ea2d12 +* Content: [Background jobs guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/background-jobs#feedback) +* Content Source: [docs/best-practices/background-jobs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/background-jobs.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Triggered Webjobs Deployment - The doc states ""If you want the job to respond to an event-driven trigger, you should configure it as Run continuously. The script or program is stored in the folder named site/wwwroot/app_data/jobs/continuous."" + +Is this correct? When I used the portal to create a Triggered type WebJob with a manual trigger it was placed in site/wwwroot/app_data/jobs/triggered + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 50a65e47-b024-0c7c-0ee9-21ff095abafd +* Version Independent ID: a764689a-168d-dcef-a297-c47f84ea2d12 +* Content: [Background jobs guidance - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/background-jobs#feedback) +* Content Source: [docs/best-practices/background-jobs.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/background-jobs.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,triggered webjobs deployment the doc states if you want the job to respond to an event driven trigger you should configure it as run continuously the script or program is stored in the folder named site wwwroot app data jobs continuous is this correct when i used the portal to create a triggered type webjob with a manual trigger it was placed in site wwwroot app data jobs triggered document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id dcef content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +9672,25017773878.0,IssuesEvent,2022-11-03 20:29:48,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,TPM.2.0,assigned-to-author needs-more-info triaged architecture-center/svc Pri1 guide/subsvc," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cade8ea3-b02f-6c92-b7b1-8f37a5c9d701 +* Version Independent ID: c0bde50c-5e28-5ff2-1507-5a8711ae3022 +* Content: [Azure Application Architecture Fundamentals - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/) +* Content Source: [docs/guide/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/index.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"TPM.2.0 - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cade8ea3-b02f-6c92-b7b1-8f37a5c9d701 +* Version Independent ID: c0bde50c-5e28-5ff2-1507-5a8711ae3022 +* Content: [Azure Application Architecture Fundamentals - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/) +* Content Source: [docs/guide/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/index.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,tpm document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login edprice msft microsoft alias pnp ,1 +8746,12289681655.0,IssuesEvent,2020-05-09 22:51:47,topcoder-platform/challenge-engine-ui,https://api.github.com/repos/topcoder-platform/challenge-engine-ui,closed,Can add unlimited number of prizes ,Functional May 7 Bug Hunt Not a requirement Rejected,"**Describe the bug** +Can add unlimited number of prizes. + +**To Reproduce / Actual Behavior** +Steps to reproduce the behavior: +1. Go to https://challenges.topcoder-dev.com and login as jcori / appirio123 +2. Click on a Project and select a challenge +3. Add prizes +4. Continue to add as many number of prizes +5. Observe that the number of prizes are exceeded even 100, and it still continues + +**Expected behavior** +Number of prizes should be limited + +**Screenshots** +PFA +[Bug_Video.zip](https://github.com/topcoder-platform/challenge-engine-ui/files/4599685/Bug_Video.zip) + +**Desktop:** + - OS: Windows 10 Home + - Browser: Chrome + - Version 81.0.4044.138 + +**Additional context** +",1.0,"Can add unlimited number of prizes - **Describe the bug** +Can add unlimited number of prizes. + +**To Reproduce / Actual Behavior** +Steps to reproduce the behavior: +1. Go to https://challenges.topcoder-dev.com and login as jcori / appirio123 +2. Click on a Project and select a challenge +3. Add prizes +4. Continue to add as many number of prizes +5. Observe that the number of prizes are exceeded even 100, and it still continues + +**Expected behavior** +Number of prizes should be limited + +**Screenshots** +PFA +[Bug_Video.zip](https://github.com/topcoder-platform/challenge-engine-ui/files/4599685/Bug_Video.zip) + +**Desktop:** + - OS: Windows 10 Home + - Browser: Chrome + - Version 81.0.4044.138 + +**Additional context** +",0,can add unlimited number of prizes describe the bug can add unlimited number of prizes to reproduce actual behavior steps to reproduce the behavior go to and login as jcori click on a project and select a challenge add prizes continue to add as many number of prizes observe that the number of prizes are exceeded even and it still continues expected behavior number of prizes should be limited screenshots pfa desktop os windows home browser chrome version additional context ,0 +9766,25166480339.0,IssuesEvent,2022-11-10 21:22:14,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing Decision Tree diagram,doc-bug assigned-to-author triaged architecture-center/svc Pri2 guide/subsvc," +This page appears to be broken. It no longer includes the decision tree. See attached. +![image](https://user-images.githubusercontent.com/833055/153634996-f4796154-1c0d-4910-9ae2-5f613030a3a9.png) + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 88559925-9b9e-d9b3-ddb6-08306692c17b +* Version Independent ID: a25055cb-7cfe-28a0-1c66-06172c037128 +* Content: [Data store decision tree - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-decision-tree) +* Content Source: [docs/guide/technology-choices/data-store-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/data-store-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dsk-2015 +* Microsoft Alias: **pnp**",1.0,"Missing Decision Tree diagram - +This page appears to be broken. It no longer includes the decision tree. See attached. +![image](https://user-images.githubusercontent.com/833055/153634996-f4796154-1c0d-4910-9ae2-5f613030a3a9.png) + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 88559925-9b9e-d9b3-ddb6-08306692c17b +* Version Independent ID: a25055cb-7cfe-28a0-1c66-06172c037128 +* Content: [Data store decision tree - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-decision-tree) +* Content Source: [docs/guide/technology-choices/data-store-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/data-store-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @dsk-2015 +* Microsoft Alias: **pnp**",1,missing decision tree diagram this page appears to be broken it no longer includes the decision tree see attached document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login dsk microsoft alias pnp ,1 +20183,3310350560.0,IssuesEvent,2015-11-05 08:30:19,jOOQ/jOOQ,https://api.github.com/repos/jOOQ/jOOQ,opened,Investigate whether InsertSetStep.set(Record) should trigger RecordListener,C: Functionality P: Medium T: Defect,"Some DML statements might need to trigger `RecordListener` events, but currently don't. These include the `INSERT INTO [ table ] SET [ record ]` syntax, and others, probably. + +We should investigate if the above qualify for `RecordListener` event triggering, and if they do, fix this as a bug. + +---- +See also: +https://groups.google.com/forum/#!topic/jooq-user/yU5iIXcxkQI",1.0,"Investigate whether InsertSetStep.set(Record) should trigger RecordListener - Some DML statements might need to trigger `RecordListener` events, but currently don't. These include the `INSERT INTO [ table ] SET [ record ]` syntax, and others, probably. + +We should investigate if the above qualify for `RecordListener` event triggering, and if they do, fix this as a bug. + +---- +See also: +https://groups.google.com/forum/#!topic/jooq-user/yU5iIXcxkQI",0,investigate whether insertsetstep set record should trigger recordlistener some dml statements might need to trigger recordlistener events but currently don t these include the insert into set syntax and others probably we should investigate if the above qualify for recordlistener event triggering and if they do fix this as a bug see also ,0 +71422,18737077914.0,IssuesEvent,2021-11-04 09:06:42,tensorflow/tensorflow,https://api.github.com/repos/tensorflow/tensorflow,closed,Failed to build a debug version of tensorflow from scratch,stat:awaiting response type:build/install stalled subtype: ubuntu/linux,"**System information** +- OS Platform and Distribution: ubuntu 16.04 - NVIDIA Docker +- TensorFlow installed from (source or binary): source +- TensorFlow version: branch r1.13 on TensorFlow repo +- Python version: 3.6.7 +- Bazel version (if compiling from source): 0.22.0 +- GCC/Compiler version (if compiling from source): gcc version 5.4.0 20160609 +- CUDA/cuDNN version: CUDA 10.0 and cuDNN 7.3 + +**Describe the problem** + +**It's failed to build a debug version of TensorFlow from scratch** + +I wanted to use `gdb` and `cuda-gdb` tools to debug the c++ code on TensorFlow. I followed the instruction on `tensorflow/BUILD` file, which indicated that `dbg` was used to build with debug symbol for Tensorflow as the following: +``` +config_setting( + name = ""debug"", + values = { + ""compilation_mode"": ""dbg"", + }, + visibility = [""//visibility:public""], +) +``` +I built the code on branch `r1.13` with the following command: +``` +bazel build -c dbg --config cuda //tensorflow/tools/pip_package:build_pip_package +``` +and I got an error +``` +1 error detected in the compilation of ""/tmp/tmpxft_00007343_00000000-7_zero_initializer_op_gpu.cu.compute_70.cpp1.ii"". +ERROR: /root/tensorflow/tensorflow/contrib/framework/BUILD:109:1: output 'tensorflow/contrib/framework/_objs/python/ops/_variable_ops_gpu/zero_initializer_op_gpu.cu.pic.o' was not created +ERROR: /root/tensorflow/tensorflow/contrib/framework/BUILD:109:1: not all outputs were created or valid +Target //tensorflow/tools/pip_package:build_pip_package failed to build +Use --verbose_failures to see the command lines of failed build steps +``` +I found the location on the `bazel-out/k8-dbg/bin/tensorflow/contrib/framework/_objs/python/ops/_variable_ops_gpu` and couldn't find the file `zero_initializer_op_gpu.cu.pic.o` indeed. +But the error was not always on the same location. If I ran the command again, the error was almost the same but with the other files, such as: +``` +1 error detected in the compilation of ""/tmp/tmpxft_00007f82_00000000-7_lstm_ops_gpu.cu.compute_70.cpp1.ii"". +ERROR: /root/tensorflow/tensorflow/contrib/rnn/BUILD:215:1: output 'tensorflow/contrib/rnn/_objs/python/ops/_lstm_ops_gpu/lstm_ops_gpu.cu.pic.o' was not created +ERROR: /root/tensorflow/tensorflow/contrib/rnn/BUILD:215:1: not all outputs were created or valid +Target //tensorflow/tools/pip_package:build_pip_package failed to build +Use --verbose_failures to see the command lines of failed build steps. +``` + +**Another way to build with debug symbol** +I noticed that I could build with `cxxopt` command line option to get debug symbol with the following command +``` +bazel build --cxxopt='-g' --config cuda //tensorflow/tools/pip_package:build_pip_package +``` +And I succeeded. I scan the sections on the built shared libraries and they showed the `debug` sections: +``` +readelf -S libtensorflow_framework.so + +Section Headers: + [Nr] Name Type Address Offset + Size EntSize Flags Link Info Align + [ 0] NULL 0000000000000000 00000000 + 0000000000000000 0000000000000000 0 0 0 + [ 1] .note.gnu.build-i NOTE 0000000000000200 00000200 + 0000000000000020 0000000000000000 A 0 0 4 + [ 2] .gnu.hash GNU_HASH 0000000000000220 00000220 + 0000000000034ce4 0000000000000000 A 3 0 8 + [ 3] .dynsym DYNSYM 0000000000034f08 00034f08 + 00000000000afe30 0000000000000018 A 4 3 8 + [ 4] .dynstr STRTAB 00000000000e4d38 000e4d38 + 0000000000275ace 0000000000000000 A 0 0 1 + [ 5] .gnu.version VERSYM 000000000035a806 0035a806 + 000000000000ea84 0000000000000002 A 3 0 2 + [ 6] .gnu.version_d VERDEF 0000000000369290 00369290 + 0000000000000038 0000000000000000 A 4 2 8 + [ 7] .gnu.version_r VERNEED 00000000003692c8 003692c8 + 0000000000000280 0000000000000000 A 4 9 8 + [ 8] .rela.dyn RELA 0000000000369548 00369548 + 00000000000c2ca0 0000000000000018 A 3 0 8 + [ 9] .init PROGBITS 000000000042c1e8 0042c1e8 + 000000000000001a 0000000000000000 AX 0 0 4 + [10] .plt PROGBITS 000000000042c210 0042c210 + 0000000000000010 0000000000000010 AX 0 0 16 + [11] .plt.got PROGBITS 000000000042c220 0042c220 + 0000000000016078 0000000000000000 AX 0 0 8 + [12] .text PROGBITS 00000000004422a0 004422a0 + 00000000008e3cb7 0000000000000000 AX 0 0 32 + [13] malloc_hook PROGBITS 0000000000d25f60 00d25f60 + 0000000000000272 0000000000000000 AX 0 0 16 + [14] .fini PROGBITS 0000000000d261d4 00d261d4 + 0000000000000009 0000000000000000 AX 0 0 4 + [15] .rodata PROGBITS 0000000000d261e0 00d261e0 + 000000000007e79c 0000000000000000 A 0 0 32 + [16] .eh_frame_hdr PROGBITS 0000000000da497c 00da497c + 000000000002da34 0000000000000000 A 0 0 4 + [17] .eh_frame PROGBITS 0000000000dd23b0 00dd23b0 + 00000000000f75fc 0000000000000000 A 0 0 8 + [18] .gcc_except_table PROGBITS 0000000000ec99ac 00ec99ac + 000000000002ed0e 0000000000000000 A 0 0 4 + [19] .tdata PROGBITS 00000000010f90f0 00ef90f0 + 0000000000000038 0000000000000000 WAT 0 0 8 + [20] .tbss NOBITS 00000000010f9128 00ef9128 + 0000000000000040 0000000000000000 WAT 0 0 8 + [21] .init_array INIT_ARRAY 00000000010f9128 00ef9128 + 0000000000000ce8 0000000000000000 WA 0 0 8 + [22] .fini_array FINI_ARRAY 00000000010f9e10 00ef9e10 + 0000000000000008 0000000000000000 WA 0 0 8 + [23] .jcr PROGBITS 00000000010f9e18 00ef9e18 + 0000000000000008 0000000000000000 WA 0 0 8 + [24] .data.rel.ro PROGBITS 00000000010f9e20 00ef9e20 + 0000000000025c50 0000000000000000 WA 0 0 32 + [25] .dynamic DYNAMIC 000000000111fa70 00f1fa70 + 0000000000000280 0000000000000010 WA 4 0 8 + [26] .got PROGBITS 000000000111fcf0 00f1fcf0 + 000000000001d310 0000000000000008 WA 0 0 8 + [27] .data PROGBITS 000000000113d000 00f3d000 + 0000000000002afc 0000000000000000 WA 0 0 32 + [28] .bss NOBITS 000000000113fb00 00f3fafc + 0000000000010170 0000000000000000 WA 0 0 64 + [29] .comment PROGBITS 0000000000000000 00f3fafc + 0000000000000035 0000000000000001 MS 0 0 1 + [30] .debug_aranges PROGBITS 0000000000000000 00f3fb31 + 0000000000069970 0000000000000000 0 0 1 + [31] .debug_info PROGBITS 0000000000000000 00fa94a1 + 0000000007272cf1 0000000000000000 0 0 1 + [32] .debug_abbrev PROGBITS 0000000000000000 0821c192 + 00000000002437ba 0000000000000000 0 0 1 + [33] .debug_line PROGBITS 0000000000000000 0845f94c + 000000000057ff0f 0000000000000000 0 0 1 + [34] .debug_str PROGBITS 0000000000000000 089df85b + 0000000003f8f295 0000000000000001 MS 0 0 1 + [35] .debug_loc PROGBITS 0000000000000000 0c96eaf0 + 00000000027734b9 0000000000000000 0 0 1 + [36] .debug_ranges PROGBITS 0000000000000000 0f0e1fa9 + 000000000095cfc0 0000000000000000 0 0 1 + [37] .shstrtab STRTAB 0000000000000000 0fe3e9e7 + 0000000000000188 0000000000000000 0 0 1 + [38] .symtab SYMTAB 0000000000000000 0fa3ef70 + 00000000000dd040 0000000000000018 39 7705 8 + [39] .strtab STRTAB 0000000000000000 0fb1bfb0 + 0000000000322a37 0000000000000000 0 0 1 +``` +``` +readelf -S _pywrap_tensorflow_internal.so + +Section Headers: + [Nr] Name Type Address Offset + Size EntSize Flags Link Info Align + [ 0] NULL 0000000000000000 00000000 + 0000000000000000 0000000000000000 0 0 0 + [ 1] .note.gnu.build-i NOTE 0000000000000200 00000200 + 0000000000000020 0000000000000000 A 0 0 4 + [ 2] .gnu.hash GNU_HASH 0000000000000220 00000220 + 00000000000ab0d0 0000000000000000 A 3 0 8 + [ 3] .dynsym DYNSYM 00000000000ab2f0 000ab2f0 + 00000000002928f0 0000000000000018 A 4 3 8 + [ 4] .dynstr STRTAB 000000000033dbe0 0033dbe0 + 00000000011555b2 0000000000000000 A 0 0 1 + [ 5] .gnu.version VERSYM 0000000001493192 01493192 + 0000000000036e14 0000000000000002 A 3 0 2 + [ 6] .gnu.version_d VERDEF 00000000014c9fa8 014c9fa8 + 0000000000000038 0000000000000000 A 4 2 8 + [ 7] .gnu.version_r VERNEED 00000000014c9fe0 014c9fe0 + 0000000000000350 0000000000000000 A 4 11 8 + [ 8] .rela.dyn RELA 00000000014ca330 014ca330 + 00000000004469e8 0000000000000018 A 3 0 8 + [ 9] .init PROGBITS 0000000001910d18 01910d18 + 000000000000001a 0000000000000000 AX 0 0 4 + [10] .plt PROGBITS 0000000001910d40 01910d40 + 0000000000000010 0000000000000010 AX 0 0 16 + [11] .plt.got PROGBITS 0000000001910d50 01910d50 + 00000000000312c0 0000000000000000 AX 0 0 8 + [12] .text PROGBITS 0000000001942040 01942040 + 0000000004f9b080 0000000000000000 AX 0 0 64 + [13] text_env PROGBITS 00000000068dd0c0 068dd0c0 + 00000000000029b4 0000000000000000 AX 0 0 16 + [14] .fini PROGBITS 00000000068dfa74 068dfa74 + 0000000000000009 0000000000000000 AX 0 0 4 + [15] .rodata PROGBITS 00000000068e0000 068e0000 + 0000000000b22bf0 0000000000000000 A 0 0 4096 + [16] .nv_fatbin PROGBITS 0000000007402bf0 07402bf0 + 000000000dc10ba8 0000000000000000 A 0 0 8 + [17] .eh_frame_hdr PROGBITS 0000000015013798 15013798 + 0000000000128404 0000000000000000 A 0 0 4 + [18] .eh_frame PROGBITS 000000001513bba0 1513bba0 + 0000000000672ddc 0000000000000000 A 0 0 8 + [19] .gcc_except_table PROGBITS 00000000157ae97c 157ae97c + 0000000000069e81 0000000000000000 A 0 0 4 + [20] .tdata PROGBITS 0000000015a18a68 15818a68 + 0000000000000008 0000000000000000 WAT 0 0 8 + [21] .tbss NOBITS 0000000015a18a70 15818a70 + 00000000000000b0 0000000000000000 WAT 0 0 8 + [22] .init_array INIT_ARRAY 0000000015a18a70 15818a70 + 0000000000003680 0000000000000000 WA 0 0 8 + [23] .fini_array FINI_ARRAY 0000000015a1c0f0 1581c0f0 + 0000000000000008 0000000000000000 WA 0 0 8 + [24] .jcr PROGBITS 0000000015a1c0f8 1581c0f8 + 0000000000000008 0000000000000000 WA 0 0 8 + [25] .data.rel.ro PROGBITS 0000000015a1c100 1581c100 + 00000000001228f8 0000000000000000 WA 0 0 32 + [26] .dynamic DYNAMIC 0000000015b3e9f8 1593e9f8 + 00000000000002c0 0000000000000010 WA 4 0 8 + [27] .got PROGBITS 0000000015b3ecb8 1593ecb8 + 0000000000062330 0000000000000008 WA 0 0 8 + [28] .data PROGBITS 0000000015ba1000 159a1000 + 000000000000e1ac 0000000000000000 WA 0 0 32 + [29] .nvFatBinSegment PROGBITS 0000000015baf1b0 159af1b0 + 00000000000011b8 0000000000000000 WA 0 0 8 + [30] .bss NOBITS 0000000015bb0380 159b0368 + 0000000000013808 0000000000000000 WA 0 0 64 + [31] .comment PROGBITS 0000000000000000 159b0368 + 0000000000000035 0000000000000001 MS 0 0 1 + [32] .debug_aranges PROGBITS 0000000000000000 159b039d + 00000000002afd30 0000000000000000 0 0 1 + [33] .debug_info PROGBITS 0000000000000000 15c600cd + 000000003bd2d579 0000000000000000 0 0 1 + [34] .debug_abbrev PROGBITS 0000000000000000 5198d646 + 000000000080f1d5 0000000000000000 0 0 1 + [35] .debug_line PROGBITS 0000000000000000 5219c81b + 000000000259eba1 0000000000000000 0 0 1 + [36] .debug_str PROGBITS 0000000000000000 5473b3bc + 00000000767919c5 0000000000000001 MS 0 0 1 + [37] .debug_loc PROGBITS 0000000000000000 caeccd81 + 00000000120ceea9 0000000000000000 0 0 1 + [38] .debug_ranges PROGBITS 0000000000000000 dcf9bc2a + 000000000551db30 0000000000000000 0 0 1 + [39] .shstrtab STRTAB 0000000000000000 e5913cef + 00000000000001a1 0000000000000000 0 0 1 + [40] .symtab SYMTAB 0000000000000000 e24b9760 + 00000000005f9c28 0000000000000018 41 148688 8 + [41] .strtab STRTAB 0000000000000000 e2ab3388 + 0000000002e60967 0000000000000000 0 0 1 +``` +But in this way, I couldn't debug cuda-related code with `cuda-gdb` after I dumped the sections information about the cubin files on the `_pywrap_tensorflow_internal.so` with `cuobjdump` + +**Question** +* How to build a debug version of TensorFlow with bazel ?",1.0,"Failed to build a debug version of tensorflow from scratch - **System information** +- OS Platform and Distribution: ubuntu 16.04 - NVIDIA Docker +- TensorFlow installed from (source or binary): source +- TensorFlow version: branch r1.13 on TensorFlow repo +- Python version: 3.6.7 +- Bazel version (if compiling from source): 0.22.0 +- GCC/Compiler version (if compiling from source): gcc version 5.4.0 20160609 +- CUDA/cuDNN version: CUDA 10.0 and cuDNN 7.3 + +**Describe the problem** + +**It's failed to build a debug version of TensorFlow from scratch** + +I wanted to use `gdb` and `cuda-gdb` tools to debug the c++ code on TensorFlow. I followed the instruction on `tensorflow/BUILD` file, which indicated that `dbg` was used to build with debug symbol for Tensorflow as the following: +``` +config_setting( + name = ""debug"", + values = { + ""compilation_mode"": ""dbg"", + }, + visibility = [""//visibility:public""], +) +``` +I built the code on branch `r1.13` with the following command: +``` +bazel build -c dbg --config cuda //tensorflow/tools/pip_package:build_pip_package +``` +and I got an error +``` +1 error detected in the compilation of ""/tmp/tmpxft_00007343_00000000-7_zero_initializer_op_gpu.cu.compute_70.cpp1.ii"". +ERROR: /root/tensorflow/tensorflow/contrib/framework/BUILD:109:1: output 'tensorflow/contrib/framework/_objs/python/ops/_variable_ops_gpu/zero_initializer_op_gpu.cu.pic.o' was not created +ERROR: /root/tensorflow/tensorflow/contrib/framework/BUILD:109:1: not all outputs were created or valid +Target //tensorflow/tools/pip_package:build_pip_package failed to build +Use --verbose_failures to see the command lines of failed build steps +``` +I found the location on the `bazel-out/k8-dbg/bin/tensorflow/contrib/framework/_objs/python/ops/_variable_ops_gpu` and couldn't find the file `zero_initializer_op_gpu.cu.pic.o` indeed. +But the error was not always on the same location. If I ran the command again, the error was almost the same but with the other files, such as: +``` +1 error detected in the compilation of ""/tmp/tmpxft_00007f82_00000000-7_lstm_ops_gpu.cu.compute_70.cpp1.ii"". +ERROR: /root/tensorflow/tensorflow/contrib/rnn/BUILD:215:1: output 'tensorflow/contrib/rnn/_objs/python/ops/_lstm_ops_gpu/lstm_ops_gpu.cu.pic.o' was not created +ERROR: /root/tensorflow/tensorflow/contrib/rnn/BUILD:215:1: not all outputs were created or valid +Target //tensorflow/tools/pip_package:build_pip_package failed to build +Use --verbose_failures to see the command lines of failed build steps. +``` + +**Another way to build with debug symbol** +I noticed that I could build with `cxxopt` command line option to get debug symbol with the following command +``` +bazel build --cxxopt='-g' --config cuda //tensorflow/tools/pip_package:build_pip_package +``` +And I succeeded. I scan the sections on the built shared libraries and they showed the `debug` sections: +``` +readelf -S libtensorflow_framework.so + +Section Headers: + [Nr] Name Type Address Offset + Size EntSize Flags Link Info Align + [ 0] NULL 0000000000000000 00000000 + 0000000000000000 0000000000000000 0 0 0 + [ 1] .note.gnu.build-i NOTE 0000000000000200 00000200 + 0000000000000020 0000000000000000 A 0 0 4 + [ 2] .gnu.hash GNU_HASH 0000000000000220 00000220 + 0000000000034ce4 0000000000000000 A 3 0 8 + [ 3] .dynsym DYNSYM 0000000000034f08 00034f08 + 00000000000afe30 0000000000000018 A 4 3 8 + [ 4] .dynstr STRTAB 00000000000e4d38 000e4d38 + 0000000000275ace 0000000000000000 A 0 0 1 + [ 5] .gnu.version VERSYM 000000000035a806 0035a806 + 000000000000ea84 0000000000000002 A 3 0 2 + [ 6] .gnu.version_d VERDEF 0000000000369290 00369290 + 0000000000000038 0000000000000000 A 4 2 8 + [ 7] .gnu.version_r VERNEED 00000000003692c8 003692c8 + 0000000000000280 0000000000000000 A 4 9 8 + [ 8] .rela.dyn RELA 0000000000369548 00369548 + 00000000000c2ca0 0000000000000018 A 3 0 8 + [ 9] .init PROGBITS 000000000042c1e8 0042c1e8 + 000000000000001a 0000000000000000 AX 0 0 4 + [10] .plt PROGBITS 000000000042c210 0042c210 + 0000000000000010 0000000000000010 AX 0 0 16 + [11] .plt.got PROGBITS 000000000042c220 0042c220 + 0000000000016078 0000000000000000 AX 0 0 8 + [12] .text PROGBITS 00000000004422a0 004422a0 + 00000000008e3cb7 0000000000000000 AX 0 0 32 + [13] malloc_hook PROGBITS 0000000000d25f60 00d25f60 + 0000000000000272 0000000000000000 AX 0 0 16 + [14] .fini PROGBITS 0000000000d261d4 00d261d4 + 0000000000000009 0000000000000000 AX 0 0 4 + [15] .rodata PROGBITS 0000000000d261e0 00d261e0 + 000000000007e79c 0000000000000000 A 0 0 32 + [16] .eh_frame_hdr PROGBITS 0000000000da497c 00da497c + 000000000002da34 0000000000000000 A 0 0 4 + [17] .eh_frame PROGBITS 0000000000dd23b0 00dd23b0 + 00000000000f75fc 0000000000000000 A 0 0 8 + [18] .gcc_except_table PROGBITS 0000000000ec99ac 00ec99ac + 000000000002ed0e 0000000000000000 A 0 0 4 + [19] .tdata PROGBITS 00000000010f90f0 00ef90f0 + 0000000000000038 0000000000000000 WAT 0 0 8 + [20] .tbss NOBITS 00000000010f9128 00ef9128 + 0000000000000040 0000000000000000 WAT 0 0 8 + [21] .init_array INIT_ARRAY 00000000010f9128 00ef9128 + 0000000000000ce8 0000000000000000 WA 0 0 8 + [22] .fini_array FINI_ARRAY 00000000010f9e10 00ef9e10 + 0000000000000008 0000000000000000 WA 0 0 8 + [23] .jcr PROGBITS 00000000010f9e18 00ef9e18 + 0000000000000008 0000000000000000 WA 0 0 8 + [24] .data.rel.ro PROGBITS 00000000010f9e20 00ef9e20 + 0000000000025c50 0000000000000000 WA 0 0 32 + [25] .dynamic DYNAMIC 000000000111fa70 00f1fa70 + 0000000000000280 0000000000000010 WA 4 0 8 + [26] .got PROGBITS 000000000111fcf0 00f1fcf0 + 000000000001d310 0000000000000008 WA 0 0 8 + [27] .data PROGBITS 000000000113d000 00f3d000 + 0000000000002afc 0000000000000000 WA 0 0 32 + [28] .bss NOBITS 000000000113fb00 00f3fafc + 0000000000010170 0000000000000000 WA 0 0 64 + [29] .comment PROGBITS 0000000000000000 00f3fafc + 0000000000000035 0000000000000001 MS 0 0 1 + [30] .debug_aranges PROGBITS 0000000000000000 00f3fb31 + 0000000000069970 0000000000000000 0 0 1 + [31] .debug_info PROGBITS 0000000000000000 00fa94a1 + 0000000007272cf1 0000000000000000 0 0 1 + [32] .debug_abbrev PROGBITS 0000000000000000 0821c192 + 00000000002437ba 0000000000000000 0 0 1 + [33] .debug_line PROGBITS 0000000000000000 0845f94c + 000000000057ff0f 0000000000000000 0 0 1 + [34] .debug_str PROGBITS 0000000000000000 089df85b + 0000000003f8f295 0000000000000001 MS 0 0 1 + [35] .debug_loc PROGBITS 0000000000000000 0c96eaf0 + 00000000027734b9 0000000000000000 0 0 1 + [36] .debug_ranges PROGBITS 0000000000000000 0f0e1fa9 + 000000000095cfc0 0000000000000000 0 0 1 + [37] .shstrtab STRTAB 0000000000000000 0fe3e9e7 + 0000000000000188 0000000000000000 0 0 1 + [38] .symtab SYMTAB 0000000000000000 0fa3ef70 + 00000000000dd040 0000000000000018 39 7705 8 + [39] .strtab STRTAB 0000000000000000 0fb1bfb0 + 0000000000322a37 0000000000000000 0 0 1 +``` +``` +readelf -S _pywrap_tensorflow_internal.so + +Section Headers: + [Nr] Name Type Address Offset + Size EntSize Flags Link Info Align + [ 0] NULL 0000000000000000 00000000 + 0000000000000000 0000000000000000 0 0 0 + [ 1] .note.gnu.build-i NOTE 0000000000000200 00000200 + 0000000000000020 0000000000000000 A 0 0 4 + [ 2] .gnu.hash GNU_HASH 0000000000000220 00000220 + 00000000000ab0d0 0000000000000000 A 3 0 8 + [ 3] .dynsym DYNSYM 00000000000ab2f0 000ab2f0 + 00000000002928f0 0000000000000018 A 4 3 8 + [ 4] .dynstr STRTAB 000000000033dbe0 0033dbe0 + 00000000011555b2 0000000000000000 A 0 0 1 + [ 5] .gnu.version VERSYM 0000000001493192 01493192 + 0000000000036e14 0000000000000002 A 3 0 2 + [ 6] .gnu.version_d VERDEF 00000000014c9fa8 014c9fa8 + 0000000000000038 0000000000000000 A 4 2 8 + [ 7] .gnu.version_r VERNEED 00000000014c9fe0 014c9fe0 + 0000000000000350 0000000000000000 A 4 11 8 + [ 8] .rela.dyn RELA 00000000014ca330 014ca330 + 00000000004469e8 0000000000000018 A 3 0 8 + [ 9] .init PROGBITS 0000000001910d18 01910d18 + 000000000000001a 0000000000000000 AX 0 0 4 + [10] .plt PROGBITS 0000000001910d40 01910d40 + 0000000000000010 0000000000000010 AX 0 0 16 + [11] .plt.got PROGBITS 0000000001910d50 01910d50 + 00000000000312c0 0000000000000000 AX 0 0 8 + [12] .text PROGBITS 0000000001942040 01942040 + 0000000004f9b080 0000000000000000 AX 0 0 64 + [13] text_env PROGBITS 00000000068dd0c0 068dd0c0 + 00000000000029b4 0000000000000000 AX 0 0 16 + [14] .fini PROGBITS 00000000068dfa74 068dfa74 + 0000000000000009 0000000000000000 AX 0 0 4 + [15] .rodata PROGBITS 00000000068e0000 068e0000 + 0000000000b22bf0 0000000000000000 A 0 0 4096 + [16] .nv_fatbin PROGBITS 0000000007402bf0 07402bf0 + 000000000dc10ba8 0000000000000000 A 0 0 8 + [17] .eh_frame_hdr PROGBITS 0000000015013798 15013798 + 0000000000128404 0000000000000000 A 0 0 4 + [18] .eh_frame PROGBITS 000000001513bba0 1513bba0 + 0000000000672ddc 0000000000000000 A 0 0 8 + [19] .gcc_except_table PROGBITS 00000000157ae97c 157ae97c + 0000000000069e81 0000000000000000 A 0 0 4 + [20] .tdata PROGBITS 0000000015a18a68 15818a68 + 0000000000000008 0000000000000000 WAT 0 0 8 + [21] .tbss NOBITS 0000000015a18a70 15818a70 + 00000000000000b0 0000000000000000 WAT 0 0 8 + [22] .init_array INIT_ARRAY 0000000015a18a70 15818a70 + 0000000000003680 0000000000000000 WA 0 0 8 + [23] .fini_array FINI_ARRAY 0000000015a1c0f0 1581c0f0 + 0000000000000008 0000000000000000 WA 0 0 8 + [24] .jcr PROGBITS 0000000015a1c0f8 1581c0f8 + 0000000000000008 0000000000000000 WA 0 0 8 + [25] .data.rel.ro PROGBITS 0000000015a1c100 1581c100 + 00000000001228f8 0000000000000000 WA 0 0 32 + [26] .dynamic DYNAMIC 0000000015b3e9f8 1593e9f8 + 00000000000002c0 0000000000000010 WA 4 0 8 + [27] .got PROGBITS 0000000015b3ecb8 1593ecb8 + 0000000000062330 0000000000000008 WA 0 0 8 + [28] .data PROGBITS 0000000015ba1000 159a1000 + 000000000000e1ac 0000000000000000 WA 0 0 32 + [29] .nvFatBinSegment PROGBITS 0000000015baf1b0 159af1b0 + 00000000000011b8 0000000000000000 WA 0 0 8 + [30] .bss NOBITS 0000000015bb0380 159b0368 + 0000000000013808 0000000000000000 WA 0 0 64 + [31] .comment PROGBITS 0000000000000000 159b0368 + 0000000000000035 0000000000000001 MS 0 0 1 + [32] .debug_aranges PROGBITS 0000000000000000 159b039d + 00000000002afd30 0000000000000000 0 0 1 + [33] .debug_info PROGBITS 0000000000000000 15c600cd + 000000003bd2d579 0000000000000000 0 0 1 + [34] .debug_abbrev PROGBITS 0000000000000000 5198d646 + 000000000080f1d5 0000000000000000 0 0 1 + [35] .debug_line PROGBITS 0000000000000000 5219c81b + 000000000259eba1 0000000000000000 0 0 1 + [36] .debug_str PROGBITS 0000000000000000 5473b3bc + 00000000767919c5 0000000000000001 MS 0 0 1 + [37] .debug_loc PROGBITS 0000000000000000 caeccd81 + 00000000120ceea9 0000000000000000 0 0 1 + [38] .debug_ranges PROGBITS 0000000000000000 dcf9bc2a + 000000000551db30 0000000000000000 0 0 1 + [39] .shstrtab STRTAB 0000000000000000 e5913cef + 00000000000001a1 0000000000000000 0 0 1 + [40] .symtab SYMTAB 0000000000000000 e24b9760 + 00000000005f9c28 0000000000000018 41 148688 8 + [41] .strtab STRTAB 0000000000000000 e2ab3388 + 0000000002e60967 0000000000000000 0 0 1 +``` +But in this way, I couldn't debug cuda-related code with `cuda-gdb` after I dumped the sections information about the cubin files on the `_pywrap_tensorflow_internal.so` with `cuobjdump` + +**Question** +* How to build a debug version of TensorFlow with bazel ?",0,failed to build a debug version of tensorflow from scratch system information os platform and distribution ubuntu nvidia docker tensorflow installed from source or binary source tensorflow version branch on tensorflow repo python version bazel version if compiling from source gcc compiler version if compiling from source gcc version cuda cudnn version cuda and cudnn describe the problem it s failed to build a debug version of tensorflow from scratch i wanted to use gdb and cuda gdb tools to debug the c code on tensorflow i followed the instruction on tensorflow build file which indicated that dbg was used to build with debug symbol for tensorflow as the following config setting name debug values compilation mode dbg visibility i built the code on branch with the following command bazel build c dbg config cuda tensorflow tools pip package build pip package and i got an error error detected in the compilation of tmp tmpxft zero initializer op gpu cu compute ii error root tensorflow tensorflow contrib framework build output tensorflow contrib framework objs python ops variable ops gpu zero initializer op gpu cu pic o was not created error root tensorflow tensorflow contrib framework build not all outputs were created or valid target tensorflow tools pip package build pip package failed to build use verbose failures to see the command lines of failed build steps i found the location on the bazel out dbg bin tensorflow contrib framework objs python ops variable ops gpu and couldn t find the file zero initializer op gpu cu pic o indeed but the error was not always on the same location if i ran the command again the error was almost the same but with the other files such as error detected in the compilation of tmp tmpxft lstm ops gpu cu compute ii error root tensorflow tensorflow contrib rnn build output tensorflow contrib rnn objs python ops lstm ops gpu lstm ops gpu cu pic o was not created error root tensorflow tensorflow contrib rnn build not all outputs were created or valid target tensorflow tools pip package build pip package failed to build use verbose failures to see the command lines of failed build steps another way to build with debug symbol i noticed that i could build with cxxopt command line option to get debug symbol with the following command bazel build cxxopt g config cuda tensorflow tools pip package build pip package and i succeeded i scan the sections on the built shared libraries and they showed the debug sections readelf s libtensorflow framework so section headers name type address offset size entsize flags link info align null note gnu build i note a gnu hash gnu hash a dynsym dynsym a dynstr strtab a gnu version versym a gnu version d verdef a gnu version r verneed a rela dyn rela a init progbits ax plt progbits ax plt got progbits ax text progbits ax malloc hook progbits ax fini progbits ax rodata progbits a eh frame hdr progbits a eh frame progbits a gcc except table progbits a tdata progbits wat tbss nobits wat init array init array wa fini array fini array wa jcr progbits wa data rel ro progbits wa dynamic dynamic wa got progbits wa data progbits wa bss nobits wa comment progbits ms debug aranges progbits debug info progbits debug abbrev progbits debug line progbits debug str progbits ms debug loc progbits debug ranges progbits shstrtab strtab symtab symtab strtab strtab readelf s pywrap tensorflow internal so section headers name type address offset size entsize flags link info align null note gnu build i note a gnu hash gnu hash a dynsym dynsym a dynstr strtab a gnu version versym a gnu version d verdef a gnu version r verneed a rela dyn rela a init progbits ax plt progbits ax plt got progbits ax text progbits ax text env progbits ax fini progbits ax rodata progbits a nv fatbin progbits a eh frame hdr progbits a eh frame progbits a gcc except table progbits a tdata progbits wat tbss nobits wat init array init array wa fini array fini array wa jcr progbits wa data rel ro progbits wa dynamic dynamic wa got progbits wa data progbits wa nvfatbinsegment progbits wa bss nobits wa comment progbits ms debug aranges progbits debug info progbits debug abbrev progbits debug line progbits debug str progbits ms debug loc progbits debug ranges progbits shstrtab strtab symtab symtab strtab strtab but in this way i couldn t debug cuda related code with cuda gdb after i dumped the sections information about the cubin files on the pywrap tensorflow internal so with cuobjdump question how to build a debug version of tensorflow with bazel ,0 +4595,11404105291.0,IssuesEvent,2020-01-31 09:03:52,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,DMZs ? ,Pri1 architecture-center/svc cxp doc-enhancement reference-architecture/subsvc triaged,"It would be good to see this with DMZ's for Internet Traffic INbound/Outbound using shared Firewall Appliances along with connectivity from On-Premise as an untrusted site so showing Public and Private DMZ's + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 87139748-938e-638e-de1f-94f8becfe1da +* Version Independent ID: b96371e6-defb-3e70-792a-2c0cfdc25b7d +* Content: [Implement a hub-spoke network topology - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/shared-services) +* Content Source: [docs/reference-architectures/hybrid-networking/shared-services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/shared-services.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"DMZs ? - It would be good to see this with DMZ's for Internet Traffic INbound/Outbound using shared Firewall Appliances along with connectivity from On-Premise as an untrusted site so showing Public and Private DMZ's + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 87139748-938e-638e-de1f-94f8becfe1da +* Version Independent ID: b96371e6-defb-3e70-792a-2c0cfdc25b7d +* Content: [Implement a hub-spoke network topology - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/shared-services) +* Content Source: [docs/reference-architectures/hybrid-networking/shared-services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/shared-services.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,dmzs it would be good to see this with dmz s for internet traffic inbound outbound using shared firewall appliances along with connectivity from on premise as an untrusted site so showing public and private dmz s document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id defb content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +11081,27968751982.0,IssuesEvent,2023-03-24 22:31:11,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Analytics Compute is missing,cxp triaged product-question architecture-center/svc Pri1 azure-guide/subsvc," +Analytics Compute Services such as Synapse Spark Pools and Databricks are unfortunately not considered in the decision tree, even though they are very valid targets for some very huge compute workloads. I would suggest to include them in the tree or mentioned that this is thought for OLTP kind of compute only. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Analytics Compute is missing - +Analytics Compute Services such as Synapse Spark Pools and Databricks are unfortunately not considered in the decision tree, even though they are very valid targets for some very huge compute workloads. I would suggest to include them in the tree or mentioned that this is thought for OLTP kind of compute only. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choose an Azure compute service - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/technology-choices/compute-decision-tree.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,analytics compute is missing analytics compute services such as synapse spark pools and databricks are unfortunately not considered in the decision tree even though they are very valid targets for some very huge compute workloads i would suggest to include them in the tree or mentioned that this is thought for oltp kind of compute only document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures ,1 +670401,22689180804.0,IssuesEvent,2022-07-04 17:26:28,BIDMCDigitalPsychiatry/LAMP-platform,https://api.github.com/repos/BIDMCDigitalPsychiatry/LAMP-platform,closed,Implement SensorKit on iOS,feature 14+day native core priority LOW in progress,"Implement the new `SensorKit` framework on iOS 14 -- on hold until we receive approval from Apple (see ""Required Entitlements"" below). + +### `SRSensor`s + - `accelerometer`: A sensor that provides acceleration motion data. + - `rotationRate`: A sensor that provides rotation motion data. + - `pedometerData`: A sensor that provides information about the user's steps. + - `ambientLightSensor`: A sensor that provides ambient light information. + - `chromaticity{x, y}`: A coordinate pair that describes the sample’s light brightness and tint. + - `lux`: An object that describes the sample’s luminous flux. + - `placement`: The light’s location relative to the sensor. + - `onWristState`: A sensor that describes the watch’s position on the wrist. + - `crownOrientation`: A value that indicates the direction the Digital Crown faces with respect to the wearer. + - `onWrist`: A value that indicates whether the watch is on the user’s wrist. + - `wristLocation`: A value that indicates the wrist where the user wears the watch. + - `visits`: A sensor that provides information about the user’s frequently visited locations. + - `arrivalDateInterval`: A range of time within which the user arrives at a location of interest. + - `departureDateInterval`: A range of time within which the user departs from a location of interest. + - `distanceFromHome`: The location’s distance from the home-category location. + - `locationCategory`: `gym`, `home`, `school`, `work`, `unknown`. + - `keyboardMetrics`: A sensor that provides information about the user’s keyboard usage. + - `duration`: The duration that the report spans. + - `keyboardIdentifier`: The identifier of the keyboard in the keyboard list. + - `version`: The version of keyboard metrics. + - `width`: The width, in millimeters, of the keyboard in the report. + - `height`: The height, in millimeters, of the keyboard in the report. + - `totalWords`: The total number of typed words for the keyboard. + - `totalAlteredWords`: The total number of altered words for the keyboard. + - `totalTaps`: The total number of taps for the keyboard. + - `totalDrags`: The total number of drags for the keyboard. + - `totalDeletes`: The total number of deletions for the keyboard. + - `totalEmojis`: The total number of emojis for the keyboard. + - `totalPaths`: The total number of completed paths for the keyboard. + - `totalPathTime`: The total time to complete paths for the keyboard. + - `totalPathLength`: The total length of completed paths for the keyboard. + - `totalAutoCorrections`: The total number of autocorrections for the keyboard. + - `totalSpaceCorrections`: The total number of space corrections for the keyboard. + - `totalRetroCorrections`: The total number of retro corrections for the keyboard. + - `totalTranspositionCorrections`: The total number of transposition corrections for the keyboard. + - `totalInsertKeyCorrections`: The total number of insert key corrections for the keyboard. + - `totalSkipTouchCorrections`: The total number of skip touch corrections for the keyboard. + - `totalNearKeyCorrections`: The total number of near key corrections for the keyboard. + - `totalSubstitutionCorrections`: The total number of substitution corrections for the keyboard. + - `totalHitTestCorrections`: The total number of hit test corrections for the keyboard. + - `totalTypingDuration`: The total amount of time typing for the keyboard. + - `touchDownUp`: The duration between touch down to touch up for any key. + - `spaceTouchDownUp`: The duration between touch down and touch up of all Space bar events for the keyboard. + - `deleteTouchDownUp`: The duration between touch down and touch up of all Delete key events for the keyboard. + - `shortWordCharKeyTouchDownUp`: The duration between touch down and touch up of all character keys in short words for the keyboard. + - `touchDownDown`: The duration between touch down to touch down for any key. + - `charKeyToPrediction`: The duration between touch up on a character key and touch down on a word in the prediction bar. + - `shortWordCharKeyToCharKey`: The duration between touch up on a character key and touch down on any sequential character key in a short word. + - `charKeyToAnyTapKey`: The duration between touch up on a character key and touch down on the next sequential key. + - `anyTapToCharKey`: The duration between touch up of any key and touch down on a sequential character key. + - `spaceToCharKey`: The duration between touch up of the Space bar and touch down of a sequential character key. + - `charKeyToSpaceKey`: The duration between touch up of a character key and touch down of a sequential Space bar. + - `spaceToDeleteKey`: The duration between touch up of the Space bar and touch down of a sequential Delete key. + - `deleteToSpaceKey`: The duration between touch up of the Delete key and touch down of a sequential Space bar. + - `spaceToSpaceKey`: The duration between touch up of the Space bar and touch down of a sequential Space bar. + - `spaceToShiftKey`: The duration between touch up of the Space bar and touch down of a sequential Shift key. + - `spaceToPlaneChangeKey`: The duration between touch up of the Space bar and touch down of a sequential plane change key. + - `spaceToPredictionKey`: The duration between touch up of the Space bar and touch down of a sequential selection from the prediction bar. + - `deleteToCharKey`: The duration between touch up of the Delete key and touch down of a sequential character key. + - `charKeyToDelete`: The duration between touch up of a character key and touch down of a sequential Delete key. + - `deleteToDelete`: The duration between touch up of the Delete key and touch down of a sequential Delete key. + - `deleteToDeletes`: The duration between touch up of the Delete key and touch down of a sequential Delete key, for an entire word. + - `deleteToShiftKey`: The duration between touch up of the Delete key and touch down of a sequential Shift key. + - `deleteToPlaneChangeKey`: The duration between touch up of the Delete key and touch down of a sequential plane change key. + - `anyTapToPlaneChangeKey`: The duration between touch up of any key and touch down on a plane change key. + - `planeChangeToAnyTap`: The duration between touch up on a plane change key and touch down on the next sequential key. + - `charKeyToPlaneChangeKey`: The duration between touch up of a character key and touch down of a sequential plane change key. + - `planeChangeKeyToCharKey`: The duration between touch up of a plane change key and touch down of any key. + - `deleteToPath`: The duration between touch up of the Delete key and touch down of a sequential path. + - `pathToDelete`: The duration between touch up of the Delete key and touch down of a continuous path. + - `spaceToPath`: The duration between touch up of the Space bar and touch down to begin a sequential path. + - `pathToSpace`: The duration between touch up of a path and touch down of a sequential Space bar. + - `pathToPath`: The duration between touch up of a path and touch down of a sequential path. + - `longWordTouchDownUp`: The duration between touch down and touch up of the character keys of all the long words for the keyboard. + - `longWordTouchDownDown`: The duration between touch down and touch down of the character keys of all the long words for the keyboard. + - `longWordUpErrorDistance`: The distance from the touch up to the center of the intended key of the characters of a long word. + - `longWordDownErrorDistance`: The distance from the touch down to the center of the intended key of the characters of a long word. + - `upErrorDistance`: The distance from the touch up to the center of any key. + - `downErrorDistance`: The distance from the touch down to the center of any key. + - `spaceUpErrorDistance`: The distance from the touch up to the right centroid of the Space bar. + - `spaceDownErrorDistance`: The distance from the touch down to the right centroid of the Space bar. + - `deleteUpErrorDistance`: The distance from the touch up to the center of the Delete key. + - `deleteDownErrorDistance`: The distance from the touch down to the center of the Delete key. + - `shortWordCharKeyUpErrorDistance`: The distance from the touch up to the center of the intended key of a character in a short word. + - `shortWordCharKeyDownErrorDistance`: The distance from the touch down to the center of the intended key of a character in a short word. + - `pathErrorDistanceRatio`: Sample values of the ratio of error distance between the intended and actual path. + - `deviceUsageReport`: A sensor that provides information about the user’s device usage. + - `duration`: The duration that the report spans. + - `totalScreenWakes`: The total number of screen wakes for the device. + - `totalUnlocks`: The total number of unlocks for the device. + - `totalUnlockDuration`: The duration of time the device is in an unlocked state. + - `applicationUsageByCategory`: The usage time of apps per category. + - `notificationUsageByCategory`: The frequency of notifications per category. + - `webUsageByCategory`: The amount of time the user accesses domains per category. + - `messagesUsageReport`: A sensor that provides information about the user’s use of the Messages app. + - `duration`: The duration that the report spans. + - `totalIncomingMessages`: The number of messages the user receives. + - `totalOutgoingMessages`: The number of messages the user sends. + - `totalUniqueContacts`: The user’s number of contacts. + - `phoneUsageReport`: A sensor that reports the amount of time that the user is on phone calls. + - `duration`: The duration that the report spans. + - `totalIncomingCalls`: The number of calls the user receives. + - `totalOutgoingCalls`: The number of calls the user makes. + - `totalPhoneCallDuration`: The total duration of all calls. + - `totalUniqueContacts`: The user’s number of contacts. + +### Implementation Steps +1. [Configure `LAMP-core-ios`.](https://developer.apple.com/documentation/sensorkit/configuring_your_project_for_sensor_reading) +2. [Set up `SRSensorReader`.](https://developer.apple.com/documentation/sensorkit/srsensorreader) +3. [Start an `SRFetchRequest`.](https://developer.apple.com/documentation/sensorkit/srfetchrequest) + +### Required Entitlements +- [ ] `com.apple.developer.sensorkit.reader.allow` + - [ ] `motion-accelerometer` → higher frequency (?) accelerometer + - [ ] `motion-rotation-rate` → higher frequency (?) gyroscope + - [ ] `pedometer` → higher frequency (?) pedometer + - [ ] `on-wrist` → apple watch and airpods orientation/motion sensors + - [ ] `ambient-light-sensor` → ambient lighting conditions + - [ ] `messages-usage` → SMS sent/received + - [ ] `phone-usage` → phone call sent/received + - [ ] `visits` → significant locations & ""home time"" + - [ ] `device-usage` → screen time, notifications, pickups (per app) + - [ ] `keyboard-metrics` → keyboard usage metrics +",1.0,"Implement SensorKit on iOS - Implement the new `SensorKit` framework on iOS 14 -- on hold until we receive approval from Apple (see ""Required Entitlements"" below). + +### `SRSensor`s + - `accelerometer`: A sensor that provides acceleration motion data. + - `rotationRate`: A sensor that provides rotation motion data. + - `pedometerData`: A sensor that provides information about the user's steps. + - `ambientLightSensor`: A sensor that provides ambient light information. + - `chromaticity{x, y}`: A coordinate pair that describes the sample’s light brightness and tint. + - `lux`: An object that describes the sample’s luminous flux. + - `placement`: The light’s location relative to the sensor. + - `onWristState`: A sensor that describes the watch’s position on the wrist. + - `crownOrientation`: A value that indicates the direction the Digital Crown faces with respect to the wearer. + - `onWrist`: A value that indicates whether the watch is on the user’s wrist. + - `wristLocation`: A value that indicates the wrist where the user wears the watch. + - `visits`: A sensor that provides information about the user’s frequently visited locations. + - `arrivalDateInterval`: A range of time within which the user arrives at a location of interest. + - `departureDateInterval`: A range of time within which the user departs from a location of interest. + - `distanceFromHome`: The location’s distance from the home-category location. + - `locationCategory`: `gym`, `home`, `school`, `work`, `unknown`. + - `keyboardMetrics`: A sensor that provides information about the user’s keyboard usage. + - `duration`: The duration that the report spans. + - `keyboardIdentifier`: The identifier of the keyboard in the keyboard list. + - `version`: The version of keyboard metrics. + - `width`: The width, in millimeters, of the keyboard in the report. + - `height`: The height, in millimeters, of the keyboard in the report. + - `totalWords`: The total number of typed words for the keyboard. + - `totalAlteredWords`: The total number of altered words for the keyboard. + - `totalTaps`: The total number of taps for the keyboard. + - `totalDrags`: The total number of drags for the keyboard. + - `totalDeletes`: The total number of deletions for the keyboard. + - `totalEmojis`: The total number of emojis for the keyboard. + - `totalPaths`: The total number of completed paths for the keyboard. + - `totalPathTime`: The total time to complete paths for the keyboard. + - `totalPathLength`: The total length of completed paths for the keyboard. + - `totalAutoCorrections`: The total number of autocorrections for the keyboard. + - `totalSpaceCorrections`: The total number of space corrections for the keyboard. + - `totalRetroCorrections`: The total number of retro corrections for the keyboard. + - `totalTranspositionCorrections`: The total number of transposition corrections for the keyboard. + - `totalInsertKeyCorrections`: The total number of insert key corrections for the keyboard. + - `totalSkipTouchCorrections`: The total number of skip touch corrections for the keyboard. + - `totalNearKeyCorrections`: The total number of near key corrections for the keyboard. + - `totalSubstitutionCorrections`: The total number of substitution corrections for the keyboard. + - `totalHitTestCorrections`: The total number of hit test corrections for the keyboard. + - `totalTypingDuration`: The total amount of time typing for the keyboard. + - `touchDownUp`: The duration between touch down to touch up for any key. + - `spaceTouchDownUp`: The duration between touch down and touch up of all Space bar events for the keyboard. + - `deleteTouchDownUp`: The duration between touch down and touch up of all Delete key events for the keyboard. + - `shortWordCharKeyTouchDownUp`: The duration between touch down and touch up of all character keys in short words for the keyboard. + - `touchDownDown`: The duration between touch down to touch down for any key. + - `charKeyToPrediction`: The duration between touch up on a character key and touch down on a word in the prediction bar. + - `shortWordCharKeyToCharKey`: The duration between touch up on a character key and touch down on any sequential character key in a short word. + - `charKeyToAnyTapKey`: The duration between touch up on a character key and touch down on the next sequential key. + - `anyTapToCharKey`: The duration between touch up of any key and touch down on a sequential character key. + - `spaceToCharKey`: The duration between touch up of the Space bar and touch down of a sequential character key. + - `charKeyToSpaceKey`: The duration between touch up of a character key and touch down of a sequential Space bar. + - `spaceToDeleteKey`: The duration between touch up of the Space bar and touch down of a sequential Delete key. + - `deleteToSpaceKey`: The duration between touch up of the Delete key and touch down of a sequential Space bar. + - `spaceToSpaceKey`: The duration between touch up of the Space bar and touch down of a sequential Space bar. + - `spaceToShiftKey`: The duration between touch up of the Space bar and touch down of a sequential Shift key. + - `spaceToPlaneChangeKey`: The duration between touch up of the Space bar and touch down of a sequential plane change key. + - `spaceToPredictionKey`: The duration between touch up of the Space bar and touch down of a sequential selection from the prediction bar. + - `deleteToCharKey`: The duration between touch up of the Delete key and touch down of a sequential character key. + - `charKeyToDelete`: The duration between touch up of a character key and touch down of a sequential Delete key. + - `deleteToDelete`: The duration between touch up of the Delete key and touch down of a sequential Delete key. + - `deleteToDeletes`: The duration between touch up of the Delete key and touch down of a sequential Delete key, for an entire word. + - `deleteToShiftKey`: The duration between touch up of the Delete key and touch down of a sequential Shift key. + - `deleteToPlaneChangeKey`: The duration between touch up of the Delete key and touch down of a sequential plane change key. + - `anyTapToPlaneChangeKey`: The duration between touch up of any key and touch down on a plane change key. + - `planeChangeToAnyTap`: The duration between touch up on a plane change key and touch down on the next sequential key. + - `charKeyToPlaneChangeKey`: The duration between touch up of a character key and touch down of a sequential plane change key. + - `planeChangeKeyToCharKey`: The duration between touch up of a plane change key and touch down of any key. + - `deleteToPath`: The duration between touch up of the Delete key and touch down of a sequential path. + - `pathToDelete`: The duration between touch up of the Delete key and touch down of a continuous path. + - `spaceToPath`: The duration between touch up of the Space bar and touch down to begin a sequential path. + - `pathToSpace`: The duration between touch up of a path and touch down of a sequential Space bar. + - `pathToPath`: The duration between touch up of a path and touch down of a sequential path. + - `longWordTouchDownUp`: The duration between touch down and touch up of the character keys of all the long words for the keyboard. + - `longWordTouchDownDown`: The duration between touch down and touch down of the character keys of all the long words for the keyboard. + - `longWordUpErrorDistance`: The distance from the touch up to the center of the intended key of the characters of a long word. + - `longWordDownErrorDistance`: The distance from the touch down to the center of the intended key of the characters of a long word. + - `upErrorDistance`: The distance from the touch up to the center of any key. + - `downErrorDistance`: The distance from the touch down to the center of any key. + - `spaceUpErrorDistance`: The distance from the touch up to the right centroid of the Space bar. + - `spaceDownErrorDistance`: The distance from the touch down to the right centroid of the Space bar. + - `deleteUpErrorDistance`: The distance from the touch up to the center of the Delete key. + - `deleteDownErrorDistance`: The distance from the touch down to the center of the Delete key. + - `shortWordCharKeyUpErrorDistance`: The distance from the touch up to the center of the intended key of a character in a short word. + - `shortWordCharKeyDownErrorDistance`: The distance from the touch down to the center of the intended key of a character in a short word. + - `pathErrorDistanceRatio`: Sample values of the ratio of error distance between the intended and actual path. + - `deviceUsageReport`: A sensor that provides information about the user’s device usage. + - `duration`: The duration that the report spans. + - `totalScreenWakes`: The total number of screen wakes for the device. + - `totalUnlocks`: The total number of unlocks for the device. + - `totalUnlockDuration`: The duration of time the device is in an unlocked state. + - `applicationUsageByCategory`: The usage time of apps per category. + - `notificationUsageByCategory`: The frequency of notifications per category. + - `webUsageByCategory`: The amount of time the user accesses domains per category. + - `messagesUsageReport`: A sensor that provides information about the user’s use of the Messages app. + - `duration`: The duration that the report spans. + - `totalIncomingMessages`: The number of messages the user receives. + - `totalOutgoingMessages`: The number of messages the user sends. + - `totalUniqueContacts`: The user’s number of contacts. + - `phoneUsageReport`: A sensor that reports the amount of time that the user is on phone calls. + - `duration`: The duration that the report spans. + - `totalIncomingCalls`: The number of calls the user receives. + - `totalOutgoingCalls`: The number of calls the user makes. + - `totalPhoneCallDuration`: The total duration of all calls. + - `totalUniqueContacts`: The user’s number of contacts. + +### Implementation Steps +1. [Configure `LAMP-core-ios`.](https://developer.apple.com/documentation/sensorkit/configuring_your_project_for_sensor_reading) +2. [Set up `SRSensorReader`.](https://developer.apple.com/documentation/sensorkit/srsensorreader) +3. [Start an `SRFetchRequest`.](https://developer.apple.com/documentation/sensorkit/srfetchrequest) + +### Required Entitlements +- [ ] `com.apple.developer.sensorkit.reader.allow` + - [ ] `motion-accelerometer` → higher frequency (?) accelerometer + - [ ] `motion-rotation-rate` → higher frequency (?) gyroscope + - [ ] `pedometer` → higher frequency (?) pedometer + - [ ] `on-wrist` → apple watch and airpods orientation/motion sensors + - [ ] `ambient-light-sensor` → ambient lighting conditions + - [ ] `messages-usage` → SMS sent/received + - [ ] `phone-usage` → phone call sent/received + - [ ] `visits` → significant locations & ""home time"" + - [ ] `device-usage` → screen time, notifications, pickups (per app) + - [ ] `keyboard-metrics` → keyboard usage metrics +",0,implement sensorkit on ios implement the new sensorkit framework on ios on hold until we receive approval from apple see required entitlements below srsensor s accelerometer a sensor that provides acceleration motion data rotationrate a sensor that provides rotation motion data pedometerdata a sensor that provides information about the user s steps ambientlightsensor a sensor that provides ambient light information chromaticity x y a coordinate pair that describes the sample’s light brightness and tint lux an object that describes the sample’s luminous flux placement the light’s location relative to the sensor onwriststate a sensor that describes the watch’s position on the wrist crownorientation a value that indicates the direction the digital crown faces with respect to the wearer onwrist a value that indicates whether the watch is on the user’s wrist wristlocation a value that indicates the wrist where the user wears the watch visits a sensor that provides information about the user’s frequently visited locations arrivaldateinterval a range of time within which the user arrives at a location of interest departuredateinterval a range of time within which the user departs from a location of interest distancefromhome the location’s distance from the home category location locationcategory gym home school work unknown keyboardmetrics a sensor that provides information about the user’s keyboard usage duration the duration that the report spans keyboardidentifier the identifier of the keyboard in the keyboard list version the version of keyboard metrics width the width in millimeters of the keyboard in the report height the height in millimeters of the keyboard in the report totalwords the total number of typed words for the keyboard totalalteredwords the total number of altered words for the keyboard totaltaps the total number of taps for the keyboard totaldrags the total number of drags for the keyboard totaldeletes the total number of deletions for the keyboard totalemojis the total number of emojis for the keyboard totalpaths the total number of completed paths for the keyboard totalpathtime the total time to complete paths for the keyboard totalpathlength the total length of completed paths for the keyboard totalautocorrections the total number of autocorrections for the keyboard totalspacecorrections the total number of space corrections for the keyboard totalretrocorrections the total number of retro corrections for the keyboard totaltranspositioncorrections the total number of transposition corrections for the keyboard totalinsertkeycorrections the total number of insert key corrections for the keyboard totalskiptouchcorrections the total number of skip touch corrections for the keyboard totalnearkeycorrections the total number of near key corrections for the keyboard totalsubstitutioncorrections the total number of substitution corrections for the keyboard totalhittestcorrections the total number of hit test corrections for the keyboard totaltypingduration the total amount of time typing for the keyboard touchdownup the duration between touch down to touch up for any key spacetouchdownup the duration between touch down and touch up of all space bar events for the keyboard deletetouchdownup the duration between touch down and touch up of all delete key events for the keyboard shortwordcharkeytouchdownup the duration between touch down and touch up of all character keys in short words for the keyboard touchdowndown the duration between touch down to touch down for any key charkeytoprediction the duration between touch up on a character key and touch down on a word in the prediction bar shortwordcharkeytocharkey the duration between touch up on a character key and touch down on any sequential character key in a short word charkeytoanytapkey the duration between touch up on a character key and touch down on the next sequential key anytaptocharkey the duration between touch up of any key and touch down on a sequential character key spacetocharkey the duration between touch up of the space bar and touch down of a sequential character key charkeytospacekey the duration between touch up of a character key and touch down of a sequential space bar spacetodeletekey the duration between touch up of the space bar and touch down of a sequential delete key deletetospacekey the duration between touch up of the delete key and touch down of a sequential space bar spacetospacekey the duration between touch up of the space bar and touch down of a sequential space bar spacetoshiftkey the duration between touch up of the space bar and touch down of a sequential shift key spacetoplanechangekey the duration between touch up of the space bar and touch down of a sequential plane change key spacetopredictionkey the duration between touch up of the space bar and touch down of a sequential selection from the prediction bar deletetocharkey the duration between touch up of the delete key and touch down of a sequential character key charkeytodelete the duration between touch up of a character key and touch down of a sequential delete key deletetodelete the duration between touch up of the delete key and touch down of a sequential delete key deletetodeletes the duration between touch up of the delete key and touch down of a sequential delete key for an entire word deletetoshiftkey the duration between touch up of the delete key and touch down of a sequential shift key deletetoplanechangekey the duration between touch up of the delete key and touch down of a sequential plane change key anytaptoplanechangekey the duration between touch up of any key and touch down on a plane change key planechangetoanytap the duration between touch up on a plane change key and touch down on the next sequential key charkeytoplanechangekey the duration between touch up of a character key and touch down of a sequential plane change key planechangekeytocharkey the duration between touch up of a plane change key and touch down of any key deletetopath the duration between touch up of the delete key and touch down of a sequential path pathtodelete the duration between touch up of the delete key and touch down of a continuous path spacetopath the duration between touch up of the space bar and touch down to begin a sequential path pathtospace the duration between touch up of a path and touch down of a sequential space bar pathtopath the duration between touch up of a path and touch down of a sequential path longwordtouchdownup the duration between touch down and touch up of the character keys of all the long words for the keyboard longwordtouchdowndown the duration between touch down and touch down of the character keys of all the long words for the keyboard longworduperrordistance the distance from the touch up to the center of the intended key of the characters of a long word longworddownerrordistance the distance from the touch down to the center of the intended key of the characters of a long word uperrordistance the distance from the touch up to the center of any key downerrordistance the distance from the touch down to the center of any key spaceuperrordistance the distance from the touch up to the right centroid of the space bar spacedownerrordistance the distance from the touch down to the right centroid of the space bar deleteuperrordistance the distance from the touch up to the center of the delete key deletedownerrordistance the distance from the touch down to the center of the delete key shortwordcharkeyuperrordistance the distance from the touch up to the center of the intended key of a character in a short word shortwordcharkeydownerrordistance the distance from the touch down to the center of the intended key of a character in a short word patherrordistanceratio sample values of the ratio of error distance between the intended and actual path deviceusagereport a sensor that provides information about the user’s device usage duration the duration that the report spans totalscreenwakes the total number of screen wakes for the device totalunlocks the total number of unlocks for the device totalunlockduration the duration of time the device is in an unlocked state applicationusagebycategory the usage time of apps per category notificationusagebycategory the frequency of notifications per category webusagebycategory the amount of time the user accesses domains per category messagesusagereport a sensor that provides information about the user’s use of the messages app duration the duration that the report spans totalincomingmessages the number of messages the user receives totaloutgoingmessages the number of messages the user sends totaluniquecontacts the user’s number of contacts phoneusagereport a sensor that reports the amount of time that the user is on phone calls duration the duration that the report spans totalincomingcalls the number of calls the user receives totaloutgoingcalls the number of calls the user makes totalphonecallduration the total duration of all calls totaluniquecontacts the user’s number of contacts implementation steps required entitlements com apple developer sensorkit reader allow motion accelerometer → higher frequency accelerometer motion rotation rate → higher frequency gyroscope pedometer → higher frequency pedometer on wrist → apple watch and airpods orientation motion sensors ambient light sensor → ambient lighting conditions messages usage → sms sent received phone usage → phone call sent received visits → significant locations home time device usage → screen time notifications pickups per app keyboard metrics → keyboard usage metrics ,0 +3920,10289678865.0,IssuesEvent,2019-08-27 13:56:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Locking down the DB tier.,Pri3 architecture-center/svc cxp product-question reference-architecture/subsvc triaged,"Can you please clarify if we can lock the DB down, similar to how the function app is locked down. +I know that its possible if the function app is inside an ASE and use SQL Managed instance and set the firewall settings to allow traffic from the ASE subnet, am looking for options for accomplishing this from the function app in consumption plan to a Managed instance SQL. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 524d1f97-ce37-f9ac-cf05-d33665eb34df +* Version Independent ID: fe4cc63f-a4b1-c30e-f39f-f4c3de1c57be +* Content: [Serverless web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/serverless/web-app) +* Content Source: [docs/reference-architectures/serverless/web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/serverless/web-app.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Locking down the DB tier. - Can you please clarify if we can lock the DB down, similar to how the function app is locked down. +I know that its possible if the function app is inside an ASE and use SQL Managed instance and set the firewall settings to allow traffic from the ASE subnet, am looking for options for accomplishing this from the function app in consumption plan to a Managed instance SQL. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 524d1f97-ce37-f9ac-cf05-d33665eb34df +* Version Independent ID: fe4cc63f-a4b1-c30e-f39f-f4c3de1c57be +* Content: [Serverless web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/serverless/web-app) +* Content Source: [docs/reference-architectures/serverless/web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/serverless/web-app.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,locking down the db tier can you please clarify if we can lock the db down similar to how the function app is locked down i know that its possible if the function app is inside an ase and use sql managed instance and set the firewall settings to allow traffic from the ase subnet am looking for options for accomplishing this from the function app in consumption plan to a managed instance sql document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +20177,11406820692.0,IssuesEvent,2020-01-31 15:02:46,NetsBlox/NetsBlox,https://api.github.com/repos/NetsBlox/NetsBlox,closed,jsdoc comment blocks should be added to services,enhancement good first issue services,"with the new support for jsdoc validation and type evaluation we should add jsdoc blocks to services. + +points to keep in mind: +- after adding jsdoc blocks the inputs will be parsed and validated to correct types thus these kinds of validations should be removed from the services itself.",1.0,"jsdoc comment blocks should be added to services - with the new support for jsdoc validation and type evaluation we should add jsdoc blocks to services. + +points to keep in mind: +- after adding jsdoc blocks the inputs will be parsed and validated to correct types thus these kinds of validations should be removed from the services itself.",0,jsdoc comment blocks should be added to services with the new support for jsdoc validation and type evaluation we should add jsdoc blocks to services points to keep in mind after adding jsdoc blocks the inputs will be parsed and validated to correct types thus these kinds of validations should be removed from the services itself ,0 +83624,15712467921.0,IssuesEvent,2021-03-27 12:15:24,emilykaldwin1827/goof,https://api.github.com/repos/emilykaldwin1827/goof,closed,"CVE-2019-1010266 (Medium) detected in lodash-4.17.10.tgz, lodash-4.17.4.tgz",security vulnerability,"## CVE-2019-1010266 - Medium Severity Vulnerability +
Vulnerable Libraries - lodash-4.17.10.tgz, lodash-4.17.4.tgz

+

+ +

lodash-4.17.10.tgz

+ +

Lodash modular utilities.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz

+

Path to dependency file: goof/package.json

+

Path to vulnerable library: goof/node_modules/nyc/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - tap-11.1.5.tgz (Root Library) + - nyc-11.9.0.tgz + - istanbul-lib-instrument-1.10.1.tgz + - babel-generator-6.26.1.tgz + - :x: **lodash-4.17.10.tgz** (Vulnerable Library) +

+
lodash-4.17.4.tgz

+ +

Lodash modular utilities.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz

+

Path to dependency file: goof/package.json

+

Path to vulnerable library: goof/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - :x: **lodash-4.17.4.tgz** (Vulnerable Library) +

+ +

Found in HEAD commit: 27563f2447d85b487d3c44ea67f0f561f0c44b91

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +lodash prior to 4.17.11 is affected by: CWE-400: Uncontrolled Resource Consumption. The impact is: Denial of service. The component is: Date handler. The attack vector is: Attacker provides very long strings, which the library attempts to match using a regular expression. The fixed version is: 4.17.11. + +

Publish Date: 2019-07-17 +

URL: CVE-2019-1010266

+

+
+

+
CVSS 3 Score Details (6.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - 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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010266

+

Release Date: 2019-07-17

+

Fix Resolution: 4.17.11

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2019-1010266 (Medium) detected in lodash-4.17.10.tgz, lodash-4.17.4.tgz - ## CVE-2019-1010266 - Medium Severity Vulnerability +
Vulnerable Libraries - lodash-4.17.10.tgz, lodash-4.17.4.tgz

+

+ +

lodash-4.17.10.tgz

+ +

Lodash modular utilities.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz

+

Path to dependency file: goof/package.json

+

Path to vulnerable library: goof/node_modules/nyc/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - tap-11.1.5.tgz (Root Library) + - nyc-11.9.0.tgz + - istanbul-lib-instrument-1.10.1.tgz + - babel-generator-6.26.1.tgz + - :x: **lodash-4.17.10.tgz** (Vulnerable Library) +

+
lodash-4.17.4.tgz

+ +

Lodash modular utilities.

+

Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz

+

Path to dependency file: goof/package.json

+

Path to vulnerable library: goof/node_modules/lodash/package.json

+

+ +Dependency Hierarchy: + - :x: **lodash-4.17.4.tgz** (Vulnerable Library) +

+ +

Found in HEAD commit: 27563f2447d85b487d3c44ea67f0f561f0c44b91

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +lodash prior to 4.17.11 is affected by: CWE-400: Uncontrolled Resource Consumption. The impact is: Denial of service. The component is: Date handler. The attack vector is: Attacker provides very long strings, which the library attempts to match using a regular expression. The fixed version is: 4.17.11. + +

Publish Date: 2019-07-17 +

URL: CVE-2019-1010266

+

+
+

+
CVSS 3 Score Details (6.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Network + - 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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010266

+

Release Date: 2019-07-17

+

Fix Resolution: 4.17.11

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve medium detected in lodash tgz lodash tgz cve medium severity vulnerability vulnerable libraries lodash tgz lodash tgz lodash tgz lodash modular utilities library home page a href path to dependency file goof package json path to vulnerable library goof node modules nyc node modules lodash package json dependency hierarchy tap tgz root library nyc tgz istanbul lib instrument tgz babel generator tgz x lodash tgz vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file goof package json path to vulnerable library goof node modules lodash package json dependency hierarchy x lodash tgz vulnerable library found in head commit a href found in base branch master vulnerability details lodash prior to is affected by cwe uncontrolled resource consumption the impact is denial of service the component is date handler the attack vector is attacker provides very long strings which the library attempts to match using a regular expression the fixed version is publish date url a href cvss score details base score metrics exploitability metrics attack vector network 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 +690413,23658678838.0,IssuesEvent,2022-08-26 13:40:02,RED7Studios/RED7Community,https://api.github.com/repos/RED7Studios/RED7Community,closed,Warning System,Enhancement Medium Priority,"## Description +Add a warning system just like the banning system, except less harsh.",1.0,"Warning System - ## Description +Add a warning system just like the banning system, except less harsh.",0,warning system description add a warning system just like the banning system except less harsh ,0 +10016,26019714891.0,IssuesEvent,2022-12-21 11:32:00,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,App Gateway v2 compatibility unclear,assigned-to-author triaged product-question architecture-center/svc example-scenario/subsvc Pri1," +Just looking for clarification - are all of these scenarios equally applicable to both App Gateway v1 and v2? Specifically, the docs for v2 indicate that support for UDRs isn't as complete as it is for v1 (https://learn.microsoft.com/en-us/azure/application-gateway/configuration-infrastructure#supported-user-defined-routes) and the app gateway before firewall scenario seems to rely heavily on this. + +Will all these scenarios work equally well with both app gateway SKUs? + +Thanks + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: bb4e04dc-fc84-e958-89a8-e144ed5564b0 +* Version Independent ID: 795ef2fa-a126-8ded-d75d-3eb8811f4a23 +* Content: [Firewall, App Gateway for virtual networks - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/gateway/firewall-application-gateway#application-gateway-before-firewall) +* Content Source: [docs/example-scenario/gateway/firewall-application-gateway.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/gateway/firewall-application-gateway.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @erjosito +* Microsoft Alias: **jomore**",1.0,"App Gateway v2 compatibility unclear - +Just looking for clarification - are all of these scenarios equally applicable to both App Gateway v1 and v2? Specifically, the docs for v2 indicate that support for UDRs isn't as complete as it is for v1 (https://learn.microsoft.com/en-us/azure/application-gateway/configuration-infrastructure#supported-user-defined-routes) and the app gateway before firewall scenario seems to rely heavily on this. + +Will all these scenarios work equally well with both app gateway SKUs? + +Thanks + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: bb4e04dc-fc84-e958-89a8-e144ed5564b0 +* Version Independent ID: 795ef2fa-a126-8ded-d75d-3eb8811f4a23 +* Content: [Firewall, App Gateway for virtual networks - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/gateway/firewall-application-gateway#application-gateway-before-firewall) +* Content Source: [docs/example-scenario/gateway/firewall-application-gateway.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/gateway/firewall-application-gateway.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @erjosito +* Microsoft Alias: **jomore**",1,app gateway compatibility unclear just looking for clarification are all of these scenarios equally applicable to both app gateway and specifically the docs for indicate that support for udrs isn t as complete as it is for and the app gateway before firewall scenario seems to rely heavily on this will all these scenarios work equally well with both app gateway skus thanks document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login erjosito microsoft alias jomore ,1 +499022,14437692386.0,IssuesEvent,2020-12-07 11:56:34,ajency/Dhanda-App,https://api.github.com/repos/ajency/Dhanda-App,closed,The footer/ bar disappears once I do edits with attendance. it reappears if u kill the app and come back,Assigned to QA Priority: High bug," + + +![image](https://user-images.githubusercontent.com/55691499/100610908-848cc280-3336-11eb-9706-ef38b8983329.png) +",1.0,"The footer/ bar disappears once I do edits with attendance. it reappears if u kill the app and come back - + + +![image](https://user-images.githubusercontent.com/55691499/100610908-848cc280-3336-11eb-9706-ef38b8983329.png) +",0,the footer bar disappears once i do edits with attendance it reappears if u kill the app and come back ,0 +10231,26561808433.0,IssuesEvent,2023-01-20 16:28:02,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Please give me java example ,assigned-to-author triaged product-question architecture-center/svc Pri1 design-pattern/subsvc," +[Enter feedback here] +The example for this page is only for .Net do you have example for Java as well? + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6fea460c-4fac-723f-8df4-9d0811855a68 +* Version Independent ID: 4be364ca-aee7-7b49-13e1-3a94408ed7b9 +* Content: [Asynchronous Request-Reply pattern - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/async-request-reply) +* Content Source: [docs/patterns/async-request-reply.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/async-request-reply.yml) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Please give me java example - +[Enter feedback here] +The example for this page is only for .Net do you have example for Java as well? + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6fea460c-4fac-723f-8df4-9d0811855a68 +* Version Independent ID: 4be364ca-aee7-7b49-13e1-3a94408ed7b9 +* Content: [Asynchronous Request-Reply pattern - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/patterns/async-request-reply) +* Content Source: [docs/patterns/async-request-reply.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/async-request-reply.yml) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,please give me java example the example for this page is only for net do you have example for java as well document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login edprice msft microsoft alias architectures ,1 +5001,11942327976.0,IssuesEvent,2020-04-02 20:05:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,A few inaccuracies noted on this service comparsion page,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"I noticed a couple of inaccuracies on this service comparison: + +1. AWS Glue is AWS fully- managed service utilizing Apache Spark framework not EMR. EMR is IaaS offering. As a result, this comparison should be between Glue and HDsight + - This is in the context comparison below: +EMR | HDInsight | Managed Hadoop service. Deploy and manage Hadoop clusters in Azure. + +2. Sagemaker does not do drag and drop. + This is in context of comparing Sagemaker to Azure ML Studio +3. AWS has ELK stack -Elasticsearch used for search engine + This is in the context of comparing CloudSearch and AzureSearch +4. Batch data transfer has AWS DataSync + This is in the context of comparing AWS import/export vs Azure import/export +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1.0,"A few inaccuracies noted on this service comparsion page - I noticed a couple of inaccuracies on this service comparison: + +1. AWS Glue is AWS fully- managed service utilizing Apache Spark framework not EMR. EMR is IaaS offering. As a result, this comparison should be between Glue and HDsight + - This is in the context comparison below: +EMR | HDInsight | Managed Hadoop service. Deploy and manage Hadoop clusters in Azure. + +2. Sagemaker does not do drag and drop. + This is in context of comparing Sagemaker to Azure ML Studio +3. AWS has ELK stack -Elasticsearch used for search engine + This is in the context of comparing CloudSearch and AzureSearch +4. Batch data transfer has AWS DataSync + This is in the context of comparing AWS import/export vs Azure import/export +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1,a few inaccuracies noted on this service comparsion page i noticed a couple of inaccuracies on this service comparison aws glue is aws fully managed service utilizing apache spark framework not emr emr is iaas offering as a result this comparison should be between glue and hdsight this is in the context comparison below emr hdinsight managed hadoop service deploy and manage hadoop clusters in azure sagemaker does not do drag and drop this is in context of comparing sagemaker to azure ml studio aws has elk stack elasticsearch used for search engine this is in the context of comparing cloudsearch and azuresearch batch data transfer has aws datasync this is in the context of comparing aws import export vs azure import export document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login jasrobe microsoft alias pnp ,1 +67821,9101989624.0,IssuesEvent,2019-02-20 12:38:30,vuejs/jp.vuejs.org,https://api.github.com/repos/vuejs/jp.vuejs.org,closed,[Doc]: specify browser build is for using native es modules,documentation,"本家のドキュメントに更新がありました:page_facing_up: +Original:https://github.com/vuejs/vuejs.org/commit/2908c49e975a26352efe9f5b081f06dfbf3b16b8",1.0,"[Doc]: specify browser build is for using native es modules - 本家のドキュメントに更新がありました:page_facing_up: +Original:https://github.com/vuejs/vuejs.org/commit/2908c49e975a26352efe9f5b081f06dfbf3b16b8",0, specify browser build is for using native es modules 本家のドキュメントに更新がありました page facing up original ,0 +159498,25002987690.0,IssuesEvent,2022-11-03 09:35:03,sourcegraph/sourcegraph,https://api.github.com/repos/sourcegraph/sourcegraph,closed,Blob view: Git blame popover interrupts user's hover as their navigate through annotations,bug webapp needs-design team/integrations needs-triage,"In a nutshell the problem here is in git blame panel, steps to reproduce +- open the blame panel on any file page +- hover blame line +- see blame popover with additional info about commit +- try to hover the annotation above the current hovered line +- see that instead of this you hover popover instead and not the line you want to hover (popover interrupts user's hover events) + +More details on this problem in [this loom](https://www.loom.com/share/add642f6be95468d92cd6ec796975f05) and in the [original slack thread](https://sourcegraph.slack.com/archives/C0HMGV90V/p1666008002882449) + +Sidenote from @vovakulikov: + +> Also, it's kind of different problem to this but also about blame tooltip/popover is tooltip content. Now it has link (interactive element). But spec says that a [tooltip](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role#:~:text=Because%20the%20tooltip%20itself%20never%20receives%20focus%20and%20is%20not%20in%20the%20tabbing%20order%2C%20a%20tooltip%20can%20not%20contain%20interactive%20elements%20like%20links%2C%20inputs%2C%20or%20buttons.) (which is a defined term/pattern/component) cannot contain interactive elements like a link, because it pops up on focus or hover, and therefor cannot receive focus or hovers itself (as opposed to a popover). +So maybe we should use tooltip component here with just plain text (since the blame line is itself a link) and tooltip shouldn't have any links inside (edited) + +/cc @sourcegraph/integrations",1.0,"Blob view: Git blame popover interrupts user's hover as their navigate through annotations - In a nutshell the problem here is in git blame panel, steps to reproduce +- open the blame panel on any file page +- hover blame line +- see blame popover with additional info about commit +- try to hover the annotation above the current hovered line +- see that instead of this you hover popover instead and not the line you want to hover (popover interrupts user's hover events) + +More details on this problem in [this loom](https://www.loom.com/share/add642f6be95468d92cd6ec796975f05) and in the [original slack thread](https://sourcegraph.slack.com/archives/C0HMGV90V/p1666008002882449) + +Sidenote from @vovakulikov: + +> Also, it's kind of different problem to this but also about blame tooltip/popover is tooltip content. Now it has link (interactive element). But spec says that a [tooltip](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role#:~:text=Because%20the%20tooltip%20itself%20never%20receives%20focus%20and%20is%20not%20in%20the%20tabbing%20order%2C%20a%20tooltip%20can%20not%20contain%20interactive%20elements%20like%20links%2C%20inputs%2C%20or%20buttons.) (which is a defined term/pattern/component) cannot contain interactive elements like a link, because it pops up on focus or hover, and therefor cannot receive focus or hovers itself (as opposed to a popover). +So maybe we should use tooltip component here with just plain text (since the blame line is itself a link) and tooltip shouldn't have any links inside (edited) + +/cc @sourcegraph/integrations",0,blob view git blame popover interrupts user s hover as their navigate through annotations in a nutshell the problem here is in git blame panel steps to reproduce open the blame panel on any file page hover blame line see blame popover with additional info about commit try to hover the annotation above the current hovered line see that instead of this you hover popover instead and not the line you want to hover popover interrupts user s hover events more details on this problem in and in the sidenote from vovakulikov also it s kind of different problem to this but also about blame tooltip popover is tooltip content now it has link interactive element but spec says that a which is a defined term pattern component cannot contain interactive elements like a link because it pops up on focus or hover and therefor cannot receive focus or hovers itself as opposed to a popover so maybe we should use tooltip component here with just plain text since the blame line is itself a link and tooltip shouldn t have any links inside edited cc sourcegraph integrations,0 +1926,11103549389.0,IssuesEvent,2019-12-17 04:21:03,bandprotocol/d3n,https://api.github.com/repos/bandprotocol/d3n,closed,Run EVM bridge automated test for every PR / commit,automation bridge chore,Setup CI to run tests for every push that affects `bridge/evm` directory.,1.0,Run EVM bridge automated test for every PR / commit - Setup CI to run tests for every push that affects `bridge/evm` directory.,0,run evm bridge automated test for every pr commit setup ci to run tests for every push that affects bridge evm directory ,0 +10137,26382842334.0,IssuesEvent,2023-01-12 09:59:42,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Subnet icon is missing,doc-enhancement assigned-to-author triaged architecture-center/svc Pri3,"Can't find subnet icon... + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp** + +![image](https://user-images.githubusercontent.com/6530769/121789298-355c0000-cbab-11eb-8f88-df8771ec5f43.png) + +![image](https://user-images.githubusercontent.com/6530769/121789308-50c70b00-cbab-11eb-813a-0c3fb650eec5.png) +",1.0,"Subnet icon is missing - Can't find subnet icon... + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure Icons - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/icons/) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp** + +![image](https://user-images.githubusercontent.com/6530769/121789298-355c0000-cbab-11eb-8f88-df8771ec5f43.png) + +![image](https://user-images.githubusercontent.com/6530769/121789308-50c70b00-cbab-11eb-813a-0c3fb650eec5.png) +",1,subnet icon is missing can t find subnet icon document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login microsoft alias pnp ,1 +10472,26995347515.0,IssuesEvent,2023-02-10 00:13:01,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing explanation for NoSQL secondary indexes,doc-enhancement assigned-to-author triaged architecture-center/svc Pri3 design-pattern/subsvc,"There needs to be an explanation as to why NoSQL databases don't typically offer this feature to the extent the way SQL databases do. + +https://github.com/MicrosoftDocs/architecture-center/blob/ea468dd927470a79edd7ce968918e6232e5f28e4/docs/patterns/index-table.md?plain=1#L34 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 36982a55-b653-9f6b-6b51-f50105abde18 +* Version Independent ID: 81ada183-46a5-9101-7f53-b008e83c7f68 +* Content: [Index Table pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/index-table) +* Content Source: [docs/patterns/index-table.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/index-table.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1.0,"Missing explanation for NoSQL secondary indexes - There needs to be an explanation as to why NoSQL databases don't typically offer this feature to the extent the way SQL databases do. + +https://github.com/MicrosoftDocs/architecture-center/blob/ea468dd927470a79edd7ce968918e6232e5f28e4/docs/patterns/index-table.md?plain=1#L34 + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 36982a55-b653-9f6b-6b51-f50105abde18 +* Version Independent ID: 81ada183-46a5-9101-7f53-b008e83c7f68 +* Content: [Index Table pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/index-table) +* Content Source: [docs/patterns/index-table.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/patterns/index-table.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,missing explanation for nosql secondary indexes there needs to be an explanation as to why nosql databases don t typically offer this feature to the extent the way sql databases do document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login edprice msft microsoft alias pnp ,1 +10964,27618288532.0,IssuesEvent,2023-03-09 21:16:35,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Add Azure Container Apps to decision tree,doc-bug assigned-to-author triaged architecture-center/svc Pri3,"Although Container Apps is in Public Preview and likely should be noted as such, can it be added to the decision tree to give additional light to where it falls here?",1.0,"Add Azure Container Apps to decision tree - Although Container Apps is in Public Preview and likely should be noted as such, can it be added to the decision tree to give additional light to where it falls here?",1,add azure container apps to decision tree although container apps is in public preview and likely should be noted as such can it be added to the decision tree to give additional light to where it falls here ,1 +8908,23770513249.0,IssuesEvent,2022-09-01 15:55:18,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio diagram download link is not working. on download it just opens the blank page. ,doc-enhancement cxp triaged architecture-center/svc reference-architecture/subsvc Pri1," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ec53963c-4c95-f6e7-90e0-d1e827df50b0 +* Version Independent ID: 81cb35e8-e65d-41b7-f53d-5ddada2b6301 +* Content: [Scalable web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/scalable-web-app) +* Content Source: [docs/reference-architectures/app-service-web-app/scalable-web-app.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/app-service-web-app/scalable-web-app.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @ckittel +* Microsoft Alias: **chkittel**",2.0,"Visio diagram download link is not working. on download it just opens the blank page. - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ec53963c-4c95-f6e7-90e0-d1e827df50b0 +* Version Independent ID: 81cb35e8-e65d-41b7-f53d-5ddada2b6301 +* Content: [Scalable web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/scalable-web-app) +* Content Source: [docs/reference-architectures/app-service-web-app/scalable-web-app.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/app-service-web-app/scalable-web-app.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @ckittel +* Microsoft Alias: **chkittel**",1,visio diagram download link is not working on download it just opens the blank page document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login ckittel microsoft alias chkittel ,1 +284551,8743631123.0,IssuesEvent,2018-12-12 19:43:31,processing/p5.js-web-editor,https://api.github.com/repos/processing/p5.js-web-editor,closed,Make console windows resize grab area larger.,good first issue help wanted priority:high type:bug,"#### Nature of issue? + +- [ ] Found a bug +- [x] Existing feature enhancement +- [ ] New feature request + + +#### Feature enhancement details: + +Please make the grab area on top of the console window larger. It takes me two or three tries to get it and drag it upward. It seems to be only 1/2 pixel high. Two or three pixels would be great. Also, make it a contrasting color that would be more obvious. +",1.0,"Make console windows resize grab area larger. - #### Nature of issue? + +- [ ] Found a bug +- [x] Existing feature enhancement +- [ ] New feature request + + +#### Feature enhancement details: + +Please make the grab area on top of the console window larger. It takes me two or three tries to get it and drag it upward. It seems to be only 1/2 pixel high. Two or three pixels would be great. Also, make it a contrasting color that would be more obvious. +",0,make console windows resize grab area larger nature of issue found a bug existing feature enhancement new feature request feature enhancement details please make the grab area on top of the console window larger it takes me two or three tries to get it and drag it upward it seems to be only pixel high two or three pixels would be great also make it a contrasting color that would be more obvious ,0 +8995,23954628510.0,IssuesEvent,2022-09-12 14:07:17,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Clarification about App Service free managed certificate with original host name preservation,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"In the **Implementation guidance for common Azure services** section we're told the recommendation is to preserve the original host name in the call between the reverse proxy and the back-end application server: +![image](https://user-images.githubusercontent.com/32141632/189078190-dc823709-972e-45b1-b713-a40e3ef3c228.png) + +End-to-end TLS encryption is often required and is also recommended (especially for Azure Front Door) in other places in the documentation. +Recommendation in the article is to import an existing certificate or use App Service free managed certificate. + +Clarification about free managed certificate is needed as according to my knowledge it is not going to work in this scenario. From the documentation regarding App Service free managed certificate there are some prerequisites which have to be met in order to generate certificate (https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-certificate?tabs=subdomain%2Cportal#create-a-free-managed-certificate): + +For the Apex domain: + +- **Must have an A record pointing to your web app's IP address.** +- Isn't supported on apps that are not publicly accessible. +- Isn't supported with root domains that are integrated with Traffic Manager. +- Must meet all the above for successful certificate issuances and renewals. + +For the subdomain: + +- **Must have CNAME mapped directly to .azurewebsites.net. Mapping to an intermediate CNAME value blocks certificate issuance and renewal.** +- Must meet all the above for successful certificate issuance and renewals. + +In the suggested architecture A or CNAME record is mapped to the address of reverse proxy and not backend app itself, hence App Service won't be able to generate certificate. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5beaff9-80fa-3c91-f5c6-81c3fda8bbb6 +* Version Independent ID: c5beaff9-80fa-3c91-f5c6-81c3fda8bbb6 +* Content: [Host name preservation - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/best-practices/host-name-preservation) +* Content Source: [docs/best-practices/host-name-preservation.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/best-practices/host-name-preservation.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @jelledruyts +* Microsoft Alias: **jelled**",1.0,"Clarification about App Service free managed certificate with original host name preservation - In the **Implementation guidance for common Azure services** section we're told the recommendation is to preserve the original host name in the call between the reverse proxy and the back-end application server: +![image](https://user-images.githubusercontent.com/32141632/189078190-dc823709-972e-45b1-b713-a40e3ef3c228.png) + +End-to-end TLS encryption is often required and is also recommended (especially for Azure Front Door) in other places in the documentation. +Recommendation in the article is to import an existing certificate or use App Service free managed certificate. + +Clarification about free managed certificate is needed as according to my knowledge it is not going to work in this scenario. From the documentation regarding App Service free managed certificate there are some prerequisites which have to be met in order to generate certificate (https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-certificate?tabs=subdomain%2Cportal#create-a-free-managed-certificate): + +For the Apex domain: + +- **Must have an A record pointing to your web app's IP address.** +- Isn't supported on apps that are not publicly accessible. +- Isn't supported with root domains that are integrated with Traffic Manager. +- Must meet all the above for successful certificate issuances and renewals. + +For the subdomain: + +- **Must have CNAME mapped directly to .azurewebsites.net. Mapping to an intermediate CNAME value blocks certificate issuance and renewal.** +- Must meet all the above for successful certificate issuance and renewals. + +In the suggested architecture A or CNAME record is mapped to the address of reverse proxy and not backend app itself, hence App Service won't be able to generate certificate. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: c5beaff9-80fa-3c91-f5c6-81c3fda8bbb6 +* Version Independent ID: c5beaff9-80fa-3c91-f5c6-81c3fda8bbb6 +* Content: [Host name preservation - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/best-practices/host-name-preservation) +* Content Source: [docs/best-practices/host-name-preservation.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/best-practices/host-name-preservation.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @jelledruyts +* Microsoft Alias: **jelled**",1,clarification about app service free managed certificate with original host name preservation in the implementation guidance for common azure services section we re told the recommendation is to preserve the original host name in the call between the reverse proxy and the back end application server end to end tls encryption is often required and is also recommended especially for azure front door in other places in the documentation recommendation in the article is to import an existing certificate or use app service free managed certificate clarification about free managed certificate is needed as according to my knowledge it is not going to work in this scenario from the documentation regarding app service free managed certificate there are some prerequisites which have to be met in order to generate certificate for the apex domain must have an a record pointing to your web app s ip address isn t supported on apps that are not publicly accessible isn t supported with root domains that are integrated with traffic manager must meet all the above for successful certificate issuances and renewals for the subdomain must have cname mapped directly to azurewebsites net mapping to an intermediate cname value blocks certificate issuance and renewal must meet all the above for successful certificate issuance and renewals in the suggested architecture a or cname record is mapped to the address of reverse proxy and not backend app itself hence app service won t be able to generate certificate document details �� do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login jelledruyts microsoft alias jelled ,1 +5246,12260826224.0,IssuesEvent,2020-05-06 18:58:38,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Lighthouse service comparison with AWS service ,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc triaged,"Could please provide the comparison service in AWS for Azure LightHouse. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Lighthouse service comparison with AWS service - Could please provide the comparison service in AWS for Azure LightHouse. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,lighthouse service comparison with aws service could please provide the comparison service in aws for azure lighthouse document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +78586,27611647164.0,IssuesEvent,2023-03-09 16:22:09,jOOQ/jOOQ,https://api.github.com/repos/jOOQ/jOOQ,opened,Using `.returning()` and manually specifying the identity column throws NPE in `AbstractDMLQuery.selectReturning`,T: Defect,"### Expected behavior + +I am experimenting with supplying my own identity keys for `returning` because I would know what they are +Running into an NPE doing this though, with the below code: + +I saw this answer on SO, which I tried to mimic: +- https://stackoverflow.com/questions/60778582/how-do-i-use-jooq-insert-returning-in-mysql-without-code-generation + +```kt + val jdbcUrl = ""jdbc:mysql://localhost:3306/Chinook?allowMultiQueries=true&user=root&password=Password123%23"" + val conn = DriverManager.getConnection(jdbcUrl) + + val ctx = DSL.using( + conn, + SQLDialect.MYSQL_8_0_20, + Settings() + .withRenderFormatted(true) + .withStatementType(StatementType.STATIC_STATEMENT) + ) + + val columns = listOf( + DSL.field(""Name"") + ) + + val rows = listOf( + DSL.row( + listOf( + DSL.inline(""foobar"") // Name + ) + ) + ) + + val results = ctx.insertInto(DSL.table(""Artist"")) + .columns(columns) + .valuesOfRows(rows) + .returning( + DSL.field(""ArtistId"", SQLDataType.INTEGER.identity(true)), + DSL.field(""Name"") + ) + .fetch() + + println(results) + println(""Result size: ${results.size}"") +``` + +I get the following error: +```java +Exception in thread ""main"" java.lang.NullPointerException: Cannot invoke ""org.jooq.Field.in(Object[])"" because the return value of ""org.jooq.Table.field(org.jooq.Field)"" is null + at org.jooq_3.18.0-SNAPSHOT.MYSQL_8_0_20.debug(Unknown Source) + at org.jooq.impl.AbstractDMLQuery.selectReturning(AbstractDMLQuery.java:1324) + at org.jooq.impl.AbstractDMLQuery.executeReturningGeneratedKeysFetchAdditionalRows(AbstractDMLQuery.java:1257) + at org.jooq.impl.AbstractDMLQuery.execute(AbstractDMLQuery.java:1060) + at org.jooq.impl.AbstractQuery.execute(AbstractQuery.java:341) + at org.jooq.impl.DMLQueryAsResultQuery.fetch(DMLQueryAsResultQuery.java:144) +``` + +### Actual behavior + +_No response_ + +### Steps to reproduce the problem + +Attempt to provide a manual identity field for an auto-inc table in a query with `returning` as above + +### jOOQ Version + +jOOQ Enterprise 3.18-SNAPSHOT + +### Database product and version + +MySQL 8 + +### Java Version + +_No response_ + +### OS Version + +_No response_ + +### JDBC driver name and version (include name if unofficial driver) + +_No response_",1.0,"Using `.returning()` and manually specifying the identity column throws NPE in `AbstractDMLQuery.selectReturning` - ### Expected behavior + +I am experimenting with supplying my own identity keys for `returning` because I would know what they are +Running into an NPE doing this though, with the below code: + +I saw this answer on SO, which I tried to mimic: +- https://stackoverflow.com/questions/60778582/how-do-i-use-jooq-insert-returning-in-mysql-without-code-generation + +```kt + val jdbcUrl = ""jdbc:mysql://localhost:3306/Chinook?allowMultiQueries=true&user=root&password=Password123%23"" + val conn = DriverManager.getConnection(jdbcUrl) + + val ctx = DSL.using( + conn, + SQLDialect.MYSQL_8_0_20, + Settings() + .withRenderFormatted(true) + .withStatementType(StatementType.STATIC_STATEMENT) + ) + + val columns = listOf( + DSL.field(""Name"") + ) + + val rows = listOf( + DSL.row( + listOf( + DSL.inline(""foobar"") // Name + ) + ) + ) + + val results = ctx.insertInto(DSL.table(""Artist"")) + .columns(columns) + .valuesOfRows(rows) + .returning( + DSL.field(""ArtistId"", SQLDataType.INTEGER.identity(true)), + DSL.field(""Name"") + ) + .fetch() + + println(results) + println(""Result size: ${results.size}"") +``` + +I get the following error: +```java +Exception in thread ""main"" java.lang.NullPointerException: Cannot invoke ""org.jooq.Field.in(Object[])"" because the return value of ""org.jooq.Table.field(org.jooq.Field)"" is null + at org.jooq_3.18.0-SNAPSHOT.MYSQL_8_0_20.debug(Unknown Source) + at org.jooq.impl.AbstractDMLQuery.selectReturning(AbstractDMLQuery.java:1324) + at org.jooq.impl.AbstractDMLQuery.executeReturningGeneratedKeysFetchAdditionalRows(AbstractDMLQuery.java:1257) + at org.jooq.impl.AbstractDMLQuery.execute(AbstractDMLQuery.java:1060) + at org.jooq.impl.AbstractQuery.execute(AbstractQuery.java:341) + at org.jooq.impl.DMLQueryAsResultQuery.fetch(DMLQueryAsResultQuery.java:144) +``` + +### Actual behavior + +_No response_ + +### Steps to reproduce the problem + +Attempt to provide a manual identity field for an auto-inc table in a query with `returning` as above + +### jOOQ Version + +jOOQ Enterprise 3.18-SNAPSHOT + +### Database product and version + +MySQL 8 + +### Java Version + +_No response_ + +### OS Version + +_No response_ + +### JDBC driver name and version (include name if unofficial driver) + +_No response_",0,using returning and manually specifying the identity column throws npe in abstractdmlquery selectreturning expected behavior i am experimenting with supplying my own identity keys for returning because i would know what they are running into an npe doing this though with the below code i saw this answer on so which i tried to mimic kt val jdbcurl jdbc mysql localhost chinook allowmultiqueries true user root password val conn drivermanager getconnection jdbcurl val ctx dsl using conn sqldialect mysql settings withrenderformatted true withstatementtype statementtype static statement val columns listof dsl field name val rows listof dsl row listof dsl inline foobar name val results ctx insertinto dsl table artist columns columns valuesofrows rows returning dsl field artistid sqldatatype integer identity true dsl field name fetch println results println result size results size i get the following error java exception in thread main java lang nullpointerexception cannot invoke org jooq field in object because the return value of org jooq table field org jooq field is null at org jooq snapshot mysql debug unknown source at org jooq impl abstractdmlquery selectreturning abstractdmlquery java at org jooq impl abstractdmlquery executereturninggeneratedkeysfetchadditionalrows abstractdmlquery java at org jooq impl abstractdmlquery execute abstractdmlquery java at org jooq impl abstractquery execute abstractquery java at org jooq impl dmlqueryasresultquery fetch dmlqueryasresultquery java actual behavior no response steps to reproduce the problem attempt to provide a manual identity field for an auto inc table in a query with returning as above jooq version jooq enterprise snapshot database product and version mysql java version no response os version no response jdbc driver name and version include name if unofficial driver no response ,0 +8998,23960429424.0,IssuesEvent,2022-09-12 18:34:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Route All Setting can be Enabled or Disabled,doc-enhancement assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri1,"Route All Setting can be set to Enabled or Disabled. + +To make DNS resolve the hostname to the SQL Database's private IP address, [enable the Route All setting on the web app's VNet integration](https://docs.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnet#application-routing). +https://docs.microsoft.com/en-us/azure/architecture/example-scenario/private-web-app/private-web-app#dns-configuration + +When testing using nameresolver from a web app with the vnet route all disabled, name resolves to the private IP address after a couple of attempts. The article below states that ""If no custom DNS is specified, it uses Azure default DNS and any private zones linked to the virtual network."" + +After your app integrates with your virtual network, it uses the same DNS server that your virtual network is configured with. If no custom DNS is specified, it uses Azure default DNS and any private zones linked to the virtual network. +https://docs.microsoft.com/en-us/azure/app-service/overview-vnet-integration#azure-dns-private-zones + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7499b146-3340-d7d1-6c5f-3ed508b773cb +* Version Independent ID: 61b10612-1136-3840-c7c1-804e63b23410 +* Content: [Web app private connectivity to Azure SQL Database - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/private-web-app/private-web-app) +* Content Source: [docs/example-scenario/private-web-app/private-web-app.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/private-web-app/private-web-app.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @jelledruyts +* Microsoft Alias: **jelled**",1.0,"Route All Setting can be Enabled or Disabled - Route All Setting can be set to Enabled or Disabled. + +To make DNS resolve the hostname to the SQL Database's private IP address, [enable the Route All setting on the web app's VNet integration](https://docs.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnet#application-routing). +https://docs.microsoft.com/en-us/azure/architecture/example-scenario/private-web-app/private-web-app#dns-configuration + +When testing using nameresolver from a web app with the vnet route all disabled, name resolves to the private IP address after a couple of attempts. The article below states that ""If no custom DNS is specified, it uses Azure default DNS and any private zones linked to the virtual network."" + +After your app integrates with your virtual network, it uses the same DNS server that your virtual network is configured with. If no custom DNS is specified, it uses Azure default DNS and any private zones linked to the virtual network. +https://docs.microsoft.com/en-us/azure/app-service/overview-vnet-integration#azure-dns-private-zones + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7499b146-3340-d7d1-6c5f-3ed508b773cb +* Version Independent ID: 61b10612-1136-3840-c7c1-804e63b23410 +* Content: [Web app private connectivity to Azure SQL Database - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/private-web-app/private-web-app) +* Content Source: [docs/example-scenario/private-web-app/private-web-app.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/private-web-app/private-web-app.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @jelledruyts +* Microsoft Alias: **jelled**",1,route all setting can be enabled or disabled route all setting can be set to enabled or disabled to make dns resolve the hostname to the sql database s private ip address when testing using nameresolver from a web app with the vnet route all disabled name resolves to the private ip address after a couple of attempts the article below states that if no custom dns is specified it uses azure default dns and any private zones linked to the virtual network after your app integrates with your virtual network it uses the same dns server that your virtual network is configured with if no custom dns is specified it uses azure default dns and any private zones linked to the virtual network document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login jelledruyts microsoft alias jelled ,1 +6665,14998307385.0,IssuesEvent,2021-01-29 18:13:03,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Out of date reference,Pri2 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"The Security Considerations section has link that points to a page that is no longer being maintained. Can this be updated? +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"Out of date reference - The Security Considerations section has link that points to a page that is no longer being maintained. Can this be updated? +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,out of date reference the security considerations section has link that points to a page that is no longer being maintained can this be updated document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +10876,27426239406.0,IssuesEvent,2023-03-01 20:33:27,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Remove false claim of open and transparent pricing for CluedIn,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri1," +Please remove the statement about CluedIn's pricing being open and transparent. + +Maybe they changed their website, but they require you to submit a ""pricing inquiry"". + +It's frustrating to research MDM vendors and they all want you to contact sales to even get a clue. + +It doesn't help to offer false hope in this article. Thanks! + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 278e83ef-9b90-cb2d-9ff6-0dd8f5ff1b87 +* Version Independent ID: 7e63fe30-9080-9207-ad0f-62263379de0c +* Content: [Master data management with Azure and CluedIn - Azure Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/cluedin) +* Content Source: [docs/reference-architectures/data/cluedin.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/data/cluedin.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **Oliver.Kaae**",2.0,"Remove false claim of open and transparent pricing for CluedIn - +Please remove the statement about CluedIn's pricing being open and transparent. + +Maybe they changed their website, but they require you to submit a ""pricing inquiry"". + +It's frustrating to research MDM vendors and they all want you to contact sales to even get a clue. + +It doesn't help to offer false hope in this article. Thanks! + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 278e83ef-9b90-cb2d-9ff6-0dd8f5ff1b87 +* Version Independent ID: 7e63fe30-9080-9207-ad0f-62263379de0c +* Content: [Master data management with Azure and CluedIn - Azure Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/cluedin) +* Content Source: [docs/reference-architectures/data/cluedin.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/data/cluedin.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **Oliver.Kaae**",1,remove false claim of open and transparent pricing for cluedin please remove the statement about cluedin s pricing being open and transparent maybe they changed their website but they require you to submit a pricing inquiry it s frustrating to research mdm vendors and they all want you to contact sales to even get a clue it doesn t help to offer false hope in this article thanks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias oliver kaae ,1 +568696,16986442017.0,IssuesEvent,2021-06-30 14:52:40,ballerina-platform/ballerina-lang,https://api.github.com/repos/ballerina-platform/ballerina-lang,opened,`field-name` get dropped when first field-binding of mapping-binding in `destructuring-assignment-stmt` is a wildcard,Area/Parser Priority/High Team/CompilerFE Type/Bug,"**Description:** +source: +```bal +function foo() { + {firstName: _, lastName: g, age: h} = x; +} +``` + +Parsed code: +```bal +function foo() { + {_, lastName: g, age: h} = x; +} +```",1.0,"`field-name` get dropped when first field-binding of mapping-binding in `destructuring-assignment-stmt` is a wildcard - **Description:** +source: +```bal +function foo() { + {firstName: _, lastName: g, age: h} = x; +} +``` + +Parsed code: +```bal +function foo() { + {_, lastName: g, age: h} = x; +} +```",0, field name get dropped when first field binding of mapping binding in destructuring assignment stmt is a wildcard description source bal function foo firstname lastname g age h x parsed code bal function foo lastname g age h x ,0 +3619,9882737013.0,IssuesEvent,2019-06-24 17:37:28,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Serverless vs Container,architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"Please can you elaborate on why it is below? +"" +It can be challenging to build a complex application using a serverless architecture. +"" + + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 93139ee2-ff91-ee5e-a056-8d6b597a81f3 +* Version Independent ID: 8b4436e0-094c-9602-2ead-43bb3b2f98f1 +* Content: [Choosing an Azure compute option for microservices](https://docs.microsoft.com/en-gb/azure/architecture/microservices/design/compute-options#next-steps) +* Content Source: [docs/microservices/design/compute-options.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/design/compute-options.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Serverless vs Container - Please can you elaborate on why it is below? +"" +It can be challenging to build a complex application using a serverless architecture. +"" + + +--- +#### Document details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 93139ee2-ff91-ee5e-a056-8d6b597a81f3 +* Version Independent ID: 8b4436e0-094c-9602-2ead-43bb3b2f98f1 +* Content: [Choosing an Azure compute option for microservices](https://docs.microsoft.com/en-gb/azure/architecture/microservices/design/compute-options#next-steps) +* Content Source: [docs/microservices/design/compute-options.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/microservices/design/compute-options.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,serverless vs container please can you elaborate on why it is below it can be challenging to build a complex application using a serverless architecture document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +61805,25735160231.0,IssuesEvent,2022-12-07 23:53:16,microsoft/vscode-cpptools,https://api.github.com/repos/microsoft/vscode-cpptools,closed,Report error for requires statement,bug Language Service Visual Studio,"``` +#include + +template +concept string_c = requires (const T& str) +{ + {str.c_str()} -> ::std::same_as; +// ^ expected concept name c/c++3257, if I remove ""::"", it will not report this issue +}; + +int main() +{ +} +``` +os: windows10 +extension : 1.1.3",1.0,"Report error for requires statement - ``` +#include + +template +concept string_c = requires (const T& str) +{ + {str.c_str()} -> ::std::same_as; +// ^ expected concept name c/c++3257, if I remove ""::"", it will not report this issue +}; + +int main() +{ +} +``` +os: windows10 +extension : 1.1.3",0,report error for requires statement include template concept string c requires const t str str c str std same as expected concept name c c if i remove it will not report this issue int main os extension ,0 +4065,10548187443.0,IssuesEvent,2019-10-03 04:39:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Formatting: Missing or incorrect space character,Pri2 architecture-center/svc cloud-design-principles/subsvc cxp doc-enhancement doc-provided triaged,"Section: Cloud Service + +- Currently reads: `Web or worker roles are unexpectedlybeing shut down` +- Should read: `Web or worker roles are unexpectedly being shut down` + +It looks like the character between the words `unexpectedly` and `being` is not a standard space character, giving the illusion there is a space between the words in the markdown source, however when the page is rentered the words appear concatenated. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2b1bb22b-9a56-0cbd-36c5-5f31d571900a +* Version Independent ID: 6a5b36aa-c051-c519-d6cf-61c77c3acb48 +* Content: [Failure mode analysis](https://docs.microsoft.com/en-us/azure/architecture/resiliency/failure-mode-analysis#feedback) +* Content Source: [docs/resiliency/failure-mode-analysis.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/resiliency/failure-mode-analysis.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"Formatting: Missing or incorrect space character - Section: Cloud Service + +- Currently reads: `Web or worker roles are unexpectedlybeing shut down` +- Should read: `Web or worker roles are unexpectedly being shut down` + +It looks like the character between the words `unexpectedly` and `being` is not a standard space character, giving the illusion there is a space between the words in the markdown source, however when the page is rentered the words appear concatenated. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 2b1bb22b-9a56-0cbd-36c5-5f31d571900a +* Version Independent ID: 6a5b36aa-c051-c519-d6cf-61c77c3acb48 +* Content: [Failure mode analysis](https://docs.microsoft.com/en-us/azure/architecture/resiliency/failure-mode-analysis#feedback) +* Content Source: [docs/resiliency/failure-mode-analysis.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/resiliency/failure-mode-analysis.md) +* Service: **architecture-center** +* Sub-service: **cloud-design-principles** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,formatting missing or incorrect space character section cloud service currently reads web or worker roles are unexpectedlybeing shut down should read web or worker roles are unexpectedly being shut down it looks like the character between the words unexpectedly and being is not a standard space character giving the illusion there is a space between the words in the markdown source however when the page is rentered the words appear concatenated document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud design principles github login mikewasson microsoft alias pnp ,1 +104000,13019421537.0,IssuesEvent,2020-07-26 22:30:55,SLB-Pizza/radio-pizza,https://api.github.com/repos/SLB-Pizza/radio-pizza,closed,Refactor HomeMixes to be one columns div,bug deploy design/layout,"## What's the expected result? + +A refactor of code so that instead of: + +https://github.com/SLB-Pizza/radio-pizza/blob/867dcc4a05d6d410131f945818bfd31eab168849/src/components/HomeMixes.js#L103-L106 + +and +https://github.com/SLB-Pizza/radio-pizza/blob/867dcc4a05d6d410131f945818bfd31eab168849/src/components/HomeMixes.js#L135-L138 + +we have unified column sections to avoid repeating code. + +## Exception - Touch Draggable List +https://github.com/SLB-Pizza/radio-pizza/blob/867dcc4a05d6d410131f945818bfd31eab168849/src/components/HomeMixes.js#L152-L166 + +## Related Issues + +#74, #75",1.0,"Refactor HomeMixes to be one columns div - ## What's the expected result? + +A refactor of code so that instead of: + +https://github.com/SLB-Pizza/radio-pizza/blob/867dcc4a05d6d410131f945818bfd31eab168849/src/components/HomeMixes.js#L103-L106 + +and +https://github.com/SLB-Pizza/radio-pizza/blob/867dcc4a05d6d410131f945818bfd31eab168849/src/components/HomeMixes.js#L135-L138 + +we have unified column sections to avoid repeating code. + +## Exception - Touch Draggable List +https://github.com/SLB-Pizza/radio-pizza/blob/867dcc4a05d6d410131f945818bfd31eab168849/src/components/HomeMixes.js#L152-L166 + +## Related Issues + +#74, #75",0,refactor homemixes to be one columns div what s the expected result a refactor of code so that instead of and we have unified column sections to avoid repeating code exception touch draggable list related issues ,0 +4761,11683895986.0,IssuesEvent,2020-03-05 05:02:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Virtual Machines,Pri1 architecture-center/svc cxp doc-enhancement reference-architecture/subsvc triaged,"Thanks for a great resources. Please Check Virtual Machines section there is Deploy used 2 times. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#feedback) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Virtual Machines - Thanks for a great resources. Please Check Virtual Machines section there is Deploy used 2 times. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 510808e8-db5d-6b07-9a04-6edb743a2dfc +* Version Independent ID: 20d098aa-ef31-cb26-d677-765cfc9a7164 +* Content: [Choosing an Azure compute service - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree#feedback) +* Content Source: [docs/guide/technology-choices/compute-decision-tree.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/compute-decision-tree.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,virtual machines thanks for a great resources please check virtual machines section there is deploy used times document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +5784,13160032943.0,IssuesEvent,2020-08-10 16:51:30,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Q: What are the considerations in choosing Traefik ingress controller,Pri2 architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged," +[Enter feedback here] +Can you please elaborate here in more details what is the design decision on choosing : +Use Traefik as the Kubernetes ingress controller. + +Where we have other ingress controllers like AGIC, NGIX, and HAProxy, etc, Any special consideration or benefit in choosing Traefik here? +One more thing if we use AGIC then do we need to use App Gateway in front of that? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 80713a10-3600-b049-116e-db4c723f54e9 +* Version Independent ID: 777a3dae-bcf3-6680-aaad-1c8a2fe98850 +* Content: [Case study – Contoso Bicycle - Azure Architecture Center](https://docs.microsoft.com/en-in/azure/architecture/reference-architectures/containers/aks/case-study-contoso) +* Content Source: [docs/reference-architectures/containers/aks/case-study-contoso.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/containers/aks/case-study-contoso.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",2.0,"Q: What are the considerations in choosing Traefik ingress controller - +[Enter feedback here] +Can you please elaborate here in more details what is the design decision on choosing : +Use Traefik as the Kubernetes ingress controller. + +Where we have other ingress controllers like AGIC, NGIX, and HAProxy, etc, Any special consideration or benefit in choosing Traefik here? +One more thing if we use AGIC then do we need to use App Gateway in front of that? + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 80713a10-3600-b049-116e-db4c723f54e9 +* Version Independent ID: 777a3dae-bcf3-6680-aaad-1c8a2fe98850 +* Content: [Case study – Contoso Bicycle - Azure Architecture Center](https://docs.microsoft.com/en-in/azure/architecture/reference-architectures/containers/aks/case-study-contoso) +* Content Source: [docs/reference-architectures/containers/aks/case-study-contoso.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/containers/aks/case-study-contoso.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @PageWriter-MSFT +* Microsoft Alias: **pnp**",1,q what are the considerations in choosing traefik ingress controller can you please elaborate here in more details what is the design decision on choosing use traefik as the kubernetes ingress controller where we have other ingress controllers like agic ngix and haproxy etc any special consideration or benefit in choosing traefik here one more thing if we use agic then do we need to use app gateway in front of that document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id aaad content content source service architecture center sub service reference architecture github login pagewriter msft microsoft alias pnp ,1 +97793,4006481347.0,IssuesEvent,2016-05-12 15:02:59,fgpv-vpgf/fgpv-vpgf,https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf,opened,Stop Pulling Tiles for Blank Basemap Entries,bug-type: inconvenient priority: low problem: bug,"Our basemap selector generates it's thumbnails by grabbing some random tiles from the basemap it represents. + +We have two entries in the selector to represent blank basemaps. The logic to pull tiles is still being applied on these, resulting in `404 (Not Found)` errors in the console (as it attempts to pull tiles from a non-existent service) + +Add a check to prevent the thumbnail grab on the blank entries.",1.0,"Stop Pulling Tiles for Blank Basemap Entries - Our basemap selector generates it's thumbnails by grabbing some random tiles from the basemap it represents. + +We have two entries in the selector to represent blank basemaps. The logic to pull tiles is still being applied on these, resulting in `404 (Not Found)` errors in the console (as it attempts to pull tiles from a non-existent service) + +Add a check to prevent the thumbnail grab on the blank entries.",0,stop pulling tiles for blank basemap entries our basemap selector generates it s thumbnails by grabbing some random tiles from the basemap it represents we have two entries in the selector to represent blank basemaps the logic to pull tiles is still being applied on these resulting in not found errors in the console as it attempts to pull tiles from a non existent service add a check to prevent the thumbnail grab on the blank entries ,0 +101773,21783457327.0,IssuesEvent,2022-05-13 21:59:59,hackforla/tdm-calculator,https://api.github.com/repos/hackforla/tdm-calculator,closed,Refactor: Convert js files to jsx,role: front-end level: medium priority: Could Have Feature - Code Cleanup milestone: missing NIA status: crafting,"### Overview +Convert js files to jsx because it's the correct technical file format for react + +### Action Items + +- [ ] add to this action item list all components that needs to be converted + +### Resources/Instructions +REPLACE THIS TEXT -If there is a website which has documentation that helps with this issue provide the link(s) here.",1.0,"Refactor: Convert js files to jsx - ### Overview +Convert js files to jsx because it's the correct technical file format for react + +### Action Items + +- [ ] add to this action item list all components that needs to be converted + +### Resources/Instructions +REPLACE THIS TEXT -If there is a website which has documentation that helps with this issue provide the link(s) here.",0,refactor convert js files to jsx overview convert js files to jsx because it s the correct technical file format for react action items add to this action item list all components that needs to be converted resources instructions replace this text if there is a website which has documentation that helps with this issue provide the link s here ,0 +9676,25018133556.0,IssuesEvent,2022-11-03 20:50:45,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,No Visio file ?,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"Great resource but the link to download the Visio file is missing on this page. +Thank you + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",2.0,"No Visio file ? - Great resource but the link to download the Visio file is missing on this page. +Thank you + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 104eba32-c77e-b013-e161-ff616d16a0f7 +* Version Independent ID: 3bc27d0a-ef32-f5f6-4c85-fe8e2e45155e +* Content: [Hub-spoke network topology in Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli) +* Content Source: [docs/reference-architectures/hybrid-networking/hub-spoke.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/hybrid-networking/hub-spoke.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **pnp**",1,no visio file great resource but the link to download the visio file is missing on this page thank you document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login edprice msft microsoft alias pnp ,1 +172760,21054818261.0,IssuesEvent,2022-04-01 01:19:14,emilwareus/spring-boot,https://api.github.com/repos/emilwareus/spring-boot,opened,CVE-2022-22965 (High) detected in spring-beans-5.2.0.M2.jar,security vulnerability,"## CVE-2022-22965 - High Severity Vulnerability +
Vulnerable Library - spring-beans-5.2.0.M2.jar

+ +

Spring Beans

+

Library home page: https://github.com/spring-projects/spring-framework

+

Path to dependency file: /spring-boot/spring-boot-project/spring-boot-starters/spring-boot-starter-cloud-connectors/pom.xml

+

Path to vulnerable library: /root/.m2/repository/org/springframework/spring-beans/5.2.0.M2/spring-beans-5.2.0.M2.jar

+

+ +Dependency Hierarchy: + - spring-cloud-spring-service-connector-2.0.5.RELEASE.jar (Root Library) + - spring-context-5.2.0.M2.jar + - :x: **spring-beans-5.2.0.M2.jar** (Vulnerable Library) +

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +Spring Framework before 5.2.20 and 5.3.x before 5.3.18 are vulnerable due to a vulnerability in Spring-beans which allows attackers under certain circumstances to achieve remote code execution, this vulnerability is also known as ״Spring4Shell״ or ״SpringShell״. The current POC related to the attack is done by creating a specially crafted request which manipulates ClassLoader to successfully achieve RCE (Remote Code Execution). Please note that the ease of exploitation may diverge by the code implementation.Currently, the exploit requires JDK 9 or higher, Apache Tomcat as the Servlet container, the application Packaged as WAR, and dependency on spring-webmvc or spring-webflux. Spring Framework 5.3.18 and 5.2.20 have already been released. WhiteSource's research team is carefully observing developments and researching the case. We will keep updating this page and our WhiteSource resources with updates. + +

Publish Date: 2022-01-11 +

URL: CVE-2022-22965

+

+
+

+
CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement

+

Release Date: 2022-01-11

+

Fix Resolution: org.springframework:spring-beans:5.2.20.RELEASE,5.3.18

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2022-22965 (High) detected in spring-beans-5.2.0.M2.jar - ## CVE-2022-22965 - High Severity Vulnerability +
Vulnerable Library - spring-beans-5.2.0.M2.jar

+ +

Spring Beans

+

Library home page: https://github.com/spring-projects/spring-framework

+

Path to dependency file: /spring-boot/spring-boot-project/spring-boot-starters/spring-boot-starter-cloud-connectors/pom.xml

+

Path to vulnerable library: /root/.m2/repository/org/springframework/spring-beans/5.2.0.M2/spring-beans-5.2.0.M2.jar

+

+ +Dependency Hierarchy: + - spring-cloud-spring-service-connector-2.0.5.RELEASE.jar (Root Library) + - spring-context-5.2.0.M2.jar + - :x: **spring-beans-5.2.0.M2.jar** (Vulnerable Library) +

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +Spring Framework before 5.2.20 and 5.3.x before 5.3.18 are vulnerable due to a vulnerability in Spring-beans which allows attackers under certain circumstances to achieve remote code execution, this vulnerability is also known as ״Spring4Shell״ or ״SpringShell״. The current POC related to the attack is done by creating a specially crafted request which manipulates ClassLoader to successfully achieve RCE (Remote Code Execution). Please note that the ease of exploitation may diverge by the code implementation.Currently, the exploit requires JDK 9 or higher, Apache Tomcat as the Servlet container, the application Packaged as WAR, and dependency on spring-webmvc or spring-webflux. Spring Framework 5.3.18 and 5.2.20 have already been released. WhiteSource's research team is carefully observing developments and researching the case. We will keep updating this page and our WhiteSource resources with updates. + +

Publish Date: 2022-01-11 +

URL: CVE-2022-22965

+

+
+

+
CVSS 3 Score Details (9.8) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement

+

Release Date: 2022-01-11

+

Fix Resolution: org.springframework:spring-beans:5.2.20.RELEASE,5.3.18

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in spring beans jar cve high severity vulnerability vulnerable library spring beans jar spring beans library home page a href path to dependency file spring boot spring boot project spring boot starters spring boot starter cloud connectors pom xml path to vulnerable library root repository org springframework spring beans spring beans jar dependency hierarchy spring cloud spring service connector release jar root library spring context jar x spring beans jar vulnerable library found in base branch master vulnerability details spring framework before and x before are vulnerable due to a vulnerability in spring beans which allows attackers under certain circumstances to achieve remote code execution this vulnerability is also known as ״ ״ or ״springshell״ the current poc related to the attack is done by creating a specially crafted request which manipulates classloader to successfully achieve rce remote code execution please note that the ease of exploitation may diverge by the code implementation currently the exploit requires jdk or higher apache tomcat as the servlet container the application packaged as war and dependency on spring webmvc or spring webflux spring framework and have already been released whitesource s research team is carefully observing developments and researching the case we will keep updating this page and our whitesource resources with updates 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 org springframework spring beans release step up your open source security game with whitesource ,0 +302126,26126610415.0,IssuesEvent,2022-12-28 19:34:25,gazebosim/gz-rendering,https://api.github.com/repos/gazebosim/gz-rendering,closed,DepthCameraTest.DepthCameraBoxes/ogre2 failing on macOS,bug 🏰 citadel tests macOS 🏢 edifice,"## Environment +* OS Version: macOS +* Source or binary build? + Source (latest Citadel 9341eb24f37a5c2b1ceb5c2dc07ab8473a2a0f9a and Ediface 44a19485aa32f48fd116ad6b5e938996eb5fbd90) + +## Description + +Example ign-rendering5 failure: https://build.osrfoundation.org/job/ignition_rendering-ci-ign-rendering5-homebrew-amd64/17/testReport/(root)/DepthCamera_DepthCameraTest/DepthCameraBoxes_ogre2/ + +Example ign-rendering3 failure: https://build.osrfoundation.org/job/ignition_rendering-ci-ign-rendering3-homebrew-amd64/44/testReport/junit/(root)/DepthCamera_DepthCameraTest/DepthCameraBoxes_ogre2/ + +## Output + +The output is long and repeats). Here is the first bunch of output before it starts repeating: + +``` +53: [ RUN ] DepthCamera/DepthCameraTest.DepthCameraBoxes/ogre2 +53: [Err] [Ogre2RenderEngine.cc:432] Unable to find Ogre Plugin[/usr/local/opt/ogre2.1/lib/OGRE-2.1/RenderSystem_GL3Plus]. Rendering will not be possible.Make sure you have installed OGRE properly. +53: /Users/jenkins/workspace/ignition_rendering-ci-ign-rendering3-homebrew-amd64/ign-rendering/test/integration/depth_camera.cc:254: Failure +53: Expected: (mb) > (0u), actual: 0 vs 0 +53: /Users/jenkins/workspace/ignition_rendering-ci-ign-rendering3-homebrew-amd64/ign-rendering/test/integration/depth_camera.cc:455: Failure +53: Expected: (b) > (0u), actual: 0 vs 0 +53: /Users/jenkins/workspace/ignition_rendering-ci-ign-rendering3-homebrew-amd64/ign-rendering/test/integration/depth_camera.cc:456: Failure +53: Expected equality of these values: +53: 255u +53: Which is: 255 +53: a +53: Which is: 0 +```",1.0,"DepthCameraTest.DepthCameraBoxes/ogre2 failing on macOS - ## Environment +* OS Version: macOS +* Source or binary build? + Source (latest Citadel 9341eb24f37a5c2b1ceb5c2dc07ab8473a2a0f9a and Ediface 44a19485aa32f48fd116ad6b5e938996eb5fbd90) + +## Description + +Example ign-rendering5 failure: https://build.osrfoundation.org/job/ignition_rendering-ci-ign-rendering5-homebrew-amd64/17/testReport/(root)/DepthCamera_DepthCameraTest/DepthCameraBoxes_ogre2/ + +Example ign-rendering3 failure: https://build.osrfoundation.org/job/ignition_rendering-ci-ign-rendering3-homebrew-amd64/44/testReport/junit/(root)/DepthCamera_DepthCameraTest/DepthCameraBoxes_ogre2/ + +## Output + +The output is long and repeats). Here is the first bunch of output before it starts repeating: + +``` +53: [ RUN ] DepthCamera/DepthCameraTest.DepthCameraBoxes/ogre2 +53: [Err] [Ogre2RenderEngine.cc:432] Unable to find Ogre Plugin[/usr/local/opt/ogre2.1/lib/OGRE-2.1/RenderSystem_GL3Plus]. Rendering will not be possible.Make sure you have installed OGRE properly. +53: /Users/jenkins/workspace/ignition_rendering-ci-ign-rendering3-homebrew-amd64/ign-rendering/test/integration/depth_camera.cc:254: Failure +53: Expected: (mb) > (0u), actual: 0 vs 0 +53: /Users/jenkins/workspace/ignition_rendering-ci-ign-rendering3-homebrew-amd64/ign-rendering/test/integration/depth_camera.cc:455: Failure +53: Expected: (b) > (0u), actual: 0 vs 0 +53: /Users/jenkins/workspace/ignition_rendering-ci-ign-rendering3-homebrew-amd64/ign-rendering/test/integration/depth_camera.cc:456: Failure +53: Expected equality of these values: +53: 255u +53: Which is: 255 +53: a +53: Which is: 0 +```",0,depthcameratest depthcameraboxes failing on macos environment os version macos source or binary build source latest citadel and ediface description example ign failure example ign failure output the output is long and repeats here is the first bunch of output before it starts repeating depthcamera depthcameratest depthcameraboxes unable to find ogre plugin rendering will not be possible make sure you have installed ogre properly users jenkins workspace ignition rendering ci ign homebrew ign rendering test integration depth camera cc failure expected mb actual vs users jenkins workspace ignition rendering ci ign homebrew ign rendering test integration depth camera cc failure expected b actual vs users jenkins workspace ignition rendering ci ign homebrew ign rendering test integration depth camera cc failure expected equality of these values which is a which is ,0 +9561,24816107788.0,IssuesEvent,2022-10-25 13:16:52,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Building Solutions for High Availability Using Availability Zones,assigned-to-author kudos triaged architecture-center/svc Pri1 azure-guide/subsvc," +Very useful + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Build solutions with availability zones - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/high-availability/building-solutions-for-high-availability.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Building Solutions for High Availability Using Availability Zones - +Very useful + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 +* Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 +* Content: [Build solutions with availability zones - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) +* Content Source: [docs/high-availability/building-solutions-for-high-availability.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/high-availability/building-solutions-for-high-availability.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,building solutions for high availability using availability zones very useful document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias architectures ,1 +25816,7751137299.0,IssuesEvent,2018-05-30 16:07:52,akka/akka,https://api.github.com/repos/akka/akka,reopened,Use of `Thread.currentThread.getContextClassLoader` and `sbt run`,1 - triaged t:build,"If available and unless otherwise specified, our serialization [uses the `Thread.currentThread.getContextClassLoader` captured while constructing the `ActorSystem`](https://github.com/akka/akka/blob/9d2bec7f232b628cc087231af75e457072823e61/akka-actor/src/main/scala/akka/util/Reflect.scala#L174). + +This leads to trouble when `Thread.currentThread.getContextClassLoader` cannot resolve basic classes such as `scala.Int`, as is [the case when using `sbt run` in recent versions of sbt](https://github.com/sbt/sbt/issues/3736), which can be [pretty hard to spot](https://stackoverflow.com/questions/46982706/java-lang-classnotfoundexception-scala-int-when-using-akka-2-5-6-with-sbt-versi). + +This sounds like an [upstream issue in sbt](https://github.com/sbt/sbt/issues/3736), but if it persists we might want to find a way to reduce how this affects Akka users.",1.0,"Use of `Thread.currentThread.getContextClassLoader` and `sbt run` - If available and unless otherwise specified, our serialization [uses the `Thread.currentThread.getContextClassLoader` captured while constructing the `ActorSystem`](https://github.com/akka/akka/blob/9d2bec7f232b628cc087231af75e457072823e61/akka-actor/src/main/scala/akka/util/Reflect.scala#L174). + +This leads to trouble when `Thread.currentThread.getContextClassLoader` cannot resolve basic classes such as `scala.Int`, as is [the case when using `sbt run` in recent versions of sbt](https://github.com/sbt/sbt/issues/3736), which can be [pretty hard to spot](https://stackoverflow.com/questions/46982706/java-lang-classnotfoundexception-scala-int-when-using-akka-2-5-6-with-sbt-versi). + +This sounds like an [upstream issue in sbt](https://github.com/sbt/sbt/issues/3736), but if it persists we might want to find a way to reduce how this affects Akka users.",0,use of thread currentthread getcontextclassloader and sbt run if available and unless otherwise specified our serialization this leads to trouble when thread currentthread getcontextclassloader cannot resolve basic classes such as scala int as is which can be this sounds like an but if it persists we might want to find a way to reduce how this affects akka users ,0 +46472,7260640283.0,IssuesEvent,2018-02-18 12:31:43,poliastro/poliastro,https://api.github.com/repos/poliastro/poliastro,opened,Split documentation build,development documentation," + +🐞 **Problem** + +Several notebooks are causing timeouts in the builds and had to be disabled (see for instance the conversation in https://github.com/poliastro/poliastro/pull/305 and https://github.com/poliastro/poliastro/pull/263). We should split the docs into its own build that is allowed to fail, so we can inspect failures without adding noise to the pull requests. There is some risk that we commit failing notebooks, but many of them make access to external resources that we cannot mock. + + + +🎯 **Goal** + +Reduce noise in pull requests. + + + +💡 **Possible solutions** + +Simplify the Travis and AppVeyor builds and split the docs building separately, either with a new step in Travis or in Read the Docs. + + +📋 **Steps to solve the problem** + + * Comment below about what you've started working on. + * Add, commit, push your changes + * Submit a pull request and add this in comments - `Addresses #` + * Ask for a review in comments section of pull request + * Celebrate your contribution to this project 🎉 +",1.0,"Split documentation build - + +🐞 **Problem** + +Several notebooks are causing timeouts in the builds and had to be disabled (see for instance the conversation in https://github.com/poliastro/poliastro/pull/305 and https://github.com/poliastro/poliastro/pull/263). We should split the docs into its own build that is allowed to fail, so we can inspect failures without adding noise to the pull requests. There is some risk that we commit failing notebooks, but many of them make access to external resources that we cannot mock. + + + +🎯 **Goal** + +Reduce noise in pull requests. + + + +💡 **Possible solutions** + +Simplify the Travis and AppVeyor builds and split the docs building separately, either with a new step in Travis or in Read the Docs. + + +📋 **Steps to solve the problem** + + * Comment below about what you've started working on. + * Add, commit, push your changes + * Submit a pull request and add this in comments - `Addresses #` + * Ask for a review in comments section of pull request + * Celebrate your contribution to this project 🎉 +",0,split documentation build 🐞 problem several notebooks are causing timeouts in the builds and had to be disabled see for instance the conversation in and we should split the docs into its own build that is allowed to fail so we can inspect failures without adding noise to the pull requests there is some risk that we commit failing notebooks but many of them make access to external resources that we cannot mock 🎯 goal reduce noise in pull requests 💡 possible solutions simplify the travis and appveyor builds and split the docs building separately either with a new step in travis or in read the docs 📋 steps to solve the problem comment below about what you ve started working on add commit push your changes submit a pull request and add this in comments addresses ask for a review in comments section of pull request celebrate your contribution to this project 🎉 ,0 +100902,8758280410.0,IssuesEvent,2018-12-15 01:59:57,phetsims/QA,https://api.github.com/repos/phetsims/QA,closed,RC Test: iOS App TestFlight version 1.2(32),QA:rc-test priority:2-high,"Build 32 (""RC1"") is now up on TestFlight. Please continue all testing of the app on this version. The issues below are copied from #232. + +- [ ] **https://github.com/phetsims/phet-ios-app/issues/404** +- [x] https://github.com/phetsims/phet-ios-app/issues/390 +- [x] https://github.com/phetsims/phet-ios-app/issues/385 +- [ ] _https://github.com/phetsims/phet-ios-app/issues/406_ +- [x] https://github.com/phetsims/phet-ios-app/issues/401 +- [ ] **https://github.com/phetsims/phet-ios-app/issues/388** +- [ ] **https://github.com/phetsims/phet-ios-app/issues/309**",1.0,"RC Test: iOS App TestFlight version 1.2(32) - Build 32 (""RC1"") is now up on TestFlight. Please continue all testing of the app on this version. The issues below are copied from #232. + +- [ ] **https://github.com/phetsims/phet-ios-app/issues/404** +- [x] https://github.com/phetsims/phet-ios-app/issues/390 +- [x] https://github.com/phetsims/phet-ios-app/issues/385 +- [ ] _https://github.com/phetsims/phet-ios-app/issues/406_ +- [x] https://github.com/phetsims/phet-ios-app/issues/401 +- [ ] **https://github.com/phetsims/phet-ios-app/issues/388** +- [ ] **https://github.com/phetsims/phet-ios-app/issues/309**",0,rc test ios app testflight version build is now up on testflight please continue all testing of the app on this version the issues below are copied from ,0 +5449,12498343073.0,IssuesEvent,2020-06-01 18:06:44,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,The Architecture Diagram is not visible properly ,Pri1 architecture-center/svc assigned-to-author solution-idea/subsvc triaged," +As the background is black, the architecture diagram is not visible. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fcaeba82-a634-d73a-77fd-a07258be2c17 +* Version Independent ID: 4ba78d8a-60c9-9df8-1d2c-0a375a094acb +* Content: [DevSecOps in Azure - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/devsecops-in-azure) +* Content Source: [docs/solution-ideas/articles/devsecops-in-azure.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/devsecops-in-azure.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **asegala**",1.0,"The Architecture Diagram is not visible properly - +As the background is black, the architecture diagram is not visible. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: fcaeba82-a634-d73a-77fd-a07258be2c17 +* Version Independent ID: 4ba78d8a-60c9-9df8-1d2c-0a375a094acb +* Content: [DevSecOps in Azure - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/devsecops-in-azure) +* Content Source: [docs/solution-ideas/articles/devsecops-in-azure.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/devsecops-in-azure.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **asegala**",1,the architecture diagram is not visible properly as the background is black the architecture diagram is not visible document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias asegala ,1 +11288,29810891288.0,IssuesEvent,2023-06-16 14:58:54,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"AWS Control Tower is analogous to Azure Blueprints, or Azure Lighthouse? (templating phase -vs- orchestration phase)",doc-enhancement assigned-to-author triaged architecture-center/svc cloud-fundamentals/subsvc Pri1," +The page mentions Azure Blueprints as being the analogous asset to AWS Control Tower, but seems like that misses the aspect of orchestration across multiple environments - which seems more like it aligns to Azure lighthouse. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @martinekuan +* Microsoft Alias: **yuanzhiqu**",1.0,"AWS Control Tower is analogous to Azure Blueprints, or Azure Lighthouse? (templating phase -vs- orchestration phase) - +The page mentions Azure Blueprints as being the analogous asset to AWS Control Tower, but seems like that misses the aspect of orchestration across multiple environments - which seems more like it aligns to Azure lighthouse. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @martinekuan +* Microsoft Alias: **yuanzhiqu**",1,aws control tower is analogous to azure blueprints or azure lighthouse templating phase vs orchestration phase the page mentions azure blueprints as being the analogous asset to aws control tower but seems like that misses the aspect of orchestration across multiple environments which seems more like it aligns to azure lighthouse document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login martinekuan microsoft alias yuanzhiqu ,1 +9567,3058178766.0,IssuesEvent,2015-08-14 05:30:02,marklogic/node-client-api,https://api.github.com/repos/marklogic/node-client-api,closed,fromIndexes() should wrap field() in range(),Bug minor test,"Related to the fix for Search API bug 34955 -- the fromIndexes() clause should treat field() in the same way as element() and property() and nest the index in a range() declaration. + +",1.0,"fromIndexes() should wrap field() in range() - Related to the fix for Search API bug 34955 -- the fromIndexes() clause should treat field() in the same way as element() and property() and nest the index in a range() declaration. + +",0,fromindexes should wrap field in range related to the fix for search api bug the fromindexes clause should treat field in the same way as element and property and nest the index in a range declaration ,0 +103874,11384137213.0,IssuesEvent,2020-01-29 08:15:44,JuliaDocs/Documenter.jl,https://api.github.com/repos/JuliaDocs/Documenter.jl,closed,Changes to travis cause recommended travis file to fail,Type: Documentation,"Previously (like a week ago?) following the instructions at +https://juliadocs.github.io/Documenter.jl/dev/man/hosting/#Travis-CI-1 +and just adding the suggested stuff to the travis file worked and the documentation was built. Now, if you click the tab ""View config"" here +https://travis-ci.org/baggepinnen/MonteCarloMeasurements.jl/builds/640388285/config +you see that the build config validation failed. It seems travis no longer accepts a file that specifies both ""matrix"" and ""jobs"". The same travis file did work and pass the build config validation a couple of days ago though so it seems it's a change in travis' side. Changing the travis file to this solved the problem +https://travis-ci.org/baggepinnen/MonteCarloMeasurements.jl/builds/640444914/config",1.0,"Changes to travis cause recommended travis file to fail - Previously (like a week ago?) following the instructions at +https://juliadocs.github.io/Documenter.jl/dev/man/hosting/#Travis-CI-1 +and just adding the suggested stuff to the travis file worked and the documentation was built. Now, if you click the tab ""View config"" here +https://travis-ci.org/baggepinnen/MonteCarloMeasurements.jl/builds/640388285/config +you see that the build config validation failed. It seems travis no longer accepts a file that specifies both ""matrix"" and ""jobs"". The same travis file did work and pass the build config validation a couple of days ago though so it seems it's a change in travis' side. Changing the travis file to this solved the problem +https://travis-ci.org/baggepinnen/MonteCarloMeasurements.jl/builds/640444914/config",0,changes to travis cause recommended travis file to fail previously like a week ago following the instructions at and just adding the suggested stuff to the travis file worked and the documentation was built now if you click the tab view config here you see that the build config validation failed it seems travis no longer accepts a file that specifies both matrix and jobs the same travis file did work and pass the build config validation a couple of days ago though so it seems it s a change in travis side changing the travis file to this solved the problem ,0 +225358,24828509988.0,IssuesEvent,2022-10-25 23:38:57,snowdensb/SecurityShepherd,https://api.github.com/repos/snowdensb/SecurityShepherd,reopened,CVE-2022-40156 (High) detected in woodstox-core-5.0.3.jar,security vulnerability,"## CVE-2022-40156 - High Severity Vulnerability +
Vulnerable Library - woodstox-core-5.0.3.jar

+ +

Woodstox is a high-performance XML processor that + implements Stax (JSR-173), SAX2 and Stax2 APIs

+

Library home page: https://github.com/FasterXML/woodstox

+

Path to dependency file: /pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar,/target/owaspSecurityShepherd/WEB-INF/lib/woodstox-core-5.0.3.jar

+

+ +Dependency Hierarchy: + - :x: **woodstox-core-5.0.3.jar** (Vulnerable Library) +

Found in base branch: dev

+

+
+

+
Vulnerability Details +

+ +Those using Xstream to seralize XML data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack. + +

Publish Date: 2022-09-16 +

URL: CVE-2022-40156

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2022-09-16

+

Fix Resolution: woodstox-core-5.4.0,woodstox-core-6.4.0

+ +

+
+

+ +*** +:rescue_worker_helmet: Automatic Remediation is available for this issue",True,"CVE-2022-40156 (High) detected in woodstox-core-5.0.3.jar - ## CVE-2022-40156 - High Severity Vulnerability +
Vulnerable Library - woodstox-core-5.0.3.jar

+ +

Woodstox is a high-performance XML processor that + implements Stax (JSR-173), SAX2 and Stax2 APIs

+

Library home page: https://github.com/FasterXML/woodstox

+

Path to dependency file: /pom.xml

+

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar,/target/owaspSecurityShepherd/WEB-INF/lib/woodstox-core-5.0.3.jar

+

+ +Dependency Hierarchy: + - :x: **woodstox-core-5.0.3.jar** (Vulnerable Library) +

Found in base branch: dev

+

+
+

+
Vulnerability Details +

+ +Those using Xstream to seralize XML data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack. + +

Publish Date: 2022-09-16 +

URL: CVE-2022-40156

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Release Date: 2022-09-16

+

Fix Resolution: woodstox-core-5.4.0,woodstox-core-6.4.0

+ +

+
+

+ +*** +:rescue_worker_helmet: Automatic Remediation is available for this issue",0,cve high detected in woodstox core jar cve high severity vulnerability vulnerable library woodstox core jar woodstox is a high performance xml processor that implements stax jsr and apis library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml woodstox woodstox core woodstox core jar target owaspsecurityshepherd web inf lib woodstox core jar dependency hierarchy x woodstox core jar vulnerable library found in base branch dev vulnerability details those using xstream to seralize xml data may be vulnerable to denial of service attacks dos if the parser is running on user supplied input an attacker may supply content that causes the parser to crash by stackoverflow this effect may support a denial of service attack 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 release date fix resolution woodstox core woodstox core rescue worker helmet automatic remediation is available for this issue,0 +4986,11941803994.0,IssuesEvent,2020-04-02 19:06:23,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Pricing estimates no longer work.,Pri2 architecture-center/svc assigned-to-author example-scenarios/subsvc triaged,"Neither of the pricing estimates work. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8866b26b-b0e7-494e-48cf-491db44b3aeb +* Version Independent ID: bd1d10ff-39db-a6cb-1a63-805e19159561 +* Content: [Image classification for insurance claims - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/ai/intelligent-apps-image-processing) +* Content Source: [docs/example-scenario/ai/intelligent-apps-image-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/ai/intelligent-apps-image-processing.md) +* Service: **architecture-center** +* Sub-service: **example-scenarios** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1.0,"Pricing estimates no longer work. - Neither of the pricing estimates work. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8866b26b-b0e7-494e-48cf-491db44b3aeb +* Version Independent ID: bd1d10ff-39db-a6cb-1a63-805e19159561 +* Content: [Image classification for insurance claims - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/ai/intelligent-apps-image-processing) +* Content Source: [docs/example-scenario/ai/intelligent-apps-image-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/ai/intelligent-apps-image-processing.md) +* Service: **architecture-center** +* Sub-service: **example-scenarios** +* GitHub Login: @david-stanford +* Microsoft Alias: **pnp**",1,pricing estimates no longer work neither of the pricing estimates work document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenarios github login david stanford microsoft alias pnp ,1 +4493,11221845352.0,IssuesEvent,2020-01-07 18:47:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Host name vs computer name,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"(I would make an edit but the Edit link is returning a 404) +The ""host name"" referred to in the note here appears to be what is referred to as ""computer name"" in the Portal and at the link below. +https://docs.microsoft.com/en-us/azure/virtual-machines/windows/overview#naming + +If possible I would like to standardize by changing this doc to use ""computer name"". + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1ddc35bf-00d9-67c8-bf6a-ade5ebea07ca +* Version Independent ID: 7324a1e6-7010-c620-145b-3d8027709545 +* Content: [Naming rules and restrictions for Azure resources](https://docs.microsoft.com/en-us/azure/architecture/best-practices/resource-naming) +* Content Source: [docs/best-practices/resource-naming.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/resource-naming.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @DerMar +* Microsoft Alias: **pnp**",1.0,"Host name vs computer name - (I would make an edit but the Edit link is returning a 404) +The ""host name"" referred to in the note here appears to be what is referred to as ""computer name"" in the Portal and at the link below. +https://docs.microsoft.com/en-us/azure/virtual-machines/windows/overview#naming + +If possible I would like to standardize by changing this doc to use ""computer name"". + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1ddc35bf-00d9-67c8-bf6a-ade5ebea07ca +* Version Independent ID: 7324a1e6-7010-c620-145b-3d8027709545 +* Content: [Naming rules and restrictions for Azure resources](https://docs.microsoft.com/en-us/azure/architecture/best-practices/resource-naming) +* Content Source: [docs/best-practices/resource-naming.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/resource-naming.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @DerMar +* Microsoft Alias: **pnp**",1,host name vs computer name i would make an edit but the edit link is returning a the host name referred to in the note here appears to be what is referred to as computer name in the portal and at the link below if possible i would like to standardize by changing this doc to use computer name document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login dermar microsoft alias pnp ,1 +5813,13188789748.0,IssuesEvent,2020-08-13 07:14:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Spelling on region 2 is incorrect!!,Pri2 architecture-center/svc cxp doc-bug needs-art reference-architecture/subsvc triaged," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 297fe58b-8232-9b2a-c92e-9f7f94ec3e4e +* Version Independent ID: 3da45f17-e475-f23e-c77f-465933ed02f4 +* Content: [Run SAP HANA on Azure (Large Instances) - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sap/hana-large-instances) +* Content Source: [docs/reference-architectures/sap/hana-large-instances.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/sap/hana-large-instances.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @BenTrin +* Microsoft Alias: **pnp**",2.0,"Spelling on region 2 is incorrect!! - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 297fe58b-8232-9b2a-c92e-9f7f94ec3e4e +* Version Independent ID: 3da45f17-e475-f23e-c77f-465933ed02f4 +* Content: [Run SAP HANA on Azure (Large Instances) - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sap/hana-large-instances) +* Content Source: [docs/reference-architectures/sap/hana-large-instances.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/sap/hana-large-instances.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @BenTrin +* Microsoft Alias: **pnp**",1,spelling on region is incorrect document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login bentrin microsoft alias pnp ,1 +149673,13298730381.0,IssuesEvent,2020-08-25 08:42:19,humenius/traefik-certs-dumper,https://api.github.com/repos/humenius/traefik-certs-dumper,opened,Consideration of adding a LICENSE,documentation question,"Maybe we should consider adding a license to this project, but at the moment of issue's creation, I don't know which one fits the best. ",1.0,"Consideration of adding a LICENSE - Maybe we should consider adding a license to this project, but at the moment of issue's creation, I don't know which one fits the best. ",0,consideration of adding a license maybe we should consider adding a license to this project but at the moment of issue s creation i don t know which one fits the best ,0 +172821,27335079378.0,IssuesEvent,2023-02-26 04:42:06,lucky13820/uptime,https://api.github.com/repos/lucky13820/uptime,closed,🛑 Designer Slack Communnities is down,status designer-slack-communnities,"In [`6c6eb77`](https://github.com/lucky13820/uptime/commit/6c6eb775969a782548db37b38977bb81d95e2691 +), Designer Slack Communnities (https://www.designerslack.community) was **down**: +- HTTP code: 0 +- Response time: 0 ms +",1.0,"🛑 Designer Slack Communnities is down - In [`6c6eb77`](https://github.com/lucky13820/uptime/commit/6c6eb775969a782548db37b38977bb81d95e2691 +), Designer Slack Communnities (https://www.designerslack.community) was **down**: +- HTTP code: 0 +- Response time: 0 ms +",0,🛑 designer slack communnities is down in designer slack communnities was down http code response time ms ,0 +9112,24052380111.0,IssuesEvent,2022-09-16 13:53:26,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Stream analytics can also be used within Synapse,doc-bug assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc,"Stream analytics can also be used within Synapse +https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-integrate-azure-stream-analytics + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 957618b3-8d25-49c4-950c-0c044d68f443 +* Version Independent ID: 2ab67665-066b-fb14-9763-a12693b19bec +* Content: [Choosing a stream processing technology - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/stream-processing) +* Content Source: [docs/data-guide/technology-choices/stream-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/stream-processing.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1.0,"Stream analytics can also be used within Synapse - Stream analytics can also be used within Synapse +https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-integrate-azure-stream-analytics + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 957618b3-8d25-49c4-950c-0c044d68f443 +* Version Independent ID: 2ab67665-066b-fb14-9763-a12693b19bec +* Content: [Choosing a stream processing technology - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/stream-processing) +* Content Source: [docs/data-guide/technology-choices/stream-processing.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/data-guide/technology-choices/stream-processing.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @ZoinerTejada +* Microsoft Alias: **pnp**",1,stream analytics can also be used within synapse stream analytics can also be used within synapse document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login zoinertejada microsoft alias pnp ,1 +9793,25211339738.0,IssuesEvent,2022-11-14 04:21:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Angular App to show icons,cxp triaged product-question architecture-center/svc Pri1,"Hello, + +I've created a simple app to show all icons at once. Please take a look: +github repo: https://github.com/marcomws/Azure-Architecture-Icons + +It can be much more powerful if I can get icons by an API. +I'm planning to implement a search feature in my app. + +I'd love to hear from you about this application. + +Best Regards, +Marco Sedhom + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/?utm_source=softwarearchitecturetools&utm_medium=listing&utm_campaign=softwarearchitecturetools_listing) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **robbag**",1.0,"Angular App to show icons - Hello, + +I've created a simple app to show all icons at once. Please take a look: +github repo: https://github.com/marcomws/Azure-Architecture-Icons + +It can be much more powerful if I can get icons by an API. +I'm planning to implement a search feature in my app. + +I'd love to hear from you about this application. + +Best Regards, +Marco Sedhom + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 6624d44c-f9f6-02f8-2c67-0f0637fed62e +* Version Independent ID: 9346a8ff-bab5-be2c-9dc1-d546fda1efa9 +* Content: [Azure icons - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/icons/?utm_source=softwarearchitecturetools&utm_medium=listing&utm_campaign=softwarearchitecturetools_listing) +* Content Source: [docs/icons/index.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/icons/index.md) +* Service: **architecture-center** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **robbag**",1,angular app to show icons hello i ve created a simple app to show all icons at once please take a look github repo it can be much more powerful if i can get icons by an api i m planning to implement a search feature in my app i d love to hear from you about this application best regards marco sedhom document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center github login edprice msft microsoft alias robbag ,1 +101662,8793199269.0,IssuesEvent,2018-12-21 18:58:11,azerothcore/azerothcore-wotlk,https://api.github.com/repos/azerothcore/azerothcore-wotlk,closed,[Quest] Escape Through Force Id 994,Fix included Needs Testing/Feedback,"**Description**: During this quest, you have to save Volcor from a cave. You have to defend him from any mobs and when near his bear Grimclaw, the quest is complete. + +**Current behaviour**: Since Grimclaw is far away from the right spot, the quest won't be completed and Volcor disappears sitting +![grimclaw](https://cloud.githubusercontent.com/assets/16744874/19622032/4e1bb57e-98a0-11e6-97f6-90fb7fcbb542.PNG) +. I inserted a screenshot. The arrow points where grimclaw should be, and my character where Volcor sits before disappearing. + +**Expected behaviour**: Volcor says something and then the quest is complete. +http://www.wowhead.com/quest=994/escape-through-force Here you can see the right run of the quest. + +**Steps to reproduce the problem**: +1. add quest id 994 +2. Go in Darkshore and found Volcor +3. Follow him until near Grimclaw + +**Branch(es)**: master + +**AC hash/commit**: https://github.com/azerothcore/azerothcore-wotlk/commit/8eb135e5456acebf44108f01bbee67fb07a4a317 + +**Operating system**: + +**Modules**: duel reset + +**Other Customizations**: crossfaction +## + + + + +--- +Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38596564-quest-escape-through-force-id-994?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github). +",1.0,"[Quest] Escape Through Force Id 994 - **Description**: During this quest, you have to save Volcor from a cave. You have to defend him from any mobs and when near his bear Grimclaw, the quest is complete. + +**Current behaviour**: Since Grimclaw is far away from the right spot, the quest won't be completed and Volcor disappears sitting +![grimclaw](https://cloud.githubusercontent.com/assets/16744874/19622032/4e1bb57e-98a0-11e6-97f6-90fb7fcbb542.PNG) +. I inserted a screenshot. The arrow points where grimclaw should be, and my character where Volcor sits before disappearing. + +**Expected behaviour**: Volcor says something and then the quest is complete. +http://www.wowhead.com/quest=994/escape-through-force Here you can see the right run of the quest. + +**Steps to reproduce the problem**: +1. add quest id 994 +2. Go in Darkshore and found Volcor +3. Follow him until near Grimclaw + +**Branch(es)**: master + +**AC hash/commit**: https://github.com/azerothcore/azerothcore-wotlk/commit/8eb135e5456acebf44108f01bbee67fb07a4a317 + +**Operating system**: + +**Modules**: duel reset + +**Other Customizations**: crossfaction +## + + + + +--- +Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38596564-quest-escape-through-force-id-994?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github). +",0, escape through force id description during this quest you have to save volcor from a cave you have to defend him from any mobs and when near his bear grimclaw the quest is complete current behaviour since grimclaw is far away from the right spot the quest won t be completed and volcor disappears sitting i inserted a screenshot the arrow points where grimclaw should be and my character where volcor sits before disappearing expected behaviour volcor says something and then the quest is complete here you can see the right run of the quest steps to reproduce the problem add quest id go in darkshore and found volcor follow him until near grimclaw branch es master ac hash commit operating system modules duel reset other customizations crossfaction want to back this issue we accept bounties via ,0 +3890,10239951842.0,IssuesEvent,2019-08-19 19:33:44,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Data Gateway,architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"Why is there no mention of the on-premises data gateway in this architecture? My thinking is this is a key piece of the architecture and allows cloud-based systems to be integrated with on-premises systems. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 287bb9a4-a404-f75b-9bf5-ebd445245938 +* Version Independent ID: 31d58fc1-cc2a-5458-ab0b-82b42d7697b2 +* Content: [Basic enterprise integration using Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/enterprise-integration/basic-enterprise-integration#feedback) +* Content Source: [docs/reference-architectures/enterprise-integration/basic-enterprise-integration.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/enterprise-integration/basic-enterprise-integration.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MattFarm +* Microsoft Alias: **pnp**",2.0,"Data Gateway - Why is there no mention of the on-premises data gateway in this architecture? My thinking is this is a key piece of the architecture and allows cloud-based systems to be integrated with on-premises systems. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 287bb9a4-a404-f75b-9bf5-ebd445245938 +* Version Independent ID: 31d58fc1-cc2a-5458-ab0b-82b42d7697b2 +* Content: [Basic enterprise integration using Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/enterprise-integration/basic-enterprise-integration#feedback) +* Content Source: [docs/reference-architectures/enterprise-integration/basic-enterprise-integration.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/enterprise-integration/basic-enterprise-integration.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MattFarm +* Microsoft Alias: **pnp**",1,data gateway why is there no mention of the on premises data gateway in this architecture my thinking is this is a key piece of the architecture and allows cloud based systems to be integrated with on premises systems document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mattfarm microsoft alias pnp ,1 +60335,17023400167.0,IssuesEvent,2021-07-03 01:50:00,tomhughes/trac-tickets,https://api.github.com/repos/tomhughes/trac-tickets,closed,multipolygon name placement might be completely missleading,Component: mapnik Priority: major Resolution: invalid Type: defect,"**[Submitted to the original trac issue database at 2.23am, Sunday, 10th May 2009]** + +See here: + +http://www.informationfreeway.org/?lat=48.517598692536396&lon=9.051490767410835&zoom=17&layers=00000F0B0F + +the river is called ""Neckar"" but due to the island the label is put on the land not on the river.",1.0,"multipolygon name placement might be completely missleading - **[Submitted to the original trac issue database at 2.23am, Sunday, 10th May 2009]** + +See here: + +http://www.informationfreeway.org/?lat=48.517598692536396&lon=9.051490767410835&zoom=17&layers=00000F0B0F + +the river is called ""Neckar"" but due to the island the label is put on the land not on the river.",0,multipolygon name placement might be completely missleading see here the river is called neckar but due to the island the label is put on the land not on the river ,0 +40128,8735459711.0,IssuesEvent,2018-12-11 16:50:17,Code-dot-mil/code.mil,https://api.github.com/repos/Code-dot-mil/code.mil,closed,Add DDS.mil website to inventory,[effort] small [issue-type] enhancement [skill-level] beginner code.gov help wanted,"## Feature + +I would like to add the [DDS.mil website/repo](https://github.com/deptofdefense/dds.mil) to the code.json inventory file for DoD/Code.mil. + +## Page(s) Affected + +https://code.mil/code.json +",1.0,"Add DDS.mil website to inventory - ## Feature + +I would like to add the [DDS.mil website/repo](https://github.com/deptofdefense/dds.mil) to the code.json inventory file for DoD/Code.mil. + +## Page(s) Affected + +https://code.mil/code.json +",0,add dds mil website to inventory feature i would like to add the to the code json inventory file for dod code mil page s affected ,0 +412631,12053426246.0,IssuesEvent,2020-04-15 09:22:25,osmontrouge/caresteouvert,https://api.github.com/repos/osmontrouge/caresteouvert,closed,Intégrer les données DokoMaps,data integration help wanted priority: medium,"L'éditeur du site dokomaps.com propose généreusement de partager les lieux ouverts que sa propre communauté a fait remonter depuis le début de la crise. + +La carte est ici : https://dokomaps.com/coronavirus-les-endroits-ouverts et ils vont générer un CSV quotidiennement (URL à venir sur cette issue) +Nous pourrions l'intégrer à OSMOSE pour que ça remonte dans OSM, à moins que quelqu'un se motive directement pour le faire ?",1.0,"Intégrer les données DokoMaps - L'éditeur du site dokomaps.com propose généreusement de partager les lieux ouverts que sa propre communauté a fait remonter depuis le début de la crise. + +La carte est ici : https://dokomaps.com/coronavirus-les-endroits-ouverts et ils vont générer un CSV quotidiennement (URL à venir sur cette issue) +Nous pourrions l'intégrer à OSMOSE pour que ça remonte dans OSM, à moins que quelqu'un se motive directement pour le faire ?",0,intégrer les données dokomaps l éditeur du site dokomaps com propose généreusement de partager les lieux ouverts que sa propre communauté a fait remonter depuis le début de la crise la carte est ici et ils vont générer un csv quotidiennement url à venir sur cette issue nous pourrions l intégrer à osmose pour que ça remonte dans osm à moins que quelqu un se motive directement pour le faire ,0 +5443,12498168403.0,IssuesEvent,2020-06-01 17:48:15,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Suggestion,Pri2 architecture-center/svc assigned-to-author solution-idea/subsvc triaged,"Hello! This architecture looks strange. The search service should be between Cosmos Db and the web portal. Tks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ddae0f8b-245b-751d-8960-dfd0d1f62997 +* Version Independent ID: c2e88fc0-e750-9eae-b309-bc08c61ae3cf +* Content: [Retail and e-commerce using Cosmos DB - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db) +* Content Source: [docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Suggestion - Hello! This architecture looks strange. The search service should be between Cosmos Db and the web portal. Tks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: ddae0f8b-245b-751d-8960-dfd0d1f62997 +* Version Independent ID: c2e88fc0-e750-9eae-b309-bc08c61ae3cf +* Content: [Retail and e-commerce using Cosmos DB - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db) +* Content Source: [docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,suggestion hello this architecture looks strange the search service should be between cosmos db and the web portal tks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +4668,11563377033.0,IssuesEvent,2020-02-20 05:51:10,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Medical Data Storage Solutions,Pri2 architecture-center/svc cxp product-question triaged,"I would like to have a full detailed architecture about the above. + +I want to build a solution for my local hospital + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7f5f1109-6e79-d75f-44a6-c573e214e351 +* Version Independent ID: a63bdc30-afca-f42a-591b-2c4c2abfc025 +* Content: [Medical Data Storage Solutions - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/security-compliance-blueprint-hippa-hitrust-health-data-ai#feedback) +* Content Source: [docs/solution-ideas/articles/security-compliance-blueprint-hippa-hitrust-health-data-ai.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/security-compliance-blueprint-hippa-hitrust-health-data-ai.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Medical Data Storage Solutions - I would like to have a full detailed architecture about the above. + +I want to build a solution for my local hospital + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 7f5f1109-6e79-d75f-44a6-c573e214e351 +* Version Independent ID: a63bdc30-afca-f42a-591b-2c4c2abfc025 +* Content: [Medical Data Storage Solutions - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/security-compliance-blueprint-hippa-hitrust-health-data-ai#feedback) +* Content Source: [docs/solution-ideas/articles/security-compliance-blueprint-hippa-hitrust-health-data-ai.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/security-compliance-blueprint-hippa-hitrust-health-data-ai.md) +* Service: **architecture-center** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,medical data storage solutions i would like to have a full detailed architecture about the above i want to build a solution for my local hospital document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id afca content content source service architecture center github login adamboeglin microsoft alias pnp ,1 +214648,24080265044.0,IssuesEvent,2022-09-19 05:33:56,Naisten-Linja/naisten-linja-services,https://api.github.com/repos/Naisten-Linja/naisten-linja-services,closed,Update node version,backend security,"This is already addressed together with issue #134 , since the tests would help verify that the API still works correctly with the dependency updates.",True,"Update node version - This is already addressed together with issue #134 , since the tests would help verify that the API still works correctly with the dependency updates.",0,update node version this is already addressed together with issue since the tests would help verify that the api still works correctly with the dependency updates ,0 +101501,16512291893.0,IssuesEvent,2021-05-26 06:28:22,valtech-ch/microservice-kubernetes-cluster,https://api.github.com/repos/valtech-ch/microservice-kubernetes-cluster,opened,CVE-2020-11111 (High) detected in jackson-databind-2.9.8.jar,security vulnerability,"## CVE-2020-11111 - High Severity Vulnerability +
Vulnerable Library - jackson-databind-2.9.8.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: microservice-kubernetes-cluster/functions/build.gradle

+

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.8/11283f21cc480aa86c4df7a0a3243ec508372ed2/jackson-databind-2.9.8.jar

+

+ +Dependency Hierarchy: + - spring-cloud-function-adapter-azure-3.1.2.jar (Root Library) + - spring-cloud-function-context-3.1.2.jar + - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) +

Found in HEAD commit: eb274179a823f7d17154880d5a503973bae259a0

+

Found in base branch: develop

+

+
+

+
Vulnerability Details +

+ +FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.activemq.* (aka activemq-jms, activemq-core, activemq-pool, and activemq-pool-jms). + +

Publish Date: 2020-03-31 +

URL: CVE-2020-11111

+

+
+

+
CVSS 3 Score Details (8.8) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11113

+

Release Date: 2020-03-31

+

Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4,2.10.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2020-11111 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2020-11111 - High Severity Vulnerability +
Vulnerable Library - jackson-databind-2.9.8.jar

+ +

General data-binding functionality for Jackson: works on core streaming API

+

Library home page: http://github.com/FasterXML/jackson

+

Path to dependency file: microservice-kubernetes-cluster/functions/build.gradle

+

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.8/11283f21cc480aa86c4df7a0a3243ec508372ed2/jackson-databind-2.9.8.jar

+

+ +Dependency Hierarchy: + - spring-cloud-function-adapter-azure-3.1.2.jar (Root Library) + - spring-cloud-function-context-3.1.2.jar + - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) +

Found in HEAD commit: eb274179a823f7d17154880d5a503973bae259a0

+

Found in base branch: develop

+

+
+

+
Vulnerability Details +

+ +FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.activemq.* (aka activemq-jms, activemq-core, activemq-pool, and activemq-pool-jms). + +

Publish Date: 2020-03-31 +

URL: CVE-2020-11111

+

+
+

+
CVSS 3 Score Details (8.8) +

+ +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 CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11113

+

Release Date: 2020-03-31

+

Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4,2.10.0

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,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 microservice kubernetes cluster functions build gradle path to vulnerable library home wss scanner gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring cloud function adapter azure jar root library spring cloud function context jar x jackson databind jar vulnerable library found in head commit a href found in base branch develop vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache activemq aka activemq jms activemq core activemq pool and activemq pool jms 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 +323987,27767806662.0,IssuesEvent,2023-03-16 12:39:22,melonistic/restructure,https://api.github.com/repos/melonistic/restructure,closed,Failure/Error: Register an incoming call records the details of an outgoing call to a bad number,LocalTest,"Register an incoming call records the details of an outgoing call to a bad number + Failure/Error: expect(page).to have_css(ActivityLogListBlockCss) + expected to find css "".activity-log--player-contact-phones-block .activity-log-list"" but there were no matches + # ./spec/support/activity_log_feature_support/log_expectations.rb:31:in `expect_phone_log_to_be_visible' + # ./spec/features/activity_log/register_call_spec.rb:107:in `block (2 levels) in
'",1.0,"Failure/Error: Register an incoming call records the details of an outgoing call to a bad number - Register an incoming call records the details of an outgoing call to a bad number + Failure/Error: expect(page).to have_css(ActivityLogListBlockCss) + expected to find css "".activity-log--player-contact-phones-block .activity-log-list"" but there were no matches + # ./spec/support/activity_log_feature_support/log_expectations.rb:31:in `expect_phone_log_to_be_visible' + # ./spec/features/activity_log/register_call_spec.rb:107:in `block (2 levels) in
'",0,failure error register an incoming call records the details of an outgoing call to a bad number register an incoming call records the details of an outgoing call to a bad number failure error expect page to have css activityloglistblockcss expected to find css activity log player contact phones block activity log list but there were no matches spec support activity log feature support log expectations rb in expect phone log to be visible spec features activity log register call spec rb in block levels in ,0 +141080,18941634386.0,IssuesEvent,2021-11-18 04:05:40,MetaMask/rpc-cap,https://api.github.com/repos/MetaMask/rpc-cap,closed,Add sendTransaction permission,enhancement security metamask-extension gaba obs-store,"Adding a sendTransaction permission requires: +- a spending limit caveat + - this requires guaranteed disk writes as described in https://github.com/MetaMask/gaba/issues/112 + - this may result in a PR against https://github.com/MetaMask/obs-store + +**2019-09-04** +I've made progress on defining the caveat that will be used to implement spending limits. Persistence is the big problem. + +Some findings after researching storage APIs and our current state persistence solution: +- Currently, we persist state to the [browser extension `storage.local`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local) in [this snippet in `background.js`](https://github.com/MetaMask/metamask-extension/blob/develop/app/scripts/background.js#L279-L288), which uses [a class implemented in the extension](https://github.com/MetaMask/metamask-extension/blob/develop/app/scripts/lib/local-store.js). + - We also have a fallback that [uses `window.localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API) through [LocalStorageStore from `obs-store`](https://github.com/MetaMask/obs-store/blob/master/lib/localStorage.js), although per the MDN link above, only very old browsers do not support `storage.local`. +- The persistence strategy we use does not work well or at all with what we need for a spending limit permission and the associated `uintLimit` caveat type. Specifically: + - We use a single storage key for the entire state, writing to it once per second. + - We want to persist *a subset* of the rpc-cap state, and we only want rpc-cap to touch it. + - There are probably security concerns here (`storage.local` can probably be accessed through accident or malice), but we can save that for later. + - It's a little all over the place and I don't like it. + +Here's what I want to do: +- [ ] Pop out the extension's `lib/local-store.js` into an `ExtensionStore` class in `obs-store` + - Or at the very least, implement that class and leave the extension as is. +- [ ] Write a `PersistentController` class in `gaba` with a parallel (or total?) disk store for stuff that has to be persisted +- [ ] Write some kind of abstract `PersistentStorage` class in `obs-store` or `gaba` that is used to implement `LocalStorage` and `ExtensionStorage` classes for use in `PersistentController` + - Its `get` and `set` methods will be async as in the extension's `local-store`, and we'll have to use a mutex (`await-semaphore` as used elsewhere?) or I'll have to use `IndexedDB` (see [this MDN link](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB)) +- [ ] Make the `CapabilitiesController` in rpc-cap extend `PersistentController` and start persisting",True,"Add sendTransaction permission - Adding a sendTransaction permission requires: +- a spending limit caveat + - this requires guaranteed disk writes as described in https://github.com/MetaMask/gaba/issues/112 + - this may result in a PR against https://github.com/MetaMask/obs-store + +**2019-09-04** +I've made progress on defining the caveat that will be used to implement spending limits. Persistence is the big problem. + +Some findings after researching storage APIs and our current state persistence solution: +- Currently, we persist state to the [browser extension `storage.local`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local) in [this snippet in `background.js`](https://github.com/MetaMask/metamask-extension/blob/develop/app/scripts/background.js#L279-L288), which uses [a class implemented in the extension](https://github.com/MetaMask/metamask-extension/blob/develop/app/scripts/lib/local-store.js). + - We also have a fallback that [uses `window.localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API) through [LocalStorageStore from `obs-store`](https://github.com/MetaMask/obs-store/blob/master/lib/localStorage.js), although per the MDN link above, only very old browsers do not support `storage.local`. +- The persistence strategy we use does not work well or at all with what we need for a spending limit permission and the associated `uintLimit` caveat type. Specifically: + - We use a single storage key for the entire state, writing to it once per second. + - We want to persist *a subset* of the rpc-cap state, and we only want rpc-cap to touch it. + - There are probably security concerns here (`storage.local` can probably be accessed through accident or malice), but we can save that for later. + - It's a little all over the place and I don't like it. + +Here's what I want to do: +- [ ] Pop out the extension's `lib/local-store.js` into an `ExtensionStore` class in `obs-store` + - Or at the very least, implement that class and leave the extension as is. +- [ ] Write a `PersistentController` class in `gaba` with a parallel (or total?) disk store for stuff that has to be persisted +- [ ] Write some kind of abstract `PersistentStorage` class in `obs-store` or `gaba` that is used to implement `LocalStorage` and `ExtensionStorage` classes for use in `PersistentController` + - Its `get` and `set` methods will be async as in the extension's `local-store`, and we'll have to use a mutex (`await-semaphore` as used elsewhere?) or I'll have to use `IndexedDB` (see [this MDN link](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB)) +- [ ] Make the `CapabilitiesController` in rpc-cap extend `PersistentController` and start persisting",0,add sendtransaction permission adding a sendtransaction permission requires a spending limit caveat this requires guaranteed disk writes as described in this may result in a pr against i ve made progress on defining the caveat that will be used to implement spending limits persistence is the big problem some findings after researching storage apis and our current state persistence solution currently we persist state to the in which uses we also have a fallback that through although per the mdn link above only very old browsers do not support storage local the persistence strategy we use does not work well or at all with what we need for a spending limit permission and the associated uintlimit caveat type specifically we use a single storage key for the entire state writing to it once per second we want to persist a subset of the rpc cap state and we only want rpc cap to touch it there are probably security concerns here storage local can probably be accessed through accident or malice but we can save that for later it s a little all over the place and i don t like it here s what i want to do pop out the extension s lib local store js into an extensionstore class in obs store or at the very least implement that class and leave the extension as is write a persistentcontroller class in gaba with a parallel or total disk store for stuff that has to be persisted write some kind of abstract persistentstorage class in obs store or gaba that is used to implement localstorage and extensionstorage classes for use in persistentcontroller its get and set methods will be async as in the extension s local store and we ll have to use a mutex await semaphore as used elsewhere or i ll have to use indexeddb see make the capabilitiescontroller in rpc cap extend persistentcontroller and start persisting,0 +9636,24944523705.0,IssuesEvent,2022-10-31 22:13:27,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,There is a different file under the Visio link,doc-bug assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +Good day, + +I just noticed that the Visio file I get when clicking the ""Download (https://arch-center.azureedge.net/dmz-reference-architectures.vsdx) a Visio file of this architecture."" is different than the one displayed in the article: https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/images/dmz-private.png + +Regards, +Karlis +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 74bb4b25-ebe2-264d-047d-3f651c52a9c5 +* Version Independent ID: aed6ebef-6157-9608-3f85-0807c7fdf61d +* Content: [Implement a secure hybrid network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/secure-vnet-dmz?tabs=portal#feedback) +* Content Source: [docs/reference-architectures/dmz/secure-vnet-dmz.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/dmz/secure-vnet-dmz.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"There is a different file under the Visio link - +Good day, + +I just noticed that the Visio file I get when clicking the ""Download (https://arch-center.azureedge.net/dmz-reference-architectures.vsdx) a Visio file of this architecture."" is different than the one displayed in the article: https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/images/dmz-private.png + +Regards, +Karlis +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 74bb4b25-ebe2-264d-047d-3f651c52a9c5 +* Version Independent ID: aed6ebef-6157-9608-3f85-0807c7fdf61d +* Content: [Implement a secure hybrid network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/secure-vnet-dmz?tabs=portal#feedback) +* Content Source: [docs/reference-architectures/dmz/secure-vnet-dmz.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/dmz/secure-vnet-dmz.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,there is a different file under the visio link good day i just noticed that the visio file i get when clicking the download a visio file of this architecture is different than the one displayed in the article regards karlis document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +6063,13617003416.0,IssuesEvent,2020-09-23 16:22:17,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Architecture Diagram and data flow steps in textual descriptions are not matching!,Pri2 architecture-center/svc assigned-to-author doc-enhancement solution-idea/subsvc triaged," +Architecture Diagram and data flow steps in textual descriptions are not matching! +example: The description explains two service buses outbox and inbox, but the diagram shows only one. + +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9ed7b54c-fe6b-4331-f6d4-1e369ebad0c1 +* Version Independent ID: 70f614a9-153c-3a7e-107c-526ba68adad6 +* Content: [Supply Chain Track and Trace - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/supply-chain-track-and-trace#feedback) +* Content Source: [docs/solution-ideas/articles/supply-chain-track-and-trace.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/supply-chain-track-and-trace.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"Architecture Diagram and data flow steps in textual descriptions are not matching! - +Architecture Diagram and data flow steps in textual descriptions are not matching! +example: The description explains two service buses outbox and inbox, but the diagram shows only one. + +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 9ed7b54c-fe6b-4331-f6d4-1e369ebad0c1 +* Version Independent ID: 70f614a9-153c-3a7e-107c-526ba68adad6 +* Content: [Supply Chain Track and Trace - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/supply-chain-track-and-trace#feedback) +* Content Source: [docs/solution-ideas/articles/supply-chain-track-and-trace.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/supply-chain-track-and-trace.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,architecture diagram and data flow steps in textual descriptions are not matching architecture diagram and data flow steps in textual descriptions are not matching example the description explains two service buses outbox and inbox but the diagram shows only one document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +2997,12962581683.0,IssuesEvent,2020-07-20 17:23:07,MicrosoftDocs/azure-docs,https://api.github.com/repos/MicrosoftDocs/azure-docs,closed,Is RHEL v8 supported by Azure Automation?,Pri2 assigned-to-author automation/svc product-question triaged update-management/subsvc," +[Enter feedback here] +RHEL v6 and v7 are mentioned as supported, v8 is listed in the endorsed distros: +https://docs.microsoft.com/en-us/azure/virtual-machines/linux/endorsed-distros + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: db47901d-1664-058d-9407-47e932dc9661 +* Version Independent ID: e90ec9ee-e7da-4f19-248f-4c825aaa8b9f +* Content: [Azure Automation Update Management overview](https://docs.microsoft.com/en-us/azure/automation/automation-update-management) +* Content Source: [articles/automation/automation-update-management.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/automation/automation-update-management.md) +* Service: **automation** +* Sub-service: **update-management** +* GitHub Login: @MGoedtel +* Microsoft Alias: **magoedte**",1.0,"Is RHEL v8 supported by Azure Automation? - +[Enter feedback here] +RHEL v6 and v7 are mentioned as supported, v8 is listed in the endorsed distros: +https://docs.microsoft.com/en-us/azure/virtual-machines/linux/endorsed-distros + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: db47901d-1664-058d-9407-47e932dc9661 +* Version Independent ID: e90ec9ee-e7da-4f19-248f-4c825aaa8b9f +* Content: [Azure Automation Update Management overview](https://docs.microsoft.com/en-us/azure/automation/automation-update-management) +* Content Source: [articles/automation/automation-update-management.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/automation/automation-update-management.md) +* Service: **automation** +* Sub-service: **update-management** +* GitHub Login: @MGoedtel +* Microsoft Alias: **magoedte**",0,is rhel supported by azure automation rhel and are mentioned as supported is listed in the endorsed distros document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service automation sub service update management github login mgoedtel microsoft alias magoedte ,0 +374014,26095787383.0,IssuesEvent,2022-12-26 19:22:41,bradtaniguchi/nx-template,https://api.github.com/repos/bradtaniguchi/nx-template,closed,[Chore] Look into changelog generation with standard-version,documentation chore realm:ops,"**What needs to be done** +checkout: +https://www.npmjs.com/package/standard-version +https://mokkapps.de/blog/how-to-automatically-generate-a-helpful-changelog-from-your-git-commit-messages/ + +This should be able to build off of the commitlint tooling integrations. +",1.0,"[Chore] Look into changelog generation with standard-version - **What needs to be done** +checkout: +https://www.npmjs.com/package/standard-version +https://mokkapps.de/blog/how-to-automatically-generate-a-helpful-changelog-from-your-git-commit-messages/ + +This should be able to build off of the commitlint tooling integrations. +",0, look into changelog generation with standard version what needs to be done checkout this should be able to build off of the commitlint tooling integrations ,0 +6643,14975264016.0,IssuesEvent,2021-01-28 05:44:05,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Gateway looks like a orchestrator ,Pri2 architecture-center/svc cxp design-pattern/subsvc product-question triaged," +[Enter feedback here] + +Is gateway not doing job of orchestrator + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 658a04f2-a906-dd3a-b4ce-3f2c7dcaad8f +* Version Independent ID: 974d5fdf-e7d8-fb51-4195-9d2dea89b6f4 +* Content: [Gateway Aggregation pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/gateway-aggregation) +* Content Source: [docs/patterns/gateway-aggregation.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/gateway-aggregation.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Gateway looks like a orchestrator - +[Enter feedback here] + +Is gateway not doing job of orchestrator + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 658a04f2-a906-dd3a-b4ce-3f2c7dcaad8f +* Version Independent ID: 974d5fdf-e7d8-fb51-4195-9d2dea89b6f4 +* Content: [Gateway Aggregation pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/gateway-aggregation) +* Content Source: [docs/patterns/gateway-aggregation.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/gateway-aggregation.md) +* Service: **architecture-center** +* Sub-service: **design-pattern** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,gateway looks like a orchestrator is gateway not doing job of orchestrator document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service design pattern github login microsoft alias pnp ,1 +222327,24697581722.0,IssuesEvent,2022-10-19 13:13:53,tom9carthron1/infinite-wish-board,https://api.github.com/repos/tom9carthron1/infinite-wish-board,closed,CVE-2022-37599 (Medium) detected in loader-utils-1.2.3.tgz - autoclosed,security vulnerability,"## CVE-2022-37599 - Medium Severity Vulnerability +
Vulnerable Library - loader-utils-1.2.3.tgz

+ +

utils for webpack loaders

+

Library home page: https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz

+

Path to dependency file: /ui/package.json

+

Path to vulnerable library: /ui/node_modules/loader-utils/package.json

+

+ +Dependency Hierarchy: + - react-scripts-3.0.1.tgz (Root Library) + - webpack-4.1.0.tgz + - :x: **loader-utils-1.2.3.tgz** (Vulnerable Library) +

Found in HEAD commit: 5c98c8171c2f014c3587805f1090b7d16419c286

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the resourcePath variable in interpolateName.js. + +

Publish Date: 2022-10-11 +

URL: CVE-2022-37599

+

+
+

+
CVSS 3 Score Details (5.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: None + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+",True,"CVE-2022-37599 (Medium) detected in loader-utils-1.2.3.tgz - autoclosed - ## CVE-2022-37599 - Medium Severity Vulnerability +
Vulnerable Library - loader-utils-1.2.3.tgz

+ +

utils for webpack loaders

+

Library home page: https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz

+

Path to dependency file: /ui/package.json

+

Path to vulnerable library: /ui/node_modules/loader-utils/package.json

+

+ +Dependency Hierarchy: + - react-scripts-3.0.1.tgz (Root Library) + - webpack-4.1.0.tgz + - :x: **loader-utils-1.2.3.tgz** (Vulnerable Library) +

Found in HEAD commit: 5c98c8171c2f014c3587805f1090b7d16419c286

+

Found in base branch: master

+

+
+

+
Vulnerability Details +

+ +A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the resourcePath variable in interpolateName.js. + +

Publish Date: 2022-10-11 +

URL: CVE-2022-37599

+

+
+

+
CVSS 3 Score Details (5.5) +

+ +Base Score Metrics: +- Exploitability Metrics: + - Attack Vector: Local + - Attack Complexity: Low + - Privileges Required: None + - User Interaction: Required + - Scope: Unchanged +- Impact Metrics: + - Confidentiality Impact: None + - Integrity Impact: None + - Availability Impact: High +

+For more information on CVSS3 Scores, click here. +

+
+

+",0,cve medium detected in loader utils tgz autoclosed cve medium severity vulnerability vulnerable library loader utils tgz utils for webpack loaders library home page a href path to dependency file ui package json path to vulnerable library ui node modules loader utils package json dependency hierarchy react scripts tgz root library webpack tgz x loader utils tgz vulnerable library found in head commit a href found in base branch master vulnerability details a regular expression denial of service redos flaw was found in function interpolatename in interpolatename js in webpack loader utils via the resourcepath variable in interpolatename js publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href ,0 +10373,26854981787.0,IssuesEvent,2023-02-03 13:59:47,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"typo ""to reduced""",architecture-center/svc reference-architecture/subsvc Pri1,"in this sentence *Use Azure SQL Database to reduced management overhead.* + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 84bcf722-abb3-69b8-8073-15ae4a6890de +* Version Independent ID: 7b2010c6-696d-de66-8e56-8ac5d3e54526 +* Content: [Basic web application - Azure Reference Architectures](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/basic-web-app?tabs=cli) +* Content Source: [docs/reference-architectures/app-service-web-app/basic-web-app.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/app-service-web-app/basic-web-app.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @josevarela +* Microsoft Alias: **josev**",2.0,"typo ""to reduced"" - in this sentence *Use Azure SQL Database to reduced management overhead.* + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 84bcf722-abb3-69b8-8073-15ae4a6890de +* Version Independent ID: 7b2010c6-696d-de66-8e56-8ac5d3e54526 +* Content: [Basic web application - Azure Reference Architectures](https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/basic-web-app?tabs=cli) +* Content Source: [docs/reference-architectures/app-service-web-app/basic-web-app.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/app-service-web-app/basic-web-app.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @josevarela +* Microsoft Alias: **josev**",1,typo to reduced in this sentence use azure sql database to reduced management overhead document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login josevarela microsoft alias josev ,1 +5665,12960437969.0,IssuesEvent,2020-07-20 14:22:04,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Is there a reference implementation example for such architecture? like an ARM template or something?,Pri2 architecture-center/svc assigned-to-author docs-experience reference-architecture/subsvc triaged,"It would be great to include a sample implementation of this architecture that includes an ARM template to setup all the services, plus a simple Logic Apps workflow doing something very basic. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 58f4706b-af61-c661-279d-05e9e9abb79a +* Version Independent ID: d5a4b726-4c50-0851-edc5-04b60ee5ce89 +* Content: [Enterprise integration using queues and events - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/enterprise-integration/queues-events) +* Content Source: [docs/reference-architectures/enterprise-integration/queues-events.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/enterprise-integration/queues-events.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MattFarm +* Microsoft Alias: **pnp**",2.0,"Is there a reference implementation example for such architecture? like an ARM template or something? - It would be great to include a sample implementation of this architecture that includes an ARM template to setup all the services, plus a simple Logic Apps workflow doing something very basic. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 58f4706b-af61-c661-279d-05e9e9abb79a +* Version Independent ID: d5a4b726-4c50-0851-edc5-04b60ee5ce89 +* Content: [Enterprise integration using queues and events - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/enterprise-integration/queues-events) +* Content Source: [docs/reference-architectures/enterprise-integration/queues-events.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/enterprise-integration/queues-events.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MattFarm +* Microsoft Alias: **pnp**",1,is there a reference implementation example for such architecture like an arm template or something it would be great to include a sample implementation of this architecture that includes an arm template to setup all the services plus a simple logic apps workflow doing something very basic document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mattfarm microsoft alias pnp ,1 +6396,14500086813.0,IssuesEvent,2020-12-11 17:33:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Change name to Strangler Fig Application,Pri2 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged," +Martin Fowler has changed the name to Strangler Fig Application to avoid the violent connotation. From his own revision comment: + +> Changed URL and name to Strangler Fig Application April 29 2019 +> +> I thought this post was a nice metaphor, but didn't expect the degree that it would grow in popularity (in recent months it gets over 3000 page views a month). The popularity is nice, but there is a problem. The original post was entitled “Strangler Application”, and when used, the pattern is often referred to as a “strangler”. But its usage often gets separated from its metaphorical root, and takes on a unpleasantly violent connotation. +> +> Some people, therefore, have advocated avoiding or changing the name. I don't have any great objection to that, I haven't used the name in my own writing since that original posting. But the trouble with attempting a rename, is that once a name has lodged itself in a community's mind, it's very hard to dislodge. +> +> Recently I thought of a small tweak that might help things a little. If I rename the post to “Strangler Fig Application”, and use the term “Strangler Fig” as much as possible, then hopefully that would reduce the violent connotation by reinforcing the metaphorical link that is the whole point of the name. Because it's a small change, maybe it will spread enough to be worthwhile, and it's not much effort, so seems worth a try. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5b580bcd-bba9-0799-6f9f-4b0e2ae9739f +* Version Independent ID: 6603e60e-ad3b-9aec-0633-eed88c218561 +* Content: [Strangler pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/strangler) +* Content Source: [docs/patterns/strangler.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/strangler.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Change name to Strangler Fig Application - +Martin Fowler has changed the name to Strangler Fig Application to avoid the violent connotation. From his own revision comment: + +> Changed URL and name to Strangler Fig Application April 29 2019 +> +> I thought this post was a nice metaphor, but didn't expect the degree that it would grow in popularity (in recent months it gets over 3000 page views a month). The popularity is nice, but there is a problem. The original post was entitled “Strangler Application”, and when used, the pattern is often referred to as a “strangler”. But its usage often gets separated from its metaphorical root, and takes on a unpleasantly violent connotation. +> +> Some people, therefore, have advocated avoiding or changing the name. I don't have any great objection to that, I haven't used the name in my own writing since that original posting. But the trouble with attempting a rename, is that once a name has lodged itself in a community's mind, it's very hard to dislodge. +> +> Recently I thought of a small tweak that might help things a little. If I rename the post to “Strangler Fig Application”, and use the term “Strangler Fig” as much as possible, then hopefully that would reduce the violent connotation by reinforcing the metaphorical link that is the whole point of the name. Because it's a small change, maybe it will spread enough to be worthwhile, and it's not much effort, so seems worth a try. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 5b580bcd-bba9-0799-6f9f-4b0e2ae9739f +* Version Independent ID: 6603e60e-ad3b-9aec-0633-eed88c218561 +* Content: [Strangler pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/strangler) +* Content Source: [docs/patterns/strangler.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/strangler.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,change name to strangler fig application martin fowler has changed the name to strangler fig application to avoid the violent connotation from his own revision comment changed url and name to strangler fig application april i thought this post was a nice metaphor but didn t expect the degree that it would grow in popularity in recent months it gets over page views a month the popularity is nice but there is a problem the original post was entitled “strangler application” and when used the pattern is often referred to as a “strangler” but its usage often gets separated from its metaphorical root and takes on a unpleasantly violent connotation some people therefore have advocated avoiding or changing the name i don t have any great objection to that i haven t used the name in my own writing since that original posting but the trouble with attempting a rename is that once a name has lodged itself in a community s mind it s very hard to dislodge recently i thought of a small tweak that might help things a little if i rename the post to “strangler fig application” and use the term “strangler fig” as much as possible then hopefully that would reduce the violent connotation by reinforcing the metaphorical link that is the whole point of the name because it s a small change maybe it will spread enough to be worthwhile and it s not much effort so seems worth a try document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +434271,12516072718.0,IssuesEvent,2020-06-03 08:47:39,canonical-web-and-design/build.snapcraft.io,https://api.github.com/repos/canonical-web-and-design/build.snapcraft.io,closed,Timeouts of build.snapcraft.io in MS Edge,Priority: Medium,"Was working fine until around a deployment by cjwatson today (15/05). I had a page open in Edge (https://build.snapcraft.io/user/diddledan/corebird-snap) and noticed that the display changed without reloading the page to report some kind of error (I forget the actual wording). Manually altering the address bar URL to remove the subdirectories and load just https://build.snapcraft.io/ timed-out. Hitting refresh at that point also timed out. Hitting ""back"" to go back to https://build.snapcraft.io/user/diddledan/corebird-snap caused the site to start working fine again. Now refreshes and navigation all work correctly.",1.0,"Timeouts of build.snapcraft.io in MS Edge - Was working fine until around a deployment by cjwatson today (15/05). I had a page open in Edge (https://build.snapcraft.io/user/diddledan/corebird-snap) and noticed that the display changed without reloading the page to report some kind of error (I forget the actual wording). Manually altering the address bar URL to remove the subdirectories and load just https://build.snapcraft.io/ timed-out. Hitting refresh at that point also timed out. Hitting ""back"" to go back to https://build.snapcraft.io/user/diddledan/corebird-snap caused the site to start working fine again. Now refreshes and navigation all work correctly.",0,timeouts of build snapcraft io in ms edge was working fine until around a deployment by cjwatson today i had a page open in edge and noticed that the display changed without reloading the page to report some kind of error i forget the actual wording manually altering the address bar url to remove the subdirectories and load just timed out hitting refresh at that point also timed out hitting back to go back to caused the site to start working fine again now refreshes and navigation all work correctly ,0 +38579,12559975573.0,IssuesEvent,2020-06-07 20:38:10,WebAhead5/like-minded-backend,https://api.github.com/repos/WebAhead5/like-minded-backend,closed,secure http requests,security,"- [x] user [hemlet module](https://www.npmjs.com/package/helmet) to secure http requests +- [x] hide ""powered by express"" +//- [ ] research other ways to secure the website",True,"secure http requests - - [x] user [hemlet module](https://www.npmjs.com/package/helmet) to secure http requests +- [x] hide ""powered by express"" +//- [ ] research other ways to secure the website",0,secure http requests user to secure http requests hide powered by express research other ways to secure the website,0 +95983,12068860886.0,IssuesEvent,2020-04-16 15:19:27,zinc-collective/compensated,https://api.github.com/repos/zinc-collective/compensated,closed,Add explanation of labels to either CONTRIBUTING.md or separate core/HOWTO.md,design documentation good first issue,"_Originally posted by @zspencer in https://github.com/zinc-collective/compensated/issues/50#issuecomment-605694538_ +> Issues labeled ""enhancement"" are the ""inner loop"" of a [double-loop learning system](https://en.wikipedia.org/wiki/Double-loop_learning). They exist to take the higher-order design considerations and turn them into changes to the underlying documentation, designs, or code. Issues labeled ""request for comment"" are for the outer-loop. +> +> This ensures people who want to focus on ""what to build"" don't have to wade through long conversations to get to the mockups/use cases/acceptance tests; and ensures that people who want the broad, overarching philosophy can have those conversations as well. + +1. Someone to document the various labels that have been setup and what that means when contributing. +2. Double bonus, work out a competency level which allows one to practice using the labels, in line with a [badgebot](https://github.com/bocoup/bots/wiki/Badgebot) +3. For a real DesignNinga, write a compensated bot that affirms the Coop's values of a warm neighbourhood and Code of Conduct.",1.0,"Add explanation of labels to either CONTRIBUTING.md or separate core/HOWTO.md - _Originally posted by @zspencer in https://github.com/zinc-collective/compensated/issues/50#issuecomment-605694538_ +> Issues labeled ""enhancement"" are the ""inner loop"" of a [double-loop learning system](https://en.wikipedia.org/wiki/Double-loop_learning). They exist to take the higher-order design considerations and turn them into changes to the underlying documentation, designs, or code. Issues labeled ""request for comment"" are for the outer-loop. +> +> This ensures people who want to focus on ""what to build"" don't have to wade through long conversations to get to the mockups/use cases/acceptance tests; and ensures that people who want the broad, overarching philosophy can have those conversations as well. + +1. Someone to document the various labels that have been setup and what that means when contributing. +2. Double bonus, work out a competency level which allows one to practice using the labels, in line with a [badgebot](https://github.com/bocoup/bots/wiki/Badgebot) +3. For a real DesignNinga, write a compensated bot that affirms the Coop's values of a warm neighbourhood and Code of Conduct.",0,add explanation of labels to either contributing md or separate core howto md originally posted by zspencer in issues labeled enhancement are the inner loop of a they exist to take the higher order design considerations and turn them into changes to the underlying documentation designs or code issues labeled request for comment are for the outer loop this ensures people who want to focus on what to build don t have to wade through long conversations to get to the mockups use cases acceptance tests and ensures that people who want the broad overarching philosophy can have those conversations as well someone to document the various labels that have been setup and what that means when contributing double bonus work out a competency level which allows one to practice using the labels in line with a for a real designninga write a compensated bot that affirms the coop s values of a warm neighbourhood and code of conduct ,0 +42546,22667846109.0,IssuesEvent,2022-07-03 06:38:12,uriahf/rtichoke,https://api.github.com/repos/uriahf/rtichoke,opened,Turn performance table from crosstalk object to reactable object,feature Performance Table,Should include slider and checkbox,True,Turn performance table from crosstalk object to reactable object - Should include slider and checkbox,0,turn performance table from crosstalk object to reactable object should include slider and checkbox,0 +11287,29809136467.0,IssuesEvent,2023-06-16 13:52:13,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,OS disk caching can be disabled - data disk still needed?,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +""Create a separate virtual data disk for storing the database, logs, and sysvol folder for Active Directory. Do not store these items on the same disk as the operating system. By default, data disks that are attached to a VM use write-through caching. However, this form of caching can conflict with the requirements of AD DS. For this reason, set the Host Cache Preference setting on the data disk to None."" +Shouldn't this the be revised? OS disks can have caching disabled now in Azure so having a data disk is not necessary...?. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain#vm-recommendations) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",2.0,"OS disk caching can be disabled - data disk still needed? - +""Create a separate virtual data disk for storing the database, logs, and sysvol folder for Active Directory. Do not store these items on the same disk as the operating system. By default, data disks that are attached to a VM use write-through caching. However, this form of caching can conflict with the requirements of AD DS. For this reason, set the Host Cache Preference setting on the data disk to None."" +Shouldn't this the be revised? OS disks can have caching disabled now in Azure so having a data disk is not necessary...?. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 65f26361-0def-4ae9-e28a-8a8d4f97b87f +* Version Independent ID: ef55eb02-6543-88ad-4f89-5a553848bc67 +* Content: [Deploy AD DS in an Azure virtual network - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/adds-extend-domain#vm-recommendations) +* Content Source: [docs/reference-architectures/identity/adds-extend-domain.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/adds-extend-domain.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,os disk caching can be disabled data disk still needed create a separate virtual data disk for storing the database logs and sysvol folder for active directory do not store these items on the same disk as the operating system by default data disks that are attached to a vm use write through caching however this form of caching can conflict with the requirements of ad ds for this reason set the host cache preference setting on the data disk to none shouldn t this the be revised os disks can have caching disabled now in azure so having a data disk is not necessary document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login telmosampaio microsoft alias pnp ,1 +3807,10167698124.0,IssuesEvent,2019-08-07 18:52:32,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Max lenght of the subscription name?,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged,"Hi, +For most resources listed above, there is a min and max length for the name. But this is not stated for subscriptions. It would be nice if this was added :-) +Regards Peter + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1.0,"Max lenght of the subscription name? - Hi, +For most resources listed above, there is a min and max length for the name. But this is not stated for subscriptions. It would be nice if this was added :-) +Regards Peter + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 0e540bb6-9f72-0529-28ea-ae82bc869835 +* Version Independent ID: 24e71392-985b-59fb-1552-46395b169612 +* Content: [Naming conventions for Azure resources - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions) +* Content Source: [docs/best-practices/naming-conventions.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/naming-conventions.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @telmosampaio +* Microsoft Alias: **pnp**",1,max lenght of the subscription name hi for most resources listed above there is a min and max length for the name but this is not stated for subscriptions it would be nice if this was added regards peter document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login telmosampaio microsoft alias pnp ,1 +10014,26009387993.0,IssuesEvent,2022-12-20 23:10:14,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Wront mention of route server name,doc-enhancement cxp triaged architecture-center/svc example-scenario/subsvc Pri2," +[Enter feedback here] + +The route server subnet name is mentioned incorrectly as ""Route Server Subnet"". It should ""RouteServerSubnet"" without any spaces. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 3058f85a-d0d1-bc2e-0801-25c5150319cd +* Version Independent ID: 3058f85a-d0d1-bc2e-0801-25c5150319cd +* Content: [Update route tables by using Azure Route Server - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/networking/manage-routing-azure-route-server) +* Content Source: [docs/example-scenario/networking/manage-routing-azure-route-server.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/networking/manage-routing-azure-route-server.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @priyshar +* Microsoft Alias: **architectures**",1.0,"Wront mention of route server name - +[Enter feedback here] + +The route server subnet name is mentioned incorrectly as ""Route Server Subnet"". It should ""RouteServerSubnet"" without any spaces. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 3058f85a-d0d1-bc2e-0801-25c5150319cd +* Version Independent ID: 3058f85a-d0d1-bc2e-0801-25c5150319cd +* Content: [Update route tables by using Azure Route Server - Azure Example Scenarios](https://learn.microsoft.com/en-us/azure/architecture/example-scenario/networking/manage-routing-azure-route-server) +* Content Source: [docs/example-scenario/networking/manage-routing-azure-route-server.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/example-scenario/networking/manage-routing-azure-route-server.yml) +* Service: **architecture-center** +* Sub-service: **example-scenario** +* GitHub Login: @priyshar +* Microsoft Alias: **architectures**",1,wront mention of route server name the route server subnet name is mentioned incorrectly as route server subnet it should routeserversubnet without any spaces document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login priyshar microsoft alias architectures ,1 +10396,26911098158.0,IssuesEvent,2023-02-06 23:53:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,AWS ECS Fargate equivalent should be Azure Container Apps,doc-enhancement assigned-to-author triaged architecture-center/svc cloud-fundamentals/subsvc Pri1,"Hello team, + +I've been doing some research regarding serverless Container as a Service (CaaS) options. Is true that Azure Container Instances is a CaaS, however it does not have the scalability that AWS ECS has. + +So, I would say that is not accurate to mention that AWS ECS = Azure Container Instances, because ACI is not escalable. + +I suggest to edit this: https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#containers-and-container-orchestrators : +![AWS_ECS-Azure_ACI](https://user-images.githubusercontent.com/25784024/189949413-82623455-9ffc-412f-a201-c3094642a7de.JPG) + +And add Azure Container Apps instead of ACI as a more accurate equivalent to AWS ECS Fargate. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **yuanzhiqu**",1.0,"AWS ECS Fargate equivalent should be Azure Container Apps - Hello team, + +I've been doing some research regarding serverless Container as a Service (CaaS) options. Is true that Azure Container Instances is a CaaS, however it does not have the scalability that AWS ECS has. + +So, I would say that is not accurate to mention that AWS ECS = Azure Container Instances, because ACI is not escalable. + +I suggest to edit this: https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#containers-and-container-orchestrators : +![AWS_ECS-Azure_ACI](https://user-images.githubusercontent.com/25784024/189949413-82623455-9ffc-412f-a201-c3094642a7de.JPG) + +And add Azure Container Apps instead of ACI as a more accurate equivalent to AWS ECS Fargate. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **yuanzhiqu**",1,aws ecs fargate equivalent should be azure container apps hello team i ve been doing some research regarding serverless container as a service caas options is true that azure container instances is a caas however it does not have the scalability that aws ecs has so i would say that is not accurate to mention that aws ecs azure container instances because aci is not escalable i suggest to edit this and add azure container apps instead of aci as a more accurate equivalent to aws ecs fargate document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login edprice msft microsoft alias yuanzhiqu ,1 +5499,12640022043.0,IssuesEvent,2020-06-16 01:43:25,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Image text cut off,Pri1 architecture-center/svc assigned-to-author doc-bug reference-architecture/subsvc triaged," +**Low priority:** https://docs.microsoft.com/en-us/azure/architecture/guide/ the image has the text cut off of the last item on the image ""**Microsoft Azure Well Architected Frame**work"" is cut off in the middle of the word ""Framework."" +![image](https://user-images.githubusercontent.com/12022944/84080812-a57ce800-a991-11ea-9cac-9c5f055e78d1.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cade8ea3-b02f-6c92-b7b1-8f37a5c9d701 +* Version Independent ID: c0bde50c-5e28-5ff2-1507-5a8711ae3022 +* Content: [Azure Application Architecture Guide - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/) +* Content Source: [docs/guide/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/index.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Image text cut off - +**Low priority:** https://docs.microsoft.com/en-us/azure/architecture/guide/ the image has the text cut off of the last item on the image ""**Microsoft Azure Well Architected Frame**work"" is cut off in the middle of the word ""Framework."" +![image](https://user-images.githubusercontent.com/12022944/84080812-a57ce800-a991-11ea-9cac-9c5f055e78d1.png) + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cade8ea3-b02f-6c92-b7b1-8f37a5c9d701 +* Version Independent ID: c0bde50c-5e28-5ff2-1507-5a8711ae3022 +* Content: [Azure Application Architecture Guide - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/guide/) +* Content Source: [docs/guide/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/index.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,image text cut off low priority the image has the text cut off of the last item on the image microsoft azure well architected frame work is cut off in the middle of the word framework document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +4168,10631663260.0,IssuesEvent,2019-10-15 08:50:04,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,The visio should show the SPA app also serverless,Pri3 architecture-center/svc cxp doc-enhancement reference-architecture/subsvc triaged,"Would it be possible to change the visio diagram here - https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/serverless/web-app so that the SPA web app is also depicted as Serverless. That way the end to end architecture would be Serverless and Azure native. + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 524d1f97-ce37-f9ac-cf05-d33665eb34df +* Version Independent ID: fe4cc63f-a4b1-c30e-f39f-f4c3de1c57be +* Content: [Serverless web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/serverless/web-app) +* Content Source: [docs/reference-architectures/serverless/web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/serverless/web-app.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"The visio should show the SPA app also serverless - Would it be possible to change the visio diagram here - https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/serverless/web-app so that the SPA web app is also depicted as Serverless. That way the end to end architecture would be Serverless and Azure native. + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 524d1f97-ce37-f9ac-cf05-d33665eb34df +* Version Independent ID: fe4cc63f-a4b1-c30e-f39f-f4c3de1c57be +* Content: [Serverless web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/serverless/web-app) +* Content Source: [docs/reference-architectures/serverless/web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/serverless/web-app.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,the visio should show the spa app also serverless would it be possible to change the visio diagram here so that the spa web app is also depicted as serverless that way the end to end architecture would be serverless and azure native document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +748582,26128723839.0,IssuesEvent,2022-12-28 23:24:41,Ore-Design/Ore-3D-Reports-Changelog,https://api.github.com/repos/Ore-Design/Ore-3D-Reports-Changelog,closed,Bug: Old Fuse Piece Isn't Deleted on Split [1.5.6],bug in progress high priority,"**Bug:** +On split fuse, old piece being split from isnt deleted from parent. +",1.0,"Bug: Old Fuse Piece Isn't Deleted on Split [1.5.6] - **Bug:** +On split fuse, old piece being split from isnt deleted from parent. +",0,bug old fuse piece isn t deleted on split bug on split fuse old piece being split from isnt deleted from parent ,0 +40442,16481840801.0,IssuesEvent,2021-05-24 12:48:17,AtlasOfLivingAustralia/la-pipelines,https://api.github.com/repos/AtlasOfLivingAustralia/la-pipelines,closed,enumerated field values not processing in display name,biocache-service testing-findings,"The `QueryFormatUtil` is not correctly handling enumerated values (vocab) after mapping has occurred. + +Enumerated values are processed correctly when the new vocabulary is used however not with deprecated vocab value. + +eg: all these queries should result in the same display name: + - query: `basisOfRecord:PreservedSpecimen` + - query: `basis_of_record:PreservedSpecimen` + - query: `basisOfRecord:PRESERVED_SPECIMEN` + - query: `basis_of_record:PRESERVED_SPECIMEN` + +-> displayName: `Record type:Preserved specimen`",1.0,"enumerated field values not processing in display name - The `QueryFormatUtil` is not correctly handling enumerated values (vocab) after mapping has occurred. + +Enumerated values are processed correctly when the new vocabulary is used however not with deprecated vocab value. + +eg: all these queries should result in the same display name: + - query: `basisOfRecord:PreservedSpecimen` + - query: `basis_of_record:PreservedSpecimen` + - query: `basisOfRecord:PRESERVED_SPECIMEN` + - query: `basis_of_record:PRESERVED_SPECIMEN` + +-> displayName: `Record type:Preserved specimen`",0,enumerated field values not processing in display name the queryformatutil is not correctly handling enumerated values vocab after mapping has occurred enumerated values are processed correctly when the new vocabulary is used however not with deprecated vocab value eg all these queries should result in the same display name query basisofrecord preservedspecimen query basis of record preservedspecimen query basisofrecord preserved specimen query basis of record preserved specimen displayname record type preserved specimen ,0 +9641,24953839033.0,IssuesEvent,2022-11-01 09:55:39,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,How about contextual / content specific links or an example ?,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc," +So you have a link in the ""Components"" section +_Xamarin: Create mobile apps for iOS and Android using C# and Azure SDKs._ + +The issue is it takes you to the Xamarin front page ... +How about linking me to information about each step ... + +I have been doing mobile and building WebAPI backends fora long time and getting mobile to work with Azure is a PITA. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 38528b0d-5156-c944-25c6-8027cda69322 +* Version Independent ID: 222b8546-a265-1d0e-f2ac-147c4ae791b9 +* Content: [Task-Based Consumer Mobile App - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/task-based-consumer-mobile-app) +* Content Source: [docs/solution-ideas/articles/task-based-consumer-mobile-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/task-based-consumer-mobile-app.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1.0,"How about contextual / content specific links or an example ? - +So you have a link in the ""Components"" section +_Xamarin: Create mobile apps for iOS and Android using C# and Azure SDKs._ + +The issue is it takes you to the Xamarin front page ... +How about linking me to information about each step ... + +I have been doing mobile and building WebAPI backends fora long time and getting mobile to work with Azure is a PITA. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 38528b0d-5156-c944-25c6-8027cda69322 +* Version Independent ID: 222b8546-a265-1d0e-f2ac-147c4ae791b9 +* Content: [Task-Based Consumer Mobile App - Azure Solution Ideas](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/task-based-consumer-mobile-app) +* Content Source: [docs/solution-ideas/articles/task-based-consumer-mobile-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/solution-ideas/articles/task-based-consumer-mobile-app.md) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @adamboeglin +* Microsoft Alias: **pnp**",1,how about contextual content specific links or an example so you have a link in the components section xamarin create mobile apps for ios and android using c and azure sdks the issue is it takes you to the xamarin front page how about linking me to information about each step i have been doing mobile and building webapi backends fora long time and getting mobile to work with azure is a pita document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login adamboeglin microsoft alias pnp ,1 +3342,9527651821.0,IssuesEvent,2019-04-29 05:22:03,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Is CQRS an architecture style, or just an architecture pattern?",architecture-center/svc cloud-fundamentals/subsvc cxp product-question triaged,"This page mentions CQRS is an architecture style. But [another page](https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/microservice-ddd-cqrs-patterns/eshoponcontainers-cqrs-ddd-microservice) says it is not an arch style, just a pattern. + +I agree that is just a pattern. My understanding CQRS is normally applied within several microservices, and CQRS normally doesn't decide the architecture of a system. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e46426ef-bb0f-b085-a645-7e3e6c05752d +* Version Independent ID: 13b0c53a-cd01-9894-f34f-8d223c8e5b2b +* Content: [CQRS architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/cqrs) +* Content Source: [docs/guide/architecture-styles/cqrs.md](https://github.com/mspnp/architecture-center/blob/live/docs/guide/architecture-styles/cqrs.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1.0,"Is CQRS an architecture style, or just an architecture pattern? - This page mentions CQRS is an architecture style. But [another page](https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/microservice-ddd-cqrs-patterns/eshoponcontainers-cqrs-ddd-microservice) says it is not an arch style, just a pattern. + +I agree that is just a pattern. My understanding CQRS is normally applied within several microservices, and CQRS normally doesn't decide the architecture of a system. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: e46426ef-bb0f-b085-a645-7e3e6c05752d +* Version Independent ID: 13b0c53a-cd01-9894-f34f-8d223c8e5b2b +* Content: [CQRS architecture style - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/cqrs) +* Content Source: [docs/guide/architecture-styles/cqrs.md](https://github.com/mspnp/architecture-center/blob/live/docs/guide/architecture-styles/cqrs.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,is cqrs an architecture style or just an architecture pattern this page mentions cqrs is an architecture style but says it is not an arch style just a pattern i agree that is just a pattern my understanding cqrs is normally applied within several microservices and cqrs normally doesn t decide the architecture of a system document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login mikewasson microsoft alias pnp ,1 +99984,21096429452.0,IssuesEvent,2022-04-04 10:44:35,kmgowda/SBK,https://api.github.com/repos/kmgowda/SBK,closed,Add Docker image for H2 database driver(driver-h2),sodacode2022 SODALOW,"**Describe the Issue (Bug/Feature)** +Feature: Add Docker image for H2 database driver + +**Additional context** +The Docker image for H2 database driver can be generated using the command: +``` +gradlew generateDockerfiles -Poutdir=""docker-image/SBK/dockers"" +``` +Note: The above command runs on Windows and Linux, on MacOS use the command: +``` +./gradlew generateDockerfiles -Poutdir=""docker-image/SBK/dockers"" +``` +This command gives us the Docker file `sbk-h2` in the directory `driver-h2/docker-image/SBK/dockers`. +",1.0,"Add Docker image for H2 database driver(driver-h2) - **Describe the Issue (Bug/Feature)** +Feature: Add Docker image for H2 database driver + +**Additional context** +The Docker image for H2 database driver can be generated using the command: +``` +gradlew generateDockerfiles -Poutdir=""docker-image/SBK/dockers"" +``` +Note: The above command runs on Windows and Linux, on MacOS use the command: +``` +./gradlew generateDockerfiles -Poutdir=""docker-image/SBK/dockers"" +``` +This command gives us the Docker file `sbk-h2` in the directory `driver-h2/docker-image/SBK/dockers`. +",0,add docker image for database driver driver describe the issue bug feature feature add docker image for database driver additional context the docker image for database driver can be generated using the command gradlew generatedockerfiles poutdir docker image sbk dockers note the above command runs on windows and linux on macos use the command gradlew generatedockerfiles poutdir docker image sbk dockers this command gives us the docker file sbk in the directory driver docker image sbk dockers ,0 +33107,12180690792.0,IssuesEvent,2020-04-28 12:53:41,senthilbalakrishnanfull/testing,https://api.github.com/repos/senthilbalakrishnanfull/testing,opened,CVE-2019-20149 (High) detected in kind-of-6.0.2.tgz,security vulnerability,"## CVE-2019-20149 - High Severity Vulnerability +
Vulnerable Library - kind-of-6.0.2.tgz

+ +

Get the native type of a value.

+

Library home page: https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz

+

Path to dependency file: /testing/package.json

+

Path to vulnerable library: /tmp/git/testing/node_modules/kind-of/package.json,/tmp/ws-scm/testing/node_modules/kind-of/package.json

+

+ +Dependency Hierarchy: + - sass-loader-7.1.0.tgz (Root Library) + - clone-deep-2.0.2.tgz + - :x: **kind-of-6.0.2.tgz** (Vulnerable Library) +

Found in HEAD commit: 7d9544b2f902966a060af22efd7f15ff6e480151

+

+
+

+
Vulnerability Details +

+ +ctorName in index.js in kind-of v6.0.2 allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result. + +

Publish Date: 2019-12-30 +

URL: CVE-2019-20149

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149

+

Release Date: 2019-12-30

+

Fix Resolution: 6.0.3

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",True,"CVE-2019-20149 (High) detected in kind-of-6.0.2.tgz - ## CVE-2019-20149 - High Severity Vulnerability +
Vulnerable Library - kind-of-6.0.2.tgz

+ +

Get the native type of a value.

+

Library home page: https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz

+

Path to dependency file: /testing/package.json

+

Path to vulnerable library: /tmp/git/testing/node_modules/kind-of/package.json,/tmp/ws-scm/testing/node_modules/kind-of/package.json

+

+ +Dependency Hierarchy: + - sass-loader-7.1.0.tgz (Root Library) + - clone-deep-2.0.2.tgz + - :x: **kind-of-6.0.2.tgz** (Vulnerable Library) +

Found in HEAD commit: 7d9544b2f902966a060af22efd7f15ff6e480151

+

+
+

+
Vulnerability Details +

+ +ctorName in index.js in kind-of v6.0.2 allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result. + +

Publish Date: 2019-12-30 +

URL: CVE-2019-20149

+

+
+

+
CVSS 3 Score Details (7.5) +

+ +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: High + - Availability Impact: None +

+For more information on CVSS3 Scores, click here. +

+
+

+
Suggested Fix +

+ +

Type: Upgrade version

+

Origin: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149

+

Release Date: 2019-12-30

+

Fix Resolution: 6.0.3

+ +

+
+

+ +*** +Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)",0,cve high detected in kind of tgz cve high severity vulnerability vulnerable library kind of tgz get the native type of a value library home page a href path to dependency file testing package json path to vulnerable library tmp git testing node modules kind of package json tmp ws scm testing node modules kind of package json dependency hierarchy sass loader tgz root library clone deep tgz x kind of tgz vulnerable library found in head commit a href vulnerability details ctorname in index js in kind of allows external user input to overwrite certain internal attributes via a conflicting name as demonstrated by constructor name symbol hence a crafted payload can overwrite this builtin attribute to manipulate the type detection result 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 high availability impact none 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 +10353,26828436679.0,IssuesEvent,2023-02-02 14:28:21,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Newer SDKs for Event Hubs and Service Bus should be used in retry guidance,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 best-practice/subsvc,"This page on retry guidance has sections for Event Hubs and Service Bus where the latest SDK is not listed. +Either replace the current content with that for the newer packages Azure.Messaging.EventHubs and Azure.Messaging.ServiceBus. +Or ensure both new and older packages are covered. +If we are covering both, then do emphasize that we recommend the use of the newer ones + +@spelluru who is the content developer for these services should be able to help here + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Retry guidance for Azure services - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific#feedback) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Newer SDKs for Event Hubs and Service Bus should be used in retry guidance - This page on retry guidance has sections for Event Hubs and Service Bus where the latest SDK is not listed. +Either replace the current content with that for the newer packages Azure.Messaging.EventHubs and Azure.Messaging.ServiceBus. +Or ensure both new and older packages are covered. +If we are covering both, then do emphasize that we recommend the use of the newer ones + +@spelluru who is the content developer for these services should be able to help here + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 8194899c-dee2-70ac-422a-edc06e779f7c +* Version Independent ID: cafc7418-404c-5908-3037-dba7f452087b +* Content: [Retry guidance for Azure services - Best practices for cloud applications](https://docs.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific#feedback) +* Content Source: [docs/best-practices/retry-service-specific.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/best-practices/retry-service-specific.md) +* Service: **architecture-center** +* Sub-service: **best-practice** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,newer sdks for event hubs and service bus should be used in retry guidance this page on retry guidance has sections for event hubs and service bus where the latest sdk is not listed either replace the current content with that for the newer packages azure messaging eventhubs and azure messaging servicebus or ensure both new and older packages are covered if we are covering both then do emphasize that we recommend the use of the newer ones spelluru who is the content developer for these services should be able to help here document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service best practice github login microsoft alias pnp ,1 +11629,31836589649.0,IssuesEvent,2023-09-14 13:52:28,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure Sandbox,architecture-center/svc Pri1 azure-guide/subsvc," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 85c75c06-7903-2f80-b5f5-11d12e258623 +* Version Independent ID: 85c75c06-7903-2f80-b5f5-11d12e258623 +* Content: [Azure Sandbox - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/azure-sandbox/azure-sandbox) +* Content Source: [docs/guide/azure-sandbox/azure-sandbox.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/azure-sandbox/azure-sandbox.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @doherty100 +* Microsoft Alias: **rdoherty**",1.0,"Azure Sandbox - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* + +* ID: 85c75c06-7903-2f80-b5f5-11d12e258623 +* Version Independent ID: 85c75c06-7903-2f80-b5f5-11d12e258623 +* Content: [Azure Sandbox - Azure Architecture Center](https://learn.microsoft.com/en-us/azure/architecture/guide/azure-sandbox/azure-sandbox) +* Content Source: [docs/guide/azure-sandbox/azure-sandbox.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/guide/azure-sandbox/azure-sandbox.yml) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @doherty100 +* Microsoft Alias: **rdoherty**",1,azure sandbox document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login microsoft alias rdoherty ,1 +9184,24171843481.0,IssuesEvent,2022-09-22 20:00:31,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Azure Load Balance- Regional or Global,in-progress assigned-to-author triaged product-question architecture-center/svc Pri2 guide/subsvc," +I see that this page has a chart that has reclassified the Azure Load Balancer as Global not Regional. It was listed as Regional before. Why has this changed? Traffic Manager and Front Door would be the Global items while Traffic Manager and Load Balancer as Regional. + + +Cheers, +Jeff Smalley MCT +Chicagoville + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Azure Load Balance- Regional or Global - +I see that this page has a chart that has reclassified the Azure Load Balancer as Global not Regional. It was listed as Regional before. Why has this changed? Traffic Manager and Front Door would be the Global items while Traffic Manager and Load Balancer as Regional. + + +Cheers, +Jeff Smalley MCT +Chicagoville + + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 936c85d9-c953-2def-c399-77cbda32b24d +* Version Independent ID: 9173c834-2c40-9169-b13b-6273759a2c8a +* Content: [Overview of Azure load-balancing options - Azure Application Architecture Guide](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview) +* Content Source: [docs/guide/technology-choices/load-balancing-overview.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/guide/technology-choices/load-balancing-overview.md) +* Service: **architecture-center** +* Sub-service: **guide** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,azure load balance regional or global i see that this page has a chart that has reclassified the azure load balancer as global not regional it was listed as regional before why has this changed traffic manager and front door would be the global items while traffic manager and load balancer as regional cheers jeff smalley mct chicagoville document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service guide github login microsoft alias pnp ,1 +512910,14911972101.0,IssuesEvent,2021-01-22 11:55:27,bounswe/bounswe2020group9,https://api.github.com/repos/bounswe/bounswe2020group9,closed,Backend - My Credit Cards,Backend Mobile Priority - High Status - In progress,"Can you provide the necessary information after improvements have been made on the backend so that users can add credit card information and then delete or update them whenever they want? + +**Deadline: 21.01.2021 23:59**",1.0,"Backend - My Credit Cards - Can you provide the necessary information after improvements have been made on the backend so that users can add credit card information and then delete or update them whenever they want? + +**Deadline: 21.01.2021 23:59**",0,backend my credit cards can you provide the necessary information after improvements have been made on the backend so that users can add credit card information and then delete or update them whenever they want deadline ,0 +9726,25106454416.0,IssuesEvent,2022-11-08 16:58:51,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Update Note in ASR section about PPG Support,doc-bug assigned-to-author triaged architecture-center/svc Pri2," +[Enter feedback here] +Says ASR doesn't support PPG when the ASR support matrix states that it does. +https://docs.microsoft.com/en-us/azure/site-recovery/azure-to-azure-support-matrix +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1fff09dc-014d-d685-881e-dc7d1ef353ff +* Version Independent ID: ca3d7830-d394-d280-dd35-19749ee53f6b +* Content: [Run SAP HANA for Linux virtual machines in a scale-up architecture on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sap/run-sap-hana-for-linux-virtual-machines#feedback) +* Content Source: [docs/reference-architectures/sap/run-sap-hana-for-linux-virtual-machines.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/sap/run-sap-hana-for-linux-virtual-machines.md) +* Service: **architecture-center** +* GitHub Login: @Maggsl +* Microsoft Alias: **pnp**",1.0,"Update Note in ASR section about PPG Support - +[Enter feedback here] +Says ASR doesn't support PPG when the ASR support matrix states that it does. +https://docs.microsoft.com/en-us/azure/site-recovery/azure-to-azure-support-matrix +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 1fff09dc-014d-d685-881e-dc7d1ef353ff +* Version Independent ID: ca3d7830-d394-d280-dd35-19749ee53f6b +* Content: [Run SAP HANA for Linux virtual machines in a scale-up architecture on Azure - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/sap/run-sap-hana-for-linux-virtual-machines#feedback) +* Content Source: [docs/reference-architectures/sap/run-sap-hana-for-linux-virtual-machines.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/sap/run-sap-hana-for-linux-virtual-machines.md) +* Service: **architecture-center** +* GitHub Login: @Maggsl +* Microsoft Alias: **pnp**",1,update note in asr section about ppg support says asr doesn t support ppg when the asr support matrix states that it does document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center github login maggsl microsoft alias pnp ,1 +546492,16013472342.0,IssuesEvent,2021-04-20 13:31:40,telstra/open-kilda,https://api.github.com/repos/telstra/open-kilda,closed,Occasional errors if switch sync is requested during reroute process,bug priority/3-normal,"There is an autotest script to reproduce this #2564 +**Steps:** +1. Create a flow +2. Modify costs so that some other path is more preferable +3. In parallel: requests a reroute for the flow and request 'sync rules' on each related switch +**Expected:** System is in a stable state with no rule discrepancies on any switch. All sync rules requests have a successful response. +**Actual:** Sync rules requests may occasionally return Internal Server Error +``` +org.springframework.web.client.HttpServerErrorException: 500 +{ + ""correlation_id"" : ""aec5d76f-950b-46f0-9ed2-9ef6e3676e76 : fn-tests-1562068834442"", + ""timestamp"" : 1562068834499, + ""error-type"" : ""Internal service error"", + ""error-message"" : ""Unable to load NODE with id 35827."", + ""error-description"" : ""Error in SwitchValidateFsm"" +} +``` + +**Upd:** It was observed that the same error may be thrown for 'validate switch' operation during reroutes",1.0,"Occasional errors if switch sync is requested during reroute process - There is an autotest script to reproduce this #2564 +**Steps:** +1. Create a flow +2. Modify costs so that some other path is more preferable +3. In parallel: requests a reroute for the flow and request 'sync rules' on each related switch +**Expected:** System is in a stable state with no rule discrepancies on any switch. All sync rules requests have a successful response. +**Actual:** Sync rules requests may occasionally return Internal Server Error +``` +org.springframework.web.client.HttpServerErrorException: 500 +{ + ""correlation_id"" : ""aec5d76f-950b-46f0-9ed2-9ef6e3676e76 : fn-tests-1562068834442"", + ""timestamp"" : 1562068834499, + ""error-type"" : ""Internal service error"", + ""error-message"" : ""Unable to load NODE with id 35827."", + ""error-description"" : ""Error in SwitchValidateFsm"" +} +``` + +**Upd:** It was observed that the same error may be thrown for 'validate switch' operation during reroutes",0,occasional errors if switch sync is requested during reroute process there is an autotest script to reproduce this steps create a flow modify costs so that some other path is more preferable in parallel requests a reroute for the flow and request sync rules on each related switch expected system is in a stable state with no rule discrepancies on any switch all sync rules requests have a successful response actual sync rules requests may occasionally return internal server error org springframework web client httpservererrorexception correlation id fn tests timestamp error type internal service error error message unable to load node with id error description error in switchvalidatefsm upd it was observed that the same error may be thrown for validate switch operation during reroutes,0 +3778,10115286492.0,IssuesEvent,2019-07-30 21:21:25,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Article needs to be updated - information is not up to date,architecture-center/svc assigned-to-author doc-enhancement reference-architecture/subsvc triaged,"Please update article to accomodate Azure AD Domain Services. The section: ""Integrate your on-premises domains with Azure AD"" states challenges: ""Identity services are limited to users and groups. There is no ability to authenticate service and computer accounts."" ... this is no longer true as Azure AD Domain Services can authenticate services and computer accounts. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: dd6463b2-ccca-e0f5-ed8e-ed239541a5c7 +* Version Independent ID: 3f497c55-e522-476c-8e63-37de63ff0603 +* Content: [Integrate on-premises Active Directory with Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/#feedback) +* Content Source: [docs/reference-architectures/identity/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/index.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"Article needs to be updated - information is not up to date - Please update article to accomodate Azure AD Domain Services. The section: ""Integrate your on-premises domains with Azure AD"" states challenges: ""Identity services are limited to users and groups. There is no ability to authenticate service and computer accounts."" ... this is no longer true as Azure AD Domain Services can authenticate services and computer accounts. + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: dd6463b2-ccca-e0f5-ed8e-ed239541a5c7 +* Version Independent ID: 3f497c55-e522-476c-8e63-37de63ff0603 +* Content: [Integrate on-premises Active Directory with Azure - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/identity/#feedback) +* Content Source: [docs/reference-architectures/identity/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/identity/index.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,article needs to be updated information is not up to date please update article to accomodate azure ad domain services the section integrate your on premises domains with azure ad states challenges identity services are limited to users and groups there is no ability to authenticate service and computer accounts this is no longer true as azure ad domain services can authenticate services and computer accounts document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id ccca version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +193354,14648448111.0,IssuesEvent,2020-12-27 03:01:45,github-vet/rangeloop-pointer-findings,https://api.github.com/repos/github-vet/rangeloop-pointer-findings,closed,eltorocorp/sfn-poller: sfnpoller/pollable/api_test.go; 22 LoC,fresh small test," +Found a possible issue in [eltorocorp/sfn-poller](https://www.github.com/eltorocorp/sfn-poller) at [sfnpoller/pollable/api_test.go](https://github.com/eltorocorp/sfn-poller/blob/888452cb1e7e637c6a533f2aab52449c992e9218/sfnpoller/pollable/api_test.go#L171-L192) + +Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first +issue it finds, so please do not limit your consideration to the contents of the below message. + +> range-loop variable testName used in defer or goroutine at line 176 + +[Click here to see the code in its original context.](https://github.com/eltorocorp/sfn-poller/blob/888452cb1e7e637c6a533f2aab52449c992e9218/sfnpoller/pollable/api_test.go#L171-L192) + +
+Click here to show the 22 line(s) of Go which triggered the analyzer. + +```go + for testName, tc := range testCases { + log.Printf(""Starting test case: %v"", testName) + controller := gomock.NewController(t) + defer controller.Finish() + defer func() { + t.Logf(""Failed test case: %v"", testName) + }() + + sfnapi, handler := tc.BuildTestCase(controller) + + task := pollable.NewTask(handler, ""arn"", ""workername"", heartbeatFrequency, sfnapi) + + ctx := cancellablecontext.New(context.Background()) + task.Start(ctx) + <-task.Started() + + // pause for a moment to give the poller a chance to register a call. + time.Sleep(250 * time.Millisecond) + + <-task.Done() + <-ctx.Done() + } + +``` +
+ + + +Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: +See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. + +commit ID: 888452cb1e7e637c6a533f2aab52449c992e9218 +",1.0,"eltorocorp/sfn-poller: sfnpoller/pollable/api_test.go; 22 LoC - +Found a possible issue in [eltorocorp/sfn-poller](https://www.github.com/eltorocorp/sfn-poller) at [sfnpoller/pollable/api_test.go](https://github.com/eltorocorp/sfn-poller/blob/888452cb1e7e637c6a533f2aab52449c992e9218/sfnpoller/pollable/api_test.go#L171-L192) + +Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first +issue it finds, so please do not limit your consideration to the contents of the below message. + +> range-loop variable testName used in defer or goroutine at line 176 + +[Click here to see the code in its original context.](https://github.com/eltorocorp/sfn-poller/blob/888452cb1e7e637c6a533f2aab52449c992e9218/sfnpoller/pollable/api_test.go#L171-L192) + +
+Click here to show the 22 line(s) of Go which triggered the analyzer. + +```go + for testName, tc := range testCases { + log.Printf(""Starting test case: %v"", testName) + controller := gomock.NewController(t) + defer controller.Finish() + defer func() { + t.Logf(""Failed test case: %v"", testName) + }() + + sfnapi, handler := tc.BuildTestCase(controller) + + task := pollable.NewTask(handler, ""arn"", ""workername"", heartbeatFrequency, sfnapi) + + ctx := cancellablecontext.New(context.Background()) + task.Start(ctx) + <-task.Started() + + // pause for a moment to give the poller a chance to register a call. + time.Sleep(250 * time.Millisecond) + + <-task.Done() + <-ctx.Done() + } + +``` +
+ + + +Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: +See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. + +commit ID: 888452cb1e7e637c6a533f2aab52449c992e9218 +",0,eltorocorp sfn poller sfnpoller pollable api test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message range loop variable testname used in defer or goroutine at line click here to show the line s of go which triggered the analyzer go for testname tc range testcases log printf starting test case v testname controller gomock newcontroller t defer controller finish defer func t logf failed test case v testname sfnapi handler tc buildtestcase controller task pollable newtask handler arn workername heartbeatfrequency sfnapi ctx cancellablecontext new context background task start ctx task started pause for a moment to give the poller a chance to register a call time sleep time millisecond task done ctx done leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id ,0 +44287,11424766655.0,IssuesEvent,2020-02-03 18:26:34,GoogleCloudPlatform/golang-samples,https://api.github.com/repos/GoogleCloudPlatform/golang-samples,closed,bigquery/snippets/querying: TestQueries/group/queryDryRun failed,buildcop:issue priority: p1 type: bug,"bigquery/snippets/querying: TestQueries/group/queryDryRun failed +buildID: commit:2835fdb43524b8f8487bd333bf1491a299e35606 +buildURL: https://source.cloud.google.com/results/invocations/fa26790e-b2d1-4b0c-8a90-166d6b95428d +status: failed",1.0,"bigquery/snippets/querying: TestQueries/group/queryDryRun failed - bigquery/snippets/querying: TestQueries/group/queryDryRun failed +buildID: commit:2835fdb43524b8f8487bd333bf1491a299e35606 +buildURL: https://source.cloud.google.com/results/invocations/fa26790e-b2d1-4b0c-8a90-166d6b95428d +status: failed",0,bigquery snippets querying testqueries group querydryrun failed bigquery snippets querying testqueries group querydryrun failed buildid commit buildurl status failed,0 +9081,24036582812.0,IssuesEvent,2022-09-15 19:48:13,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Broken nav link ""Secure access to IoT apps with Azure AD""",assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"Left nav broken link: Secure access to IoT apps with Azure AD +Used to point to this page (found on web archive): https://web.archive.org/web/20200825221210/https://docs.microsoft.com/en-us/azure/architecture/example-scenario/iot-aad/iot-aad + +Please fix link (to original source on docs.microsoft.com obviously not web archive). + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cf328b1f-6bc5-dff2-619f-82b95030c3cf +* Version Independent ID: 4c7bd8b7-5ebb-5b1e-010b-2acd7fdcec0f +* Content: [Azure IoT reference architecture - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/iot) +* Content Source: [docs/reference-architectures/iot.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/iot.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"Broken nav link ""Secure access to IoT apps with Azure AD"" - Left nav broken link: Secure access to IoT apps with Azure AD +Used to point to this page (found on web archive): https://web.archive.org/web/20200825221210/https://docs.microsoft.com/en-us/azure/architecture/example-scenario/iot-aad/iot-aad + +Please fix link (to original source on docs.microsoft.com obviously not web archive). + +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: cf328b1f-6bc5-dff2-619f-82b95030c3cf +* Version Independent ID: 4c7bd8b7-5ebb-5b1e-010b-2acd7fdcec0f +* Content: [Azure IoT reference architecture - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/iot) +* Content Source: [docs/reference-architectures/iot.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/iot.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,broken nav link secure access to iot apps with azure ad left nav broken link secure access to iot apps with azure ad used to point to this page found on web archive please fix link to original source on docs microsoft com obviously not web archive document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +249778,7964690191.0,IssuesEvent,2018-07-13 22:50:02,samsung-cnct/kraken-lib,https://api.github.com/repos/samsung-cnct/kraken-lib,closed,Add tests for oidc to CI,ci feature request kraken-lib priority-p3,Currently we do not test the oidc code path. Add a test for this to the Jenkinsfile.,1.0,Add tests for oidc to CI - Currently we do not test the oidc code path. Add a test for this to the Jenkinsfile.,0,add tests for oidc to ci currently we do not test the oidc code path add a test for this to the jenkinsfile ,0 +408002,11940519946.0,IssuesEvent,2020-04-02 16:51:08,eclipse-ee4j/jaxb-api,https://api.github.com/repos/eclipse-ee4j/jaxb-api,closed,add XMLGregorianCalendar.add(Duration),Component: datatypes ERR: Assignee Priority: Critical Type: Improvement,"Add a method to javax.xml.datatype.XMLGregorianCalendar that adds a Duration to +XMLGregorianCalendar. + +Duration.addTo(java.util.Calendar) and Duration.addTo(java.util.Date) already +provide +a means to add a duration to these object. Add the logical equivalent of adding +duration to XMLGregorianCalendar, XMLGregorianCalendar.addTo(Duration). +#### Environment +Operating System: All +Platform: All +#### Affected Versions +[2.0 draft]",1.0,"add XMLGregorianCalendar.add(Duration) - Add a method to javax.xml.datatype.XMLGregorianCalendar that adds a Duration to +XMLGregorianCalendar. + +Duration.addTo(java.util.Calendar) and Duration.addTo(java.util.Date) already +provide +a means to add a duration to these object. Add the logical equivalent of adding +duration to XMLGregorianCalendar, XMLGregorianCalendar.addTo(Duration). +#### Environment +Operating System: All +Platform: All +#### Affected Versions +[2.0 draft]",0,add xmlgregoriancalendar add duration add a method to javax xml datatype xmlgregoriancalendar that adds a duration to xmlgregoriancalendar duration addto java util calendar and duration addto java util date already provide a means to add a duration to these object add the logical equivalent of adding duration to xmlgregoriancalendar xmlgregoriancalendar addto duration environment operating system all platform all affected versions ,0 +8954,23848584536.0,IssuesEvent,2022-09-06 15:49:25,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,"Minor typo in ""context and problem"" section",doc-bug assigned-to-author triaged architecture-center/svc cloud-fundamentals/subsvc Pri2,"Hi, + +I just wanted to make you aware of a minor typo (or editing mistake) in the ""context and problem"" section. In the last sentence of the first paragraph, it says: ""... and is likely to **accesses** storage and other services on behalf of the client."" + +However, it should be ""... is likely to **access** storage ..."" + +Cheers +Christian + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 428e4625-191f-a050-ec58-60fd2dddff86 +* Version Independent ID: 3a4e385e-5761-3633-1ddf-46e1878b420d +* Content: [Gatekeeper pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/gatekeeper?source=docs) +* Content Source: [docs/patterns/gatekeeper.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/gatekeeper.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1.0,"Minor typo in ""context and problem"" section - Hi, + +I just wanted to make you aware of a minor typo (or editing mistake) in the ""context and problem"" section. In the last sentence of the first paragraph, it says: ""... and is likely to **accesses** storage and other services on behalf of the client."" + +However, it should be ""... is likely to **access** storage ..."" + +Cheers +Christian + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 428e4625-191f-a050-ec58-60fd2dddff86 +* Version Independent ID: 3a4e385e-5761-3633-1ddf-46e1878b420d +* Content: [Gatekeeper pattern - Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/gatekeeper?source=docs) +* Content Source: [docs/patterns/gatekeeper.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/patterns/gatekeeper.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @dragon119 +* Microsoft Alias: **pnp**",1,minor typo in context and problem section hi i just wanted to make you aware of a minor typo or editing mistake in the context and problem section in the last sentence of the first paragraph it says and is likely to accesses storage and other services on behalf of the client however it should be is likely to access storage cheers christian document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +10625,27167738541.0,IssuesEvent,2023-02-17 16:37:49,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,First Visio Link is incorrect.,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2,"First Visio link appears to be wrong. It's download Visio file to a single region example. +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web app - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/app-service-web-app/multi-region.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Arvindboggaram +* Microsoft Alias: **arboggar**",2.0,"First Visio Link is incorrect. - First Visio link appears to be wrong. It's download Visio file to a single region example. +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: b0c0c2a8-94a0-67ef-602a-6013bc7aa403 +* Version Independent ID: 27705eeb-7853-bd5d-58ac-a07bd6a8a79d +* Content: [Highly available multi-region web app - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/multi-region) +* Content Source: [docs/reference-architectures/app-service-web-app/multi-region.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/reference-architectures/app-service-web-app/multi-region.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @Arvindboggaram +* Microsoft Alias: **arboggar**",1,first visio link is incorrect first visio link appears to be wrong it s download visio file to a single region example document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login arvindboggaram microsoft alias arboggar ,1 +4996,11942231425.0,IssuesEvent,2020-04-02 19:54:36,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Big data processing - Azure Databricks,Pri1 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged," +Hi, + +I observed that 'Azure Databricks' equivalent service in AWS is mentioned as 'EMR'. + +Nonetheless, I urge its 'AWS Glue' which is appropriate service. + +![Screen Shot 2019-11-08 at 10 13 28 am](https://user-images.githubusercontent.com/35385853/68435871-94f46b80-0210-11ea-9d3b-656e867397d4.png) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1.0,"Big data processing - Azure Databricks - +Hi, + +I observed that 'Azure Databricks' equivalent service in AWS is mentioned as 'EMR'. + +Nonetheless, I urge its 'AWS Glue' which is appropriate service. + +![Screen Shot 2019-11-08 at 10 13 28 am](https://user-images.githubusercontent.com/35385853/68435871-94f46b80-0210-11ea-9d3b-656e867397d4.png) + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services#feedback) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @JasRobe +* Microsoft Alias: **pnp**",1,big data processing azure databricks hi i observed that azure databricks equivalent service in aws is mentioned as emr nonetheless i urge its aws glue which is appropriate service document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login jasrobe microsoft alias pnp ,1 +9349,24449123813.0,IssuesEvent,2022-10-06 20:49:40,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Visio Diagrams for Architecture Center,doc-enhancement assigned-to-author triaged architecture-center/svc reference-architecture/subsvc Pri2," +It would be great to have access to the Visio Diagrams for all of the Architecture Center Azure patterns. +Where can a Microsoft employee access? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6724a3b3-3c90-3f27-a51d-454819e88f37 +* Version Independent ID: 0c1b3984-7fbd-70ab-98e1-a2bb7697876b +* Content: [Profisee master data management with Azure Data Factory - Azure Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/profisee-master-data-management-data-factory) +* Content Source: [docs/reference-architectures/data/profisee-master-data-management-data-factory.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/data/profisee-master-data-management-data-factory.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",2.0,"Visio Diagrams for Architecture Center - +It would be great to have access to the Visio Diagrams for all of the Architecture Center Azure patterns. +Where can a Microsoft employee access? + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 6724a3b3-3c90-3f27-a51d-454819e88f37 +* Version Independent ID: 0c1b3984-7fbd-70ab-98e1-a2bb7697876b +* Content: [Profisee master data management with Azure Data Factory - Azure Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/profisee-master-data-management-data-factory) +* Content Source: [docs/reference-architectures/data/profisee-master-data-management-data-factory.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/data/profisee-master-data-management-data-factory.yml) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,visio diagrams for architecture center it would be great to have access to the visio diagrams for all of the architecture center azure patterns where can a microsoft employee access document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login microsoft alias pnp ,1 +7271,17287329118.0,IssuesEvent,2021-07-24 01:32:20,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Missing,Pri2 architecture-center/svc assigned-to-author cloud-fundamentals/subsvc doc-enhancement triaged," +I noticed that the comparison chart doesn't have SNS on it. Seems like an odd omission +I think the older version of this doc did have SNS. It's similar to Azure Notification Hubs: + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1.0,"Missing - +I noticed that the comparison chart doesn't have SNS on it. Seems like an odd omission +I think the older version of this doc did have SNS. It's similar to Azure Notification Hubs: + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 30d02f16-9621-d204-4132-8ce8db79b0af +* Version Independent ID: 65b4385b-79f0-d842-d4a1-5d013615f9b1 +* Content: [AWS to Azure services comparison - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services) +* Content Source: [docs/aws-professional/services.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/aws-professional/services.md) +* Service: **architecture-center** +* Sub-service: **cloud-fundamentals** +* GitHub Login: @doodlemania2 +* Microsoft Alias: **pnp**",1,missing i noticed that the comparison chart doesn t have sns on it seems like an odd omission i think the older version of this doc did have sns it s similar to azure notification hubs document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp ,1 +158094,13725951198.0,IssuesEvent,2020-10-03 20:55:41,skyverge/kodiak-ui,https://api.github.com/repos/skyverge/kodiak-ui,opened,Data visualization components need documentation,documentation good first issue,"Both the `Stat` and `StatProgress` components need documentation written. Currently, we only show examples of how to use the components. + +https://kodiak-ui.com/components/DataVisualization/stat +https://kodiak-ui.com/components/DataVisualization/statprogress",1.0,"Data visualization components need documentation - Both the `Stat` and `StatProgress` components need documentation written. Currently, we only show examples of how to use the components. + +https://kodiak-ui.com/components/DataVisualization/stat +https://kodiak-ui.com/components/DataVisualization/statprogress",0,data visualization components need documentation both the stat and statprogress components need documentation written currently we only show examples of how to use the components ,0 +577916,17139172640.0,IssuesEvent,2021-07-13 07:40:29,googleapis/java-bigtable-hbase,https://api.github.com/repos/googleapis/java-bigtable-hbase,opened,bigtable.hbase.TestBufferedMutator: testAutoFlushOff failed,flakybot: issue priority: p1 type: bug,"This test failed! + +To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot). + +If I'm commenting on this issue too often, add the `flakybot: quiet` label and +I will stop commenting. + +--- + +commit: a891335ce3179c45fade4f3683b7e09d38d0107a +buildURL: [Build Status](https://source.cloud.google.com/results/invocations/64905140-8b04-4270-9ed2-a91e73d97e39), [Sponge](http://sponge2/64905140-8b04-4270-9ed2-a91e73d97e39) +status: failed +
Test output
org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: UnauthenticatedException: 1 time, servers with issues: bigtable.googleapis.com
+	at com.google.cloud.bigtable.hbase.BigtableBufferedMutator.getExceptions(BigtableBufferedMutator.java:188)
+	at com.google.cloud.bigtable.hbase.BigtableBufferedMutator.handleExceptions(BigtableBufferedMutator.java:142)
+	at com.google.cloud.bigtable.hbase.BigtableBufferedMutator.flush(BigtableBufferedMutator.java:93)
+	at com.google.cloud.bigtable.hbase.TestBufferedMutator.testAutoFlushOff(TestBufferedMutator.java:62)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+	at java.lang.reflect.Method.invoke(Method.java:498)
+	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
+	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
+	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
+	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
+	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
+	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
+	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
+	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
+	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
+	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
+	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
+	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
+	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:367)
+	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
+	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
+	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
+	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
+	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
+	at org.junit.runners.Suite.runChild(Suite.java:128)
+	at org.junit.runners.Suite.runChild(Suite.java:27)
+	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
+	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
+	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
+	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
+	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
+	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
+	at java.lang.Thread.run(Thread.java:748)
+	Suppressed: com.google.api.gax.batching.BatchingException: Batching finished with 1 batches failed to apply due to: 1 ApiException(1 INTERNAL) and 0 partial failures.
+		at com.google.api.gax.batching.BatcherStats.asException(BatcherStats.java:147)
+		at com.google.api.gax.batching.BatcherImpl.close(BatcherImpl.java:290)
+		at com.google.cloud.bigtable.hbase.wrappers.veneer.BulkMutationVeneerApi.close(BulkMutationVeneerApi.java:68)
+		at com.google.cloud.bigtable.hbase.BigtableBufferedMutatorHelper.close(BigtableBufferedMutatorHelper.java:91)
+		at com.google.cloud.bigtable.hbase.BigtableBufferedMutator.close(BigtableBufferedMutator.java:85)
+		at com.google.cloud.bigtable.hbase.TestBufferedMutator.testAutoFlushOff(TestBufferedMutator.java:64)
+		... 31 more
+
",1.0,"bigtable.hbase.TestBufferedMutator: testAutoFlushOff failed - This test failed! + +To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot). + +If I'm commenting on this issue too often, add the `flakybot: quiet` label and +I will stop commenting. + +--- + +commit: a891335ce3179c45fade4f3683b7e09d38d0107a +buildURL: [Build Status](https://source.cloud.google.com/results/invocations/64905140-8b04-4270-9ed2-a91e73d97e39), [Sponge](http://sponge2/64905140-8b04-4270-9ed2-a91e73d97e39) +status: failed +
Test output
org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: UnauthenticatedException: 1 time, servers with issues: bigtable.googleapis.com
+	at com.google.cloud.bigtable.hbase.BigtableBufferedMutator.getExceptions(BigtableBufferedMutator.java:188)
+	at com.google.cloud.bigtable.hbase.BigtableBufferedMutator.handleExceptions(BigtableBufferedMutator.java:142)
+	at com.google.cloud.bigtable.hbase.BigtableBufferedMutator.flush(BigtableBufferedMutator.java:93)
+	at com.google.cloud.bigtable.hbase.TestBufferedMutator.testAutoFlushOff(TestBufferedMutator.java:62)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+	at java.lang.reflect.Method.invoke(Method.java:498)
+	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
+	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
+	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
+	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
+	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
+	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
+	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
+	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
+	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
+	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
+	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
+	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
+	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:367)
+	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
+	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
+	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
+	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
+	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
+	at org.junit.runners.Suite.runChild(Suite.java:128)
+	at org.junit.runners.Suite.runChild(Suite.java:27)
+	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
+	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
+	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
+	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
+	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
+	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
+	at java.lang.Thread.run(Thread.java:748)
+	Suppressed: com.google.api.gax.batching.BatchingException: Batching finished with 1 batches failed to apply due to: 1 ApiException(1 INTERNAL) and 0 partial failures.
+		at com.google.api.gax.batching.BatcherStats.asException(BatcherStats.java:147)
+		at com.google.api.gax.batching.BatcherImpl.close(BatcherImpl.java:290)
+		at com.google.cloud.bigtable.hbase.wrappers.veneer.BulkMutationVeneerApi.close(BulkMutationVeneerApi.java:68)
+		at com.google.cloud.bigtable.hbase.BigtableBufferedMutatorHelper.close(BigtableBufferedMutatorHelper.java:91)
+		at com.google.cloud.bigtable.hbase.BigtableBufferedMutator.close(BigtableBufferedMutator.java:85)
+		at com.google.cloud.bigtable.hbase.TestBufferedMutator.testAutoFlushOff(TestBufferedMutator.java:64)
+		... 31 more
+
",0,bigtable hbase testbufferedmutator testautoflushoff failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output org apache hadoop hbase client retriesexhaustedwithdetailsexception failed action unauthenticatedexception time servers with issues bigtable googleapis com at com google cloud bigtable hbase bigtablebufferedmutator getexceptions bigtablebufferedmutator java at com google cloud bigtable hbase bigtablebufferedmutator handleexceptions bigtablebufferedmutator java at com google cloud bigtable hbase bigtablebufferedmutator flush bigtablebufferedmutator java at com google cloud bigtable hbase testbufferedmutator testautoflushoff testbufferedmutator java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org apache maven surefire junitcore pc scheduler run scheduler java at org apache maven surefire junitcore pc invokerstrategy schedule invokerstrategy java at org apache maven surefire junitcore pc scheduler schedule scheduler java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runners suite runchild suite java at org junit runners suite runchild suite java at org junit runners parentrunner run parentrunner java at org apache maven surefire junitcore pc scheduler run scheduler java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java suppressed com google api gax batching batchingexception batching finished with batches failed to apply due to apiexception internal and partial failures at com google api gax batching batcherstats asexception batcherstats java at com google api gax batching batcherimpl close batcherimpl java at com google cloud bigtable hbase wrappers veneer bulkmutationveneerapi close bulkmutationveneerapi java at com google cloud bigtable hbase bigtablebufferedmutatorhelper close bigtablebufferedmutatorhelper java at com google cloud bigtable hbase bigtablebufferedmutator close bigtablebufferedmutator java at com google cloud bigtable hbase testbufferedmutator testautoflushoff testbufferedmutator java more ,0 +379023,11212134765.0,IssuesEvent,2020-01-06 16:53:29,eclipse-researchlabs/scava,https://api.github.com/repos/eclipse-researchlabs/scava,opened,Analysis tasks being stuck in worker,bug high priority,"When creating analysis tasks for projects, they seem to be stuck in the worker. Heartbeat is not updated, and nothing happens (percentage or metric processed don't change, ..). + +![Capture du 2019-08-25 18-16-21](https://user-images.githubusercontent.com/5849071/63652786-898eb980-c764-11e9-971a-094fae144af4.png) + +Stopping and re-starting the oss-app or the whole stack resumes the analysis but it shortly stops after (few minutes).",1.0,"Analysis tasks being stuck in worker - When creating analysis tasks for projects, they seem to be stuck in the worker. Heartbeat is not updated, and nothing happens (percentage or metric processed don't change, ..). + +![Capture du 2019-08-25 18-16-21](https://user-images.githubusercontent.com/5849071/63652786-898eb980-c764-11e9-971a-094fae144af4.png) + +Stopping and re-starting the oss-app or the whole stack resumes the analysis but it shortly stops after (few minutes).",0,analysis tasks being stuck in worker when creating analysis tasks for projects they seem to be stuck in the worker heartbeat is not updated and nothing happens percentage or metric processed don t change stopping and re starting the oss app or the whole stack resumes the analysis but it shortly stops after few minutes ,0 +5448,12498342860.0,IssuesEvent,2020-06-01 18:06:42,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,SVG Request,Pri1 architecture-center/svc assigned-to-author reference-architecture/subsvc triaged,"Can we get an svg of this architecture please. Tks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 524d1f97-ce37-f9ac-cf05-d33665eb34df +* Version Independent ID: fe4cc63f-a4b1-c30e-f39f-f4c3de1c57be +* Content: [Serverless web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/serverless/web-app#feedback) +* Content Source: [docs/reference-architectures/serverless/web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/serverless/web-app.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",2.0,"SVG Request - Can we get an svg of this architecture please. Tks + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 524d1f97-ce37-f9ac-cf05-d33665eb34df +* Version Independent ID: fe4cc63f-a4b1-c30e-f39f-f4c3de1c57be +* Content: [Serverless web application - Azure Reference Architectures](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/serverless/web-app#feedback) +* Content Source: [docs/reference-architectures/serverless/web-app.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/reference-architectures/serverless/web-app.md) +* Service: **architecture-center** +* Sub-service: **reference-architecture** +* GitHub Login: @MikeWasson +* Microsoft Alias: **pnp**",1,svg request can we get an svg of this architecture please tks document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service reference architecture github login mikewasson microsoft alias pnp ,1 +68173,21528980812.0,IssuesEvent,2022-04-28 21:40:51,vector-im/element-web,https://api.github.com/repos/vector-im/element-web,closed,Unable to upload Sims 4 .png screenshots to unencrypted rooms. Renaming or zipping the file works.,T-Defect P2 A-Media Z-Synapse," + + + +### Description + +When uploading a Sims 4 screenshot with a .png extension, the upload fails. You can rename the file to any other photo extension and it still fails. If you remove the extension, zip it, or give it a non-image extension, or upload to an encrypted room, the upload succeeds. + +- Issue affects both web and desktop versions of the Riot.im client. +- Issue happens on multiple PCs and with multiple accounts. + +### Steps to reproduce + +- Take a screenshot in The Sims 4. +- Try sending it to a room. +- Upload fails. +- Rename or zip the file to give it a non-image extension. +-- Upload succeeds. +- Encrypt the room and send file as .png. +-- Upload succeeds. + +Log: sent/not sent? + + + +### Version information + + + +- **Platform**: + +For the web app: + +- **Browser**: Firefox 64 +- **OS**: Windows 7 Pro x64 +- **URL**: riot.im/app + +For the desktop app: + +- **OS**: Windows 7 Pro x64 +- **Version**: 0.17.9 +![01-31-19_5-49-51 pm](https://user-images.githubusercontent.com/20302956/52095619-5054e900-2589-11e9-967f-c3a051b10db7.png) + +",1.0,"Unable to upload Sims 4 .png screenshots to unencrypted rooms. Renaming or zipping the file works. - + + + +### Description + +When uploading a Sims 4 screenshot with a .png extension, the upload fails. You can rename the file to any other photo extension and it still fails. If you remove the extension, zip it, or give it a non-image extension, or upload to an encrypted room, the upload succeeds. + +- Issue affects both web and desktop versions of the Riot.im client. +- Issue happens on multiple PCs and with multiple accounts. + +### Steps to reproduce + +- Take a screenshot in The Sims 4. +- Try sending it to a room. +- Upload fails. +- Rename or zip the file to give it a non-image extension. +-- Upload succeeds. +- Encrypt the room and send file as .png. +-- Upload succeeds. + +Log: sent/not sent? + + + +### Version information + + + +- **Platform**: + +For the web app: + +- **Browser**: Firefox 64 +- **OS**: Windows 7 Pro x64 +- **URL**: riot.im/app + +For the desktop app: + +- **OS**: Windows 7 Pro x64 +- **Version**: 0.17.9 +![01-31-19_5-49-51 pm](https://user-images.githubusercontent.com/20302956/52095619-5054e900-2589-11e9-967f-c3a051b10db7.png) + +",0,unable to upload sims png screenshots to unencrypted rooms renaming or zipping the file works this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections that aren t relevant to your particular case text between marks will be invisible in the report description when uploading a sims screenshot with a png extension the upload fails you can rename the file to any other photo extension and it still fails if you remove the extension zip it or give it a non image extension or upload to an encrypted room the upload succeeds issue affects both web and desktop versions of the riot im client issue happens on multiple pcs and with multiple accounts steps to reproduce take a screenshot in the sims try sending it to a room upload fails rename or zip the file to give it a non image extension upload succeeds encrypt the room and send file as png upload succeeds log sent not sent you can send us the app s logs via the report bug link on the settings page very important for hard to reproduce bugs please file a bug here too version information platform for the web app browser firefox os windows pro url riot im app for the desktop app os windows pro version ,0 +432473,30284846000.0,IssuesEvent,2023-07-08 14:39:57,OHDSI/GIS,https://api.github.com/repos/OHDSI/GIS,closed,Restructure the ERD ,documentation,Restructure (following suit to the GIS proposal) and rename on the website,1.0,Restructure the ERD - Restructure (following suit to the GIS proposal) and rename on the website,0,restructure the erd restructure following suit to the gis proposal and rename on the website,0 +98825,12370867405.0,IssuesEvent,2020-05-18 17:32:35,AlaskaAirlines/ods-button,https://api.github.com/repos/AlaskaAirlines/ods-button,opened,Auro button: Design support disabled state,Status: Design in progress Type: Feature,"# User story + +As a designer, I want to be able to use an disabled state button, so I can clearly express the UX of my designs. + +## Outline subtasks or tasks + +> List specific steps required to deliver this work. + +- [ ] Propose design interaction of active state button +- [ ] Review new state with Auro team +- [ ] Have completed version of new state as a branch to be communicated to engineers +- [ ] Prepare branch for merge into MASTER + +## Definition of “Done” (exit criteria) + +> The story is generally “done” when the user can complete the outlined task, but make sure to define what that is. + +- [ ] the documented design spec has been created +- [ ] assets have been symbolized in the UI toolkit +- [ ] new UI has been applied to the WC +",1.0,"Auro button: Design support disabled state - # User story + +As a designer, I want to be able to use an disabled state button, so I can clearly express the UX of my designs. + +## Outline subtasks or tasks + +> List specific steps required to deliver this work. + +- [ ] Propose design interaction of active state button +- [ ] Review new state with Auro team +- [ ] Have completed version of new state as a branch to be communicated to engineers +- [ ] Prepare branch for merge into MASTER + +## Definition of “Done” (exit criteria) + +> The story is generally “done” when the user can complete the outlined task, but make sure to define what that is. + +- [ ] the documented design spec has been created +- [ ] assets have been symbolized in the UI toolkit +- [ ] new UI has been applied to the WC +",0,auro button design support disabled state user story as a designer i want to be able to use an disabled state button so i can clearly express the ux of my designs outline subtasks or tasks list specific steps required to deliver this work propose design interaction of active state button review new state with auro team have completed version of new state as a branch to be communicated to engineers prepare branch for merge into master definition of “done” exit criteria the story is generally “done” when the user can complete the outlined task but make sure to define what that is the documented design spec has been created assets have been symbolized in the ui toolkit new ui has been applied to the wc ,0 +450426,31900095642.0,IssuesEvent,2023-09-18 07:09:29,dvlpsy/fastcampus-project-board,https://api.github.com/repos/dvlpsy/fastcampus-project-board,closed,계정 도메인 추가 작업,documentation enhancement,"지난 #8 에서 강의 흐름 상 작업하지 않았던 회원 계정 도메인을 추가로 작업한다. +이는 인증 기능 구현을 위해 필요함 + +* [x] erd 업데이트 +* [x] 도메인 추가 +* [x] jpa 인터페이스 추가",1.0,"계정 도메인 추가 작업 - 지난 #8 에서 강의 흐름 상 작업하지 않았던 회원 계정 도메인을 추가로 작업한다. +이는 인증 기능 구현을 위해 필요함 + +* [x] erd 업데이트 +* [x] 도메인 추가 +* [x] jpa 인터페이스 추가",0,계정 도메인 추가 작업 지난 에서 강의 흐름 상 작업하지 않았던 회원 계정 도메인을 추가로 작업한다 이는 인증 기능 구현을 위해 필요함 erd 업데이트 도메인 추가 jpa 인터페이스 추가,0 +10470,26995312787.0,IssuesEvent,2023-02-10 00:10:19,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Page content and title has (almost) nothing to do with each other,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 solution-idea/subsvc,"This page titled ""Custom data sovereignty and data gravity requirements"" does not contain anything about said title. The architecture drawing and description sounds like a placeholder for something else. + +Seems to me like the page should be added to have something useful or removed until content can be created. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 3bf8eba9-9491-d76d-9690-151add45b30b +* Version Independent ID: b64f53cb-1421-050b-ec5c-b42ef49e7c86 +* Content: [Custom data sovereignty and data gravity requirements - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/data-sovereignty-and-gravity) +* Content Source: [docs/solution-ideas/articles/data-sovereignty-and-gravity.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/data-sovereignty-and-gravity.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1.0,"Page content and title has (almost) nothing to do with each other - This page titled ""Custom data sovereignty and data gravity requirements"" does not contain anything about said title. The architecture drawing and description sounds like a placeholder for something else. + +Seems to me like the page should be added to have something useful or removed until content can be created. + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 3bf8eba9-9491-d76d-9690-151add45b30b +* Version Independent ID: b64f53cb-1421-050b-ec5c-b42ef49e7c86 +* Content: [Custom data sovereignty and data gravity requirements - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/data-sovereignty-and-gravity) +* Content Source: [docs/solution-ideas/articles/data-sovereignty-and-gravity.yml](https://github.com/microsoftdocs/architecture-center/blob/main/docs/solution-ideas/articles/data-sovereignty-and-gravity.yml) +* Service: **architecture-center** +* Sub-service: **solution-idea** +* GitHub Login: @EdPrice-MSFT +* Microsoft Alias: **architectures**",1,page content and title has almost nothing to do with each other this page titled custom data sovereignty and data gravity requirements does not contain anything about said title the architecture drawing and description sounds like a placeholder for something else seems to me like the page should be added to have something useful or removed until content can be created document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service solution idea github login edprice msft microsoft alias architectures ,1 +9761,25165591675.0,IssuesEvent,2022-11-10 20:31:35,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,The behavior of this command has been altered by the following extension: aks-preview,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 3af2f117-85b5-b53e-b9b8-58c43a0aac71 +* Version Independent ID: 0640e0e2-04d8-e056-78e8-977bb7a559dc +* Content: [AKS triage container registry connectivity - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/operator-guides/aks/aks-triage-container-registry) +* Content Source: [docs/operator-guides/aks/aks-triage-container-registry.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/operator-guides/aks/aks-triage-container-registry.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @kevingbb +* Microsoft Alias: **architectures**",1.0,"The behavior of this command has been altered by the following extension: aks-preview - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 3af2f117-85b5-b53e-b9b8-58c43a0aac71 +* Version Independent ID: 0640e0e2-04d8-e056-78e8-977bb7a559dc +* Content: [AKS triage container registry connectivity - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/operator-guides/aks/aks-triage-container-registry) +* Content Source: [docs/operator-guides/aks/aks-triage-container-registry.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/operator-guides/aks/aks-triage-container-registry.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @kevingbb +* Microsoft Alias: **architectures**",1,the behavior of this command has been altered by the following extension aks preview document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login kevingbb microsoft alias architectures ,1 +526174,15282804997.0,IssuesEvent,2021-02-23 10:02:29,OpenMined/PySyft,https://api.github.com/repos/OpenMined/PySyft,closed,Tags for pointers generated mid-computation,0.4 Priority: 2 - High :cold_sweat: Type: New Feature :heavy_plus_sign:,"## Feature Description +With the new mechanism for requests, where I reference the tag of the variable I am requesting, it has become more difficult to pull back pointers which are the product of some computation. Let's say I want to pull back 'pred_ptr' from + +`pred_ptr = model_ptr(x_ptr) +` +In order to request pred_ptr I need to reference its tag, however it currently has no tag as it was generated through some computation on the Data Scientist side. I propose the following new features to get around this; + +- pointers should _inherit the tags_ of the variables they are generated from further up in the computation graph. If pointers of are the product of multiple tagged pointers, we make each tag present go with the permissions of the most restrictive tag . In this case that would mean all tags must have been given the OK by the Data Owner to be pulled back by the Data Scientist. +- There may be times where the Data Scientists needs to reference a newly created variable to the Data Owner by some unique tag. In this circumstance it'd be good to be able to tag a pointer. + +## Is your feature request related to a problem? +I need to auto-allow the retrieval of the result of a computation in a loop but I can't do it bc the resultant pointer is not reference-able in a handler. + +## Data Scientist +![Screenshot 2021-01-31 at 13 34 38](https://user-images.githubusercontent.com/46713492/106385601-119cd800-63c9-11eb-841b-436080d60f5a.png) + +## Data Owner +![Screenshot 2021-01-31 at 13 36 59](https://user-images.githubusercontent.com/46713492/106385672-66405300-63c9-11eb-95b1-794ca68d0391.png) + + + +## What alternatives have you considered? +At the moment my workaround is just to add a handler with no tags which accepts everything. This isn't ideal though as there should be some access control in the notebook. + +## Additional Context +Add any other context or screenshots about the feature request here. +",1.0,"Tags for pointers generated mid-computation - ## Feature Description +With the new mechanism for requests, where I reference the tag of the variable I am requesting, it has become more difficult to pull back pointers which are the product of some computation. Let's say I want to pull back 'pred_ptr' from + +`pred_ptr = model_ptr(x_ptr) +` +In order to request pred_ptr I need to reference its tag, however it currently has no tag as it was generated through some computation on the Data Scientist side. I propose the following new features to get around this; + +- pointers should _inherit the tags_ of the variables they are generated from further up in the computation graph. If pointers of are the product of multiple tagged pointers, we make each tag present go with the permissions of the most restrictive tag . In this case that would mean all tags must have been given the OK by the Data Owner to be pulled back by the Data Scientist. +- There may be times where the Data Scientists needs to reference a newly created variable to the Data Owner by some unique tag. In this circumstance it'd be good to be able to tag a pointer. + +## Is your feature request related to a problem? +I need to auto-allow the retrieval of the result of a computation in a loop but I can't do it bc the resultant pointer is not reference-able in a handler. + +## Data Scientist +![Screenshot 2021-01-31 at 13 34 38](https://user-images.githubusercontent.com/46713492/106385601-119cd800-63c9-11eb-841b-436080d60f5a.png) + +## Data Owner +![Screenshot 2021-01-31 at 13 36 59](https://user-images.githubusercontent.com/46713492/106385672-66405300-63c9-11eb-95b1-794ca68d0391.png) + + + +## What alternatives have you considered? +At the moment my workaround is just to add a handler with no tags which accepts everything. This isn't ideal though as there should be some access control in the notebook. + +## Additional Context +Add any other context or screenshots about the feature request here. +",0,tags for pointers generated mid computation feature description with the new mechanism for requests where i reference the tag of the variable i am requesting it has become more difficult to pull back pointers which are the product of some computation let s say i want to pull back pred ptr from pred ptr model ptr x ptr in order to request pred ptr i need to reference its tag however it currently has no tag as it was generated through some computation on the data scientist side i propose the following new features to get around this pointers should inherit the tags of the variables they are generated from further up in the computation graph if pointers of are the product of multiple tagged pointers we make each tag present go with the permissions of the most restrictive tag in this case that would mean all tags must have been given the ok by the data owner to be pulled back by the data scientist there may be times where the data scientists needs to reference a newly created variable to the data owner by some unique tag in this circumstance it d be good to be able to tag a pointer is your feature request related to a problem i need to auto allow the retrieval of the result of a computation in a loop but i can t do it bc the resultant pointer is not reference able in a handler data scientist data owner what alternatives have you considered at the moment my workaround is just to add a handler with no tags which accepts everything this isn t ideal though as there should be some access control in the notebook additional context add any other context or screenshots about the feature request here ,0 +221426,24630302413.0,IssuesEvent,2022-10-17 01:00:10,MendDemo-josh/moby,https://api.github.com/repos/MendDemo-josh/moby,closed,libiberty9.1.0: 1 vulnerabilities (highest severity is: 7.5) - autoclosed,security vulnerability,"
Vulnerable Library - libiberty9.1.0

+

+ +

Library home page: https://ftp.gnu.org/pub/gnu/gcc/gcc-9.1.0/?wsslib=libiberty

+

+ +

+ Vulnerable Source Files (1) +

+

+ +

+ +

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | --- | --- | +| [CVE-2022-2879](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-2879) | High | 7.5 | libiberty9.1.0 | Direct | go1.18.7,go1.19.2 | ❌ | + + +## Details + +
+ + CVE-2022-2879 + + +### Vulnerable Library - libiberty9.1.0

+

+ +

Library home page: https://ftp.gnu.org/pub/gnu/gcc/gcc-9.1.0/?wsslib=libiberty

+ +

Found in base branch: master

+ +

+ +### Vulnerable Source Files (1) +

+

+ +

+ +

+

+ +

+ +### Vulnerability Details +

+ +Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB. + +

Publish Date: 2022-10-14 +

URL: CVE-2022-2879

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://pkg.go.dev/vuln/GO-2022-1037

+

Release Date: 2022-10-14

+

Fix Resolution: go1.18.7,go1.19.2

+ +

+ +

+ +
",True,"libiberty9.1.0: 1 vulnerabilities (highest severity is: 7.5) - autoclosed -
Vulnerable Library - libiberty9.1.0

+

+ +

Library home page: https://ftp.gnu.org/pub/gnu/gcc/gcc-9.1.0/?wsslib=libiberty

+

+ +

+ Vulnerable Source Files (1) +

+

+ +

+ +

+ +## Vulnerabilities + +| CVE | Severity | CVSS | Dependency | Type | Fixed in | Remediation Available | +| ------------- | ------------- | ----- | ----- | ----- | --- | --- | +| [CVE-2022-2879](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-2879) | High | 7.5 | libiberty9.1.0 | Direct | go1.18.7,go1.19.2 | ❌ | + + +## Details + +
+ + CVE-2022-2879 + + +### Vulnerable Library - libiberty9.1.0

+

+ +

Library home page: https://ftp.gnu.org/pub/gnu/gcc/gcc-9.1.0/?wsslib=libiberty

+ +

Found in base branch: master

+ +

+ +### Vulnerable Source Files (1) +

+

+ +

+ +

+

+ +

+ +### Vulnerability Details +

+ +Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB. + +

Publish Date: 2022-10-14 +

URL: CVE-2022-2879

+

+ +

+ +### CVSS 3 Score Details (7.5) +

+ +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 CVSS3 Scores, click here. +

+ +

+ +### Suggested Fix +

+ +

Type: Upgrade version

+

Origin: https://pkg.go.dev/vuln/GO-2022-1037

+

Release Date: 2022-10-14

+

Fix Resolution: go1.18.7,go1.19.2

+ +

+ +

+ +
",0, vulnerabilities highest severity is autoclosed vulnerable library library home page a href vulnerable source files vulnerabilities cve severity cvss dependency type fixed in remediation available high direct details cve vulnerable library library home page a href found in base branch master vulnerable source files vulnerability details reader read does not set a limit on the maximum size of file headers a maliciously crafted archive could cause read to allocate unbounded amounts of memory potentially causing resource exhaustion or panics after fix reader read limits the maximum size of header blocks to mib 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 ,0 +21704,17569789644.0,IssuesEvent,2021-08-14 12:46:51,tailscale/tailscale,https://api.github.com/repos/tailscale/tailscale,closed,Loss of UDP access & thus revert to DERP after a RTM_DELROUTE,connectivity L3 Some users P5 Halts deployment T6 Major usability,"Observed in both 0.100 and 1.0.3 (per logs in #641). + +LogID b395d6f472c00cd0e6ee49d4a016351043d4b7d1ab74bd0fd2e865b0c531c884 + +Things are fine for a bit, and then a netlink message 25 (RTM_DELROUTE, which we don't parse or handle) and we treat it like a major rebind-worthy link change event. + +But after we do so, UDP is gone. + +@steeve reports running Plex with its NAT punching too. Not sure how its NAT stuff works, or how it might break Tailscale. + +``` +2020-08-04 05:56:09.898849707 +0200 +0200: 6.8M/26.2M monitor: unhandled netlink msg type 0x756e6b6e6f776e28323529: {Length:60 Type:unknown(25) Flags:0 Sequence:0 PID:0}, ""\x02 \x00\x00\xff\x02\xfe\x02\x00\x00\x00\x00\b\x00\x0f\x00\xff\x00\x00\x00\b\x00\x01\x00\xc0\xa8V\xa5\b\x00\a\x00\xc0\xa8V\xa5\b\x00\x04\x0 +0\x02\x00\x00\x00"" +2020-08-04 05:56:09.899482432 +0200 +0200: 6.8M/26.2M LinkChange(isExpensive=false); needsRebind=true +2020-08-04 05:56:09.899586161 +0200 +0200: 6.8M/26.2M magicsock: link change, binding new port +2020-08-04 05:56:09.90023421 +0200 +0200: 6.8M/26.2M magicsock: closing connection to derp-4 (rebind), age 0s +2020-08-04 05:56:09.900422635 +0200 +0200: 6.8M/26.2M magicsock: 0 active derp conns +2020-08-04 05:56:09.900581755 +0200 +0200: 6.8M/26.2M magicsock: ReSTUN: endpoint update active, need another later (""link-change-major"") +2020-08-04 05:56:09.900864032 +0200 +0200: 6.9M/26.2M magicsock: adding connection to derp-4 for home-keep-alive +2020-08-04 05:56:09.901021929 +0200 +0200: 6.8M/26.2M magicsock: 1 active derp conns: derp-4=cr0s,wr0s +2020-08-04 05:56:09.901291185 +0200 +0200: 6.8M/26.2M derphttp.Client.Recv: connecting to derp-4 (fra) +... +2020-08-04 05:56:10.508002765 +0200 +0200: 6.9M/26.2M monitor: unhandled netlink msg type 0x756e6b6e6f776e28323529: {Length:60 Type:unknown(25) Flags:0 Sequence:0 PID:0}, ""\x02\x18\x00\x00\xfe\x02\xfd\x01\x00\x00\x00\x00\b\x00\x0f\x00\xfe\x00\x00\x00\b\x00\x01\x00\xc0\xa8V\x00\b\x00\a\x00\xc0\xa8V\xa5\b\x00\x04\x00\x02\x00\x00\x00"" +2020-08-04 05:56:11.799693591 +0200 +0200: 6.5M/26.2M netcheck: udp=false v4=false v6=false mapvarydest= hair=false portmap=? derp=0 +2020-08-04 05:56:11.799947668 +0200 +0200: 6.5M/26.2M magicsock: netInfo update: NetInfo{varies= hairpin=false ipv6=false udp=false derp=#4 portmap=? link=""""} +2020-08-04 05:56:11.800304825 +0200 +0200: 6.5M/26.2M control: NetInfo: NetInfo{varies= hairpin=false ipv6=false udp=false derp=#4 portmap=? link=""""} +2020-08-04 05:56:11.800473077 +0200 +0200: 6.5M/26.2M control: cancelMapSafely: synced=false +2020-08-04 05:56:11.800636421 +0200 +0200: 6.5M/26.2M control: cancelMapSafely: wrote to channel +2020-08-04 05:56:11.801170543 +0200 +0200: 6.5M/26.2M magicsock: endpoints changed: 192.168.86.165:57900 (localAddresses) +2020-08-04 05:56:11.801962329 +0200 +0200: 6.5M/26.2M peer keys: [Yrcfe] [O9m9F] +2020-08-04 05:56:11.802079833 +0200 +0200: 6.5M/26.2M v0.100.0-153-gc6c838785 peers: 10039858/169572990 68160/41576 +2020-08-04 05:56:11.80219369 +0200 +0200: 6.5M/26.2M control: client.newEndpoints(0, [192.168.86.165:57900]) +2020-08-04 05:56:11.802343342 +0200 +0200: 6.5M/26.2M control: cancelMapSafely: synced=false +2020-08-04 05:56:11.80244209 +0200 +0200: 6.5M/26.2M control: cancelMapSafely: channel was full +2020-08-04 05:56:11.802775559 +0200 +0200: 6.5M/26.2M magicsock: starting endpoint update (link-change-minor) +2020-08-04 05:56:11.805300318 +0200 +0200: 6.7M/26.2M netcheck: probePortMapServices: me 192.168.86.165 -> gw 192.168.86.1 +2020-08-04 05:56:11.944013933 +0200 +0200: 7.6M/26.2M control: Hostinfo: &{0.100.0-153-gc6c838785 b395d6f472c00cd0e6ee49d4a016351043d4b7d1ab74bd0fd2e865b0c531c884 linux nas [] [] [{[] tcp 22 sshd} {[] tcp 80 haproxy} {[] tcp 139 smbd} {[] tcp 443 haproxy} {[] tcp 445 smbd} {[] tcp 8887 haproxy} {[] tcp 8889 haproxy} {[] tcp 9091 transmission-da} {[] tcp 18811 StandaloneRpcSe} {[] tcp 51413 transmission-da} {[] tcp 53117 rally_service}] NetInfo{varies= hairpin=false ipv6=false udp=false derp=#4 portmap=? link=""""}} +``` + +In all these logs, `udp=false`, but immediately prior to the rebind, UDP was working fine. + +/cc @danderson for theories. +",True,"Loss of UDP access & thus revert to DERP after a RTM_DELROUTE - Observed in both 0.100 and 1.0.3 (per logs in #641). + +LogID b395d6f472c00cd0e6ee49d4a016351043d4b7d1ab74bd0fd2e865b0c531c884 + +Things are fine for a bit, and then a netlink message 25 (RTM_DELROUTE, which we don't parse or handle) and we treat it like a major rebind-worthy link change event. + +But after we do so, UDP is gone. + +@steeve reports running Plex with its NAT punching too. Not sure how its NAT stuff works, or how it might break Tailscale. + +``` +2020-08-04 05:56:09.898849707 +0200 +0200: 6.8M/26.2M monitor: unhandled netlink msg type 0x756e6b6e6f776e28323529: {Length:60 Type:unknown(25) Flags:0 Sequence:0 PID:0}, ""\x02 \x00\x00\xff\x02\xfe\x02\x00\x00\x00\x00\b\x00\x0f\x00\xff\x00\x00\x00\b\x00\x01\x00\xc0\xa8V\xa5\b\x00\a\x00\xc0\xa8V\xa5\b\x00\x04\x0 +0\x02\x00\x00\x00"" +2020-08-04 05:56:09.899482432 +0200 +0200: 6.8M/26.2M LinkChange(isExpensive=false); needsRebind=true +2020-08-04 05:56:09.899586161 +0200 +0200: 6.8M/26.2M magicsock: link change, binding new port +2020-08-04 05:56:09.90023421 +0200 +0200: 6.8M/26.2M magicsock: closing connection to derp-4 (rebind), age 0s +2020-08-04 05:56:09.900422635 +0200 +0200: 6.8M/26.2M magicsock: 0 active derp conns +2020-08-04 05:56:09.900581755 +0200 +0200: 6.8M/26.2M magicsock: ReSTUN: endpoint update active, need another later (""link-change-major"") +2020-08-04 05:56:09.900864032 +0200 +0200: 6.9M/26.2M magicsock: adding connection to derp-4 for home-keep-alive +2020-08-04 05:56:09.901021929 +0200 +0200: 6.8M/26.2M magicsock: 1 active derp conns: derp-4=cr0s,wr0s +2020-08-04 05:56:09.901291185 +0200 +0200: 6.8M/26.2M derphttp.Client.Recv: connecting to derp-4 (fra) +... +2020-08-04 05:56:10.508002765 +0200 +0200: 6.9M/26.2M monitor: unhandled netlink msg type 0x756e6b6e6f776e28323529: {Length:60 Type:unknown(25) Flags:0 Sequence:0 PID:0}, ""\x02\x18\x00\x00\xfe\x02\xfd\x01\x00\x00\x00\x00\b\x00\x0f\x00\xfe\x00\x00\x00\b\x00\x01\x00\xc0\xa8V\x00\b\x00\a\x00\xc0\xa8V\xa5\b\x00\x04\x00\x02\x00\x00\x00"" +2020-08-04 05:56:11.799693591 +0200 +0200: 6.5M/26.2M netcheck: udp=false v4=false v6=false mapvarydest= hair=false portmap=? derp=0 +2020-08-04 05:56:11.799947668 +0200 +0200: 6.5M/26.2M magicsock: netInfo update: NetInfo{varies= hairpin=false ipv6=false udp=false derp=#4 portmap=? link=""""} +2020-08-04 05:56:11.800304825 +0200 +0200: 6.5M/26.2M control: NetInfo: NetInfo{varies= hairpin=false ipv6=false udp=false derp=#4 portmap=? link=""""} +2020-08-04 05:56:11.800473077 +0200 +0200: 6.5M/26.2M control: cancelMapSafely: synced=false +2020-08-04 05:56:11.800636421 +0200 +0200: 6.5M/26.2M control: cancelMapSafely: wrote to channel +2020-08-04 05:56:11.801170543 +0200 +0200: 6.5M/26.2M magicsock: endpoints changed: 192.168.86.165:57900 (localAddresses) +2020-08-04 05:56:11.801962329 +0200 +0200: 6.5M/26.2M peer keys: [Yrcfe] [O9m9F] +2020-08-04 05:56:11.802079833 +0200 +0200: 6.5M/26.2M v0.100.0-153-gc6c838785 peers: 10039858/169572990 68160/41576 +2020-08-04 05:56:11.80219369 +0200 +0200: 6.5M/26.2M control: client.newEndpoints(0, [192.168.86.165:57900]) +2020-08-04 05:56:11.802343342 +0200 +0200: 6.5M/26.2M control: cancelMapSafely: synced=false +2020-08-04 05:56:11.80244209 +0200 +0200: 6.5M/26.2M control: cancelMapSafely: channel was full +2020-08-04 05:56:11.802775559 +0200 +0200: 6.5M/26.2M magicsock: starting endpoint update (link-change-minor) +2020-08-04 05:56:11.805300318 +0200 +0200: 6.7M/26.2M netcheck: probePortMapServices: me 192.168.86.165 -> gw 192.168.86.1 +2020-08-04 05:56:11.944013933 +0200 +0200: 7.6M/26.2M control: Hostinfo: &{0.100.0-153-gc6c838785 b395d6f472c00cd0e6ee49d4a016351043d4b7d1ab74bd0fd2e865b0c531c884 linux nas [] [] [{[] tcp 22 sshd} {[] tcp 80 haproxy} {[] tcp 139 smbd} {[] tcp 443 haproxy} {[] tcp 445 smbd} {[] tcp 8887 haproxy} {[] tcp 8889 haproxy} {[] tcp 9091 transmission-da} {[] tcp 18811 StandaloneRpcSe} {[] tcp 51413 transmission-da} {[] tcp 53117 rally_service}] NetInfo{varies= hairpin=false ipv6=false udp=false derp=#4 portmap=? link=""""}} +``` + +In all these logs, `udp=false`, but immediately prior to the rebind, UDP was working fine. + +/cc @danderson for theories. +",0,loss of udp access thus revert to derp after a rtm delroute observed in both and per logs in logid things are fine for a bit and then a netlink message rtm delroute which we don t parse or handle and we treat it like a major rebind worthy link change event but after we do so udp is gone steeve reports running plex with its nat punching too not sure how its nat stuff works or how it might break tailscale monitor unhandled netlink msg type length type unknown flags sequence pid xff xfe b xff b b a b linkchange isexpensive false needsrebind true magicsock link change binding new port magicsock closing connection to derp rebind age magicsock active derp conns magicsock restun endpoint update active need another later link change major magicsock adding connection to derp for home keep alive magicsock active derp conns derp derphttp client recv connecting to derp fra monitor unhandled netlink msg type length type unknown flags sequence pid xfe xfd b xfe b b a b netcheck udp false false false mapvarydest hair false portmap derp magicsock netinfo update netinfo varies hairpin false false udp false derp portmap link control netinfo netinfo varies hairpin false false udp false derp portmap link control cancelmapsafely synced false control cancelmapsafely wrote to channel magicsock endpoints changed localaddresses peer keys peers control client newendpoints control cancelmapsafely synced false control cancelmapsafely channel was full magicsock starting endpoint update link change minor netcheck probeportmapservices me gw control hostinfo linux nas tcp sshd tcp haproxy tcp smbd tcp haproxy tcp smbd tcp haproxy tcp haproxy tcp transmission da tcp standalonerpcse tcp transmission da tcp rally service netinfo varies hairpin false false udp false derp portmap link in all these logs udp false but immediately prior to the rebind udp was working fine cc danderson for theories ,0 +10965,27618429173.0,IssuesEvent,2023-03-09 21:24:17,MicrosoftDocs/architecture-center,https://api.github.com/repos/MicrosoftDocs/architecture-center,closed,Add address space with peering script does not work,doc-enhancement assigned-to-author triaged architecture-center/svc Pri2 azure-guide/subsvc," +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 636aa53e-3ca0-7a30-fe16-7219f3e8d1a9 +* Version Independent ID: c503b39a-cd8a-669a-0882-27d8c13d3570 +* Content: [Add IP address spaces to peered virtual networks - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/networking/prefixes/add-ip-space-peered-vnet) +* Content Source: [docs/networking/prefixes/add-ip-space-peered-vnet.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/networking/prefixes/add-ip-space-peered-vnet.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @randycampbell +* Microsoft Alias: **pnp**",1.0,"Add address space with peering script does not work - +[Enter feedback here] + + +--- +#### Document Details + +⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* + +* ID: 636aa53e-3ca0-7a30-fe16-7219f3e8d1a9 +* Version Independent ID: c503b39a-cd8a-669a-0882-27d8c13d3570 +* Content: [Add IP address spaces to peered virtual networks - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/networking/prefixes/add-ip-space-peered-vnet) +* Content Source: [docs/networking/prefixes/add-ip-space-peered-vnet.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/networking/prefixes/add-ip-space-peered-vnet.md) +* Service: **architecture-center** +* Sub-service: **azure-guide** +* GitHub Login: @randycampbell +* Microsoft Alias: **pnp**",1,add address space with peering script does not work document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login randycampbell microsoft alias pnp ,1