Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
763,358
26,753,712,017
IssuesEvent
2023-01-30 21:52:38
NuGet/Home
https://api.github.com/repos/NuGet/Home
closed
'Manage NuGet Packages for Solution' should provide UI to limit versions for packages
Product:VS.Client Priority:3 Type:Feature Functionality:VisualStudioUI Functionality:Update Triage:NeedsTriageDiscussion Pipeline:Icebox
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/idea/801970/manage-nuget-packages-for-solution-should-provide.html)._ --- If I want to ensure that my Visual Studio solution does not update a package beyond a certain version, I can manually edit the packages.config file, but there should be a UI in 'Manage NuGet Packages for Solution' for this task. https://docs.microsoft.com/en-us/nuget/concepts/package-versioning#semantic-versioning-200 My common scenario is that I want to ensure that I get all of the latest updates for Umbraco and related packages, but I do not want to be offered any that require me to upgrade Umbraco from version 7 to version 8. If I do not manually edit the packages.config with: `allowedVersion=(,8.0)` ... I get a lot of "noise" in the UI for package updates I would not want. --- ### Original Comments #### Visual Studio Feedback System on 11/1/2019, 00:21 AM: Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. We'll provide an update once the issue has been triaged by the product team.
1.0
'Manage NuGet Packages for Solution' should provide UI to limit versions for packages - _This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/idea/801970/manage-nuget-packages-for-solution-should-provide.html)._ --- If I want to ensure that my Visual Studio solution does not update a package beyond a certain version, I can manually edit the packages.config file, but there should be a UI in 'Manage NuGet Packages for Solution' for this task. https://docs.microsoft.com/en-us/nuget/concepts/package-versioning#semantic-versioning-200 My common scenario is that I want to ensure that I get all of the latest updates for Umbraco and related packages, but I do not want to be offered any that require me to upgrade Umbraco from version 7 to version 8. If I do not manually edit the packages.config with: `allowedVersion=(,8.0)` ... I get a lot of "noise" in the UI for package updates I would not want. --- ### Original Comments #### Visual Studio Feedback System on 11/1/2019, 00:21 AM: Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. We'll provide an update once the issue has been triaged by the product team.
priority
manage nuget packages for solution should provide ui to limit versions for packages this issue has been moved from if i want to ensure that my visual studio solution does not update a package beyond a certain version i can manually edit the packages config file but there should be a ui in manage nuget packages for solution for this task my common scenario is that i want to ensure that i get all of the latest updates for umbraco and related packages but i do not want to be offered any that require me to upgrade umbraco from version to version if i do not manually edit the packages config with allowedversion i get a lot of noise in the ui for package updates i would not want original comments visual studio feedback system on am thank you for taking the time to provide your suggestion we will do some preliminary checks to make sure we can proceed further we ll provide an update once the issue has been triaged by the product team
1
99,458
4,055,472,667
IssuesEvent
2016-05-24 15:34:30
hydrotik/node-hapi-react-redux-sass-typescript-mongo-webpack-hmr-gulp
https://api.github.com/repos/hydrotik/node-hapi-react-redux-sass-typescript-mongo-webpack-hmr-gulp
closed
Refactor AccountDetails
Priority: Major Type: Feature
Refactor Account Details to match style and conventions of other detail pages.
1.0
Refactor AccountDetails - Refactor Account Details to match style and conventions of other detail pages.
priority
refactor accountdetails refactor account details to match style and conventions of other detail pages
1
105,686
23,094,760,258
IssuesEvent
2022-07-26 18:23:11
FerretDB/FerretDB
https://api.github.com/repos/FerretDB/FerretDB
opened
`proxy.(*Router).Route` panics
code/bug
f1f559a77bcb8c101ee6ed3a942c8ba179088910 panics on `db.runCommand({explain: {count: "values"}})` in `task mongosh` with: ``` 2022-07-26T21:21:08.947+0300 DPANIC // 127.0.0.1:49325 -> 127.0.0.1:27017 clientconn/conn.go:130 expected length 70 (marshaled body size) + 16 (fixed marshaled header size) = 86, got 72 (err = <nil>) github.com/FerretDB/FerretDB/internal/clientconn.(*conn).run.func2 github.com/FerretDB/FerretDB/internal/clientconn/conn.go:130 runtime.gopanic runtime/panic.go:844 github.com/FerretDB/FerretDB/internal/wire.WriteMessage github.com/FerretDB/FerretDB/internal/wire/msg_body.go:106 github.com/FerretDB/FerretDB/internal/handlers/proxy.(*Router).Route github.com/FerretDB/FerretDB/internal/handlers/proxy/proxy.go:57 github.com/FerretDB/FerretDB/internal/clientconn.(*conn).run github.com/FerretDB/FerretDB/internal/clientconn/conn.go:188 github.com/FerretDB/FerretDB/internal/clientconn.(*Listener).Run.func2 github.com/FerretDB/FerretDB/internal/clientconn/listener.go:149 panic: expected length 70 (marshaled body size) + 16 (fixed marshaled header size) = 86, got 72 [recovered] panic: expected length 70 (marshaled body size) + 16 (fixed marshaled header size) = 86, got 72 (err = <nil>) goroutine 50 [running]: go.uber.org/zap/zapcore.(*CheckedEntry).Write(0xc0000ce840, {0x0, 0x0, 0x0}) go.uber.org/zap@v1.21.0/zapcore/entry.go:232 +0x44c go.uber.org/zap.(*SugaredLogger).log(0xc0000100d0, 0x3, {0x10540d9f4, 0xd}, {0xc0006c32e8, 0x2, 0x2}, {0x0, 0x0, 0x0}) go.uber.org/zap@v1.21.0/sugar.go:227 +0x110 go.uber.org/zap.(*SugaredLogger).DPanicf(...) go.uber.org/zap@v1.21.0/sugar.go:154 github.com/FerretDB/FerretDB/internal/clientconn.(*conn).run.func2() github.com/FerretDB/FerretDB/internal/clientconn/conn.go:130 +0x134 panic({0x10565ac40, 0xc000193c30}) runtime/panic.go:844 +0x258 github.com/FerretDB/FerretDB/internal/wire.WriteMessage(0xc0000100b8?, 0xc000701530, {0x1057d6e20, 0xc0001ded00}) github.com/FerretDB/FerretDB/internal/wire/msg_body.go:106 +0x28c github.com/FerretDB/FerretDB/internal/handlers/proxy.(*Router).Route(0xc00009a3c0, {0x1057d64b0, 0xc00043c9c0}, 0xc000701710?, {0x1057d6e20, 0xc0001ded00}) github.com/FerretDB/FerretDB/internal/handlers/proxy/proxy.go:57 +0xc4 github.com/FerretDB/FerretDB/internal/clientconn.(*conn).run(0xc000050050, {0x1057d64b0?, 0xc00043c9c0}) github.com/FerretDB/FerretDB/internal/clientconn/conn.go:188 +0x8ec github.com/FerretDB/FerretDB/internal/clientconn.(*Listener).Run.func2() github.com/FerretDB/FerretDB/internal/clientconn/listener.go:149 +0x994 created by github.com/FerretDB/FerretDB/internal/clientconn.(*Listener).Run github.com/FerretDB/FerretDB/internal/clientconn/listener.go:107 +0x5f0 ```
1.0
`proxy.(*Router).Route` panics - f1f559a77bcb8c101ee6ed3a942c8ba179088910 panics on `db.runCommand({explain: {count: "values"}})` in `task mongosh` with: ``` 2022-07-26T21:21:08.947+0300 DPANIC // 127.0.0.1:49325 -> 127.0.0.1:27017 clientconn/conn.go:130 expected length 70 (marshaled body size) + 16 (fixed marshaled header size) = 86, got 72 (err = <nil>) github.com/FerretDB/FerretDB/internal/clientconn.(*conn).run.func2 github.com/FerretDB/FerretDB/internal/clientconn/conn.go:130 runtime.gopanic runtime/panic.go:844 github.com/FerretDB/FerretDB/internal/wire.WriteMessage github.com/FerretDB/FerretDB/internal/wire/msg_body.go:106 github.com/FerretDB/FerretDB/internal/handlers/proxy.(*Router).Route github.com/FerretDB/FerretDB/internal/handlers/proxy/proxy.go:57 github.com/FerretDB/FerretDB/internal/clientconn.(*conn).run github.com/FerretDB/FerretDB/internal/clientconn/conn.go:188 github.com/FerretDB/FerretDB/internal/clientconn.(*Listener).Run.func2 github.com/FerretDB/FerretDB/internal/clientconn/listener.go:149 panic: expected length 70 (marshaled body size) + 16 (fixed marshaled header size) = 86, got 72 [recovered] panic: expected length 70 (marshaled body size) + 16 (fixed marshaled header size) = 86, got 72 (err = <nil>) goroutine 50 [running]: go.uber.org/zap/zapcore.(*CheckedEntry).Write(0xc0000ce840, {0x0, 0x0, 0x0}) go.uber.org/zap@v1.21.0/zapcore/entry.go:232 +0x44c go.uber.org/zap.(*SugaredLogger).log(0xc0000100d0, 0x3, {0x10540d9f4, 0xd}, {0xc0006c32e8, 0x2, 0x2}, {0x0, 0x0, 0x0}) go.uber.org/zap@v1.21.0/sugar.go:227 +0x110 go.uber.org/zap.(*SugaredLogger).DPanicf(...) go.uber.org/zap@v1.21.0/sugar.go:154 github.com/FerretDB/FerretDB/internal/clientconn.(*conn).run.func2() github.com/FerretDB/FerretDB/internal/clientconn/conn.go:130 +0x134 panic({0x10565ac40, 0xc000193c30}) runtime/panic.go:844 +0x258 github.com/FerretDB/FerretDB/internal/wire.WriteMessage(0xc0000100b8?, 0xc000701530, {0x1057d6e20, 0xc0001ded00}) github.com/FerretDB/FerretDB/internal/wire/msg_body.go:106 +0x28c github.com/FerretDB/FerretDB/internal/handlers/proxy.(*Router).Route(0xc00009a3c0, {0x1057d64b0, 0xc00043c9c0}, 0xc000701710?, {0x1057d6e20, 0xc0001ded00}) github.com/FerretDB/FerretDB/internal/handlers/proxy/proxy.go:57 +0xc4 github.com/FerretDB/FerretDB/internal/clientconn.(*conn).run(0xc000050050, {0x1057d64b0?, 0xc00043c9c0}) github.com/FerretDB/FerretDB/internal/clientconn/conn.go:188 +0x8ec github.com/FerretDB/FerretDB/internal/clientconn.(*Listener).Run.func2() github.com/FerretDB/FerretDB/internal/clientconn/listener.go:149 +0x994 created by github.com/FerretDB/FerretDB/internal/clientconn.(*Listener).Run github.com/FerretDB/FerretDB/internal/clientconn/listener.go:107 +0x5f0 ```
non_priority
proxy router route panics panics on db runcommand explain count values in task mongosh with dpanic clientconn conn go expected length marshaled body size fixed marshaled header size got err github com ferretdb ferretdb internal clientconn conn run github com ferretdb ferretdb internal clientconn conn go runtime gopanic runtime panic go github com ferretdb ferretdb internal wire writemessage github com ferretdb ferretdb internal wire msg body go github com ferretdb ferretdb internal handlers proxy router route github com ferretdb ferretdb internal handlers proxy proxy go github com ferretdb ferretdb internal clientconn conn run github com ferretdb ferretdb internal clientconn conn go github com ferretdb ferretdb internal clientconn listener run github com ferretdb ferretdb internal clientconn listener go panic expected length marshaled body size fixed marshaled header size got panic expected length marshaled body size fixed marshaled header size got err goroutine go uber org zap zapcore checkedentry write go uber org zap zapcore entry go go uber org zap sugaredlogger log go uber org zap sugar go go uber org zap sugaredlogger dpanicf go uber org zap sugar go github com ferretdb ferretdb internal clientconn conn run github com ferretdb ferretdb internal clientconn conn go panic runtime panic go github com ferretdb ferretdb internal wire writemessage github com ferretdb ferretdb internal wire msg body go github com ferretdb ferretdb internal handlers proxy router route github com ferretdb ferretdb internal handlers proxy proxy go github com ferretdb ferretdb internal clientconn conn run github com ferretdb ferretdb internal clientconn conn go github com ferretdb ferretdb internal clientconn listener run github com ferretdb ferretdb internal clientconn listener go created by github com ferretdb ferretdb internal clientconn listener run github com ferretdb ferretdb internal clientconn listener go
0
119,061
10,024,349,139
IssuesEvent
2019-07-16 21:37:14
istio/istio
https://api.github.com/repos/istio/istio
closed
Move operator infrastructure from circleci to prow
area/environments/operator area/test and release kind/enhancement
(This is used to request new product features, please visit <https://discuss.istio.io> for questions on using Istio) **Describe the feature request** We are moving entirely to prow for all CI. **Describe alternatives you've considered** TOC has made a determination that going forward, all repos should use prow and only one CI system should be voting (that being prow rather than circleci). **Affected product area (please put an X in all that apply)** [ ] Configuration Infrastructure [ ] Docs [ ] Installation [ ] Networking [ ] Performance and Scalability [ ] Policies and Telemetry [ ] Security [ ] Test and Release [ ] User Experience [X] Developer Infrastructure **Additional context**
1.0
Move operator infrastructure from circleci to prow - (This is used to request new product features, please visit <https://discuss.istio.io> for questions on using Istio) **Describe the feature request** We are moving entirely to prow for all CI. **Describe alternatives you've considered** TOC has made a determination that going forward, all repos should use prow and only one CI system should be voting (that being prow rather than circleci). **Affected product area (please put an X in all that apply)** [ ] Configuration Infrastructure [ ] Docs [ ] Installation [ ] Networking [ ] Performance and Scalability [ ] Policies and Telemetry [ ] Security [ ] Test and Release [ ] User Experience [X] Developer Infrastructure **Additional context**
non_priority
move operator infrastructure from circleci to prow this is used to request new product features please visit for questions on using istio describe the feature request we are moving entirely to prow for all ci describe alternatives you ve considered toc has made a determination that going forward all repos should use prow and only one ci system should be voting that being prow rather than circleci affected product area please put an x in all that apply configuration infrastructure docs installation networking performance and scalability policies and telemetry security test and release user experience developer infrastructure additional context
0
228,276
7,548,781,390
IssuesEvent
2018-04-18 12:25:12
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
opened
Dashboard: Excessive amount of alerts for disk full
Priority: High Type: Bug
I have a few domains configured which creates quite a few mount points on my machine. My disk is almost full, I'm happy the netdata alerts are there to tell me, but there are about 100 alerts that go on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on... ![image](https://user-images.githubusercontent.com/3857942/38931679-fbc0c812-42e1-11e8-880c-5fd281129478.png)
1.0
Dashboard: Excessive amount of alerts for disk full - I have a few domains configured which creates quite a few mount points on my machine. My disk is almost full, I'm happy the netdata alerts are there to tell me, but there are about 100 alerts that go on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on... ![image](https://user-images.githubusercontent.com/3857942/38931679-fbc0c812-42e1-11e8-880c-5fd281129478.png)
priority
dashboard excessive amount of alerts for disk full i have a few domains configured which creates quite a few mount points on my machine my disk is almost full i m happy the netdata alerts are there to tell me but there are about alerts that go on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on
1
33,536
2,769,528,921
IssuesEvent
2015-05-01 02:14:45
fiendish/aardwolfclientpackage
https://api.github.com/repos/fiendish/aardwolfclientpackage
closed
recon should add norecall/noportal flags in mapper
enhancement imported Priority-Medium
_From [Fiendi...@gmail.com](https://code.google.com/u/103594094024149722366/) on December 11, 2011 14:59:48_ Your reconnaissance of the room reveals the following: ------------------------------------------------------------- You are in room : The Grand City of Aylor Area Name : The Grand City of Aylor (1 to 201) Sector type is : Aylorcity Base flags : no mobs, indoors, silent, nodrop Heal rate : 100 Mana rate : 100 ------------------------------------------------------------- "prison" is noportal "noport" is noportal "norecall" is norecall _Original issue: http://code.google.com/p/aardwolfclientpackage/issues/detail?id=169_
1.0
recon should add norecall/noportal flags in mapper - _From [Fiendi...@gmail.com](https://code.google.com/u/103594094024149722366/) on December 11, 2011 14:59:48_ Your reconnaissance of the room reveals the following: ------------------------------------------------------------- You are in room : The Grand City of Aylor Area Name : The Grand City of Aylor (1 to 201) Sector type is : Aylorcity Base flags : no mobs, indoors, silent, nodrop Heal rate : 100 Mana rate : 100 ------------------------------------------------------------- "prison" is noportal "noport" is noportal "norecall" is norecall _Original issue: http://code.google.com/p/aardwolfclientpackage/issues/detail?id=169_
priority
recon should add norecall noportal flags in mapper from on december your reconnaissance of the room reveals the following you are in room the grand city of aylor area name the grand city of aylor to sector type is aylorcity base flags no mobs indoors silent nodrop heal rate mana rate prison is noportal noport is noportal norecall is norecall original issue
1
126,453
12,292,244,594
IssuesEvent
2020-05-10 13:52:39
Azure/aml-registermodel
https://api.github.com/repos/Azure/aml-registermodel
opened
Improved messages provided to the user
documentation
When the model name is used for the first time, the AML SDK provides an Inner Error Message, which is confusing for the user. We should provide better logs to the user, so that it is clear, that the model was actually registered.
1.0
Improved messages provided to the user - When the model name is used for the first time, the AML SDK provides an Inner Error Message, which is confusing for the user. We should provide better logs to the user, so that it is clear, that the model was actually registered.
non_priority
improved messages provided to the user when the model name is used for the first time the aml sdk provides an inner error message which is confusing for the user we should provide better logs to the user so that it is clear that the model was actually registered
0
81,366
3,590,077,139
IssuesEvent
2016-02-01 02:14:28
google/codeworld
https://api.github.com/repos/google/codeworld
closed
Loading the autocomplete file fails on some systems
bug priority
On a Mac, with Safari, the autocomplete list doesn't load.
1.0
Loading the autocomplete file fails on some systems - On a Mac, with Safari, the autocomplete list doesn't load.
priority
loading the autocomplete file fails on some systems on a mac with safari the autocomplete list doesn t load
1
401,452
27,330,179,231
IssuesEvent
2023-02-25 14:25:37
Mingadinga/2023-JS-Study
https://api.github.com/repos/Mingadinga/2023-JS-Study
opened
Closure
documentation
클로저는 함수와 함수가 선언된 어휘적 환경의 조합이다. 자바스크립트는 언어적 환경(Lexical Environment)를 제공하는데, 변수의 유효범위를 지정한다. ## Lexical Scoping 어휘적 범위 지정(lexical scoping) 과정에서 변수가 어디에서 사용 가능한지 알기 위해 그 변수가 소스코드 내 어디에서 선언되었는지 고려한다는 것을 의미한다. 중첩된 함수는 외부 범위(scope)에서 선언한 변수에도 접근할 수 있다. ```jsx function makeAdder(x) { return function(y) { return x + y; // y는 익명함수, x는 makeAdder Lexical 환경에서 접근 } } const add3 = makeAdder(3); console.log(add3(2)); // add3 함수가 생성된 이후에도 상위함수인 makeAdder의 x에 접근 가능 ``` 위의 코드를 실행하면 다음과 같이 Lexical 환경이 구성된다. 전역 환경 - makeAdder : function - add3 : 초기화 x -> function(호출 시점) add3 환경 (makeAdder 호출시 생성됨) - x : 3 익명함수 환경 (makeAdder 내부에서 호출시 생성됨) - y : 2 makeAdder 함수 안의 익명 함수는 외부에서 선언된 x를 참조하고 있다. 이는 파생된 외부 환경들이 서로를 참조하기 때문이다. 익명함수는 자신의 렉시컬 환경에서 x를 찾아보고, 없으면 참조된 외부 함수인 add3의 환경에서 x 값을 찾아 참조한다. ## Closure ```jsx function makeAdder(x) { return function(y) { return x + y; // y는 익명함수, x는 makeAdder Lexical 환경에서 접근 } } const add3 = makeAdder(3); console.log(add3(2)); // add3 함수가 생성된 이후에도 상위함수인 makeAdder의 x에 접근 가능 const add10 = makeAdder(10); // add3와는 다른 렉시컬 환경을 가진다 console.log(add10(5)); // 15, add3와는 독립적이다 console.log(add3(1)); // 4 ``` 위의 코드에서 add3와 add10은 클로저이다. 이들은 같은 함수 본문 정의를 공유하지만 서로 다른 맥락(어휘)적 환경을 저장한다. 함수 실행시 add3의 환경에서 x는 3이고 add10에서 x는 10이다. 클로저가 리턴된 후에도 외부함수의 변수들에 접근 가능하다는 것을 보여주는 포인트이며 클로저에 단순히 값 형태로 전달되는것이 아니라는 것을 의미한다. ## 은닉화 클로저를 활용하면 변수를 은닉할 수 있다. 외부 함수에 변수를 두고 내부 함수에서만 해당 값을 변경할 수 있도록 하는 것이다. ```jsx function makeCounter() { let num = 0; return function() { return num++; // 여기서 num은 외부함수의 변수 } } let counter = makeCounter(); console.log(counter()); // 0 console.log(counter()); // 1 console.log(counter()); // 2 ``` 클로저 counter의 환경에서는 num의 상태를 기억한다. 내부 함수에서 num의 값을 변경한다. 이때 num의 상태를 변경하는 방법은 counter를 호출하는 것밖에 없다. counter 외부에서 num의 값을 임의로 변경할 수 없게 된다. num은 은닉화됐다.
1.0
Closure - 클로저는 함수와 함수가 선언된 어휘적 환경의 조합이다. 자바스크립트는 언어적 환경(Lexical Environment)를 제공하는데, 변수의 유효범위를 지정한다. ## Lexical Scoping 어휘적 범위 지정(lexical scoping) 과정에서 변수가 어디에서 사용 가능한지 알기 위해 그 변수가 소스코드 내 어디에서 선언되었는지 고려한다는 것을 의미한다. 중첩된 함수는 외부 범위(scope)에서 선언한 변수에도 접근할 수 있다. ```jsx function makeAdder(x) { return function(y) { return x + y; // y는 익명함수, x는 makeAdder Lexical 환경에서 접근 } } const add3 = makeAdder(3); console.log(add3(2)); // add3 함수가 생성된 이후에도 상위함수인 makeAdder의 x에 접근 가능 ``` 위의 코드를 실행하면 다음과 같이 Lexical 환경이 구성된다. 전역 환경 - makeAdder : function - add3 : 초기화 x -> function(호출 시점) add3 환경 (makeAdder 호출시 생성됨) - x : 3 익명함수 환경 (makeAdder 내부에서 호출시 생성됨) - y : 2 makeAdder 함수 안의 익명 함수는 외부에서 선언된 x를 참조하고 있다. 이는 파생된 외부 환경들이 서로를 참조하기 때문이다. 익명함수는 자신의 렉시컬 환경에서 x를 찾아보고, 없으면 참조된 외부 함수인 add3의 환경에서 x 값을 찾아 참조한다. ## Closure ```jsx function makeAdder(x) { return function(y) { return x + y; // y는 익명함수, x는 makeAdder Lexical 환경에서 접근 } } const add3 = makeAdder(3); console.log(add3(2)); // add3 함수가 생성된 이후에도 상위함수인 makeAdder의 x에 접근 가능 const add10 = makeAdder(10); // add3와는 다른 렉시컬 환경을 가진다 console.log(add10(5)); // 15, add3와는 독립적이다 console.log(add3(1)); // 4 ``` 위의 코드에서 add3와 add10은 클로저이다. 이들은 같은 함수 본문 정의를 공유하지만 서로 다른 맥락(어휘)적 환경을 저장한다. 함수 실행시 add3의 환경에서 x는 3이고 add10에서 x는 10이다. 클로저가 리턴된 후에도 외부함수의 변수들에 접근 가능하다는 것을 보여주는 포인트이며 클로저에 단순히 값 형태로 전달되는것이 아니라는 것을 의미한다. ## 은닉화 클로저를 활용하면 변수를 은닉할 수 있다. 외부 함수에 변수를 두고 내부 함수에서만 해당 값을 변경할 수 있도록 하는 것이다. ```jsx function makeCounter() { let num = 0; return function() { return num++; // 여기서 num은 외부함수의 변수 } } let counter = makeCounter(); console.log(counter()); // 0 console.log(counter()); // 1 console.log(counter()); // 2 ``` 클로저 counter의 환경에서는 num의 상태를 기억한다. 내부 함수에서 num의 값을 변경한다. 이때 num의 상태를 변경하는 방법은 counter를 호출하는 것밖에 없다. counter 외부에서 num의 값을 임의로 변경할 수 없게 된다. num은 은닉화됐다.
non_priority
closure 클로저는 함수와 함수가 선언된 어휘적 환경의 조합이다 자바스크립트는 언어적 환경 lexical environment 를 제공하는데 변수의 유효범위를 지정한다 lexical scoping 어휘적 범위 지정 lexical scoping 과정에서 변수가 어디에서 사용 가능한지 알기 위해 그 변수가 소스코드 내 어디에서 선언되었는지 고려한다는 것을 의미한다 중첩된 함수는 외부 범위 scope 에서 선언한 변수에도 접근할 수 있다 jsx function makeadder x return function y return x y y는 익명함수 x는 makeadder lexical 환경에서 접근 const makeadder console log 함수가 생성된 이후에도 상위함수인 makeadder의 x에 접근 가능 위의 코드를 실행하면 다음과 같이 lexical 환경이 구성된다 전역 환경 makeadder function 초기화 x function 호출 시점 환경 makeadder 호출시 생성됨 x 익명함수 환경 makeadder 내부에서 호출시 생성됨 y makeadder 함수 안의 익명 함수는 외부에서 선언된 x를 참조하고 있다 이는 파생된 외부 환경들이 서로를 참조하기 때문이다 익명함수는 자신의 렉시컬 환경에서 x를 찾아보고 없으면 참조된 외부 함수인 환경에서 x 값을 찾아 참조한다 closure jsx function makeadder x return function y return x y y는 익명함수 x는 makeadder lexical 환경에서 접근 const makeadder console log 함수가 생성된 이후에도 상위함수인 makeadder의 x에 접근 가능 const makeadder 다른 렉시컬 환경을 가진다 console log 독립적이다 console log 위의 코드에서 클로저이다 이들은 같은 함수 본문 정의를 공유하지만 서로 다른 맥락 어휘 적 환경을 저장한다 함수 실행시 환경에서 x는 x는 클로저가 리턴된 후에도 외부함수의 변수들에 접근 가능하다는 것을 보여주는 포인트이며 클로저에 단순히 값 형태로 전달되는것이 아니라는 것을 의미한다 은닉화 클로저를 활용하면 변수를 은닉할 수 있다 외부 함수에 변수를 두고 내부 함수에서만 해당 값을 변경할 수 있도록 하는 것이다 jsx function makecounter let num return function return num 여기서 num은 외부함수의 변수 let counter makecounter console log counter console log counter console log counter 클로저 counter의 환경에서는 num의 상태를 기억한다 내부 함수에서 num의 값을 변경한다 이때 num의 상태를 변경하는 방법은 counter를 호출하는 것밖에 없다 counter 외부에서 num의 값을 임의로 변경할 수 없게 된다 num은 은닉화됐다
0
316,267
27,149,590,088
IssuesEvent
2023-02-16 23:23:18
dotnet/aspnetcore
https://api.github.com/repos/dotnet/aspnetcore
opened
Quarantine ServerReset_BeforeRequestBody_ClientBodyThrows
test-failure
<!-- Note this issue template is specifically for failing tests within the dotnet/aspnetcore repo. --> ## Failing Test(s) Interop.FunctionalTests.HttpClientHttp2InteropTests.ServerReset_BeforeRequestBody_ClientBodyThrows(scheme: "http") ## Error Message ```text Assert.Throws() Failure Expected: typeof(System.Net.Http.HttpProtocolException) Actual: typeof(System.TimeoutException): The operation has timed out. ``` ## Stacktrace <details> <!-- Provide the stack trace associated with the test failure, if applicable. --> ```text [0.002s] TestLifetime Information: Starting test ServerReset_BeforeRequestBody_ClientBodyThrows-http at 2023-02-16T19:30:12 [0.004s] Microsoft.Extensions.Hosting.Internal.Host Debug: Hosting starting [0.006s] Microsoft.Hosting.Lifetime Information: Now listening on: http://127.0.0.1:62225 [0.006s] Microsoft.AspNetCore.Hosting.Diagnostics Debug: Loaded hosting startup assembly Interop.FunctionalTests [0.006s] Microsoft.Hosting.Lifetime Information: Application started. Press Ctrl+C to shut down. [0.006s] Microsoft.Hosting.Lifetime Information: Hosting environment: Production [0.006s] Microsoft.Hosting.Lifetime Information: Content root path: /private/tmp/helix/working/95B607EB/w/B4DB094B/e/ [0.006s] Microsoft.Extensions.Hosting.Internal.Host Debug: Hosting started [0.008s] Microsoft.AspNetCore.Server.Kestrel.Connections Debug: Connection id "0HMOGAGQC1994" accepted. [0.008s] Microsoft.AspNetCore.Server.Kestrel.Connections Debug: Connection id "0HMOGAGQC1994" started. [0.009s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" sending SETTINGS frame for stream ID 0 with length 24 and flags NONE. [0.009s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" sending WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0. [0.010s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" received SETTINGS frame for stream ID 0 with length 12 and flags NONE. [0.011s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" sending SETTINGS frame for stream ID 0 with length 0 and flags ACK. [0.011s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" received WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0. [0.011s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" received HEADERS frame for stream ID 1 with length 35 and flags END_HEADERS. [0.011s] Microsoft.AspNetCore.Hosting.Diagnostics Information: Request starting HTTP/2 POST http://127.0.0.1:62225/ - - - [0.011s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" sending HEADERS frame for stream ID 1 with length 53 and flags END_HEADERS. [0.014s] Microsoft.AspNetCore.Server.Kestrel.Http2 Debug: Trace id "0HMOGAGQC1994:00000001": HTTP/2 stream error "CANCEL". A Reset is being sent to the stream. Microsoft.AspNetCore.Connections.ConnectionAbortedException: The HTTP/2 stream was reset by the application with error code CANCEL. [0.015s] Microsoft.AspNetCore.Hosting.Diagnostics Information: Request finished HTTP/2 POST http://127.0.0.1:62225/ - 200 - text/plain 3.8277ms [0.015s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" sending RST_STREAM frame for stream ID 1 with length 4 and flags 0x0. [0.015s] Microsoft.AspNetCore.Server.Kestrel Information: Connection id "0HMOGAGQC1994", Request id "0HMOGAGQC1994:00000001": the application completed without reading the entire request body. [0.016s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" received SETTINGS frame for stream ID 0 with length 0 and flags ACK. [0.017s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" received PING frame for stream ID 0 with length 8 and flags NONE. [0.017s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" sending PING frame for stream ID 0 with length 8 and flags ACK. [30.040s] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets Debug: Connection id "0HMOGAGQC1994" received FIN. [30.040s] Microsoft.AspNetCore.Server.Kestrel.Http2 Debug: Connection id "0HMOGAGQC1994" is closed. The last processed stream ID was 1. [30.040s] Microsoft.AspNetCore.Server.Kestrel.Connections Debug: Some connections failed to close gracefully during server shutdown. [30.040s] Microsoft.AspNetCore.Server.Kestrel.Http2 Debug: The connection queue processing loop for 0HMOGAGQC1994 completed. [30.040s] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets Debug: Connection id "0HMOGAGQC1994" sending FIN because: "The client closed the connection." [30.041s] Microsoft.AspNetCore.Server.Kestrel.Connections Debug: Connection id "0HMOGAGQC1994" stopped. [30.042s] Interop.FunctionalTests.HttpClientHttp2InteropTests Error: Test threw an exception. ``` </details> ## Logs <details> <!-- Provide the (helix) logs associated with the test failure, if applicable. --> ```text ``` </details> ## Build https://dev.azure.com/dnceng-public/public/_build/results?buildId=174755&view=logs&j=3f6d4e0f-1b71-56b5-361e-d95b6e6da15a&t=e4ee6667-9b0a-5a6e-4e24-bcba939f2af2
1.0
Quarantine ServerReset_BeforeRequestBody_ClientBodyThrows - <!-- Note this issue template is specifically for failing tests within the dotnet/aspnetcore repo. --> ## Failing Test(s) Interop.FunctionalTests.HttpClientHttp2InteropTests.ServerReset_BeforeRequestBody_ClientBodyThrows(scheme: "http") ## Error Message ```text Assert.Throws() Failure Expected: typeof(System.Net.Http.HttpProtocolException) Actual: typeof(System.TimeoutException): The operation has timed out. ``` ## Stacktrace <details> <!-- Provide the stack trace associated with the test failure, if applicable. --> ```text [0.002s] TestLifetime Information: Starting test ServerReset_BeforeRequestBody_ClientBodyThrows-http at 2023-02-16T19:30:12 [0.004s] Microsoft.Extensions.Hosting.Internal.Host Debug: Hosting starting [0.006s] Microsoft.Hosting.Lifetime Information: Now listening on: http://127.0.0.1:62225 [0.006s] Microsoft.AspNetCore.Hosting.Diagnostics Debug: Loaded hosting startup assembly Interop.FunctionalTests [0.006s] Microsoft.Hosting.Lifetime Information: Application started. Press Ctrl+C to shut down. [0.006s] Microsoft.Hosting.Lifetime Information: Hosting environment: Production [0.006s] Microsoft.Hosting.Lifetime Information: Content root path: /private/tmp/helix/working/95B607EB/w/B4DB094B/e/ [0.006s] Microsoft.Extensions.Hosting.Internal.Host Debug: Hosting started [0.008s] Microsoft.AspNetCore.Server.Kestrel.Connections Debug: Connection id "0HMOGAGQC1994" accepted. [0.008s] Microsoft.AspNetCore.Server.Kestrel.Connections Debug: Connection id "0HMOGAGQC1994" started. [0.009s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" sending SETTINGS frame for stream ID 0 with length 24 and flags NONE. [0.009s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" sending WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0. [0.010s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" received SETTINGS frame for stream ID 0 with length 12 and flags NONE. [0.011s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" sending SETTINGS frame for stream ID 0 with length 0 and flags ACK. [0.011s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" received WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0. [0.011s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" received HEADERS frame for stream ID 1 with length 35 and flags END_HEADERS. [0.011s] Microsoft.AspNetCore.Hosting.Diagnostics Information: Request starting HTTP/2 POST http://127.0.0.1:62225/ - - - [0.011s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" sending HEADERS frame for stream ID 1 with length 53 and flags END_HEADERS. [0.014s] Microsoft.AspNetCore.Server.Kestrel.Http2 Debug: Trace id "0HMOGAGQC1994:00000001": HTTP/2 stream error "CANCEL". A Reset is being sent to the stream. Microsoft.AspNetCore.Connections.ConnectionAbortedException: The HTTP/2 stream was reset by the application with error code CANCEL. [0.015s] Microsoft.AspNetCore.Hosting.Diagnostics Information: Request finished HTTP/2 POST http://127.0.0.1:62225/ - 200 - text/plain 3.8277ms [0.015s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" sending RST_STREAM frame for stream ID 1 with length 4 and flags 0x0. [0.015s] Microsoft.AspNetCore.Server.Kestrel Information: Connection id "0HMOGAGQC1994", Request id "0HMOGAGQC1994:00000001": the application completed without reading the entire request body. [0.016s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" received SETTINGS frame for stream ID 0 with length 0 and flags ACK. [0.017s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" received PING frame for stream ID 0 with length 8 and flags NONE. [0.017s] Microsoft.AspNetCore.Server.Kestrel.Http2 Trace: Connection id "0HMOGAGQC1994" sending PING frame for stream ID 0 with length 8 and flags ACK. [30.040s] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets Debug: Connection id "0HMOGAGQC1994" received FIN. [30.040s] Microsoft.AspNetCore.Server.Kestrel.Http2 Debug: Connection id "0HMOGAGQC1994" is closed. The last processed stream ID was 1. [30.040s] Microsoft.AspNetCore.Server.Kestrel.Connections Debug: Some connections failed to close gracefully during server shutdown. [30.040s] Microsoft.AspNetCore.Server.Kestrel.Http2 Debug: The connection queue processing loop for 0HMOGAGQC1994 completed. [30.040s] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets Debug: Connection id "0HMOGAGQC1994" sending FIN because: "The client closed the connection." [30.041s] Microsoft.AspNetCore.Server.Kestrel.Connections Debug: Connection id "0HMOGAGQC1994" stopped. [30.042s] Interop.FunctionalTests.HttpClientHttp2InteropTests Error: Test threw an exception. ``` </details> ## Logs <details> <!-- Provide the (helix) logs associated with the test failure, if applicable. --> ```text ``` </details> ## Build https://dev.azure.com/dnceng-public/public/_build/results?buildId=174755&view=logs&j=3f6d4e0f-1b71-56b5-361e-d95b6e6da15a&t=e4ee6667-9b0a-5a6e-4e24-bcba939f2af2
non_priority
quarantine serverreset beforerequestbody clientbodythrows note this issue template is specifically for failing tests within the dotnet aspnetcore repo failing test s interop functionaltests serverreset beforerequestbody clientbodythrows scheme http error message text assert throws failure expected typeof system net http httpprotocolexception actual typeof system timeoutexception the operation has timed out stacktrace provide the stack trace associated with the test failure if applicable text testlifetime information starting test serverreset beforerequestbody clientbodythrows http at microsoft extensions hosting internal host debug hosting starting microsoft hosting lifetime information now listening on microsoft aspnetcore hosting diagnostics debug loaded hosting startup assembly interop functionaltests microsoft hosting lifetime information application started press ctrl c to shut down microsoft hosting lifetime information hosting environment production microsoft hosting lifetime information content root path private tmp helix working w e microsoft extensions hosting internal host debug hosting started microsoft aspnetcore server kestrel connections debug connection id accepted microsoft aspnetcore server kestrel connections debug connection id started microsoft aspnetcore server kestrel trace connection id sending settings frame for stream id with length and flags none microsoft aspnetcore server kestrel trace connection id sending window update frame for stream id with length and flags microsoft aspnetcore server kestrel trace connection id received settings frame for stream id with length and flags none microsoft aspnetcore server kestrel trace connection id sending settings frame for stream id with length and flags ack microsoft aspnetcore server kestrel trace connection id received window update frame for stream id with length and flags microsoft aspnetcore server kestrel trace connection id received headers frame for stream id with length and flags end headers microsoft aspnetcore hosting diagnostics information request starting http post microsoft aspnetcore server kestrel trace connection id sending headers frame for stream id with length and flags end headers microsoft aspnetcore server kestrel debug trace id http stream error cancel a reset is being sent to the stream microsoft aspnetcore connections connectionabortedexception the http stream was reset by the application with error code cancel microsoft aspnetcore hosting diagnostics information request finished http post text plain microsoft aspnetcore server kestrel trace connection id sending rst stream frame for stream id with length and flags microsoft aspnetcore server kestrel information connection id request id the application completed without reading the entire request body microsoft aspnetcore server kestrel trace connection id received settings frame for stream id with length and flags ack microsoft aspnetcore server kestrel trace connection id received ping frame for stream id with length and flags none microsoft aspnetcore server kestrel trace connection id sending ping frame for stream id with length and flags ack microsoft aspnetcore server kestrel transport sockets debug connection id received fin microsoft aspnetcore server kestrel debug connection id is closed the last processed stream id was microsoft aspnetcore server kestrel connections debug some connections failed to close gracefully during server shutdown microsoft aspnetcore server kestrel debug the connection queue processing loop for completed microsoft aspnetcore server kestrel transport sockets debug connection id sending fin because the client closed the connection microsoft aspnetcore server kestrel connections debug connection id stopped interop functionaltests error test threw an exception logs provide the helix logs associated with the test failure if applicable text build
0
258,289
19,555,642,374
IssuesEvent
2022-01-03 09:04:43
hashicorp/terraform-cdk
https://api.github.com/repos/hashicorp/terraform-cdk
opened
Document data access for modules
documentation enhancement priority/important-soon size/small
<!--- Please keep this note for the community ---> ### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request - If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Description <!--- Please leave a helpful description of the feature request here. ---> <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> Our documentation is currently spare on details how to access data from modules (HCLModules or generated ones), improving this would help the UX greatly ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? ---> - https://github.com/hashicorp/terraform-cdk/issues/956 - https://github.com/hashicorp/terraform-cdk/issues/1340
1.0
Document data access for modules - <!--- Please keep this note for the community ---> ### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request - If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Description <!--- Please leave a helpful description of the feature request here. ---> <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> Our documentation is currently spare on details how to access data from modules (HCLModules or generated ones), improving this would help the UX greatly ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? ---> - https://github.com/hashicorp/terraform-cdk/issues/956 - https://github.com/hashicorp/terraform-cdk/issues/1340
non_priority
document data access for modules community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment description our documentation is currently spare on details how to access data from modules hclmodules or generated ones improving this would help the ux greatly references information about referencing github issues are there any other github issues open or closed or pull requests that should be linked here vendor blog posts or documentation
0
742,514
25,859,316,758
IssuesEvent
2022-12-13 15:51:20
SCIInstitute/ShapeWorks
https://api.github.com/repos/SCIInstitute/ShapeWorks
closed
Python: add global ICP-based alignment for multiple domains (segmentations and mesh grooming)
Status: Enhancement Priority: High Status: Feature Request Status: Use Cases
Split from #1403
1.0
Python: add global ICP-based alignment for multiple domains (segmentations and mesh grooming) - Split from #1403
priority
python add global icp based alignment for multiple domains segmentations and mesh grooming split from
1
631,312
20,150,108,982
IssuesEvent
2022-02-09 11:30:34
ita-social-projects/horondi_client_fe
https://api.github.com/repos/ita-social-projects/horondi_client_fe
closed
(SP:3)Filled data on checkout is not saved when you moved to another page and back to the checkout
FrontEnd part change request priority: medium
Go to checkout, fill all the fields: ![image](https://user-images.githubusercontent.com/32039216/112892828-bdb12580-90d1-11eb-8ebf-13e65cc24747.png) Go to any site page and back to checkout (or use 'back' and 'forward' browser button) or just refresh the page, fields are empty: ![image](https://user-images.githubusercontent.com/32039216/112893132-2a2c2480-90d2-11eb-8d82-5d78eb649c23.png) User inputted data should be saved.
1.0
(SP:3)Filled data on checkout is not saved when you moved to another page and back to the checkout - Go to checkout, fill all the fields: ![image](https://user-images.githubusercontent.com/32039216/112892828-bdb12580-90d1-11eb-8ebf-13e65cc24747.png) Go to any site page and back to checkout (or use 'back' and 'forward' browser button) or just refresh the page, fields are empty: ![image](https://user-images.githubusercontent.com/32039216/112893132-2a2c2480-90d2-11eb-8d82-5d78eb649c23.png) User inputted data should be saved.
priority
sp filled data on checkout is not saved when you moved to another page and back to the checkout go to checkout fill all the fields go to any site page and back to checkout or use back and forward browser button or just refresh the page fields are empty user inputted data should be saved
1
62,053
15,146,210,229
IssuesEvent
2021-02-11 06:43:25
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
opened
Tesnsor Lite Micro person detection example won't make?
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): Ubuntu 20.04 - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: - TensorFlow installed from (source or binary): Python pip and git clone - TensorFlow version: 2.4.1 - Python version: 3.8 - Installed using virtualenv? pip? conda?: pip - Bazel version (if compiling from source): - GCC/Compiler version (if compiling from source): - CUDA/cuDNN version: - GPU model and memory: **Describe the problem** I installed the whole Tensorflow package using both pip and git clone on Ubuntu 20.04. When I tried to make the person detection project as follows: make -f tensorflow/lite/micro/tools/make/Makefile TARGET=esp generate_person_detection_esp_project It errored out with no make rule. The whole log is: _terryl@DESKTOP-55BFST5:/mnt/c/Projects/tensorflow$ make -f tensorflow/lite/micro/tools/make/Makefile TARGET=esp generate_person_detection_esp_project --2021-02-10 22:34:31-- http://mirror.tensorflow.org/github.com/google/flatbuffers/archive/dca12522a9f9e37f126ab925fd385c807ab4f84e.zip Resolving mirror.tensorflow.org (mirror.tensorflow.org)... 216.58.195.80 Connecting to mirror.tensorflow.org (mirror.tensorflow.org)|216.58.195.80|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1760478 (1.7M) [application/zip] Saving to: ‘/tmp/dca12522a9f9e37f126ab925fd385c807ab4f84e.zip’ /tmp/dca12522a9f9e37f126ab925 100%[=================================================>] 1.68M 8.23MB/s in 0.2s 2021-02-10 22:34:32 (8.23 MB/s) - ‘/tmp/dca12522a9f9e37f126ab925fd385c807ab4f84e.zip’ saved [1760478/1760478] Cloning into 'tensorflow/lite/micro/tools/make/downloads/pigweed'... remote: Sending approximately 12.05 MiB ... remote: Counting objects: 6, done remote: Finding sources: 100% (6/6) remote: Total 18665 (delta 8537), reused 18663 (delta 8537) Receiving objects: 100% (18665/18665), 11.99 MiB | 5.09 MiB/s, done. Resolving deltas: 100% (8537/8537), done. Updating files: 100% (1456/1456), done. Updating files: 100% (647/647), done. Note: switching to '47268dff45019863e20438ca3746c6c62df6ef09'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c <new-branch-name> Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 47268dff pw_hdlc_lite: Client I/O improvements warning: pw_presubmit/py/pw_presubmit/format_code.py has type 100644, expected 100755 warning: pw_presubmit/py/pw_presubmit/pigweed_presubmit.py has type 100644, expected 100755 make: *** No rule to make target 'generate_person_detection_esp_project'. Stop._ I tried multiple times clean installing tensorflow but always the same problem. Am I missing something or the example project got broken somehow? I tried making hello_world project for ESP32, it worked fine. Please help, thanks! **Provide the exact sequence of commands / steps that you executed before running into the problem** **Any other info / logs** Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
1.0
Tesnsor Lite Micro person detection example won't make? - <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): Ubuntu 20.04 - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: - TensorFlow installed from (source or binary): Python pip and git clone - TensorFlow version: 2.4.1 - Python version: 3.8 - Installed using virtualenv? pip? conda?: pip - Bazel version (if compiling from source): - GCC/Compiler version (if compiling from source): - CUDA/cuDNN version: - GPU model and memory: **Describe the problem** I installed the whole Tensorflow package using both pip and git clone on Ubuntu 20.04. When I tried to make the person detection project as follows: make -f tensorflow/lite/micro/tools/make/Makefile TARGET=esp generate_person_detection_esp_project It errored out with no make rule. The whole log is: _terryl@DESKTOP-55BFST5:/mnt/c/Projects/tensorflow$ make -f tensorflow/lite/micro/tools/make/Makefile TARGET=esp generate_person_detection_esp_project --2021-02-10 22:34:31-- http://mirror.tensorflow.org/github.com/google/flatbuffers/archive/dca12522a9f9e37f126ab925fd385c807ab4f84e.zip Resolving mirror.tensorflow.org (mirror.tensorflow.org)... 216.58.195.80 Connecting to mirror.tensorflow.org (mirror.tensorflow.org)|216.58.195.80|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1760478 (1.7M) [application/zip] Saving to: ‘/tmp/dca12522a9f9e37f126ab925fd385c807ab4f84e.zip’ /tmp/dca12522a9f9e37f126ab925 100%[=================================================>] 1.68M 8.23MB/s in 0.2s 2021-02-10 22:34:32 (8.23 MB/s) - ‘/tmp/dca12522a9f9e37f126ab925fd385c807ab4f84e.zip’ saved [1760478/1760478] Cloning into 'tensorflow/lite/micro/tools/make/downloads/pigweed'... remote: Sending approximately 12.05 MiB ... remote: Counting objects: 6, done remote: Finding sources: 100% (6/6) remote: Total 18665 (delta 8537), reused 18663 (delta 8537) Receiving objects: 100% (18665/18665), 11.99 MiB | 5.09 MiB/s, done. Resolving deltas: 100% (8537/8537), done. Updating files: 100% (1456/1456), done. Updating files: 100% (647/647), done. Note: switching to '47268dff45019863e20438ca3746c6c62df6ef09'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c <new-branch-name> Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 47268dff pw_hdlc_lite: Client I/O improvements warning: pw_presubmit/py/pw_presubmit/format_code.py has type 100644, expected 100755 warning: pw_presubmit/py/pw_presubmit/pigweed_presubmit.py has type 100644, expected 100755 make: *** No rule to make target 'generate_person_detection_esp_project'. Stop._ I tried multiple times clean installing tensorflow but always the same problem. Am I missing something or the example project got broken somehow? I tried making hello_world project for ESP32, it worked fine. Please help, thanks! **Provide the exact sequence of commands / steps that you executed before running into the problem** **Any other info / logs** Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
non_priority
tesnsor lite micro person detection example won t make 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 ubuntu mobile device e g iphone pixel samsung galaxy if the issue happens on mobile device tensorflow installed from source or binary python pip and git clone tensorflow version python version installed using virtualenv pip conda pip bazel version if compiling from source gcc compiler version if compiling from source cuda cudnn version gpu model and memory describe the problem i installed the whole tensorflow package using both pip and git clone on ubuntu when i tried to make the person detection project as follows make f tensorflow lite micro tools make makefile target esp generate person detection esp project it errored out with no make rule the whole log is terryl desktop mnt c projects tensorflow make f tensorflow lite micro tools make makefile target esp generate person detection esp project resolving mirror tensorflow org mirror tensorflow org connecting to mirror tensorflow org mirror tensorflow org connected http request sent awaiting response ok length saving to ‘ tmp zip’ tmp s in mb s ‘ tmp zip’ saved cloning into tensorflow lite micro tools make downloads pigweed remote sending approximately mib remote counting objects done remote finding sources remote total delta reused delta receiving objects mib mib s done resolving deltas done updating files done updating files done note switching to you are in detached head state you can look around make experimental changes and commit them and you can discard any commits you make in this state without impacting any branches by switching back to a branch if you want to create a new branch to retain commits you create you may do so now or later by using c with the switch command example git switch c or undo this operation with git switch turn off this advice by setting config variable advice detachedhead to false head is now at pw hdlc lite client i o improvements warning pw presubmit py pw presubmit format code py has type expected warning pw presubmit py pw presubmit pigweed presubmit py has type expected make no rule to make target generate person detection esp project stop i tried multiple times clean installing tensorflow but always the same problem am i missing something or the example project got broken somehow i tried making hello world project for it worked fine please help thanks provide the exact sequence of commands steps that you executed before running into the problem any other info logs include any logs or source code that would be helpful to diagnose the problem if including tracebacks please include the full traceback large logs and files should be attached
0
471,130
13,560,657,572
IssuesEvent
2020-09-18 02:22:10
novelis-prod/Digital-CoE-Operations-Data---Public
https://api.github.com/repos/novelis-prod/Digital-CoE-Operations-Data---Public
closed
YEJ - HRM and HFM - EntryRolledLength and ExitRolledLength values are wrong
Plant: YJ Priority #1 WIP bug
1) HRM: ExitRolledLength values too high, correct values should be in the range of 100s, we see values in 16Ks range. (Red boxes in the screen shot below) 2) HFM: EntryRolledLength and ExitRolledLength looks wrong. (Green boxes in the screen shot below). 2.1) Entry length should be around 100, we see entry lengths in 5Ks. 2.2) Exit length should be higher than entry length, we see reverse trend, exit length is lower than entry length. ![image](https://user-images.githubusercontent.com/53792688/86601890-e6a3f000-bf6f-11ea-9b53-af67f8ac9888.png)
1.0
YEJ - HRM and HFM - EntryRolledLength and ExitRolledLength values are wrong - 1) HRM: ExitRolledLength values too high, correct values should be in the range of 100s, we see values in 16Ks range. (Red boxes in the screen shot below) 2) HFM: EntryRolledLength and ExitRolledLength looks wrong. (Green boxes in the screen shot below). 2.1) Entry length should be around 100, we see entry lengths in 5Ks. 2.2) Exit length should be higher than entry length, we see reverse trend, exit length is lower than entry length. ![image](https://user-images.githubusercontent.com/53792688/86601890-e6a3f000-bf6f-11ea-9b53-af67f8ac9888.png)
priority
yej hrm and hfm entryrolledlength and exitrolledlength values are wrong hrm exitrolledlength values too high correct values should be in the range of we see values in range red boxes in the screen shot below hfm entryrolledlength and exitrolledlength looks wrong green boxes in the screen shot below entry length should be around we see entry lengths in exit length should be higher than entry length we see reverse trend exit length is lower than entry length
1
319,530
9,745,680,686
IssuesEvent
2019-06-03 10:12:34
netdata/netdata
https://api.github.com/repos/netdata/netdata
reopened
.opt-out-from-anonymous-statistics still leaks referrer
bug needs triage priority/medium
<!--- When creating a bug report please: - Verify first that your issue is not already reported on GitHub - Test if the latest release and master branch are affected too. - Provide a clear and concise description of what the bug is in "Bug report summary" section. - Try to provide as much information about your environment (OS distribution, running in container, etc.) as possible to allow us reproduce this bug faster. - Write which component is affected. We group our components the same way our code is structured so basically: component name = dir in top level directory of repository - Describe how you found this bug and how we can reproduce it. Preferable with a minimal test-case scenario. You can paste gist.github.com links for larger files - Provide a clear and concise description of what you expected to happen. --> ##### Bug report summary Creating the file `.opt-out-from-anonymous-statistics ` to opt-out telemetry seems to have no effect. I have put the file in `/opt/netdata/etc/netdata/.opt-out-from-anonymous-statistics`, `/etc/netdata/.opt-out-from-anonymous-statistics` I tried to write `all` in the file as specified in a documentation I read but I cannot find anymore. File is permissioned to netdata user. I am aware of the documentation here: https://docs.netdata.cloud/docs/anonymous-statistics/ Whatever I do, i see the call to `https://www.googletagmanager.com/gtm.js?` Additionally, i'd like to report it here for telemetry as well, I also see a call to `https://netdata.cloud/account/sso-agent`, which is not expected as I already run I run my own registry to avoid calls to my-netdata.io ##### OS / Environment CoreOS Stable ##### Netdata version (ouput of `netdata -V`) v1.12.1 ##### Component Name netdata ##### Steps To Reproduce Install netdata 1.12.1 with release page run.gz on CoreOs Stable, try to disable telemetry as per documentation ##### Expected behavior I expect netdata to respect my configuration options
1.0
.opt-out-from-anonymous-statistics still leaks referrer - <!--- When creating a bug report please: - Verify first that your issue is not already reported on GitHub - Test if the latest release and master branch are affected too. - Provide a clear and concise description of what the bug is in "Bug report summary" section. - Try to provide as much information about your environment (OS distribution, running in container, etc.) as possible to allow us reproduce this bug faster. - Write which component is affected. We group our components the same way our code is structured so basically: component name = dir in top level directory of repository - Describe how you found this bug and how we can reproduce it. Preferable with a minimal test-case scenario. You can paste gist.github.com links for larger files - Provide a clear and concise description of what you expected to happen. --> ##### Bug report summary Creating the file `.opt-out-from-anonymous-statistics ` to opt-out telemetry seems to have no effect. I have put the file in `/opt/netdata/etc/netdata/.opt-out-from-anonymous-statistics`, `/etc/netdata/.opt-out-from-anonymous-statistics` I tried to write `all` in the file as specified in a documentation I read but I cannot find anymore. File is permissioned to netdata user. I am aware of the documentation here: https://docs.netdata.cloud/docs/anonymous-statistics/ Whatever I do, i see the call to `https://www.googletagmanager.com/gtm.js?` Additionally, i'd like to report it here for telemetry as well, I also see a call to `https://netdata.cloud/account/sso-agent`, which is not expected as I already run I run my own registry to avoid calls to my-netdata.io ##### OS / Environment CoreOS Stable ##### Netdata version (ouput of `netdata -V`) v1.12.1 ##### Component Name netdata ##### Steps To Reproduce Install netdata 1.12.1 with release page run.gz on CoreOs Stable, try to disable telemetry as per documentation ##### Expected behavior I expect netdata to respect my configuration options
priority
opt out from anonymous statistics still leaks referrer when creating a bug report please verify first that your issue is not already reported on github test if the latest release and master branch are affected too provide a clear and concise description of what the bug is in bug report summary section try to provide as much information about your environment os distribution running in container etc as possible to allow us reproduce this bug faster write which component is affected we group our components the same way our code is structured so basically component name dir in top level directory of repository describe how you found this bug and how we can reproduce it preferable with a minimal test case scenario you can paste gist github com links for larger files provide a clear and concise description of what you expected to happen bug report summary creating the file opt out from anonymous statistics to opt out telemetry seems to have no effect i have put the file in opt netdata etc netdata opt out from anonymous statistics etc netdata opt out from anonymous statistics i tried to write all in the file as specified in a documentation i read but i cannot find anymore file is permissioned to netdata user i am aware of the documentation here whatever i do i see the call to additionally i d like to report it here for telemetry as well i also see a call to which is not expected as i already run i run my own registry to avoid calls to my netdata io os environment coreos stable netdata version ouput of netdata v component name netdata steps to reproduce install netdata with release page run gz on coreos stable try to disable telemetry as per documentation expected behavior i expect netdata to respect my configuration options
1
293,774
9,009,069,640
IssuesEvent
2019-02-05 07:38:30
richelbilderbeek/pirouette
https://api.github.com/repos/richelbilderbeek/pirouette
closed
Fix errors in test 'create_standard_mutation_rate'
medium priority
When I run the tests ``` context("test-create_standard_mutation_rate") test_that("use", { crown_age <- 15 phylogeny <- mbd::mbd_sim( pars = c(0.4, 0.1, 0, 0), n_0 = 2, age = crown_age, cond = 1, seed = 1 )$reconstructed_tree expect_equal( create_standard_mutation_rate(phylogeny), 1 / crown_age ) }) test_that("abuse", { expect_error( create_standard_mutation_rate(phylogeny = NA) ) crown_age <- 10 phylogeny <- mbd::mbd_sim( pars = c(0.4, 0.1, 0, 0), n_0 = 2, age = crown_age, cond = 1, seed = 1 )$reconstructed_tree phylogeny$edge.length <- (phylogeny$edge.length * 10 ^ -305) * (1 / 10000) # nolint expect_error( create_standard_mutation_rate(phylogeny = phylogeny) ) }) ``` I get the errors: ``` test-create_standard_mutation_rate.R:5: error: use unused argument (seed = 1) 1: .handleSimpleError(function (e) { handled <<- TRUE test_error <<- e options(expressions = expressions_opt_new) on.exit(options(expressions = expressions_opt), add = TRUE) e$expectation_calls <- frame_calls(11, 2) test_error <<- e register_expectation(e) e$handled <- TRUE test_error <<- e }, "unused argument (seed = 1)", quote(mbd::mbd_sim(pars = c(0.4, 0.1, 0, 0), n_0 = 2, age = crown_age, cond = 1, seed = 1))) at /home/richel/GitHubs/pirouette/tests/testthat/test-create_standard_mutation_rate.R:5 2: eval(code, test_env) test-create_standard_mutation_rate.R:23: error: abuse unused argument (seed = 1) 1: .handleSimpleError(function (e) { handled <<- TRUE test_error <<- e options(expressions = expressions_opt_new) on.exit(options(expressions = expressions_opt), add = TRUE) e$expectation_calls <- frame_calls(11, 2) test_error <<- e register_expectation(e) e$handled <- TRUE test_error <<- e }, "unused argument (seed = 1)", quote(mbd::mbd_sim(pars = c(0.4, 0.1, 0, 0), n_0 = 2, age = crown_age, cond = 1, seed = 1))) at /home/richel/GitHubs/pirouette/tests/testthat/test-create_standard_mutation_rate.R:23 2: eval(code, test_env) ``` I've `skip`ped these tests for now: ``` skip("Issue 78, #78") ``` This probably has to do with the changes in `becosys :+1:
1.0
Fix errors in test 'create_standard_mutation_rate' - When I run the tests ``` context("test-create_standard_mutation_rate") test_that("use", { crown_age <- 15 phylogeny <- mbd::mbd_sim( pars = c(0.4, 0.1, 0, 0), n_0 = 2, age = crown_age, cond = 1, seed = 1 )$reconstructed_tree expect_equal( create_standard_mutation_rate(phylogeny), 1 / crown_age ) }) test_that("abuse", { expect_error( create_standard_mutation_rate(phylogeny = NA) ) crown_age <- 10 phylogeny <- mbd::mbd_sim( pars = c(0.4, 0.1, 0, 0), n_0 = 2, age = crown_age, cond = 1, seed = 1 )$reconstructed_tree phylogeny$edge.length <- (phylogeny$edge.length * 10 ^ -305) * (1 / 10000) # nolint expect_error( create_standard_mutation_rate(phylogeny = phylogeny) ) }) ``` I get the errors: ``` test-create_standard_mutation_rate.R:5: error: use unused argument (seed = 1) 1: .handleSimpleError(function (e) { handled <<- TRUE test_error <<- e options(expressions = expressions_opt_new) on.exit(options(expressions = expressions_opt), add = TRUE) e$expectation_calls <- frame_calls(11, 2) test_error <<- e register_expectation(e) e$handled <- TRUE test_error <<- e }, "unused argument (seed = 1)", quote(mbd::mbd_sim(pars = c(0.4, 0.1, 0, 0), n_0 = 2, age = crown_age, cond = 1, seed = 1))) at /home/richel/GitHubs/pirouette/tests/testthat/test-create_standard_mutation_rate.R:5 2: eval(code, test_env) test-create_standard_mutation_rate.R:23: error: abuse unused argument (seed = 1) 1: .handleSimpleError(function (e) { handled <<- TRUE test_error <<- e options(expressions = expressions_opt_new) on.exit(options(expressions = expressions_opt), add = TRUE) e$expectation_calls <- frame_calls(11, 2) test_error <<- e register_expectation(e) e$handled <- TRUE test_error <<- e }, "unused argument (seed = 1)", quote(mbd::mbd_sim(pars = c(0.4, 0.1, 0, 0), n_0 = 2, age = crown_age, cond = 1, seed = 1))) at /home/richel/GitHubs/pirouette/tests/testthat/test-create_standard_mutation_rate.R:23 2: eval(code, test_env) ``` I've `skip`ped these tests for now: ``` skip("Issue 78, #78") ``` This probably has to do with the changes in `becosys :+1:
priority
fix errors in test create standard mutation rate when i run the tests context test create standard mutation rate test that use crown age phylogeny mbd mbd sim pars c n age crown age cond seed reconstructed tree expect equal create standard mutation rate phylogeny crown age test that abuse expect error create standard mutation rate phylogeny na crown age phylogeny mbd mbd sim pars c n age crown age cond seed reconstructed tree phylogeny edge length phylogeny edge length nolint expect error create standard mutation rate phylogeny phylogeny i get the errors test create standard mutation rate r error use unused argument seed handlesimpleerror function e handled true test error e options expressions expressions opt new on exit options expressions expressions opt add true e expectation calls frame calls test error e register expectation e e handled true test error e unused argument seed quote mbd mbd sim pars c n age crown age cond seed at home richel githubs pirouette tests testthat test create standard mutation rate r eval code test env test create standard mutation rate r error abuse unused argument seed handlesimpleerror function e handled true test error e options expressions expressions opt new on exit options expressions expressions opt add true e expectation calls frame calls test error e register expectation e e handled true test error e unused argument seed quote mbd mbd sim pars c n age crown age cond seed at home richel githubs pirouette tests testthat test create standard mutation rate r eval code test env i ve skip ped these tests for now skip issue this probably has to do with the changes in becosys
1
30,097
5,728,698,590
IssuesEvent
2017-04-21 02:14:35
matplotlib/matplotlib
https://api.github.com/repos/matplotlib/matplotlib
closed
Documentation builds are failing due to sphinx-gallery changes
Documentation
See, for example, both doc builds in [this cron build](https://travis-ci.org/matplotlib/matplotlib/builds/223982985). They are both failing due to this warning: ``` Warning, treated as error: WARNING: ======== Sphinx-Gallery now requires you to set the configuration variable 'backreferences_dir' in your config to activate the backreferences. That is mini galleries clustered by the functions used in the example scripts. Have a look at it in sphinx-gallery http://sphinx-gallery.readthedocs.io/en/stable/index.html#examples-using-numpy-linspace If you don't care about this features set in your conf.py 'backreferences_dir': False ``` Ping @choldgraf.
1.0
Documentation builds are failing due to sphinx-gallery changes - See, for example, both doc builds in [this cron build](https://travis-ci.org/matplotlib/matplotlib/builds/223982985). They are both failing due to this warning: ``` Warning, treated as error: WARNING: ======== Sphinx-Gallery now requires you to set the configuration variable 'backreferences_dir' in your config to activate the backreferences. That is mini galleries clustered by the functions used in the example scripts. Have a look at it in sphinx-gallery http://sphinx-gallery.readthedocs.io/en/stable/index.html#examples-using-numpy-linspace If you don't care about this features set in your conf.py 'backreferences_dir': False ``` Ping @choldgraf.
non_priority
documentation builds are failing due to sphinx gallery changes see for example both doc builds in they are both failing due to this warning warning treated as error warning sphinx gallery now requires you to set the configuration variable backreferences dir in your config to activate the backreferences that is mini galleries clustered by the functions used in the example scripts have a look at it in sphinx gallery if you don t care about this features set in your conf py backreferences dir false ping choldgraf
0
426,187
12,368,941,088
IssuesEvent
2020-05-18 14:33:14
near/near-explorer
https://api.github.com/repos/near/near-explorer
opened
refactor(frontend): Clean up warnings in StrictMode
Priority 3 enhancement
## Story The warnings are potential bugs, so we should resolve them whenever possible. Enabling [StrictMode](https://reactjs.org/docs/strict-mode.html) in [next.config.js](https://nextjs.org/blog/next-9-1-7#react-strict-mode-compliance-and-opt-in) reveals that: * [ ] FlipMove and InfiniteScroll use `UNSAFE_componentWillReceiveProps`: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. * [ ] FlipMove: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of _default which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://fb.me/react-strict-mode-find-node NOTE: We may want to try https://github.com/CassetteRocks/react-infinite-scroller instead of react-infinite-scroll-component ## Acceptance Criteria - [ ] All the warnings are resolved - [ ] Pagination (infinite scrolling) works - [ ] Animations (flip move) work
1.0
refactor(frontend): Clean up warnings in StrictMode - ## Story The warnings are potential bugs, so we should resolve them whenever possible. Enabling [StrictMode](https://reactjs.org/docs/strict-mode.html) in [next.config.js](https://nextjs.org/blog/next-9-1-7#react-strict-mode-compliance-and-opt-in) reveals that: * [ ] FlipMove and InfiniteScroll use `UNSAFE_componentWillReceiveProps`: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. * [ ] FlipMove: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of _default which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://fb.me/react-strict-mode-find-node NOTE: We may want to try https://github.com/CassetteRocks/react-infinite-scroller instead of react-infinite-scroll-component ## Acceptance Criteria - [ ] All the warnings are resolved - [ ] Pagination (infinite scrolling) works - [ ] Animations (flip move) work
priority
refactor frontend clean up warnings in strictmode story the warnings are potential bugs so we should resolve them whenever possible enabling in reveals that flipmove and infinitescroll use unsafe componentwillreceiveprops using unsafe componentwillreceiveprops in strict mode is not recommended and may indicate bugs in your code flipmove finddomnode is deprecated in strictmode finddomnode was passed an instance of default which is inside strictmode instead add a ref directly to the element you want to reference learn more about using refs safely here note we may want to try instead of react infinite scroll component acceptance criteria all the warnings are resolved pagination infinite scrolling works animations flip move work
1
70,949
3,349,201,385
IssuesEvent
2015-11-17 08:25:31
NRGI/resourcecontracts.org
https://api.github.com/repos/NRGI/resourcecontracts.org
closed
Mechanical Turk Completed/Pending/Approved
bug Priority
This terminology is a bit confusing since HITS are couted as completed before being approved and as pending before being submitted. Bigger problem is that HITS completed count seems to be broken. "Mauritania Contrat de Partage de Production Entre La Republique Islamique de Mauritanie et International Petroleum Grouping (Block 11)" shows 0 completed on main paige but 7 completed and waiting for approval on detail page.
1.0
Mechanical Turk Completed/Pending/Approved - This terminology is a bit confusing since HITS are couted as completed before being approved and as pending before being submitted. Bigger problem is that HITS completed count seems to be broken. "Mauritania Contrat de Partage de Production Entre La Republique Islamique de Mauritanie et International Petroleum Grouping (Block 11)" shows 0 completed on main paige but 7 completed and waiting for approval on detail page.
priority
mechanical turk completed pending approved this terminology is a bit confusing since hits are couted as completed before being approved and as pending before being submitted bigger problem is that hits completed count seems to be broken mauritania contrat de partage de production entre la republique islamique de mauritanie et international petroleum grouping block shows completed on main paige but completed and waiting for approval on detail page
1
58,356
14,368,449,208
IssuesEvent
2020-12-01 08:24:19
googleapis/java-bigtable-hbase
https://api.github.com/repos/googleapis/java-bigtable-hbase
opened
bigtable.grpc.async.TestBulkRead: testMissingResponses failed
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: 6bff6e59ba523e241e9e03394aa6f6b1c9aec32b buildURL: [Build Status](https://source.cloud.google.com/results/invocations/b1ecf01c-9194-43e5-a6f0-473e55cbbcf3), [Sponge](http://sponge2/b1ecf01c-9194-43e5-a6f0-473e55cbbcf3) status: failed <details><summary>Test output</summary><br><pre>java.lang.AssertionError: expected null, but was:<FlatRow{rowKey=<ByteString@58d8059b size=8 contents="83206310">, cells=[Cell{family=family, qualifier=<ByteString@1eb08757 size=0 contents="">, timestamp=1606811037789, value=<ByteString@1eb08757 size=0 contents="">, labels=[]}]}> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotNull(Assert.java:756) at org.junit.Assert.assertNull(Assert.java:738) at org.junit.Assert.assertNull(Assert.java:748) at com.google.cloud.bigtable.grpc.async.TestBulkRead.testMissingResponses(TestBulkRead.java:168) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.mockito.internal.junit.JUnitSessionStore$1.evaluateSafely(JUnitSessionStore.java:54) at org.mockito.internal.junit.JUnitSessionStore$1.evaluate(JUnitSessionStore.java:42) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) </pre></details>
1.0
bigtable.grpc.async.TestBulkRead: testMissingResponses 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: 6bff6e59ba523e241e9e03394aa6f6b1c9aec32b buildURL: [Build Status](https://source.cloud.google.com/results/invocations/b1ecf01c-9194-43e5-a6f0-473e55cbbcf3), [Sponge](http://sponge2/b1ecf01c-9194-43e5-a6f0-473e55cbbcf3) status: failed <details><summary>Test output</summary><br><pre>java.lang.AssertionError: expected null, but was:<FlatRow{rowKey=<ByteString@58d8059b size=8 contents="83206310">, cells=[Cell{family=family, qualifier=<ByteString@1eb08757 size=0 contents="">, timestamp=1606811037789, value=<ByteString@1eb08757 size=0 contents="">, labels=[]}]}> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotNull(Assert.java:756) at org.junit.Assert.assertNull(Assert.java:738) at org.junit.Assert.assertNull(Assert.java:748) at com.google.cloud.bigtable.grpc.async.TestBulkRead.testMissingResponses(TestBulkRead.java:168) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.mockito.internal.junit.JUnitSessionStore$1.evaluateSafely(JUnitSessionStore.java:54) at org.mockito.internal.junit.JUnitSessionStore$1.evaluate(JUnitSessionStore.java:42) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) </pre></details>
non_priority
bigtable grpc async testbulkread testmissingresponses 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 java lang assertionerror expected null but was cells at org junit assert fail assert java at org junit assert failnotnull assert java at org junit assert assertnull assert java at org junit assert assertnull assert java at com google cloud bigtable grpc async testbulkread testmissingresponses testbulkread java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit internal runners statements runbefores evaluate runbefores java at org mockito internal junit junitsessionstore evaluatesafely junitsessionstore java at org mockito internal junit junitsessionstore evaluate junitsessionstore java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org apache maven surefire execute java at org apache maven surefire executewithrerun java at org apache maven surefire executetestset java at org apache maven surefire invoke java at org apache maven surefire booter forkedbooter invokeproviderinsameclassloader forkedbooter java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter execute forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java
0
346,838
31,027,905,080
IssuesEvent
2023-08-10 10:23:14
cosmos/interchain-security
https://api.github.com/repos/cosmos/interchain-security
closed
Integrate CometMock for equivocation
testing
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for opening an issue! ✰ v Before smashing the submit button please review the template. v Please also ensure that this is not a duplicate issue :) ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> ## Problem Equivocation is hard to cause in the current tests, see https://github.com/cosmos/interchain-security/issues/1180. This issue is concerned with integrating CometMock in the e2e framework to easily convince the app that a double sign infraction has occurred. ## Closing criteria CometMock can be used in the end-to-end tests to cause double-sign infractions. ## Related issues https://github.com/cosmos/interchain-security/issues/1180 https://github.com/informalsystems/CometMock/issues/5
1.0
Integrate CometMock for equivocation - <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for opening an issue! ✰ v Before smashing the submit button please review the template. v Please also ensure that this is not a duplicate issue :) ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> ## Problem Equivocation is hard to cause in the current tests, see https://github.com/cosmos/interchain-security/issues/1180. This issue is concerned with integrating CometMock in the e2e framework to easily convince the app that a double sign infraction has occurred. ## Closing criteria CometMock can be used in the end-to-end tests to cause double-sign infractions. ## Related issues https://github.com/cosmos/interchain-security/issues/1180 https://github.com/informalsystems/CometMock/issues/5
non_priority
integrate cometmock for equivocation ☺ v ✰ thanks for opening an issue ✰ v before smashing the submit button please review the template v please also ensure that this is not a duplicate issue ☺ problem equivocation is hard to cause in the current tests see this issue is concerned with integrating cometmock in the framework to easily convince the app that a double sign infraction has occurred closing criteria cometmock can be used in the end to end tests to cause double sign infractions related issues
0
79,911
3,548,511,341
IssuesEvent
2016-01-20 14:45:15
BugBusterSWE/documentation
https://api.github.com/repos/BugBusterSWE/documentation
opened
Aggiungere voce 'Terminale' nel glossario
priority:medium verification Verifier
Termine generico per esprimere il dispositivo dell'utente con cui accede al servizio MaaS. @BugBusterSWE/verificatori. Scegliete chi si occupa di questo task.
1.0
Aggiungere voce 'Terminale' nel glossario - Termine generico per esprimere il dispositivo dell'utente con cui accede al servizio MaaS. @BugBusterSWE/verificatori. Scegliete chi si occupa di questo task.
priority
aggiungere voce terminale nel glossario termine generico per esprimere il dispositivo dell utente con cui accede al servizio maas bugbusterswe verificatori scegliete chi si occupa di questo task
1
438,927
12,663,541,852
IssuesEvent
2020-06-18 01:42:36
MrLever/VoidEngine
https://api.github.com/repos/MrLever/VoidEngine
closed
Update Engine CMake to use GLOB
DevOps:Quality DevOps:Tools Priority:High
Visual Studio automatically re-checks file globs on builds, which obviates all of the downsides of globbing.
1.0
Update Engine CMake to use GLOB - Visual Studio automatically re-checks file globs on builds, which obviates all of the downsides of globbing.
priority
update engine cmake to use glob visual studio automatically re checks file globs on builds which obviates all of the downsides of globbing
1
4,476
23,344,873,065
IssuesEvent
2022-08-09 16:57:51
carbon-design-system/carbon
https://api.github.com/repos/carbon-design-system/carbon
closed
[Bug]: React Tabs storybook could be improved
type: docs 📖 severity: 4 impact: low good first issue 👋 status: waiting for maintainer response 💬 package: @carbon/react
### Package @carbon/react ### Browser Chrome ### Package version https://react.carbondesignsystem.com/?path=/story/components-tabs--manual ### React version _No response_ ### Description If you go to https://react.carbondesignsystem.com/?path=/story/components-tabs--manual the Example button is _always_ showing up. However, it is supposed to appear _only_ when the second tab is selected. <img width="909" alt="Screenshot 2022-04-26 at 7 41 46 AM" src="https://user-images.githubusercontent.com/14298245/165327368-6b5dad96-398d-456b-8c59-8c2a9c263535.png"> Here's what it should look like.... The non-manual with tab 1 selected: <img width="956" alt="image" src="https://user-images.githubusercontent.com/14298245/165326933-b4c63920-232d-4a2d-8c9d-b487863d428d.png"> And then non-manual when the second tab is selected <img width="919" alt="image" src="https://user-images.githubusercontent.com/14298245/165327549-d186d658-1294-4f9a-bf0d-1311cf0436c3.png"> --- BTW, in addition to it appearing when it shouldn't on the manual example, in all examples, I'd like to suggest that this Example button should be located underneath the "Tab Panel 2" text. it's pretty awkward/non-sensical where it is. If you agree its position is odd, it needs to be repositioned across all Tabs examples. ### CodeSandbox example https://react.carbondesignsystem.com/?path=/story/components-tabs--manual ### Steps to reproduce It's probably better to list the steps for what it's supposed to be. Expected behaviour: 1. navigate to the tab example 2. confirm that Example button does not appear on tab panel 1 3. Navigate to tab 2 (and activate if necessary) 4. Confirm the Example button appears on tab panel 2 5. Navigate to tab 3, activating if necessary 6. Confirm the Example button does not appear on tab panel 3. Carry this out with https://react.carbondesignsystem.com/?path=/story/components-tabs--contained and it will pass. Carry it out with https://react.carbondesignsystem.com/?path=/story/components-tabs--manual and it will fail. ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/carbon-design-system/carbon/blob/f555616971a03fd454c0f4daea184adf41fff05b/.github/CODE_OF_CONDUCT.md) - [X] I checked the [current issues](https://github.com/carbon-design-system/carbon/issues) for duplicate problems
True
[Bug]: React Tabs storybook could be improved - ### Package @carbon/react ### Browser Chrome ### Package version https://react.carbondesignsystem.com/?path=/story/components-tabs--manual ### React version _No response_ ### Description If you go to https://react.carbondesignsystem.com/?path=/story/components-tabs--manual the Example button is _always_ showing up. However, it is supposed to appear _only_ when the second tab is selected. <img width="909" alt="Screenshot 2022-04-26 at 7 41 46 AM" src="https://user-images.githubusercontent.com/14298245/165327368-6b5dad96-398d-456b-8c59-8c2a9c263535.png"> Here's what it should look like.... The non-manual with tab 1 selected: <img width="956" alt="image" src="https://user-images.githubusercontent.com/14298245/165326933-b4c63920-232d-4a2d-8c9d-b487863d428d.png"> And then non-manual when the second tab is selected <img width="919" alt="image" src="https://user-images.githubusercontent.com/14298245/165327549-d186d658-1294-4f9a-bf0d-1311cf0436c3.png"> --- BTW, in addition to it appearing when it shouldn't on the manual example, in all examples, I'd like to suggest that this Example button should be located underneath the "Tab Panel 2" text. it's pretty awkward/non-sensical where it is. If you agree its position is odd, it needs to be repositioned across all Tabs examples. ### CodeSandbox example https://react.carbondesignsystem.com/?path=/story/components-tabs--manual ### Steps to reproduce It's probably better to list the steps for what it's supposed to be. Expected behaviour: 1. navigate to the tab example 2. confirm that Example button does not appear on tab panel 1 3. Navigate to tab 2 (and activate if necessary) 4. Confirm the Example button appears on tab panel 2 5. Navigate to tab 3, activating if necessary 6. Confirm the Example button does not appear on tab panel 3. Carry this out with https://react.carbondesignsystem.com/?path=/story/components-tabs--contained and it will pass. Carry it out with https://react.carbondesignsystem.com/?path=/story/components-tabs--manual and it will fail. ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/carbon-design-system/carbon/blob/f555616971a03fd454c0f4daea184adf41fff05b/.github/CODE_OF_CONDUCT.md) - [X] I checked the [current issues](https://github.com/carbon-design-system/carbon/issues) for duplicate problems
non_priority
react tabs storybook could be improved package carbon react browser chrome package version react version no response description if you go to the example button is always showing up however it is supposed to appear only when the second tab is selected img width alt screenshot at am src here s what it should look like the non manual with tab selected img width alt image src and then non manual when the second tab is selected img width alt image src btw in addition to it appearing when it shouldn t on the manual example in all examples i d like to suggest that this example button should be located underneath the tab panel text it s pretty awkward non sensical where it is if you agree its position is odd it needs to be repositioned across all tabs examples codesandbox example steps to reproduce it s probably better to list the steps for what it s supposed to be expected behaviour navigate to the tab example confirm that example button does not appear on tab panel navigate to tab and activate if necessary confirm the example button appears on tab panel navigate to tab activating if necessary confirm the example button does not appear on tab panel carry this out with and it will pass carry it out with and it will fail code of conduct i agree to follow this project s i checked the for duplicate problems
0
111,151
24,075,549,903
IssuesEvent
2022-09-18 18:54:55
log2timeline/plaso
https://api.github.com/repos/log2timeline/plaso
opened
Deprecate/remove text prepend functionality
code health
Custom fields introduced in https://github.com/log2timeline/plaso/issues/4152 are a better alternative to text prepend. Therefore deprecate/remove text prepend functionality
1.0
Deprecate/remove text prepend functionality - Custom fields introduced in https://github.com/log2timeline/plaso/issues/4152 are a better alternative to text prepend. Therefore deprecate/remove text prepend functionality
non_priority
deprecate remove text prepend functionality custom fields introduced in are a better alternative to text prepend therefore deprecate remove text prepend functionality
0
215,853
7,298,728,695
IssuesEvent
2018-02-26 17:50:11
zom/Zom-iOS
https://api.github.com/repos/zom/Zom-iOS
closed
Messages not going through
FOR REVIEW bug high-priority
@N-Pex @chrisballinger In my chat with Rosa this morning, she would send messages, but they wouldn't go through. She has a clock on her side. My account was signed out for some time, so this could be part of the reason why they weren't going through. But even once I was signed back in, and we were chatting again, the earlier messages she sent didn't go through. They should queue and resend automatically, right? I'm mainly referring to text messages. She also had issues with media messages. But, we don't automatically try to resend those anyway.
1.0
Messages not going through - @N-Pex @chrisballinger In my chat with Rosa this morning, she would send messages, but they wouldn't go through. She has a clock on her side. My account was signed out for some time, so this could be part of the reason why they weren't going through. But even once I was signed back in, and we were chatting again, the earlier messages she sent didn't go through. They should queue and resend automatically, right? I'm mainly referring to text messages. She also had issues with media messages. But, we don't automatically try to resend those anyway.
priority
messages not going through n pex chrisballinger in my chat with rosa this morning she would send messages but they wouldn t go through she has a clock on her side my account was signed out for some time so this could be part of the reason why they weren t going through but even once i was signed back in and we were chatting again the earlier messages she sent didn t go through they should queue and resend automatically right i m mainly referring to text messages she also had issues with media messages but we don t automatically try to resend those anyway
1
12,083
3,575,118,159
IssuesEvent
2016-01-27 14:52:16
tarantool/tarantool
https://api.github.com/repos/tarantool/tarantool
opened
Document nil and NULL usage in Lua tables
documentation
Lua doesn't handle `nil` inside tables properly. Users should use msgpack.NULL instead. See #1123 examples
1.0
Document nil and NULL usage in Lua tables - Lua doesn't handle `nil` inside tables properly. Users should use msgpack.NULL instead. See #1123 examples
non_priority
document nil and null usage in lua tables lua doesn t handle nil inside tables properly users should use msgpack null instead see examples
0
536,697
15,712,465,094
IssuesEvent
2021-03-27 12:14:41
sopra-fs21-group-03/Client
https://api.github.com/repos/sopra-fs21-group-03/Client
opened
upon successful registration/login, the user is redirected to lobby screen
medium priority task
Time estimate: 1h This task is part of user story #1
1.0
upon successful registration/login, the user is redirected to lobby screen - Time estimate: 1h This task is part of user story #1
priority
upon successful registration login the user is redirected to lobby screen time estimate this task is part of user story
1
324,596
24,008,555,679
IssuesEvent
2022-09-14 16:40:38
hrszpuk/rectx
https://api.github.com/repos/hrszpuk/rectx
closed
Config file enhancement (config.toml project file)
documentation enhancement help wanted good first issue
## Project files: config.toml ReCTx will generate several files and directories on project creation. Currently, it will generate a `src` directory storing a `main.rct`, and a `REAADME.md`. Currently the project's generated by ReCTx have no form of configuration (customisation)... ### The `config.toml` As you can probably guess, the `config.toml` file aims to store configuration settings, project information, etc... The config file will be generated by `rectx new` along with the other generated files and directories. The ReCT programmer can then modify the config file which will be read by rectx during building and running do customise how they want rectx to perform certain tasks. An example of how the config file could look: ```toml [project] # For storing project information name = "example-project" version = "0.1.0" authors = ["user"] remote = "github.com/user/example-project" [profile.build] # For storing build information (for rectx build) compiler = "rgoc" compiler.flags = ["-xx", "-O2"] output.name = "program" output.dir = "target/" source.dir = "src/" source.main = "main.rct" [profile.run] # For storing run information (for rectx run) compiler = "rctc" compiler.flags = ["--example-flag"] output.name = "program" output.dir = "target/" source.dir = "src/" source.main = "main.rct" ``` ## Benefits of a `config.toml` file This would allow for a lot of customisation on how ReCT programmers would like their programs to compile/run. This also keeps everything in one place and could be committed to repositories allowing for easy compilation by collaborators (instead of having to explain how to compile, people will be able to just do `rectx build`!). A config file also has wide-scale expand-ability! It would be very easy to add a new `benchmark` profile or custom profiles with something like `rectx run custom-profile-name` (this of course being a completely custom way for the user build/run their programs). Not to mention the example provided above is only an *example* of what could be possible, more fields and options could definitely be added.
1.0
Config file enhancement (config.toml project file) - ## Project files: config.toml ReCTx will generate several files and directories on project creation. Currently, it will generate a `src` directory storing a `main.rct`, and a `REAADME.md`. Currently the project's generated by ReCTx have no form of configuration (customisation)... ### The `config.toml` As you can probably guess, the `config.toml` file aims to store configuration settings, project information, etc... The config file will be generated by `rectx new` along with the other generated files and directories. The ReCT programmer can then modify the config file which will be read by rectx during building and running do customise how they want rectx to perform certain tasks. An example of how the config file could look: ```toml [project] # For storing project information name = "example-project" version = "0.1.0" authors = ["user"] remote = "github.com/user/example-project" [profile.build] # For storing build information (for rectx build) compiler = "rgoc" compiler.flags = ["-xx", "-O2"] output.name = "program" output.dir = "target/" source.dir = "src/" source.main = "main.rct" [profile.run] # For storing run information (for rectx run) compiler = "rctc" compiler.flags = ["--example-flag"] output.name = "program" output.dir = "target/" source.dir = "src/" source.main = "main.rct" ``` ## Benefits of a `config.toml` file This would allow for a lot of customisation on how ReCT programmers would like their programs to compile/run. This also keeps everything in one place and could be committed to repositories allowing for easy compilation by collaborators (instead of having to explain how to compile, people will be able to just do `rectx build`!). A config file also has wide-scale expand-ability! It would be very easy to add a new `benchmark` profile or custom profiles with something like `rectx run custom-profile-name` (this of course being a completely custom way for the user build/run their programs). Not to mention the example provided above is only an *example* of what could be possible, more fields and options could definitely be added.
non_priority
config file enhancement config toml project file project files config toml rectx will generate several files and directories on project creation currently it will generate a src directory storing a main rct and a reaadme md currently the project s generated by rectx have no form of configuration customisation the config toml as you can probably guess the config toml file aims to store configuration settings project information etc the config file will be generated by rectx new along with the other generated files and directories the rect programmer can then modify the config file which will be read by rectx during building and running do customise how they want rectx to perform certain tasks an example of how the config file could look toml for storing project information name example project version authors remote github com user example project for storing build information for rectx build compiler rgoc compiler flags output name program output dir target source dir src source main main rct for storing run information for rectx run compiler rctc compiler flags output name program output dir target source dir src source main main rct benefits of a config toml file this would allow for a lot of customisation on how rect programmers would like their programs to compile run this also keeps everything in one place and could be committed to repositories allowing for easy compilation by collaborators instead of having to explain how to compile people will be able to just do rectx build a config file also has wide scale expand ability it would be very easy to add a new benchmark profile or custom profiles with something like rectx run custom profile name this of course being a completely custom way for the user build run their programs not to mention the example provided above is only an example of what could be possible more fields and options could definitely be added
0
367,430
10,853,754,132
IssuesEvent
2019-11-13 15:16:01
siteorigin/siteorigin-panels
https://api.github.com/repos/siteorigin/siteorigin-panels
closed
Row Full Width Stretched with Parallax doesn't work with external background URL
bug priority-2
To recreate this issue: * Add a row, make it Full Width Stretched. * Add an external background image, you can use the following URL: https://demo.purothemes.com/polestar/wp-content/uploads/sites/4/2018/06/optimizing.jpg * Set the Background Image Display to cover. * Add any content to the row, a Text widget with dummy text will do. * Save/Publish and note the row is functioning normally on the site front-end. * Next, change the Background Image Display from Cover to Parallax. Note that we're no longer able to stretch the external background image. * If we change the background URL to a locally hosted image, the issue isn't present. * If we leave the URL as external but change the background image display to cover, the issue isn't present.
1.0
Row Full Width Stretched with Parallax doesn't work with external background URL - To recreate this issue: * Add a row, make it Full Width Stretched. * Add an external background image, you can use the following URL: https://demo.purothemes.com/polestar/wp-content/uploads/sites/4/2018/06/optimizing.jpg * Set the Background Image Display to cover. * Add any content to the row, a Text widget with dummy text will do. * Save/Publish and note the row is functioning normally on the site front-end. * Next, change the Background Image Display from Cover to Parallax. Note that we're no longer able to stretch the external background image. * If we change the background URL to a locally hosted image, the issue isn't present. * If we leave the URL as external but change the background image display to cover, the issue isn't present.
priority
row full width stretched with parallax doesn t work with external background url to recreate this issue add a row make it full width stretched add an external background image you can use the following url set the background image display to cover add any content to the row a text widget with dummy text will do save publish and note the row is functioning normally on the site front end next change the background image display from cover to parallax note that we re no longer able to stretch the external background image if we change the background url to a locally hosted image the issue isn t present if we leave the url as external but change the background image display to cover the issue isn t present
1
76,048
3,480,230,880
IssuesEvent
2015-12-29 04:59:02
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
[Dev] blind from roundstart
blocker bug priority: high
so i just joined in a moment before, my character can see perfectly fine but any messages i get from buckling people (pun pun in this case) to examining gives the same text as if i was blind
1.0
[Dev] blind from roundstart - so i just joined in a moment before, my character can see perfectly fine but any messages i get from buckling people (pun pun in this case) to examining gives the same text as if i was blind
priority
blind from roundstart so i just joined in a moment before my character can see perfectly fine but any messages i get from buckling people pun pun in this case to examining gives the same text as if i was blind
1
789,947
27,810,650,104
IssuesEvent
2023-03-18 04:13:44
AY2223S2-CS2103T-T15-2/tp
https://api.github.com/repos/AY2223S2-CS2103T-T15-2/tp
closed
As an intermediate user, I can search clients using their contact numbers
type.Story priority.low
so that I can contact them when necessary
1.0
As an intermediate user, I can search clients using their contact numbers - so that I can contact them when necessary
priority
as an intermediate user i can search clients using their contact numbers so that i can contact them when necessary
1
261,045
19,696,105,497
IssuesEvent
2022-01-12 12:19:08
bounswe/2021SpringGroup9
https://api.github.com/repos/bounswe/2021SpringGroup9
closed
Create 12 posts
documentation status: in progress android postory
### Task: Create 12 posts that are rich in content ### Format (make a table, list etc.): Post Creation ### Required tools (if applicable): Postory Android app ### Place to put the documentation: Postory Android app ### Additional notes: None **Deadline: 04.12.2021**
1.0
Create 12 posts - ### Task: Create 12 posts that are rich in content ### Format (make a table, list etc.): Post Creation ### Required tools (if applicable): Postory Android app ### Place to put the documentation: Postory Android app ### Additional notes: None **Deadline: 04.12.2021**
non_priority
create posts task create posts that are rich in content format make a table list etc post creation required tools if applicable postory android app place to put the documentation postory android app additional notes none deadline
0
113,040
11,786,088,945
IssuesEvent
2020-03-17 11:34:08
containous/traefik
https://api.github.com/repos/containous/traefik
closed
Doc about k8s CRD session sticky
area/documentation area/provider/k8s/crd kind/enhancement priority/P2
<!-- PLEASE FOLLOW THE ISSUE TEMPLATE TO HELP TRIAGE AND SUPPORT! --> ### Do you want to request a *feature* or report a *bug*? <!-- DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS. The issue tracker is for reporting bugs and feature requests only. For end-user related support questions, please refer to one of the following: - the Traefik community forum: https://community.containo.us/ --> Feature ### What did you expect to see? <!-- HOW TO WRITE A GOOD ISSUE? - Respect the issue template as much as possible. - The title should be short and descriptive. - Explain the conditions which led you to report this issue: the context. - The context should lead to something, an idea or a problem that you’re facing. - Remain clear and concise. - Format your messages to help the reader focus on what matters and understand the structure of your message, use Markdown syntax https://help.github.com/articles/github-flavored-markdown --> PR #5711 added support for k8s CRD session sticky. But I cannot find any doc to set it.
1.0
Doc about k8s CRD session sticky - <!-- PLEASE FOLLOW THE ISSUE TEMPLATE TO HELP TRIAGE AND SUPPORT! --> ### Do you want to request a *feature* or report a *bug*? <!-- DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS. The issue tracker is for reporting bugs and feature requests only. For end-user related support questions, please refer to one of the following: - the Traefik community forum: https://community.containo.us/ --> Feature ### What did you expect to see? <!-- HOW TO WRITE A GOOD ISSUE? - Respect the issue template as much as possible. - The title should be short and descriptive. - Explain the conditions which led you to report this issue: the context. - The context should lead to something, an idea or a problem that you’re facing. - Remain clear and concise. - Format your messages to help the reader focus on what matters and understand the structure of your message, use Markdown syntax https://help.github.com/articles/github-flavored-markdown --> PR #5711 added support for k8s CRD session sticky. But I cannot find any doc to set it.
non_priority
doc about crd session sticky do you want to request a feature or report a bug do not file issues for general support questions the issue tracker is for reporting bugs and feature requests only for end user related support questions please refer to one of the following the traefik community forum feature what did you expect to see how to write a good issue respect the issue template as much as possible the title should be short and descriptive explain the conditions which led you to report this issue the context the context should lead to something an idea or a problem that you’re facing remain clear and concise format your messages to help the reader focus on what matters and understand the structure of your message use markdown syntax pr added support for crd session sticky but i cannot find any doc to set it
0
30,089
5,726,035,925
IssuesEvent
2017-04-20 18:00:06
hashicorp/terraform
https://api.github.com/repos/hashicorp/terraform
closed
Provider.aws: "region" error with example from docs
documentation provider/aws
Having an issue using a terraform config built from an example in the official terraform docs: https://www.terraform.io/docs/providers/aws/r/s3_bucket.html#using-replication-configuration This config is quite literally the same, just abstracted out some values for our use case. However, this example does not work. ### Terraform Version 0.9.2 ### Affected Resource(s) Please list the resources as a list, for example: - provider.aws ### Terraform Configuration Files ```hcl provider "aws" { region = "us-east-1" alias = "primary" } provider "aws" { region = "us-east-2" alias = "replica" } resource "aws_iam_role" "replication" { name = "${var.env_letter}-${var.datacenter}-${var.app}-${var.service}-replication" assume_role_policy = <<POLICY { "Version": "2012-10-17", "Statement": [ { "Action": "sts:AssumeRole", "Principal": { "Service": "s3.amazonaws.com" }, "Effect": "Allow", "Sid": "" } ] } POLICY } resource "aws_iam_policy" "replication" { name = "${var.env_letter}-${var.datacenter}-${var.app}-${var.service}-replication" policy = <<POLICY { "Version": "2012-10-17", "Statement": [ { "Action": [ "s3:GetReplicationConfiguration", "s3:ListBucket" ], "Effect": "Allow", "Resource": [ "${aws_s3_bucket.bucket.arn}" ] }, { "Action": [ "s3:GetObjectVersion", "s3:GetObjectVersionAcl" ], "Effect": "Allow", "Resource": [ "${aws_s3_bucket.bucket.arn}/*" ] }, { "Action": [ "s3:ReplicateObject", "s3:ReplicateDelete" ], "Effect": "Allow", "Resource": "${aws_s3_bucket.destination.arn}/*" } ] } POLICY } resource "aws_iam_policy_attachment" "replication" { name = "${var.env_letter}-${var.datacenter}-${var.app}-${var.service}-replication" roles = ["${aws_iam_role.replication.name}"] policy_arn = "${aws_iam_policy.replication.arn}" } resource "aws_s3_bucket" "destination" { provider = "aws.replica" bucket = "${var.replica_bucket}" region = "us-east-2" versioning { enabled = true } } resource "aws_s3_bucket" "bucket" { provider = "aws.primary" bucket = "${var.env_letter}-${var.datacenter}-${var.app}-${var.service}" acl = "private" region = "us-east-1" versioning { enabled = true } replication_configuration { role = "${aws_iam_role.replication.arn}" rules { id = "${var.env_letter}-${var.datacenter}-${var.app}-${var.service}" prefix = "/" status = "Enabled" destination { bucket = "${aws_s3_bucket.destination.arn}" storage_class = "STANDARD" } } } } ``` ### Expected Behavior The config should have used the regions that were provided. It says no `region`, but they are most definitely provided. ### Actual Behavior Planning/Applying fails with ``` Planning 1 error(s) occurred: * provider.aws: "region": required field is not set ``` ### Steps to Reproduce Please list the steps required to reproduce the issue, for example: 1. `terraform plan/apply` ### References Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example: - GH-3081
1.0
Provider.aws: "region" error with example from docs - Having an issue using a terraform config built from an example in the official terraform docs: https://www.terraform.io/docs/providers/aws/r/s3_bucket.html#using-replication-configuration This config is quite literally the same, just abstracted out some values for our use case. However, this example does not work. ### Terraform Version 0.9.2 ### Affected Resource(s) Please list the resources as a list, for example: - provider.aws ### Terraform Configuration Files ```hcl provider "aws" { region = "us-east-1" alias = "primary" } provider "aws" { region = "us-east-2" alias = "replica" } resource "aws_iam_role" "replication" { name = "${var.env_letter}-${var.datacenter}-${var.app}-${var.service}-replication" assume_role_policy = <<POLICY { "Version": "2012-10-17", "Statement": [ { "Action": "sts:AssumeRole", "Principal": { "Service": "s3.amazonaws.com" }, "Effect": "Allow", "Sid": "" } ] } POLICY } resource "aws_iam_policy" "replication" { name = "${var.env_letter}-${var.datacenter}-${var.app}-${var.service}-replication" policy = <<POLICY { "Version": "2012-10-17", "Statement": [ { "Action": [ "s3:GetReplicationConfiguration", "s3:ListBucket" ], "Effect": "Allow", "Resource": [ "${aws_s3_bucket.bucket.arn}" ] }, { "Action": [ "s3:GetObjectVersion", "s3:GetObjectVersionAcl" ], "Effect": "Allow", "Resource": [ "${aws_s3_bucket.bucket.arn}/*" ] }, { "Action": [ "s3:ReplicateObject", "s3:ReplicateDelete" ], "Effect": "Allow", "Resource": "${aws_s3_bucket.destination.arn}/*" } ] } POLICY } resource "aws_iam_policy_attachment" "replication" { name = "${var.env_letter}-${var.datacenter}-${var.app}-${var.service}-replication" roles = ["${aws_iam_role.replication.name}"] policy_arn = "${aws_iam_policy.replication.arn}" } resource "aws_s3_bucket" "destination" { provider = "aws.replica" bucket = "${var.replica_bucket}" region = "us-east-2" versioning { enabled = true } } resource "aws_s3_bucket" "bucket" { provider = "aws.primary" bucket = "${var.env_letter}-${var.datacenter}-${var.app}-${var.service}" acl = "private" region = "us-east-1" versioning { enabled = true } replication_configuration { role = "${aws_iam_role.replication.arn}" rules { id = "${var.env_letter}-${var.datacenter}-${var.app}-${var.service}" prefix = "/" status = "Enabled" destination { bucket = "${aws_s3_bucket.destination.arn}" storage_class = "STANDARD" } } } } ``` ### Expected Behavior The config should have used the regions that were provided. It says no `region`, but they are most definitely provided. ### Actual Behavior Planning/Applying fails with ``` Planning 1 error(s) occurred: * provider.aws: "region": required field is not set ``` ### Steps to Reproduce Please list the steps required to reproduce the issue, for example: 1. `terraform plan/apply` ### References Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example: - GH-3081
non_priority
provider aws region error with example from docs having an issue using a terraform config built from an example in the official terraform docs this config is quite literally the same just abstracted out some values for our use case however this example does not work terraform version affected resource s please list the resources as a list for example provider aws terraform configuration files hcl provider aws region us east alias primary provider aws region us east alias replica resource aws iam role replication name var env letter var datacenter var app var service replication assume role policy policy version statement action sts assumerole principal service amazonaws com effect allow sid policy resource aws iam policy replication name var env letter var datacenter var app var service replication policy policy version statement action getreplicationconfiguration listbucket effect allow resource aws bucket bucket arn action getobjectversion getobjectversionacl effect allow resource aws bucket bucket arn action replicateobject replicatedelete effect allow resource aws bucket destination arn policy resource aws iam policy attachment replication name var env letter var datacenter var app var service replication roles policy arn aws iam policy replication arn resource aws bucket destination provider aws replica bucket var replica bucket region us east versioning enabled true resource aws bucket bucket provider aws primary bucket var env letter var datacenter var app var service acl private region us east versioning enabled true replication configuration role aws iam role replication arn rules id var env letter var datacenter var app var service prefix status enabled destination bucket aws bucket destination arn storage class standard expected behavior the config should have used the regions that were provided it says no region but they are most definitely provided actual behavior planning applying fails with planning error s occurred provider aws region required field is not set steps to reproduce please list the steps required to reproduce the issue for example terraform plan apply references are there any other github issues open or closed or pull requests that should be linked here for example gh
0
229,682
25,362,314,134
IssuesEvent
2022-11-21 01:06:34
ChoeMinji/rails-7.0.0.alpha2
https://api.github.com/repos/ChoeMinji/rails-7.0.0.alpha2
closed
WS-2022-0334 (Medium) detected in nokogiri-1.11.7.gem - autoclosed
security vulnerability
## WS-2022-0334 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nokogiri-1.11.7.gem</b></p></summary> <p>Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provides a sensible, easy-to-understand API for reading, writing, modifying, and querying documents. It is fast and standards-compliant by relying on native parsers like libxml2 (C) and xerces (Java). </p> <p>Library home page: <a href="https://rubygems.org/gems/nokogiri-1.11.7.gem">https://rubygems.org/gems/nokogiri-1.11.7.gem</a></p> <p> Dependency Hierarchy: - :x: **nokogiri-1.11.7.gem** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ChoeMinji/rails-7.0.0.alpha2/commit/3a3902efe3788aa4f5410d439175653e42f854e6">3a3902efe3788aa4f5410d439175653e42f854e6</a></p> <p>Found in base branch: <b>main</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> nokogiri up to and including 1.13.8 is affected by several vulnerabilities (CVE-2022-40303, CVE-2022-40304 and CVE-2022-2309) in the dependency bundled libxml2 library. Version 1.13.9 of nokogiri contains a patch where the dependency is upgraded with the patches as well. <p>Publish Date: 2022-10-18 <p>URL: <a href=https://github.com/sparklemotion/nokogiri/commit/e8cfe13953c63099f879d8a25ca70a909e19fb96>WS-2022-0334</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: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-2qc6-mcvw-92cw">https://github.com/advisories/GHSA-2qc6-mcvw-92cw</a></p> <p>Release Date: 2022-10-18</p> <p>Fix Resolution: nokogiri - 1.13.9</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2022-0334 (Medium) detected in nokogiri-1.11.7.gem - autoclosed - ## WS-2022-0334 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nokogiri-1.11.7.gem</b></p></summary> <p>Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provides a sensible, easy-to-understand API for reading, writing, modifying, and querying documents. It is fast and standards-compliant by relying on native parsers like libxml2 (C) and xerces (Java). </p> <p>Library home page: <a href="https://rubygems.org/gems/nokogiri-1.11.7.gem">https://rubygems.org/gems/nokogiri-1.11.7.gem</a></p> <p> Dependency Hierarchy: - :x: **nokogiri-1.11.7.gem** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ChoeMinji/rails-7.0.0.alpha2/commit/3a3902efe3788aa4f5410d439175653e42f854e6">3a3902efe3788aa4f5410d439175653e42f854e6</a></p> <p>Found in base branch: <b>main</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> nokogiri up to and including 1.13.8 is affected by several vulnerabilities (CVE-2022-40303, CVE-2022-40304 and CVE-2022-2309) in the dependency bundled libxml2 library. Version 1.13.9 of nokogiri contains a patch where the dependency is upgraded with the patches as well. <p>Publish Date: 2022-10-18 <p>URL: <a href=https://github.com/sparklemotion/nokogiri/commit/e8cfe13953c63099f879d8a25ca70a909e19fb96>WS-2022-0334</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: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-2qc6-mcvw-92cw">https://github.com/advisories/GHSA-2qc6-mcvw-92cw</a></p> <p>Release Date: 2022-10-18</p> <p>Fix Resolution: nokogiri - 1.13.9</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
ws medium detected in nokogiri gem autoclosed ws medium severity vulnerability vulnerable library nokogiri gem nokogiri 鋸 makes it easy and painless to work with xml and html from ruby it provides a sensible easy to understand api for reading writing modifying and querying documents it is fast and standards compliant by relying on native parsers like c and xerces java library home page a href dependency hierarchy x nokogiri gem vulnerable library found in head commit a href found in base branch main vulnerability details nokogiri up to and including is affected by several vulnerabilities cve cve and cve in the dependency bundled library version of nokogiri contains a patch where the dependency is upgraded with the patches as well publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution nokogiri step up your open source security game with mend
0
78,472
27,541,520,408
IssuesEvent
2023-03-07 08:53:48
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Adding existing room to Space has no effect
T-Defect
### Steps to reproduce 1. After pressing the four-squares button, and selecting an Item from the list, I am looking at a space. 2. I tap the name of the space (shown at the top, above the list of rooms in that space) 3. I see a popover with "invite people", "explore rooms", "members", "leave" 4. I tap "explore rooms" 5. I scroll to the bottom, a round plus button is displayed in the right bottom corner 6. I tap that button 7. I see a choice: "Create New Room" (sic), "Add existing rooms", "Add space" 8. I tap "Add space" 9. I see a list of rooms that I am joined to, with check boxes on the right 10. I tap one or more checkboxes, they are marked 11. I press "Save" in the top right corner 12. nothing happens, the menu does not close, there is no error message, no change of colours to a red error colour, the checkboxes continue to be checked ### Outcome #### What did you expect? Either the menu closes and I have successfully added a room to the space, or I see an error message. #### What happened instead? Nothing ### Your phone model Fairphone 3 ### Operating system version Android 11 ### Application version and app store Element 1.5.25 [40105250] (F-f74a885a), 1.5.25 (f74a885a), from F-Droid ### Homeserver matrix.org ### Will you send logs? Yes ### Are you willing to provide a PR? No
1.0
Adding existing room to Space has no effect - ### Steps to reproduce 1. After pressing the four-squares button, and selecting an Item from the list, I am looking at a space. 2. I tap the name of the space (shown at the top, above the list of rooms in that space) 3. I see a popover with "invite people", "explore rooms", "members", "leave" 4. I tap "explore rooms" 5. I scroll to the bottom, a round plus button is displayed in the right bottom corner 6. I tap that button 7. I see a choice: "Create New Room" (sic), "Add existing rooms", "Add space" 8. I tap "Add space" 9. I see a list of rooms that I am joined to, with check boxes on the right 10. I tap one or more checkboxes, they are marked 11. I press "Save" in the top right corner 12. nothing happens, the menu does not close, there is no error message, no change of colours to a red error colour, the checkboxes continue to be checked ### Outcome #### What did you expect? Either the menu closes and I have successfully added a room to the space, or I see an error message. #### What happened instead? Nothing ### Your phone model Fairphone 3 ### Operating system version Android 11 ### Application version and app store Element 1.5.25 [40105250] (F-f74a885a), 1.5.25 (f74a885a), from F-Droid ### Homeserver matrix.org ### Will you send logs? Yes ### Are you willing to provide a PR? No
non_priority
adding existing room to space has no effect steps to reproduce after pressing the four squares button and selecting an item from the list i am looking at a space i tap the name of the space shown at the top above the list of rooms in that space i see a popover with invite people explore rooms members leave i tap explore rooms i scroll to the bottom a round plus button is displayed in the right bottom corner i tap that button i see a choice create new room sic add existing rooms add space i tap add space i see a list of rooms that i am joined to with check boxes on the right i tap one or more checkboxes they are marked i press save in the top right corner nothing happens the menu does not close there is no error message no change of colours to a red error colour the checkboxes continue to be checked outcome what did you expect either the menu closes and i have successfully added a room to the space or i see an error message what happened instead nothing your phone model fairphone operating system version android application version and app store element f from f droid homeserver matrix org will you send logs yes are you willing to provide a pr no
0
91,651
3,856,980,908
IssuesEvent
2016-04-07 02:28:28
gama-platform/gama
https://api.github.com/repos/gama-platform/gama
closed
Initial 3D move (cmd/ctrl + drag) does not display the directional sphere
> Bug Affects Usability Display OpenGL OS All Priority High Version Git
Open any model with an OpenGL display. Then press CMD/CTRL and drag to enable 3D moves. The directional sphere is not displayed although is should be. Release CMD/CTRL and press it again. The directional sphere appears, and it's now the same for every subsequent 3D moves. Not tested on Windows yet.
1.0
Initial 3D move (cmd/ctrl + drag) does not display the directional sphere - Open any model with an OpenGL display. Then press CMD/CTRL and drag to enable 3D moves. The directional sphere is not displayed although is should be. Release CMD/CTRL and press it again. The directional sphere appears, and it's now the same for every subsequent 3D moves. Not tested on Windows yet.
priority
initial move cmd ctrl drag does not display the directional sphere open any model with an opengl display then press cmd ctrl and drag to enable moves the directional sphere is not displayed although is should be release cmd ctrl and press it again the directional sphere appears and it s now the same for every subsequent moves not tested on windows yet
1
267,012
28,486,184,722
IssuesEvent
2023-04-18 08:02:22
vitejs/vite
https://api.github.com/repos/vitejs/vite
closed
Trying to get in touch regarding a security issue
security
Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an email, or another contact method? GitHub [recommends](https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository) this best practice to ensure security issues are responsibly disclosed, and it would serve as a simple instruction for security researchers in the future. Thank you for your consideration, and I look forward to hearing from you! (cc @huntr-helper)
True
Trying to get in touch regarding a security issue - Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an email, or another contact method? GitHub [recommends](https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository) this best practice to ensure security issues are responsibly disclosed, and it would serve as a simple instruction for security researchers in the future. Thank you for your consideration, and I look forward to hearing from you! (cc @huntr-helper)
non_priority
trying to get in touch regarding a security issue hey there i d like to report a security issue but cannot find contact instructions on your repository if not a hassle might you kindly add a security md file with an email or another contact method github this best practice to ensure security issues are responsibly disclosed and it would serve as a simple instruction for security researchers in the future thank you for your consideration and i look forward to hearing from you cc huntr helper
0
255,346
21,919,276,213
IssuesEvent
2022-05-22 10:14:54
mennaelkashef/eShop
https://api.github.com/repos/mennaelkashef/eShop
opened
No description entered by the user.
Hello! RULE-GOT-APPLIED DOES-NOT-CONTAIN-STRING Rule-works-on-convert-to-bug test instabug
# :clipboard: Bug Details >No description entered by the user. key | value --|-- Reported At | 2022-05-22 10:09:01 UTC Email | mhashim@instabug.com Categories | Report a bug Tags | test, Hello!, RULE-GOT-APPLIED, DOES-NOT-CONTAIN-STRING, Rule-works-on-convert-to-bug, instabug App Version | 1.1 (1) Session Duration | 6 Device | samsung SM-N770F, OS Level 31 Display | 810x1800 (hdpi) Location | Cairo, Egypt (en) ## :point_right: [View Full Bug Report on Instabug](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8802?utm_source=github&utm_medium=integrations) :point_left: ___ # :iphone: View Hierarchy This bug was reported from **com.example.app.main.MainFragment** Find its interactive view hierarchy with all its subviews here: :point_right: **[Check View Hierarchy](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8802?show-hierarchy-view=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :chart_with_downwards_trend: Session Profiler Here is what the app was doing right before the bug was reported: Key | Value --|-- Used Memory | 46.3% - 3.43/7.42 GB Used Storage | 4.4% - 4.8/109.7 GB Connectivity | WiFi Battery | 19% - unplugged Orientation | portrait Find all the changes that happened in the parameters mentioned above during the last 60 seconds before the bug was reported here: :point_right: **[View Full Session Profiler](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8802?show-session-profiler=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :bust_in_silhouette: User Info ### User Attributes ``` key_name -1985415933: key value bla bla bla la ``` ___ # :mag_right: Logs ### User Steps Here are the last 10 steps done by the user right before the bug was reported: ``` 10:08:57 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was started. 10:08:57 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was resumed. 10:08:57 com.example.app.main.MainActivity was resumed. 10:08:57 Tap in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.app.main.MainActivity" 10:08:58 com.example.app.splash.SplashActivity was stopped. 10:08:58 com.example.app.splash.SplashActivity was destroyed. 10:09:00 Tap in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.app.main.MainActivity" 10:09:00 com.example.app.main.MainActivity was paused. 10:09:00 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was paused. 10:09:01 Tap in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.app.main.MainActivity" ``` Find all the user steps done by the user throughout the session here: :point_right: **[View All User Steps](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8802?show-logs=user_steps&utm_source=github&utm_medium=integrations)** :point_left: ### Console Log Here are the last 10 console logs logged right before the bug was reported: ``` 10:09:38 I/com.example.ap( 8281): Explicit concurrent copying GC freed 3396(304KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 9018KB/17MB, paused 217us,90us total 66.461ms 10:09:39 I/ViewRootImpl@8927d0c[ReportingContainerActivity]( 8281): ViewPostIme pointer 0 10:09:39 I/MSHandlerLifeCycle( 8281): isMultiSplitHandlerRequested: windowingMode=1 isFullscreen=true isPopOver=false isHidden=false skipActivityType=false isHandlerType=true this: DecorView@b34d18f[ReportingContainerActivity] 10:09:39 I/MSHandlerLifeCycle( 8281): isMultiSplitHandlerRequested: windowingMode=1 isFullscreen=true isPopOver=false isHidden=false skipActivityType=false isHandlerType=true this: DecorView@b34d18f[ReportingContainerActivity] 10:09:39 I/ViewRootImpl@8927d0c[ReportingContainerActivity]( 8281): ViewPostIme pointer 1 10:09:39 I/MSHandlerLifeCycle( 8281): isMultiSplitHandlerRequested: windowingMode=1 isFullscreen=true isPopOver=false isHidden=false skipActivityType=false isHandlerType=true this: DecorView@b34d18f[ReportingContainerActivity] 10:09:39 I/IMM_LC ( 8281): hsifw() - flags=0, caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1846 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1815 com.instabug.library.util.KeyboardUtils.hide:21 com.instabug.bug.view.reporting.BaseReportingFragment.navigateToSuccessFragment:1211 com.instabug.bug.view.reporting.BaseReportingPresenter.onSendClicked:566 10:09:39 I/IMM_LC ( 8281): hideSoftInputFromWindow - mService.hideSoftInput 10:09:39 D/InsetsSourceConsumer( 8281): setRequestedVisible: visible=false, type=19, host=com.example.app/com.instabug.bug.view.reporting.ReportingContainerActivity, from=android.view.InsetsSourceConsumer.hide:242 android.view.ImeInsetsSourceConsumer.hide:68 android.view.ImeInsetsSourceConsumer.hide:74 android.view.InsetsController.hideDirectly:1473 android.view.InsetsController.controlAnimationUnchecked:1139 android.view.InsetsController.applyAnimation:1456 android.view.InsetsController.applyAnimation:1437 android.view.InsetsController.hide:1006 android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6461 android.view.ViewRootImpl$ViewRootHandler.handleMessage:6382 10:09:39 D/ScrollView( 8281): onsize change changed ``` Find all the logged console logs throughout the session here: :point_right: **[View All Console Log](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8802?show-logs=console_log&utm_source=github&utm_medium=integrations)** :point_left: ___ # :paperclip: Attachments 1. [video-2022-05-22_12-09-08.581.mp4](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/18350262/f897d250f5d0ba3b942618cb6d0b5dc9_original/26083957/video-2022-05-22_12-09-08.581.mp4?Expires=4808888093&Signature=EwgsioGhdeQpZ2hnh94J7YMGJXenBnryQfVajwd8D9X1tFzl4yOHPiDHQXKMI~vKT8jfmgu60ImwLb1bBIbso6wvTDB5v7aa5NJUD~fNwgtfMDo5idPP3cx-A3lehLxqwnYfq7SsWYLbj1x-MQy-0zskL3HXx3IArN7RBLdRsgs6HCRr6CQ89RNr6GGdtiAnndSTsQ8cEHSDyWYSJ5iFRGvcSKEdix3Qp22AaXmmX5GxZ57uObuYE9En6dMgjdt-00tpQsrwffhc8W3OsFeyJlazWJ6l3qRkBUpU3fl8fmiP9z3h73tR9-Te1NAXh7l~3iJx34ulfmfo3JUyzprR9w__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ) ___ # :camera: Images [![image attachment](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/18350262/c3231026acc00bf39c176a02c3c88dc4_one_bug_thumb/26083967/bug_1653214140431_.jpg?Expires=4808888093&Signature=CPcmol~m28h46YGEiCGYX7SP0VLJHvkQJAn225IoniIqGnZHdJfHYn1qFspDJ1IOwzKZNIpqf0PiarOzmd~KgTtew48eRyryAtBXllME7egV5Ll00EmifiWSdU92s3wVVPWOJX~Tzlu9moaDK9cqjtutIu~0JLTuCYhKcj~HQ2RaZFauZOqKdKvq3AVjmPpD2YB03m9eut2UEjFEt9lb63hsfb1O5PzNEC4sHdmjTSG~hpRszwG1IHL-tCZselTYo2xVjgPri2LxN2lMNObkghqkYk62bZduSk0stVduHqDybYnG~0BYOwaArZ7t4FsVW7mNfwYD2m5et5LNC~jiNw__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ)](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/18350262/c3231026acc00bf39c176a02c3c88dc4_original/26083967/bug_1653214140431_.jpg?Expires=4808888093&Signature=UN4s-CIS961a5hiv56Mk0GtAOQ3xfoE12YFpy64SY3yexkfNoNWJhgQnQrou46xqZsISJDqXcGXOwbMEeODsmF9o3Aq6SHs~57b-Zqc7K0X~vzNlooqJZ78tf0wUNiCrhocm9yf3VMObPe2KFiOuZd1BgWgJyU8onuepcAxJzseGpwmtiwNzQDF2N0BOfhYZNH8rHPHD6S~dFKAdZhd2WmrRtlf5RBOCNnGZelteb7rZDNwBOrJYT9yWDUPY89zsFNZ6t3Rej3ppLupQov-ikkGADhEEXrJjTLhsYK-Sdm8dZ7wD5Ro2rISzjSA3exKnaLxDsD2xxZACICEIkN4lJg__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ) ___ # :warning: Looking for More Details? 1. **Network Log**: we are unable to capture your network requests automatically. If you are using HttpUrlConnection or Okhttp requests, [**check the details mentioned here**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations#section-network-logs). 2. **User Events**: start capturing custom User Events to send them along with each report. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations). 3. **Instabug Log**: start adding Instabug logs to see them right inside each report you receive. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations).
1.0
No description entered by the user. - # :clipboard: Bug Details >No description entered by the user. key | value --|-- Reported At | 2022-05-22 10:09:01 UTC Email | mhashim@instabug.com Categories | Report a bug Tags | test, Hello!, RULE-GOT-APPLIED, DOES-NOT-CONTAIN-STRING, Rule-works-on-convert-to-bug, instabug App Version | 1.1 (1) Session Duration | 6 Device | samsung SM-N770F, OS Level 31 Display | 810x1800 (hdpi) Location | Cairo, Egypt (en) ## :point_right: [View Full Bug Report on Instabug](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8802?utm_source=github&utm_medium=integrations) :point_left: ___ # :iphone: View Hierarchy This bug was reported from **com.example.app.main.MainFragment** Find its interactive view hierarchy with all its subviews here: :point_right: **[Check View Hierarchy](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8802?show-hierarchy-view=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :chart_with_downwards_trend: Session Profiler Here is what the app was doing right before the bug was reported: Key | Value --|-- Used Memory | 46.3% - 3.43/7.42 GB Used Storage | 4.4% - 4.8/109.7 GB Connectivity | WiFi Battery | 19% - unplugged Orientation | portrait Find all the changes that happened in the parameters mentioned above during the last 60 seconds before the bug was reported here: :point_right: **[View Full Session Profiler](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8802?show-session-profiler=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :bust_in_silhouette: User Info ### User Attributes ``` key_name -1985415933: key value bla bla bla la ``` ___ # :mag_right: Logs ### User Steps Here are the last 10 steps done by the user right before the bug was reported: ``` 10:08:57 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was started. 10:08:57 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was resumed. 10:08:57 com.example.app.main.MainActivity was resumed. 10:08:57 Tap in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.app.main.MainActivity" 10:08:58 com.example.app.splash.SplashActivity was stopped. 10:08:58 com.example.app.splash.SplashActivity was destroyed. 10:09:00 Tap in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.app.main.MainActivity" 10:09:00 com.example.app.main.MainActivity was paused. 10:09:00 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was paused. 10:09:01 Tap in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.app.main.MainActivity" ``` Find all the user steps done by the user throughout the session here: :point_right: **[View All User Steps](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8802?show-logs=user_steps&utm_source=github&utm_medium=integrations)** :point_left: ### Console Log Here are the last 10 console logs logged right before the bug was reported: ``` 10:09:38 I/com.example.ap( 8281): Explicit concurrent copying GC freed 3396(304KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 9018KB/17MB, paused 217us,90us total 66.461ms 10:09:39 I/ViewRootImpl@8927d0c[ReportingContainerActivity]( 8281): ViewPostIme pointer 0 10:09:39 I/MSHandlerLifeCycle( 8281): isMultiSplitHandlerRequested: windowingMode=1 isFullscreen=true isPopOver=false isHidden=false skipActivityType=false isHandlerType=true this: DecorView@b34d18f[ReportingContainerActivity] 10:09:39 I/MSHandlerLifeCycle( 8281): isMultiSplitHandlerRequested: windowingMode=1 isFullscreen=true isPopOver=false isHidden=false skipActivityType=false isHandlerType=true this: DecorView@b34d18f[ReportingContainerActivity] 10:09:39 I/ViewRootImpl@8927d0c[ReportingContainerActivity]( 8281): ViewPostIme pointer 1 10:09:39 I/MSHandlerLifeCycle( 8281): isMultiSplitHandlerRequested: windowingMode=1 isFullscreen=true isPopOver=false isHidden=false skipActivityType=false isHandlerType=true this: DecorView@b34d18f[ReportingContainerActivity] 10:09:39 I/IMM_LC ( 8281): hsifw() - flags=0, caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1846 android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1815 com.instabug.library.util.KeyboardUtils.hide:21 com.instabug.bug.view.reporting.BaseReportingFragment.navigateToSuccessFragment:1211 com.instabug.bug.view.reporting.BaseReportingPresenter.onSendClicked:566 10:09:39 I/IMM_LC ( 8281): hideSoftInputFromWindow - mService.hideSoftInput 10:09:39 D/InsetsSourceConsumer( 8281): setRequestedVisible: visible=false, type=19, host=com.example.app/com.instabug.bug.view.reporting.ReportingContainerActivity, from=android.view.InsetsSourceConsumer.hide:242 android.view.ImeInsetsSourceConsumer.hide:68 android.view.ImeInsetsSourceConsumer.hide:74 android.view.InsetsController.hideDirectly:1473 android.view.InsetsController.controlAnimationUnchecked:1139 android.view.InsetsController.applyAnimation:1456 android.view.InsetsController.applyAnimation:1437 android.view.InsetsController.hide:1006 android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6461 android.view.ViewRootImpl$ViewRootHandler.handleMessage:6382 10:09:39 D/ScrollView( 8281): onsize change changed ``` Find all the logged console logs throughout the session here: :point_right: **[View All Console Log](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8802?show-logs=console_log&utm_source=github&utm_medium=integrations)** :point_left: ___ # :paperclip: Attachments 1. [video-2022-05-22_12-09-08.581.mp4](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/18350262/f897d250f5d0ba3b942618cb6d0b5dc9_original/26083957/video-2022-05-22_12-09-08.581.mp4?Expires=4808888093&Signature=EwgsioGhdeQpZ2hnh94J7YMGJXenBnryQfVajwd8D9X1tFzl4yOHPiDHQXKMI~vKT8jfmgu60ImwLb1bBIbso6wvTDB5v7aa5NJUD~fNwgtfMDo5idPP3cx-A3lehLxqwnYfq7SsWYLbj1x-MQy-0zskL3HXx3IArN7RBLdRsgs6HCRr6CQ89RNr6GGdtiAnndSTsQ8cEHSDyWYSJ5iFRGvcSKEdix3Qp22AaXmmX5GxZ57uObuYE9En6dMgjdt-00tpQsrwffhc8W3OsFeyJlazWJ6l3qRkBUpU3fl8fmiP9z3h73tR9-Te1NAXh7l~3iJx34ulfmfo3JUyzprR9w__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ) ___ # :camera: Images [![image attachment](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/18350262/c3231026acc00bf39c176a02c3c88dc4_one_bug_thumb/26083967/bug_1653214140431_.jpg?Expires=4808888093&Signature=CPcmol~m28h46YGEiCGYX7SP0VLJHvkQJAn225IoniIqGnZHdJfHYn1qFspDJ1IOwzKZNIpqf0PiarOzmd~KgTtew48eRyryAtBXllME7egV5Ll00EmifiWSdU92s3wVVPWOJX~Tzlu9moaDK9cqjtutIu~0JLTuCYhKcj~HQ2RaZFauZOqKdKvq3AVjmPpD2YB03m9eut2UEjFEt9lb63hsfb1O5PzNEC4sHdmjTSG~hpRszwG1IHL-tCZselTYo2xVjgPri2LxN2lMNObkghqkYk62bZduSk0stVduHqDybYnG~0BYOwaArZ7t4FsVW7mNfwYD2m5et5LNC~jiNw__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ)](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/18350262/c3231026acc00bf39c176a02c3c88dc4_original/26083967/bug_1653214140431_.jpg?Expires=4808888093&Signature=UN4s-CIS961a5hiv56Mk0GtAOQ3xfoE12YFpy64SY3yexkfNoNWJhgQnQrou46xqZsISJDqXcGXOwbMEeODsmF9o3Aq6SHs~57b-Zqc7K0X~vzNlooqJZ78tf0wUNiCrhocm9yf3VMObPe2KFiOuZd1BgWgJyU8onuepcAxJzseGpwmtiwNzQDF2N0BOfhYZNH8rHPHD6S~dFKAdZhd2WmrRtlf5RBOCNnGZelteb7rZDNwBOrJYT9yWDUPY89zsFNZ6t3Rej3ppLupQov-ikkGADhEEXrJjTLhsYK-Sdm8dZ7wD5Ro2rISzjSA3exKnaLxDsD2xxZACICEIkN4lJg__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ) ___ # :warning: Looking for More Details? 1. **Network Log**: we are unable to capture your network requests automatically. If you are using HttpUrlConnection or Okhttp requests, [**check the details mentioned here**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations#section-network-logs). 2. **User Events**: start capturing custom User Events to send them along with each report. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations). 3. **Instabug Log**: start adding Instabug logs to see them right inside each report you receive. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations).
non_priority
no description entered by the user clipboard bug details no description entered by the user key value reported at utc email mhashim instabug com categories report a bug tags test hello rule got applied does not contain string rule works on convert to bug instabug app version session duration device samsung sm os level display hdpi location cairo egypt en point right point left iphone view hierarchy this bug was reported from com example app main mainfragment find its interactive view hierarchy with all its subviews here point right point left chart with downwards trend session profiler here is what the app was doing right before the bug was reported key value used memory gb used storage gb connectivity wifi battery unplugged orientation portrait find all the changes that happened in the parameters mentioned above during the last seconds before the bug was reported here point right point left bust in silhouette user info user attributes key name key value bla bla bla la mag right logs user steps here are the last steps done by the user right before the bug was reported in activity com example app main mainactivity fragment com example app main mainfragment was started in activity com example app main mainactivity fragment com example app main mainfragment was resumed com example app main mainactivity was resumed tap in androidx constraintlayout widget constraintlayout in com example app main mainactivity com example app splash splashactivity was stopped com example app splash splashactivity was destroyed tap in androidx constraintlayout widget constraintlayout in com example app main mainactivity com example app main mainactivity was paused in activity com example app main mainactivity fragment com example app main mainfragment was paused tap in androidx constraintlayout widget constraintlayout in com example app main mainactivity find all the user steps done by the user throughout the session here point right point left console log here are the last console logs logged right before the bug was reported i com example ap explicit concurrent copying gc freed allocspace objects los objects free paused total i viewrootimpl viewpostime pointer i mshandlerlifecycle ismultisplithandlerrequested windowingmode isfullscreen true ispopover false ishidden false skipactivitytype false ishandlertype true this decorview i mshandlerlifecycle ismultisplithandlerrequested windowingmode isfullscreen true ispopover false ishidden false skipactivitytype false ishandlertype true this decorview i viewrootimpl viewpostime pointer i mshandlerlifecycle ismultisplithandlerrequested windowingmode isfullscreen true ispopover false ishidden false skipactivitytype false ishandlertype true this decorview i imm lc hsifw flags caller android view inputmethod inputmethodmanager hidesoftinputfromwindow android view inputmethod inputmethodmanager hidesoftinputfromwindow com instabug library util keyboardutils hide com instabug bug view reporting basereportingfragment navigatetosuccessfragment com instabug bug view reporting basereportingpresenter onsendclicked i imm lc hidesoftinputfromwindow mservice hidesoftinput d insetssourceconsumer setrequestedvisible visible false type host com example app com instabug bug view reporting reportingcontaineractivity from android view insetssourceconsumer hide android view imeinsetssourceconsumer hide android view imeinsetssourceconsumer hide android view insetscontroller hidedirectly android view insetscontroller controlanimationunchecked android view insetscontroller applyanimation android view insetscontroller applyanimation android view insetscontroller hide android view viewrootimpl viewroothandler handlemessageimpl android view viewrootimpl viewroothandler handlemessage d scrollview onsize change changed find all the logged console logs throughout the session here point right point left paperclip attachments camera images warning looking for more details network log we are unable to capture your network requests automatically if you are using httpurlconnection or okhttp requests user events start capturing custom user events to send them along with each report instabug log start adding instabug logs to see them right inside each report you receive
0
266,203
8,364,162,940
IssuesEvent
2018-10-03 21:52:56
SparkDevNetwork/Rock
https://api.github.com/repos/SparkDevNetwork/Rock
closed
Transaction Detail block displays the Financial Gateway component rather than name
Fixed in v8.5 Priority: Low Status: Confirmed Topic: Finance Topic: UI Type: Bug
### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Can you reproduce the problem on a fresh install or the [demo site](http://rock.rocksolidchurchdemo.com/)? * Did you include your Rock version number and [client culture](https://github.com/SparkDevNetwork/Rock/wiki/Environment-and-Diagnostics-Information) setting? * Did you [perform a cursory search](https://github.com/issues?q=is%3Aissue+user%3ASparkDevNetwork+-repo%3ASparkDevNetwork%2FSlack) to see if your bug or enhancement is already reported? ### Description If you are going to import a bunch of Financial Transactions, it is probably a good idea to create a new Gateway to avoid potentially matching on Transaction Codes. Being that this is really just a placeholder, you _should_ be able to use the Test Gateway gateway type. Problems is, when you go to view the transactions, they all show to be tied to the gateway called TestGateway. If you click edit and actually view the detail, it shows the correct gateway. ### Steps to Reproduce 1. Create a new Financial Gateway of type Test Gateway 2. Create a transaction and attach it to the new gateway 3. View your transaction, notice that your Gateway is TestGateway 4. Click Edit and notice that your Gateway is now displayed correctly. **Expected behavior:** I believe the actual Gateway name should be displayed. https://github.com/SparkDevNetwork/Rock/blob/hotfix-1.7.4/RockWeb/Blocks/Finance/TransactionDetail.ascx.cs#L1341 This should probably be: `txn.FinancialGateway.Name` Not: `Rock.Financial.GatewayContainer.GetComponentName( txn.FinancialGateway.EntityType.Name )` **Actual behavior:** Component Name is being used. ### Versions * **Rock Version:** 7.4 * **Client Culture Setting:** en-US
1.0
Transaction Detail block displays the Financial Gateway component rather than name - ### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Can you reproduce the problem on a fresh install or the [demo site](http://rock.rocksolidchurchdemo.com/)? * Did you include your Rock version number and [client culture](https://github.com/SparkDevNetwork/Rock/wiki/Environment-and-Diagnostics-Information) setting? * Did you [perform a cursory search](https://github.com/issues?q=is%3Aissue+user%3ASparkDevNetwork+-repo%3ASparkDevNetwork%2FSlack) to see if your bug or enhancement is already reported? ### Description If you are going to import a bunch of Financial Transactions, it is probably a good idea to create a new Gateway to avoid potentially matching on Transaction Codes. Being that this is really just a placeholder, you _should_ be able to use the Test Gateway gateway type. Problems is, when you go to view the transactions, they all show to be tied to the gateway called TestGateway. If you click edit and actually view the detail, it shows the correct gateway. ### Steps to Reproduce 1. Create a new Financial Gateway of type Test Gateway 2. Create a transaction and attach it to the new gateway 3. View your transaction, notice that your Gateway is TestGateway 4. Click Edit and notice that your Gateway is now displayed correctly. **Expected behavior:** I believe the actual Gateway name should be displayed. https://github.com/SparkDevNetwork/Rock/blob/hotfix-1.7.4/RockWeb/Blocks/Finance/TransactionDetail.ascx.cs#L1341 This should probably be: `txn.FinancialGateway.Name` Not: `Rock.Financial.GatewayContainer.GetComponentName( txn.FinancialGateway.EntityType.Name )` **Actual behavior:** Component Name is being used. ### Versions * **Rock Version:** 7.4 * **Client Culture Setting:** en-US
priority
transaction detail block displays the financial gateway component rather than name prerequisites put an x between the brackets on this line if you have done all of the following can you reproduce the problem on a fresh install or the did you include your rock version number and setting did you to see if your bug or enhancement is already reported description if you are going to import a bunch of financial transactions it is probably a good idea to create a new gateway to avoid potentially matching on transaction codes being that this is really just a placeholder you should be able to use the test gateway gateway type problems is when you go to view the transactions they all show to be tied to the gateway called testgateway if you click edit and actually view the detail it shows the correct gateway steps to reproduce create a new financial gateway of type test gateway create a transaction and attach it to the new gateway view your transaction notice that your gateway is testgateway click edit and notice that your gateway is now displayed correctly expected behavior i believe the actual gateway name should be displayed this should probably be txn financialgateway name not rock financial gatewaycontainer getcomponentname txn financialgateway entitytype name actual behavior component name is being used versions rock version client culture setting en us
1
49,060
13,438,594,555
IssuesEvent
2020-09-07 18:32:23
wallanpsantos/cursoAngularNove
https://api.github.com/repos/wallanpsantos/cursoAngularNove
opened
CVE-2020-7720 (High) detected in node-forge-0.9.0.tgz
security vulnerability
## CVE-2020-7720 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.9.0.tgz</b></p></summary> <p>JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz">https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/cursoAngularNove/frontend/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/cursoAngularNove/frontend/node_modules/node-forge/package.json</p> <p> Dependency Hierarchy: - build-angular-0.901.11.tgz (Root Library) - webpack-dev-server-3.11.0.tgz - selfsigned-1.10.7.tgz - :x: **node-forge-0.9.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/wallanpsantos/cursoAngularNove/commit/43bbd9527954a47c1000c9dc9de06d19aa02f1c7">43bbd9527954a47c1000c9dc9de06d19aa02f1c7</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package node-forge before 0.10.0 is vulnerable to Prototype Pollution via the util.setPath function. Note: Version 0.10.0 is a breaking change removing the vulnerable functions. <p>Publish Date: 2020-09-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7720>CVE-2020-7720</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.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-7720 (High) detected in node-forge-0.9.0.tgz - ## CVE-2020-7720 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.9.0.tgz</b></p></summary> <p>JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz">https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/cursoAngularNove/frontend/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/cursoAngularNove/frontend/node_modules/node-forge/package.json</p> <p> Dependency Hierarchy: - build-angular-0.901.11.tgz (Root Library) - webpack-dev-server-3.11.0.tgz - selfsigned-1.10.7.tgz - :x: **node-forge-0.9.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/wallanpsantos/cursoAngularNove/commit/43bbd9527954a47c1000c9dc9de06d19aa02f1c7">43bbd9527954a47c1000c9dc9de06d19aa02f1c7</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package node-forge before 0.10.0 is vulnerable to Prototype Pollution via the util.setPath function. Note: Version 0.10.0 is a breaking change removing the vulnerable functions. <p>Publish Date: 2020-09-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7720>CVE-2020-7720</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.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in node forge tgz cve high severity vulnerability vulnerable library node forge tgz javascript implementations of network transports cryptography ciphers pki message digests and various utilities library home page a href path to dependency file tmp ws scm cursoangularnove frontend package json path to vulnerable library tmp ws scm cursoangularnove frontend node modules node forge package json dependency hierarchy build angular tgz root library webpack dev server tgz selfsigned tgz x node forge tgz vulnerable library found in head commit a href vulnerability details the package node forge before is vulnerable to prototype pollution via the util setpath function note version is a breaking change removing the vulnerable functions publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href step up your open source security game with whitesource
0
332,651
29,490,277,072
IssuesEvent
2023-06-02 12:59:39
MPMG-DCC-UFMG/F01
https://api.github.com/repos/MPMG-DCC-UFMG/F01
closed
Teste de generalizacao para a tag Terceiro Setor - Dados de parcerias - Dores do Indaiá
generalization test development template - GRP (27) tag - Terceiro Setor subtag - Dados de Parcerias
DoD: Realizar o teste de Generalização do validador da tag Terceiro Setor - Dados de parcerias para o Município de Dores do Indaiá.
1.0
Teste de generalizacao para a tag Terceiro Setor - Dados de parcerias - Dores do Indaiá - DoD: Realizar o teste de Generalização do validador da tag Terceiro Setor - Dados de parcerias para o Município de Dores do Indaiá.
non_priority
teste de generalizacao para a tag terceiro setor dados de parcerias dores do indaiá dod realizar o teste de generalização do validador da tag terceiro setor dados de parcerias para o município de dores do indaiá
0
726,900
25,015,366,822
IssuesEvent
2022-11-03 18:19:33
tyndyrn/Visceral-Carnage_GAME
https://api.github.com/repos/tyndyrn/Visceral-Carnage_GAME
opened
Models That Need To Be Updated With The Newer Models
Priority: Medium Status: Assigned Textures
There are models in the game that need to be updated to their new ones that have been fixed with the proper UV's The models of the - Bar Shelf - Shelf Rack Need to be changed to their new models since the models currently in game have stretching and its very obvious. The solution will be simply to swap the models to their current new ones
1.0
Models That Need To Be Updated With The Newer Models - There are models in the game that need to be updated to their new ones that have been fixed with the proper UV's The models of the - Bar Shelf - Shelf Rack Need to be changed to their new models since the models currently in game have stretching and its very obvious. The solution will be simply to swap the models to their current new ones
priority
models that need to be updated with the newer models there are models in the game that need to be updated to their new ones that have been fixed with the proper uv s the models of the bar shelf shelf rack need to be changed to their new models since the models currently in game have stretching and its very obvious the solution will be simply to swap the models to their current new ones
1
51,837
21,891,939,223
IssuesEvent
2022-05-20 03:18:30
JeongSeonggil/SubMarketWithGit
https://api.github.com/repos/JeongSeonggil/SubMarketWithGit
opened
Seller 탈퇴 구현
feature seller-service
## 📌 기능 설명 Seller Password 확인 후 일치한다면 Seller 회원 탈퇴 ## 📑 완료 조건 - [ ] Seller Password 확인 - [ ] Seller 탈퇴
1.0
Seller 탈퇴 구현 - ## 📌 기능 설명 Seller Password 확인 후 일치한다면 Seller 회원 탈퇴 ## 📑 완료 조건 - [ ] Seller Password 확인 - [ ] Seller 탈퇴
non_priority
seller 탈퇴 구현 📌 기능 설명 seller password 확인 후 일치한다면 seller 회원 탈퇴 📑 완료 조건 seller password 확인 seller 탈퇴
0
362,237
10,724,382,376
IssuesEvent
2019-10-28 01:20:49
k8smeetup/website-tasks
https://api.github.com/repos/k8smeetup/website-tasks
closed
/docs/tasks/extend-kubectl/kubectl-plugins.md
finished lang/zh priority/P0 sync/update version/1.16
Source File: [/docs/tasks/extend-kubectl/kubectl-plugins.md](https://github.com/kubernetes/website/blob/release-1.16/content/en/docs/tasks/extend-kubectl/kubectl-plugins.md) Diff 查看原始文档更新差异命令: ```bash git diff release-1.14 release-1.16 -- content/en/docs/tasks/extend-kubectl/kubectl-plugins.md ```
1.0
/docs/tasks/extend-kubectl/kubectl-plugins.md - Source File: [/docs/tasks/extend-kubectl/kubectl-plugins.md](https://github.com/kubernetes/website/blob/release-1.16/content/en/docs/tasks/extend-kubectl/kubectl-plugins.md) Diff 查看原始文档更新差异命令: ```bash git diff release-1.14 release-1.16 -- content/en/docs/tasks/extend-kubectl/kubectl-plugins.md ```
priority
docs tasks extend kubectl kubectl plugins md source file diff 查看原始文档更新差异命令 bash git diff release release content en docs tasks extend kubectl kubectl plugins md
1
413,052
27,884,845,893
IssuesEvent
2023-03-21 22:45:23
tawana0518/mywebclass-simulation
https://api.github.com/repos/tawana0518/mywebclass-simulation
closed
DevOps Task #2 - Create instructions and scripts to deploy the project
documentation
Create easy-to-understand instructions and scripts to deploy the project and, if necessary, how to set up the development server and add a link to them to your readme.md file.
1.0
DevOps Task #2 - Create instructions and scripts to deploy the project - Create easy-to-understand instructions and scripts to deploy the project and, if necessary, how to set up the development server and add a link to them to your readme.md file.
non_priority
devops task create instructions and scripts to deploy the project create easy to understand instructions and scripts to deploy the project and if necessary how to set up the development server and add a link to them to your readme md file
0
616,025
19,292,223,073
IssuesEvent
2021-12-12 01:07:56
GuillermoFloresV/Project3_Group12_Backend
https://api.github.com/repos/GuillermoFloresV/Project3_Group12_Backend
closed
Fetch Profile API
Priority: 3 Difficulty: 3
Connect Profile API to Android Application Frontend. This will most likely be done using Retrofit. https://www.androidauthority.com/retrofit-android-tutorial-906928/ How will it be tested: API endpoints will be tested with Postman. Request and Response verification.
1.0
Fetch Profile API - Connect Profile API to Android Application Frontend. This will most likely be done using Retrofit. https://www.androidauthority.com/retrofit-android-tutorial-906928/ How will it be tested: API endpoints will be tested with Postman. Request and Response verification.
priority
fetch profile api connect profile api to android application frontend this will most likely be done using retrofit how will it be tested api endpoints will be tested with postman request and response verification
1
209,086
15,978,629,933
IssuesEvent
2021-04-17 10:45:50
Alpfonso/Evidencija-i-administracija-radnika
https://api.github.com/repos/Alpfonso/Evidencija-i-administracija-radnika
opened
Izrada testnih slučajeva za ticket sistem
testing
- [ ] testni slučajevi za prijavu ticket-a - [ ] testni slučajevi za preuzimanje ticket-a - [ ] testni slučajevi za označavanje riješenih ticket-a
1.0
Izrada testnih slučajeva za ticket sistem - - [ ] testni slučajevi za prijavu ticket-a - [ ] testni slučajevi za preuzimanje ticket-a - [ ] testni slučajevi za označavanje riješenih ticket-a
non_priority
izrada testnih slučajeva za ticket sistem testni slučajevi za prijavu ticket a testni slučajevi za preuzimanje ticket a testni slučajevi za označavanje riješenih ticket a
0
226,220
18,007,078,506
IssuesEvent
2021-09-16 02:01:08
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
Can we have an option to not report IDE0009 (this. prefix) when a member starts with underscore?
Area-IDE Feature Request Need More Info fabric-bot-test
**Version Used**: 15.8 **Steps to Reproduce**: ```csharp class A { int _x; A() { _x = 10; } } ``` **Expected Behavior**: IDE0009 not reported based on a setting (probably better have it not report by default), that allows skipping `this.` if member starts with '_' **Actual Behavior**: IDE0009 is reported **Rationale** There're two common guidelines for accessing instance members: make it clear with `this.` or prefix their names with '_'. The first is more common, but the second is also used in some projects, and probably should be kept in them for consistency. It will be useful to have on projects like https://github.com/Microsoft/PTVS
1.0
Can we have an option to not report IDE0009 (this. prefix) when a member starts with underscore? - **Version Used**: 15.8 **Steps to Reproduce**: ```csharp class A { int _x; A() { _x = 10; } } ``` **Expected Behavior**: IDE0009 not reported based on a setting (probably better have it not report by default), that allows skipping `this.` if member starts with '_' **Actual Behavior**: IDE0009 is reported **Rationale** There're two common guidelines for accessing instance members: make it clear with `this.` or prefix their names with '_'. The first is more common, but the second is also used in some projects, and probably should be kept in them for consistency. It will be useful to have on projects like https://github.com/Microsoft/PTVS
non_priority
can we have an option to not report this prefix when a member starts with underscore version used steps to reproduce csharp class a int x a x expected behavior not reported based on a setting probably better have it not report by default that allows skipping this if member starts with actual behavior is reported rationale there re two common guidelines for accessing instance members make it clear with this or prefix their names with the first is more common but the second is also used in some projects and probably should be kept in them for consistency it will be useful to have on projects like
0
124,721
4,932,114,879
IssuesEvent
2016-11-28 12:35:11
trupti-dhall/Harman
https://api.github.com/repos/trupti-dhall/Harman
opened
News & Views block dynamic tagging
Priority2
Step 1 : Navigate to the url: http://wipro48ocphrfau.devcloud.acquia-sites.com/user Step 2 : Login as editor. editor/wipro@123 Step 3 : Navigate to the url: https://wipro48ocphrfau.devcloud.acquia-sites.com Step 4 : In device , PC Step 5 : Open in browser,GoogleChrome Step 6 : Scroll down to the News & Views block Step 7 : Its observed that tagging of block is not proper.. Step 8 : In harman live site it is observed that block has been tagged dynamically irrespective of category. ![news views](https://cloud.githubusercontent.com/assets/22929369/20668487/1ffc19d8-b595-11e6-91f7-a06f2d7ac1a6.png)
1.0
News & Views block dynamic tagging - Step 1 : Navigate to the url: http://wipro48ocphrfau.devcloud.acquia-sites.com/user Step 2 : Login as editor. editor/wipro@123 Step 3 : Navigate to the url: https://wipro48ocphrfau.devcloud.acquia-sites.com Step 4 : In device , PC Step 5 : Open in browser,GoogleChrome Step 6 : Scroll down to the News & Views block Step 7 : Its observed that tagging of block is not proper.. Step 8 : In harman live site it is observed that block has been tagged dynamically irrespective of category. ![news views](https://cloud.githubusercontent.com/assets/22929369/20668487/1ffc19d8-b595-11e6-91f7-a06f2d7ac1a6.png)
priority
news views block dynamic tagging step navigate to the url step login as editor editor wipro step navigate to the url step in device pc step open in browser googlechrome step scroll down to the news views block step its observed that tagging of block is not proper step in harman live site it is observed that block has been tagged dynamically irrespective of category
1
811,540
30,292,028,824
IssuesEvent
2023-07-09 12:01:31
ctm/mb2-doc
https://api.github.com/repos/ctm/mb2-doc
opened
Fix short_name rejigger downstream problems
bug high priority
Fix the problems that my behind-mb2's-back db shenanigans caused. Yesterday's [HOSDARSS Championship](https://craftpoker.com/event/4627/player/10) had some players with more chips than others. If I don't do anything, the next few WSOPS tournaments will have the same problem. This is a known bug (#1009) that only happens when an event allows people to sign up and then the starting chips for the event gets changed after someone has signed up. When I set up the WSOPS events, I accidentally messed up a few (five?). The first messed up one was supposed to be the PLO Bounty tournament, but it turned out to be Lucky 7's. After that tournament was over, I double-checked to make sure all the other ones that were messed up had the correct db values for the other columns and then just updated the `short_name` column. I didn't think about the fact that the starting chips from the structure had already been used. The reason the starting chips is used before the tournament starts is because mb2 allows people to redeem lammers prior to the first hand in tournaments and it allows people to buy-in for varying amounts before a game starts in ring games. Anyway, I need to: - [ ] Pay gerdog $50 - [ ] remove the HOSDARSS Championship results from the WSOPS standings - [ ] find and fix this problem with the other (three?) tournaments where I switched short_names - [ ] figure out what to do with the HOSDARSS results in the overall standings Removing the HOSDARSS Championship results from WSOPS was trivial; it was just deleting a row in the `event_tags` table, so I did that after paying gerdog. That, however, leaves the results in the overall standings which isn't fair to people who didn't get enough chips. I think the long-term solution is to simply have a table of "does not count at all" event ids and then have all the reports respect that table. I'll work on that sometime in the next few days, but it's much lower priority. Fixing the problem with the other tournaments requires me paying attention, but at least I got a "fairly good" night's sleep last night.
1.0
Fix short_name rejigger downstream problems - Fix the problems that my behind-mb2's-back db shenanigans caused. Yesterday's [HOSDARSS Championship](https://craftpoker.com/event/4627/player/10) had some players with more chips than others. If I don't do anything, the next few WSOPS tournaments will have the same problem. This is a known bug (#1009) that only happens when an event allows people to sign up and then the starting chips for the event gets changed after someone has signed up. When I set up the WSOPS events, I accidentally messed up a few (five?). The first messed up one was supposed to be the PLO Bounty tournament, but it turned out to be Lucky 7's. After that tournament was over, I double-checked to make sure all the other ones that were messed up had the correct db values for the other columns and then just updated the `short_name` column. I didn't think about the fact that the starting chips from the structure had already been used. The reason the starting chips is used before the tournament starts is because mb2 allows people to redeem lammers prior to the first hand in tournaments and it allows people to buy-in for varying amounts before a game starts in ring games. Anyway, I need to: - [ ] Pay gerdog $50 - [ ] remove the HOSDARSS Championship results from the WSOPS standings - [ ] find and fix this problem with the other (three?) tournaments where I switched short_names - [ ] figure out what to do with the HOSDARSS results in the overall standings Removing the HOSDARSS Championship results from WSOPS was trivial; it was just deleting a row in the `event_tags` table, so I did that after paying gerdog. That, however, leaves the results in the overall standings which isn't fair to people who didn't get enough chips. I think the long-term solution is to simply have a table of "does not count at all" event ids and then have all the reports respect that table. I'll work on that sometime in the next few days, but it's much lower priority. Fixing the problem with the other tournaments requires me paying attention, but at least I got a "fairly good" night's sleep last night.
priority
fix short name rejigger downstream problems fix the problems that my behind s back db shenanigans caused yesterday s had some players with more chips than others if i don t do anything the next few wsops tournaments will have the same problem this is a known bug that only happens when an event allows people to sign up and then the starting chips for the event gets changed after someone has signed up when i set up the wsops events i accidentally messed up a few five the first messed up one was supposed to be the plo bounty tournament but it turned out to be lucky s after that tournament was over i double checked to make sure all the other ones that were messed up had the correct db values for the other columns and then just updated the short name column i didn t think about the fact that the starting chips from the structure had already been used the reason the starting chips is used before the tournament starts is because allows people to redeem lammers prior to the first hand in tournaments and it allows people to buy in for varying amounts before a game starts in ring games anyway i need to pay gerdog remove the hosdarss championship results from the wsops standings find and fix this problem with the other three tournaments where i switched short names figure out what to do with the hosdarss results in the overall standings removing the hosdarss championship results from wsops was trivial it was just deleting a row in the event tags table so i did that after paying gerdog that however leaves the results in the overall standings which isn t fair to people who didn t get enough chips i think the long term solution is to simply have a table of does not count at all event ids and then have all the reports respect that table i ll work on that sometime in the next few days but it s much lower priority fixing the problem with the other tournaments requires me paying attention but at least i got a fairly good night s sleep last night
1
279,653
8,671,568,841
IssuesEvent
2018-11-29 19:31:55
chanzuckerberg/cellxgene
https://api.github.com/repos/chanzuckerberg/cellxgene
closed
Add scientific recipes to readme
Priority Low
Add recipes for common use cases, along with explanation of methods/algorithms used
1.0
Add scientific recipes to readme - Add recipes for common use cases, along with explanation of methods/algorithms used
priority
add scientific recipes to readme add recipes for common use cases along with explanation of methods algorithms used
1
239,344
7,794,286,734
IssuesEvent
2018-06-08 01:40:14
TuranicTeam/Altay
https://api.github.com/repos/TuranicTeam/Altay
closed
Fireworks bug
Category: Gameplay Priority: Low
#### Issue description It should not go through every batch #### Steps to reproduce the issue 1. use a firework under some block. 2. See what's happening. #### OS and versions <!--- Valid version must contain build number or git hash, "latest" is invalid. If the version is invalid, the issue will be CLOSED Game versions include Bedrock Engine, Windows 10 Edition version --> * Altay: 1.7 * PHP: 7.0 - 7.2 * Server OS: Windows 10 * Game version: 1.4.2 Windows 10 Edition #### Crashdump, backtrace, memory dumps, plugins list or other files <!--- Paste in the below block --> ``` - ```
1.0
Fireworks bug - #### Issue description It should not go through every batch #### Steps to reproduce the issue 1. use a firework under some block. 2. See what's happening. #### OS and versions <!--- Valid version must contain build number or git hash, "latest" is invalid. If the version is invalid, the issue will be CLOSED Game versions include Bedrock Engine, Windows 10 Edition version --> * Altay: 1.7 * PHP: 7.0 - 7.2 * Server OS: Windows 10 * Game version: 1.4.2 Windows 10 Edition #### Crashdump, backtrace, memory dumps, plugins list or other files <!--- Paste in the below block --> ``` - ```
priority
fireworks bug issue description it should not go through every batch steps to reproduce the issue use a firework under some block see what s happening os and versions valid version must contain build number or git hash latest is invalid if the version is invalid the issue will be closed game versions include bedrock engine windows edition version altay php server os windows game version windows edition crashdump backtrace memory dumps plugins list or other files
1
563,654
16,703,087,229
IssuesEvent
2021-06-09 06:39:35
siodb/siodb
https://api.github.com/repos/siodb/siodb
closed
Create database issue 'Device or resource busy'
component:iomgr priority:critical type:bug
## Issue ```sql siocli> create database dc1f24ce8cfda5d with uuid = 'c1f24ce8-cfda-5d59-94c1-20a5c9f4529e', data_directory_must_exist = true; Status -27: Can't create data directory '/var/lib/siodb/siodb0100/data/db-c1f24ce8-cfda-5d59-94c1-20a5c9f4529e' for the database 'DC1F24CE8CFDA5D' (c1f24ce8-cfda-5d59-94c1-20a5c9f4529e): (16) Device or resource busy ``` Log file entry: ```log 2021-06-08 06:50:05.138038 error 2460 2465 RequestHandler: [-27] Can't create data directory '/var/lib/siodb/siodb0100/data/db-c1f24ce8-cfda-5d59-94c1-20a5c9f4529e' for the database 'DC1F24CE8CFDA5D' (c1f24ce8-cfda-5d59-94c1-20a5c9f4529e): (16) Device or resource busy ``` But the device is not used at all: ```bash $ fuser /var/lib/siodb/siodb0100/data/db-c1f24ce8-cfda-5d59-94c1-20a5c9f4529e $ lsof +D /var/lib/siodb/siodb0100/data/db-c1f24ce8-cfda-5d59-94c1-20a5c9f4529e ```
1.0
Create database issue 'Device or resource busy' - ## Issue ```sql siocli> create database dc1f24ce8cfda5d with uuid = 'c1f24ce8-cfda-5d59-94c1-20a5c9f4529e', data_directory_must_exist = true; Status -27: Can't create data directory '/var/lib/siodb/siodb0100/data/db-c1f24ce8-cfda-5d59-94c1-20a5c9f4529e' for the database 'DC1F24CE8CFDA5D' (c1f24ce8-cfda-5d59-94c1-20a5c9f4529e): (16) Device or resource busy ``` Log file entry: ```log 2021-06-08 06:50:05.138038 error 2460 2465 RequestHandler: [-27] Can't create data directory '/var/lib/siodb/siodb0100/data/db-c1f24ce8-cfda-5d59-94c1-20a5c9f4529e' for the database 'DC1F24CE8CFDA5D' (c1f24ce8-cfda-5d59-94c1-20a5c9f4529e): (16) Device or resource busy ``` But the device is not used at all: ```bash $ fuser /var/lib/siodb/siodb0100/data/db-c1f24ce8-cfda-5d59-94c1-20a5c9f4529e $ lsof +D /var/lib/siodb/siodb0100/data/db-c1f24ce8-cfda-5d59-94c1-20a5c9f4529e ```
priority
create database issue device or resource busy issue sql siocli create database with uuid cfda data directory must exist true status can t create data directory var lib siodb data db cfda for the database cfda device or resource busy log file entry log error requesthandler can t create data directory var lib siodb data db cfda for the database cfda device or resource busy but the device is not used at all bash fuser var lib siodb data db cfda lsof d var lib siodb data db cfda
1
208,171
7,136,415,986
IssuesEvent
2018-01-23 06:59:49
HERA-Team/linsolve
https://api.github.com/repos/HERA-Team/linsolve
opened
Add ability to have more than one measurement for a key=equation
Low Priority
Based on an XXX comment in `LinearSolver`
1.0
Add ability to have more than one measurement for a key=equation - Based on an XXX comment in `LinearSolver`
priority
add ability to have more than one measurement for a key equation based on an xxx comment in linearsolver
1
257,600
8,139,557,488
IssuesEvent
2018-08-20 18:06:21
steemit/tinman
https://api.github.com/repos/steemit/tinman
closed
revert #71
3 priority/high project/hf20
As a developer - I want witness block singing keys to be decoupled from a gap free startup. **AC** - [ ] ~they're decoupled from the `--gapless` flag and process.~ - [x] the whole thing is reverted including `--gapless`, since that's the default
1.0
revert #71 - As a developer - I want witness block singing keys to be decoupled from a gap free startup. **AC** - [ ] ~they're decoupled from the `--gapless` flag and process.~ - [x] the whole thing is reverted including `--gapless`, since that's the default
priority
revert as a developer i want witness block singing keys to be decoupled from a gap free startup ac they re decoupled from the gapless flag and process the whole thing is reverted including gapless since that s the default
1
57,765
14,213,835,933
IssuesEvent
2020-11-17 03:33:58
ErezDasa/RB2
https://api.github.com/repos/ErezDasa/RB2
opened
CVE-2019-3802 (Medium) detected in spring-data-jpa-2.0.11.RELEASE.jar
security vulnerability
## CVE-2019-3802 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-data-jpa-2.0.11.RELEASE.jar</b></p></summary> <p>Spring Data module for JPA repositories.</p> <p>Library home page: <a href="http://projects.spring.io/spring-data-jpa">http://projects.spring.io/spring-data-jpa</a></p> <p>Path to dependency file: RB2/resource_bundle_github/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/data/spring-data-jpa/2.0.11.RELEASE/spring-data-jpa-2.0.11.RELEASE.jar</p> <p> Dependency Hierarchy: - infra_github-0.0.1-SNAPSHOT.jar (Root Library) - spring-boot-starter-data-jpa-2.0.6.RELEASE.jar - :x: **spring-data-jpa-2.0.11.RELEASE.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ErezDasa/RB2/commit/ff0c9bd18136c8a1b451e76083652aadc9a74633">ff0c9bd18136c8a1b451e76083652aadc9a74633</a></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> This affects Spring Data JPA in versions up to and including 2.1.6, 2.0.14 and 1.11.20. ExampleMatcher using ExampleMatcher.StringMatcher.STARTING, ExampleMatcher.StringMatcher.ENDING or ExampleMatcher.StringMatcher.CONTAINING could return more results than anticipated when a maliciously crafted example value is supplied. <p>Publish Date: 2019-06-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-3802>CVE-2019-3802</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - 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-3802">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3802</a></p> <p>Release Date: 2019-06-03</p> <p>Fix Resolution: 1.11.22.RELEASE,2.1.8.RELEASE</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2019-3802 (Medium) detected in spring-data-jpa-2.0.11.RELEASE.jar - ## CVE-2019-3802 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-data-jpa-2.0.11.RELEASE.jar</b></p></summary> <p>Spring Data module for JPA repositories.</p> <p>Library home page: <a href="http://projects.spring.io/spring-data-jpa">http://projects.spring.io/spring-data-jpa</a></p> <p>Path to dependency file: RB2/resource_bundle_github/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/data/spring-data-jpa/2.0.11.RELEASE/spring-data-jpa-2.0.11.RELEASE.jar</p> <p> Dependency Hierarchy: - infra_github-0.0.1-SNAPSHOT.jar (Root Library) - spring-boot-starter-data-jpa-2.0.6.RELEASE.jar - :x: **spring-data-jpa-2.0.11.RELEASE.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ErezDasa/RB2/commit/ff0c9bd18136c8a1b451e76083652aadc9a74633">ff0c9bd18136c8a1b451e76083652aadc9a74633</a></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> This affects Spring Data JPA in versions up to and including 2.1.6, 2.0.14 and 1.11.20. ExampleMatcher using ExampleMatcher.StringMatcher.STARTING, ExampleMatcher.StringMatcher.ENDING or ExampleMatcher.StringMatcher.CONTAINING could return more results than anticipated when a maliciously crafted example value is supplied. <p>Publish Date: 2019-06-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-3802>CVE-2019-3802</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - 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-3802">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3802</a></p> <p>Release Date: 2019-06-03</p> <p>Fix Resolution: 1.11.22.RELEASE,2.1.8.RELEASE</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in spring data jpa release jar cve medium severity vulnerability vulnerable library spring data jpa release jar spring data module for jpa repositories library home page a href path to dependency file resource bundle github pom xml path to vulnerable library home wss scanner repository org springframework data spring data jpa release spring data jpa release jar dependency hierarchy infra github snapshot jar root library spring boot starter data jpa release jar x spring data jpa release jar vulnerable library found in head commit a href vulnerability details this affects spring data jpa in versions up to and including and examplematcher using examplematcher stringmatcher starting examplematcher stringmatcher ending or examplematcher stringmatcher containing could return more results than anticipated when a maliciously crafted example value is supplied publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution release release step up your open source security game with whitesource
0
477,911
13,770,080,111
IssuesEvent
2020-10-07 19:38:49
celo-org/celo-monorepo
https://api.github.com/repos/celo-org/celo-monorepo
closed
"Confirming..." shown in feed after transaction has been rejected
Priority: P1 bug wallet
### Expected Behavior feed item should show an error state when the transaction cannot be completed & removed from feed ### Current Behavior https://celo-org.slack.com/archives/C018VLA3YAK/p1601666037020700
1.0
"Confirming..." shown in feed after transaction has been rejected - ### Expected Behavior feed item should show an error state when the transaction cannot be completed & removed from feed ### Current Behavior https://celo-org.slack.com/archives/C018VLA3YAK/p1601666037020700
priority
confirming shown in feed after transaction has been rejected expected behavior feed item should show an error state when the transaction cannot be completed removed from feed current behavior
1
307,127
9,414,206,030
IssuesEvent
2019-04-10 09:36:21
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[QoL] repair station: usability
Low Priority Usability
(if this fast - please, if not - low prior\mark as suggestion) 1) Expang "item for repair" accept zone, like inventory (Quadbro changes) 2) Add support "click to move" (in both cases, from inventory to repair slot and from repair slot to inventory), like inventory (Quadbro changes) 3) Add button like "Repair and pickup" - repair item and grab it back to inventory.
1.0
[QoL] repair station: usability - (if this fast - please, if not - low prior\mark as suggestion) 1) Expang "item for repair" accept zone, like inventory (Quadbro changes) 2) Add support "click to move" (in both cases, from inventory to repair slot and from repair slot to inventory), like inventory (Quadbro changes) 3) Add button like "Repair and pickup" - repair item and grab it back to inventory.
priority
repair station usability if this fast please if not low prior mark as suggestion expang item for repair accept zone like inventory quadbro changes add support click to move in both cases from inventory to repair slot and from repair slot to inventory like inventory quadbro changes add button like repair and pickup repair item and grab it back to inventory
1
137,065
12,744,604,492
IssuesEvent
2020-06-26 12:49:53
Glajik/BTC-Invoice-Bot
https://api.github.com/repos/Glajik/BTC-Invoice-Bot
closed
Research
documentation
I made this tread to collect information. Just add all related links in the comments. ### Documentation [BTC pay server](http://docs.btcpayserver.org/CustomIntegration/) [Telegram Bots](https://core.telegram.org/bots) [TDLib](https://core.telegram.org/tdlib/getting-started) [API](https://core.telegram.org/bots/api#authorizing-your-bot)
1.0
Research - I made this tread to collect information. Just add all related links in the comments. ### Documentation [BTC pay server](http://docs.btcpayserver.org/CustomIntegration/) [Telegram Bots](https://core.telegram.org/bots) [TDLib](https://core.telegram.org/tdlib/getting-started) [API](https://core.telegram.org/bots/api#authorizing-your-bot)
non_priority
research i made this tread to collect information just add all related links in the comments documentation
0
72,056
18,983,984,490
IssuesEvent
2021-11-21 11:55:12
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
CRS of layers is not correctly read on 3.16.13 on Windows/Standalone
Build/Install Regression High Priority Bug Projections/Transformations Windows
### What is the bug or the crash? When loading a shape layer (also valid for Geopackage) by drag-and-drop to the canvas of QGIS 3.16.13 the CRS of this layer is not recognized correctly and therefore canvas CRS is not adapted to the layer CRS. Also the export results in 3.16.13 have incorrect CRS. (tested with windows machines and new profiles) ### Steps to reproduce the issue Load any shape layer with a correct assigned CRS to the canvas. (this is a shape example with CRS: EPSG 4326, which shows the mentioned behaviour (pictures are with another shape EPSG 25832): [ne_10m_populated_places_simple.zip](https://github.com/qgis/QGIS/files/7497652/ne_10m_populated_places_simple.zip) The project CRS will not change to layer CRS and the layer properties are empty for the CRS. ![31613](https://user-images.githubusercontent.com/86417466/140758419-6b5dc821-8a72-46b7-8b58-9d314d488215.PNG) You also will not get a layer with a valid CRS when exporting something. (The following picture shows 3.16.12 with the intended behaviour when loading a layer.) ![31612](https://user-images.githubusercontent.com/86417466/140758560-ff9edd6c-e9ed-46ee-809a-0fd1b7bf3689.PNG) ### Versions <!--StartFragment--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body> QGIS version | 3.16.13-Hannover | QGIS code revision | a8618a94 -- | -- | -- | -- Compiled against Qt | 5.15.2 | Running against Qt | 5.15.2 Compiled against GDAL/OGR | 3.3.3 | Running against GDAL/OGR | 3.3.3 Compiled against GEOS | 3.10.0-CAPI-1.16.0 | Running against GEOS | 3.10.0-CAPI-1.16.0 Compiled against SQLite | 3.35.2 | Running against SQLite | 3.35.2 PostgreSQL Client Version | 13.0 | SpatiaLite Version | 5.0.1 QWT Version | 6.1.3 | QScintilla2 Version | 2.11.5 Compiled against PROJ | 8.2.0 | Running against PROJ | Rel. 8.2.0, November 1st, 2021 OS Version | Windows 10 Version 2009 Active python plugins | db_manager; MetaSearch; processing </body></html><!--EndFragment--> ### Supported QGIS version - [X] I'm running a supported QGIS version according to the roadmap. ### New profile - [X] I tried with a new QGIS profile ### Additional context _No response_
1.0
CRS of layers is not correctly read on 3.16.13 on Windows/Standalone - ### What is the bug or the crash? When loading a shape layer (also valid for Geopackage) by drag-and-drop to the canvas of QGIS 3.16.13 the CRS of this layer is not recognized correctly and therefore canvas CRS is not adapted to the layer CRS. Also the export results in 3.16.13 have incorrect CRS. (tested with windows machines and new profiles) ### Steps to reproduce the issue Load any shape layer with a correct assigned CRS to the canvas. (this is a shape example with CRS: EPSG 4326, which shows the mentioned behaviour (pictures are with another shape EPSG 25832): [ne_10m_populated_places_simple.zip](https://github.com/qgis/QGIS/files/7497652/ne_10m_populated_places_simple.zip) The project CRS will not change to layer CRS and the layer properties are empty for the CRS. ![31613](https://user-images.githubusercontent.com/86417466/140758419-6b5dc821-8a72-46b7-8b58-9d314d488215.PNG) You also will not get a layer with a valid CRS when exporting something. (The following picture shows 3.16.12 with the intended behaviour when loading a layer.) ![31612](https://user-images.githubusercontent.com/86417466/140758560-ff9edd6c-e9ed-46ee-809a-0fd1b7bf3689.PNG) ### Versions <!--StartFragment--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body> QGIS version | 3.16.13-Hannover | QGIS code revision | a8618a94 -- | -- | -- | -- Compiled against Qt | 5.15.2 | Running against Qt | 5.15.2 Compiled against GDAL/OGR | 3.3.3 | Running against GDAL/OGR | 3.3.3 Compiled against GEOS | 3.10.0-CAPI-1.16.0 | Running against GEOS | 3.10.0-CAPI-1.16.0 Compiled against SQLite | 3.35.2 | Running against SQLite | 3.35.2 PostgreSQL Client Version | 13.0 | SpatiaLite Version | 5.0.1 QWT Version | 6.1.3 | QScintilla2 Version | 2.11.5 Compiled against PROJ | 8.2.0 | Running against PROJ | Rel. 8.2.0, November 1st, 2021 OS Version | Windows 10 Version 2009 Active python plugins | db_manager; MetaSearch; processing </body></html><!--EndFragment--> ### Supported QGIS version - [X] I'm running a supported QGIS version according to the roadmap. ### New profile - [X] I tried with a new QGIS profile ### Additional context _No response_
non_priority
crs of layers is not correctly read on on windows standalone what is the bug or the crash when loading a shape layer also valid for geopackage by drag and drop to the canvas of qgis the crs of this layer is not recognized correctly and therefore canvas crs is not adapted to the layer crs also the export results in have incorrect crs tested with windows machines and new profiles steps to reproduce the issue load any shape layer with a correct assigned crs to the canvas this is a shape example with crs epsg which shows the mentioned behaviour pictures are with another shape epsg the project crs will not change to layer crs and the layer properties are empty for the crs you also will not get a layer with a valid crs when exporting something the following picture shows with the intended behaviour when loading a layer versions doctype html public dtd html en p li white space pre wrap qgis version hannover qgis code revision compiled against qt running against qt compiled against gdal ogr running against gdal ogr compiled against geos capi running against geos capi compiled against sqlite running against sqlite postgresql client version spatialite version qwt version version compiled against proj running against proj rel november os version windows version active python plugins db manager metasearch processing supported qgis version i m running a supported qgis version according to the roadmap new profile i tried with a new qgis profile additional context no response
0
103,116
12,854,695,026
IssuesEvent
2020-07-09 02:46:34
dabreegster/abstreet
https://api.github.com/repos/dabreegster/abstreet
opened
Show speed / delay along a route
design enhancement good first issue
In the trip info panel when showing a route, or in the trip table when hovering over a trip, we currently display the route, chunked into pieces like parking, walking to car, driving, etc. It'd be really helpful to also display where the most delay was encountered. Maybe that could be measuring the total time to cross a road and comparing it to the ideal case, or coloring intersections based on the delay there. https://assets-global.website-files.com/5eb0ffaab3c195381d58daec/5ecda2299cacdd3573141ba8_speedmap-dark-p-800.png is one example. Probably some work in `sim/src/analytics.rs` to get this information. Anybody interested in working on this, I can break down the implementation into steps.
1.0
Show speed / delay along a route - In the trip info panel when showing a route, or in the trip table when hovering over a trip, we currently display the route, chunked into pieces like parking, walking to car, driving, etc. It'd be really helpful to also display where the most delay was encountered. Maybe that could be measuring the total time to cross a road and comparing it to the ideal case, or coloring intersections based on the delay there. https://assets-global.website-files.com/5eb0ffaab3c195381d58daec/5ecda2299cacdd3573141ba8_speedmap-dark-p-800.png is one example. Probably some work in `sim/src/analytics.rs` to get this information. Anybody interested in working on this, I can break down the implementation into steps.
non_priority
show speed delay along a route in the trip info panel when showing a route or in the trip table when hovering over a trip we currently display the route chunked into pieces like parking walking to car driving etc it d be really helpful to also display where the most delay was encountered maybe that could be measuring the total time to cross a road and comparing it to the ideal case or coloring intersections based on the delay there is one example probably some work in sim src analytics rs to get this information anybody interested in working on this i can break down the implementation into steps
0
214,527
7,274,140,764
IssuesEvent
2018-02-21 08:56:30
aiidateam/aiida_core
https://api.github.com/repos/aiidateam/aiida_core
closed
Add information about WorkChain progress to `verdi work status`
priority/nice to have topic/VerdiCommandLine topic/Workflows
Currently WorkChain status does not show you where in the outline it is. If it is possible to add some simple information about where in the outline it currently is this may be useful. For loops (i.e. `while_`) it may be possible to display the iteration number, otherwise just add the name of the current outline step. The current output just displays the process state e.g.: PwRelaxWorkChain [WAITING] the suggested change would make it look like PwRelaxWorkChain [WAITING, run_calculation]
1.0
Add information about WorkChain progress to `verdi work status` - Currently WorkChain status does not show you where in the outline it is. If it is possible to add some simple information about where in the outline it currently is this may be useful. For loops (i.e. `while_`) it may be possible to display the iteration number, otherwise just add the name of the current outline step. The current output just displays the process state e.g.: PwRelaxWorkChain [WAITING] the suggested change would make it look like PwRelaxWorkChain [WAITING, run_calculation]
priority
add information about workchain progress to verdi work status currently workchain status does not show you where in the outline it is if it is possible to add some simple information about where in the outline it currently is this may be useful for loops i e while it may be possible to display the iteration number otherwise just add the name of the current outline step the current output just displays the process state e g pwrelaxworkchain the suggested change would make it look like pwrelaxworkchain
1
72,879
15,251,923,334
IssuesEvent
2021-02-20 00:53:52
dswd/vpncloud
https://api.github.com/repos/dswd/vpncloud
closed
CVE-2020-26235 (Medium) detected in time-0.2.22.crate
security vulnerability
## CVE-2020-26235 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>time-0.2.22.crate</b></p></summary> <p>Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].</p> <p>Library home page: <a href="https://crates.io/api/v1/crates/time/0.2.22/download">https://crates.io/api/v1/crates/time/0.2.22/download</a></p> <p> Dependency Hierarchy: - :x: **time-0.2.22.crate** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/dswd/vpncloud/commit/5176c32cc23895f01223aaee8a76027e75d440c5">5176c32cc23895f01223aaee8a76027e75d440c5</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> In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected functions are time::UtcOffset::local_offset_at, time::UtcOffset::try_local_offset_at, time::UtcOffset::current_local_offset, time::UtcOffset::try_current_local_offset, time::OffsetDateTime::now_local and time::OffsetDateTime::try_now_local. Non-Unix targets are unaffected. This includes Windows and wasm. The issue was introduced in version 0.2.7 and fixed in version 0.2.23. <p>Publish Date: 2020-11-24 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-26235>CVE-2020-26235</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - 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://security-tracker.debian.org/tracker/CVE-2020-26235">https://security-tracker.debian.org/tracker/CVE-2020-26235</a></p> <p>Release Date: 2020-10-01</p> <p>Fix Resolution: 0.2.23</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-26235 (Medium) detected in time-0.2.22.crate - ## CVE-2020-26235 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>time-0.2.22.crate</b></p></summary> <p>Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].</p> <p>Library home page: <a href="https://crates.io/api/v1/crates/time/0.2.22/download">https://crates.io/api/v1/crates/time/0.2.22/download</a></p> <p> Dependency Hierarchy: - :x: **time-0.2.22.crate** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/dswd/vpncloud/commit/5176c32cc23895f01223aaee8a76027e75d440c5">5176c32cc23895f01223aaee8a76027e75d440c5</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> In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected functions are time::UtcOffset::local_offset_at, time::UtcOffset::try_local_offset_at, time::UtcOffset::current_local_offset, time::UtcOffset::try_current_local_offset, time::OffsetDateTime::now_local and time::OffsetDateTime::try_now_local. Non-Unix targets are unaffected. This includes Windows and wasm. The issue was introduced in version 0.2.7 and fixed in version 0.2.23. <p>Publish Date: 2020-11-24 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-26235>CVE-2020-26235</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - 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://security-tracker.debian.org/tracker/CVE-2020-26235">https://security-tracker.debian.org/tracker/CVE-2020-26235</a></p> <p>Release Date: 2020-10-01</p> <p>Fix Resolution: 0.2.23</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in time crate cve medium severity vulnerability vulnerable library time crate date and time library fully interoperable with the standard library mostly compatible with library home page a href dependency hierarchy x time crate vulnerable library found in head commit a href found in base branch master vulnerability details in rust time crate from version and before version unix like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances this requires the user to set any environment variable in a different thread than the affected functions the affected functions are time utcoffset local offset at time utcoffset try local offset at time utcoffset current local offset time utcoffset try current local offset time offsetdatetime now local and time offsetdatetime try now local non unix targets are unaffected this includes windows and wasm the issue was introduced in version and fixed in version publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
382,932
11,340,405,319
IssuesEvent
2020-01-23 06:19:13
Novusphere/discussions-app
https://api.github.com/repos/Novusphere/discussions-app
opened
Sometimes "memo" is blank for deposit
bug high priority
See: https://cdn.discordapp.com/attachments/584804633986203696/669784411536883722/unknown.png It seems inconsistent, but obviously, when this is the case the user is unable to deposit funds.
1.0
Sometimes "memo" is blank for deposit - See: https://cdn.discordapp.com/attachments/584804633986203696/669784411536883722/unknown.png It seems inconsistent, but obviously, when this is the case the user is unable to deposit funds.
priority
sometimes memo is blank for deposit see it seems inconsistent but obviously when this is the case the user is unable to deposit funds
1
437,524
30,602,359,392
IssuesEvent
2023-07-22 14:55:01
florian-vuillemot/weblodge
https://api.github.com/repos/florian-vuillemot/weblodge
closed
Parameter renaming
documentation good first issue
`App` and `app-name` are not suited to what they do and must be renamed. Maybe: app => flask-app app-name => app
1.0
Parameter renaming - `App` and `app-name` are not suited to what they do and must be renamed. Maybe: app => flask-app app-name => app
non_priority
parameter renaming app and app name are not suited to what they do and must be renamed maybe app flask app app name app
0
151,613
13,427,581,440
IssuesEvent
2020-09-06 18:35:15
matplotlib/matplotlib
https://api.github.com/repos/matplotlib/matplotlib
opened
Documentation issue template should ask for matplotlib version
Documentation
<!--To help us understand and resolve your issue, please fill out the form to the best of your ability.--> <!--You can feel free to delete the sections that do not apply.--> ### Problem We have had three complaints about the documentation this morning all of which seems to be because the user was using a different version of matplotlib than the docs. We should ask that people specify their matplotlib version and check that the docs are the same version before they open an issue. <!-- If you are referencing an existing piece of documentation or example please provide a link. * I found [...] to be unclear because [...] * [...] made me think that [...] when really it should be [...] * There is no example showing how to do [...] --> ### Suggested Improvement <!-- If you have an idea to improve the documentation please suggest it here * This line should be be changed to say [...] * Include a paragraph explaining [...] * Add a figure showing [...] -->
1.0
Documentation issue template should ask for matplotlib version - <!--To help us understand and resolve your issue, please fill out the form to the best of your ability.--> <!--You can feel free to delete the sections that do not apply.--> ### Problem We have had three complaints about the documentation this morning all of which seems to be because the user was using a different version of matplotlib than the docs. We should ask that people specify their matplotlib version and check that the docs are the same version before they open an issue. <!-- If you are referencing an existing piece of documentation or example please provide a link. * I found [...] to be unclear because [...] * [...] made me think that [...] when really it should be [...] * There is no example showing how to do [...] --> ### Suggested Improvement <!-- If you have an idea to improve the documentation please suggest it here * This line should be be changed to say [...] * Include a paragraph explaining [...] * Add a figure showing [...] -->
non_priority
documentation issue template should ask for matplotlib version problem we have had three complaints about the documentation this morning all of which seems to be because the user was using a different version of matplotlib than the docs we should ask that people specify their matplotlib version and check that the docs are the same version before they open an issue if you are referencing an existing piece of documentation or example please provide a link i found to be unclear because made me think that when really it should be there is no example showing how to do suggested improvement if you have an idea to improve the documentation please suggest it here this line should be be changed to say include a paragraph explaining add a figure showing
0
15,958
2,869,722,417
IssuesEvent
2015-06-06 13:29:54
souliss/souliss
https://api.github.com/repos/souliss/souliss
closed
Node ids should be persistent and not change once joined
Priority-Medium Type-Defect
Original [issue 79](https://code.google.com/p/souliss/issues/detail?id=79) created by fazioa on 2014-08-21T20:13:35.000Z: It would be of interest to all to have a unique way of identifiying the nodes, not just when using the dynamic addressing. So at least there should be a way to interface with the gateway via a unique and static id. This could be both the network address and/or a UUID. If you are building your own nodes then a simple insketch option for UUID like the MAC address. Then when building the db in Souliss App, the UUID is included and can be used to identify the node until explicit deletion is requested. This would also make the openHAB integration usefull. My recommandation is to implement the UUID in the nodes, and store a table in the gateway.
1.0
Node ids should be persistent and not change once joined - Original [issue 79](https://code.google.com/p/souliss/issues/detail?id=79) created by fazioa on 2014-08-21T20:13:35.000Z: It would be of interest to all to have a unique way of identifiying the nodes, not just when using the dynamic addressing. So at least there should be a way to interface with the gateway via a unique and static id. This could be both the network address and/or a UUID. If you are building your own nodes then a simple insketch option for UUID like the MAC address. Then when building the db in Souliss App, the UUID is included and can be used to identify the node until explicit deletion is requested. This would also make the openHAB integration usefull. My recommandation is to implement the UUID in the nodes, and store a table in the gateway.
non_priority
node ids should be persistent and not change once joined original created by fazioa on it would be of interest to all to have a unique way of identifiying the nodes not just when using the dynamic addressing so at least there should be a way to interface with the gateway via a unique and static id this could be both the network address and or a uuid if you are building your own nodes then a simple insketch option for uuid like the mac address then when building the db in souliss app the uuid is included and can be used to identify the node until explicit deletion is requested this would also make the openhab integration usefull my recommandation is to implement the uuid in the nodes and store a table in the gateway
0
169,316
20,834,551,014
IssuesEvent
2022-03-20 01:07:44
dreamboy9/fuchsia
https://api.github.com/repos/dreamboy9/fuchsia
opened
CVE-2022-27191 (High) detected in github.com/golang/crypto/ssh-c07d793c2f9aacf728fe68cbd7acd73adbd04159
security vulnerability
## CVE-2022-27191 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/golang/crypto/ssh-c07d793c2f9aacf728fe68cbd7acd73adbd04159</b></p></summary> <p>[mirror] Go supplementary cryptography libraries</p> <p> Dependency Hierarchy: - :x: **github.com/golang/crypto/ssh-c07d793c2f9aacf728fe68cbd7acd73adbd04159** (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> golang.org/x/crypto/ssh before 0.0.0-20220314234659-1baeb1ce4c0b in Go through 1.16.15 and 1.17.x through 1.17.8 allows an attacker to crash a server in certain circumstances involving AddHostKey. <p>Publish Date: 2022-03-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-27191>CVE-2022-27191</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-27191 (High) detected in github.com/golang/crypto/ssh-c07d793c2f9aacf728fe68cbd7acd73adbd04159 - ## CVE-2022-27191 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/golang/crypto/ssh-c07d793c2f9aacf728fe68cbd7acd73adbd04159</b></p></summary> <p>[mirror] Go supplementary cryptography libraries</p> <p> Dependency Hierarchy: - :x: **github.com/golang/crypto/ssh-c07d793c2f9aacf728fe68cbd7acd73adbd04159** (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> golang.org/x/crypto/ssh before 0.0.0-20220314234659-1baeb1ce4c0b in Go through 1.16.15 and 1.17.x through 1.17.8 allows an attacker to crash a server in certain circumstances involving AddHostKey. <p>Publish Date: 2022-03-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-27191>CVE-2022-27191</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in github com golang crypto ssh cve high severity vulnerability vulnerable library github com golang crypto ssh go supplementary cryptography libraries dependency hierarchy x github com golang crypto ssh vulnerable library found in base branch master vulnerability details golang org x crypto ssh before in go through and x through allows an attacker to crash a server in certain circumstances involving addhostkey publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href step up your open source security game with whitesource
0
73,448
14,075,115,496
IssuesEvent
2020-11-04 08:32:32
WordPress/twentytwentyone
https://api.github.com/repos/WordPress/twentytwentyone
closed
Replace node-sass
Needs testing [Component] CSS [Type] Code quality
node-sass relies on LibSass which is deprecated: https://sass-lang.com/blog/libsass-is-deprecated The migration process is described on the link above as: `If you’re a user of Node Sass, migrating to Dart Sass is straightforward: just replace node-sass in your package.json file with sass. Both packages expose the same JavaScript API.` https://www.npmjs.com/package/sass
1.0
Replace node-sass - node-sass relies on LibSass which is deprecated: https://sass-lang.com/blog/libsass-is-deprecated The migration process is described on the link above as: `If you’re a user of Node Sass, migrating to Dart Sass is straightforward: just replace node-sass in your package.json file with sass. Both packages expose the same JavaScript API.` https://www.npmjs.com/package/sass
non_priority
replace node sass node sass relies on libsass which is deprecated the migration process is described on the link above as if you’re a user of node sass migrating to dart sass is straightforward just replace node sass in your package json file with sass both packages expose the same javascript api
0
194,863
15,441,956,659
IssuesEvent
2021-03-08 06:54:51
minayu416/streetlight-gateway-data-processor
https://api.github.com/repos/minayu416/streetlight-gateway-data-processor
opened
[Document] add README description
documentation
Add README description - [ ] Project introduction - [ ] Project description - [ ] System Structure - [ ] System description
1.0
[Document] add README description - Add README description - [ ] Project introduction - [ ] Project description - [ ] System Structure - [ ] System description
non_priority
add readme description add readme description project introduction project description system structure system description
0
334,500
24,421,818,395
IssuesEvent
2022-10-05 21:04:39
sidkurella/goption
https://api.github.com/repos/sidkurella/goption
closed
Verify/fix documentation for behavior for Min/Max/MinBy/MaxBy
documentation
Documentation may be incorrect for behavior when multiple values are equally minimal/maximal. Verify and fix documentation.
1.0
Verify/fix documentation for behavior for Min/Max/MinBy/MaxBy - Documentation may be incorrect for behavior when multiple values are equally minimal/maximal. Verify and fix documentation.
non_priority
verify fix documentation for behavior for min max minby maxby documentation may be incorrect for behavior when multiple values are equally minimal maximal verify and fix documentation
0
727,855
25,048,648,644
IssuesEvent
2022-11-05 15:48:55
AY2223S1-CS2103T-W17-3/tp
https://api.github.com/repos/AY2223S1-CS2103T-W17-3/tp
closed
[PE-D][Tester D] Tutorials with same title but for different mods cannot be added
type.Bug priority.High severity.High
![image.png](https://raw.githubusercontent.com/lyuting47/ped/main/files/b1b5df92-8523-4041-9d26-a35c34566938.png) <!--session: 1666943910948-90ca6ccb-8044-4474-92a5-a3406dea97d1--> <!--Version: Web v3.4.4--> ------------- Labels: `type.FunctionalityBug` `severity.High` original: lyuting47/ped#7
1.0
[PE-D][Tester D] Tutorials with same title but for different mods cannot be added - ![image.png](https://raw.githubusercontent.com/lyuting47/ped/main/files/b1b5df92-8523-4041-9d26-a35c34566938.png) <!--session: 1666943910948-90ca6ccb-8044-4474-92a5-a3406dea97d1--> <!--Version: Web v3.4.4--> ------------- Labels: `type.FunctionalityBug` `severity.High` original: lyuting47/ped#7
priority
tutorials with same title but for different mods cannot be added labels type functionalitybug severity high original ped
1
159,534
13,766,956,770
IssuesEvent
2020-10-07 15:09:41
12rambau/mspa-analysis
https://api.github.com/repos/12rambau/mspa-analysis
closed
export legend with the tif file
documentation enhancement
Export a legend with the TIF file. A text file with the class value and name would be enough.
1.0
export legend with the tif file - Export a legend with the TIF file. A text file with the class value and name would be enough.
non_priority
export legend with the tif file export a legend with the tif file a text file with the class value and name would be enough
0
235,884
7,743,796,260
IssuesEvent
2018-05-29 13:48:40
SparkDevNetwork/Rock
https://api.github.com/repos/SparkDevNetwork/Rock
closed
[EN] Add length limitation to Text FieldType
Priority: Low Status: Available Type: Enhancement
### Description This should be a quick PR the next chance I have but wanted to get it here for any discussion. It would be nice to be able to set a max length on the Text FieldType. ### Steps to Reproduce 1. Create a Person attribute of Text field type 2. Add a core category and Save 3. Go to the attribute and add a wall of Lorem Ipsum text 4. Groan with agony as you didn't want someone's life story stored in that attribute. **Expected behavior:** Be able to set a max length for a text field, as this functionality is supported on all TextBox controls. **Actual behavior:** Not able to set a max length for a text field. Confirmed functionality not available in pre-alpha.
1.0
[EN] Add length limitation to Text FieldType - ### Description This should be a quick PR the next chance I have but wanted to get it here for any discussion. It would be nice to be able to set a max length on the Text FieldType. ### Steps to Reproduce 1. Create a Person attribute of Text field type 2. Add a core category and Save 3. Go to the attribute and add a wall of Lorem Ipsum text 4. Groan with agony as you didn't want someone's life story stored in that attribute. **Expected behavior:** Be able to set a max length for a text field, as this functionality is supported on all TextBox controls. **Actual behavior:** Not able to set a max length for a text field. Confirmed functionality not available in pre-alpha.
priority
add length limitation to text fieldtype description this should be a quick pr the next chance i have but wanted to get it here for any discussion it would be nice to be able to set a max length on the text fieldtype steps to reproduce create a person attribute of text field type add a core category and save go to the attribute and add a wall of lorem ipsum text groan with agony as you didn t want someone s life story stored in that attribute expected behavior be able to set a max length for a text field as this functionality is supported on all textbox controls actual behavior not able to set a max length for a text field confirmed functionality not available in pre alpha
1
11,877
9,524,136,729
IssuesEvent
2019-04-27 23:57:00
Azure/azure-sdk-for-node
https://api.github.com/repos/Azure/azure-sdk-for-node
closed
Provision failed
Compute - VM Service Attention customer-reported
Provisioning failed. OS Provisioning for VM 'MasAgent' did not finish in the allotted time. The VM may still finish provisioning successfully. Please check provisioning state later.. OSProvisioningTimedOut hi i am also facing this issue and i am using An image which is present in Azure market place VM didnot came up finally i used ansible scripts for bringing up vm sometimes this vm is getting succesfully deployed sometimes failing what can be done
1.0
Provision failed - Provisioning failed. OS Provisioning for VM 'MasAgent' did not finish in the allotted time. The VM may still finish provisioning successfully. Please check provisioning state later.. OSProvisioningTimedOut hi i am also facing this issue and i am using An image which is present in Azure market place VM didnot came up finally i used ansible scripts for bringing up vm sometimes this vm is getting succesfully deployed sometimes failing what can be done
non_priority
provision failed provisioning failed os provisioning for vm masagent did not finish in the allotted time the vm may still finish provisioning successfully please check provisioning state later osprovisioningtimedout hi i am also facing this issue and i am using an image which is present in azure market place vm didnot came up finally i used ansible scripts for bringing up vm sometimes this vm is getting succesfully deployed sometimes failing what can be done
0
209,942
7,181,406,866
IssuesEvent
2018-02-01 04:48:24
GoogleCloudPlatform/google-cloud-java
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-java
closed
Fix LoggingHandler flush
api: logging priority: p2 type: bug
Logging handler's `flush()` calls `LoggingImpl.write` which eventually calls `LoggingClient.writeLogEntries` which uses bundling. So, handler flushing just moves messages from one buffer to another without actually making any RPC call. ## Proposed fix LoggingHandler should keep a count of pending messages. The count increments with calls to publish and decrements when RPC returns. Flush should force batcher to issue all buffered messages and just wait for the count to reach zero. No call to publish may succeed when flush is "in flight" otherwise flush could wait forever. Encountering a log above the configured flush level should also force a flush.
1.0
Fix LoggingHandler flush - Logging handler's `flush()` calls `LoggingImpl.write` which eventually calls `LoggingClient.writeLogEntries` which uses bundling. So, handler flushing just moves messages from one buffer to another without actually making any RPC call. ## Proposed fix LoggingHandler should keep a count of pending messages. The count increments with calls to publish and decrements when RPC returns. Flush should force batcher to issue all buffered messages and just wait for the count to reach zero. No call to publish may succeed when flush is "in flight" otherwise flush could wait forever. Encountering a log above the configured flush level should also force a flush.
priority
fix logginghandler flush logging handler s flush calls loggingimpl write which eventually calls loggingclient writelogentries which uses bundling so handler flushing just moves messages from one buffer to another without actually making any rpc call proposed fix logginghandler should keep a count of pending messages the count increments with calls to publish and decrements when rpc returns flush should force batcher to issue all buffered messages and just wait for the count to reach zero no call to publish may succeed when flush is in flight otherwise flush could wait forever encountering a log above the configured flush level should also force a flush
1
36,316
4,726,978,852
IssuesEvent
2016-10-18 12:06:47
okfn/opendatacensus
https://api.github.com/repos/okfn/opendatacensus
opened
Error styling for the Entry form
design
The new Entry form design needs error state for both the entire form, and for each specific field. The error field should be highlighted in someway and room for an error message detailing the problem.
1.0
Error styling for the Entry form - The new Entry form design needs error state for both the entire form, and for each specific field. The error field should be highlighted in someway and room for an error message detailing the problem.
non_priority
error styling for the entry form the new entry form design needs error state for both the entire form and for each specific field the error field should be highlighted in someway and room for an error message detailing the problem
0
343,131
30,653,288,146
IssuesEvent
2023-07-25 10:20:00
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix jax_numpy_creation.test_jax_csingle
JAX Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5497819199/jobs/10018855036"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5497819199/jobs/10018855036"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5497819199/jobs/10018855036"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5497819199/jobs/10018855036"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5497819199/jobs/10018855036"><img src=https://img.shields.io/badge/-success-success></a>
1.0
Fix jax_numpy_creation.test_jax_csingle - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5497819199/jobs/10018855036"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5497819199/jobs/10018855036"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5497819199/jobs/10018855036"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5497819199/jobs/10018855036"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5497819199/jobs/10018855036"><img src=https://img.shields.io/badge/-success-success></a>
non_priority
fix jax numpy creation test jax csingle tensorflow a href src torch a href src paddle a href src numpy a href src jax a href src
0
23,940
4,053,795,942
IssuesEvent
2016-05-24 09:53:33
Microsoft/vscode
https://api.github.com/repos/Microsoft/vscode
closed
Setting for revealing the debug console
debug testplan-item
- [x] any platform - **@sandy081** We have introduced a setting `internalConsoleOptions` in `launch.json` to change the behavior of automatic revealing of the debug console. Verify this setting is easy to find, use and works as expected.
1.0
Setting for revealing the debug console - - [x] any platform - **@sandy081** We have introduced a setting `internalConsoleOptions` in `launch.json` to change the behavior of automatic revealing of the debug console. Verify this setting is easy to find, use and works as expected.
non_priority
setting for revealing the debug console any platform we have introduced a setting internalconsoleoptions in launch json to change the behavior of automatic revealing of the debug console verify this setting is easy to find use and works as expected
0
8,739
27,172,191,273
IssuesEvent
2023-02-17 20:32:20
OneDrive/onedrive-api-docs
https://api.github.com/repos/OneDrive/onedrive-api-docs
closed
FileHandler not working in case of sharing links internally or externally
Needs: Attention :wave: area:File Handlers automation:Closed
FileHandler does not launch nor visible whenever a file is shared via Link. Rather default preview is launched immaterial of whether preview or open url is registered. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 54125c13-f269-89ae-ca8f-b37f2b049c00 * Version Independent ID: 71319f9d-c785-ee02-de6e-718b81bea58c * Content: [Integrate with OneDrive file handlers - OneDrive dev center](https://docs.microsoft.com/en-us/onedrive/developer/file-handlers/?view=odsp-graph-online#feedback) * Content Source: [docs/file-handlers/index.md](https://github.com/OneDrive/onedrive-api-docs/blob/live/docs/file-handlers/index.md) * Product: **onedrive** * GitHub Login: @rgregg * Microsoft Alias: **rgregg**
1.0
FileHandler not working in case of sharing links internally or externally - FileHandler does not launch nor visible whenever a file is shared via Link. Rather default preview is launched immaterial of whether preview or open url is registered. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 54125c13-f269-89ae-ca8f-b37f2b049c00 * Version Independent ID: 71319f9d-c785-ee02-de6e-718b81bea58c * Content: [Integrate with OneDrive file handlers - OneDrive dev center](https://docs.microsoft.com/en-us/onedrive/developer/file-handlers/?view=odsp-graph-online#feedback) * Content Source: [docs/file-handlers/index.md](https://github.com/OneDrive/onedrive-api-docs/blob/live/docs/file-handlers/index.md) * Product: **onedrive** * GitHub Login: @rgregg * Microsoft Alias: **rgregg**
non_priority
filehandler not working in case of sharing links internally or externally filehandler does not launch nor visible whenever a file is shared via link rather default preview is launched immaterial of whether preview or open url is registered document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product onedrive github login rgregg microsoft alias rgregg
0
486,070
14,003,927,116
IssuesEvent
2020-10-28 16:27:52
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
Borgs cannot free themselves from quicksand
Oversight :bug: Priority: Low
#### Description of issue If a borg becomes stuck in quicksand, it is unable to free itself. #### Difference between expected and actual behavior To eventually be able to get out with the resist command. But half a dozen attempts all failed. #### Steps to reproduce Be a borg Becomes stuck in quicksand Try to resist out of it #### Length of time in which bug has been known to occur Since quicksand was introduced, I believe #### Client version, Server revision & Game ID Client Version: 511 Server Revision: 27e562c7f2847c6a0c596e3c73d81d61336b2fcb - 0c596e3c73d81d61336b2fcb - 2018-11-11 #### Issue bingo - [X] Issue could be reproduced at least once - [ ] Issue could be reproduced by different players - [ ] Issue could be reproduced in multiple rounds - [X] Issue happened in a recent (less than 7 days ago) round - [X] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
1.0
Borgs cannot free themselves from quicksand - #### Description of issue If a borg becomes stuck in quicksand, it is unable to free itself. #### Difference between expected and actual behavior To eventually be able to get out with the resist command. But half a dozen attempts all failed. #### Steps to reproduce Be a borg Becomes stuck in quicksand Try to resist out of it #### Length of time in which bug has been known to occur Since quicksand was introduced, I believe #### Client version, Server revision & Game ID Client Version: 511 Server Revision: 27e562c7f2847c6a0c596e3c73d81d61336b2fcb - 0c596e3c73d81d61336b2fcb - 2018-11-11 #### Issue bingo - [X] Issue could be reproduced at least once - [ ] Issue could be reproduced by different players - [ ] Issue could be reproduced in multiple rounds - [X] Issue happened in a recent (less than 7 days ago) round - [X] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
priority
borgs cannot free themselves from quicksand description of issue if a borg becomes stuck in quicksand it is unable to free itself difference between expected and actual behavior to eventually be able to get out with the resist command but half a dozen attempts all failed steps to reproduce be a borg becomes stuck in quicksand try to resist out of it length of time in which bug has been known to occur since quicksand was introduced i believe client version server revision game id client version server revision issue bingo issue could be reproduced at least once issue could be reproduced by different players issue could be reproduced in multiple rounds issue happened in a recent less than days ago round
1
485,857
14,000,497,857
IssuesEvent
2020-10-28 12:24:49
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
[DB2] The console and the Myaccount applications will not be visible to tenants
Priority/Highest Severity/Critical bug console
**Describe the issue:* The console and the Myaccount applications will not be visible to the tenant user when configured primary user store as DB2. **How to reproduce:** Configure deployment.toml and put JDBC driver for the version <IS_HOME>/repository/components/lib folder Start the IS server Configure a Tenant Login to Console > Manage as a Tenant user *No issue while accessing My account **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** - Product Version: 5.11.0 alpha4 Snapshot - OS: Windows & Mac - Database: DB2 (DB2 v11.5.4.0) - Userstore: JDBC - Browsers Google Chrome, Microft Edge, Firefox ```[user_store] type = "database_unique_id" [database.identity_db] url = "jdbc:db2://localhost:50000/alpha33" username = "db2inst1" password = "wso2carbon" driver = "com.ibm.db2.jcc.DB2Driver" [database.identity_db.pool_options] maxActive = "80" minIdle ="5" testOnBorrow = true validationQuery="SELECT 1 FROM SYSIBM.SYSDUMMY1" validationInterval="30000" defaultAutoCommit=false [database.shared_db] url = "jdbc:db2://localhost:50000/alpha33" username = "db2inst1" password = "wso2carbon" driver = "com.ibm.db2.jcc.DB2Driver" [database.shared_db.pool_options] maxActive = "80" minIdle ="5" testOnBorrow = true validationQuery="SELECT 1 FROM SYSIBM.SYSDUMMY1" validationInterval="30000" defaultAutoCommit=false ``` *Note - Error logs server start-up in windows -- ``` ERROR {org.wso2.carbon.identity.rest.api.user.application.v1.core.ApplicationService} - errorCode: APP-15001 | message: Server Encountered an error while retrieving applications. org.wso2.carbon.identity.application.common.IdentityApplicationManagementServerException: Error while getting application basic information for discoverable applications in tenantDomain: wso2.com at org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl.getDiscoverableApplicationBasicInfo(ApplicationDAOImpl.java:4917) at org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl.getDiscoverableApplicationBasicInfo(ApplicationDAOImpl.java:4759) at org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO.getDiscoverableApplicationBasicInfo(CacheBackedApplicationDAO.java:400) at org.wso2.carbon.identity.application.mgt.internal.impl.DiscoverableApplicationManagerImpl.getDiscoverableApplicationBasicInfo(DiscoverableApplicationManagerImpl.java:38) at org.wso2.carbon.identity.rest.api.user.application.v1.core.ApplicationService.getApplications(ApplicationService.java:106) at org.wso2.carbon.identity.rest.api.user.application.v1.impl.MeApiServiceImpl.getApplications(MeApiServiceImpl.java:44) at org.wso2.carbon.identity.rest.api.user.application.v1.MeApi.getApplications(MeApi.java:85) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179) at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96) at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201) at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104) at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59) at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96) at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308) at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267) at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234) at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208) at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225) at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:296) at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:220) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:459) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) at org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve.invoke(TenantContextRewriteValve.java:135) at org.wso2.carbon.identity.authz.valve.AuthorizationValve.invoke(AuthorizationValve.java:102) at org.wso2.carbon.identity.auth.valve.AuthenticationValve.invoke(AuthenticationValve.java:122) at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99) at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:49) at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62) at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:145) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690) at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57) at org.wso2.carbon.tomcat.ext.valves.RequestEncodingValve.invoke(RequestEncodingValve.java:49) at org.wso2.carbon.tomcat.ext.valves.RequestCorrelationIdValve.invoke(RequestCorrelationIdValve.java:126) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: com.ibm.db2.jcc.am.SqlSyntaxErrorException: [jcc][10145][10844][4.25.13] Invalid parameter 2: Parameter index is out of range. ERRORCODE=-4461, SQLSTATE=42815 at com.ibm.db2.jcc.am.b6.a(b6.java:810) at com.ibm.db2.jcc.am.b6.a(b6.java:66) at com.ibm.db2.jcc.am.b6.a(b6.java:116) at com.ibm.db2.jcc.am.k4.l(k4.java:6373) at com.ibm.db2.jcc.am.k4.j(k4.java:6328) at com.ibm.db2.jcc.am.k4.f(k4.java:1077) at com.ibm.db2.jcc.am.k4.setInt(k4.java:1070) at jdk.internal.reflect.GeneratedMethodAccessor53.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114) at com.sun.proxy.$Proxy58.setInt(Unknown Source) at org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement.setInt(NamedPreparedStatement.java:127) at org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl.getDiscoverableApplicationBasicInfo(ApplicationDAOImpl.java:4907) ... 58 more ``` ![image](https://user-images.githubusercontent.com/39120228/95392219-01db1e80-0916-11eb-9fdc-cd1a63488377.png)
1.0
[DB2] The console and the Myaccount applications will not be visible to tenants - **Describe the issue:* The console and the Myaccount applications will not be visible to the tenant user when configured primary user store as DB2. **How to reproduce:** Configure deployment.toml and put JDBC driver for the version <IS_HOME>/repository/components/lib folder Start the IS server Configure a Tenant Login to Console > Manage as a Tenant user *No issue while accessing My account **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** - Product Version: 5.11.0 alpha4 Snapshot - OS: Windows & Mac - Database: DB2 (DB2 v11.5.4.0) - Userstore: JDBC - Browsers Google Chrome, Microft Edge, Firefox ```[user_store] type = "database_unique_id" [database.identity_db] url = "jdbc:db2://localhost:50000/alpha33" username = "db2inst1" password = "wso2carbon" driver = "com.ibm.db2.jcc.DB2Driver" [database.identity_db.pool_options] maxActive = "80" minIdle ="5" testOnBorrow = true validationQuery="SELECT 1 FROM SYSIBM.SYSDUMMY1" validationInterval="30000" defaultAutoCommit=false [database.shared_db] url = "jdbc:db2://localhost:50000/alpha33" username = "db2inst1" password = "wso2carbon" driver = "com.ibm.db2.jcc.DB2Driver" [database.shared_db.pool_options] maxActive = "80" minIdle ="5" testOnBorrow = true validationQuery="SELECT 1 FROM SYSIBM.SYSDUMMY1" validationInterval="30000" defaultAutoCommit=false ``` *Note - Error logs server start-up in windows -- ``` ERROR {org.wso2.carbon.identity.rest.api.user.application.v1.core.ApplicationService} - errorCode: APP-15001 | message: Server Encountered an error while retrieving applications. org.wso2.carbon.identity.application.common.IdentityApplicationManagementServerException: Error while getting application basic information for discoverable applications in tenantDomain: wso2.com at org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl.getDiscoverableApplicationBasicInfo(ApplicationDAOImpl.java:4917) at org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl.getDiscoverableApplicationBasicInfo(ApplicationDAOImpl.java:4759) at org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO.getDiscoverableApplicationBasicInfo(CacheBackedApplicationDAO.java:400) at org.wso2.carbon.identity.application.mgt.internal.impl.DiscoverableApplicationManagerImpl.getDiscoverableApplicationBasicInfo(DiscoverableApplicationManagerImpl.java:38) at org.wso2.carbon.identity.rest.api.user.application.v1.core.ApplicationService.getApplications(ApplicationService.java:106) at org.wso2.carbon.identity.rest.api.user.application.v1.impl.MeApiServiceImpl.getApplications(MeApiServiceImpl.java:44) at org.wso2.carbon.identity.rest.api.user.application.v1.MeApi.getApplications(MeApi.java:85) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179) at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96) at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201) at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104) at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59) at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96) at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308) at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267) at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234) at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208) at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225) at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:296) at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:220) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:271) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:459) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) at org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve.invoke(TenantContextRewriteValve.java:135) at org.wso2.carbon.identity.authz.valve.AuthorizationValve.invoke(AuthorizationValve.java:102) at org.wso2.carbon.identity.auth.valve.AuthenticationValve.invoke(AuthenticationValve.java:122) at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99) at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:49) at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62) at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:145) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690) at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57) at org.wso2.carbon.tomcat.ext.valves.RequestEncodingValve.invoke(RequestEncodingValve.java:49) at org.wso2.carbon.tomcat.ext.valves.RequestCorrelationIdValve.invoke(RequestCorrelationIdValve.java:126) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: com.ibm.db2.jcc.am.SqlSyntaxErrorException: [jcc][10145][10844][4.25.13] Invalid parameter 2: Parameter index is out of range. ERRORCODE=-4461, SQLSTATE=42815 at com.ibm.db2.jcc.am.b6.a(b6.java:810) at com.ibm.db2.jcc.am.b6.a(b6.java:66) at com.ibm.db2.jcc.am.b6.a(b6.java:116) at com.ibm.db2.jcc.am.k4.l(k4.java:6373) at com.ibm.db2.jcc.am.k4.j(k4.java:6328) at com.ibm.db2.jcc.am.k4.f(k4.java:1077) at com.ibm.db2.jcc.am.k4.setInt(k4.java:1070) at jdk.internal.reflect.GeneratedMethodAccessor53.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114) at com.sun.proxy.$Proxy58.setInt(Unknown Source) at org.wso2.carbon.database.utils.jdbc.NamedPreparedStatement.setInt(NamedPreparedStatement.java:127) at org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl.getDiscoverableApplicationBasicInfo(ApplicationDAOImpl.java:4907) ... 58 more ``` ![image](https://user-images.githubusercontent.com/39120228/95392219-01db1e80-0916-11eb-9fdc-cd1a63488377.png)
priority
the console and the myaccount applications will not be visible to tenants describe the issue the console and the myaccount applications will not be visible to the tenant user when configured primary user store as how to reproduce configure deployment toml and put jdbc driver for the version repository components lib folder start the is server configure a tenant login to console manage as a tenant user no issue while accessing my account environment information please complete the following information remove any unnecessary fields product version snapshot os windows mac database userstore jdbc browsers google chrome microft edge firefox type database unique id url jdbc localhost username password driver com ibm jcc maxactive minidle testonborrow true validationquery select from sysibm validationinterval defaultautocommit false url jdbc localhost username password driver com ibm jcc maxactive minidle testonborrow true validationquery select from sysibm validationinterval defaultautocommit false note error logs server start up in windows error org carbon identity rest api user application core applicationservice errorcode app message server encountered an error while retrieving applications org carbon identity application common identityapplicationmanagementserverexception error while getting application basic information for discoverable applications in tenantdomain com at org carbon identity application mgt dao impl applicationdaoimpl getdiscoverableapplicationbasicinfo applicationdaoimpl java at org carbon identity application mgt dao impl applicationdaoimpl getdiscoverableapplicationbasicinfo applicationdaoimpl java at org carbon identity application mgt dao impl cachebackedapplicationdao getdiscoverableapplicationbasicinfo cachebackedapplicationdao java at org carbon identity application mgt internal impl discoverableapplicationmanagerimpl getdiscoverableapplicationbasicinfo discoverableapplicationmanagerimpl java at org carbon identity rest api user application core applicationservice getapplications applicationservice java at org carbon identity rest api user application impl meapiserviceimpl getapplications meapiserviceimpl java at org carbon identity rest api user application meapi getapplications meapi java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org apache cxf service invoker abstractinvoker performinvocation abstractinvoker java at org apache cxf service invoker abstractinvoker invoke abstractinvoker java at org apache cxf jaxrs jaxrsinvoker invoke jaxrsinvoker java at org apache cxf jaxrs jaxrsinvoker invoke jaxrsinvoker java at org apache cxf interceptor serviceinvokerinterceptor run serviceinvokerinterceptor java at org apache cxf interceptor serviceinvokerinterceptor handlemessage serviceinvokerinterceptor java at org apache cxf phase phaseinterceptorchain dointercept phaseinterceptorchain java at org apache cxf transport chaininitiationobserver onmessage chaininitiationobserver java at org apache cxf transport http abstracthttpdestination invoke abstracthttpdestination java at org apache cxf transport servlet servletcontroller invokedestination servletcontroller java at org apache cxf transport servlet servletcontroller invoke servletcontroller java at org apache cxf transport servlet servletcontroller invoke servletcontroller java at org apache cxf transport servlet cxfnonspringservlet invoke cxfnonspringservlet java at org apache cxf transport servlet abstracthttpservlet handlerequest abstracthttpservlet java at org apache cxf transport servlet abstracthttpservlet doget abstracthttpservlet java at javax servlet http httpservlet service httpservlet java at org apache cxf transport servlet abstracthttpservlet service abstracthttpservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core applicationdispatcher invoke applicationdispatcher java at org apache catalina core applicationdispatcher processrequest applicationdispatcher java at org apache catalina core applicationdispatcher doforward applicationdispatcher java at org apache catalina core applicationdispatcher forward applicationdispatcher java at org carbon identity context rewrite valve tenantcontextrewritevalve invoke tenantcontextrewritevalve java at org carbon identity authz valve authorizationvalve invoke authorizationvalve java at org carbon identity auth valve authenticationvalve invoke authenticationvalve java at org carbon tomcat ext valves compositevalve continueinvocation compositevalve java at org carbon tomcat ext valves tomcatvalvecontainer invokevalves tomcatvalvecontainer java at org carbon tomcat ext valves compositevalve invoke compositevalve java at org carbon tomcat ext valves carbonstuckthreaddetectionvalve invoke carbonstuckthreaddetectionvalve java at org apache catalina valves abstractaccesslogvalve invoke abstractaccesslogvalve java at org carbon tomcat ext valves carboncontextcreatorvalve invoke carboncontextcreatorvalve java at org carbon tomcat ext valves requestencodingvalve invoke requestencodingvalve java at org carbon tomcat ext valves requestcorrelationidvalve invoke requestcorrelationidvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote service java at org apache coyote abstractprocessorlight process abstractprocessorlight java at org apache coyote abstractprotocol connectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net socketprocessorbase run socketprocessorbase java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java base java lang thread run thread java caused by com ibm jcc am sqlsyntaxerrorexception invalid parameter parameter index is out of range errorcode sqlstate at com ibm jcc am a java at com ibm jcc am a java at com ibm jcc am a java at com ibm jcc am l java at com ibm jcc am j java at com ibm jcc am f java at com ibm jcc am setint java at jdk internal reflect invoke unknown source at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org apache tomcat jdbc pool statementfacade statementproxy invoke statementfacade java at com sun proxy setint unknown source at org carbon database utils jdbc namedpreparedstatement setint namedpreparedstatement java at org carbon identity application mgt dao impl applicationdaoimpl getdiscoverableapplicationbasicinfo applicationdaoimpl java more
1
71,806
30,921,524,119
IssuesEvent
2023-08-06 00:48:19
Zahlungsmittel/Zahlungsmittel
https://api.github.com/repos/Zahlungsmittel/Zahlungsmittel
opened
[CLOSED] feat(frontend): username in wallet
service: wallet frontend feature imported
<a href="https://github.com/Mogge"><img src="https://avatars.githubusercontent.com/u/15882241?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [Mogge](https://github.com/Mogge)** _Thursday May 11, 2023 at 14:01 GMT_ _Originally opened as https://github.com/gradido/gradido/pull/2984_ ---- <!-- You can find the latest issue templates here https://github.com/ulfgebhardt/issue-templates --> ## 🍰 Pullrequest Allows to save a username in the settings of the wallet ### Issues <!-- Which Issues does this fix, which are related? - fixes #XXX - relates #XXX --> - None ### Todo <!-- In case some parts are still missing, list them here. --> - [x] validate username in wallet - [x] test the component ---- _**[Mogge](https://github.com/Mogge)** included the following code: https://github.com/gradido/gradido/pull/2984/commits_
1.0
[CLOSED] feat(frontend): username in wallet - <a href="https://github.com/Mogge"><img src="https://avatars.githubusercontent.com/u/15882241?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [Mogge](https://github.com/Mogge)** _Thursday May 11, 2023 at 14:01 GMT_ _Originally opened as https://github.com/gradido/gradido/pull/2984_ ---- <!-- You can find the latest issue templates here https://github.com/ulfgebhardt/issue-templates --> ## 🍰 Pullrequest Allows to save a username in the settings of the wallet ### Issues <!-- Which Issues does this fix, which are related? - fixes #XXX - relates #XXX --> - None ### Todo <!-- In case some parts are still missing, list them here. --> - [x] validate username in wallet - [x] test the component ---- _**[Mogge](https://github.com/Mogge)** included the following code: https://github.com/gradido/gradido/pull/2984/commits_
non_priority
feat frontend username in wallet issue by thursday may at gmt originally opened as 🍰 pullrequest allows to save a username in the settings of the wallet issues which issues does this fix which are related fixes xxx relates xxx none todo validate username in wallet test the component included the following code
0
120,587
15,783,981,755
IssuesEvent
2021-04-01 14:37:14
SecretFoundation/SecretWebsite
https://api.github.com/repos/SecretFoundation/SecretWebsite
closed
Turquoise Buttons Change to Blue when in Light Mode
design
Blue buttons look much better when in Light mode. 1) Landing Page, read more button ![image](https://user-images.githubusercontent.com/30289932/111920246-e2672680-8a5b-11eb-97bc-84e335f2e7a8.png) 2) About page, read the gray paper button 3) Community page, become a secret agent button Should match this color used in various places throughout the site: ![image](https://user-images.githubusercontent.com/30289932/111920153-77b5eb00-8a5b-11eb-8ebd-99666cc9927e.png)
1.0
Turquoise Buttons Change to Blue when in Light Mode - Blue buttons look much better when in Light mode. 1) Landing Page, read more button ![image](https://user-images.githubusercontent.com/30289932/111920246-e2672680-8a5b-11eb-97bc-84e335f2e7a8.png) 2) About page, read the gray paper button 3) Community page, become a secret agent button Should match this color used in various places throughout the site: ![image](https://user-images.githubusercontent.com/30289932/111920153-77b5eb00-8a5b-11eb-8ebd-99666cc9927e.png)
non_priority
turquoise buttons change to blue when in light mode blue buttons look much better when in light mode landing page read more button about page read the gray paper button community page become a secret agent button should match this color used in various places throughout the site
0
97,596
16,236,395,427
IssuesEvent
2021-05-07 01:37:56
michaeldotson/movie-app
https://api.github.com/repos/michaeldotson/movie-app
opened
CVE-2020-8167 (Medium) detected in rails-5.2.2.gem
security vulnerability
## CVE-2020-8167 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rails-5.2.2.gem</b></p></summary> <p>Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.</p> <p>Library home page: <a href="https://rubygems.org/gems/rails-5.2.2.gem">https://rubygems.org/gems/rails-5.2.2.gem</a></p> <p>Path to dependency file: /movie-app/Gemfile.lock</p> <p>Path to vulnerable library: /gems/2.3.0/cache/rails-5.2.2.gem</p> <p> Dependency Hierarchy: - :x: **rails-5.2.2.gem** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A CSRF vulnerability exists in rails <= 6.0.3 rails-ujs module that could allow attackers to send CSRF tokens to wrong domains. <p>Publish Date: 2020-06-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8167>CVE-2020-8167</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - 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://rubygems.org/gems/rails/versions/6.0.3.1">https://rubygems.org/gems/rails/versions/6.0.3.1</a></p> <p>Release Date: 2020-06-01</p> <p>Fix Resolution: 6.0.3.1,5.2.4.3</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-8167 (Medium) detected in rails-5.2.2.gem - ## CVE-2020-8167 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rails-5.2.2.gem</b></p></summary> <p>Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.</p> <p>Library home page: <a href="https://rubygems.org/gems/rails-5.2.2.gem">https://rubygems.org/gems/rails-5.2.2.gem</a></p> <p>Path to dependency file: /movie-app/Gemfile.lock</p> <p>Path to vulnerable library: /gems/2.3.0/cache/rails-5.2.2.gem</p> <p> Dependency Hierarchy: - :x: **rails-5.2.2.gem** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A CSRF vulnerability exists in rails <= 6.0.3 rails-ujs module that could allow attackers to send CSRF tokens to wrong domains. <p>Publish Date: 2020-06-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8167>CVE-2020-8167</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - 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://rubygems.org/gems/rails/versions/6.0.3.1">https://rubygems.org/gems/rails/versions/6.0.3.1</a></p> <p>Release Date: 2020-06-01</p> <p>Fix Resolution: 6.0.3.1,5.2.4.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in rails gem cve medium severity vulnerability vulnerable library rails gem ruby on rails is a full stack web framework optimized for programmer happiness and sustainable productivity it encourages beautiful code by favoring convention over configuration library home page a href path to dependency file movie app gemfile lock path to vulnerable library gems cache rails gem dependency hierarchy x rails gem vulnerable library vulnerability details a csrf vulnerability exists in rails rails ujs module that could allow attackers to send csrf tokens to wrong domains publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
363,756
10,746,929,104
IssuesEvent
2019-10-30 12:06:11
xwikisas/application-xpoll
https://api.github.com/repos/xwikisas/application-xpoll
reopened
Deleted user appears in the Poll Live table once the Status is changed to Finish
Priority: Critical Status: Invalid Type: Bug
Preconditions: Have several users already created on the wiki. Steps to reproduce: 1. Create a Poll, Status Active 2. Vote for it with multiple users 3. Log in as Admin 4. From Administer Wiki > Users & Rights > Users delete one of the voting users 5. Go back to the Poll 6. Edit it and change the status to Finished Expected results: The deleted user doesn't appear anymore in the Poll if he was removed while the poll was still Active - as per ticket #48 Actual results: The deleted user disappears from the Poll once the Admin deletes him but once the status of the Poll is changed to Finish the user appears again in the livetable and his vote is counted. Environment: Windows 10, XWiki 9.11 Standard, Polls Application (Pro) 2.0 ![ActivePoll - User03 Deleted](https://user-images.githubusercontent.com/40691112/67782470-7d2f2180-fa71-11e9-80c9-584e38aa67ed.jpg) ![FinishedPoll - User03 Deleted](https://user-images.githubusercontent.com/40691112/67782479-802a1200-fa71-11e9-822c-d105b39f67e8.jpg)
1.0
Deleted user appears in the Poll Live table once the Status is changed to Finish - Preconditions: Have several users already created on the wiki. Steps to reproduce: 1. Create a Poll, Status Active 2. Vote for it with multiple users 3. Log in as Admin 4. From Administer Wiki > Users & Rights > Users delete one of the voting users 5. Go back to the Poll 6. Edit it and change the status to Finished Expected results: The deleted user doesn't appear anymore in the Poll if he was removed while the poll was still Active - as per ticket #48 Actual results: The deleted user disappears from the Poll once the Admin deletes him but once the status of the Poll is changed to Finish the user appears again in the livetable and his vote is counted. Environment: Windows 10, XWiki 9.11 Standard, Polls Application (Pro) 2.0 ![ActivePoll - User03 Deleted](https://user-images.githubusercontent.com/40691112/67782470-7d2f2180-fa71-11e9-80c9-584e38aa67ed.jpg) ![FinishedPoll - User03 Deleted](https://user-images.githubusercontent.com/40691112/67782479-802a1200-fa71-11e9-822c-d105b39f67e8.jpg)
priority
deleted user appears in the poll live table once the status is changed to finish preconditions have several users already created on the wiki steps to reproduce create a poll status active vote for it with multiple users log in as admin from administer wiki users rights users delete one of the voting users go back to the poll edit it and change the status to finished expected results the deleted user doesn t appear anymore in the poll if he was removed while the poll was still active as per ticket actual results the deleted user disappears from the poll once the admin deletes him but once the status of the poll is changed to finish the user appears again in the livetable and his vote is counted environment windows xwiki standard polls application pro
1
186,761
14,407,572,961
IssuesEvent
2020-12-03 22:05:09
rancher/dashboard
https://api.github.com/repos/rancher/dashboard
closed
Make namespace selectors enabled for scope *
[zube]: To Test area/opa bug product/opa
In Create Constraint - [ ] The namespace selectors should be scoped for * option. ![image](https://user-images.githubusercontent.com/11514927/100008195-546b7f80-2d8a-11eb-8495-7e54f9411a2a.png)
1.0
Make namespace selectors enabled for scope * - In Create Constraint - [ ] The namespace selectors should be scoped for * option. ![image](https://user-images.githubusercontent.com/11514927/100008195-546b7f80-2d8a-11eb-8495-7e54f9411a2a.png)
non_priority
make namespace selectors enabled for scope in create constraint the namespace selectors should be scoped for option
0
42,050
10,765,037,066
IssuesEvent
2019-11-01 09:56:44
armadillo-apps/arms2
https://api.github.com/repos/armadillo-apps/arms2
closed
Production HTTPS site fetches and renders Apartment data while the HTTP site does not
Defect
DIfferences in behaviour between HTTPS and HTTP site (https://demo-armadillo-arms.herokuapp.com/ vs http://demo-armadillo-arms.herokuapp.com/) Possible Solution: To redirect http page to https
1.0
Production HTTPS site fetches and renders Apartment data while the HTTP site does not - DIfferences in behaviour between HTTPS and HTTP site (https://demo-armadillo-arms.herokuapp.com/ vs http://demo-armadillo-arms.herokuapp.com/) Possible Solution: To redirect http page to https
non_priority
production https site fetches and renders apartment data while the http site does not differences in behaviour between https and http site vs possible solution to redirect http page to https
0
266,888
20,168,516,790
IssuesEvent
2022-02-10 08:10:16
jupyterlab/jupyterlab
https://api.github.com/repos/jupyterlab/jupyterlab
closed
Pause on exception button does not show up
enhancement documentation pkg:debugger
Giving a spin to 3.3 alpha because I very much need the "pause on exception" debugger feature. I noticed that the button is missing. I guess a specific kernel version is required for it to show up based on: https://github.com/jupyterlab/jupyterlab/blob/f7aa928c48fb6cef71d21e661cb8832185aaaac1/packages/debugger-extension/src/index.ts#L733-L735 ### Problem Hiding buttons when features are not available makes the features less discoverable. When we added debugger many users did not realise that they just needed to update ipykernel/xeus kernel to get it working and we got a lot of questions from confused users, exacerbated by the fact that some of them were genuine issues with how debugger capability was detected. ### Proposed Solution - [ ] Always show the pause button; when it is not available make it disabled add a tooltip "Your kernel version does not support pausing on exception yet" - [ ] Document what kernels are know to work with this feature in user-facing documentation ### Context We discussed this problem for the debugger bug icon in: https://github.com/jupyterlab/jupyterlab/pull/10727#issuecomment-892534609 and https://github.com/jupyterlab/jupyterlab/pull/10727#issuecomment-892819037 We also use a condition like this for rich variable rendering: https://github.com/jupyterlab/jupyterlab/blob/f7aa928c48fb6cef71d21e661cb8832185aaaac1/packages/debugger-extension/src/index.ts#L417-L419
1.0
Pause on exception button does not show up - Giving a spin to 3.3 alpha because I very much need the "pause on exception" debugger feature. I noticed that the button is missing. I guess a specific kernel version is required for it to show up based on: https://github.com/jupyterlab/jupyterlab/blob/f7aa928c48fb6cef71d21e661cb8832185aaaac1/packages/debugger-extension/src/index.ts#L733-L735 ### Problem Hiding buttons when features are not available makes the features less discoverable. When we added debugger many users did not realise that they just needed to update ipykernel/xeus kernel to get it working and we got a lot of questions from confused users, exacerbated by the fact that some of them were genuine issues with how debugger capability was detected. ### Proposed Solution - [ ] Always show the pause button; when it is not available make it disabled add a tooltip "Your kernel version does not support pausing on exception yet" - [ ] Document what kernels are know to work with this feature in user-facing documentation ### Context We discussed this problem for the debugger bug icon in: https://github.com/jupyterlab/jupyterlab/pull/10727#issuecomment-892534609 and https://github.com/jupyterlab/jupyterlab/pull/10727#issuecomment-892819037 We also use a condition like this for rich variable rendering: https://github.com/jupyterlab/jupyterlab/blob/f7aa928c48fb6cef71d21e661cb8832185aaaac1/packages/debugger-extension/src/index.ts#L417-L419
non_priority
pause on exception button does not show up giving a spin to alpha because i very much need the pause on exception debugger feature i noticed that the button is missing i guess a specific kernel version is required for it to show up based on problem hiding buttons when features are not available makes the features less discoverable when we added debugger many users did not realise that they just needed to update ipykernel xeus kernel to get it working and we got a lot of questions from confused users exacerbated by the fact that some of them were genuine issues with how debugger capability was detected proposed solution always show the pause button when it is not available make it disabled add a tooltip your kernel version does not support pausing on exception yet document what kernels are know to work with this feature in user facing documentation context we discussed this problem for the debugger bug icon in and we also use a condition like this for rich variable rendering
0
144,501
11,621,942,685
IssuesEvent
2020-02-27 04:49:28
laurengerardi/LiveResin
https://api.github.com/repos/laurengerardi/LiveResin
closed
Lauren QA - Mobile
Testing
Our Products Page Mobile Can we check the text over the image, looks bad. IPhone 8 + ![Text over image](https://user-images.githubusercontent.com/57407119/75369954-5f908e00-5892-11ea-82c7-16d5586589e3.jpg)
1.0
Lauren QA - Mobile - Our Products Page Mobile Can we check the text over the image, looks bad. IPhone 8 + ![Text over image](https://user-images.githubusercontent.com/57407119/75369954-5f908e00-5892-11ea-82c7-16d5586589e3.jpg)
non_priority
lauren qa mobile our products page mobile can we check the text over the image looks bad iphone
0
98,960
11,102,090,344
IssuesEvent
2019-12-16 22:57:06
GreenMeteor/humhub-discordapp-module
https://api.github.com/repos/GreenMeteor/humhub-discordapp-module
opened
[Devlog]Premium Roadmap v1.0.x
Translations: POEditor Type: Documentation Type: Enh Type: Premium
### Core Development - [x] Codebase reviewing. - [ ] Documentations - [ ] Space & Profile configurations (#35) ### Translations - [ ] check #12
1.0
[Devlog]Premium Roadmap v1.0.x - ### Core Development - [x] Codebase reviewing. - [ ] Documentations - [ ] Space & Profile configurations (#35) ### Translations - [ ] check #12
non_priority
premium roadmap x core development codebase reviewing documentations space profile configurations translations check
0
935
20,388,542,802
IssuesEvent
2022-02-22 09:39:06
FortAwesome/Font-Awesome
https://api.github.com/repos/FortAwesome/Font-Awesome
closed
Icon Request: knowledge
new icon medical / health (category) Available in FA Pro users & people (category) science (category)
Would be nice to have a knowledge icon. Usage: - I personally want it for a network event - Also useable for e-learning / education sites or intranets It will look like something with brains (?). I attached a file with the idea. ![gng_icon_knowledge](https://cloud.githubusercontent.com/assets/3469454/2775825/b905aa94-caca-11e3-96e7-e34bf3c734b3.jpg)
1.0
Icon Request: knowledge - Would be nice to have a knowledge icon. Usage: - I personally want it for a network event - Also useable for e-learning / education sites or intranets It will look like something with brains (?). I attached a file with the idea. ![gng_icon_knowledge](https://cloud.githubusercontent.com/assets/3469454/2775825/b905aa94-caca-11e3-96e7-e34bf3c734b3.jpg)
non_priority
icon request knowledge would be nice to have a knowledge icon usage i personally want it for a network event also useable for e learning education sites or intranets it will look like something with brains i attached a file with the idea
0
142,944
19,142,262,186
IssuesEvent
2021-12-02 01:05:42
BrianMcDonaldWS/genie
https://api.github.com/repos/BrianMcDonaldWS/genie
opened
CVE-2021-36373 (Medium) detected in ant-1.9.13.jar
security vulnerability
## CVE-2021-36373 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ant-1.9.13.jar</b></p></summary> <p>master POM</p> <p>Library home page: <a href="http://ant.apache.org/">http://ant.apache.org/</a></p> <p>Path to dependency file: genie/genie-ui/build.gradle</p> <p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/org.apache.ant/ant/1.9.13/7aff87f91ffda6916751e39bb5688f0a53710ec4/ant-1.9.13.jar,/root/.gradle/caches/modules-2/files-2.1/org.apache.ant/ant/1.9.13/7aff87f91ffda6916751e39bb5688f0a53710ec4/ant-1.9.13.jar</p> <p> Dependency Hierarchy: - groovy-all-2.5.7 (Root Library) - groovy-ant-2.5.8.jar - :x: **ant-1.9.13.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> When reading a specially crafted TAR archive an Apache Ant build can be made to allocate large amounts of memory that finally leads to an out of memory error, even for small inputs. This can be used to disrupt builds using Apache Ant. Apache Ant prior to 1.9.16 and 1.10.11 were affected. <p>Publish Date: 2021-07-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-36373>CVE-2021-36373</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: None - User Interaction: Required - 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-2021-36373">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36373</a></p> <p>Release Date: 2021-07-14</p> <p>Fix Resolution: org.apache.ant:ant:1.9.16,1.10.11</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.ant","packageName":"ant","packageVersion":"1.9.13","packageFilePaths":["/genie-ui/build.gradle"],"isTransitiveDependency":true,"dependencyTree":"org.codehaus.groovy:groovy-all:2.5.7;org.codehaus.groovy:groovy-ant:2.5.8;org.apache.ant:ant:1.9.13","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.ant:ant:1.9.16,1.10.11","isBinary":false}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2021-36373","vulnerabilityDetails":"When reading a specially crafted TAR archive an Apache Ant build can be made to allocate large amounts of memory that finally leads to an out of memory error, even for small inputs. This can be used to disrupt builds using Apache Ant. Apache Ant prior to 1.9.16 and 1.10.11 were affected.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-36373","cvss3Severity":"medium","cvss3Score":"5.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"Required","AV":"Local","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-36373 (Medium) detected in ant-1.9.13.jar - ## CVE-2021-36373 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ant-1.9.13.jar</b></p></summary> <p>master POM</p> <p>Library home page: <a href="http://ant.apache.org/">http://ant.apache.org/</a></p> <p>Path to dependency file: genie/genie-ui/build.gradle</p> <p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/org.apache.ant/ant/1.9.13/7aff87f91ffda6916751e39bb5688f0a53710ec4/ant-1.9.13.jar,/root/.gradle/caches/modules-2/files-2.1/org.apache.ant/ant/1.9.13/7aff87f91ffda6916751e39bb5688f0a53710ec4/ant-1.9.13.jar</p> <p> Dependency Hierarchy: - groovy-all-2.5.7 (Root Library) - groovy-ant-2.5.8.jar - :x: **ant-1.9.13.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> When reading a specially crafted TAR archive an Apache Ant build can be made to allocate large amounts of memory that finally leads to an out of memory error, even for small inputs. This can be used to disrupt builds using Apache Ant. Apache Ant prior to 1.9.16 and 1.10.11 were affected. <p>Publish Date: 2021-07-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-36373>CVE-2021-36373</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: None - User Interaction: Required - 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-2021-36373">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36373</a></p> <p>Release Date: 2021-07-14</p> <p>Fix Resolution: org.apache.ant:ant:1.9.16,1.10.11</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.ant","packageName":"ant","packageVersion":"1.9.13","packageFilePaths":["/genie-ui/build.gradle"],"isTransitiveDependency":true,"dependencyTree":"org.codehaus.groovy:groovy-all:2.5.7;org.codehaus.groovy:groovy-ant:2.5.8;org.apache.ant:ant:1.9.13","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.ant:ant:1.9.16,1.10.11","isBinary":false}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2021-36373","vulnerabilityDetails":"When reading a specially crafted TAR archive an Apache Ant build can be made to allocate large amounts of memory that finally leads to an out of memory error, even for small inputs. This can be used to disrupt builds using Apache Ant. Apache Ant prior to 1.9.16 and 1.10.11 were affected.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-36373","cvss3Severity":"medium","cvss3Score":"5.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"Required","AV":"Local","I":"None"},"extraData":{}}</REMEDIATE> -->
non_priority
cve medium detected in ant jar cve medium severity vulnerability vulnerable library ant jar master pom library home page a href path to dependency file genie genie ui build gradle path to vulnerable library root gradle caches modules files org apache ant ant ant jar root gradle caches modules files org apache ant ant ant jar dependency hierarchy groovy all root library groovy ant jar x ant jar vulnerable library vulnerability details when reading a specially crafted tar archive an apache ant build can be made to allocate large amounts of memory that finally leads to an out of memory error even for small inputs this can be used to disrupt builds using apache ant apache ant prior to and were affected publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache ant ant isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org codehaus groovy groovy all org codehaus groovy groovy ant org apache ant ant isminimumfixversionavailable true minimumfixversion org apache ant ant isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails when reading a specially crafted tar archive an apache ant build can be made to allocate large amounts of memory that finally leads to an out of memory error even for small inputs this can be used to disrupt builds using apache ant apache ant prior to and were affected vulnerabilityurl
0
569,606
17,015,495,474
IssuesEvent
2021-07-02 11:24:28
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
closed
The formatting in Post update looks broken with list.
bug priority: high
**Describe the bug** The formatting in Post update looks broken after its published. Please see the video attached for more detail. **To Reproduce** Steps to reproduce the behavior: Please follow the video, **Screenshots** https://www.loom.com/share/11152a7593a140abbd826a9fac772df2 **Support ticket links** https://secure.helpscout.net/conversation/1282706153/98836?folderId=3701249
1.0
The formatting in Post update looks broken with list. - **Describe the bug** The formatting in Post update looks broken after its published. Please see the video attached for more detail. **To Reproduce** Steps to reproduce the behavior: Please follow the video, **Screenshots** https://www.loom.com/share/11152a7593a140abbd826a9fac772df2 **Support ticket links** https://secure.helpscout.net/conversation/1282706153/98836?folderId=3701249
priority
the formatting in post update looks broken with list describe the bug the formatting in post update looks broken after its published please see the video attached for more detail to reproduce steps to reproduce the behavior please follow the video screenshots support ticket links
1
6,517
14,709,119,459
IssuesEvent
2021-01-05 01:31:31
MicrosoftDocs/architecture-center
https://api.github.com/repos/MicrosoftDocs/architecture-center
closed
Diagram image and Visio diagram do not match
architecture-center/svc example-scenario/subsvc
In the WVD architecture center doc, the architecture diagram image does not match with what is downloaded when you click the "Download a copy of this Visio." link --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: f26be54d-0f67-5098-7839-98f5bb064188 * Version Independent ID: 187fa3ce-ade9-1b07-2af3-c874ec3d0aac * Content: [Windows Virtual Desktop for the enterprise - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop) * Content Source: [docs/example-scenario/wvd/windows-virtual-desktop.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop.yml) * Service: **architecture-center** * Sub-service: **example-scenario** * GitHub Login: @doodlemania2 * Microsoft Alias: **pnp**
1.0
Diagram image and Visio diagram do not match - In the WVD architecture center doc, the architecture diagram image does not match with what is downloaded when you click the "Download a copy of this Visio." link --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: f26be54d-0f67-5098-7839-98f5bb064188 * Version Independent ID: 187fa3ce-ade9-1b07-2af3-c874ec3d0aac * Content: [Windows Virtual Desktop for the enterprise - Azure Example Scenarios](https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/windows-virtual-desktop) * Content Source: [docs/example-scenario/wvd/windows-virtual-desktop.yml](https://github.com/microsoftdocs/architecture-center/blob/master/docs/example-scenario/wvd/windows-virtual-desktop.yml) * Service: **architecture-center** * Sub-service: **example-scenario** * GitHub Login: @doodlemania2 * Microsoft Alias: **pnp**
non_priority
diagram image and visio diagram do not match in the wvd architecture center doc the architecture diagram image does not match with what is downloaded when you click the download a copy of this visio link document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service example scenario github login microsoft alias pnp
0
50,268
13,187,410,425
IssuesEvent
2020-08-13 03:19:40
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
clsim doesn't jive with OpenCL Framework (Trac #416)
Migrated from Trac combo simulation defect
http://builds.icecube.wisc.edu/builders/quick_simulation_osx_server_10.6.7/builds/506/steps/compile/logs/stdio <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/416 , reported by nega and owned by claudio.kopper_</summary> <p> ```json { "status": "closed", "changetime": "2012-10-31T18:00:13", "description": "http://builds.icecube.wisc.edu/builders/quick_simulation_osx_server_10.6.7/builds/506/steps/compile/logs/stdio\n\n", "reporter": "nega", "cc": "jvs", "resolution": "fixed", "_ts": "1351706413000000", "component": "combo simulation", "summary": "clsim doesn't jive with OpenCL Framework", "priority": "normal", "keywords": "clsim", "time": "2012-06-12T22:08:40", "milestone": "", "owner": "claudio.kopper", "type": "defect" } ``` </p> </details>
1.0
clsim doesn't jive with OpenCL Framework (Trac #416) - http://builds.icecube.wisc.edu/builders/quick_simulation_osx_server_10.6.7/builds/506/steps/compile/logs/stdio <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/416 , reported by nega and owned by claudio.kopper_</summary> <p> ```json { "status": "closed", "changetime": "2012-10-31T18:00:13", "description": "http://builds.icecube.wisc.edu/builders/quick_simulation_osx_server_10.6.7/builds/506/steps/compile/logs/stdio\n\n", "reporter": "nega", "cc": "jvs", "resolution": "fixed", "_ts": "1351706413000000", "component": "combo simulation", "summary": "clsim doesn't jive with OpenCL Framework", "priority": "normal", "keywords": "clsim", "time": "2012-06-12T22:08:40", "milestone": "", "owner": "claudio.kopper", "type": "defect" } ``` </p> </details>
non_priority
clsim doesn t jive with opencl framework trac migrated from reported by nega and owned by claudio kopper json status closed changetime description reporter nega cc jvs resolution fixed ts component combo simulation summary clsim doesn t jive with opencl framework priority normal keywords clsim time milestone owner claudio kopper type defect
0
84,467
16,504,085,573
IssuesEvent
2021-05-25 17:04:39
google/android-fhir
https://api.github.com/repos/google/android-fhir
closed
Update room version to 2.3.0
code health
**Describe the Issue** https://developer.android.com/jetpack/androidx/releases/room#version_230_3 **Would you like to work on the issue?** :)
1.0
Update room version to 2.3.0 - **Describe the Issue** https://developer.android.com/jetpack/androidx/releases/room#version_230_3 **Would you like to work on the issue?** :)
non_priority
update room version to describe the issue would you like to work on the issue
0