Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
1
853
labels
stringlengths
4
898
body
stringlengths
2
262k
index
stringclasses
13 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
250k
binary_label
int64
0
1
295,832
9,101,351,125
IssuesEvent
2019-02-20 10:52:09
jenkins-x/jx
https://api.github.com/repos/jenkins-x/jx
closed
Can't start quickstart with no additional config
area/quickstart kind/bug priority/backlog
### Summary Jenkins-X can't build the Spring boot quick-start because it doesn't mirror Maven Central ### Steps to reproduce the behavior On a newly created Jenkins-X environment, run 1. `jx create spring -d web -d actuator` and answer all questions the wizard asks 1. Let Jenkins build the application ### Jx version The output of `jx version` is: ``` NAME VERSION jx 1.3.185 jenkins x platform 0.0.2267 kubernetes cluster v1.9.7-gke.6 kubectl v1.10.3 helm client v2.9.1+g20adb27 helm server v2.10.0+g9ad53aa git git version 2.17.0.windows.1 ``` ### Kubernetes cluster GKE cluster created using command ````` gcloud container clusters create $K8S_CLUSTER_NAME \ --preemptible \ --enable-autoscaling --max-nodes=10 --min-nodes=3 \ --machine-type=n1-standard-1 ```` ### Operating system / Environment Running on Windows with CygWin (useless, but I tried to install istio) ### Expected behavior The Jenkins build should succeed ### Actual behavior The Jenkins build fails with the following error message ```` [INFO] Scanning for projects... [INFO] Downloading from nexus: http://nexus/repository/maven-group/org/springframework/boot/spring-boot-starter-parent/2.0.4.RELEASE/spring-boot-starter-parent-2.0.4.RELEASE.pom [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for com.adeo.prh:prh-archi-ndx-test-k8s-spring-boot:0.0.1-SNAPSHOT: Could not find artifact org.springframework.boot:spring-boot-starter-parent:pom:2.0.4.RELEASE in nexus (http://nexus/repository/maven-group/) and 'parent.relativePath' points at no local POM @ line 14, column 10 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project com.adeo.prh:prh-archi-ndx-test-k8s-spring-boot:0.0.1-SNAPSHOT (/home/jenkins/workspace/test-k8s-spring-boot_master-GFESOZFFBCRTBPMJC2FKLW4ECCKZYDJL5J2XL45GYXENLYSGYSZA/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for com.adeo.prh:prh-archi-ndx-test-k8s-spring-boot:0.0.1-SNAPSHOT: Could not find artifact org.springframework.boot:spring-boot-starter-parent:pom:2.0.4.RELEASE in nexus (http://nexus/repository/maven-group/) and 'parent.relativePath' points at no local POM @ line 14, column 10 -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException ```` I guess that, as a default, Nexus doesn't mirror/proxies maven central, which is, as far as as I understand, a bad idea since most Java artifacts are built using OSS dependencies. So, could it be possible to have Nexus configured to proxy Maven Central as a default ? In fact, after taking a look, maven central is configured, but the "maven-group" used in maven is not. After I've created the group myself, the build works correctly !
1.0
Can't start quickstart with no additional config - ### Summary Jenkins-X can't build the Spring boot quick-start because it doesn't mirror Maven Central ### Steps to reproduce the behavior On a newly created Jenkins-X environment, run 1. `jx create spring -d web -d actuator` and answer all questions the wizard asks 1. Let Jenkins build the application ### Jx version The output of `jx version` is: ``` NAME VERSION jx 1.3.185 jenkins x platform 0.0.2267 kubernetes cluster v1.9.7-gke.6 kubectl v1.10.3 helm client v2.9.1+g20adb27 helm server v2.10.0+g9ad53aa git git version 2.17.0.windows.1 ``` ### Kubernetes cluster GKE cluster created using command ````` gcloud container clusters create $K8S_CLUSTER_NAME \ --preemptible \ --enable-autoscaling --max-nodes=10 --min-nodes=3 \ --machine-type=n1-standard-1 ```` ### Operating system / Environment Running on Windows with CygWin (useless, but I tried to install istio) ### Expected behavior The Jenkins build should succeed ### Actual behavior The Jenkins build fails with the following error message ```` [INFO] Scanning for projects... [INFO] Downloading from nexus: http://nexus/repository/maven-group/org/springframework/boot/spring-boot-starter-parent/2.0.4.RELEASE/spring-boot-starter-parent-2.0.4.RELEASE.pom [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for com.adeo.prh:prh-archi-ndx-test-k8s-spring-boot:0.0.1-SNAPSHOT: Could not find artifact org.springframework.boot:spring-boot-starter-parent:pom:2.0.4.RELEASE in nexus (http://nexus/repository/maven-group/) and 'parent.relativePath' points at no local POM @ line 14, column 10 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project com.adeo.prh:prh-archi-ndx-test-k8s-spring-boot:0.0.1-SNAPSHOT (/home/jenkins/workspace/test-k8s-spring-boot_master-GFESOZFFBCRTBPMJC2FKLW4ECCKZYDJL5J2XL45GYXENLYSGYSZA/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for com.adeo.prh:prh-archi-ndx-test-k8s-spring-boot:0.0.1-SNAPSHOT: Could not find artifact org.springframework.boot:spring-boot-starter-parent:pom:2.0.4.RELEASE in nexus (http://nexus/repository/maven-group/) and 'parent.relativePath' points at no local POM @ line 14, column 10 -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException ```` I guess that, as a default, Nexus doesn't mirror/proxies maven central, which is, as far as as I understand, a bad idea since most Java artifacts are built using OSS dependencies. So, could it be possible to have Nexus configured to proxy Maven Central as a default ? In fact, after taking a look, maven central is configured, but the "maven-group" used in maven is not. After I've created the group myself, the build works correctly !
non_build
can t start quickstart with no additional config summary jenkins x can t build the spring boot quick start because it doesn t mirror maven central steps to reproduce the behavior on a newly created jenkins x environment run jx create spring d web d actuator and answer all questions the wizard asks let jenkins build the application jx version the output of jx version is name version jx jenkins x platform kubernetes cluster gke kubectl helm client helm server git git version windows kubernetes cluster gke cluster created using command gcloud container clusters create cluster name preemptible enable autoscaling max nodes min nodes machine type standard operating system environment running on windows with cygwin useless but i tried to install istio expected behavior the jenkins build should succeed actual behavior the jenkins build fails with the following error message scanning for projects downloading from nexus some problems were encountered while processing the poms non resolvable parent pom for com adeo prh prh archi ndx test spring boot snapshot could not find artifact org springframework boot spring boot starter parent pom release in nexus and parent relativepath points at no local pom line column the build could not read project the project com adeo prh prh archi ndx test spring boot snapshot home jenkins workspace test spring boot master pom xml has error non resolvable parent pom for com adeo prh prh archi ndx test spring boot snapshot could not find artifact org springframework boot spring boot starter parent pom release in nexus and parent relativepath points at no local pom line column to see the full stack trace of the errors re run maven with the e switch re run maven using the x switch to enable full debug logging for more information about the errors and possible solutions please read the following articles i guess that as a default nexus doesn t mirror proxies maven central which is as far as as i understand a bad idea since most java artifacts are built using oss dependencies so could it be possible to have nexus configured to proxy maven central as a default in fact after taking a look maven central is configured but the maven group used in maven is not after i ve created the group myself the build works correctly
0
202,682
15,295,499,041
IssuesEvent
2021-02-24 04:59:38
microsoft/vscode-remote-release
https://api.github.com/repos/microsoft/vscode-remote-release
closed
Test: Recommend using WSL2 Linux file system
testplan-item
Refs: https://github.com/microsoft/vscode-remote-release/issues/4454 - [x] Windows @chrisdias - [x] Windows @fiveisprime Complexity: 2 [Create Issue](https://github.com/microsoft/vscode-remote-release/issues/new?body=Testing+%234519%0A%0A) --- WSL allows to access the Windows file system through a mount: `/mnt/c`. However, working with a WSL 2 distro on the Windows file system is far less performant than on the Linux file system (e.g. `/home/..`). Also, file events don't work reliably. We now show a notification when the user opens a folder or workspace on a Windows file system mount and recommend to better use the Linux file system. The recommendation is shown until the user presses 'Do no show again' - Test that the notification shows when opening a folder on `/mnt/...` with a WSL2 distro - Test that the notification is understandable and that the link is useful - Test that the message does not show on a WSL1 distro - Test that the message does not show after 'Do no show again'
1.0
Test: Recommend using WSL2 Linux file system - Refs: https://github.com/microsoft/vscode-remote-release/issues/4454 - [x] Windows @chrisdias - [x] Windows @fiveisprime Complexity: 2 [Create Issue](https://github.com/microsoft/vscode-remote-release/issues/new?body=Testing+%234519%0A%0A) --- WSL allows to access the Windows file system through a mount: `/mnt/c`. However, working with a WSL 2 distro on the Windows file system is far less performant than on the Linux file system (e.g. `/home/..`). Also, file events don't work reliably. We now show a notification when the user opens a folder or workspace on a Windows file system mount and recommend to better use the Linux file system. The recommendation is shown until the user presses 'Do no show again' - Test that the notification shows when opening a folder on `/mnt/...` with a WSL2 distro - Test that the notification is understandable and that the link is useful - Test that the message does not show on a WSL1 distro - Test that the message does not show after 'Do no show again'
non_build
test recommend using linux file system refs windows chrisdias windows fiveisprime complexity wsl allows to access the windows file system through a mount mnt c however working with a wsl distro on the windows file system is far less performant than on the linux file system e g home also file events don t work reliably we now show a notification when the user opens a folder or workspace on a windows file system mount and recommend to better use the linux file system the recommendation is shown until the user presses do no show again test that the notification shows when opening a folder on mnt with a distro test that the notification is understandable and that the link is useful test that the message does not show on a distro test that the message does not show after do no show again
0
411,858
12,032,808,216
IssuesEvent
2020-04-13 13:00:28
MIAeh/AchieveIt
https://api.github.com/repos/MIAeh/AchieveIt
closed
成员管理:删除成员
HIGH PRIORITY backend bug frontend-fixed
1. 后端需要执行删除时的级联删除,包括:(优先级从上往下) a. 移除权限列表中,该成员所有的权限 b. 删除该成员名下所有工时申报记录 c. 风险中,若该成员为责任人,责任人默认置为项目经理;若该成员为相关人,从相关人中移除 d. 被删除的成员的所有的下级成员的上级将设置为项目经理 2. 前端联通该接口
1.0
成员管理:删除成员 - 1. 后端需要执行删除时的级联删除,包括:(优先级从上往下) a. 移除权限列表中,该成员所有的权限 b. 删除该成员名下所有工时申报记录 c. 风险中,若该成员为责任人,责任人默认置为项目经理;若该成员为相关人,从相关人中移除 d. 被删除的成员的所有的下级成员的上级将设置为项目经理 2. 前端联通该接口
non_build
成员管理:删除成员 后端需要执行删除时的级联删除,包括:(优先级从上往下) a 移除权限列表中,该成员所有的权限 b 删除该成员名下所有工时申报记录 c 风险中,若该成员为责任人,责任人默认置为项目经理;若该成员为相关人,从相关人中移除 d 被删除的成员的所有的下级成员的上级将设置为项目经理 前端联通该接口
0
8,984
4,381,007,328
IssuesEvent
2016-08-06 00:52:16
Microsoft/ChakraCore
https://api.github.com/repos/Microsoft/ChakraCore
closed
Link errors in legacy debug builds in linux branch
Build Bug Linux
See: https://github.com/Microsoft/ChakraCore/wiki/Build-Status-%28linux%29#legacy-builds Logs: http://dotnet-ci.cloudapp.net/job/Microsoft_ChakraCore/job/linux/job/daily_dev12_x86_debug/34/ http://dotnet-ci.cloudapp.net/job/Microsoft_ChakraCore/job/linux/job/daily_dev12_x64_debug/34/ Sample error: `Chakra.Runtime.Base.lib(Constants.obj) : error LNK2005: "public: static unsigned int const Js::Constants::InvalidSourceIndex" (?InvalidSourceIndex@Constants@Js@@2IB) already defined in Chakra.Runtime.Base.lib(FunctionBody.obj) [d:\j\workspace\daily_dev12_x---e0d643ad\bin\ChakraCore\ChakraCore.vcxproj]`
1.0
Link errors in legacy debug builds in linux branch - See: https://github.com/Microsoft/ChakraCore/wiki/Build-Status-%28linux%29#legacy-builds Logs: http://dotnet-ci.cloudapp.net/job/Microsoft_ChakraCore/job/linux/job/daily_dev12_x86_debug/34/ http://dotnet-ci.cloudapp.net/job/Microsoft_ChakraCore/job/linux/job/daily_dev12_x64_debug/34/ Sample error: `Chakra.Runtime.Base.lib(Constants.obj) : error LNK2005: "public: static unsigned int const Js::Constants::InvalidSourceIndex" (?InvalidSourceIndex@Constants@Js@@2IB) already defined in Chakra.Runtime.Base.lib(FunctionBody.obj) [d:\j\workspace\daily_dev12_x---e0d643ad\bin\ChakraCore\ChakraCore.vcxproj]`
build
link errors in legacy debug builds in linux branch see logs sample error chakra runtime base lib constants obj error public static unsigned int const js constants invalidsourceindex invalidsourceindex constants js already defined in chakra runtime base lib functionbody obj
1
2,938
5,921,045,793
IssuesEvent
2017-05-22 21:51:16
ncbo/bioportal-project
https://api.github.com/repos/ncbo/bioportal-project
closed
HP: BioPortal UI fails to display the class tree
ontology processing problem
Latest version of the [HP ontology](http://bioportal.bioontology.org/ontologies/HP) (upload date: 04/13/2017) parsed successfully, but the BioPortal UI shows a 404 error if you try to view the class tree. The underlying reason for the 404 is that the [REST call to retrieve the root classes](http://data.bioontology.org/ontologies/HP/classes/roots) returns nothing.
1.0
HP: BioPortal UI fails to display the class tree - Latest version of the [HP ontology](http://bioportal.bioontology.org/ontologies/HP) (upload date: 04/13/2017) parsed successfully, but the BioPortal UI shows a 404 error if you try to view the class tree. The underlying reason for the 404 is that the [REST call to retrieve the root classes](http://data.bioontology.org/ontologies/HP/classes/roots) returns nothing.
non_build
hp bioportal ui fails to display the class tree latest version of the upload date parsed successfully but the bioportal ui shows a error if you try to view the class tree the underlying reason for the is that the returns nothing
0
58,215
14,343,996,898
IssuesEvent
2020-11-28 12:21:25
Scirra/Construct-3-bugs
https://api.github.com/repos/Scirra/Construct-3-bugs
closed
Cordova Plugin White-list request for the Cloud Build
Build Service
cordova-admob-plus@0.40.0 cordova-plugin-firebasex@11.0.3 cordova-plugin-camera-preview@0.12.1 cordova-plugin-codeplay-facebookads-free@0.1.5 com.pollfish.cordova@1.1.0 https://www.construct.net/en/make-games/addons/480/admob-plus https://www.construct.net/en/make-games/addons/466/ultimate-camera thanks. That is it. I can not speak English.
1.0
Cordova Plugin White-list request for the Cloud Build - cordova-admob-plus@0.40.0 cordova-plugin-firebasex@11.0.3 cordova-plugin-camera-preview@0.12.1 cordova-plugin-codeplay-facebookads-free@0.1.5 com.pollfish.cordova@1.1.0 https://www.construct.net/en/make-games/addons/480/admob-plus https://www.construct.net/en/make-games/addons/466/ultimate-camera thanks. That is it. I can not speak English.
build
cordova plugin white list request for the cloud build cordova admob plus cordova plugin firebasex cordova plugin camera preview cordova plugin codeplay facebookads free com pollfish cordova thanks that is it i can not speak english
1
66,521
16,627,442,661
IssuesEvent
2021-06-03 11:28:17
GoogleCloudPlatform/fda-mystudies
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
opened
[SB] Notification > Error message is overlapped with the below text
Bug P2 Study builder
Steps 1. Login to SB 2. Crete/Edit study 3. Navigate to the Notifications section 4. Add /edit notification 5. Enter the date and time 6. Wait till the entered time is get expired 7. Click on the Done button and observe the error message AR: An error message is overlapped with the below text ER: Text should not be overlapped ![Overlap](https://user-images.githubusercontent.com/71445210/120637650-cab11300-c48c-11eb-906b-61e0360f7390.png)
1.0
[SB] Notification > Error message is overlapped with the below text - Steps 1. Login to SB 2. Crete/Edit study 3. Navigate to the Notifications section 4. Add /edit notification 5. Enter the date and time 6. Wait till the entered time is get expired 7. Click on the Done button and observe the error message AR: An error message is overlapped with the below text ER: Text should not be overlapped ![Overlap](https://user-images.githubusercontent.com/71445210/120637650-cab11300-c48c-11eb-906b-61e0360f7390.png)
build
notification error message is overlapped with the below text steps login to sb crete edit study navigate to the notifications section add edit notification enter the date and time wait till the entered time is get expired click on the done button and observe the error message ar an error message is overlapped with the below text er text should not be overlapped
1
24,728
12,146,554,120
IssuesEvent
2020-04-24 11:23:00
badges/shields
https://api.github.com/repos/badges/shields
opened
Badge request: GitHub submodule version number
service-badge
:clipboard: **Description** <!-- A clear and concise description of the new badge. - Which service is this badge for e.g: GitHub, Travis CI - What sort of information should this badge show? Provide an example in plain text e.g: "version | v1.01" or as a static badge (static badge generator can be found at https://shields.io) --> A badge to show the package.json version of a git submodule hosted on GitHub. E.g. ![Submodule version](https://img.shields.io/badge/submodule%20version-v1.2.1-blue) :microphone: **Motivation** <!-- Please explain why this feature should be implemented and how it would be used. - What is the specific use case? --> When a GitHub repo contains a submodule, it can be useful to know the version of that submodule. One could also add a second badge to compare the latest release of that submodule repo (using `/github/v/release/:user/:repo?sort=semver`) ![Submodule version](https://img.shields.io/badge/submodule%20version-v1.2.1-blue) ![Latest submodule release](https://img.shields.io/badge/latest%20submodule%20release-v1.3.6-green) :link: **Data** <!-- Where can we get the data from? - Is there a public API? - Does the API requires an API key? - Link to the API documentation. --> This can already sort of be achieved using `/github/package-json/v/:user/:repo/:branch` where you put the commit SHA that the submodule is checked out at as the `:branch`. However, that requires manually updating README.md every time you checkout a new version/commit of the submodule. It would be useful if Shields could automatically get the commit SHA from `.gitmodules` in the parent repo.
1.0
Badge request: GitHub submodule version number - :clipboard: **Description** <!-- A clear and concise description of the new badge. - Which service is this badge for e.g: GitHub, Travis CI - What sort of information should this badge show? Provide an example in plain text e.g: "version | v1.01" or as a static badge (static badge generator can be found at https://shields.io) --> A badge to show the package.json version of a git submodule hosted on GitHub. E.g. ![Submodule version](https://img.shields.io/badge/submodule%20version-v1.2.1-blue) :microphone: **Motivation** <!-- Please explain why this feature should be implemented and how it would be used. - What is the specific use case? --> When a GitHub repo contains a submodule, it can be useful to know the version of that submodule. One could also add a second badge to compare the latest release of that submodule repo (using `/github/v/release/:user/:repo?sort=semver`) ![Submodule version](https://img.shields.io/badge/submodule%20version-v1.2.1-blue) ![Latest submodule release](https://img.shields.io/badge/latest%20submodule%20release-v1.3.6-green) :link: **Data** <!-- Where can we get the data from? - Is there a public API? - Does the API requires an API key? - Link to the API documentation. --> This can already sort of be achieved using `/github/package-json/v/:user/:repo/:branch` where you put the commit SHA that the submodule is checked out at as the `:branch`. However, that requires manually updating README.md every time you checkout a new version/commit of the submodule. It would be useful if Shields could automatically get the commit SHA from `.gitmodules` in the parent repo.
non_build
badge request github submodule version number clipboard description a clear and concise description of the new badge which service is this badge for e g github travis ci what sort of information should this badge show provide an example in plain text e g version or as a static badge static badge generator can be found at a badge to show the package json version of a git submodule hosted on github e g microphone motivation please explain why this feature should be implemented and how it would be used what is the specific use case when a github repo contains a submodule it can be useful to know the version of that submodule one could also add a second badge to compare the latest release of that submodule repo using github v release user repo sort semver link data where can we get the data from is there a public api does the api requires an api key link to the api documentation this can already sort of be achieved using github package json v user repo branch where you put the commit sha that the submodule is checked out at as the branch however that requires manually updating readme md every time you checkout a new version commit of the submodule it would be useful if shields could automatically get the commit sha from gitmodules in the parent repo
0
296,979
9,159,048,007
IssuesEvent
2019-03-01 00:45:13
phetsims/energy-forms-and-changes
https://api.github.com/repos/phetsims/energy-forms-and-changes
closed
First screen falling bug
priority:2-high status:ready-for-review type:bug
As a result of fixing #204, a couple of new bad cases have come up. Here is one: ![kapture 2019-02-26 at 10 34 20](https://user-images.githubusercontent.com/5618316/53433705-24732a80-39b2-11e9-8674-99f83bbed006.gif) What's happening is that since the stack of iron + olive oil cannot land on the water beaker, the next closest spot is the burner. But, brick is above iron when the stack is released, so iron thinks that it should land below brick when it falls (picture a beaker falling with a block in it. since the block is above the beaker, they should continue to fall in that order.). I have an idea for an additional "search" of model elements that are occupying the spot where the released element will fall to. Once the stack of iron + olive oil identifies the burner as something to land on, the burner should look to see if anything is on its surface, and if so, add that to the list of things that the stack should land on. Like in this case, even if the brick is above where the released stack is, it should still be included since it's resting on the burner. This check will propagate all the way up whatever elements are resting on the base element so that this would still work if we added more blocks. Here is another example of the same problem: ![kapture 2019-02-26 at 11 09 16](https://user-images.githubusercontent.com/5618316/53435965-428f5980-39b7-11e9-8838-5b8c32ea8fac.gif)
1.0
First screen falling bug - As a result of fixing #204, a couple of new bad cases have come up. Here is one: ![kapture 2019-02-26 at 10 34 20](https://user-images.githubusercontent.com/5618316/53433705-24732a80-39b2-11e9-8674-99f83bbed006.gif) What's happening is that since the stack of iron + olive oil cannot land on the water beaker, the next closest spot is the burner. But, brick is above iron when the stack is released, so iron thinks that it should land below brick when it falls (picture a beaker falling with a block in it. since the block is above the beaker, they should continue to fall in that order.). I have an idea for an additional "search" of model elements that are occupying the spot where the released element will fall to. Once the stack of iron + olive oil identifies the burner as something to land on, the burner should look to see if anything is on its surface, and if so, add that to the list of things that the stack should land on. Like in this case, even if the brick is above where the released stack is, it should still be included since it's resting on the burner. This check will propagate all the way up whatever elements are resting on the base element so that this would still work if we added more blocks. Here is another example of the same problem: ![kapture 2019-02-26 at 11 09 16](https://user-images.githubusercontent.com/5618316/53435965-428f5980-39b7-11e9-8838-5b8c32ea8fac.gif)
non_build
first screen falling bug as a result of fixing a couple of new bad cases have come up here is one what s happening is that since the stack of iron olive oil cannot land on the water beaker the next closest spot is the burner but brick is above iron when the stack is released so iron thinks that it should land below brick when it falls picture a beaker falling with a block in it since the block is above the beaker they should continue to fall in that order i have an idea for an additional search of model elements that are occupying the spot where the released element will fall to once the stack of iron olive oil identifies the burner as something to land on the burner should look to see if anything is on its surface and if so add that to the list of things that the stack should land on like in this case even if the brick is above where the released stack is it should still be included since it s resting on the burner this check will propagate all the way up whatever elements are resting on the base element so that this would still work if we added more blocks here is another example of the same problem
0
115,363
24,754,772,985
IssuesEvent
2022-10-21 16:37:07
Azure/azure-dev
https://api.github.com/repos/Azure/azure-dev
closed
[codespaces] Monitor commands do not launch new browser tabs
codespaces
The command launches `xdg-open` which is not available in Codespaces. Recommend using what gh CLI and/or az CLI do to launch the browser.
1.0
[codespaces] Monitor commands do not launch new browser tabs - The command launches `xdg-open` which is not available in Codespaces. Recommend using what gh CLI and/or az CLI do to launch the browser.
non_build
monitor commands do not launch new browser tabs the command launches xdg open which is not available in codespaces recommend using what gh cli and or az cli do to launch the browser
0
20,446
6,888,973,502
IssuesEvent
2017-11-22 08:43:45
openthread/openthread
https://api.github.com/repos/openthread/openthread
closed
[CC2650 example][Building error] Dereferencing type-punned pointer will break strict-aliasing rules
bug comp: build P2
I have tried to build the CC2650 example. Steps i made: ```bash $ cd <path-to-openthread> $ ./script/bootstrap $ ./bootstrap $ make -f examples/Makefile-cc2650 ``` But wenn i do the last one i get this error ``` [...]/openthread/examples/../src/core/common/instance.cpp: In static member function 'static ot::Instance& ot::Instance::Get()': [...]/openthread/examples/../src/core/common/instance.cpp:96:55: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] return *reinterpret_cast<Instance *>(&sInstanceRaw); ``` This guy seems to have the same error: https://github.com/openthread/openthread/pull/2332#issuecomment-345943567 arm-none-eabi-gcc version: ``` gcc version 6.3.1 20170620 (release) [ARM/embedded-6-branch revision 249437] (GNU Tools for ARM Embedded Processors 6-2017-q2-update) ``` Hope you can help =)
1.0
[CC2650 example][Building error] Dereferencing type-punned pointer will break strict-aliasing rules - I have tried to build the CC2650 example. Steps i made: ```bash $ cd <path-to-openthread> $ ./script/bootstrap $ ./bootstrap $ make -f examples/Makefile-cc2650 ``` But wenn i do the last one i get this error ``` [...]/openthread/examples/../src/core/common/instance.cpp: In static member function 'static ot::Instance& ot::Instance::Get()': [...]/openthread/examples/../src/core/common/instance.cpp:96:55: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] return *reinterpret_cast<Instance *>(&sInstanceRaw); ``` This guy seems to have the same error: https://github.com/openthread/openthread/pull/2332#issuecomment-345943567 arm-none-eabi-gcc version: ``` gcc version 6.3.1 20170620 (release) [ARM/embedded-6-branch revision 249437] (GNU Tools for ARM Embedded Processors 6-2017-q2-update) ``` Hope you can help =)
build
dereferencing type punned pointer will break strict aliasing rules i have tried to build the example steps i made bash cd script bootstrap bootstrap make f examples makefile but wenn i do the last one i get this error openthread examples src core common instance cpp in static member function static ot instance ot instance get openthread examples src core common instance cpp error dereferencing type punned pointer will break strict aliasing rules return reinterpret cast sinstanceraw this guy seems to have the same error arm none eabi gcc version gcc version release gnu tools for arm embedded processors update hope you can help
1
53,623
13,187,224,615
IssuesEvent
2020-08-13 02:44:37
GoogleCloudPlatform/java-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/java-docs-samples
closed
functions.PublishMessageTest: functionsPubsubPublish_shouldPublishMessage failed
api: pubsub buildcop: issue priority: p1 type: bug
This test failed! To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop). If I'm commenting on this issue too often, add the `buildcop: quiet` label and I will stop commenting. --- commit: 71769ddbf27934eaf36be62272bda053b1790bde buildURL: [Build Status](https://source.cloud.google.com/results/invocations/b73c710f-60c9-4172-b424-82b09ddee584), [Sponge](http://sponge2/b73c710f-60c9-4172-b424-82b09ddee584) status: failed <details><summary>Test output</summary><br><pre>expected: Message published. but was : Error publishing Pub/Sub message; see logs for more info. at functions.PublishMessageTest.functionsPubsubPublish_shouldPublishMessage(PublishMessageTest.java:91) </pre></details>
1.0
functions.PublishMessageTest: functionsPubsubPublish_shouldPublishMessage failed - This test failed! To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop). If I'm commenting on this issue too often, add the `buildcop: quiet` label and I will stop commenting. --- commit: 71769ddbf27934eaf36be62272bda053b1790bde buildURL: [Build Status](https://source.cloud.google.com/results/invocations/b73c710f-60c9-4172-b424-82b09ddee584), [Sponge](http://sponge2/b73c710f-60c9-4172-b424-82b09ddee584) status: failed <details><summary>Test output</summary><br><pre>expected: Message published. but was : Error publishing Pub/Sub message; see logs for more info. at functions.PublishMessageTest.functionsPubsubPublish_shouldPublishMessage(PublishMessageTest.java:91) </pre></details>
build
functions publishmessagetest functionspubsubpublish shouldpublishmessage failed this test failed to configure my behavior see if i m commenting on this issue too often add the buildcop quiet label and i will stop commenting commit buildurl status failed test output expected message published but was error publishing pub sub message see logs for more info at functions publishmessagetest functionspubsubpublish shouldpublishmessage publishmessagetest java
1
50,787
26,780,642,688
IssuesEvent
2023-01-31 20:51:56
keras-team/keras
https://api.github.com/repos/keras-team/keras
closed
autocast=False not respected when saving/loading Keras model
type:bug/performance
Please go to TF Forum for help and support: https://discuss.tensorflow.org/tag/keras If you open a GitHub issue, here is our policy: **System information**. - Have I written custom code (as opposed to using a stock example script provided in Keras): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 - TensorFlow installed from (source or binary): Binary - TensorFlow version (use command below): 2.9.3 - Python version: 3.9 - Bazel version (if compiling from source): - - GPU model and memory: - - Exact command to reproduce: - **Describe the problem**. See https://github.com/tensorflow/tensorflow/issues/58940 In the below code, the intention is to create a model that takes an input of type `float32` when saved, even if it is trained with `mixed_precision`. In this example, training code is omitted, and `call()` is just a placeholder for conciseness, but it still shows the issue. The problem comes when loading the model. Because it has `autocast=False` I would expect that the model is saved with an input type of `tf.float32`. But it seems that the model is saved in an invalid state, because it loads with an error. If I use an input signature to force the input to be of type tf.float32, the error is the same. The error is the same even if you call `tf.keras.mixed_precision.set_global_policy("float32")` before loading the model. **Standalone code to reproduce the issue**. ```python import keras import tensorflow as tf class MyModel(keras.Model): def __init__(self): super().__init__(autocast=False) def call(self, inputs): return 0 def main(): tf.keras.mixed_precision.set_global_policy("mixed_float16") model = MyModel() inputs = tf.zeros(shape=(1, 1), dtype=tf.float32) prediction_0 = model(inputs) model_path = "test_model" model.save(model_path) loaded_model = keras.models.load_model(model_path) prediction_1 = loaded_model(inputs) if __name__ == "__main__": main() ``` **Source code / logs**. ``` ValueError: Exception encountered when calling layer "my_model" (type MyModel). Could not find matching concrete function to call loaded from the SavedModel. Got: Positional arguments (1 total): * <tf.Tensor 'inputs:0' shape=(1, 1) dtype=float16> Keyword arguments: {} Expected these arguments to match one of the following 2 option(s): Option 1: Positional arguments (1 total): * TensorSpec(shape=(None, 1), dtype=tf.float32, name='inputs') Keyword arguments: {} Option 2: Positional arguments (1 total): * TensorSpec(shape=(None, 1), dtype=tf.float32, name='input_1') Keyword arguments: {} Call arguments received by layer "my_model" (type MyModel): • args=('tf.Tensor(shape=(1, 1), dtype=float16)',) • kwargs=<class 'inspect._empty'> Process finished with exit code 1 ```
True
autocast=False not respected when saving/loading Keras model - Please go to TF Forum for help and support: https://discuss.tensorflow.org/tag/keras If you open a GitHub issue, here is our policy: **System information**. - Have I written custom code (as opposed to using a stock example script provided in Keras): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 - TensorFlow installed from (source or binary): Binary - TensorFlow version (use command below): 2.9.3 - Python version: 3.9 - Bazel version (if compiling from source): - - GPU model and memory: - - Exact command to reproduce: - **Describe the problem**. See https://github.com/tensorflow/tensorflow/issues/58940 In the below code, the intention is to create a model that takes an input of type `float32` when saved, even if it is trained with `mixed_precision`. In this example, training code is omitted, and `call()` is just a placeholder for conciseness, but it still shows the issue. The problem comes when loading the model. Because it has `autocast=False` I would expect that the model is saved with an input type of `tf.float32`. But it seems that the model is saved in an invalid state, because it loads with an error. If I use an input signature to force the input to be of type tf.float32, the error is the same. The error is the same even if you call `tf.keras.mixed_precision.set_global_policy("float32")` before loading the model. **Standalone code to reproduce the issue**. ```python import keras import tensorflow as tf class MyModel(keras.Model): def __init__(self): super().__init__(autocast=False) def call(self, inputs): return 0 def main(): tf.keras.mixed_precision.set_global_policy("mixed_float16") model = MyModel() inputs = tf.zeros(shape=(1, 1), dtype=tf.float32) prediction_0 = model(inputs) model_path = "test_model" model.save(model_path) loaded_model = keras.models.load_model(model_path) prediction_1 = loaded_model(inputs) if __name__ == "__main__": main() ``` **Source code / logs**. ``` ValueError: Exception encountered when calling layer "my_model" (type MyModel). Could not find matching concrete function to call loaded from the SavedModel. Got: Positional arguments (1 total): * <tf.Tensor 'inputs:0' shape=(1, 1) dtype=float16> Keyword arguments: {} Expected these arguments to match one of the following 2 option(s): Option 1: Positional arguments (1 total): * TensorSpec(shape=(None, 1), dtype=tf.float32, name='inputs') Keyword arguments: {} Option 2: Positional arguments (1 total): * TensorSpec(shape=(None, 1), dtype=tf.float32, name='input_1') Keyword arguments: {} Call arguments received by layer "my_model" (type MyModel): • args=('tf.Tensor(shape=(1, 1), dtype=float16)',) • kwargs=<class 'inspect._empty'> Process finished with exit code 1 ```
non_build
autocast false not respected when saving loading keras model please go to tf forum for help and support if you open a github issue here is our policy system information have i written custom code as opposed to using a stock example script provided in keras yes os platform and distribution e g linux ubuntu windows tensorflow installed from source or binary binary tensorflow version use command below python version bazel version if compiling from source gpu model and memory exact command to reproduce describe the problem see in the below code the intention is to create a model that takes an input of type when saved even if it is trained with mixed precision in this example training code is omitted and call is just a placeholder for conciseness but it still shows the issue the problem comes when loading the model because it has autocast false i would expect that the model is saved with an input type of tf but it seems that the model is saved in an invalid state because it loads with an error if i use an input signature to force the input to be of type tf the error is the same the error is the same even if you call tf keras mixed precision set global policy before loading the model standalone code to reproduce the issue python import keras import tensorflow as tf class mymodel keras model def init self super init autocast false def call self inputs return def main tf keras mixed precision set global policy mixed model mymodel inputs tf zeros shape dtype tf prediction model inputs model path test model model save model path loaded model keras models load model model path prediction loaded model inputs if name main main source code logs valueerror exception encountered when calling layer my model type mymodel could not find matching concrete function to call loaded from the savedmodel got positional arguments total keyword arguments expected these arguments to match one of the following option s option positional arguments total tensorspec shape none dtype tf name inputs keyword arguments option positional arguments total tensorspec shape none dtype tf name input keyword arguments call arguments received by layer my model type mymodel • args tf tensor shape dtype • kwargs process finished with exit code
0
383,852
26,566,354,346
IssuesEvent
2023-01-20 20:39:11
Azure/secrets-store-csi-driver-provider-azure
https://api.github.com/repos/Azure/secrets-store-csi-driver-provider-azure
closed
Update documentation to reflect change from 'tenantId' to 'tenantID'
documentation help wanted good first issue
After closing #857 we are getting a message in logs: > tenantId is deprecated and will be removed in a future release. Use 'tenantID' instead But public documentation in all places still shows that the correct parameter is `tenantId`, e.g: https://learn.microsoft.com/en-us/azure/aks/csi-secrets-store-identity-access https://learn.microsoft.com/en-us/azure/aks/hybrid/secrets-store-csi-driver https://azure.github.io/secrets-store-csi-driver-provider-azure/docs/getting-started/usage/ Please update documentation to reflect the change
1.0
Update documentation to reflect change from 'tenantId' to 'tenantID' - After closing #857 we are getting a message in logs: > tenantId is deprecated and will be removed in a future release. Use 'tenantID' instead But public documentation in all places still shows that the correct parameter is `tenantId`, e.g: https://learn.microsoft.com/en-us/azure/aks/csi-secrets-store-identity-access https://learn.microsoft.com/en-us/azure/aks/hybrid/secrets-store-csi-driver https://azure.github.io/secrets-store-csi-driver-provider-azure/docs/getting-started/usage/ Please update documentation to reflect the change
non_build
update documentation to reflect change from tenantid to tenantid after closing we are getting a message in logs tenantid is deprecated and will be removed in a future release use tenantid instead but public documentation in all places still shows that the correct parameter is tenantid e g please update documentation to reflect the change
0
752
2,619,499,782
IssuesEvent
2015-03-03 06:28:06
Homebrew/linuxbrew
https://api.github.com/repos/Homebrew/linuxbrew
closed
newt error on brew update
build-error
brew gist-logs newt https://gist.github.com/anonymous/6829cfb8b49a2bb4afab --------------- ``` ==> Installing byobu dependency: newt ==> Downloading https://fedorahosted.org/releases/n/e/newt/newt-0.52.18.tar.gz ######################################################################## 100.0% ==> Downloading https://trac.macports.org/export/132914/trunk/dports/devel/libnewt/files/patch-Makefile.in.diff ######################################################################## 100.0% ==> Patching patching file Makefile.in ==> ./configure --prefix=/home/user/.linuxbrew/Cellar/newt/0.52.18 --without-tcl ==> make install /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_line): relocation 0 has invalid symbol index 2 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status make: *** [libnewt.0.52.18.dylib] Error 1 ```
1.0
newt error on brew update - brew gist-logs newt https://gist.github.com/anonymous/6829cfb8b49a2bb4afab --------------- ``` ==> Installing byobu dependency: newt ==> Downloading https://fedorahosted.org/releases/n/e/newt/newt-0.52.18.tar.gz ######################################################################## 100.0% ==> Downloading https://trac.macports.org/export/132914/trunk/dports/devel/libnewt/files/patch-Makefile.in.diff ######################################################################## 100.0% ==> Patching patching file Makefile.in ==> ./configure --prefix=/home/user/.linuxbrew/Cellar/newt/0.52.18 --without-tcl ==> make install /usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_line): relocation 0 has invalid symbol index 2 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status make: *** [libnewt.0.52.18.dylib] Error 1 ```
build
newt error on brew update brew gist logs newt installing byobu dependency newt downloading downloading patching patching file makefile in configure prefix home user linuxbrew cellar newt without tcl make install usr bin ld usr lib debug usr lib linux gnu o debug line relocation has invalid symbol index usr lib gcc linux gnu linux gnu o in function start text undefined reference to main error ld returned exit status make error
1
28,307
8,129,925,985
IssuesEvent
2018-08-17 16:37:19
facebook/osquery
https://api.github.com/repos/facebook/osquery
opened
Create tests for the table `wmi_filter_consumer_binding`
Windows build/test good-first-issue
## Create tests for the table `wmi_filter_consumer_binding` - Create header file for the table implementation, if one is not exists. - In test, query the table and check if retrieved columns (name and types) match the columns from table spec. - If there is any guarantee to number of rows (e.g. only 1 record in every query result, more than 3 records or something else) check it. - Test the implementation details of the table, if it possible. Table spec: `specs/windows/wmi_filter_consumer_binding.table` Source files: - `wmi_filter_consumer_binding.cpp` Table generating function: `genFilterConsumer()`
1.0
Create tests for the table `wmi_filter_consumer_binding` - ## Create tests for the table `wmi_filter_consumer_binding` - Create header file for the table implementation, if one is not exists. - In test, query the table and check if retrieved columns (name and types) match the columns from table spec. - If there is any guarantee to number of rows (e.g. only 1 record in every query result, more than 3 records or something else) check it. - Test the implementation details of the table, if it possible. Table spec: `specs/windows/wmi_filter_consumer_binding.table` Source files: - `wmi_filter_consumer_binding.cpp` Table generating function: `genFilterConsumer()`
build
create tests for the table wmi filter consumer binding create tests for the table wmi filter consumer binding create header file for the table implementation if one is not exists in test query the table and check if retrieved columns name and types match the columns from table spec if there is any guarantee to number of rows e g only record in every query result more than records or something else check it test the implementation details of the table if it possible table spec specs windows wmi filter consumer binding table source files wmi filter consumer binding cpp table generating function genfilterconsumer
1
99,590
16,449,090,957
IssuesEvent
2021-05-21 01:03:05
dundermifflin0/struts-examples
https://api.github.com/repos/dundermifflin0/struts-examples
opened
CVE-2021-21346 (High) detected in xstream-1.4.11.1.jar
security vulnerability
## CVE-2021-21346 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.11.1.jar</b></p></summary> <p>XStream is a serialization library from Java objects to XML and back.</p> <p>Library home page: <a href="http://x-stream.github.io">http://x-stream.github.io</a></p> <p>Path to dependency file: struts-examples/rest-angular/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.11.1/xstream-1.4.11.1.jar</p> <p> Dependency Hierarchy: - struts2-rest-plugin-2.5.25.jar (Root Library) - :x: **xstream-1.4.11.1.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> 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. <p>Publish Date: 2021-03-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-21346>CVE-2021-21346</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/x-stream/xstream/security/advisories/GHSA-4hrm-m67v-5cxr">https://github.com/x-stream/xstream/security/advisories/GHSA-4hrm-m67v-5cxr</a></p> <p>Release Date: 2021-03-23</p> <p>Fix Resolution: com.thoughtworks.xstream:xstream:1.4.16</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-21346 (High) detected in xstream-1.4.11.1.jar - ## CVE-2021-21346 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.11.1.jar</b></p></summary> <p>XStream is a serialization library from Java objects to XML and back.</p> <p>Library home page: <a href="http://x-stream.github.io">http://x-stream.github.io</a></p> <p>Path to dependency file: struts-examples/rest-angular/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.11.1/xstream-1.4.11.1.jar</p> <p> Dependency Hierarchy: - struts2-rest-plugin-2.5.25.jar (Root Library) - :x: **xstream-1.4.11.1.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> 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. <p>Publish Date: 2021-03-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-21346>CVE-2021-21346</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/x-stream/xstream/security/advisories/GHSA-4hrm-m67v-5cxr">https://github.com/x-stream/xstream/security/advisories/GHSA-4hrm-m67v-5cxr</a></p> <p>Release Date: 2021-03-23</p> <p>Fix Resolution: com.thoughtworks.xstream:xstream:1.4.16</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_build
cve high detected in xstream jar cve high severity vulnerability 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 struts examples rest angular pom xml path to vulnerable library home wss scanner repository com thoughtworks xstream xstream xstream jar dependency hierarchy rest plugin jar root library x xstream jar vulnerable library found in base branch master 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 com thoughtworks xstream xstream step up your open source security game with whitesource
0
251,391
8,014,681,123
IssuesEvent
2018-07-25 07:30:39
architecture-building-systems/CityEnergyAnalyst
https://api.github.com/repos/architecture-building-systems/CityEnergyAnalyst
opened
add more nodes that connect building to network
Priority 1
more than one connection from building to network edges should be enabled in the first part of the `network_layout.py` in the current network layout tool, there is only one way to connect a building to the thermal network (via the shortest path between building node and network edge) however, this results in odd routes after running steiner spanning tree
1.0
add more nodes that connect building to network - more than one connection from building to network edges should be enabled in the first part of the `network_layout.py` in the current network layout tool, there is only one way to connect a building to the thermal network (via the shortest path between building node and network edge) however, this results in odd routes after running steiner spanning tree
non_build
add more nodes that connect building to network more than one connection from building to network edges should be enabled in the first part of the network layout py in the current network layout tool there is only one way to connect a building to the thermal network via the shortest path between building node and network edge however this results in odd routes after running steiner spanning tree
0
27,910
22,596,461,414
IssuesEvent
2022-06-29 03:57:34
woocommerce/woocommerce
https://api.github.com/repos/woocommerce/woocommerce
closed
Move linting check from pre-commit to pre-push
tool: monorepo infrastructure
**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:** Currently the PHP linter runs on a [pre-commit hook](https://github.com/woocommerce/woocommerce/blob/trunk/.husky/pre-commit#L4). This means if there are any linter violations, even in unrelated code in the same file, you get blocked from completing your commit. I find this disruptive when I'm "in the flow" and this has sometimes caused me to resort to committing with `--no-verify`, which is obviously not a great habit to get into. For new contributors, this can be confusing and discouraging ([example](https://github.com/woocommerce/woocommerce/issues/33135#issuecomment-1147334703)). I would like to propose that the linter check instead happen on the pre-push hook. * Better supports the habit of making atomic commits. Fixing linting violations can happen in a separate commit. * Doesn't break your "flow". * Still ensures that new linting violations aren't introduced to the codebase.
1.0
Move linting check from pre-commit to pre-push - **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:** Currently the PHP linter runs on a [pre-commit hook](https://github.com/woocommerce/woocommerce/blob/trunk/.husky/pre-commit#L4). This means if there are any linter violations, even in unrelated code in the same file, you get blocked from completing your commit. I find this disruptive when I'm "in the flow" and this has sometimes caused me to resort to committing with `--no-verify`, which is obviously not a great habit to get into. For new contributors, this can be confusing and discouraging ([example](https://github.com/woocommerce/woocommerce/issues/33135#issuecomment-1147334703)). I would like to propose that the linter check instead happen on the pre-push hook. * Better supports the habit of making atomic commits. Fixing linting violations can happen in a separate commit. * Doesn't break your "flow". * Still ensures that new linting violations aren't introduced to the codebase.
non_build
move linting check from pre commit to pre push 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 currently the php linter runs on a this means if there are any linter violations even in unrelated code in the same file you get blocked from completing your commit i find this disruptive when i m in the flow and this has sometimes caused me to resort to committing with no verify which is obviously not a great habit to get into for new contributors this can be confusing and discouraging i would like to propose that the linter check instead happen on the pre push hook better supports the habit of making atomic commits fixing linting violations can happen in a separate commit doesn t break your flow still ensures that new linting violations aren t introduced to the codebase
0
56,340
23,755,128,028
IssuesEvent
2022-09-01 01:49:54
filecoin-project/venus
https://api.github.com/repos/filecoin-project/venus
closed
[venus] 把 tools/gen_cbor/main.go 中的代码移到 venus-devtool
venus BU-chain-service C-enhancement
### 链服务模块 / Chain Service Components - [X] venus - [ ] venus-auth - [ ] venus-gateway - [ ] venus-messager - [ ] venus-miner - [ ] 文档 / docs ### 订单服务模块 / Deal Service Components - [ ] venus-market - [ ] 文档 / docs ### 算力服务模块 / Storage Power Service Components - [ ] venus-sector-manager - [ ] venus-worker - [ ] 文档 / docs ### 描述 / Description 把 venus tools/gen_cbor/main.go 中的代码移到 venus-devtool/cborgen
1.0
[venus] 把 tools/gen_cbor/main.go 中的代码移到 venus-devtool - ### 链服务模块 / Chain Service Components - [X] venus - [ ] venus-auth - [ ] venus-gateway - [ ] venus-messager - [ ] venus-miner - [ ] 文档 / docs ### 订单服务模块 / Deal Service Components - [ ] venus-market - [ ] 文档 / docs ### 算力服务模块 / Storage Power Service Components - [ ] venus-sector-manager - [ ] venus-worker - [ ] 文档 / docs ### 描述 / Description 把 venus tools/gen_cbor/main.go 中的代码移到 venus-devtool/cborgen
non_build
把 tools gen cbor main go 中的代码移到 venus devtool 链服务模块 chain service components venus venus auth venus gateway venus messager venus miner 文档 docs 订单服务模块 deal service components venus market 文档 docs 算力服务模块 storage power service components venus sector manager venus worker 文档 docs 描述 description 把 venus tools gen cbor main go 中的代码移到 venus devtool cborgen
0
12,725
5,232,298,225
IssuesEvent
2017-01-30 08:49:53
grpc/grpc
https://api.github.com/repos/grpc/grpc
opened
Multiple qps timeouts/failures
BUILDPONY
In https://grpc-testing.appspot.com/job/gRPC_performance_pull_requests/8839/consoleFull Failed tests include: ruby_protobuf_sync_streaming_qps_unconstrained ruby_protobuf_sync_unary_qps_unconstrained ruby_protobuf_unary_ping_pong node_protobuf_async_unary_qps_unconstrained node_protobuf_unary_ping_pong csharp_generic_async_streaming_ping_pong csharp_protobuf_async_streaming_ping_pong csharp_protobuf_async_unary_ping_pong csharp_protobuf_sync_to_async_unary_ping_pong csharp_protobuf_async_unary_qps_unconstrained csharp_to_cpp_protobuf_sync_unary_ping_pong csharp_to_cpp_protobuf_async_streaming_ping_pong
1.0
Multiple qps timeouts/failures - In https://grpc-testing.appspot.com/job/gRPC_performance_pull_requests/8839/consoleFull Failed tests include: ruby_protobuf_sync_streaming_qps_unconstrained ruby_protobuf_sync_unary_qps_unconstrained ruby_protobuf_unary_ping_pong node_protobuf_async_unary_qps_unconstrained node_protobuf_unary_ping_pong csharp_generic_async_streaming_ping_pong csharp_protobuf_async_streaming_ping_pong csharp_protobuf_async_unary_ping_pong csharp_protobuf_sync_to_async_unary_ping_pong csharp_protobuf_async_unary_qps_unconstrained csharp_to_cpp_protobuf_sync_unary_ping_pong csharp_to_cpp_protobuf_async_streaming_ping_pong
build
multiple qps timeouts failures in failed tests include ruby protobuf sync streaming qps unconstrained ruby protobuf sync unary qps unconstrained ruby protobuf unary ping pong node protobuf async unary qps unconstrained node protobuf unary ping pong csharp generic async streaming ping pong csharp protobuf async streaming ping pong csharp protobuf async unary ping pong csharp protobuf sync to async unary ping pong csharp protobuf async unary qps unconstrained csharp to cpp protobuf sync unary ping pong csharp to cpp protobuf async streaming ping pong
1
99,346
30,347,677,997
IssuesEvent
2023-07-11 16:30:54
Scirra/Construct-bugs
https://api.github.com/repos/Scirra/Construct-bugs
closed
Whitelist plugins (new)
Build Service
Hi, Would you please whitelist the following plugin version updates: ```JS cordova-plugin-fbsdk@4.0.4 - Not sure if this is still considered as routine maintenance or new, since the plugin id just changed from "cordova-plugin-facebook-connect" after a new maintainer. Although, to be safe, I've added as new. ``` I have followed the required guidelines to my knowledge, please let me know if there are issues with my request. Thank you.
1.0
Whitelist plugins (new) - Hi, Would you please whitelist the following plugin version updates: ```JS cordova-plugin-fbsdk@4.0.4 - Not sure if this is still considered as routine maintenance or new, since the plugin id just changed from "cordova-plugin-facebook-connect" after a new maintainer. Although, to be safe, I've added as new. ``` I have followed the required guidelines to my knowledge, please let me know if there are issues with my request. Thank you.
build
whitelist plugins new hi would you please whitelist the following plugin version updates js cordova plugin fbsdk not sure if this is still considered as routine maintenance or new since the plugin id just changed from cordova plugin facebook connect after a new maintainer although to be safe i ve added as new i have followed the required guidelines to my knowledge please let me know if there are issues with my request thank you
1
63,938
15,761,586,636
IssuesEvent
2021-03-31 10:08:23
golang/go
https://api.github.com/repos/golang/go
opened
x/build: dragonfly-amd64 builder missing
Builders OS-Dragonfly
SlowBot runs for dragonfly were/are stuck on several CLs, e.g. https://golang.org/cl/304870, https://golang.org/cl/305230 or https://golang.org/cl/304369 (I re-triggered the latter to run on the dragonfly-amd64-5_8 builder which seems to be up). On https://farmer.golang.org I see: ``` * host-dragonfly-amd64-master: 252 waiting (oldest 203h26m13s, newest 112h33m44s, progress 171h4m40s) * try: 1 (oldest 112h33m44s, newest 112h33m44s) ``` and ``` host-dragonfly-amd64-master: 0/0 (1 missing) ``` Related? #44584 #45215 /cc @golang/release @bcmills @dmitshur @tuxillo
1.0
x/build: dragonfly-amd64 builder missing - SlowBot runs for dragonfly were/are stuck on several CLs, e.g. https://golang.org/cl/304870, https://golang.org/cl/305230 or https://golang.org/cl/304369 (I re-triggered the latter to run on the dragonfly-amd64-5_8 builder which seems to be up). On https://farmer.golang.org I see: ``` * host-dragonfly-amd64-master: 252 waiting (oldest 203h26m13s, newest 112h33m44s, progress 171h4m40s) * try: 1 (oldest 112h33m44s, newest 112h33m44s) ``` and ``` host-dragonfly-amd64-master: 0/0 (1 missing) ``` Related? #44584 #45215 /cc @golang/release @bcmills @dmitshur @tuxillo
build
x build dragonfly builder missing slowbot runs for dragonfly were are stuck on several cls e g or i re triggered the latter to run on the dragonfly builder which seems to be up on i see host dragonfly master waiting oldest newest progress try oldest newest and host dragonfly master missing related cc golang release bcmills dmitshur tuxillo
1
11,682
5,073,905,516
IssuesEvent
2016-12-27 11:14:58
TechnionYP5777/SmartCity-Accessibility
https://api.github.com/repos/TechnionYP5777/SmartCity-Accessibility
closed
SmartCity-Accessibility #113 failed
BuildFailure
Build 'SmartCity-Accessibility' is failing! Last 50 lines of build output: ``` [...truncated 115 lines...] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in smartcity.accessibility.socialnetwork.ScoreTest Running smartcity.accessibility.socialnetwork.ReviewCommentTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in smartcity.accessibility.socialnetwork.ReviewCommentTest Running smartcity.accessibility.socialnetwork.BestReviewsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in smartcity.accessibility.socialnetwork.BestReviewsTest Running smartcity.accessibility.socialnetwork.BrokenAdminTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec - in smartcity.accessibility.socialnetwork.BrokenAdminTest Running smartcity.accessibility.socialnetwork.MockAdminTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.35 sec - in smartcity.accessibility.socialnetwork.MockAdminTest Running smartcity.accessibility.search.SearchTest -- Product name: JxMaps -- Licensed version: 1.x -- Licensed to: -- License type: Evaluation -- Generation date: Dec 7, 2016 -- Expiration date: Aug 25, 2017 -- License info: Single-user license -- Current date: Dec 27, 2016 JxMaps license valid. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 314.214 sec - in smartcity.accessibility.search.SearchTest Running smartcity.accessibility.navigation.NavigationTest OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00007fe53d0f3000, 262144, 0) failed; error='Cannot allocate memory' (errno=12) # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (mmap) failed to map 262144 bytes for committing reserved memory. # An error report file with more information is saved as: # /var/lib/jenkins/workspace/SmartCity-Accessibility/hs_err_pid6143.log Results : Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:56 min [INFO] Finished at: 2016-12-27T11:03:53+00:00 [INFO] Final Memory: 27M/200M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project SmartCity-Accessibility: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /var/lib/jenkins/workspace/SmartCity-Accessibility && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8-runtime.jar=destfile=/var/lib/jenkins/workspace/SmartCity-Accessibility/target/jacoco.exec -jar /var/lib/jenkins/workspace/SmartCity-Accessibility/target/surefire/surefirebooter5022833160051376991.jar /var/lib/jenkins/workspace/SmartCity-Accessibility/target/surefire/surefire2183030097424091810tmp /var/lib/jenkins/workspace/SmartCity-Accessibility/target/surefire/surefire_02791304110232766996tmp [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException Build step 'Invoke top-level Maven targets' marked build as failure ``` Changes since last successful build: - [Alexander Kaplan] 2b3e705a8da5a643b8fd11051c64a4130c692e41 - slight refactoring in gui package [View full output](http://163.172.171.65:8080/job/SmartCity-Accessibility/113/)
1.0
SmartCity-Accessibility #113 failed - Build 'SmartCity-Accessibility' is failing! Last 50 lines of build output: ``` [...truncated 115 lines...] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in smartcity.accessibility.socialnetwork.ScoreTest Running smartcity.accessibility.socialnetwork.ReviewCommentTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in smartcity.accessibility.socialnetwork.ReviewCommentTest Running smartcity.accessibility.socialnetwork.BestReviewsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in smartcity.accessibility.socialnetwork.BestReviewsTest Running smartcity.accessibility.socialnetwork.BrokenAdminTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec - in smartcity.accessibility.socialnetwork.BrokenAdminTest Running smartcity.accessibility.socialnetwork.MockAdminTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.35 sec - in smartcity.accessibility.socialnetwork.MockAdminTest Running smartcity.accessibility.search.SearchTest -- Product name: JxMaps -- Licensed version: 1.x -- Licensed to: -- License type: Evaluation -- Generation date: Dec 7, 2016 -- Expiration date: Aug 25, 2017 -- License info: Single-user license -- Current date: Dec 27, 2016 JxMaps license valid. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 314.214 sec - in smartcity.accessibility.search.SearchTest Running smartcity.accessibility.navigation.NavigationTest OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00007fe53d0f3000, 262144, 0) failed; error='Cannot allocate memory' (errno=12) # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (mmap) failed to map 262144 bytes for committing reserved memory. # An error report file with more information is saved as: # /var/lib/jenkins/workspace/SmartCity-Accessibility/hs_err_pid6143.log Results : Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:56 min [INFO] Finished at: 2016-12-27T11:03:53+00:00 [INFO] Final Memory: 27M/200M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project SmartCity-Accessibility: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /var/lib/jenkins/workspace/SmartCity-Accessibility && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8-runtime.jar=destfile=/var/lib/jenkins/workspace/SmartCity-Accessibility/target/jacoco.exec -jar /var/lib/jenkins/workspace/SmartCity-Accessibility/target/surefire/surefirebooter5022833160051376991.jar /var/lib/jenkins/workspace/SmartCity-Accessibility/target/surefire/surefire2183030097424091810tmp /var/lib/jenkins/workspace/SmartCity-Accessibility/target/surefire/surefire_02791304110232766996tmp [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException Build step 'Invoke top-level Maven targets' marked build as failure ``` Changes since last successful build: - [Alexander Kaplan] 2b3e705a8da5a643b8fd11051c64a4130c692e41 - slight refactoring in gui package [View full output](http://163.172.171.65:8080/job/SmartCity-Accessibility/113/)
build
smartcity accessibility failed build smartcity accessibility is failing last lines of build output tests run failures errors skipped time elapsed sec in smartcity accessibility socialnetwork scoretest running smartcity accessibility socialnetwork reviewcommenttest tests run failures errors skipped time elapsed sec in smartcity accessibility socialnetwork reviewcommenttest running smartcity accessibility socialnetwork bestreviewstest tests run failures errors skipped time elapsed sec in smartcity accessibility socialnetwork bestreviewstest running smartcity accessibility socialnetwork brokenadmintest tests run failures errors skipped time elapsed sec in smartcity accessibility socialnetwork brokenadmintest running smartcity accessibility socialnetwork mockadmintest tests run failures errors skipped time elapsed sec in smartcity accessibility socialnetwork mockadmintest running smartcity accessibility search searchtest product name jxmaps licensed version x licensed to license type evaluation generation date dec expiration date aug license info single user license current date dec jxmaps license valid tests run failures errors skipped time elapsed sec in smartcity accessibility search searchtest running smartcity accessibility navigation navigationtest openjdk bit server vm warning info os commit memory failed error cannot allocate memory errno there is insufficient memory for the java runtime environment to continue native memory allocation mmap failed to map bytes for committing reserved memory an error report file with more information is saved as var lib jenkins workspace smartcity accessibility hs err log results tests run failures errors skipped build failure total time min finished at final memory failed to execute goal org apache maven plugins maven surefire plugin test default test on project smartcity accessibility execution default test of goal org apache maven plugins maven surefire plugin test failed the forked vm terminated without properly saying goodbye vm crash or system exit called command was bin sh c cd var lib jenkins workspace smartcity accessibility usr lib jvm java openjdk jre bin java javaagent var lib jenkins repository org jacoco org jacoco agent org jacoco agent runtime jar destfile var lib jenkins workspace smartcity accessibility target jacoco exec jar var lib jenkins workspace smartcity accessibility target surefire jar var lib jenkins workspace smartcity accessibility target surefire var lib jenkins workspace smartcity accessibility target surefire surefire to see the full stack trace of the errors re run maven with the e switch re run maven using the x switch to enable full debug logging for more information about the errors and possible solutions please read the following articles build step invoke top level maven targets marked build as failure changes since last successful build slight refactoring in gui package
1
192,809
22,216,008,633
IssuesEvent
2022-06-08 01:46:24
UpendoVentures/generator-upendodnn
https://api.github.com/repos/UpendoVentures/generator-upendodnn
opened
CVE-2021-43307 (Medium) detected in semver-regex-2.0.0.tgz
security vulnerability
## CVE-2021-43307 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>semver-regex-2.0.0.tgz</b></p></summary> <p>Regular expression for matching semver versions</p> <p>Library home page: <a href="https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz">https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/semver-regex/package.json</p> <p> Dependency Hierarchy: - yo-4.3.0.tgz (Root Library) - yeoman-doctor-5.0.0.tgz - bin-version-check-4.0.0.tgz - bin-version-3.1.0.tgz - find-versions-3.2.0.tgz - :x: **semver-regex-2.0.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/UpendoVentures/generator-upendodnn/commit/1c68c9a9ea9734a0a208d80999c86ff1564255dc">1c68c9a9ea9734a0a208d80999c86ff1564255dc</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An exponential ReDoS (Regular Expression Denial of Service) can be triggered in the semver-regex npm package, when an attacker is able to supply arbitrary input to the test() method <p>Publish Date: 2022-06-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43307>CVE-2021-43307</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary> <p> 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: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/">https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/</a></p> <p>Release Date: 2021-11-03</p> <p>Fix Resolution: semver-regex - 3.1.4,4.0.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-43307 (Medium) detected in semver-regex-2.0.0.tgz - ## CVE-2021-43307 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>semver-regex-2.0.0.tgz</b></p></summary> <p>Regular expression for matching semver versions</p> <p>Library home page: <a href="https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz">https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/semver-regex/package.json</p> <p> Dependency Hierarchy: - yo-4.3.0.tgz (Root Library) - yeoman-doctor-5.0.0.tgz - bin-version-check-4.0.0.tgz - bin-version-3.1.0.tgz - find-versions-3.2.0.tgz - :x: **semver-regex-2.0.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/UpendoVentures/generator-upendodnn/commit/1c68c9a9ea9734a0a208d80999c86ff1564255dc">1c68c9a9ea9734a0a208d80999c86ff1564255dc</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An exponential ReDoS (Regular Expression Denial of Service) can be triggered in the semver-regex npm package, when an attacker is able to supply arbitrary input to the test() method <p>Publish Date: 2022-06-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43307>CVE-2021-43307</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary> <p> 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: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/">https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/</a></p> <p>Release Date: 2021-11-03</p> <p>Fix Resolution: semver-regex - 3.1.4,4.0.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_build
cve medium detected in semver regex tgz cve medium severity vulnerability vulnerable library semver regex tgz regular expression for matching semver versions library home page a href path to dependency file package json path to vulnerable library node modules semver regex package json dependency hierarchy yo tgz root library yeoman doctor tgz bin version check tgz bin version tgz find versions tgz x semver regex tgz vulnerable library found in head commit a href found in base branch master vulnerability details an exponential redos regular expression denial of service can be triggered in the semver regex npm package when an attacker is able to supply arbitrary input to the test method 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 none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution semver regex step up your open source security game with mend
0
69,792
17,859,406,544
IssuesEvent
2021-09-05 17:21:15
alicevision/CCTag
https://api.github.com/repos/alicevision/CCTag
closed
[question] eigen 3.3.9 win
type:question build:windows
I am trying to run the CCTAG project on windows the feature below is needed? In order to have Cuda support on Windows, at least Eigen 3.3.9 is required. However the last version at the moment of eigen i could find is 3.3.8 but not working any suggestions?
1.0
[question] eigen 3.3.9 win - I am trying to run the CCTAG project on windows the feature below is needed? In order to have Cuda support on Windows, at least Eigen 3.3.9 is required. However the last version at the moment of eigen i could find is 3.3.8 but not working any suggestions?
build
eigen win i am trying to run the cctag project on windows the feature below is needed in order to have cuda support on windows at least eigen is required however the last version at the moment of eigen i could find is but not working any suggestions
1
6,061
3,736,188,811
IssuesEvent
2016-03-08 15:10:22
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
closed
[RC2] enable crossgen of mscorlib.dll on Linux and Mac
2 - In Progress blocking-release Build CrossGen/NGEN
Update the xplat builds to produce official mscorlib.ni.dll binaries for Linux and mac /cc @chcosta @gkhanna79
1.0
[RC2] enable crossgen of mscorlib.dll on Linux and Mac - Update the xplat builds to produce official mscorlib.ni.dll binaries for Linux and mac /cc @chcosta @gkhanna79
build
enable crossgen of mscorlib dll on linux and mac update the xplat builds to produce official mscorlib ni dll binaries for linux and mac cc chcosta
1
83,050
23,954,331,670
IssuesEvent
2022-09-12 13:55:40
pjdohertygis/FireMappers
https://api.github.com/repos/pjdohertygis/FireMappers
closed
Full screen map element in mobile does not work as expected.
bug Experience Builder Esri Needed
I turned this off for now, but I wanted to make it so a mobile user could expand the map and hide the bar at the top (they complained). ![image](https://user-images.githubusercontent.com/4256979/189497768-0e35fc7d-d85f-4378-ae9b-bca517d15584.png) But when I do this, all it does is hide some tools and there is not way to get back to "not fullscreen".
1.0
Full screen map element in mobile does not work as expected. - I turned this off for now, but I wanted to make it so a mobile user could expand the map and hide the bar at the top (they complained). ![image](https://user-images.githubusercontent.com/4256979/189497768-0e35fc7d-d85f-4378-ae9b-bca517d15584.png) But when I do this, all it does is hide some tools and there is not way to get back to "not fullscreen".
build
full screen map element in mobile does not work as expected i turned this off for now but i wanted to make it so a mobile user could expand the map and hide the bar at the top they complained but when i do this all it does is hide some tools and there is not way to get back to not fullscreen
1
52,367
12,956,599,262
IssuesEvent
2020-07-20 08:28:18
MTG/essentia.js
https://api.github.com/repos/MTG/essentia.js
closed
Update Dockerfile for compiling the latest upstream of Essentia C++ library
builds
Update the docker image with the latest static builds of the Essentia library along with the newly added Eigen3 dependencies.
1.0
Update Dockerfile for compiling the latest upstream of Essentia C++ library - Update the docker image with the latest static builds of the Essentia library along with the newly added Eigen3 dependencies.
build
update dockerfile for compiling the latest upstream of essentia c library update the docker image with the latest static builds of the essentia library along with the newly added dependencies
1
70,201
23,044,068,998
IssuesEvent
2022-07-23 16:08:43
idaholab/raven
https://api.github.com/repos/idaholab/raven
closed
[DEFECT] Changing Gaussian Process Regressor default optimizer
priority_critical defect
### Thank you for the defect report - [X] I am using the latest version of `RAVEN`. - [X] I have read the [Wiki](https://github.com/idaholab/raven/wiki). - [X] I have created a [minimum, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) that demonstrates the defect. ### Defect Description If GPR is used as a ROM and RBF kernel is used but the optimizer is not specified the default one will error out. ### Steps to Reproduce Just change the input file located at raven/tests/framework/ROM/SKLearn/gp.xml by removing the optimizer and specifying a kernel of RBF ### Expected Behavior Should not error out ### Screenshots and Input Files <img width="834" alt="Screen Shot 2022-06-14 at 9 49 27 PM" src="https://user-images.githubusercontent.com/52417034/173733183-3e582324-f470-41bb-8aa0-00b5e1f3f22a.png"> <img width="841" alt="Screen Shot 2022-06-14 at 9 49 08 PM" src="https://user-images.githubusercontent.com/52417034/173733201-f532d8ae-4c5a-4081-b8b8-029b8578433a.png"> ### OS MacOS ### OS Version _No response_ ### Dependency Manager CONDA ### For Change Control Board: Issue Review - [x] Is it tagged with a type: defect or task? - [x] Is it tagged with a priority: critical, normal or minor? - [x] If it will impact requirements or requirements tests, is it tagged with requirements? - [x] If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [x] Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ### For Change Control Board: Issue Closure - [x] If the issue is a defect, is the defect fixed? - [x] If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [x] If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)? - [x] If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)? - [x] If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?
1.0
[DEFECT] Changing Gaussian Process Regressor default optimizer - ### Thank you for the defect report - [X] I am using the latest version of `RAVEN`. - [X] I have read the [Wiki](https://github.com/idaholab/raven/wiki). - [X] I have created a [minimum, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) that demonstrates the defect. ### Defect Description If GPR is used as a ROM and RBF kernel is used but the optimizer is not specified the default one will error out. ### Steps to Reproduce Just change the input file located at raven/tests/framework/ROM/SKLearn/gp.xml by removing the optimizer and specifying a kernel of RBF ### Expected Behavior Should not error out ### Screenshots and Input Files <img width="834" alt="Screen Shot 2022-06-14 at 9 49 27 PM" src="https://user-images.githubusercontent.com/52417034/173733183-3e582324-f470-41bb-8aa0-00b5e1f3f22a.png"> <img width="841" alt="Screen Shot 2022-06-14 at 9 49 08 PM" src="https://user-images.githubusercontent.com/52417034/173733201-f532d8ae-4c5a-4081-b8b8-029b8578433a.png"> ### OS MacOS ### OS Version _No response_ ### Dependency Manager CONDA ### For Change Control Board: Issue Review - [x] Is it tagged with a type: defect or task? - [x] Is it tagged with a priority: critical, normal or minor? - [x] If it will impact requirements or requirements tests, is it tagged with requirements? - [x] If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [x] Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ### For Change Control Board: Issue Closure - [x] If the issue is a defect, is the defect fixed? - [x] If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [x] If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)? - [x] If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)? - [x] If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?
non_build
changing gaussian process regressor default optimizer thank you for the defect report i am using the latest version of raven i have read the i have created a that demonstrates the defect defect description if gpr is used as a rom and rbf kernel is used but the optimizer is not specified the default one will error out steps to reproduce just change the input file located at raven tests framework rom sklearn gp xml by removing the optimizer and specifying a kernel of rbf expected behavior should not error out screenshots and input files img width alt screen shot at pm src img width alt screen shot at pm src os macos os version no response dependency manager conda for change control board issue review is it tagged with a type defect or task is it tagged with a priority critical normal or minor if it will impact requirements or requirements tests is it tagged with requirements if it is a defect can it cause wrong results for users if so an email needs to be sent to the users is a rationale provided such as explaining why the improvement is needed or why current code is wrong for change control board issue closure if the issue is a defect is the defect fixed if the issue is a defect is the defect tested for in the regression test system if not explain why not if the issue can impact users has an email to the users group been written the email should specify if the defect impacts stable or master if the issue is a defect does it impact the latest release branch if yes is there any issue tagged with release create if needed if the issue is being closed without a pull request has an explanation of why it is being closed been provided
0
80,272
23,160,847,713
IssuesEvent
2022-07-29 17:33:44
aws-amplify/amplify-hosting
https://api.github.com/repos/aws-amplify/amplify-hosting
closed
Out of memory
question frontend-build
### Before opening, please confirm: - [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md). - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-hosting/blob/master/CONTRIBUTING.md). - [X] I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue. ### App Id d1he6253vtkqx8 ### Region us-east--2 ### Amplify Hosting feature Backend builds, Build settings ### Describe the bug When building through amplify hosting 50% of the time we get the following error for front-end builds. ``` 2022-06-24T18:33:54.203Z [INFO]: The build failed because the process exited too early. This probably means the system ran out of memory or someone called `kill -9` on the process. ``` ``` sh -ac '. ./.env.${REACT_APP_ENV}; react-scripts --max_old_space_size=6144 build' 2022-06-24T18:28:33.714Z [INFO]: Creating an optimized production build... 2022-06-24T18:28:33.861Z [WARNING]: Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating 2022-06-24T18:33:54.203Z [INFO]: The build failed because the process exited too early. This probably means the system ran out of memory or someone called `kill -9` on the process. 2022-06-24T18:33:54.252Z [WARNING]: npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! wesponsored-web@0.1.1 build: `sh -ac '. ./.env.${REACT_APP_ENV}; react-scripts --max_old_space_size=6144 build'` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the wesponsored-web@0.1.1 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2022-06-24T18_33_54_217Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! wesponsored-web@0.1.1 release: `(export REACT_APP_SENTRY_RELEASE=$(git rev-parse --short HEAD); npm run build && node scripts/sentry.js)` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the wesponsored-web@0.1.1 release script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2022-06-24T18_33_54_248Z-debug.log ``` ### Expected behavior Front-end build is successful ### Reproduction steps trigger build ### Build Settings ```yaml frontend: phases: preBuild: commands: - npm ci build: commands: - 'npm run release:${STAGE}' artifacts: baseDirectory: build files: - '**/*' ``` ``` ### Additional information _No response_
1.0
Out of memory - ### Before opening, please confirm: - [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md). - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-hosting/blob/master/CONTRIBUTING.md). - [X] I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue. ### App Id d1he6253vtkqx8 ### Region us-east--2 ### Amplify Hosting feature Backend builds, Build settings ### Describe the bug When building through amplify hosting 50% of the time we get the following error for front-end builds. ``` 2022-06-24T18:33:54.203Z [INFO]: The build failed because the process exited too early. This probably means the system ran out of memory or someone called `kill -9` on the process. ``` ``` sh -ac '. ./.env.${REACT_APP_ENV}; react-scripts --max_old_space_size=6144 build' 2022-06-24T18:28:33.714Z [INFO]: Creating an optimized production build... 2022-06-24T18:28:33.861Z [WARNING]: Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating 2022-06-24T18:33:54.203Z [INFO]: The build failed because the process exited too early. This probably means the system ran out of memory or someone called `kill -9` on the process. 2022-06-24T18:33:54.252Z [WARNING]: npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! wesponsored-web@0.1.1 build: `sh -ac '. ./.env.${REACT_APP_ENV}; react-scripts --max_old_space_size=6144 build'` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the wesponsored-web@0.1.1 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2022-06-24T18_33_54_217Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! wesponsored-web@0.1.1 release: `(export REACT_APP_SENTRY_RELEASE=$(git rev-parse --short HEAD); npm run build && node scripts/sentry.js)` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the wesponsored-web@0.1.1 release script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2022-06-24T18_33_54_248Z-debug.log ``` ### Expected behavior Front-end build is successful ### Reproduction steps trigger build ### Build Settings ```yaml frontend: phases: preBuild: commands: - npm ci build: commands: - 'npm run release:${STAGE}' artifacts: baseDirectory: build files: - '**/*' ``` ``` ### Additional information _No response_
build
out of memory before opening please confirm i have checked to see if my question is addressed in the i have i have read the guide for i have done my best to include a minimal self contained set of instructions for consistently reproducing the issue app id region us east amplify hosting feature backend builds build settings describe the bug when building through amplify hosting of the time we get the following error for front end builds the build failed because the process exited too early this probably means the system ran out of memory or someone called kill on the process sh ac env react app env react scripts max old space size build creating an optimized production build browserslist caniuse lite is outdated please run npx browserslist latest update db why you should do it regularly the build failed because the process exited too early this probably means the system ran out of memory or someone called kill on the process npm err code elifecycle npm err errno npm err wesponsored web build sh ac env react app env react scripts max old space size build npm err exit status npm err npm err failed at the wesponsored web build script npm err this is probably not a problem with npm there is likely additional logging output above npm err a complete log of this run can be found in npm err root npm logs debug log npm err code elifecycle npm err errno npm err wesponsored web release export react app sentry release git rev parse short head npm run build node scripts sentry js npm err exit status npm err npm err failed at the wesponsored web release script npm err this is probably not a problem with npm there is likely additional logging output above npm err a complete log of this run can be found in npm err root npm logs debug log expected behavior front end build is successful reproduction steps trigger build build settings yaml frontend phases prebuild commands npm ci build commands npm run release stage artifacts basedirectory build files additional information no response
1
57,839
3,084,042,909
IssuesEvent
2015-08-24 13:03:54
pavel-pimenov/flylinkdc-r5xx
https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx
opened
[zzxy] дефолт для Файл=>Настройки=>Настройка интерфейса=>Сворачивать при закрытии
imported Priority-Medium Type-Other
_From [zzzxzzzy...@gmail.com](https://code.google.com/u/111612712877897236331/) on August 01, 2013 16:08:58_ * Файл=>Настройки=>Настройка интерфейса=>Сворачивать при закрытии - уверен не верно по умлч.держать включенным, думаю большинство со мной согласится \>> А как вы решили, что большинству надо? мне кажется наоборот, у меня и всех моих знакомых, флай и торрент на закрытие имено настроен сворачиваться, потому что часты случаи случайных закрытий" уверен после пары случайных закрытий ЛЮБОЙ способен научится использовать кнопку ОС Закрыть_Приложение - по назначению... И тем более что есть реализации свёртки на кнопке Свернуть(_в_панель_задачь), что как бы идейно ближе. Я же уверен что куда «сильнее раздражает пользователей»(особенно новичков в Флая или в его нововедениях) - когда они обнаруживают непонятные тормоза/лаги в програме/играх от вдруг начавшейся интенсивной раздачи, и т.д., - после ЗАКРЫТИЯ программы. \>> "у людей уже привычка по всяким скайпам и жаберам, что те программы которые должны висеть в памяти на крестик закрывают только окно, а не саму програму из памяти выгружает. - Не способные поменять свои вредные-привычки всегда в состоянии зайти в Настройки и включить нужное поведение. А, вот для НОВЫХ пользователей Флая подобное поведение однозначно выглядит по большому счёту неадекватно. Как вариант - можно добавить соотв.чекбокс при первоначальных настройках. _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1129_
1.0
[zzxy] дефолт для Файл=>Настройки=>Настройка интерфейса=>Сворачивать при закрытии - _From [zzzxzzzy...@gmail.com](https://code.google.com/u/111612712877897236331/) on August 01, 2013 16:08:58_ * Файл=>Настройки=>Настройка интерфейса=>Сворачивать при закрытии - уверен не верно по умлч.держать включенным, думаю большинство со мной согласится \>> А как вы решили, что большинству надо? мне кажется наоборот, у меня и всех моих знакомых, флай и торрент на закрытие имено настроен сворачиваться, потому что часты случаи случайных закрытий" уверен после пары случайных закрытий ЛЮБОЙ способен научится использовать кнопку ОС Закрыть_Приложение - по назначению... И тем более что есть реализации свёртки на кнопке Свернуть(_в_панель_задачь), что как бы идейно ближе. Я же уверен что куда «сильнее раздражает пользователей»(особенно новичков в Флая или в его нововедениях) - когда они обнаруживают непонятные тормоза/лаги в програме/играх от вдруг начавшейся интенсивной раздачи, и т.д., - после ЗАКРЫТИЯ программы. \>> "у людей уже привычка по всяким скайпам и жаберам, что те программы которые должны висеть в памяти на крестик закрывают только окно, а не саму програму из памяти выгружает. - Не способные поменять свои вредные-привычки всегда в состоянии зайти в Настройки и включить нужное поведение. А, вот для НОВЫХ пользователей Флая подобное поведение однозначно выглядит по большому счёту неадекватно. Как вариант - можно добавить соотв.чекбокс при первоначальных настройках. _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1129_
non_build
дефолт для файл настройки настройка интерфейса сворачивать при закрытии from on august файл настройки настройка интерфейса сворачивать при закрытии уверен не верно по умлч держать включенным думаю большинство со мной согласится а как вы решили что большинству надо мне кажется наоборот у меня и всех моих знакомых флай и торрент на закрытие имено настроен сворачиваться потому что часты случаи случайных закрытий уверен после пары случайных закрытий любой способен научится использовать кнопку ос закрыть приложение по назначению и тем более что есть реализации свёртки на кнопке свернуть в панель задачь что как бы идейно ближе я же уверен что куда «сильнее раздражает пользователей» особенно новичков в флая или в его нововедениях когда они обнаруживают непонятные тормоза лаги в програме играх от вдруг начавшейся интенсивной раздачи и т д после закрытия программы у людей уже привычка по всяким скайпам и жаберам что те программы которые должны висеть в памяти на крестик закрывают только окно а не саму програму из памяти выгружает не способные поменять свои вредные привычки всегда в состоянии зайти в настройки и включить нужное поведение а вот для новых пользователей флая подобное поведение однозначно выглядит по большому счёту неадекватно как вариант можно добавить соотв чекбокс при первоначальных настройках original issue
0
49,782
12,407,227,201
IssuesEvent
2020-05-21 20:40:08
GoogleCloudPlatform/java-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/java-docs-samples
opened
CommuteSearchJobsTest: testCommuteSearchJobs failed
buildcop: issue priority: p1 type: bug
Note: #2681 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 1678a8e115cb3a23d535f2723286ea0ba8f24be5 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/99ab1518-779e-461b-804c-775f60e98c1d), [Sponge](http://sponge2/99ab1518-779e-461b-804c-775f60e98c1d) status: failed <details><summary>Test output</summary><br><pre>expected to contain: Job summary: but was : at CommuteSearchJobsTest.testCommuteSearchJobs(CommuteSearchJobsTest.java:48) </pre></details>
1.0
CommuteSearchJobsTest: testCommuteSearchJobs failed - Note: #2681 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 1678a8e115cb3a23d535f2723286ea0ba8f24be5 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/99ab1518-779e-461b-804c-775f60e98c1d), [Sponge](http://sponge2/99ab1518-779e-461b-804c-775f60e98c1d) status: failed <details><summary>Test output</summary><br><pre>expected to contain: Job summary: but was : at CommuteSearchJobsTest.testCommuteSearchJobs(CommuteSearchJobsTest.java:48) </pre></details>
build
commutesearchjobstest testcommutesearchjobs failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output expected to contain job summary but was at commutesearchjobstest testcommutesearchjobs commutesearchjobstest java
1
132,357
18,268,578,018
IssuesEvent
2021-10-04 11:23:09
artsking/linux-3.0.35
https://api.github.com/repos/artsking/linux-3.0.35
closed
CVE-2014-0077 (Medium) detected in linux-stable-rtv3.8.6 - autoclosed
security vulnerability
## CVE-2014-0077 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/artsking/linux-3.0.35/commit/63363817003756397f5faf4e76a0023f50f94882">63363817003756397f5faf4e76a0023f50f94882</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> drivers/vhost/net.c in the Linux kernel before 3.13.10, when mergeable buffers are disabled, does not properly validate packet lengths, which allows guest OS users to cause a denial of service (memory corruption and host OS crash) or possibly gain privileges on the host OS via crafted packets, related to the handle_rx and get_rx_bufs functions. <p>Publish Date: 2014-04-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2014-0077>CVE-2014-0077</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: 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 </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2014-0077">https://nvd.nist.gov/vuln/detail/CVE-2014-0077</a></p> <p>Release Date: 2014-04-14</p> <p>Fix Resolution: 3.13.10</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2014-0077 (Medium) detected in linux-stable-rtv3.8.6 - autoclosed - ## CVE-2014-0077 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/artsking/linux-3.0.35/commit/63363817003756397f5faf4e76a0023f50f94882">63363817003756397f5faf4e76a0023f50f94882</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> drivers/vhost/net.c in the Linux kernel before 3.13.10, when mergeable buffers are disabled, does not properly validate packet lengths, which allows guest OS users to cause a denial of service (memory corruption and host OS crash) or possibly gain privileges on the host OS via crafted packets, related to the handle_rx and get_rx_bufs functions. <p>Publish Date: 2014-04-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2014-0077>CVE-2014-0077</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: 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 </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2014-0077">https://nvd.nist.gov/vuln/detail/CVE-2014-0077</a></p> <p>Release Date: 2014-04-14</p> <p>Fix Resolution: 3.13.10</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_build
cve medium detected in linux stable autoclosed cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files vulnerability details drivers vhost net c in the linux kernel before when mergeable buffers are disabled does not properly validate packet lengths which allows guest os users to cause a denial of service memory corruption and host os crash or possibly gain privileges on the host os via crafted packets related to the handle rx and get rx bufs functions 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
52,220
12,891,112,490
IssuesEvent
2020-07-13 17:08:55
dpaulson45/HealthChecker
https://api.github.com/repos/dpaulson45/HealthChecker
closed
Add Get-ErrorsThatOccurred to be included in the debug log Dev3.0.0
Next Major Build Possible Pester Test Case Required Next Major Release enhancement
Include the logic that is in commit 4de89f268c5d064667cabc4a14863fd61de325e4
1.0
Add Get-ErrorsThatOccurred to be included in the debug log Dev3.0.0 - Include the logic that is in commit 4de89f268c5d064667cabc4a14863fd61de325e4
build
add get errorsthatoccurred to be included in the debug log include the logic that is in commit
1
137,715
12,781,009,816
IssuesEvent
2020-07-01 02:34:59
chestergalindo/PersonalBlog
https://api.github.com/repos/chestergalindo/PersonalBlog
closed
Brief
documentation
Write the information would you like see in the page, add too the features or other caratheristic important
1.0
Brief - Write the information would you like see in the page, add too the features or other caratheristic important
non_build
brief write the information would you like see in the page add too the features or other caratheristic important
0
72,798
19,501,387,299
IssuesEvent
2021-12-28 04:17:32
logseq/logseq
https://api.github.com/repos/logseq/logseq
closed
Docker apps not building
docker build
**Describe the bug** Hitting Error 130+ when running `yarn watch` or `yarn app-watch` to build the server in a Dockerised container, using the [instructions in the README](https://github.com/logseq/logseq#alternative-docker-based-development-environment). **To Reproduce** Steps to reproduce the behavior: 1. Clone `7bbb6829` commit of logseq. 2. Create the docker image through the instructions in the README. 3. Run `yarn watch` or `yarn app-watch` 4. Repeat for `914b32d8` commit. **Expected behavior** The server to build without an issue. **Traceback** ``` <--- JS stacktrace ---> <--- Last few GCs ---> [279:0x5ebe560] 326810 ms: Scavenge 2027.1 (2069.9) -> 2023.1 (2070.9) MB, 5.1 / 0.1 ms (average mu = 0.889, current mu = 0.770) allocation failure [279:0x5ebe560] 326942 ms: Scavenge 2028.1 (2070.9) -> 2024.8 (2073.4) MB, 5.3 / 0.1 ms (average mu = 0.889, current mu = 0.770) allocation failure [279:0x5ebe560] 327087 ms: Scavenge 2030.6 (2073.4) -> 2027.0 (2091.1) MB, 5.7 / 0.1 ms (average mu = 0.889, current mu = 0.770) allocation failure <--- JS stacktrace ---> FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed - JavaScript heap out of memory FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed - JavaScript heap out of memory FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed - JavaScript heap out of memory Segmentation fault (core dumped) error Command failed with exit code 139. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ERROR: "gulp:watch" exited with 139. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ``` **Desktop (please complete the following information):** - OS: Arch Linux & Slackware - Docker Version: 20.10.9, build c2ea9bc90b - Commits: 7bbb6829, 914b32d8 - Maximum memory dedicated: 16 GB **Additional context** I have tried this on both my personal laptop and my homelab, with the latter having dedicated 16GB just to build the apps but it still failed. I have tried to use the hint from the following comment here: https://github.com/logseq/logseq/issues/2376#issuecomment-878734602 and while it did help to limit the memory usage of Java, it did not stop the blackhole known as gulp from taking all the resources and failing the build.
1.0
Docker apps not building - **Describe the bug** Hitting Error 130+ when running `yarn watch` or `yarn app-watch` to build the server in a Dockerised container, using the [instructions in the README](https://github.com/logseq/logseq#alternative-docker-based-development-environment). **To Reproduce** Steps to reproduce the behavior: 1. Clone `7bbb6829` commit of logseq. 2. Create the docker image through the instructions in the README. 3. Run `yarn watch` or `yarn app-watch` 4. Repeat for `914b32d8` commit. **Expected behavior** The server to build without an issue. **Traceback** ``` <--- JS stacktrace ---> <--- Last few GCs ---> [279:0x5ebe560] 326810 ms: Scavenge 2027.1 (2069.9) -> 2023.1 (2070.9) MB, 5.1 / 0.1 ms (average mu = 0.889, current mu = 0.770) allocation failure [279:0x5ebe560] 326942 ms: Scavenge 2028.1 (2070.9) -> 2024.8 (2073.4) MB, 5.3 / 0.1 ms (average mu = 0.889, current mu = 0.770) allocation failure [279:0x5ebe560] 327087 ms: Scavenge 2030.6 (2073.4) -> 2027.0 (2091.1) MB, 5.7 / 0.1 ms (average mu = 0.889, current mu = 0.770) allocation failure <--- JS stacktrace ---> FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed - JavaScript heap out of memory FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed - JavaScript heap out of memory FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed - JavaScript heap out of memory Segmentation fault (core dumped) error Command failed with exit code 139. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ERROR: "gulp:watch" exited with 139. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ``` **Desktop (please complete the following information):** - OS: Arch Linux & Slackware - Docker Version: 20.10.9, build c2ea9bc90b - Commits: 7bbb6829, 914b32d8 - Maximum memory dedicated: 16 GB **Additional context** I have tried this on both my personal laptop and my homelab, with the latter having dedicated 16GB just to build the apps but it still failed. I have tried to use the hint from the following comment here: https://github.com/logseq/logseq/issues/2376#issuecomment-878734602 and while it did help to limit the memory usage of Java, it did not stop the blackhole known as gulp from taking all the resources and failing the build.
build
docker apps not building describe the bug hitting error when running yarn watch or yarn app watch to build the server in a dockerised container using the to reproduce steps to reproduce the behavior clone commit of logseq create the docker image through the instructions in the readme run yarn watch or yarn app watch repeat for commit expected behavior the server to build without an issue traceback ms scavenge mb ms average mu current mu allocation failure ms scavenge mb ms average mu current mu allocation failure ms scavenge mb ms average mu current mu allocation failure fatal error markcompactcollector young object promotion failed allocation failed javascript heap out of memory fatal error markcompactcollector young object promotion failed allocation failed javascript heap out of memory fatal error markcompactcollector young object promotion failed allocation failed javascript heap out of memory segmentation fault core dumped error command failed with exit code info visit for documentation about this command error gulp watch exited with error command failed with exit code info visit for documentation about this command desktop please complete the following information os arch linux slackware docker version build commits maximum memory dedicated gb additional context i have tried this on both my personal laptop and my homelab with the latter having dedicated just to build the apps but it still failed i have tried to use the hint from the following comment here and while it did help to limit the memory usage of java it did not stop the blackhole known as gulp from taking all the resources and failing the build
1
67,647
17,026,558,746
IssuesEvent
2021-07-03 16:44:03
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
opened
Error C2664: Build did NOT complete successfully
type:build/install
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 64 bit - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A - TensorFlow installed from (source or binary): source - TensorFlow version: 2.5.0 - Python version: 3.8 - Installed using virtualenv? pip? conda?: pip - Bazel version (if compiling from source): 3.7.2 - CUDA/cuDNN version: CUDA: 11.3, 8.0 - GPU model and memory: RTX 2060 **Describe the problem** I'm trying to benchmark my tensorflow-lite models and I'm trying to follow along the [guide](https://www.tensorflow.org/lite/performance/measurement) I'm at the step where I'm building the native benchmark binary from source on my PC, but it results to an error. **Provide the exact sequence of commands / steps that you executed before running into the problem** I'm executing the following command, but it results to an error `bazel build -c opt --cxxopt=/std:c++latest //tensorflow/lite/tools/benchmark:benchmark_model` I'm getting the following error: ``` tensorflow/lite/delegates/external/external_delegate.cc(35): error C2664: 'void *tflite::SharedLibrary::LoadLibraryA(const wchar_t *)': cannot convert argument 1 from 'const _Elem *' to 'const wchar_t *' with [ _Elem=char ] tensorflow/lite/delegates/external/external_delegate.cc(35): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast .\tensorflow/lite/shared_library.h(32): note: see declaration of 'tflite::SharedLibrary::LoadLibraryA' ```
1.0
Error C2664: Build did NOT complete successfully - **System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 64 bit - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A - TensorFlow installed from (source or binary): source - TensorFlow version: 2.5.0 - Python version: 3.8 - Installed using virtualenv? pip? conda?: pip - Bazel version (if compiling from source): 3.7.2 - CUDA/cuDNN version: CUDA: 11.3, 8.0 - GPU model and memory: RTX 2060 **Describe the problem** I'm trying to benchmark my tensorflow-lite models and I'm trying to follow along the [guide](https://www.tensorflow.org/lite/performance/measurement) I'm at the step where I'm building the native benchmark binary from source on my PC, but it results to an error. **Provide the exact sequence of commands / steps that you executed before running into the problem** I'm executing the following command, but it results to an error `bazel build -c opt --cxxopt=/std:c++latest //tensorflow/lite/tools/benchmark:benchmark_model` I'm getting the following error: ``` tensorflow/lite/delegates/external/external_delegate.cc(35): error C2664: 'void *tflite::SharedLibrary::LoadLibraryA(const wchar_t *)': cannot convert argument 1 from 'const _Elem *' to 'const wchar_t *' with [ _Elem=char ] tensorflow/lite/delegates/external/external_delegate.cc(35): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast .\tensorflow/lite/shared_library.h(32): note: see declaration of 'tflite::SharedLibrary::LoadLibraryA' ```
build
error build did not complete successfully system information os platform and distribution e g linux ubuntu windows bit mobile device e g iphone pixel samsung galaxy if the issue happens on mobile device n a tensorflow installed from source or binary source tensorflow version python version installed using virtualenv pip conda pip bazel version if compiling from source cuda cudnn version cuda gpu model and memory rtx describe the problem i m trying to benchmark my tensorflow lite models and i m trying to follow along the i m at the step where i m building the native benchmark binary from source on my pc but it results to an error provide the exact sequence of commands steps that you executed before running into the problem i m executing the following command but it results to an error bazel build c opt cxxopt std c latest tensorflow lite tools benchmark benchmark model i m getting the following error tensorflow lite delegates external external delegate cc error void tflite sharedlibrary loadlibrarya const wchar t cannot convert argument from const elem to const wchar t with elem char tensorflow lite delegates external external delegate cc note types pointed to are unrelated conversion requires reinterpret cast c style cast or function style cast tensorflow lite shared library h note see declaration of tflite sharedlibrary loadlibrarya
1
59,483
14,595,161,055
IssuesEvent
2020-12-20 10:04:02
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Dll load failed error
stalled stat:awaiting response subtype:windows type:build/install
ImportError: Traceback (most recent call last): File "C:\Users\parkar\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\parkar\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\parkar\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\Users\parkar\Anaconda3\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\Users\parkar\Anaconda3\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed. 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 error - ImportError: Traceback (most recent call last): File "C:\Users\parkar\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\parkar\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\parkar\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\Users\parkar\Anaconda3\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\Users\parkar\Anaconda3\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed. 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.
build
dll load failed error importerror traceback most recent call last file c users parkar lib site packages tensorflow python pywrap tensorflow py line in from tensorflow python pywrap tensorflow internal import file c users parkar lib site packages tensorflow python pywrap tensorflow internal py line in pywrap tensorflow internal swig import helper file c users parkar lib site packages tensorflow python pywrap tensorflow internal py line in swig import helper mod imp load module pywrap tensorflow internal fp pathname description file c users parkar lib imp py line in load module return load dynamic name filename file file c users parkar lib imp py line in load dynamic return load spec importerror dll load failed a dynamic link library dll initialization routine failed 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
1
27,708
5,078,794,535
IssuesEvent
2016-12-28 16:52:04
opendatakit/collect
https://api.github.com/repos/opendatakit/collect
opened
automatically name instances
1.3 Collect Priority-Medium Type-Defect
<a href="https://github.com/mitchellsundt"><img src="https://avatars.githubusercontent.com/u/2281171?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [mitchellsundt](https://github.com/mitchellsundt)** _Thursday Jul 09, 2015 at 18:29 GMT_ _Originally opened as https://github.com/opendatakit/opendatakit/issues/434 (12 comment(s))_ ---- Originally reported on Google Code with ID 433 ``` "As for giving the instance a name when saving at the end-- the default value for the name is "[form title] data". If you're modifying the code, that can be set to pretty much anything. Letting the form designer specify a field to be the save-name is on our list of things to do, but we haven't had time to implement it, yet." ``` Reported by `yanokwa` on 2011-11-17 16:19:09
1.0
automatically name instances - <a href="https://github.com/mitchellsundt"><img src="https://avatars.githubusercontent.com/u/2281171?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [mitchellsundt](https://github.com/mitchellsundt)** _Thursday Jul 09, 2015 at 18:29 GMT_ _Originally opened as https://github.com/opendatakit/opendatakit/issues/434 (12 comment(s))_ ---- Originally reported on Google Code with ID 433 ``` "As for giving the instance a name when saving at the end-- the default value for the name is "[form title] data". If you're modifying the code, that can be set to pretty much anything. Letting the form designer specify a field to be the save-name is on our list of things to do, but we haven't had time to implement it, yet." ``` Reported by `yanokwa` on 2011-11-17 16:19:09
non_build
automatically name instances issue by thursday jul at gmt originally opened as comment s originally reported on google code with id as for giving the instance a name when saving at the end the default value for the name is data if you re modifying the code that can be set to pretty much anything letting the form designer specify a field to be the save name is on our list of things to do but we haven t had time to implement it yet reported by yanokwa on
0
74,671
9,103,925,930
IssuesEvent
2019-02-20 16:55:23
phetsims/energy-forms-and-changes
https://api.github.com/repos/phetsims/energy-forms-and-changes
opened
PhET-iO intrumentation
design:phet-io
We are planning on having a design meeting for PhET-iO instrumentation of this sim while it's still fresh for @jbphet and me.
1.0
PhET-iO intrumentation - We are planning on having a design meeting for PhET-iO instrumentation of this sim while it's still fresh for @jbphet and me.
non_build
phet io intrumentation we are planning on having a design meeting for phet io instrumentation of this sim while it s still fresh for jbphet and me
0
71,136
18,471,289,133
IssuesEvent
2021-10-17 19:36:06
MobiFlight/MobiFlight-FirmwareSource
https://api.github.com/repos/MobiFlight/MobiFlight-FirmwareSource
closed
Investigate including the released firmware builds in MobiFlight connector
Build process
From Sebastian on current steps: > for mobiflight application there is the release bat > there is a little helper program that can read the version from the assembly file and uses that for creating the release package > for including the firmware into mobiflight i used to copy the hex files manually over to the firmware folder, and also add the the files manually/explicitly to the project > and then i have to update the version information in the mobifligbht module info class There's a GitHub API for requesting info on the latest release: https://api.github.com/repos/{{owner}}/{{repo}}/releases/latest Or a specific tag: https://api.github.com/repos/{{owner}}/{{repo}}/releases/tags/{{tag}}
1.0
Investigate including the released firmware builds in MobiFlight connector - From Sebastian on current steps: > for mobiflight application there is the release bat > there is a little helper program that can read the version from the assembly file and uses that for creating the release package > for including the firmware into mobiflight i used to copy the hex files manually over to the firmware folder, and also add the the files manually/explicitly to the project > and then i have to update the version information in the mobifligbht module info class There's a GitHub API for requesting info on the latest release: https://api.github.com/repos/{{owner}}/{{repo}}/releases/latest Or a specific tag: https://api.github.com/repos/{{owner}}/{{repo}}/releases/tags/{{tag}}
build
investigate including the released firmware builds in mobiflight connector from sebastian on current steps for mobiflight application there is the release bat there is a little helper program that can read the version from the assembly file and uses that for creating the release package for including the firmware into mobiflight i used to copy the hex files manually over to the firmware folder and also add the the files manually explicitly to the project and then i have to update the version information in the mobifligbht module info class there s a github api for requesting info on the latest release or a specific tag
1
187,776
22,045,900,655
IssuesEvent
2022-05-30 01:38:22
DavidSpek/pipelines
https://api.github.com/repos/DavidSpek/pipelines
opened
CVE-2022-29200 (Medium) detected in tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl
security vulnerability
## CVE-2022-29200 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learning framework for everyone.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/ec/98/f968caf5f65759e78873b900cbf0ae20b1699fb11268ecc0f892186419a7/tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/ec/98/f968caf5f65759e78873b900cbf0ae20b1699fb11268ecc0f892186419a7/tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl</a></p> <p>Path to dependency file: /contrib/components/openvino/ovms-deployer/containers/requirements.txt</p> <p>Path to vulnerable library: /contrib/components/openvino/ovms-deployer/containers/requirements.txt,/samples/core/ai_platform/training</p> <p> Dependency Hierarchy: - :x: **tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/DavidSpek/pipelines/commit/6f7433f006e282c4f25441e7502b80d73751e38f">6f7433f006e282c4f25441e7502b80d73751e38f</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.LSTMBlockCell` does not fully validate the input arguments. This results in a `CHECK`-failure which can be used to trigger a denial of service attack. The code does not validate the ranks of any of the arguments to this API call. This results in `CHECK`-failures when the elements of the tensor are accessed. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue. <p>Publish Date: 2022-05-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-29200>CVE-2022-29200</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29200">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29200</a></p> <p>Release Date: 2022-05-20</p> <p>Fix Resolution: tensorflow - 2.6.4,2.7.2,2.8.1,2.9.0;tensorflow-cpu - 2.6.4,2.7.2,2.8.1,2.9.0;tensorflow-gpu - 2.6.4,2.7.2,2.8.1,2.9.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-29200 (Medium) detected in tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl - ## CVE-2022-29200 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learning framework for everyone.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/ec/98/f968caf5f65759e78873b900cbf0ae20b1699fb11268ecc0f892186419a7/tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/ec/98/f968caf5f65759e78873b900cbf0ae20b1699fb11268ecc0f892186419a7/tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl</a></p> <p>Path to dependency file: /contrib/components/openvino/ovms-deployer/containers/requirements.txt</p> <p>Path to vulnerable library: /contrib/components/openvino/ovms-deployer/containers/requirements.txt,/samples/core/ai_platform/training</p> <p> Dependency Hierarchy: - :x: **tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/DavidSpek/pipelines/commit/6f7433f006e282c4f25441e7502b80d73751e38f">6f7433f006e282c4f25441e7502b80d73751e38f</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.LSTMBlockCell` does not fully validate the input arguments. This results in a `CHECK`-failure which can be used to trigger a denial of service attack. The code does not validate the ranks of any of the arguments to this API call. This results in `CHECK`-failures when the elements of the tensor are accessed. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue. <p>Publish Date: 2022-05-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-29200>CVE-2022-29200</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29200">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29200</a></p> <p>Release Date: 2022-05-20</p> <p>Fix Resolution: tensorflow - 2.6.4,2.7.2,2.8.1,2.9.0;tensorflow-cpu - 2.6.4,2.7.2,2.8.1,2.9.0;tensorflow-gpu - 2.6.4,2.7.2,2.8.1,2.9.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_build
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 contrib components openvino ovms deployer containers requirements txt path to vulnerable library contrib components openvino ovms deployer containers requirements txt samples core ai platform training dependency hierarchy x tensorflow whl vulnerable library found in head commit a href found in base branch master vulnerability details tensorflow is an open source platform for machine learning prior to versions and the implementation of tf raw ops lstmblockcell does not fully validate the input arguments this results in a check failure which can be used to trigger a denial of service attack the code does not validate the ranks of any of the arguments to this api call this results in check failures when the elements of the tensor are accessed versions and contain a patch for this issue 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 step up your open source security game with mend
0
333,739
29,805,258,847
IssuesEvent
2023-06-16 11:09:06
harvester/harvester
https://api.github.com/repos/harvester/harvester
closed
[ENHANCEMENT] Revisit the max persistent partition size settings
require/doc kind/enhancement area/installer priority/0 not-require/test-plan required-for-rc/v1.2.0
**Is your enhancement related to a problem? Please describe.** The persistent partition's maximum of the size is 100GB (See https://github.com/harvester/harvester-installer/blob/57171a58585b3dc76752b69dbe6d3faf498f00db/pkg/config/cos.go#L721). This setting is too tight for increasing local images (especially upgrade path) and could lead to garbage collection easily. And after introducing [the user workload to bare metal cluster](https://github.com/harvester/harvester/issues/2679), this can go worse. **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> We need to increase the persistent partition size. **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> Here is the partition layout of a 2T disk: ``` nvme0n1 259:0 0 1.8T 0 disk ├─nvme0n1p1 259:1 0 64M 0 part ├─nvme0n1p2 259:2 0 50M 0 part /oem ├─nvme0n1p3 259:3 0 8G 0 part ├─nvme0n1p4 259:4 0 15G 0 part /run/initramfs/cos-state ├─nvme0n1p5 259:5 0 100G 0 part /var/lib/longhorn │ /var/crash │ /var/lib/third-party │ /var/lib/cni │ /var/lib/wicked │ /var/lib/kubelet │ /var/lib/rancher │ /var/log │ /usr/libexec │ /root │ /opt │ /home │ /etc/pki/trust/anchors │ /etc/cni │ /etc/iscsi │ /etc/ssh │ /etc/rancher │ /etc/systemd │ /usr/local └─nvme0n1p6 259:6 0 1.7T 0 part /var/lib/harvester/defaultdisk ```
1.0
[ENHANCEMENT] Revisit the max persistent partition size settings - **Is your enhancement related to a problem? Please describe.** The persistent partition's maximum of the size is 100GB (See https://github.com/harvester/harvester-installer/blob/57171a58585b3dc76752b69dbe6d3faf498f00db/pkg/config/cos.go#L721). This setting is too tight for increasing local images (especially upgrade path) and could lead to garbage collection easily. And after introducing [the user workload to bare metal cluster](https://github.com/harvester/harvester/issues/2679), this can go worse. **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> We need to increase the persistent partition size. **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> Here is the partition layout of a 2T disk: ``` nvme0n1 259:0 0 1.8T 0 disk ├─nvme0n1p1 259:1 0 64M 0 part ├─nvme0n1p2 259:2 0 50M 0 part /oem ├─nvme0n1p3 259:3 0 8G 0 part ├─nvme0n1p4 259:4 0 15G 0 part /run/initramfs/cos-state ├─nvme0n1p5 259:5 0 100G 0 part /var/lib/longhorn │ /var/crash │ /var/lib/third-party │ /var/lib/cni │ /var/lib/wicked │ /var/lib/kubelet │ /var/lib/rancher │ /var/log │ /usr/libexec │ /root │ /opt │ /home │ /etc/pki/trust/anchors │ /etc/cni │ /etc/iscsi │ /etc/ssh │ /etc/rancher │ /etc/systemd │ /usr/local └─nvme0n1p6 259:6 0 1.7T 0 part /var/lib/harvester/defaultdisk ```
non_build
revisit the max persistent partition size settings is your enhancement related to a problem please describe the persistent partition s maximum of the size is see this setting is too tight for increasing local images especially upgrade path and could lead to garbage collection easily and after introducing this can go worse describe the solution you d like we need to increase the persistent partition size describe alternatives you ve considered additional context here is the partition layout of a disk disk ├─ part ├─ part oem ├─ part ├─ part run initramfs cos state ├─ part var lib longhorn │ var crash │ var lib third party │ var lib cni │ var lib wicked │ var lib kubelet │ var lib rancher │ var log │ usr libexec │ root │ opt │ home │ etc pki trust anchors │ etc cni │ etc iscsi │ etc ssh │ etc rancher │ etc systemd │ usr local └─ part var lib harvester defaultdisk
0
77,785
21,961,158,572
IssuesEvent
2022-05-24 15:56:08
dotnet/arcade
https://api.github.com/repos/dotnet/arcade
closed
Build failed: dotnet-arcade-validation-official/main #20220520.3
Build Failed
Build [#20220520.3](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1782426) partiallySucceeded ## :warning: : internal / dotnet-arcade-validation-official partiallySucceeded ### Summary **Finished** - Sat, 21 May 2022 01:55:48 GMT **Duration** - 98 minutes **Requested for** - DotNet Bot **Reason** - batchedCI ### Details #### Promote Arcade to '.NET Eng - Latest' channel - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1782426/logs/381) - The latest build on 'main' branch for the 'installer' repository was not successful. ### Changes - [15a48c9c](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/15a48c9c811c91a3b735965163b888950bf5c46a) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220520.2 (#3126) - [313602aa](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/313602aabf93613cfc8a9f914c40cb891c100723) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220520.1 (#3125) - [baf318cf](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/baf318cfea10145e73e3f0fa440def3fdd15cbc8) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220519.3 (#3124) - [1bb2da47](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/1bb2da4788b9f6f4ae6b6219b990bd710f5398ff) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220519.2 (#3123) - [86747044](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/86747044fe084eb0fe1bb81cb69640a559789d35) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220519.1 (#3122) - [6bca1a8e](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/6bca1a8e4f0b2dabe644e22f7184971753452315) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220518.2 (#3121) - [840007c6](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/840007c63fe637b5321514eeda710b29e733a3fd) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220518.1 (#3120) - [c93782ce](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/c93782cec9ce794c0c56d70468dfb89f0046d553) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220517.2 (#3118) - [02cddb57](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/02cddb5720f190ac834a6476029f711261805992) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220517.1 (#3117)
1.0
Build failed: dotnet-arcade-validation-official/main #20220520.3 - Build [#20220520.3](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1782426) partiallySucceeded ## :warning: : internal / dotnet-arcade-validation-official partiallySucceeded ### Summary **Finished** - Sat, 21 May 2022 01:55:48 GMT **Duration** - 98 minutes **Requested for** - DotNet Bot **Reason** - batchedCI ### Details #### Promote Arcade to '.NET Eng - Latest' channel - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1782426/logs/381) - The latest build on 'main' branch for the 'installer' repository was not successful. ### Changes - [15a48c9c](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/15a48c9c811c91a3b735965163b888950bf5c46a) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220520.2 (#3126) - [313602aa](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/313602aabf93613cfc8a9f914c40cb891c100723) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220520.1 (#3125) - [baf318cf](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/baf318cfea10145e73e3f0fa440def3fdd15cbc8) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220519.3 (#3124) - [1bb2da47](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/1bb2da4788b9f6f4ae6b6219b990bd710f5398ff) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220519.2 (#3123) - [86747044](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/86747044fe084eb0fe1bb81cb69640a559789d35) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220519.1 (#3122) - [6bca1a8e](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/6bca1a8e4f0b2dabe644e22f7184971753452315) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220518.2 (#3121) - [840007c6](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/840007c63fe637b5321514eeda710b29e733a3fd) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220518.1 (#3120) - [c93782ce](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/c93782cec9ce794c0c56d70468dfb89f0046d553) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220517.2 (#3118) - [02cddb57](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/02cddb5720f190ac834a6476029f711261805992) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220517.1 (#3117)
build
build failed dotnet arcade validation official main build partiallysucceeded warning internal dotnet arcade validation official partiallysucceeded summary finished sat may gmt duration minutes requested for dotnet bot reason batchedci details promote arcade to net eng latest channel warning the latest build on main branch for the installer repository was not successful changes dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build
1
428,617
12,414,141,859
IssuesEvent
2020-05-22 14:02:16
open-wa/wa-automate-nodejs
https://api.github.com/repos/open-wa/wa-automate-nodejs
closed
Feature: mark as unread
PRIORITY enhancement
In some instances it may be useful to mark chats as unread to catch the attention of the host phone owner.
1.0
Feature: mark as unread - In some instances it may be useful to mark chats as unread to catch the attention of the host phone owner.
non_build
feature mark as unread in some instances it may be useful to mark chats as unread to catch the attention of the host phone owner
0
282,877
24,502,229,116
IssuesEvent
2022-10-10 13:40:05
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Tests for Ace editor error while adding second request
tests_needed Feature:Console Feature:Dev Tools Team:Deployment Management
Kibana QA Team is following up on closed PRs for regressions and blockers to see if tests were added. Please link a PR with added tests for PR https://github.com/elastic/kibana/pull/120593/ or comment why tests are not needed or not possible.
1.0
Tests for Ace editor error while adding second request - Kibana QA Team is following up on closed PRs for regressions and blockers to see if tests were added. Please link a PR with added tests for PR https://github.com/elastic/kibana/pull/120593/ or comment why tests are not needed or not possible.
non_build
tests for ace editor error while adding second request kibana qa team is following up on closed prs for regressions and blockers to see if tests were added please link a pr with added tests for pr or comment why tests are not needed or not possible
0
257,931
27,563,834,151
IssuesEvent
2023-03-08 01:09:50
jtimberlake/pacbot
https://api.github.com/repos/jtimberlake/pacbot
opened
CVE-2019-11358 (Medium) detected in jquery-1.10.1.min.js, jquery-1.11.1.jar
security vulnerability
## CVE-2019-11358 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.10.1.min.js</b>, <b>jquery-1.11.1.jar</b></p></summary> <p> <details><summary><b>jquery-1.10.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.1/jquery.min.js</a></p> <p>Path to dependency file: /webapp/node_modules/offline-js/docs/welcome/index.html</p> <p>Path to vulnerable library: /webapp/node_modules/offline-js/docs/welcome/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.10.1.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.11.1.jar</b></p></summary> <p>WebJar for jQuery</p> <p>Library home page: <a href="http://webjars.org">http://webjars.org</a></p> <p>Path to dependency file: /api/pacman-api-auth/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/webjars/jquery/1.11.1/jquery-1.11.1.jar</p> <p> Dependency Hierarchy: - bootstrap-3.3.2.jar (Root Library) - :x: **jquery-1.11.1.jar** (Vulnerable Library) </details> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype. <p>Publish Date: 2019-04-20 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-11358>CVE-2019-11358</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358</a></p> <p>Release Date: 2019-04-20</p> <p>Fix Resolution (org.webjars:jquery): 3.4.0</p> <p>Direct dependency fix Resolution (org.webjars:bootstrap): 4.4.1-1</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END -->
True
CVE-2019-11358 (Medium) detected in jquery-1.10.1.min.js, jquery-1.11.1.jar - ## CVE-2019-11358 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.10.1.min.js</b>, <b>jquery-1.11.1.jar</b></p></summary> <p> <details><summary><b>jquery-1.10.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.1/jquery.min.js</a></p> <p>Path to dependency file: /webapp/node_modules/offline-js/docs/welcome/index.html</p> <p>Path to vulnerable library: /webapp/node_modules/offline-js/docs/welcome/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.10.1.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.11.1.jar</b></p></summary> <p>WebJar for jQuery</p> <p>Library home page: <a href="http://webjars.org">http://webjars.org</a></p> <p>Path to dependency file: /api/pacman-api-auth/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/webjars/jquery/1.11.1/jquery-1.11.1.jar</p> <p> Dependency Hierarchy: - bootstrap-3.3.2.jar (Root Library) - :x: **jquery-1.11.1.jar** (Vulnerable Library) </details> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype. <p>Publish Date: 2019-04-20 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-11358>CVE-2019-11358</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358</a></p> <p>Release Date: 2019-04-20</p> <p>Fix Resolution (org.webjars:jquery): 3.4.0</p> <p>Direct dependency fix Resolution (org.webjars:bootstrap): 4.4.1-1</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END -->
non_build
cve medium detected in jquery min js jquery jar cve medium severity vulnerability vulnerable libraries jquery min js jquery jar jquery min js javascript library for dom operations library home page a href path to dependency file webapp node modules offline js docs welcome index html path to vulnerable library webapp node modules offline js docs welcome index html dependency hierarchy x jquery min js vulnerable library jquery jar webjar for jquery library home page a href path to dependency file api pacman api auth pom xml path to vulnerable library home wss scanner repository org webjars jquery jquery jar dependency hierarchy bootstrap jar root library x jquery jar vulnerable library found in base branch master vulnerability details jquery before as used in drupal backdrop cms and other products mishandles jquery extend true because of object prototype pollution if an unsanitized source object contained an enumerable proto property it could extend the native 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 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 org webjars jquery direct dependency fix resolution org webjars bootstrap check this box to open an automated fix pr
0
7,107
3,934,539,839
IssuesEvent
2016-04-25 23:10:30
jens-maus/yam
https://api.github.com/repos/jens-maus/yam
closed
When hitting send, YAM crashes ans the system also
#major @undecided bug fixed nightly build
**Originally by _christoph.poelzl@rmsvideo.ch_ on 2013-09-25 07:05:53 +0200** ___ ## Summary When hitting send, YAM crashes and also the system completly though not every time! ## Steps to reproduce 1. writing a mail and hitting Send 2. ## Expected results ## Actual results ## Regression ## Notes
1.0
When hitting send, YAM crashes ans the system also - **Originally by _christoph.poelzl@rmsvideo.ch_ on 2013-09-25 07:05:53 +0200** ___ ## Summary When hitting send, YAM crashes and also the system completly though not every time! ## Steps to reproduce 1. writing a mail and hitting Send 2. ## Expected results ## Actual results ## Regression ## Notes
build
when hitting send yam crashes ans the system also originally by christoph poelzl rmsvideo ch on summary when hitting send yam crashes and also the system completly though not every time steps to reproduce writing a mail and hitting send expected results actual results regression notes
1
9,717
4,622,590,387
IssuesEvent
2016-09-27 08:09:13
tarantool/tarantool
https://api.github.com/repos/tarantool/tarantool
closed
Undefined symbols for architecture x86_64: "_rl_completion_suppress_append"
build osx
Undefined symbols for architecture x86_64: "_rl_completion_suppress_append", referenced from: _lua_rl_complete in libserver.a(console.c.o)
1.0
Undefined symbols for architecture x86_64: "_rl_completion_suppress_append" - Undefined symbols for architecture x86_64: "_rl_completion_suppress_append", referenced from: _lua_rl_complete in libserver.a(console.c.o)
build
undefined symbols for architecture rl completion suppress append undefined symbols for architecture rl completion suppress append referenced from lua rl complete in libserver a console c o
1
23,207
11,869,554,264
IssuesEvent
2020-03-26 11:10:02
hyrise/hyrise
https://api.github.com/repos/hyrise/hyrise
closed
RemoveUselessOperationsRule
Performance
Name to be determined, obviously. There is a number of operations that we can safely remove from LQPs without having to work hard to detect them. Imo it is best if there is one rule to handle them all, otherwise we'll have a lot of very small rules, but I am happy to split this into multiple rules as well. * [ ] Secondary AliasNodes Here, e.g., in TPC-H 9 ![image](https://user-images.githubusercontent.com/2679018/46893493-5b1c2e80-ce71-11e8-9175-bd20b1712520.png) * [ ] Reordering Projections in suqueries can always go * [ ] Reordering Projections can go if there is another Projection/Aggregate/AliasNode above them * [ ] Sorts SortNodes in EXISTS(...)/IN(...) subqueries can go People may be silly enough to write `ORDER by ..., x, x`, hyrise shouldn't look silly, too, by actually sorting twice. * [ ] IS NOT NULL and another scan: #1494
True
RemoveUselessOperationsRule - Name to be determined, obviously. There is a number of operations that we can safely remove from LQPs without having to work hard to detect them. Imo it is best if there is one rule to handle them all, otherwise we'll have a lot of very small rules, but I am happy to split this into multiple rules as well. * [ ] Secondary AliasNodes Here, e.g., in TPC-H 9 ![image](https://user-images.githubusercontent.com/2679018/46893493-5b1c2e80-ce71-11e8-9175-bd20b1712520.png) * [ ] Reordering Projections in suqueries can always go * [ ] Reordering Projections can go if there is another Projection/Aggregate/AliasNode above them * [ ] Sorts SortNodes in EXISTS(...)/IN(...) subqueries can go People may be silly enough to write `ORDER by ..., x, x`, hyrise shouldn't look silly, too, by actually sorting twice. * [ ] IS NOT NULL and another scan: #1494
non_build
removeuselessoperationsrule name to be determined obviously there is a number of operations that we can safely remove from lqps without having to work hard to detect them imo it is best if there is one rule to handle them all otherwise we ll have a lot of very small rules but i am happy to split this into multiple rules as well secondary aliasnodes here e g in tpc h reordering projections in suqueries can always go reordering projections can go if there is another projection aggregate aliasnode above them sorts sortnodes in exists in subqueries can go people may be silly enough to write order by x x hyrise shouldn t look silly too by actually sorting twice is not null and another scan
0
222,611
17,085,046,510
IssuesEvent
2021-07-08 10:40:55
disguise-one/RenderStream
https://api.github.com/repos/disguise-one/RenderStream
closed
Document RS1.27 changes
documentation
GPGPU initialisation Image parameters Transform/pose parameters Text parameters
1.0
Document RS1.27 changes - GPGPU initialisation Image parameters Transform/pose parameters Text parameters
non_build
document changes gpgpu initialisation image parameters transform pose parameters text parameters
0
110,648
9,466,328,226
IssuesEvent
2019-04-18 03:56:15
dotnet/roslyn-analyzers
https://api.github.com/repos/dotnet/roslyn-analyzers
closed
Remove dependency on Microsoft.CodeAnalysis internal types from test utilities
Test
Analyzer Test.Utilities project depends on having access to internal types of Microsoft.CodeAnalysis. That's very fragile since these Roslyn types can change any time.
1.0
Remove dependency on Microsoft.CodeAnalysis internal types from test utilities - Analyzer Test.Utilities project depends on having access to internal types of Microsoft.CodeAnalysis. That's very fragile since these Roslyn types can change any time.
non_build
remove dependency on microsoft codeanalysis internal types from test utilities analyzer test utilities project depends on having access to internal types of microsoft codeanalysis that s very fragile since these roslyn types can change any time
0
325,170
9,918,318,028
IssuesEvent
2019-06-29 09:59:21
macartan/gbiqq
https://api.github.com/repos/macartan/gbiqq
closed
priors should have unique names after set_confound
priority_because_easy
see repetition of X.X0 and X.X1 below ``` > model <- make_model("X -> Y <- S; S -> W") %>% + set_confound(list(X = "W==1")) > > > model$priors X.X0 X.X1 S.S0 S.S1 X.X0 X.X1 W.W00 W.W10 W.W01 W.W11 Y.Y0000 Y.Y1000 Y.Y0100 Y.Y1100 Y.Y0010 Y.Y1010 Y.Y0110 Y.Y1110 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 Y.Y0001 Y.Y1001 Y.Y0101 Y.Y1101 Y.Y0011 Y.Y1011 Y.Y0111 Y.Y1111 1 1 1 1 1 1 1 1 ```
1.0
priors should have unique names after set_confound - see repetition of X.X0 and X.X1 below ``` > model <- make_model("X -> Y <- S; S -> W") %>% + set_confound(list(X = "W==1")) > > > model$priors X.X0 X.X1 S.S0 S.S1 X.X0 X.X1 W.W00 W.W10 W.W01 W.W11 Y.Y0000 Y.Y1000 Y.Y0100 Y.Y1100 Y.Y0010 Y.Y1010 Y.Y0110 Y.Y1110 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 Y.Y0001 Y.Y1001 Y.Y0101 Y.Y1101 Y.Y0011 Y.Y1011 Y.Y0111 Y.Y1111 1 1 1 1 1 1 1 1 ```
non_build
priors should have unique names after set confound see repetition of x and x below model y w set confound list x w model priors x x s s x x w w w w y y y y y y y y y y y y y y y y
0
89,834
18,045,487,293
IssuesEvent
2021-09-18 20:34:51
julz0815/veracode-flaws-to-issues
https://api.github.com/repos/julz0815/veracode-flaws-to-issues
closed
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)') [VID:106]
VeracodeFlaw: Medium Veracode Policy Scan
NaN:L1115 **Filename:** blab.jsp **Line:** 111 **CWE:** 80 (Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)')) <span>This call to javax.servlet.jsp.JspWriter.print() 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 print() contains tainted data from the variable comment.getAuthor().getBlabName(). The tainted data originated from an earlier call to java.sql.PreparedStatement.executeQuery. The tainted data is directed into an output stream returned by javax.servlet.jsp.JspWriter.</span> <span>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.</span> <span>References: <a href="https://cwe.mitre.org/data/definitions/79.html">CWE</a> <a href="https://www.owasp.org/index.php/XSS">OWASP</a> <a href="https://webappsec.pbworks.com/Cross-Site-Scripting">WASC</a> <a href="https://help.veracode.com/reader/4EKhlLSMHm5jC8P8j3XccQ/IiF_rOE79ANbwnZwreSPGA">Supported Cleansers</a></span>
2.0
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)') [VID:106] - NaN:L1115 **Filename:** blab.jsp **Line:** 111 **CWE:** 80 (Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)')) <span>This call to javax.servlet.jsp.JspWriter.print() 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 print() contains tainted data from the variable comment.getAuthor().getBlabName(). The tainted data originated from an earlier call to java.sql.PreparedStatement.executeQuery. The tainted data is directed into an output stream returned by javax.servlet.jsp.JspWriter.</span> <span>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.</span> <span>References: <a href="https://cwe.mitre.org/data/definitions/79.html">CWE</a> <a href="https://www.owasp.org/index.php/XSS">OWASP</a> <a href="https://webappsec.pbworks.com/Cross-Site-Scripting">WASC</a> <a href="https://help.veracode.com/reader/4EKhlLSMHm5jC8P8j3XccQ/IiF_rOE79ANbwnZwreSPGA">Supported Cleansers</a></span>
non_build
improper neutralization of script related html tags in a web page basic xss cross site scripting xss nan filename blab jsp line cwe improper neutralization of script related html tags in a web page basic xss cross site scripting xss this call to javax servlet jsp jspwriter print 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 print contains tainted data from the variable comment getauthor getblabname the tainted data originated from an earlier call to java sql preparedstatement executequery the tainted data is directed into an output stream returned by javax servlet jsp jspwriter 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
393,234
26,981,814,762
IssuesEvent
2023-02-09 13:38:29
codestates-beb/BEB-07-final-entasis
https://api.github.com/repos/codestates-beb/BEB-07-final-entasis
closed
[client] Circuit Breaker
documentation enhancement
서킷 브레이커 버튼 구현 버튼 입력 시 모달로 현재 시장 상황을 알릴 수 있는 로직 페이지 상 서킷 브레이커를 알릴 수 있는 메시지가 출력
1.0
[client] Circuit Breaker - 서킷 브레이커 버튼 구현 버튼 입력 시 모달로 현재 시장 상황을 알릴 수 있는 로직 페이지 상 서킷 브레이커를 알릴 수 있는 메시지가 출력
non_build
circuit breaker 서킷 브레이커 버튼 구현 버튼 입력 시 모달로 현재 시장 상황을 알릴 수 있는 로직 페이지 상 서킷 브레이커를 알릴 수 있는 메시지가 출력
0
56,869
13,934,688,760
IssuesEvent
2020-10-22 10:23:01
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Unable to Install TF in Conda
stalled stat:awaiting response subtype:windows type:build/install
<em>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</em> **System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 - Python version: 3.8 (64-bit) - Installed using virtualenv? pip? conda?: conda **Describe the problem** When I try to install tensorflow via conda, the following error message shows. ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment: **Specifications:** **- tensorflow-base -> python[version='>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0']** **- tensorflow-datasets -> python[version='3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|3.7.*']** **Your python: python=3.8** If python is on the left-most side of the chain, that's the version you've asked for. When python appears to the right, that indicates that the thing on the left is somehow not available for the python version you are constrained to. Note that conda will not change your python version to a different minor version unless you explicitly specify that. The following specifications were found to be incompatible with each other: Output in format: Requested package -> Available versions Package zlib conflicts for: python=3.8 -> sqlite[version='>=3.33.0,<4.0a0'] -> zlib[version='>=1.2.11,<1.3.0a0'] tensorflow-base -> zlib[version='>=1.2.11,<1.3.0a0'] Package requests conflicts for: python=3.8 -> pip -> requests tensorflow-datasets -> requests[version='>=2.19.0']The following specifications were found to be incompatible with your system: - feature:/win-64::__cuda==10.2=0 Your installed version is: 10.2 ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ As far as I know, TF should support Python 3.8. But why does it show the bold error message? That makes me really confused. Anyone can help? Thanks! _A stupid update: After creating a new environment in which I set up the Python version to be 3.7, everything works perfectly. Does it mean that TF currently only supports for (up to) Python 3.7? But indeed, I saw online that many ppl mentioned that it does support for Python 3.8 (some even mentioned the newly released Python 3.9). So why? I get even more confused ..._
1.0
Unable to Install TF in Conda - <em>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</em> **System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 - Python version: 3.8 (64-bit) - Installed using virtualenv? pip? conda?: conda **Describe the problem** When I try to install tensorflow via conda, the following error message shows. ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment: **Specifications:** **- tensorflow-base -> python[version='>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0']** **- tensorflow-datasets -> python[version='3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|3.7.*']** **Your python: python=3.8** If python is on the left-most side of the chain, that's the version you've asked for. When python appears to the right, that indicates that the thing on the left is somehow not available for the python version you are constrained to. Note that conda will not change your python version to a different minor version unless you explicitly specify that. The following specifications were found to be incompatible with each other: Output in format: Requested package -> Available versions Package zlib conflicts for: python=3.8 -> sqlite[version='>=3.33.0,<4.0a0'] -> zlib[version='>=1.2.11,<1.3.0a0'] tensorflow-base -> zlib[version='>=1.2.11,<1.3.0a0'] Package requests conflicts for: python=3.8 -> pip -> requests tensorflow-datasets -> requests[version='>=2.19.0']The following specifications were found to be incompatible with your system: - feature:/win-64::__cuda==10.2=0 Your installed version is: 10.2 ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ As far as I know, TF should support Python 3.8. But why does it show the bold error message? That makes me really confused. Anyone can help? Thanks! _A stupid update: After creating a new environment in which I set up the Python version to be 3.7, everything works perfectly. Does it mean that TF currently only supports for (up to) Python 3.7? But indeed, I saw online that many ppl mentioned that it does support for Python 3.8 (some even mentioned the newly released Python 3.9). So why? I get even more confused ..._
build
unable to install tf in conda 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 windows python version bit installed using virtualenv pip conda conda describe the problem when i try to install tensorflow via conda the following error message shows unsatisfiableerror the following specifications were found to be incompatible with the existing python installation in your environment specifications tensorflow base python tensorflow datasets python your python python if python is on the left most side of the chain that s the version you ve asked for when python appears to the right that indicates that the thing on the left is somehow not available for the python version you are constrained to note that conda will not change your python version to a different minor version unless you explicitly specify that the following specifications were found to be incompatible with each other output in format requested package available versions package zlib conflicts for python sqlite zlib tensorflow base zlib package requests conflicts for python pip requests tensorflow datasets requests the following specifications were found to be incompatible with your system feature win cuda your installed version is as far as i know tf should support python but why does it show the bold error message that makes me really confused anyone can help thanks a stupid update after creating a new environment in which i set up the python version to be everything works perfectly does it mean that tf currently only supports for up to python but indeed i saw online that many ppl mentioned that it does support for python some even mentioned the newly released python so why i get even more confused
1
99,808
11,163,141,017
IssuesEvent
2019-12-26 20:57:29
llaske/sugarizer
https://api.github.com/repos/llaske/sugarizer
reopened
Miss a tutorial on Abecedarium activity
documentation
It seems that some activities don't have a description/tutorial and while some activities are easy to figure out, others, like the Abecedarium activity can be very confusing and hard to navigate.
1.0
Miss a tutorial on Abecedarium activity - It seems that some activities don't have a description/tutorial and while some activities are easy to figure out, others, like the Abecedarium activity can be very confusing and hard to navigate.
non_build
miss a tutorial on abecedarium activity it seems that some activities don t have a description tutorial and while some activities are easy to figure out others like the abecedarium activity can be very confusing and hard to navigate
0
17,067
4,119,627,196
IssuesEvent
2016-06-08 15:23:51
meeg-cfin/sandbox
https://api.github.com/repos/meeg-cfin/sandbox
closed
database and cluster access via matlab
documentation hack_cfin pipeline
[Martin D.]: I'd be happy to contribute with the following topics and document them on the wiki : 1. Querying the Storm database when working in Matlab. 2. Submitting jobs to Hyades cluster from Matlab 3. Writing "clusterised" recipes for Matlab-based toolboxes
1.0
database and cluster access via matlab - [Martin D.]: I'd be happy to contribute with the following topics and document them on the wiki : 1. Querying the Storm database when working in Matlab. 2. Submitting jobs to Hyades cluster from Matlab 3. Writing "clusterised" recipes for Matlab-based toolboxes
non_build
database and cluster access via matlab i d be happy to contribute with the following topics and document them on the wiki querying the storm database when working in matlab submitting jobs to hyades cluster from matlab writing clusterised recipes for matlab based toolboxes
0
293,630
8,998,260,414
IssuesEvent
2019-02-02 20:04:51
DarkstarProject/darkstar
https://api.github.com/repos/DarkstarProject/darkstar
closed
Mobs with 2hrs don't use them.
High Priority
During the testing of my latest pull, I noticed that they weren't using the ability as I was smacking the master (to death) with a Kraken Club. I ended up having to force a magical move to ensure my code didn't cause a problem.
1.0
Mobs with 2hrs don't use them. - During the testing of my latest pull, I noticed that they weren't using the ability as I was smacking the master (to death) with a Kraken Club. I ended up having to force a magical move to ensure my code didn't cause a problem.
non_build
mobs with don t use them during the testing of my latest pull i noticed that they weren t using the ability as i was smacking the master to death with a kraken club i ended up having to force a magical move to ensure my code didn t cause a problem
0
38,726
10,237,279,005
IssuesEvent
2019-08-19 13:35:31
Inedo/inedo-docs
https://api.github.com/repos/Inedo/inedo-docs
opened
Add required Windows Roles & Features configuration for IIS
BuildMaster Otter ProGet
The minimum required configuration to use IIS with Inedo products is as follows: ### Server Roles - [x] Web Server (IIS) > Web Server > Security > Windows Authentication (if planning to use IWA) - [x] Web Server (IIS) > Web Server > Application Development > .NET Extensibility 4.6 (or greater) - [x] Web Server (IIS) > Web Server > Application Development > ASP.NET 4.6 (or greater) - [x] Web Server (IIS) > Management Tools > IIS Management Console ### Features - [x] .NET Framework 4.6 Features > .NET Framework 4.6 - [x] .NET Framework 4.6 Features > ASP.NET 4.6 This should be added as a Knowledge Base article, or to each individual product's installation instructions minimum requirements.
1.0
Add required Windows Roles & Features configuration for IIS - The minimum required configuration to use IIS with Inedo products is as follows: ### Server Roles - [x] Web Server (IIS) > Web Server > Security > Windows Authentication (if planning to use IWA) - [x] Web Server (IIS) > Web Server > Application Development > .NET Extensibility 4.6 (or greater) - [x] Web Server (IIS) > Web Server > Application Development > ASP.NET 4.6 (or greater) - [x] Web Server (IIS) > Management Tools > IIS Management Console ### Features - [x] .NET Framework 4.6 Features > .NET Framework 4.6 - [x] .NET Framework 4.6 Features > ASP.NET 4.6 This should be added as a Knowledge Base article, or to each individual product's installation instructions minimum requirements.
build
add required windows roles features configuration for iis the minimum required configuration to use iis with inedo products is as follows server roles web server iis web server security windows authentication if planning to use iwa web server iis web server application development net extensibility or greater web server iis web server application development asp net or greater web server iis management tools iis management console features net framework features net framework net framework features asp net this should be added as a knowledge base article or to each individual product s installation instructions minimum requirements
1
29,091
8,286,503,449
IssuesEvent
2018-09-19 05:14:56
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
generate_svn_version.sh fails when building 7.0.65 (and earlier)
C: Client - Build P: Major T: Defect
**Reported by Bluefin Tuna on 6 Aug 43381293 06:12 UTC** In the "generate_svn_version.sh" there are these instructions: ``` BRANCH=`git branch | sed -n 's/^\* *//p'` remote=`git config --get branch.$BRANCH.remote` ``` Execution of the script fails because quoting is missing. Debugging shows: ``` BRANCH='(no branch)' git config --get 'branch.(no' 'branch).remote' ``` The above fails with ``` error: invalid key: branch.(no ``` In this case, 'git branch' shows: $ git branch - (no branch) master [It is unclear why these instructions are being run. The output for "git branch" should show the local branch, which should always be the "master" branch unless the user has decided to create a local branch, but that branch would not have any relationship to a branch on the git repository](Remark:) Solution: Change script to read ``` BRANCH=`git branch | sed -n 's/^\* *//p'` remote=`git config --get 'branch.$BRANCH.remote'` ``` One can assume that $BRANCH does not itself contain single quotes... Migrated-From: http://boinc.berkeley.edu/trac/ticket/1253
1.0
generate_svn_version.sh fails when building 7.0.65 (and earlier) - **Reported by Bluefin Tuna on 6 Aug 43381293 06:12 UTC** In the "generate_svn_version.sh" there are these instructions: ``` BRANCH=`git branch | sed -n 's/^\* *//p'` remote=`git config --get branch.$BRANCH.remote` ``` Execution of the script fails because quoting is missing. Debugging shows: ``` BRANCH='(no branch)' git config --get 'branch.(no' 'branch).remote' ``` The above fails with ``` error: invalid key: branch.(no ``` In this case, 'git branch' shows: $ git branch - (no branch) master [It is unclear why these instructions are being run. The output for "git branch" should show the local branch, which should always be the "master" branch unless the user has decided to create a local branch, but that branch would not have any relationship to a branch on the git repository](Remark:) Solution: Change script to read ``` BRANCH=`git branch | sed -n 's/^\* *//p'` remote=`git config --get 'branch.$BRANCH.remote'` ``` One can assume that $BRANCH does not itself contain single quotes... Migrated-From: http://boinc.berkeley.edu/trac/ticket/1253
build
generate svn version sh fails when building and earlier reported by bluefin tuna on aug utc in the generate svn version sh there are these instructions branch git branch sed n s p remote git config get branch branch remote execution of the script fails because quoting is missing debugging shows branch no branch git config get branch no branch remote the above fails with error invalid key branch no in this case git branch shows git branch no branch master remark solution change script to read branch git branch sed n s p remote git config get branch branch remote one can assume that branch does not itself contain single quotes migrated from
1
375,409
26,161,344,528
IssuesEvent
2022-12-31 15:36:50
PrairieLearn/PrairieLearn
https://api.github.com/repos/PrairieLearn/PrairieLearn
closed
pl-file-preview is not documented
documentation
It seems pl-file-preview is not documented in the elements page. It is listed in other pages (e.g., for external grading options), but not in the main elements doc page.
1.0
pl-file-preview is not documented - It seems pl-file-preview is not documented in the elements page. It is listed in other pages (e.g., for external grading options), but not in the main elements doc page.
non_build
pl file preview is not documented it seems pl file preview is not documented in the elements page it is listed in other pages e g for external grading options but not in the main elements doc page
0
55,909
14,072,934,176
IssuesEvent
2020-11-04 03:15:41
junghanlee/test2
https://api.github.com/repos/junghanlee/test2
opened
CVE-2010-2479 (Medium) detected in phenotypephenotype_2.92
security vulnerability
## CVE-2010-2479 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>phenotypephenotype_2.92</b></p></summary> <p> <p>Library home page: <a href=https://sourceforge.net/projects/phenotype/>https://sourceforge.net/projects/phenotype/</a></p> <p>Found in HEAD commit: <a href="https://github.com/junghanlee/test2/commit/c6eaa319cb715f12abfd61c99bc3e72b79de5947">c6eaa319cb715f12abfd61c99bc3e72b79de5947</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>test2/external/phpids/0.6/lib/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef.php</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Cross-site scripting (XSS) vulnerability in HTML Purifier before 4.1.1, as used in Mahara and other products, when the browser is Internet Explorer, allows remote attackers to inject arbitrary web script or HTML via unspecified vectors. <p>Publish Date: 2010-07-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2010-2479>CVE-2010-2479</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>4.3</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2451">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2451</a></p> <p>Release Date: 2010-07-06</p> <p>Fix Resolution: 4.8.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2010-2479 (Medium) detected in phenotypephenotype_2.92 - ## CVE-2010-2479 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>phenotypephenotype_2.92</b></p></summary> <p> <p>Library home page: <a href=https://sourceforge.net/projects/phenotype/>https://sourceforge.net/projects/phenotype/</a></p> <p>Found in HEAD commit: <a href="https://github.com/junghanlee/test2/commit/c6eaa319cb715f12abfd61c99bc3e72b79de5947">c6eaa319cb715f12abfd61c99bc3e72b79de5947</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>test2/external/phpids/0.6/lib/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef.php</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Cross-site scripting (XSS) vulnerability in HTML Purifier before 4.1.1, as used in Mahara and other products, when the browser is Internet Explorer, allows remote attackers to inject arbitrary web script or HTML via unspecified vectors. <p>Publish Date: 2010-07-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2010-2479>CVE-2010-2479</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>4.3</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2451">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2451</a></p> <p>Release Date: 2010-07-06</p> <p>Fix Resolution: 4.8.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_build
cve medium detected in phenotypephenotype cve medium severity vulnerability vulnerable library phenotypephenotype library home page a href found in head commit a href found in base branch master vulnerable source files external phpids lib ids vendors htmlpurifier htmlpurifier attrdef php vulnerability details cross site scripting xss vulnerability in html purifier before as used in mahara and other products when the browser is internet explorer allows remote attackers to inject arbitrary web script or html via unspecified vectors 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
82,035
23,649,206,701
IssuesEvent
2022-08-26 03:51:42
homuler/MediaPipeUnityPlugin
https://api.github.com/repos/homuler/MediaPipeUnityPlugin
closed
Undefined Symbols when building to iOS
duplicate type:build/install platform:ios host:macos
### Plugin Version or Commit ID v0.10.1 ### Unity Version 2021.3.8f1 ### Your Host OS Windows 11 (Xcode on Mac 12.5.1) ### Target Platform iOS ### [Windows Only] Visual Studio C++ and Windows SDK Version _No response_ ### [Linux Only] GCC/G++ and GLIBC Version _No response_ ### [Android Only] Android Build Tools and NDK Version _No response_ ### [iOS Only] XCode Version 13.4.11 ### Command Sequences Standard Build in Unity (target iOS) Standard Build in Xcode (target iPad Air 5th Gen) ### Log Showing Recent Issues Ld /Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Products/ReleaseForRunning-iphoneos/UnityFramework.framework/UnityFramework normal (in target 'UnityFramework' from project 'Unity-iPhone') cd /Users/valtechstockwell/Desktop/myapp /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target arm64-apple-ios11.0 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk -L/Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Products/ReleaseForRunning-iphoneos -L/Users/valtechstockwell/Desktop/myapp/Libraries -L/Users/valtechstockwell/Desktop/myapp/Libraries/OpenCV+Unity/Plugins/iOS -F/Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Products/ReleaseForRunning-iphoneos -F/Users/valtechstockwell/Desktop/myapp/Frameworks/com.github.homuler.mediapipe/Runtime/Plugins/iOS -filelist /Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Intermediates.noindex/Unity-iPhone.build/ReleaseForRunning-iphoneos/UnityFramework.build/Objects-normal/arm64/UnityFramework.LinkFileList -install_name @rpath/UnityFramework.framework/UnityFramework -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -map -Xlinker /Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Intermediates.noindex/Unity-iPhone.build/ReleaseForRunning-iphoneos/UnityFramework.build/UnityFramework-LinkMap-normal-arm64.txt -dead_strip -Xlinker -object_path_lto -Xlinker /Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Intermediates.noindex/Unity-iPhone.build/ReleaseForRunning-iphoneos/UnityFramework.build/Objects-normal/arm64/UnityFramework_lto.o -fembed-bitcode-marker -stdlib\=libc++ -fobjc-arc -fobjc-link-runtime -weak_framework CoreMotion -weak-lSystem -liPhone-lib -framework Metal -framework Security -framework MediaToolbox -framework CoreText -framework AudioToolbox -weak_framework AVFoundation -framework AVKit -framework CFNetwork -framework CoreGraphics -framework CoreMedia -weak_framework CoreMotion -framework CoreVideo -framework Foundation -framework OpenAL -framework QuartzCore -framework SystemConfiguration -framework UIKit -liconv.2 -lil2cpp /Users/valtechstockwell/Desktop/myapp/Libraries/baselib.a -lOpenCvSharpExtern -framework MediaPipeUnity -weak_framework GameController -Xlinker -dependency_info -Xlinker /Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Intermediates.noindex/Unity-iPhone.build/ReleaseForRunning-iphoneos/UnityFramework.build/Objects-normal/arm64/UnityFramework_dependency_info.dat -o /Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Products/ReleaseForRunning-iphoneos/UnityFramework.framework/UnityFramework Undefined symbols for architecture arm64: "_glReadPixels", referenced from: _Gl_ReadPixels_mE20D483BE5ADD7B85929FC4602F7EF734C31705D in Mediapipe.Runtime.o _UnsafeNativeMethods_glReadPixels_mBDD92D903AFA6B21E4187F39DCED58FB56E4BB4E in Mediapipe.Runtime.o (maybe you meant: _UnsafeNativeMethods_glReadPixels_mBDD92D903AFA6B21E4187F39DCED58FB56E4BB4E) "_glFlush", referenced from: _Gl_Flush_mA9D5ECA06470361D7940768395B3475EBE22FF6E in Mediapipe.Runtime.o _UnsafeNativeMethods_glFlush_m5E5824AC4B242F7F029A8D0B1CE4A08E910BDFD7 in Mediapipe.Runtime.o (maybe you meant: _UnsafeNativeMethods_glFlush_m5E5824AC4B242F7F029A8D0B1CE4A08E910BDFD7) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) ### Additional Context Sorry... I don't know anything about building to iOS
1.0
Undefined Symbols when building to iOS - ### Plugin Version or Commit ID v0.10.1 ### Unity Version 2021.3.8f1 ### Your Host OS Windows 11 (Xcode on Mac 12.5.1) ### Target Platform iOS ### [Windows Only] Visual Studio C++ and Windows SDK Version _No response_ ### [Linux Only] GCC/G++ and GLIBC Version _No response_ ### [Android Only] Android Build Tools and NDK Version _No response_ ### [iOS Only] XCode Version 13.4.11 ### Command Sequences Standard Build in Unity (target iOS) Standard Build in Xcode (target iPad Air 5th Gen) ### Log Showing Recent Issues Ld /Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Products/ReleaseForRunning-iphoneos/UnityFramework.framework/UnityFramework normal (in target 'UnityFramework' from project 'Unity-iPhone') cd /Users/valtechstockwell/Desktop/myapp /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target arm64-apple-ios11.0 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk -L/Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Products/ReleaseForRunning-iphoneos -L/Users/valtechstockwell/Desktop/myapp/Libraries -L/Users/valtechstockwell/Desktop/myapp/Libraries/OpenCV+Unity/Plugins/iOS -F/Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Products/ReleaseForRunning-iphoneos -F/Users/valtechstockwell/Desktop/myapp/Frameworks/com.github.homuler.mediapipe/Runtime/Plugins/iOS -filelist /Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Intermediates.noindex/Unity-iPhone.build/ReleaseForRunning-iphoneos/UnityFramework.build/Objects-normal/arm64/UnityFramework.LinkFileList -install_name @rpath/UnityFramework.framework/UnityFramework -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -map -Xlinker /Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Intermediates.noindex/Unity-iPhone.build/ReleaseForRunning-iphoneos/UnityFramework.build/UnityFramework-LinkMap-normal-arm64.txt -dead_strip -Xlinker -object_path_lto -Xlinker /Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Intermediates.noindex/Unity-iPhone.build/ReleaseForRunning-iphoneos/UnityFramework.build/Objects-normal/arm64/UnityFramework_lto.o -fembed-bitcode-marker -stdlib\=libc++ -fobjc-arc -fobjc-link-runtime -weak_framework CoreMotion -weak-lSystem -liPhone-lib -framework Metal -framework Security -framework MediaToolbox -framework CoreText -framework AudioToolbox -weak_framework AVFoundation -framework AVKit -framework CFNetwork -framework CoreGraphics -framework CoreMedia -weak_framework CoreMotion -framework CoreVideo -framework Foundation -framework OpenAL -framework QuartzCore -framework SystemConfiguration -framework UIKit -liconv.2 -lil2cpp /Users/valtechstockwell/Desktop/myapp/Libraries/baselib.a -lOpenCvSharpExtern -framework MediaPipeUnity -weak_framework GameController -Xlinker -dependency_info -Xlinker /Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Intermediates.noindex/Unity-iPhone.build/ReleaseForRunning-iphoneos/UnityFramework.build/Objects-normal/arm64/UnityFramework_dependency_info.dat -o /Users/valtechstockwell/Library/Developer/Xcode/DerivedData/Unity-iPhone-aukplxrxkccmeseeexhpfjhmmmhc/Build/Products/ReleaseForRunning-iphoneos/UnityFramework.framework/UnityFramework Undefined symbols for architecture arm64: "_glReadPixels", referenced from: _Gl_ReadPixels_mE20D483BE5ADD7B85929FC4602F7EF734C31705D in Mediapipe.Runtime.o _UnsafeNativeMethods_glReadPixels_mBDD92D903AFA6B21E4187F39DCED58FB56E4BB4E in Mediapipe.Runtime.o (maybe you meant: _UnsafeNativeMethods_glReadPixels_mBDD92D903AFA6B21E4187F39DCED58FB56E4BB4E) "_glFlush", referenced from: _Gl_Flush_mA9D5ECA06470361D7940768395B3475EBE22FF6E in Mediapipe.Runtime.o _UnsafeNativeMethods_glFlush_m5E5824AC4B242F7F029A8D0B1CE4A08E910BDFD7 in Mediapipe.Runtime.o (maybe you meant: _UnsafeNativeMethods_glFlush_m5E5824AC4B242F7F029A8D0B1CE4A08E910BDFD7) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) ### Additional Context Sorry... I don't know anything about building to iOS
build
undefined symbols when building to ios plugin version or commit id unity version your host os windows xcode on mac target platform ios visual studio c and windows sdk version no response gcc g and glibc version no response android build tools and ndk version no response xcode version command sequences standard build in unity target ios standard build in xcode target ipad air gen log showing recent issues ld users valtechstockwell library developer xcode deriveddata unity iphone aukplxrxkccmeseeexhpfjhmmmhc build products releaseforrunning iphoneos unityframework framework unityframework normal in target unityframework from project unity iphone cd users valtechstockwell desktop myapp applications xcode app contents developer toolchains xcodedefault xctoolchain usr bin clang target apple dynamiclib isysroot applications xcode app contents developer platforms iphoneos platform developer sdks sdk l users valtechstockwell library developer xcode deriveddata unity iphone aukplxrxkccmeseeexhpfjhmmmhc build products releaseforrunning iphoneos l users valtechstockwell desktop myapp libraries l users valtechstockwell desktop myapp libraries opencv unity plugins ios f users valtechstockwell library developer xcode deriveddata unity iphone aukplxrxkccmeseeexhpfjhmmmhc build products releaseforrunning iphoneos f users valtechstockwell desktop myapp frameworks com github homuler mediapipe runtime plugins ios filelist users valtechstockwell library developer xcode deriveddata unity iphone aukplxrxkccmeseeexhpfjhmmmhc build intermediates noindex unity iphone build releaseforrunning iphoneos unityframework build objects normal unityframework linkfilelist install name rpath unityframework framework unityframework xlinker rpath xlinker executable path frameworks xlinker rpath xlinker loader path frameworks xlinker map xlinker users valtechstockwell library developer xcode deriveddata unity iphone aukplxrxkccmeseeexhpfjhmmmhc build intermediates noindex unity iphone build releaseforrunning iphoneos unityframework build unityframework linkmap normal txt dead strip xlinker object path lto xlinker users valtechstockwell library developer xcode deriveddata unity iphone aukplxrxkccmeseeexhpfjhmmmhc build intermediates noindex unity iphone build releaseforrunning iphoneos unityframework build objects normal unityframework lto o fembed bitcode marker stdlib libc fobjc arc fobjc link runtime weak framework coremotion weak lsystem liphone lib framework metal framework security framework mediatoolbox framework coretext framework audiotoolbox weak framework avfoundation framework avkit framework cfnetwork framework coregraphics framework coremedia weak framework coremotion framework corevideo framework foundation framework openal framework quartzcore framework systemconfiguration framework uikit liconv users valtechstockwell desktop myapp libraries baselib a lopencvsharpextern framework mediapipeunity weak framework gamecontroller xlinker dependency info xlinker users valtechstockwell library developer xcode deriveddata unity iphone aukplxrxkccmeseeexhpfjhmmmhc build intermediates noindex unity iphone build releaseforrunning iphoneos unityframework build objects normal unityframework dependency info dat o users valtechstockwell library developer xcode deriveddata unity iphone aukplxrxkccmeseeexhpfjhmmmhc build products releaseforrunning iphoneos unityframework framework unityframework undefined symbols for architecture glreadpixels referenced from gl readpixels in mediapipe runtime o unsafenativemethods glreadpixels in mediapipe runtime o maybe you meant unsafenativemethods glreadpixels glflush referenced from gl flush in mediapipe runtime o unsafenativemethods glflush in mediapipe runtime o maybe you meant unsafenativemethods glflush ld symbol s not found for architecture clang error linker command failed with exit code use v to see invocation additional context sorry i don t know anything about building to ios
1
92,853
26,785,096,461
IssuesEvent
2023-02-01 01:39:35
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
compile failure due to old cmake
module: dependency bug module: build triaged
I'm trying to build a working pytorch 0.3.0 on Power on RHEL 7.2. The system cmake is 2.8.11. During compile, I hit the following error: ``` -- Up-to-date: /u/jlquinn/jlq01/pytorch/pytorch/torch/lib/tmp_install/share/ATen/Declarations.yaml -- Configuring done CMake Error in CMakeLists.txt: Target "protobuf-nanopb" INTERFACE_INCLUDE_DIRECTORIES property contains relative path: "include" -- Generating done CMake Warning: Manually-specified variables were not used by the project: ATEN_LIBRARIES CMAKE_CXX_FLAGS CMAKE_DEBUG_POSTFIX CMAKE_EXE_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS CUDA_NVCC_FLAGS NCCL_EXTERNAL NO_CUDA THCS_LIBRARIES THCUNN_LIBRARIES THCUNN_SO_VERSION THC_LIBRARIES THC_SO_VERSION THD_SO_VERSION THNN_LIBRARIES THNN_SO_VERSION THS_LIBRARIES TH_INCLUDE_PATH TH_LIBRARIES TH_LIB_PATH TH_SO_VERSION Torch_FOUND cwrap_files -- Build files have been written to: /u/jlquinn/jlq01/pytorch/pytorch/torch/lib/build/nanopb ``` ===================== Some searching turned up the following link describing this problem and success with newer cmake https://github.com/gflags/gflags/issues/113 When I switched to cmake 3.7.2, the compile worked fine. I suggest bumping the minimum cmake to avoid this in the future. Thanks! cc @malfet
1.0
compile failure due to old cmake - I'm trying to build a working pytorch 0.3.0 on Power on RHEL 7.2. The system cmake is 2.8.11. During compile, I hit the following error: ``` -- Up-to-date: /u/jlquinn/jlq01/pytorch/pytorch/torch/lib/tmp_install/share/ATen/Declarations.yaml -- Configuring done CMake Error in CMakeLists.txt: Target "protobuf-nanopb" INTERFACE_INCLUDE_DIRECTORIES property contains relative path: "include" -- Generating done CMake Warning: Manually-specified variables were not used by the project: ATEN_LIBRARIES CMAKE_CXX_FLAGS CMAKE_DEBUG_POSTFIX CMAKE_EXE_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS CUDA_NVCC_FLAGS NCCL_EXTERNAL NO_CUDA THCS_LIBRARIES THCUNN_LIBRARIES THCUNN_SO_VERSION THC_LIBRARIES THC_SO_VERSION THD_SO_VERSION THNN_LIBRARIES THNN_SO_VERSION THS_LIBRARIES TH_INCLUDE_PATH TH_LIBRARIES TH_LIB_PATH TH_SO_VERSION Torch_FOUND cwrap_files -- Build files have been written to: /u/jlquinn/jlq01/pytorch/pytorch/torch/lib/build/nanopb ``` ===================== Some searching turned up the following link describing this problem and success with newer cmake https://github.com/gflags/gflags/issues/113 When I switched to cmake 3.7.2, the compile worked fine. I suggest bumping the minimum cmake to avoid this in the future. Thanks! cc @malfet
build
compile failure due to old cmake i m trying to build a working pytorch on power on rhel the system cmake is during compile i hit the following error up to date u jlquinn pytorch pytorch torch lib tmp install share aten declarations yaml configuring done cmake error in cmakelists txt target protobuf nanopb interface include directories property contains relative path include generating done cmake warning manually specified variables were not used by the project aten libraries cmake cxx flags cmake debug postfix cmake exe linker flags cmake shared linker flags cuda nvcc flags nccl external no cuda thcs libraries thcunn libraries thcunn so version thc libraries thc so version thd so version thnn libraries thnn so version ths libraries th include path th libraries th lib path th so version torch found cwrap files build files have been written to u jlquinn pytorch pytorch torch lib build nanopb some searching turned up the following link describing this problem and success with newer cmake when i switched to cmake the compile worked fine i suggest bumping the minimum cmake to avoid this in the future thanks cc malfet
1
8,541
6,564,515,505
IssuesEvent
2017-09-08 02:09:25
tensorflow/tensorboard
https://api.github.com/repos/tensorflow/tensorboard
closed
PR curve sliders can get out of sync with actual data
plugin:pr-curves type:bug/performance
Steps to reproduce: 0. Disable auto-reload; it might interrupt testing. 1. Open the PR curve dashboard. 2. Set the run filter query to `pr_curve`. Set the first slider to `1` and the second slider to `9`. 3. _Paste_ into the run filter: `mask_every_other_prediction`. Expected behavior: The lone slider reads “step: 9” and is at the right. Actual behavior: The slider reads “step: 9” and is at the left. Problem: The change event for the tag does not trigger `_updateSliders`.
True
PR curve sliders can get out of sync with actual data - Steps to reproduce: 0. Disable auto-reload; it might interrupt testing. 1. Open the PR curve dashboard. 2. Set the run filter query to `pr_curve`. Set the first slider to `1` and the second slider to `9`. 3. _Paste_ into the run filter: `mask_every_other_prediction`. Expected behavior: The lone slider reads “step: 9” and is at the right. Actual behavior: The slider reads “step: 9” and is at the left. Problem: The change event for the tag does not trigger `_updateSliders`.
non_build
pr curve sliders can get out of sync with actual data steps to reproduce disable auto reload it might interrupt testing open the pr curve dashboard set the run filter query to pr curve set the first slider to and the second slider to paste into the run filter mask every other prediction expected behavior the lone slider reads “step ” and is at the right actual behavior the slider reads “step ” and is at the left problem the change event for the tag does not trigger updatesliders
0
123,669
17,772,290,026
IssuesEvent
2021-08-30 14:56:12
kapseliboi/platform-status
https://api.github.com/repos/kapseliboi/platform-status
opened
CVE-2020-8203 (High) detected in multiple libraries
security vulnerability
## CVE-2020-8203 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-1.3.1.tgz</b>, <b>lodash-1.0.2.tgz</b>, <b>lodash-3.10.1.tgz</b>, <b>lodash-4.17.4.tgz</b></p></summary> <p> <details><summary><b>lodash-1.3.1.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz">https://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz</a></p> <p> Dependency Hierarchy: - oghliner-1.1.1.tgz (Root Library) - travis-ci-2.1.1.tgz - :x: **lodash-1.3.1.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-1.0.2.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz">https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz</a></p> <p>Path to dependency file: platform-status/package.json</p> <p>Path to vulnerable library: platform-status/node_modules/gulp/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - gulp-3.9.1.tgz (Root Library) - vinyl-fs-0.3.14.tgz - glob-watcher-0.0.6.tgz - gaze-0.5.2.tgz - globule-0.1.0.tgz - :x: **lodash-1.0.2.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-3.10.1.tgz</b></p></summary> <p>The modern build of lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz">https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz</a></p> <p>Path to dependency file: platform-status/package.json</p> <p>Path to vulnerable library: platform-status/node_modules/browser-sync/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.18.13.tgz (Root Library) - easy-extender-2.3.2.tgz - :x: **lodash-3.10.1.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-4.17.4.tgz</b></p></summary> <p>Lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz</a></p> <p> Dependency Hierarchy: - gulp-uglify-3.0.0.tgz (Root Library) - :x: **lodash-4.17.4.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/kapseliboi/platform-status/commit/f1843ccb4f9fa8cac219c196c9bcceb734286e98">f1843ccb4f9fa8cac219c196c9bcceb734286e98</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20. <p>Publish Date: 2020-07-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203>CVE-2020-8203</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.4</b>)</summary> <p> 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: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1523">https://www.npmjs.com/advisories/1523</a></p> <p>Release Date: 2020-10-21</p> <p>Fix Resolution: lodash - 4.17.19</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-8203 (High) detected in multiple libraries - ## CVE-2020-8203 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-1.3.1.tgz</b>, <b>lodash-1.0.2.tgz</b>, <b>lodash-3.10.1.tgz</b>, <b>lodash-4.17.4.tgz</b></p></summary> <p> <details><summary><b>lodash-1.3.1.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz">https://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz</a></p> <p> Dependency Hierarchy: - oghliner-1.1.1.tgz (Root Library) - travis-ci-2.1.1.tgz - :x: **lodash-1.3.1.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-1.0.2.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz">https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz</a></p> <p>Path to dependency file: platform-status/package.json</p> <p>Path to vulnerable library: platform-status/node_modules/gulp/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - gulp-3.9.1.tgz (Root Library) - vinyl-fs-0.3.14.tgz - glob-watcher-0.0.6.tgz - gaze-0.5.2.tgz - globule-0.1.0.tgz - :x: **lodash-1.0.2.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-3.10.1.tgz</b></p></summary> <p>The modern build of lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz">https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz</a></p> <p>Path to dependency file: platform-status/package.json</p> <p>Path to vulnerable library: platform-status/node_modules/browser-sync/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.18.13.tgz (Root Library) - easy-extender-2.3.2.tgz - :x: **lodash-3.10.1.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-4.17.4.tgz</b></p></summary> <p>Lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz</a></p> <p> Dependency Hierarchy: - gulp-uglify-3.0.0.tgz (Root Library) - :x: **lodash-4.17.4.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/kapseliboi/platform-status/commit/f1843ccb4f9fa8cac219c196c9bcceb734286e98">f1843ccb4f9fa8cac219c196c9bcceb734286e98</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20. <p>Publish Date: 2020-07-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203>CVE-2020-8203</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.4</b>)</summary> <p> 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: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1523">https://www.npmjs.com/advisories/1523</a></p> <p>Release Date: 2020-10-21</p> <p>Fix Resolution: lodash - 4.17.19</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_build
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries lodash tgz lodash tgz lodash tgz lodash tgz lodash tgz a utility library delivering consistency customization performance and extras library home page a href dependency hierarchy oghliner tgz root library travis ci tgz 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 platform status package json path to vulnerable library platform status node modules gulp node modules lodash package json dependency hierarchy gulp tgz root library vinyl fs tgz glob watcher tgz 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 platform status package json path to vulnerable library platform status node modules browser sync node modules lodash package json dependency hierarchy browser sync tgz root library easy extender tgz x lodash tgz vulnerable library lodash tgz lodash modular utilities library home page a href dependency hierarchy gulp uglify tgz root library x lodash tgz vulnerable library found in head commit a href found in base branch master vulnerability details prototype pollution attack when using zipobjectdeep in lodash before 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 high 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
6,667
6,573,597,026
IssuesEvent
2017-09-11 09:24:08
molgenis/molgenis
https://api.github.com/repos/molgenis/molgenis
closed
UserAccountController eats up errors when you try to change the language code
5.1.0 bug mod:security
### How to Reproduce Two examples: 1. Update to unknown language * POST to http://localhost:8080/plugin/useraccount/language/update?languageCode=swahili using a valid token. 2. Update language without permissions * Update permission for AllUsers group from Plugin:useraccount:write to Plugin:useraccount:read * POST http://localhost:8080/plugin/useraccount/language/update?languageCode=nl using a token for a non-su user. ### Expected behavior HTTP status matches the result, so first example returns 400 (bad request) and second one returns 403 (forbidden) ### Observed behavior Error gets logged but both cases return statuscode is 200(OK). Client code is clueless that the update failed.
True
UserAccountController eats up errors when you try to change the language code - ### How to Reproduce Two examples: 1. Update to unknown language * POST to http://localhost:8080/plugin/useraccount/language/update?languageCode=swahili using a valid token. 2. Update language without permissions * Update permission for AllUsers group from Plugin:useraccount:write to Plugin:useraccount:read * POST http://localhost:8080/plugin/useraccount/language/update?languageCode=nl using a token for a non-su user. ### Expected behavior HTTP status matches the result, so first example returns 400 (bad request) and second one returns 403 (forbidden) ### Observed behavior Error gets logged but both cases return statuscode is 200(OK). Client code is clueless that the update failed.
non_build
useraccountcontroller eats up errors when you try to change the language code how to reproduce two examples update to unknown language post to using a valid token update language without permissions update permission for allusers group from plugin useraccount write to plugin useraccount read post using a token for a non su user expected behavior http status matches the result so first example returns bad request and second one returns forbidden observed behavior error gets logged but both cases return statuscode is ok client code is clueless that the update failed
0
717,625
24,683,303,801
IssuesEvent
2022-10-19 00:13:54
zulip/zulip
https://api.github.com/repos/zulip/zulip
closed
Fix browser title for narrowed views to match visible title
bug help wanted area: misc priority: high release goal
As pointed out in https://chat.zulip.org/#narrow/stream/9-issues/topic/title.20bar.20not.20updating.20on.20search/near/1434954, the browser `title` element has some bugs where it doesn't update properly when visiting a search view. The existing code is this: ``` function update_narrow_title(filter) { // Take the most detailed part of the narrow to use as the title. // If the operator is something other than "stream", "topic", or // "is", we shouldn't update the narrow title if (filter.has_operator("stream")) { if (filter.has_operator("topic")) { set_narrow_title(filter.operands("topic")[0]); } else { set_narrow_title(filter.operands("stream")[0]); } } else if (filter.has_operator("is")) { const title = filter.operands("is")[0]; set_narrow_title(title.charAt(0).toUpperCase() + title.slice(1) + " messages"); } else if (filter.has_operator("pm-with") || filter.has_operator("group-pm-with")) { const emails = filter.public_operators()[0].operand; const user_ids = people.emails_strings_to_user_ids_string(emails); if (user_ids !== undefined) { const names = people.get_recipients(user_ids); if (filter.has_operator("pm-with")) { set_narrow_title(names); } else { set_narrow_title(names + " and others"); } } else { if (emails.includes(",")) { set_narrow_title("Invalid users"); } else { set_narrow_title("Invalid user"); } } } } ``` Note how it falls through at the end, which is what causes the browser's title to not update properly. Rather than adjusting the cases in that function, we should rewrite it to use as a helper `filter.get_title()`, which generates the much more visible navbar title at in the top row of the Zulip app (the area replaced by search). Some care will likely be required to make the right them happen for a search view -- the existing caller of `filter.get_title()` never runs in search views (since we show the search input box in those views), but it seems fine to either extend that or just do `set_narrow_title("Search")` in the fallthrough case.
1.0
Fix browser title for narrowed views to match visible title - As pointed out in https://chat.zulip.org/#narrow/stream/9-issues/topic/title.20bar.20not.20updating.20on.20search/near/1434954, the browser `title` element has some bugs where it doesn't update properly when visiting a search view. The existing code is this: ``` function update_narrow_title(filter) { // Take the most detailed part of the narrow to use as the title. // If the operator is something other than "stream", "topic", or // "is", we shouldn't update the narrow title if (filter.has_operator("stream")) { if (filter.has_operator("topic")) { set_narrow_title(filter.operands("topic")[0]); } else { set_narrow_title(filter.operands("stream")[0]); } } else if (filter.has_operator("is")) { const title = filter.operands("is")[0]; set_narrow_title(title.charAt(0).toUpperCase() + title.slice(1) + " messages"); } else if (filter.has_operator("pm-with") || filter.has_operator("group-pm-with")) { const emails = filter.public_operators()[0].operand; const user_ids = people.emails_strings_to_user_ids_string(emails); if (user_ids !== undefined) { const names = people.get_recipients(user_ids); if (filter.has_operator("pm-with")) { set_narrow_title(names); } else { set_narrow_title(names + " and others"); } } else { if (emails.includes(",")) { set_narrow_title("Invalid users"); } else { set_narrow_title("Invalid user"); } } } } ``` Note how it falls through at the end, which is what causes the browser's title to not update properly. Rather than adjusting the cases in that function, we should rewrite it to use as a helper `filter.get_title()`, which generates the much more visible navbar title at in the top row of the Zulip app (the area replaced by search). Some care will likely be required to make the right them happen for a search view -- the existing caller of `filter.get_title()` never runs in search views (since we show the search input box in those views), but it seems fine to either extend that or just do `set_narrow_title("Search")` in the fallthrough case.
non_build
fix browser title for narrowed views to match visible title as pointed out in the browser title element has some bugs where it doesn t update properly when visiting a search view the existing code is this function update narrow title filter take the most detailed part of the narrow to use as the title if the operator is something other than stream topic or is we shouldn t update the narrow title if filter has operator stream if filter has operator topic set narrow title filter operands topic else set narrow title filter operands stream else if filter has operator is const title filter operands is set narrow title title charat touppercase title slice messages else if filter has operator pm with filter has operator group pm with const emails filter public operators operand const user ids people emails strings to user ids string emails if user ids undefined const names people get recipients user ids if filter has operator pm with set narrow title names else set narrow title names and others else if emails includes set narrow title invalid users else set narrow title invalid user note how it falls through at the end which is what causes the browser s title to not update properly rather than adjusting the cases in that function we should rewrite it to use as a helper filter get title which generates the much more visible navbar title at in the top row of the zulip app the area replaced by search some care will likely be required to make the right them happen for a search view the existing caller of filter get title never runs in search views since we show the search input box in those views but it seems fine to either extend that or just do set narrow title search in the fallthrough case
0
13,320
5,333,069,803
IssuesEvent
2017-02-15 23:58:50
dotnet/docs
https://api.github.com/repos/dotnet/docs
closed
Documentation for new dotnet new
Goal - Update from project.json based projects to MSBuild based projects update
In RC3 we have added `dotnet new3` which will, in RTW, become `dotnet new`. It is a new way to create templates, much more powerful than previous `new`.
1.0
Documentation for new dotnet new - In RC3 we have added `dotnet new3` which will, in RTW, become `dotnet new`. It is a new way to create templates, much more powerful than previous `new`.
build
documentation for new dotnet new in we have added dotnet which will in rtw become dotnet new it is a new way to create templates much more powerful than previous new
1
20,644
6,904,800,067
IssuesEvent
2017-11-27 02:26:28
Linuxbrew/legacy-linuxbrew
https://api.github.com/repos/Linuxbrew/legacy-linuxbrew
closed
rethinkdb: Error: libjemalloc (static) not found
build-error Dependency
https://travis-ci.org/Linuxbrew/linuxbrew/builds/119350327#L7392-L7396 ``` malloc: jemalloc jemalloc (static): no * Error: libjemalloc (static) not found. Try running ./configure with the --fetch jemalloc or --allow-fetch flags. libjemalloc.a not found\n * Aborting configure ```
1.0
rethinkdb: Error: libjemalloc (static) not found - https://travis-ci.org/Linuxbrew/linuxbrew/builds/119350327#L7392-L7396 ``` malloc: jemalloc jemalloc (static): no * Error: libjemalloc (static) not found. Try running ./configure with the --fetch jemalloc or --allow-fetch flags. libjemalloc.a not found\n * Aborting configure ```
build
rethinkdb error libjemalloc static not found malloc jemalloc jemalloc static no error libjemalloc static not found try running configure with the fetch jemalloc or allow fetch flags libjemalloc a not found n aborting configure
1
79,750
23,034,215,321
IssuesEvent
2022-07-22 16:48:41
angular/angular-cli
https://api.github.com/repos/angular/angular-cli
closed
@angular-devkit/build-angular:browser-esbuild - ngDevMode replaced with true
type: bug/fix freq1: low severity3: broken comp: devkit/build-angular devkit/build-angular:browser-esbuild
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 Oh hi there! 😄 To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates. 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅--> # 🐞 Bug report ### Command (mark with an `x`) <!-- Can you pin-point the command or commands that are effected by this bug? --> <!-- ✍️edit: --> - [ ] new - [x] build - [ ] serve - [ ] test - [ ] e2e - [ ] generate - [ ] add - [ ] update - [ ] lint - [ ] extract-i18n - [ ] run - [ ] config - [ ] help - [ ] version - [ ] doc ### Is this a regression? <!-- Did this behavior use to work in the previous version? --> <!-- ✍️--> Yes, the previous version in which this bug was not present was: - ### Description <!-- ✍️--> It looks like ngDevMode is replaced with `true` <img width="701" alt="image" src="https://user-images.githubusercontent.com/21180501/180439611-edf0e686-d269-4e99-afa6-e2d5b84a96d4.png"> ## 🔬 Minimal Reproduction <!-- Simple steps to reproduce this bug. Please include: commands run (including args), packages added, related code changes. If reproduction steps are not enough for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue. A good way to make a minimal reproduction is to create a new app via `ng new repro-app` and add the minimum possible code to show the problem. Share the link to the repo below along with step-by-step instructions to reproduce the problem, as well as expected and actual behavior. Issues that don't have enough info and can't be reproduced will be closed. You can read more about issue submission guidelines here: https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#-submitting-an-issue --> ## 🔥 Exception or Error <pre><code> chunk-IESJZ3T5.js:52739 TypeError: Cannot create property 'tView' on boolean 'true' at createTView (chunk-IESJZ3T5.js:20291:13) at ComponentFactory.create (chunk-IESJZ3T5.js:21260:23) at ApplicationRef.bootstrap (chunk-IESJZ3T5.js:27553:38) at chunk-IESJZ3T5.js:27379:60 at Array.forEach (<anonymous>) at PlatformRef._moduleDoBootstrap (chunk-IESJZ3T5.js:27379:38) at chunk-IESJZ3T5.js:27366:16 chunk-IESJZ3T5.js:20291 Uncaught (in promise) TypeError: Cannot create property 'tView' on boolean 'true' at createTView (chunk-IESJZ3T5.js:20291:13) at ComponentFactory.create (chunk-IESJZ3T5.js:21260:23) at ApplicationRef.bootstrap (chunk-IESJZ3T5.js:27553:38) at chunk-IESJZ3T5.js:27379:60 at Array.forEach (<anonymous>) at PlatformRef._moduleDoBootstrap (chunk-IESJZ3T5.js:27379:38) at chunk-IESJZ3T5.js:27366:16 </code></pre> ## 🌍 Your Environment <pre><code> Angular CLI: 14.1.0 Node: 16.16.0 Package Manager: yarn 1.21.1 OS: darwin x64 Angular: 14.1.0 ... animations, cdk, cli, common, compiler, compiler-cli, core ... forms, language-service, platform-browser ... platform-browser-dynamic, router Package Version --------------------------------------------------------- @angular-devkit/architect 0.1401.0 @angular-devkit/build-angular 14.1.0 @angular-devkit/build-webpack 0.1401.0 @angular-devkit/core 14.1.0 @angular-devkit/schematics 14.1.0 @angular/benchpress 0.3.0 @ngtools/webpack 14.1.0 @schematics/angular 14.1.0 ng-packagr 14.1.0 rxjs 7.5.5 typescript 4.7.4 webpack 5.73.0 </code></pre> **Anything else relevant?** <!-- ✍️Is this a browser specific issue? If so, please specify the browser and version. --> <!-- ✍️Do any of these matter: operating system, IDE, package manager, HTTP server, ...? If so, please mention it below. -->
3.0
@angular-devkit/build-angular:browser-esbuild - ngDevMode replaced with true - <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 Oh hi there! 😄 To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates. 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅--> # 🐞 Bug report ### Command (mark with an `x`) <!-- Can you pin-point the command or commands that are effected by this bug? --> <!-- ✍️edit: --> - [ ] new - [x] build - [ ] serve - [ ] test - [ ] e2e - [ ] generate - [ ] add - [ ] update - [ ] lint - [ ] extract-i18n - [ ] run - [ ] config - [ ] help - [ ] version - [ ] doc ### Is this a regression? <!-- Did this behavior use to work in the previous version? --> <!-- ✍️--> Yes, the previous version in which this bug was not present was: - ### Description <!-- ✍️--> It looks like ngDevMode is replaced with `true` <img width="701" alt="image" src="https://user-images.githubusercontent.com/21180501/180439611-edf0e686-d269-4e99-afa6-e2d5b84a96d4.png"> ## 🔬 Minimal Reproduction <!-- Simple steps to reproduce this bug. Please include: commands run (including args), packages added, related code changes. If reproduction steps are not enough for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue. A good way to make a minimal reproduction is to create a new app via `ng new repro-app` and add the minimum possible code to show the problem. Share the link to the repo below along with step-by-step instructions to reproduce the problem, as well as expected and actual behavior. Issues that don't have enough info and can't be reproduced will be closed. You can read more about issue submission guidelines here: https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#-submitting-an-issue --> ## 🔥 Exception or Error <pre><code> chunk-IESJZ3T5.js:52739 TypeError: Cannot create property 'tView' on boolean 'true' at createTView (chunk-IESJZ3T5.js:20291:13) at ComponentFactory.create (chunk-IESJZ3T5.js:21260:23) at ApplicationRef.bootstrap (chunk-IESJZ3T5.js:27553:38) at chunk-IESJZ3T5.js:27379:60 at Array.forEach (<anonymous>) at PlatformRef._moduleDoBootstrap (chunk-IESJZ3T5.js:27379:38) at chunk-IESJZ3T5.js:27366:16 chunk-IESJZ3T5.js:20291 Uncaught (in promise) TypeError: Cannot create property 'tView' on boolean 'true' at createTView (chunk-IESJZ3T5.js:20291:13) at ComponentFactory.create (chunk-IESJZ3T5.js:21260:23) at ApplicationRef.bootstrap (chunk-IESJZ3T5.js:27553:38) at chunk-IESJZ3T5.js:27379:60 at Array.forEach (<anonymous>) at PlatformRef._moduleDoBootstrap (chunk-IESJZ3T5.js:27379:38) at chunk-IESJZ3T5.js:27366:16 </code></pre> ## 🌍 Your Environment <pre><code> Angular CLI: 14.1.0 Node: 16.16.0 Package Manager: yarn 1.21.1 OS: darwin x64 Angular: 14.1.0 ... animations, cdk, cli, common, compiler, compiler-cli, core ... forms, language-service, platform-browser ... platform-browser-dynamic, router Package Version --------------------------------------------------------- @angular-devkit/architect 0.1401.0 @angular-devkit/build-angular 14.1.0 @angular-devkit/build-webpack 0.1401.0 @angular-devkit/core 14.1.0 @angular-devkit/schematics 14.1.0 @angular/benchpress 0.3.0 @ngtools/webpack 14.1.0 @schematics/angular 14.1.0 ng-packagr 14.1.0 rxjs 7.5.5 typescript 4.7.4 webpack 5.73.0 </code></pre> **Anything else relevant?** <!-- ✍️Is this a browser specific issue? If so, please specify the browser and version. --> <!-- ✍️Do any of these matter: operating system, IDE, package manager, HTTP server, ...? If so, please mention it below. -->
build
angular devkit build angular browser esbuild ngdevmode replaced with true 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 oh hi there 😄 to expedite issue processing please search open and closed issues before submitting a new one existing issues often contain information about workarounds resolution or progress updates 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 🐞 bug report command mark with an x new build serve test generate add update lint extract run config help version doc is this a regression yes the previous version in which this bug was not present was description it looks like ngdevmode is replaced with true img width alt image src 🔬 minimal reproduction simple steps to reproduce this bug please include commands run including args packages added related code changes if reproduction steps are not enough for reproduction of your issue please create a minimal github repository with the reproduction of the issue a good way to make a minimal reproduction is to create a new app via ng new repro app and add the minimum possible code to show the problem share the link to the repo below along with step by step instructions to reproduce the problem as well as expected and actual behavior issues that don t have enough info and can t be reproduced will be closed you can read more about issue submission guidelines here 🔥 exception or error chunk js typeerror cannot create property tview on boolean true at createtview chunk js at componentfactory create chunk js at applicationref bootstrap chunk js at chunk js at array foreach at platformref moduledobootstrap chunk js at chunk js chunk js uncaught in promise typeerror cannot create property tview on boolean true at createtview chunk js at componentfactory create chunk js at applicationref bootstrap chunk js at chunk js at array foreach at platformref moduledobootstrap chunk js at chunk js 🌍 your environment angular cli node package manager yarn os darwin angular animations cdk cli common compiler compiler cli core forms language service platform browser platform browser dynamic router package version angular devkit architect angular devkit build angular angular devkit build webpack angular devkit core angular devkit schematics angular benchpress ngtools webpack schematics angular ng packagr rxjs typescript webpack anything else relevant
1
23,210
21,435,853,393
IssuesEvent
2022-04-24 01:28:58
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
reopened
it looks like S3 profile events numbers are inflated
question usability question-answered comp-s3
ProfileEvents S3ReadMicroseconds RealTimeMicroseconds looks inconsistent. Elapsed: 0.193 sec. / query_duration_ms = 192 VS S3ReadMicroseconds = 350736 / RealTimeMicroseconds = 383210. ```sql INSERT INTO FUNCTION s3(s3_mydata, url = 'https://s3.us-east-1.amazonaws.com/test..../test_file22222.tsv', structure = 'A Int64', format = 'TSV', compression_method = 'none') SELECT number AS A FROM numbers(10000) set max_threads=1; SELECT count() FROM s3(s3_mydata, url = 'https://s3.us-east-1.amazonaws.com/test..../test_file22222.tsv', structure = 'A Int64', format = 'TSV', compression_method = 'none') Query id: 2f63b92a-eae3-45c5-a30c-2a8b7681147a ┌─count()─┐ │ 10000 │ └─────────┘ 1 rows in set. Elapsed: 0.193 sec. Processed 10.00 thousand rows, 80.00 KB (51.72 thousand rows/s., 413.74 KB/s.) SELECT query_duration_ms, k, v FROM system.query_log ARRAY JOIN ProfileEvents.keys AS k, ProfileEvents.values AS v WHERE (query_id = '2f63b92a-eae3-45c5-a30c-2a8b7681147a') AND (type = 2) AND (event_date = today()) ┌─query_duration_ms─┬─k─────────────────────────────────┬───────v─┐ │ 192 │ Query │ 1 │ │ 192 │ SelectQuery │ 1 │ │ 192 │ IOBufferAllocs │ 1 │ │ 192 │ IOBufferAllocBytes │ 1048576 │ │ 192 │ ArenaAllocChunks │ 1 │ │ 192 │ ArenaAllocBytes │ 4096 │ │ 192 │ TableFunctionExecute │ 1 │ │ 192 │ NetworkReceiveElapsedMicroseconds │ 7 │ │ 192 │ NetworkSendElapsedMicroseconds │ 214 │ │ 192 │ NetworkSendBytes │ 3427 │ │ 192 │ SelectedRows │ 10000 │ │ 192 │ SelectedBytes │ 80000 │ │ 192 │ ContextLock │ 28 │ │ 192 │ RWLockAcquiredReadLocks │ 1 │ │ 192 │ RealTimeMicroseconds │ 383210 │ --- ? │ 192 │ UserTimeMicroseconds │ 5004 │ │ 192 │ SystemTimeMicroseconds │ 492 │ │ 192 │ SoftPageFaults │ 34 │ │ 192 │ OSCPUWaitMicroseconds │ 37 │ │ 192 │ OSCPUVirtualTimeMicroseconds │ 5494 │ │ 192 │ OSWriteBytes │ 4096 │ │ 192 │ OSReadChars │ 53248 │ │ 192 │ OSWriteChars │ 2048 │ │ 192 │ CreatedHTTPConnections │ 1 │ │ 192 │ S3ReadMicroseconds │ 350736 │ --- ? │ 192 │ S3ReadBytes │ 48890 │ │ 192 │ S3ReadRequestsCount │ 1 │ └───────────────────┴───────────────────────────────────┴─────────┘
True
it looks like S3 profile events numbers are inflated - ProfileEvents S3ReadMicroseconds RealTimeMicroseconds looks inconsistent. Elapsed: 0.193 sec. / query_duration_ms = 192 VS S3ReadMicroseconds = 350736 / RealTimeMicroseconds = 383210. ```sql INSERT INTO FUNCTION s3(s3_mydata, url = 'https://s3.us-east-1.amazonaws.com/test..../test_file22222.tsv', structure = 'A Int64', format = 'TSV', compression_method = 'none') SELECT number AS A FROM numbers(10000) set max_threads=1; SELECT count() FROM s3(s3_mydata, url = 'https://s3.us-east-1.amazonaws.com/test..../test_file22222.tsv', structure = 'A Int64', format = 'TSV', compression_method = 'none') Query id: 2f63b92a-eae3-45c5-a30c-2a8b7681147a ┌─count()─┐ │ 10000 │ └─────────┘ 1 rows in set. Elapsed: 0.193 sec. Processed 10.00 thousand rows, 80.00 KB (51.72 thousand rows/s., 413.74 KB/s.) SELECT query_duration_ms, k, v FROM system.query_log ARRAY JOIN ProfileEvents.keys AS k, ProfileEvents.values AS v WHERE (query_id = '2f63b92a-eae3-45c5-a30c-2a8b7681147a') AND (type = 2) AND (event_date = today()) ┌─query_duration_ms─┬─k─────────────────────────────────┬───────v─┐ │ 192 │ Query │ 1 │ │ 192 │ SelectQuery │ 1 │ │ 192 │ IOBufferAllocs │ 1 │ │ 192 │ IOBufferAllocBytes │ 1048576 │ │ 192 │ ArenaAllocChunks │ 1 │ │ 192 │ ArenaAllocBytes │ 4096 │ │ 192 │ TableFunctionExecute │ 1 │ │ 192 │ NetworkReceiveElapsedMicroseconds │ 7 │ │ 192 │ NetworkSendElapsedMicroseconds │ 214 │ │ 192 │ NetworkSendBytes │ 3427 │ │ 192 │ SelectedRows │ 10000 │ │ 192 │ SelectedBytes │ 80000 │ │ 192 │ ContextLock │ 28 │ │ 192 │ RWLockAcquiredReadLocks │ 1 │ │ 192 │ RealTimeMicroseconds │ 383210 │ --- ? │ 192 │ UserTimeMicroseconds │ 5004 │ │ 192 │ SystemTimeMicroseconds │ 492 │ │ 192 │ SoftPageFaults │ 34 │ │ 192 │ OSCPUWaitMicroseconds │ 37 │ │ 192 │ OSCPUVirtualTimeMicroseconds │ 5494 │ │ 192 │ OSWriteBytes │ 4096 │ │ 192 │ OSReadChars │ 53248 │ │ 192 │ OSWriteChars │ 2048 │ │ 192 │ CreatedHTTPConnections │ 1 │ │ 192 │ S3ReadMicroseconds │ 350736 │ --- ? │ 192 │ S3ReadBytes │ 48890 │ │ 192 │ S3ReadRequestsCount │ 1 │ └───────────────────┴───────────────────────────────────┴─────────┘
non_build
it looks like profile events numbers are inflated profileevents realtimemicroseconds looks inconsistent elapsed sec query duration ms vs realtimemicroseconds sql insert into function mydata url structure a format tsv compression method none select number as a from numbers set max threads select count from mydata url structure a format tsv compression method none query id ┌─count ─┐ │ │ └─────────┘ rows in set elapsed sec processed thousand rows kb thousand rows s kb s select query duration ms k v from system query log array join profileevents keys as k profileevents values as v where query id and type and event date today ┌─query duration ms─┬─k─────────────────────────────────┬───────v─┐ │ │ query │ │ │ │ selectquery │ │ │ │ iobufferallocs │ │ │ │ iobufferallocbytes │ │ │ │ arenaallocchunks │ │ │ │ arenaallocbytes │ │ │ │ tablefunctionexecute │ │ │ │ networkreceiveelapsedmicroseconds │ │ │ │ networksendelapsedmicroseconds │ │ │ │ networksendbytes │ │ │ │ selectedrows │ │ │ │ selectedbytes │ │ │ │ contextlock │ │ │ │ rwlockacquiredreadlocks │ │ │ │ realtimemicroseconds │ │ │ │ usertimemicroseconds │ │ │ │ systemtimemicroseconds │ │ │ │ softpagefaults │ │ │ │ oscpuwaitmicroseconds │ │ │ │ oscpuvirtualtimemicroseconds │ │ │ │ oswritebytes │ │ │ │ osreadchars │ │ │ │ oswritechars │ │ │ │ createdhttpconnections │ │ │ │ │ │ │ │ │ │ │ │ │ │ └───────────────────┴───────────────────────────────────┴─────────┘
0
38,017
5,163,474,087
IssuesEvent
2017-01-17 06:54:09
Microsoft/vscode
https://api.github.com/repos/Microsoft/vscode
opened
Test: window.newWindowDimensions setting
testplan-item
Refs: #10864 - [ ] Windows - [ ] macOS - [ ] Linux A new setting `window.newWindowDimensions` allows to tweak how new windows should open when Code is running. * verify by default new windows open in the center with small dimensions * verify the other settings (`inherit`, `maximized` and `fullscreen`) behave as advertised
1.0
Test: window.newWindowDimensions setting - Refs: #10864 - [ ] Windows - [ ] macOS - [ ] Linux A new setting `window.newWindowDimensions` allows to tweak how new windows should open when Code is running. * verify by default new windows open in the center with small dimensions * verify the other settings (`inherit`, `maximized` and `fullscreen`) behave as advertised
non_build
test window newwindowdimensions setting refs windows macos linux a new setting window newwindowdimensions allows to tweak how new windows should open when code is running verify by default new windows open in the center with small dimensions verify the other settings inherit maximized and fullscreen behave as advertised
0
3,013
12,974,983,824
IssuesEvent
2020-07-21 16:14:54
mozilla-mobile/fenix
https://api.github.com/repos/mozilla-mobile/fenix
opened
Redirect test UI to logs if compilation fails
eng:automation
Currently our testing UI breaks if the build fails to compile, as no HTML files are emitted. We can potentially generate a "dummy" HTML file that is overriden once the tests are complete. If not overridden, the file would just redirect to the taskcluster logs.
1.0
Redirect test UI to logs if compilation fails - Currently our testing UI breaks if the build fails to compile, as no HTML files are emitted. We can potentially generate a "dummy" HTML file that is overriden once the tests are complete. If not overridden, the file would just redirect to the taskcluster logs.
non_build
redirect test ui to logs if compilation fails currently our testing ui breaks if the build fails to compile as no html files are emitted we can potentially generate a dummy html file that is overriden once the tests are complete if not overridden the file would just redirect to the taskcluster logs
0
78,853
9,806,421,265
IssuesEvent
2019-06-12 11:22:04
front-end-by-rimantas/8-grupe-portfolio-warg
https://api.github.com/repos/front-end-by-rimantas/8-grupe-portfolio-warg
closed
Section headings
CSS Responsive Design enhancement good first issue
- [x] write sections headings - [x] align text to left or center - [x] assign text color
1.0
Section headings - - [x] write sections headings - [x] align text to left or center - [x] assign text color
non_build
section headings write sections headings align text to left or center assign text color
0
47,488
12,041,710,261
IssuesEvent
2020-04-14 09:18:01
tiny-factories/org
https://api.github.com/repos/tiny-factories/org
opened
Schedule the follow Events
👥 Community Building
- [ ] Monthly Guest Caller - [ ] Always online Each day someone should be online - [ ] 2 Intimate Gatherings a month - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ]
1.0
Schedule the follow Events - - [ ] Monthly Guest Caller - [ ] Always online Each day someone should be online - [ ] 2 Intimate Gatherings a month - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ]
build
schedule the follow events monthly guest caller always online each day someone should be online intimate gatherings a month
1
8,202
6,475,180,498
IssuesEvent
2017-08-17 19:47:34
phetsims/circuit-construction-kit-dc
https://api.github.com/repos/phetsims/circuit-construction-kit-dc
opened
[iPad2] Laggy behavior when dragging components
type:performance
For https://github.com/phetsims/QA/issues/33. I've noticed a pretty big lag when dragging components around the play area, even in uncomplicated situations. A few examples: The top layer of the series ammeter becomes disjointed from the body. See [video](https://drive.google.com/a/colorado.edu/file/d/0BwZJWzOg9l4DMEdBYWdlb1ZyNVU/view?usp=sharing). To reproduce: 1. On startup, open Lab 2. Take series ammeter out of toolbox 3. Drag series ammeter around play area The halo around the bulb, labels, and selection rectangle all have a pretty severe lag when dragged. See [video](https://drive.google.com/a/colorado.edu/file/d/0BwZJWzOg9l4DRG9xb1dnNlowMnc/view?usp=sharing). To reproduce: 1. On startup, build a simple battery + bulb circuit. 2. Max battery voltage (might not be necessary, but helps) 3. Drag bulb around play area, the halo and label will lag behind the bulb. 4. Tap component to edit value, then drag the component around the play area. The rectangle and value will lag behind the component. Both of the above examples also demonstrates that the component itself lags quite a bit behind the user's finger. The problem is quite a bit worse when dealing with a complicated (but not unrealistic) circuit like this one. Here's a [video](https://drive.google.com/a/colorado.edu/file/d/0BwZJWzOg9l4DVUFBbmlQZXBLRE0/view?usp=sharing) of dragging the wire between the two bulbs around the play area. ![file_000](https://user-images.githubusercontent.com/8419308/29430479-c78bb264-8351-11e7-8c93-4c184afb6c44.png) Couldn't find a convenient way to get the text off the iPad, so I suppose a screenshot'll do. ![file_000](https://user-images.githubusercontent.com/8419308/29429596-7e3760b6-834e-11e7-8912-d85c56932b29.png)
True
[iPad2] Laggy behavior when dragging components - For https://github.com/phetsims/QA/issues/33. I've noticed a pretty big lag when dragging components around the play area, even in uncomplicated situations. A few examples: The top layer of the series ammeter becomes disjointed from the body. See [video](https://drive.google.com/a/colorado.edu/file/d/0BwZJWzOg9l4DMEdBYWdlb1ZyNVU/view?usp=sharing). To reproduce: 1. On startup, open Lab 2. Take series ammeter out of toolbox 3. Drag series ammeter around play area The halo around the bulb, labels, and selection rectangle all have a pretty severe lag when dragged. See [video](https://drive.google.com/a/colorado.edu/file/d/0BwZJWzOg9l4DRG9xb1dnNlowMnc/view?usp=sharing). To reproduce: 1. On startup, build a simple battery + bulb circuit. 2. Max battery voltage (might not be necessary, but helps) 3. Drag bulb around play area, the halo and label will lag behind the bulb. 4. Tap component to edit value, then drag the component around the play area. The rectangle and value will lag behind the component. Both of the above examples also demonstrates that the component itself lags quite a bit behind the user's finger. The problem is quite a bit worse when dealing with a complicated (but not unrealistic) circuit like this one. Here's a [video](https://drive.google.com/a/colorado.edu/file/d/0BwZJWzOg9l4DVUFBbmlQZXBLRE0/view?usp=sharing) of dragging the wire between the two bulbs around the play area. ![file_000](https://user-images.githubusercontent.com/8419308/29430479-c78bb264-8351-11e7-8c93-4c184afb6c44.png) Couldn't find a convenient way to get the text off the iPad, so I suppose a screenshot'll do. ![file_000](https://user-images.githubusercontent.com/8419308/29429596-7e3760b6-834e-11e7-8912-d85c56932b29.png)
non_build
laggy behavior when dragging components for i ve noticed a pretty big lag when dragging components around the play area even in uncomplicated situations a few examples the top layer of the series ammeter becomes disjointed from the body see to reproduce on startup open lab take series ammeter out of toolbox drag series ammeter around play area the halo around the bulb labels and selection rectangle all have a pretty severe lag when dragged see to reproduce on startup build a simple battery bulb circuit max battery voltage might not be necessary but helps drag bulb around play area the halo and label will lag behind the bulb tap component to edit value then drag the component around the play area the rectangle and value will lag behind the component both of the above examples also demonstrates that the component itself lags quite a bit behind the user s finger the problem is quite a bit worse when dealing with a complicated but not unrealistic circuit like this one here s a of dragging the wire between the two bulbs around the play area couldn t find a convenient way to get the text off the ipad so i suppose a screenshot ll do
0
61,740
15,057,988,699
IssuesEvent
2021-02-03 22:36:31
openservicemesh/osm
https://api.github.com/repos/openservicemesh/osm
closed
Document how to publish patch releases
build and release documentation size/S
**Please describe what should be documented Currently, the [release guide](https://github.com/openservicemesh/osm/blob/3e374f0590fb11bdd1335b6b930c06b798dae84b/docs/release_guide.md) only contains details for minor version bump releases like vX.Y.0. The release guide should also include details for how to backport changes to the release branches from main and clearly differentiate which steps are necessary for major/minor and patch-level version bumps. **Please suggest where in the repo the document should be located In the existing release guide linked above.
1.0
Document how to publish patch releases - **Please describe what should be documented Currently, the [release guide](https://github.com/openservicemesh/osm/blob/3e374f0590fb11bdd1335b6b930c06b798dae84b/docs/release_guide.md) only contains details for minor version bump releases like vX.Y.0. The release guide should also include details for how to backport changes to the release branches from main and clearly differentiate which steps are necessary for major/minor and patch-level version bumps. **Please suggest where in the repo the document should be located In the existing release guide linked above.
build
document how to publish patch releases please describe what should be documented currently the only contains details for minor version bump releases like vx y the release guide should also include details for how to backport changes to the release branches from main and clearly differentiate which steps are necessary for major minor and patch level version bumps please suggest where in the repo the document should be located in the existing release guide linked above
1
22,260
7,136,012,682
IssuesEvent
2018-01-23 04:25:46
Microsoft/vsts-agent
https://api.github.com/repos/Microsoft/vsts-agent
closed
git-lfs fails to checkout repo
Area: Build
## General Information **Agent Version:** `2.126.0` **Operating System:** `CentOS 7` (_From Azure marketplace_) **VSTS Type:** `Online` **git Version:** `2.15.1` **git-lfs Version:** `git-lfs/2.3.4 (GitHub; linux amd64; go 1.8.3; git d2f6752)` ## What's not working? When attempting to do a build it fails when it tries to do the `git-lfs` fetch, the normal checkout of the git repo works fine. ## VSTS Errors ``` error: failed to fetch some objects from 'https://github.com/CatFactory/meow.git/info/lfs' ... ##[error]Git lfs fetch failed with exit code: 2. Git lfs logs returned with exit code: 0. ``` These are the only useful things shown in the logs. The rest is run the percentage completion printing `Git LFS: (0 of 39 files) 0 B / 319.15 MB` over and over again ## Attempted rectification I reinstalled the agent completely, prior to the install i remove everything to do with VSTS on the VM. I have also reviewed the following links in an effort to resolve the problem: - [Git LFS fails on batch fetch from agent (agent 2.124.0, git 2.14.2.windows.1, git lfs 2.3.4)](https://developercommunity.visualstudio.com/content/problem/150542/git-lfs-fails-on-batch-fetch-from-agent-agent-2124.html) - #1134 - [Downloading Git LFS Files from TFS or VSTS](https://kamranicus.com/posts/2017-06-14-downloading-git-lfs-files-from-tfs-vsts) - #1356 - Myriad of other `git-lfs` repo issues as well.
1.0
git-lfs fails to checkout repo - ## General Information **Agent Version:** `2.126.0` **Operating System:** `CentOS 7` (_From Azure marketplace_) **VSTS Type:** `Online` **git Version:** `2.15.1` **git-lfs Version:** `git-lfs/2.3.4 (GitHub; linux amd64; go 1.8.3; git d2f6752)` ## What's not working? When attempting to do a build it fails when it tries to do the `git-lfs` fetch, the normal checkout of the git repo works fine. ## VSTS Errors ``` error: failed to fetch some objects from 'https://github.com/CatFactory/meow.git/info/lfs' ... ##[error]Git lfs fetch failed with exit code: 2. Git lfs logs returned with exit code: 0. ``` These are the only useful things shown in the logs. The rest is run the percentage completion printing `Git LFS: (0 of 39 files) 0 B / 319.15 MB` over and over again ## Attempted rectification I reinstalled the agent completely, prior to the install i remove everything to do with VSTS on the VM. I have also reviewed the following links in an effort to resolve the problem: - [Git LFS fails on batch fetch from agent (agent 2.124.0, git 2.14.2.windows.1, git lfs 2.3.4)](https://developercommunity.visualstudio.com/content/problem/150542/git-lfs-fails-on-batch-fetch-from-agent-agent-2124.html) - #1134 - [Downloading Git LFS Files from TFS or VSTS](https://kamranicus.com/posts/2017-06-14-downloading-git-lfs-files-from-tfs-vsts) - #1356 - Myriad of other `git-lfs` repo issues as well.
build
git lfs fails to checkout repo general information agent version operating system centos from azure marketplace vsts type online git version git lfs version git lfs github linux go git what s not working when attempting to do a build it fails when it tries to do the git lfs fetch the normal checkout of the git repo works fine vsts errors error failed to fetch some objects from git lfs fetch failed with exit code git lfs logs returned with exit code these are the only useful things shown in the logs the rest is run the percentage completion printing git lfs of files b mb over and over again attempted rectification i reinstalled the agent completely prior to the install i remove everything to do with vsts on the vm i have also reviewed the following links in an effort to resolve the problem myriad of other git lfs repo issues as well
1
18,290
6,573,809,395
IssuesEvent
2017-09-11 10:12:27
KrusnikViers/Zordon
https://api.github.com/repos/KrusnikViers/Zordon
closed
Refactor tests
build and QA
- [ ] test_handlers_activity.py - [ ] test_handlers_messages.py - [ ] test_handlers_participant.py - [ ] test_handlers_subscription.py - [ ] test_handlers_superuser.py - [ ] test_handlers_user.py - [ ] test_handlers_utils.py - [ ] test_models.py - [ ] test_zordon.py
1.0
Refactor tests - - [ ] test_handlers_activity.py - [ ] test_handlers_messages.py - [ ] test_handlers_participant.py - [ ] test_handlers_subscription.py - [ ] test_handlers_superuser.py - [ ] test_handlers_user.py - [ ] test_handlers_utils.py - [ ] test_models.py - [ ] test_zordon.py
build
refactor tests test handlers activity py test handlers messages py test handlers participant py test handlers subscription py test handlers superuser py test handlers user py test handlers utils py test models py test zordon py
1
1,115
2,694,709,272
IssuesEvent
2015-04-01 21:52:26
JuliaLang/julia
https://api.github.com/repos/JuliaLang/julia
closed
OpenBLAS unable to detect architecture correctly, failing on new Macbook Pro
build upstream
``` getarch_2nd.c:69:50: error: use of undeclared identifier 'CGEMM_DEFAULT_Q' printf("#define CLOCAL_BUFFER_SIZE\t%ld\n", (CGEMM_DEFAULT_Q * CGEMM_DEFAULT_UNROLL_N * 4 * 2 * sizeof(float))); ^ getarch_2nd.c:69:68: error: use of undeclared identifier 'CGEMM_DEFAULT_UNROLL_N' printf("#define CLOCAL_BUFFER_SIZE\t%ld\n", (CGEMM_DEFAULT_Q * CGEMM_DEFAULT_UNROLL_N * 4 * 2 * sizeof(float))); ^ getarch_2nd.c:70:50: error: use of undeclared identifier 'ZGEMM_DEFAULT_Q' printf("#define ZLOCAL_BUFFER_SIZE\t%ld\n", (ZGEMM_DEFAULT_Q * ZGEMM_DEFAULT_UNROLL_N * 2 * 2 * sizeof(double))); ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[2]: *** [getarch_2nd] Error 1 Makefile:131: *** OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.. Stop. *** Clean the OpenBLAS build with 'make -C deps clean-openblas'. Rebuild with 'make OPENBLAS_USE_THREAD=0 if OpenBLAS had trouble linking libpthread.so, and with 'make OPENBLAS_TARGET_ARCH=NEHALEM' if there were errors building SandyBridge support. Both these options can also be used simultaneously. *** make[1]: *** [openblas-v0.2.13/libopenblas.dylib] Error 1 make: *** [julia-deps] Error 2 ``` It works if I set NEHALEM, but this is a Haswell architecture and I'm not sure that's the correct/optimal setting. In any case, autodetect doesn't work. Any suggestions?
1.0
OpenBLAS unable to detect architecture correctly, failing on new Macbook Pro - ``` getarch_2nd.c:69:50: error: use of undeclared identifier 'CGEMM_DEFAULT_Q' printf("#define CLOCAL_BUFFER_SIZE\t%ld\n", (CGEMM_DEFAULT_Q * CGEMM_DEFAULT_UNROLL_N * 4 * 2 * sizeof(float))); ^ getarch_2nd.c:69:68: error: use of undeclared identifier 'CGEMM_DEFAULT_UNROLL_N' printf("#define CLOCAL_BUFFER_SIZE\t%ld\n", (CGEMM_DEFAULT_Q * CGEMM_DEFAULT_UNROLL_N * 4 * 2 * sizeof(float))); ^ getarch_2nd.c:70:50: error: use of undeclared identifier 'ZGEMM_DEFAULT_Q' printf("#define ZLOCAL_BUFFER_SIZE\t%ld\n", (ZGEMM_DEFAULT_Q * ZGEMM_DEFAULT_UNROLL_N * 2 * 2 * sizeof(double))); ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[2]: *** [getarch_2nd] Error 1 Makefile:131: *** OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.. Stop. *** Clean the OpenBLAS build with 'make -C deps clean-openblas'. Rebuild with 'make OPENBLAS_USE_THREAD=0 if OpenBLAS had trouble linking libpthread.so, and with 'make OPENBLAS_TARGET_ARCH=NEHALEM' if there were errors building SandyBridge support. Both these options can also be used simultaneously. *** make[1]: *** [openblas-v0.2.13/libopenblas.dylib] Error 1 make: *** [julia-deps] Error 2 ``` It works if I set NEHALEM, but this is a Haswell architecture and I'm not sure that's the correct/optimal setting. In any case, autodetect doesn't work. Any suggestions?
build
openblas unable to detect architecture correctly failing on new macbook pro getarch c error use of undeclared identifier cgemm default q printf define clocal buffer size t ld n cgemm default q cgemm default unroll n sizeof float getarch c error use of undeclared identifier cgemm default unroll n printf define clocal buffer size t ld n cgemm default q cgemm default unroll n sizeof float getarch c error use of undeclared identifier zgemm default q printf define zlocal buffer size t ld n zgemm default q zgemm default unroll n sizeof double fatal error too many errors emitted stopping now errors generated make error makefile openblas detecting cpu failed please set target explicitly e g make target your cpu target please read readme for the detail stop clean the openblas build with make c deps clean openblas rebuild with make openblas use thread if openblas had trouble linking libpthread so and with make openblas target arch nehalem if there were errors building sandybridge support both these options can also be used simultaneously make error make error it works if i set nehalem but this is a haswell architecture and i m not sure that s the correct optimal setting in any case autodetect doesn t work any suggestions
1
59,630
3,115,158,413
IssuesEvent
2015-09-03 13:11:45
CS2103aug2015-F11-1C/main
https://api.github.com/repos/CS2103aug2015-F11-1C/main
opened
As a user, I should be able to see a list of upcoming deadlines
priority.medium type.story
So that I can keep track of upcoming deadlines specifically
1.0
As a user, I should be able to see a list of upcoming deadlines - So that I can keep track of upcoming deadlines specifically
non_build
as a user i should be able to see a list of upcoming deadlines so that i can keep track of upcoming deadlines specifically
0
326,238
24,076,329,089
IssuesEvent
2022-09-18 21:03:00
RobbieWagner/Snowstorm
https://api.github.com/repos/RobbieWagner/Snowstorm
closed
Add the Town
documentation enhancement blender aseprite
The town will be one mega tile that you enter like a log cabin. There may be log cabins on top of this.
1.0
Add the Town - The town will be one mega tile that you enter like a log cabin. There may be log cabins on top of this.
non_build
add the town the town will be one mega tile that you enter like a log cabin there may be log cabins on top of this
0
247,221
26,688,851,311
IssuesEvent
2023-01-27 01:29:25
nidhi7598/linux-4.1.15_CVE-2019-10220
https://api.github.com/repos/nidhi7598/linux-4.1.15_CVE-2019-10220
reopened
CVE-2016-9793 (High) detected in linuxlinux-4.4.302
security vulnerability
## CVE-2016-9793 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.4.302</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-4.1.15_CVE-2019-10220/commit/6a0d304d962ca933d73f507ce02157ef2791851c">6a0d304d962ca933d73f507ce02157ef2791851c</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option. <p>Publish Date: 2016-12-28 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-9793>CVE-2016-9793</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2016-9793">https://nvd.nist.gov/vuln/detail/CVE-2016-9793</a></p> <p>Release Date: 2016-12-28</p> <p>Fix Resolution: 4.8.14</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2016-9793 (High) detected in linuxlinux-4.4.302 - ## CVE-2016-9793 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.4.302</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-4.1.15_CVE-2019-10220/commit/6a0d304d962ca933d73f507ce02157ef2791851c">6a0d304d962ca933d73f507ce02157ef2791851c</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option. <p>Publish Date: 2016-12-28 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-9793>CVE-2016-9793</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2016-9793">https://nvd.nist.gov/vuln/detail/CVE-2016-9793</a></p> <p>Release Date: 2016-12-28</p> <p>Fix Resolution: 4.8.14</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_build
cve high detected in linuxlinux cve high 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 vulnerability details the sock setsockopt function in net core sock c in the linux kernel before mishandles negative values of sk sndbuf and sk rcvbuf which allows local users to cause a denial of service memory corruption and system crash or possibly have unspecified other impact by leveraging the cap net admin capability for a crafted setsockopt system call with the so sndbufforce or so rcvbufforce option 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
74,685
7,435,668,311
IssuesEvent
2018-03-26 14:47:17
servo/servo
https://api.github.com/repos/servo/servo
closed
Python exceptions when closing WPT window
A-testing C-has-patch
``` 0:11.04 LOG: Thread-TestrunnerManager-1 INFO Pausing until the browser exits 0:11.04 LOG: Thread-TestrunnerManager-1 ERROR Error running command wait with arguments (): Traceback (most recent call last): File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 91, in run rv = commands[command](*args) File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 111, in wait self.executor.wait() File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/executors/base.py", line 204, in wait self.protocol.base.wait() AttributeError: 'ConnectionlessProtocol' object has no attribute 'base' 0:11.04 LOG: Thread-TestrunnerManager-1 ERROR Traceback (most recent call last): File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 360, in run new_state = self.wait_event() File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 435, in wait_event return f(*data) File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 636, in error self.restart_runner() File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 627, in restart_runner assert isinstance(self.state, RunnerManagerState.restarting) AssertionError 0:11.05 LOG: Thread-TestrunnerManager-1 WARNING u'runner_teardown': () 0:11.05 LOG: Thread-Log INFO STDERR: Exception in thread Thread-TestrunnerManager-1: Traceback (most recent call last): File "/usr/local/Cellar/python@2/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 360, in run new_state = self.wait_event() File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 435, in wait_event return f(*data) File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 636, in error self.restart_runner() File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 627, in restart_runner assert isinstance(self.state, RunnerManagerState.restarting) AssertionError 0:11.05 LOG: MainThread INFO Got 0 unexpected results 0:11.05 SUITE_END: MainThread ```
1.0
Python exceptions when closing WPT window - ``` 0:11.04 LOG: Thread-TestrunnerManager-1 INFO Pausing until the browser exits 0:11.04 LOG: Thread-TestrunnerManager-1 ERROR Error running command wait with arguments (): Traceback (most recent call last): File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 91, in run rv = commands[command](*args) File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 111, in wait self.executor.wait() File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/executors/base.py", line 204, in wait self.protocol.base.wait() AttributeError: 'ConnectionlessProtocol' object has no attribute 'base' 0:11.04 LOG: Thread-TestrunnerManager-1 ERROR Traceback (most recent call last): File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 360, in run new_state = self.wait_event() File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 435, in wait_event return f(*data) File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 636, in error self.restart_runner() File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 627, in restart_runner assert isinstance(self.state, RunnerManagerState.restarting) AssertionError 0:11.05 LOG: Thread-TestrunnerManager-1 WARNING u'runner_teardown': () 0:11.05 LOG: Thread-Log INFO STDERR: Exception in thread Thread-TestrunnerManager-1: Traceback (most recent call last): File "/usr/local/Cellar/python@2/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 360, in run new_state = self.wait_event() File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 435, in wait_event return f(*data) File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 636, in error self.restart_runner() File "/Users/jdm/src/master-servo/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/testrunner.py", line 627, in restart_runner assert isinstance(self.state, RunnerManagerState.restarting) AssertionError 0:11.05 LOG: MainThread INFO Got 0 unexpected results 0:11.05 SUITE_END: MainThread ```
non_build
python exceptions when closing wpt window log thread testrunnermanager info pausing until the browser exits log thread testrunnermanager error error running command wait with arguments traceback most recent call last file users jdm src master servo tests wpt web platform tests tools wptrunner wptrunner testrunner py line in run rv commands args file users jdm src master servo tests wpt web platform tests tools wptrunner wptrunner testrunner py line in wait self executor wait file users jdm src master servo tests wpt web platform tests tools wptrunner wptrunner executors base py line in wait self protocol base wait attributeerror connectionlessprotocol object has no attribute base log thread testrunnermanager error traceback most recent call last file users jdm src master servo tests wpt web platform tests tools wptrunner wptrunner testrunner py line in run new state self wait event file users jdm src master servo tests wpt web platform tests tools wptrunner wptrunner testrunner py line in wait event return f data file users jdm src master servo tests wpt web platform tests tools wptrunner wptrunner testrunner py line in error self restart runner file users jdm src master servo tests wpt web platform tests tools wptrunner wptrunner testrunner py line in restart runner assert isinstance self state runnermanagerstate restarting assertionerror log thread testrunnermanager warning u runner teardown log thread log info stderr exception in thread thread testrunnermanager traceback most recent call last file usr local cellar python frameworks python framework versions lib threading py line in bootstrap inner self run file users jdm src master servo tests wpt web platform tests tools wptrunner wptrunner testrunner py line in run new state self wait event file users jdm src master servo tests wpt web platform tests tools wptrunner wptrunner testrunner py line in wait event return f data file users jdm src master servo tests wpt web platform tests tools wptrunner wptrunner testrunner py line in error self restart runner file users jdm src master servo tests wpt web platform tests tools wptrunner wptrunner testrunner py line in restart runner assert isinstance self state runnermanagerstate restarting assertionerror log mainthread info got unexpected results suite end mainthread
0
82,354
23,750,171,647
IssuesEvent
2022-08-31 19:49:17
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Web app with CanvasKit doesn't render text on some Android phones
e: device-specific a: typography platform-web severe: rendering a: build passed first triage e: web_canvaskit P3
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you have found a bug or if our documentation doesn't have an answer to what you're looking for, then fill out the template below. Please read our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports --> ## Steps to Reproduce 1. Create a new Flutter project and enable web 2. Build using CanvasKit: `flutter build web --web-renderer canvaskit` 3. Load in Chrome on some Nokia and OnePlus phones (example at https://flutter-test-abcb2.web.app) No text appears on first load, and some appears after pressing the button. - Chrome 88.0.4324.93 - We've seen this on a Nokia 6 (model TA-1021), a Nokia 8, and a OnePlus 5 - all on Android 9 - Flutter latest master Here's how it looks initially: <img src="https://user-images.githubusercontent.com/756862/106299018-54da3800-625d-11eb-886e-5097164ccb0c.png" width="300"> After pressing the + button, it renders the number and a line on the app bar: <img src="https://user-images.githubusercontent.com/756862/106299114-7804e780-625d-11eb-8bad-1a08c690e830.png" width="300"> There's nothing related to this logged in Chrome's console. <details> <summary>Logs</summary> <!-- Finally, paste the output of running `flutter doctor -v` here. --> ``` [✓] Flutter (Channel master, 1.26.0-18.0.pre.73, on macOS 11.1 20C69 darwin-x64, locale en-FI) • Flutter version 1.26.0-18.0.pre.73 at /Users/tom/fvm/versions/master • Framework revision 791edc230d (10 hours ago), 2021-01-28 21:54:03 -0800 • Engine revision 4ba79a34a0 • Dart version 2.12.0 (build 2.12.0-272.0.dev) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2) • Android SDK at /Users/tom/Library/Android/sdk • Platform android-30, build-tools 30.0.2 • ANDROID_HOME = /Users/tom/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 12.4, Build version 12D4e • CocoaPods version 1.10.1 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 4.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495) [✓] VS Code (version 1.52.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.18.1 [✓] Connected device (2 available) • macOS (desktop) • macos • darwin-x64 • macOS 11.1 20C69 darwin-x64 • Chrome (web) • chrome • web-javascript • Google Chrome 88.0.4324.96 • No issues found! ``` </details>
1.0
Web app with CanvasKit doesn't render text on some Android phones - <!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you have found a bug or if our documentation doesn't have an answer to what you're looking for, then fill out the template below. Please read our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports --> ## Steps to Reproduce 1. Create a new Flutter project and enable web 2. Build using CanvasKit: `flutter build web --web-renderer canvaskit` 3. Load in Chrome on some Nokia and OnePlus phones (example at https://flutter-test-abcb2.web.app) No text appears on first load, and some appears after pressing the button. - Chrome 88.0.4324.93 - We've seen this on a Nokia 6 (model TA-1021), a Nokia 8, and a OnePlus 5 - all on Android 9 - Flutter latest master Here's how it looks initially: <img src="https://user-images.githubusercontent.com/756862/106299018-54da3800-625d-11eb-886e-5097164ccb0c.png" width="300"> After pressing the + button, it renders the number and a line on the app bar: <img src="https://user-images.githubusercontent.com/756862/106299114-7804e780-625d-11eb-8bad-1a08c690e830.png" width="300"> There's nothing related to this logged in Chrome's console. <details> <summary>Logs</summary> <!-- Finally, paste the output of running `flutter doctor -v` here. --> ``` [✓] Flutter (Channel master, 1.26.0-18.0.pre.73, on macOS 11.1 20C69 darwin-x64, locale en-FI) • Flutter version 1.26.0-18.0.pre.73 at /Users/tom/fvm/versions/master • Framework revision 791edc230d (10 hours ago), 2021-01-28 21:54:03 -0800 • Engine revision 4ba79a34a0 • Dart version 2.12.0 (build 2.12.0-272.0.dev) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2) • Android SDK at /Users/tom/Library/Android/sdk • Platform android-30, build-tools 30.0.2 • ANDROID_HOME = /Users/tom/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 12.4, Build version 12D4e • CocoaPods version 1.10.1 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 4.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495) [✓] VS Code (version 1.52.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.18.1 [✓] Connected device (2 available) • macOS (desktop) • macos • darwin-x64 • macOS 11.1 20C69 darwin-x64 • Chrome (web) • chrome • web-javascript • Google Chrome 88.0.4324.96 • No issues found! ``` </details>
build
web app with canvaskit doesn t render text on some android phones thank you for using flutter if you are looking for support please check out our documentation or consider asking a question on stack overflow if you have found a bug or if our documentation doesn t have an answer to what you re looking for then fill out the template below please read our guide to filing a bug first steps to reproduce create a new flutter project and enable web build using canvaskit flutter build web web renderer canvaskit load in chrome on some nokia and oneplus phones example at no text appears on first load and some appears after pressing the button chrome we ve seen this on a nokia model ta a nokia and a oneplus all on android flutter latest master here s how it looks initially after pressing the button it renders the number and a line on the app bar there s nothing related to this logged in chrome s console logs flutter channel master pre on macos darwin locale en fi • flutter version pre at users tom fvm versions master • framework revision hours ago • engine revision • dart version build dev android toolchain develop for android devices android sdk version • android sdk at users tom library android sdk • platform android build tools • android home users tom library android sdk • java binary at applications android studio app contents jre jdk contents home bin java • java version openjdk runtime environment build release • all android licenses accepted xcode develop for ios and macos • xcode at applications xcode app contents developer • xcode build version • cocoapods version chrome develop for the web • chrome at applications google chrome app contents macos google chrome android studio version • android studio at applications android studio app contents • flutter plugin can be installed from 🔨 • dart plugin can be installed from 🔨 • java version openjdk runtime environment build release vs code version • vs code at applications visual studio code app contents • flutter extension version connected device available • macos desktop • macos • darwin • macos darwin • chrome web • chrome • web javascript • google chrome • no issues found
1
77,900
22,037,674,489
IssuesEvent
2022-05-28 21:21:14
dxx-rebirth/dxx-rebirth
https://api.github.com/repos/dxx-rebirth/dxx-rebirth
closed
Build failure: similar/main/automap.cpp:373:30: cannot convert ‘const d2x::player_marker_index’ to ‘d2x::game_marker_index’
build-failure
<!-- These instructions are wrapped in comment markers. Write your answers outside the comment markers. You may delete the commented text as you go, or leave it in and let the system remove the comments when you submit the issue. Use this template if the code in master fails to build for you. If your problem happens at runtime, please use the issue template `Runtime crash` or the issue template `Runtime bug`, as appropriate. Please use a descriptive title. Include in the title the _first_ error message. Attach the full output of `scons` or paste it inline inside triple backticks. Collect the output from a run with `verbosebuild=1`; `verbosebuild=1` is default-enabled when output is written to a file or can be set explicitly on the command line. --> ### Environment <!-- If you fetched the source from Git, state the Git commit you used, preferably as the full 40-digit commit hash. Please do **not** say "HEAD", "current", or similar relative references. The meaning of relative references can change as contributors publish new code. The 40-digit commit hash will not change. If you received a pre-packaged source archive from someone, describe how others can get the same archive. For publicly linked downloads, the download URL of the archive is sufficient. Please link to the program archive, not to the web page which links to the program archive. Good URL: https://www.dxx-rebirth.com/download/dxx/user/afuturepilot/dxx-rebirth_v0.60-weekly-04-14-18-win.zip Bad URL: https://www.dxx-rebirth.com/download-dxx-rebirth/ --> git commit: a8e7f6ad597d5036adb738a784dc15f50266dab6 #### Operating System Environment <!-- State what host platform (Microsoft Windows, Mac OS X, or Linux, *BSD) you tried. If you tried multiple, list all of them. --> * [ ] Microsoft Windows (32-bit) * [ ] Microsoft Windows (64-bit) * [ ] Mac OS X <!-- * For Linux, give the name of the distribution. ** For distributions with specific releases (Debian, Fedora, Ubuntu), give the name and number of the release. ** For rolling distributions (Arch, Gentoo), describe how recently the system was fully updated. Reports from out-of-date systems are not rejected. However, if your issue is known to be fixed by a particular update, the Rebirth maintainers may suggest that update instead of changing Rebirth. Add versions as needed. --> * Debian * [ ] Debian Stretch * [ ] Debian Buster * [ ] Debian Bullseye * [ ] Debian Sid * Fedora * [ ] Fedora 28 * [ ] Fedora 29 * [ ] Fedora 30 * [ ] Fedora 31 * [ ] Fedora 32 * [ ] Rawhide * Ubuntu * [ ] Ubuntu 16.04 LTS (Xenial Xerus) * [ ] Ubuntu 18.04 LTS (Bionic Beaver) * [ ] Ubuntu 18.10 (Cosmic Cuttlefish) * [ ] Ubuntu 19.04 (Disco Dingo) * [ ] Ubuntu 19.10 (Eoan Ermine) * [ ] Ubuntu 20.04 LTS (Focal Fossa) * [X] Arch * [ ] Gentoo * [ ] OpenBSD * [ ] FreeBSD * [ ] NetBSD #### CPU environment <!-- Indicate which CPU families were targeted. Some bugs are only visible on certain architectures, since other architectures hide the consequences of the mistake. If unsure, omit this section. Generally, if you are on an architecture that requires special consideration, you will know your architecture. --> * [ ] x86 (32-bit Intel/AMD) * [X] x86\_64 (64-bit Intel/AMD) * [ ] ARM (32-bit) * [ ] ARM64 (64-bit; sometimes called AArch64) ### Description <!-- Describe the issue here. --> I'm getting the following build error with dxx-rebirth git master when building d2x: ``` similar/main/automap.cpp: In function ‘d2x::game_marker_index d2x::convert_player_marker_index_to_game_marker_index(dcx::game_mode_flags, unsigned int, unsigned int, player_marker_index)’: similar/main/automap.cpp:373:30: error: cannot convert ‘const d2x::player_marker_index’ to ‘d2x::game_marker_index’ in initialization 373 | return game_marker_index{player_marker_num}; | ^~~~~~~~~~~~~~~~~ | | | const d2x::player_marker_index ``` #### Regression status <!-- What is the oldest Git commit known to present the problem? What is the newest Git commit known not to present the problem? Ideally, the newest unaffected is an immediate parent of the oldest affected. However, if the reporter lacks the ability to test individual versions (or the time to do so), there may be a range of untested commits for which the affected/unaffected status is unknown. Reports are not rejected due to a wide range of untested commits. However, smaller commit ranges are often easier to debug, so better information here improves the chance of a quick resolution. --> No info (never tried with sdl2 before). ### Steps to Reproduce <!-- For build failures, provide: - The `scons` command executed: - The contents of `site-local.py`, if present: not applicable - All output from `scons`, starting at the prompt where the command was entered and ending at the first shell prompt after the error: already provided above as requested on top-page instructions - If sconf.log is mentioned in the output, attach it. If it is mentioned, it will be in the last lines before SCons exits. You do not need to read the full output searching for references to it. If in doubt, attach it: - If `dxxsconf.h` is generated, attach it. It will be in the root of the build directory. If you did not set a build directory, it will be in the same directory as `SConstruct`: --> - command: `scons -j7 -Cdxx-rebirth lto=1 builddir=./build prefix=/usr opengl=yes sdl2=yes sdlmixer=yes ipv6=yes use_udp=yes use_tracker=yes screenshot=png verbosebuild=1 d1x=0 d2x=1 sharepath=/usr/share/d2x-rebirth` - [Scons full output](https://paste.ee/p/ezfZd) ([also attached](https://github.com/dxx-rebirth/dxx-rebirth/files/8788427/scons-full-output.txt)). - [sconf.log](https://github.com/dxx-rebirth/dxx-rebirth/files/8788550/sconf.log) - [dxxsconf.h.txt](https://github.com/dxx-rebirth/dxx-rebirth/files/8788555/dxxsconf.h.txt) ### Other - scons: 4.3.0 - compiler: gcc 12.1.0 - sdl2: 2.0.22 - sdl2_image: 2.0.5 - sdl2_mixer: 2.0.4 ### Note It builds d1x fine with the same command (by switching `d1x=0 d2x=1` to `d1x=1 d2x=0`).
1.0
Build failure: similar/main/automap.cpp:373:30: cannot convert ‘const d2x::player_marker_index’ to ‘d2x::game_marker_index’ - <!-- These instructions are wrapped in comment markers. Write your answers outside the comment markers. You may delete the commented text as you go, or leave it in and let the system remove the comments when you submit the issue. Use this template if the code in master fails to build for you. If your problem happens at runtime, please use the issue template `Runtime crash` or the issue template `Runtime bug`, as appropriate. Please use a descriptive title. Include in the title the _first_ error message. Attach the full output of `scons` or paste it inline inside triple backticks. Collect the output from a run with `verbosebuild=1`; `verbosebuild=1` is default-enabled when output is written to a file or can be set explicitly on the command line. --> ### Environment <!-- If you fetched the source from Git, state the Git commit you used, preferably as the full 40-digit commit hash. Please do **not** say "HEAD", "current", or similar relative references. The meaning of relative references can change as contributors publish new code. The 40-digit commit hash will not change. If you received a pre-packaged source archive from someone, describe how others can get the same archive. For publicly linked downloads, the download URL of the archive is sufficient. Please link to the program archive, not to the web page which links to the program archive. Good URL: https://www.dxx-rebirth.com/download/dxx/user/afuturepilot/dxx-rebirth_v0.60-weekly-04-14-18-win.zip Bad URL: https://www.dxx-rebirth.com/download-dxx-rebirth/ --> git commit: a8e7f6ad597d5036adb738a784dc15f50266dab6 #### Operating System Environment <!-- State what host platform (Microsoft Windows, Mac OS X, or Linux, *BSD) you tried. If you tried multiple, list all of them. --> * [ ] Microsoft Windows (32-bit) * [ ] Microsoft Windows (64-bit) * [ ] Mac OS X <!-- * For Linux, give the name of the distribution. ** For distributions with specific releases (Debian, Fedora, Ubuntu), give the name and number of the release. ** For rolling distributions (Arch, Gentoo), describe how recently the system was fully updated. Reports from out-of-date systems are not rejected. However, if your issue is known to be fixed by a particular update, the Rebirth maintainers may suggest that update instead of changing Rebirth. Add versions as needed. --> * Debian * [ ] Debian Stretch * [ ] Debian Buster * [ ] Debian Bullseye * [ ] Debian Sid * Fedora * [ ] Fedora 28 * [ ] Fedora 29 * [ ] Fedora 30 * [ ] Fedora 31 * [ ] Fedora 32 * [ ] Rawhide * Ubuntu * [ ] Ubuntu 16.04 LTS (Xenial Xerus) * [ ] Ubuntu 18.04 LTS (Bionic Beaver) * [ ] Ubuntu 18.10 (Cosmic Cuttlefish) * [ ] Ubuntu 19.04 (Disco Dingo) * [ ] Ubuntu 19.10 (Eoan Ermine) * [ ] Ubuntu 20.04 LTS (Focal Fossa) * [X] Arch * [ ] Gentoo * [ ] OpenBSD * [ ] FreeBSD * [ ] NetBSD #### CPU environment <!-- Indicate which CPU families were targeted. Some bugs are only visible on certain architectures, since other architectures hide the consequences of the mistake. If unsure, omit this section. Generally, if you are on an architecture that requires special consideration, you will know your architecture. --> * [ ] x86 (32-bit Intel/AMD) * [X] x86\_64 (64-bit Intel/AMD) * [ ] ARM (32-bit) * [ ] ARM64 (64-bit; sometimes called AArch64) ### Description <!-- Describe the issue here. --> I'm getting the following build error with dxx-rebirth git master when building d2x: ``` similar/main/automap.cpp: In function ‘d2x::game_marker_index d2x::convert_player_marker_index_to_game_marker_index(dcx::game_mode_flags, unsigned int, unsigned int, player_marker_index)’: similar/main/automap.cpp:373:30: error: cannot convert ‘const d2x::player_marker_index’ to ‘d2x::game_marker_index’ in initialization 373 | return game_marker_index{player_marker_num}; | ^~~~~~~~~~~~~~~~~ | | | const d2x::player_marker_index ``` #### Regression status <!-- What is the oldest Git commit known to present the problem? What is the newest Git commit known not to present the problem? Ideally, the newest unaffected is an immediate parent of the oldest affected. However, if the reporter lacks the ability to test individual versions (or the time to do so), there may be a range of untested commits for which the affected/unaffected status is unknown. Reports are not rejected due to a wide range of untested commits. However, smaller commit ranges are often easier to debug, so better information here improves the chance of a quick resolution. --> No info (never tried with sdl2 before). ### Steps to Reproduce <!-- For build failures, provide: - The `scons` command executed: - The contents of `site-local.py`, if present: not applicable - All output from `scons`, starting at the prompt where the command was entered and ending at the first shell prompt after the error: already provided above as requested on top-page instructions - If sconf.log is mentioned in the output, attach it. If it is mentioned, it will be in the last lines before SCons exits. You do not need to read the full output searching for references to it. If in doubt, attach it: - If `dxxsconf.h` is generated, attach it. It will be in the root of the build directory. If you did not set a build directory, it will be in the same directory as `SConstruct`: --> - command: `scons -j7 -Cdxx-rebirth lto=1 builddir=./build prefix=/usr opengl=yes sdl2=yes sdlmixer=yes ipv6=yes use_udp=yes use_tracker=yes screenshot=png verbosebuild=1 d1x=0 d2x=1 sharepath=/usr/share/d2x-rebirth` - [Scons full output](https://paste.ee/p/ezfZd) ([also attached](https://github.com/dxx-rebirth/dxx-rebirth/files/8788427/scons-full-output.txt)). - [sconf.log](https://github.com/dxx-rebirth/dxx-rebirth/files/8788550/sconf.log) - [dxxsconf.h.txt](https://github.com/dxx-rebirth/dxx-rebirth/files/8788555/dxxsconf.h.txt) ### Other - scons: 4.3.0 - compiler: gcc 12.1.0 - sdl2: 2.0.22 - sdl2_image: 2.0.5 - sdl2_mixer: 2.0.4 ### Note It builds d1x fine with the same command (by switching `d1x=0 d2x=1` to `d1x=1 d2x=0`).
build
build failure similar main automap cpp cannot convert ‘const player marker index’ to ‘ game marker index’ these instructions are wrapped in comment markers write your answers outside the comment markers you may delete the commented text as you go or leave it in and let the system remove the comments when you submit the issue use this template if the code in master fails to build for you if your problem happens at runtime please use the issue template runtime crash or the issue template runtime bug as appropriate please use a descriptive title include in the title the first error message attach the full output of scons or paste it inline inside triple backticks collect the output from a run with verbosebuild verbosebuild is default enabled when output is written to a file or can be set explicitly on the command line environment if you fetched the source from git state the git commit you used preferably as the full digit commit hash please do not say head current or similar relative references the meaning of relative references can change as contributors publish new code the digit commit hash will not change if you received a pre packaged source archive from someone describe how others can get the same archive for publicly linked downloads the download url of the archive is sufficient please link to the program archive not to the web page which links to the program archive good url bad url git commit operating system environment state what host platform microsoft windows mac os x or linux bsd you tried if you tried multiple list all of them microsoft windows bit microsoft windows bit mac os x for linux give the name of the distribution for distributions with specific releases debian fedora ubuntu give the name and number of the release for rolling distributions arch gentoo describe how recently the system was fully updated reports from out of date systems are not rejected however if your issue is known to be fixed by a particular update the rebirth maintainers may suggest that update instead of changing rebirth add versions as needed debian debian stretch debian buster debian bullseye debian sid fedora fedora fedora fedora fedora fedora rawhide ubuntu ubuntu lts xenial xerus ubuntu lts bionic beaver ubuntu cosmic cuttlefish ubuntu disco dingo ubuntu eoan ermine ubuntu lts focal fossa arch gentoo openbsd freebsd netbsd cpu environment indicate which cpu families were targeted some bugs are only visible on certain architectures since other architectures hide the consequences of the mistake if unsure omit this section generally if you are on an architecture that requires special consideration you will know your architecture bit intel amd bit intel amd arm bit bit sometimes called description describe the issue here i m getting the following build error with dxx rebirth git master when building similar main automap cpp in function ‘ game marker index convert player marker index to game marker index dcx game mode flags unsigned int unsigned int player marker index ’ similar main automap cpp error cannot convert ‘const player marker index’ to ‘ game marker index’ in initialization return game marker index player marker num const player marker index regression status what is the oldest git commit known to present the problem what is the newest git commit known not to present the problem ideally the newest unaffected is an immediate parent of the oldest affected however if the reporter lacks the ability to test individual versions or the time to do so there may be a range of untested commits for which the affected unaffected status is unknown reports are not rejected due to a wide range of untested commits however smaller commit ranges are often easier to debug so better information here improves the chance of a quick resolution no info never tried with before steps to reproduce for build failures provide the scons command executed the contents of site local py if present not applicable all output from scons starting at the prompt where the command was entered and ending at the first shell prompt after the error already provided above as requested on top page instructions if sconf log is mentioned in the output attach it if it is mentioned it will be in the last lines before scons exits you do not need to read the full output searching for references to it if in doubt attach it if dxxsconf h is generated attach it it will be in the root of the build directory if you did not set a build directory it will be in the same directory as sconstruct command scons cdxx rebirth lto builddir build prefix usr opengl yes yes sdlmixer yes yes use udp yes use tracker yes screenshot png verbosebuild sharepath usr share rebirth other scons compiler gcc image mixer note it builds fine with the same command by switching to
1
101,504
31,168,937,619
IssuesEvent
2023-08-16 22:28:24
teaxyz/pantry
https://api.github.com/repos/teaxyz/pantry
closed
❌ build issues: facebook.com/folly=2021.07.20.01
build-failure old-version
Running log of build failures for facebook.com/folly=2021.07.20.01
1.0
❌ build issues: facebook.com/folly=2021.07.20.01 - Running log of build failures for facebook.com/folly=2021.07.20.01
build
❌ build issues facebook com folly running log of build failures for facebook com folly
1
46,241
11,802,824,011
IssuesEvent
2020-03-18 22:28:37
hashicorp/packer
https://api.github.com/repos/hashicorp/packer
closed
Occasional Infinite While Loop Sysprepping Windows Images
builder/azure docs provisioner/powershell question
Hey Hashicorp! I'm building Windows Server 2016 Datacenter images using Packer 1.4.4 in an Azure DevOps build pipeline. The majority of the time builds work with no issues and the images are sysprepped per the example provided in your repo: https://github.com/hashicorp/packer/blob/master/examples/azure/windows.json Recently I've been seeing around 20% of builds get stuck in an infinite loop during sysprep (I'm using the code in the Windows example above to sysprep). The Image State being returned by the query is IMAGE_STATE_SPECIALIZE_RESEAL_TO_OOBE, which appears to require a reboot. It never transitions out of this state, so it just gets stuck. The code itself is waiting for IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE, and I'm assuming there's no transition from the SPECIALIZE state to the GENERALIZE state, meaning images get stuck in an infinite while loop. I know this isn't a Packer-specific issue but am hoping for some advice given it's the example provided in the repo for building Windows images. The quick fix would seem to be to modify the line to be: `"while($true) { $imageState = Get-ItemProperty HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Setup\\State | Select ImageState; Write-Output $imageState.ImageState; if($imageState.ImageState -ne 'IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE' -and $imageState.ImageState -ne 'IMAGE_STATE_SPECIALIZE_RESEAL_TO_OOBE') { Start-Sleep -s 10 } else { break } }"` However, I'm not sure if this change will result in a functional image as documentation about what the difference is between these two states is very hard to find. Is there any guidance you can offer?
1.0
Occasional Infinite While Loop Sysprepping Windows Images - Hey Hashicorp! I'm building Windows Server 2016 Datacenter images using Packer 1.4.4 in an Azure DevOps build pipeline. The majority of the time builds work with no issues and the images are sysprepped per the example provided in your repo: https://github.com/hashicorp/packer/blob/master/examples/azure/windows.json Recently I've been seeing around 20% of builds get stuck in an infinite loop during sysprep (I'm using the code in the Windows example above to sysprep). The Image State being returned by the query is IMAGE_STATE_SPECIALIZE_RESEAL_TO_OOBE, which appears to require a reboot. It never transitions out of this state, so it just gets stuck. The code itself is waiting for IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE, and I'm assuming there's no transition from the SPECIALIZE state to the GENERALIZE state, meaning images get stuck in an infinite while loop. I know this isn't a Packer-specific issue but am hoping for some advice given it's the example provided in the repo for building Windows images. The quick fix would seem to be to modify the line to be: `"while($true) { $imageState = Get-ItemProperty HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Setup\\State | Select ImageState; Write-Output $imageState.ImageState; if($imageState.ImageState -ne 'IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE' -and $imageState.ImageState -ne 'IMAGE_STATE_SPECIALIZE_RESEAL_TO_OOBE') { Start-Sleep -s 10 } else { break } }"` However, I'm not sure if this change will result in a functional image as documentation about what the difference is between these two states is very hard to find. Is there any guidance you can offer?
build
occasional infinite while loop sysprepping windows images hey hashicorp i m building windows server datacenter images using packer in an azure devops build pipeline the majority of the time builds work with no issues and the images are sysprepped per the example provided in your repo recently i ve been seeing around of builds get stuck in an infinite loop during sysprep i m using the code in the windows example above to sysprep the image state being returned by the query is image state specialize reseal to oobe which appears to require a reboot it never transitions out of this state so it just gets stuck the code itself is waiting for image state generalize reseal to oobe and i m assuming there s no transition from the specialize state to the generalize state meaning images get stuck in an infinite while loop i know this isn t a packer specific issue but am hoping for some advice given it s the example provided in the repo for building windows images the quick fix would seem to be to modify the line to be while true imagestate get itemproperty hklm software microsoft windows currentversion setup state select imagestate write output imagestate imagestate if imagestate imagestate ne image state generalize reseal to oobe and imagestate imagestate ne image state specialize reseal to oobe start sleep s else break however i m not sure if this change will result in a functional image as documentation about what the difference is between these two states is very hard to find is there any guidance you can offer
1
529,182
15,382,699,757
IssuesEvent
2021-03-03 01:11:07
GoogleCloudPlatform/getting-started-python
https://api.github.com/repos/GoogleCloudPlatform/getting-started-python
closed
Bookshelf requirements dependencies broken
priority: p2 type: bug
While doing the QwikLabs Fundamentals of Cloud Logging at https://google.qwiklabs.com/focuses/10911?parent=catalog I run into the issue of having conflicting versions for `google-cloud-logging` and `google-cloud-error-reporting` when running `pip3 install -r requirements.txt` I do not know if there are specific version requirements in the project, but I've ended up changing the [requirements.txt file](https://github.com/GoogleCloudPlatform/getting-started-python/blob/main/bookshelf/requirements.txt) in the lab with the following versions and was able to proceed and finish the lab: ``` google-cloud-logging==2.2.0 google-cloud-error-reporting<=2.0 ```
1.0
Bookshelf requirements dependencies broken - While doing the QwikLabs Fundamentals of Cloud Logging at https://google.qwiklabs.com/focuses/10911?parent=catalog I run into the issue of having conflicting versions for `google-cloud-logging` and `google-cloud-error-reporting` when running `pip3 install -r requirements.txt` I do not know if there are specific version requirements in the project, but I've ended up changing the [requirements.txt file](https://github.com/GoogleCloudPlatform/getting-started-python/blob/main/bookshelf/requirements.txt) in the lab with the following versions and was able to proceed and finish the lab: ``` google-cloud-logging==2.2.0 google-cloud-error-reporting<=2.0 ```
non_build
bookshelf requirements dependencies broken while doing the qwiklabs fundamentals of cloud logging at i run into the issue of having conflicting versions for google cloud logging and google cloud error reporting when running install r requirements txt i do not know if there are specific version requirements in the project but i ve ended up changing the in the lab with the following versions and was able to proceed and finish the lab google cloud logging google cloud error reporting
0
101,901
31,724,249,003
IssuesEvent
2023-09-10 19:10:36
PiratesAhoy/new-horizons
https://api.github.com/repos/PiratesAhoy/new-horizons
closed
Text rendering issues with Russian fonts
bug build 15
When using the Russian fonts, the text are not aligned correctly vertically. ![Beyond New Horizons 9_4_2023 10_21_07 PM](https://github.com/PiratesAhoy/new-horizons/assets/1293169/d1d42d16-4fc3-4e62-858c-5cbb836d7888)
1.0
Text rendering issues with Russian fonts - When using the Russian fonts, the text are not aligned correctly vertically. ![Beyond New Horizons 9_4_2023 10_21_07 PM](https://github.com/PiratesAhoy/new-horizons/assets/1293169/d1d42d16-4fc3-4e62-858c-5cbb836d7888)
build
text rendering issues with russian fonts when using the russian fonts the text are not aligned correctly vertically
1
205,365
15,610,797,079
IssuesEvent
2021-03-19 13:37:06
Tencent/bk-ci
https://api.github.com/repos/Tencent/bk-ci
closed
refractor: 重构流水线默认创建的设置选项
area/ci/backend kind/enhancement test/passed
蓝盾正常的BS渠道的默认没设置setting的,将发通知改成失败才发通知。 而其他渠道的默认没设置则什么通知都设置为不发。 修改后,可去除原逻辑 #2628 : ![image](https://user-images.githubusercontent.com/16686129/102495666-5686dc80-40b1-11eb-9fcc-c33e8f1088b8.png)
1.0
refractor: 重构流水线默认创建的设置选项 - 蓝盾正常的BS渠道的默认没设置setting的,将发通知改成失败才发通知。 而其他渠道的默认没设置则什么通知都设置为不发。 修改后,可去除原逻辑 #2628 : ![image](https://user-images.githubusercontent.com/16686129/102495666-5686dc80-40b1-11eb-9fcc-c33e8f1088b8.png)
non_build
refractor 重构流水线默认创建的设置选项 蓝盾正常的bs渠道的默认没设置setting的,将发通知改成失败才发通知。 而其他渠道的默认没设置则什么通知都设置为不发。 修改后,可去除原逻辑 :
0
27,296
7,931,501,858
IssuesEvent
2018-07-07 00:54:07
mumble-voip/mumble
https://api.github.com/repos/mumble-voip/mumble
closed
mumble-server installation: Ubuntu 18.04 LTS libzeroc-ice package dependency error
build mumble murmur priority/P0 - Blocker
OS: Ubuntu 18.04 LTS Frequency: Always Issue: Installing the mumble snapshot, 1.3.0\~2729\~g2126495\~snapshot-1\~ppa1\~bionic1 , I received the following error: "Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: mumble-server : Depends: libzeroc-ice3.6 but it is not installable E: Unable to correct problems, you have held broken packages." Resolution: I compared it to Ubuntu's 18.04 1.2.19 mumble-server build and noticed that they have a newer dependency, libzeroc-ice3.7. There are a few references to the patch for 1.2.19: https://launchpad.net/ubuntu/+source/mumble/1.2.19-1ubuntu1 https://bugs.launchpad.net/ubuntu/+source/zeroc-ice/+bug/1758502 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893604 A similar change might be required for 1.3.0
1.0
mumble-server installation: Ubuntu 18.04 LTS libzeroc-ice package dependency error - OS: Ubuntu 18.04 LTS Frequency: Always Issue: Installing the mumble snapshot, 1.3.0\~2729\~g2126495\~snapshot-1\~ppa1\~bionic1 , I received the following error: "Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: mumble-server : Depends: libzeroc-ice3.6 but it is not installable E: Unable to correct problems, you have held broken packages." Resolution: I compared it to Ubuntu's 18.04 1.2.19 mumble-server build and noticed that they have a newer dependency, libzeroc-ice3.7. There are a few references to the patch for 1.2.19: https://launchpad.net/ubuntu/+source/mumble/1.2.19-1ubuntu1 https://bugs.launchpad.net/ubuntu/+source/zeroc-ice/+bug/1758502 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893604 A similar change might be required for 1.3.0
build
mumble server installation ubuntu lts libzeroc ice package dependency error os ubuntu lts frequency always issue installing the mumble snapshot snapshot i received the following error some packages could not be installed this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming the following information may help to resolve the situation the following packages have unmet dependencies mumble server depends libzeroc but it is not installable e unable to correct problems you have held broken packages resolution i compared it to ubuntu s mumble server build and noticed that they have a newer dependency libzeroc there are a few references to the patch for a similar change might be required for
1
31,867
12,036,890,212
IssuesEvent
2020-04-13 20:41:29
helpwithcovid/covid-volunteers
https://api.github.com/repos/helpwithcovid/covid-volunteers
opened
Add `rel=nofollow` to outbound links on project pages
security
On a project page like https://helpwithcovid.com/projects/262-remote-detection-of-vital-signs-respiration-hr-hrv-for-remote-symptoms-analysis-and-tracking We are automagically linking `http://...` URLs. Those should include `ref="nofollow"` which indicates they are user-generated and negates any value spammers would get from attacking our site.
True
Add `rel=nofollow` to outbound links on project pages - On a project page like https://helpwithcovid.com/projects/262-remote-detection-of-vital-signs-respiration-hr-hrv-for-remote-symptoms-analysis-and-tracking We are automagically linking `http://...` URLs. Those should include `ref="nofollow"` which indicates they are user-generated and negates any value spammers would get from attacking our site.
non_build
add rel nofollow to outbound links on project pages on a project page like we are automagically linking urls those should include ref nofollow which indicates they are user generated and negates any value spammers would get from attacking our site
0
9,620
4,567,441,673
IssuesEvent
2016-09-15 11:08:07
benmosher/eslint-plugin-import
https://api.github.com/repos/benmosher/eslint-plugin-import
closed
eslint-import-resolver-node published with .nyc_output
build-process
I see it is already in .gitignore at the root but not in sub .npmignore, which is probably why it was included.
1.0
eslint-import-resolver-node published with .nyc_output - I see it is already in .gitignore at the root but not in sub .npmignore, which is probably why it was included.
build
eslint import resolver node published with nyc output i see it is already in gitignore at the root but not in sub npmignore which is probably why it was included
1
100,061
30,607,951,635
IssuesEvent
2023-07-23 08:43:23
nature-of-code/noc-book-2023
https://api.github.com/repos/nature-of-code/noc-book-2023
opened
{.code-wide} markups in Notion
PDF build
The pink box uses `{!1 .code-wide} ` markup in Notion. However, the desired outcome of long line of code should be as the green box, having the comment floating on top of full lines of code: **PDF screenshot from Chapter 3. Oscillator, after example 3.10:** <img width="686" alt="Screenshot 2023-07-23 at 4 36 25 PM" src="https://github.com/nature-of-code/noc-book-2023/assets/90000947/266e065c-6608-4a20-8d55-2abbbdc5fac2"> **Corresponding Notion section:** <img width="755" alt="Screenshot 2023-07-23 at 4 40 59 PM" src="https://github.com/nature-of-code/noc-book-2023/assets/90000947/bccd796b-c8d3-48af-a762-08cddbf434a1">
1.0
{.code-wide} markups in Notion - The pink box uses `{!1 .code-wide} ` markup in Notion. However, the desired outcome of long line of code should be as the green box, having the comment floating on top of full lines of code: **PDF screenshot from Chapter 3. Oscillator, after example 3.10:** <img width="686" alt="Screenshot 2023-07-23 at 4 36 25 PM" src="https://github.com/nature-of-code/noc-book-2023/assets/90000947/266e065c-6608-4a20-8d55-2abbbdc5fac2"> **Corresponding Notion section:** <img width="755" alt="Screenshot 2023-07-23 at 4 40 59 PM" src="https://github.com/nature-of-code/noc-book-2023/assets/90000947/bccd796b-c8d3-48af-a762-08cddbf434a1">
build
code wide markups in notion the pink box uses code wide markup in notion however the desired outcome of long line of code should be as the green box having the comment floating on top of full lines of code pdf screenshot from chapter oscillator after example img width alt screenshot at pm src corresponding notion section img width alt screenshot at pm src
1
19,058
6,667,007,552
IssuesEvent
2017-10-03 10:41:24
CLARIAH/wp5_mediasuite
https://api.github.com/repos/CLARIAH/wp5_mediasuite
opened
Improve Facet builder for enabling selecting more than one facet
Function: facet builder
The current facets in the Facet builder (Single Collection and Comparative Search recipes) are: ![screen shot 2017-10-03 at 12 33 45](https://user-images.githubusercontent.com/8133228/31121096-2cfbe86c-a837-11e7-9329-18f5268db774.png) In order to support the previous "facets" in AVResearcherXL (image below), also a "persons" facet could be added. However, this is covered by the "new" facet option in the current Comparative Search recipe. ![screen shot 2017-10-03 at 12 35 18](https://user-images.githubusercontent.com/8133228/31121208-93d5b00e-a837-11e7-8009-52032009394c.png) To get the same data in a facet, the functionality should enable selecting two or more facets and aggregating them into one facet. See also issue #151 .
1.0
Improve Facet builder for enabling selecting more than one facet - The current facets in the Facet builder (Single Collection and Comparative Search recipes) are: ![screen shot 2017-10-03 at 12 33 45](https://user-images.githubusercontent.com/8133228/31121096-2cfbe86c-a837-11e7-9329-18f5268db774.png) In order to support the previous "facets" in AVResearcherXL (image below), also a "persons" facet could be added. However, this is covered by the "new" facet option in the current Comparative Search recipe. ![screen shot 2017-10-03 at 12 35 18](https://user-images.githubusercontent.com/8133228/31121208-93d5b00e-a837-11e7-8009-52032009394c.png) To get the same data in a facet, the functionality should enable selecting two or more facets and aggregating them into one facet. See also issue #151 .
build
improve facet builder for enabling selecting more than one facet the current facets in the facet builder single collection and comparative search recipes are in order to support the previous facets in avresearcherxl image below also a persons facet could be added however this is covered by the new facet option in the current comparative search recipe to get the same data in a facet the functionality should enable selecting two or more facets and aggregating them into one facet see also issue
1
170,474
13,189,246,174
IssuesEvent
2020-08-13 08:06:40
apache/shardingsphere
https://api.github.com/repos/apache/shardingsphere
opened
Improve unit test coverage for orchestration-core
orchestration test
- [ ] 1. IpUtils.java(0%) - [ ] 2. ConfigCenter.java(57.10%) - [ ] 3. SchemaChangedListener.java(65.96%) - [ ] 4. SchemaChangedListener.java(75%) - [ ] 5. MetricsConfigurationChangedListener.java(75%) - [ ] 6. AuthenticationChangedListener.java(75%)
1.0
Improve unit test coverage for orchestration-core - - [ ] 1. IpUtils.java(0%) - [ ] 2. ConfigCenter.java(57.10%) - [ ] 3. SchemaChangedListener.java(65.96%) - [ ] 4. SchemaChangedListener.java(75%) - [ ] 5. MetricsConfigurationChangedListener.java(75%) - [ ] 6. AuthenticationChangedListener.java(75%)
non_build
improve unit test coverage for orchestration core iputils java configcenter java schemachangedlistener java schemachangedlistener java metricsconfigurationchangedlistener java authenticationchangedlistener java
0