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
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
110,870
16,995,012,346
IssuesEvent
2021-07-01 04:41:15
avallete/yt-playlists-delete-enhancer
https://api.github.com/repos/avallete/yt-playlists-delete-enhancer
closed
CVE-2020-11022 (Medium) detected in jquery-1.8.1.min.js
no-issue-activity security vulnerability
## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="ht...
True
CVE-2020-11022 (Medium) detected in jquery-1.8.1.min.js - ## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.min.js</b></p></summary> <p>JavaScript librar...
non_defect
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file yt playlists delete enhancer node modules redeyed examples browser index html ...
0
141,280
12,963,178,036
IssuesEvent
2020-07-20 18:21:24
edgexfoundry/edgex-docs
https://api.github.com/repos/edgexfoundry/edgex-docs
closed
Document how to add additional services to API Gateway
documentation geneva security-services
Geneva release supports adding additional services to the API Gateway. This need to be documents in the API Gateway sections
1.0
Document how to add additional services to API Gateway - Geneva release supports adding additional services to the API Gateway. This need to be documents in the API Gateway sections
non_defect
document how to add additional services to api gateway geneva release supports adding additional services to the api gateway this need to be documents in the api gateway sections
0
304,075
26,250,972,441
IssuesEvent
2023-01-05 19:17:04
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/connectors/opsgenie·ts - Actions and Triggers app Connectors Opsgenie connector page should disable the run button when the message field is not filled
failed-test Team:ResponseOps
A test failed on a tracked branch ``` Error: expected true to equal false at Assertion.assert (node_modules/@kbn/expect/expect.js:100:11) at Assertion.be.Assertion.equal (node_modules/@kbn/expect/expect.js:227:8) at Assertion.be (node_modules/@kbn/expect/expect.js:69:22) at Context.<anonymous> (x-pack/...
1.0
Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/connectors/opsgenie·ts - Actions and Triggers app Connectors Opsgenie connector page should disable the run button when the message field is not filled - A test failed on a tracked branch ``` Error: expected tru...
non_defect
failing test chrome x pack ui functional tests x pack test functional with es ssl apps triggers actions ui connectors opsgenie·ts actions and triggers app connectors opsgenie connector page should disable the run button when the message field is not filled a test failed on a tracked branch error expected tru...
0
74,421
25,122,028,302
IssuesEvent
2022-11-09 08:56:01
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Jumping up to first unread clears timeline and issues error message
T-Defect
### Steps to reproduce 1. Entered a room 2. clicked on marker to jump up to first unread message ### Outcome #### What did you expect? jumping up to first unread message #### What happened instead? timeline is cleared to empty screen and error message is displayed ![image](https://user-images.githubusercont...
1.0
Jumping up to first unread clears timeline and issues error message - ### Steps to reproduce 1. Entered a room 2. clicked on marker to jump up to first unread message ### Outcome #### What did you expect? jumping up to first unread message #### What happened instead? timeline is cleared to empty screen and err...
defect
jumping up to first unread clears timeline and issues error message steps to reproduce entered a room clicked on marker to jump up to first unread message outcome what did you expect jumping up to first unread message what happened instead timeline is cleared to empty screen and err...
1
49,436
13,186,712,873
IssuesEvent
2020-08-13 01:04:28
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
steamshovel recopulsewaveform (Trac #1380)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1380">https://code.icecube.wisc.edu/ticket/1380</a>, reported by berghaus and owned by hdembinski</em></summary> <p> ```json { "status": "closed", "changetime": "2015-10-06T16:08:56", "description": "And another strange p...
1.0
steamshovel recopulsewaveform (Trac #1380) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1380">https://code.icecube.wisc.edu/ticket/1380</a>, reported by berghaus and owned by hdembinski</em></summary> <p> ```json { "status": "closed", "changetime": "2015-10-06T16:08:56...
defect
steamshovel recopulsewaveform trac migrated from json status closed changetime description and another strange problem nfor older files i and earlier the calibrated waveform plotter gives an error apparently related to the calibration frame even thou...
1
28,532
5,286,610,870
IssuesEvent
2017-02-08 09:51:01
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
ClassCastException on Record.get(Field<T>) when Record and Field T types don't match
C: Functionality P: Medium T: Defect
This mostly happens with plain SQL queries, e.g. ```java Record record = ctx.fetchOne("select 1 AS one from dual"); Field<String> one = field("one", String.class); String string = record.get(one); ``` The above usage seems perfectly fine from an API perspective, but doesn't yield the correct result (any numbe...
1.0
ClassCastException on Record.get(Field<T>) when Record and Field T types don't match - This mostly happens with plain SQL queries, e.g. ```java Record record = ctx.fetchOne("select 1 AS one from dual"); Field<String> one = field("one", String.class); String string = record.get(one); ``` The above usage seems ...
defect
classcastexception on record get field when record and field t types don t match this mostly happens with plain sql queries e g java record record ctx fetchone select as one from dual field one field one string class string string record get one the above usage seems perfectly...
1
259,687
22,504,673,273
IssuesEvent
2022-06-23 14:35:09
MPMG-DCC-UFMG/F01
https://api.github.com/repos/MPMG-DCC-UFMG/F01
opened
Teste de generalizacao para a tag Terceiro Setor - Dados de Parcerias - Tabuleiro
generalization test development
DoD: Realizar o teste de Generalização do validador da tag Terceiro Setor - Dados de Parcerias para o Município de Tabuleiro.
1.0
Teste de generalizacao para a tag Terceiro Setor - Dados de Parcerias - Tabuleiro - DoD: Realizar o teste de Generalização do validador da tag Terceiro Setor - Dados de Parcerias para o Município de Tabuleiro.
non_defect
teste de generalizacao para a tag terceiro setor dados de parcerias tabuleiro dod realizar o teste de generalização do validador da tag terceiro setor dados de parcerias para o município de tabuleiro
0
78,910
27,817,616,162
IssuesEvent
2023-03-18 21:36:30
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
BUG: stats: large errors in genhyperbolic.cdf and .sf for large x
defect scipy.stats
### Describe your issue. When the input `x` is large, `genhyperbolic.cdf(x, ...)` can be very inaccurate, and in some cases it can return a completely wrong value. Because `genhyperbolic.sf()` uses the default implementation, it also suffers from accuracy issues with large `x`. I know what the problem is, and I ha...
1.0
BUG: stats: large errors in genhyperbolic.cdf and .sf for large x - ### Describe your issue. When the input `x` is large, `genhyperbolic.cdf(x, ...)` can be very inaccurate, and in some cases it can return a completely wrong value. Because `genhyperbolic.sf()` uses the default implementation, it also suffers from acc...
defect
bug stats large errors in genhyperbolic cdf and sf for large x describe your issue when the input x is large genhyperbolic cdf x can be very inaccurate and in some cases it can return a completely wrong value because genhyperbolic sf uses the default implementation it also suffers from acc...
1
22,040
3,932,116,028
IssuesEvent
2016-04-25 14:47:09
Microsoft/vscode
https://api.github.com/repos/Microsoft/vscode
opened
Test Git: Commit in the command palette
testplan-item
Test plan item for #4471 @joaomoreno Please complete...
1.0
Test Git: Commit in the command palette - Test plan item for #4471 @joaomoreno Please complete...
non_defect
test git commit in the command palette test plan item for joaomoreno please complete
0
73,717
24,768,667,085
IssuesEvent
2022-10-22 21:35:08
scipy/scipy
https://api.github.com/repos/scipy/scipy
opened
BUG: Functions that call lapack/blas use lp64 even when SciPy is built with ilp64 libraries
defect
### Describe your issue. In functions that call lapack or blas, such as svds, the lp64 version is called even when Scipy is built with ilp64. This is problematic for arrays with more than $2^{31} - 1$ entries. I have built SciPy with ilp64 lapack/blas ``` >>> import scipy as sp >>> sp.show_config() lapack_armp...
1.0
BUG: Functions that call lapack/blas use lp64 even when SciPy is built with ilp64 libraries - ### Describe your issue. In functions that call lapack or blas, such as svds, the lp64 version is called even when Scipy is built with ilp64. This is problematic for arrays with more than $2^{31} - 1$ entries. I have built...
defect
bug functions that call lapack blas use even when scipy is built with libraries describe your issue in functions that call lapack or blas such as svds the version is called even when scipy is built with this is problematic for arrays with more than entries i have built scipy with l...
1
182,917
31,027,446,015
IssuesEvent
2023-08-10 10:05:33
hirosystems/wallet
https://api.github.com/repos/hirosystems/wallet
opened
[Design] Review, and improve, secret key input page
Design :gem:
Low priority, but we should consider how we can improve secret key input with new changes coming. **Design requirements** - Must have separate inputs - Each input must be clearly labelled with its corresponding number - Per-input validation (if one word is wrong, how does the user know?) - Works with both 12 and...
1.0
[Design] Review, and improve, secret key input page - Low priority, but we should consider how we can improve secret key input with new changes coming. **Design requirements** - Must have separate inputs - Each input must be clearly labelled with its corresponding number - Per-input validation (if one word is wro...
non_defect
review and improve secret key input page low priority but we should consider how we can improve secret key input with new changes coming design requirements must have separate inputs each input must be clearly labelled with its corresponding number per input validation if one word is wrong how...
0
144,951
19,318,937,973
IssuesEvent
2021-12-14 01:41:31
vlaship/async
https://api.github.com/repos/vlaship/async
opened
CVE-2021-22096 (Medium) detected in spring-webmvc-5.1.10.RELEASE.jar, spring-web-5.1.10.RELEASE.jar
security vulnerability
## CVE-2021-22096 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>spring-webmvc-5.1.10.RELEASE.jar</b>, <b>spring-web-5.1.10.RELEASE.jar</b></p></summary> <p> <details><summary><b>...
True
CVE-2021-22096 (Medium) detected in spring-webmvc-5.1.10.RELEASE.jar, spring-web-5.1.10.RELEASE.jar - ## CVE-2021-22096 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>spring-webmvc...
non_defect
cve medium detected in spring webmvc release jar spring web release jar cve medium severity vulnerability vulnerable libraries spring webmvc release jar spring web release jar spring webmvc release jar spring web mvc library home page a href ...
0
179,999
30,343,709,467
IssuesEvent
2023-07-11 14:13:06
NCIOCPL/ncids
https://api.github.com/repos/NCIOCPL/ncids
closed
[R2.1 Content] Confirm Content for Rotating Feature Card Content
Track: Design
**Description:** Per R2.1 content launch schedule, need to solidify the feature card row content that is intended to be added to the rotating/timely feature card rows ahead of launch. **Sub-tasks:** - [x] Create tracker for featured content [Laurel] - [x] Review tracker [Lindsay] - [x] Send tracker to ODDC for dissemi...
1.0
[R2.1 Content] Confirm Content for Rotating Feature Card Content - **Description:** Per R2.1 content launch schedule, need to solidify the feature card row content that is intended to be added to the rotating/timely feature card rows ahead of launch. **Sub-tasks:** - [x] Create tracker for featured content [Laurel] - ...
non_defect
confirm content for rotating feature card content description per content launch schedule need to solidify the feature card row content that is intended to be added to the rotating timely feature card rows ahead of launch sub tasks create tracker for featured content review tracker ...
0
70,508
30,682,427,977
IssuesEvent
2023-07-26 10:01:45
vmware/singleton
https://api.github.com/repos/vmware/singleton
opened
[BUG] [Java Service]Failed to get/post the key with slash or backslash char with KEY-based APIs.
kind/bug area/java-service priority/medium
**Describe the bug** commit: 4269c6f4cbf878072d26e92f0944a42237f80f1c Failed to get/post the key with slash or backslash char with KEY-based APIs. Effected APIs: V2: GET [​/i18n​/api​/v2​/translation​/products​/{productName}​/versions​/{version}​/locales​/{locale}​/components​/{component}​/keys] GET [​/i18n​/api​...
1.0
[BUG] [Java Service]Failed to get/post the key with slash or backslash char with KEY-based APIs. - **Describe the bug** commit: 4269c6f4cbf878072d26e92f0944a42237f80f1c Failed to get/post the key with slash or backslash char with KEY-based APIs. Effected APIs: V2: GET [​/i18n​/api​/v2​/translation​/products​/{prod...
non_defect
failed to get post the key with slash or backslash char with key based apis describe the bug commit failed to get post the key with slash or backslash char with key based apis effected apis get get post all key based apis to reproduce steps to reproduce the behavior go to...
0
34,623
7,458,075,624
IssuesEvent
2018-03-30 08:32:28
kerdokullamae/test_koik_issued
https://api.github.com/repos/kerdokullamae/test_koik_issued
closed
Kleio otsi nupp ei leia olemasolevaid asju
C: SDB P: high R: wontfix T: defect
**Reported by kati sein on 1 Oct 2014 12:13 UTC** Näiteks otsin Kleios ERA.5040 projektist "ERA.5040.2.102", aga seda ei leita. Tieto testserveris sama viga.
1.0
Kleio otsi nupp ei leia olemasolevaid asju - **Reported by kati sein on 1 Oct 2014 12:13 UTC** Näiteks otsin Kleios ERA.5040 projektist "ERA.5040.2.102", aga seda ei leita. Tieto testserveris sama viga.
defect
kleio otsi nupp ei leia olemasolevaid asju reported by kati sein on oct utc näiteks otsin kleios era projektist era aga seda ei leita tieto testserveris sama viga
1
43,526
5,543,122,819
IssuesEvent
2017-03-22 16:18:30
openshift/origin
https://api.github.com/repos/openshift/origin
closed
[flake] github.com/openshift/origin/vendor/k8s.io/kubernetes/pkg/registry/core/event/etcd.TestDelete
component/kubernetes kind/test-flake priority/P1
https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/165/testReport/junit/github.com_openshift_origin_vendor_k8s/io_kubernetes_pkg_registry_core_event_etcd/TestDelete/ ``` === RUN TestDelete 2017-03-21 14:22:30.955023 I | integration: launching 4536839067055683264 (unix://localhost:453683906705568...
1.0
[flake] github.com/openshift/origin/vendor/k8s.io/kubernetes/pkg/registry/core/event/etcd.TestDelete - https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/165/testReport/junit/github.com_openshift_origin_vendor_k8s/io_kubernetes_pkg_registry_core_event_etcd/TestDelete/ ``` === RUN TestDelete 2017...
non_defect
github com openshift origin vendor io kubernetes pkg registry core event etcd testdelete run testdelete i integration launching unix localhost i etcdserver name i etcdserver data dir openshifttmp i etcdserver me...
0
6,548
2,610,256,694
IssuesEvent
2015-02-26 19:21:57
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳激光祛痘机构
auto-migrated Priority-Medium Type-Defect
``` 深圳激光祛痘机构【深圳韩方科颜全国热线400-869-1818,24小时 QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:35
1.0
深圳激光祛痘机构 - ``` 深圳激光祛痘机构【深圳韩方科颜全国热线400-869-1818,24小时 QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:35
defect
深圳激光祛痘机构 深圳激光祛痘机构【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 original issue reported on code google com by szft com on may at
1
17,501
10,710,452,178
IssuesEvent
2019-10-25 02:17:11
Aquatop/Principal
https://api.github.com/repos/Aquatop/Principal
closed
TS - Criar schema do aquário
aquarium crud service software technical story
### Descrição Criar um schema com os dados necessários para um cadastro de aquário. ### Critérios de Aceitação - [x] Possuir os dados necessários para um cadastro de aquário; - [x] Estar corretamente conectado com o banco de dados. ### Tarefas - [x] Inserir formulário do aquário(A ser definido). **Estimat...
1.0
TS - Criar schema do aquário - ### Descrição Criar um schema com os dados necessários para um cadastro de aquário. ### Critérios de Aceitação - [x] Possuir os dados necessários para um cadastro de aquário; - [x] Estar corretamente conectado com o banco de dados. ### Tarefas - [x] Inserir formulário do aquári...
non_defect
ts criar schema do aquário descrição criar um schema com os dados necessários para um cadastro de aquário critérios de aceitação possuir os dados necessários para um cadastro de aquário estar corretamente conectado com o banco de dados tarefas inserir formulário do aquário a se...
0
216,363
16,657,203,535
IssuesEvent
2021-06-05 18:49:27
ClassicNick/palemoon26
https://api.github.com/repos/ClassicNick/palemoon26
opened
Build Instructions
documentation
Recommended: Windows 7 SDK (please also install .NET Framework 4.0), Visual Studio 2010, MozillaBuild 1.9 Optional: Windows 7 SDK, Visual Studio 2008 (Not operational yet), MozillaBuild 1.6-1.8 (also not operational yet)
1.0
Build Instructions - Recommended: Windows 7 SDK (please also install .NET Framework 4.0), Visual Studio 2010, MozillaBuild 1.9 Optional: Windows 7 SDK, Visual Studio 2008 (Not operational yet), MozillaBuild 1.6-1.8 (also not operational yet)
non_defect
build instructions recommended windows sdk please also install net framework visual studio mozillabuild optional windows sdk visual studio not operational yet mozillabuild also not operational yet
0
28,089
5,186,118,823
IssuesEvent
2017-01-20 12:57:32
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
datatable emptyMessage not working 2.0.0-rc.1
defect
**I'm submitting a ...** ``` [x] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http:...
1.0
datatable emptyMessage not working 2.0.0-rc.1 - **I'm submitting a ...** ``` [x] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do n...
defect
datatable emptymessage not working rc i m submitting a bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see ...
1
13,038
2,732,889,733
IssuesEvent
2015-04-17 10:01:01
tiku01/oryx-editor
https://api.github.com/repos/tiku01/oryx-editor
closed
displaced elements of BPMN 2.0 diagram
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1.Load from repository a diagram. 2.view the diagram in the editor What is the expected output? the modelled diagram. What do you see instead? A diagram which elements have been displaced. Please provide any additional information below. when I import the json file of the ...
1.0
displaced elements of BPMN 2.0 diagram - ``` What steps will reproduce the problem? 1.Load from repository a diagram. 2.view the diagram in the editor What is the expected output? the modelled diagram. What do you see instead? A diagram which elements have been displaced. Please provide any additional information...
defect
displaced elements of bpmn diagram what steps will reproduce the problem load from repository a diagram view the diagram in the editor what is the expected output the modelled diagram what do you see instead a diagram which elements have been displaced please provide any additional information...
1
19,611
6,743,680,833
IssuesEvent
2017-10-20 13:06:52
kubevirt/kubevirt
https://api.github.com/repos/kubevirt/kubevirt
closed
make tries to read non-existant .glide.lock.hash on fresh checkout
kind/bug topic/build
I just cloned a fresh checkout of kubevirt and ran 'make manifests docker'. I noticed that make tried to read a file which did not exist: $ make manifests docker ./hack/build-manifests.sh test -f .glide.yaml.hash || md5sum glide.yaml > .glide.yaml.hash if [ "`md5sum glide.yaml`" != "`cat .glide.yaml.hash`" ]; the...
1.0
make tries to read non-existant .glide.lock.hash on fresh checkout - I just cloned a fresh checkout of kubevirt and ran 'make manifests docker'. I noticed that make tried to read a file which did not exist: $ make manifests docker ./hack/build-manifests.sh test -f .glide.yaml.hash || md5sum glide.yaml > .glide.yam...
non_defect
make tries to read non existant glide lock hash on fresh checkout i just cloned a fresh checkout of kubevirt and ran make manifests docker i noticed that make tried to read a file which did not exist make manifests docker hack build manifests sh test f glide yaml hash glide yaml glide yaml has...
0
211,445
16,445,238,766
IssuesEvent
2021-05-20 18:45:21
EclipseFdn/react-eclipsefdn-members
https://api.github.com/repos/EclipseFdn/react-eclipsefdn-members
closed
Create base API for retrieving and storing form data
Backend documentation
To supply the form data, we require an endpoint that can both send and receive form data for a given user and form. We should enable multiple forms per user by having a unique form ID. To better enable partial filling of the form, we will need multiple endpoints for the different points of data being stored (basic form...
1.0
Create base API for retrieving and storing form data - To supply the form data, we require an endpoint that can both send and receive form data for a given user and form. We should enable multiple forms per user by having a unique form ID. To better enable partial filling of the form, we will need multiple endpoints fo...
non_defect
create base api for retrieving and storing form data to supply the form data we require an endpoint that can both send and receive form data for a given user and form we should enable multiple forms per user by having a unique form id to better enable partial filling of the form we will need multiple endpoints fo...
0
216,417
16,761,076,226
IssuesEvent
2021-06-13 19:57:56
bounswe/2021SpringGroup3
https://api.github.com/repos/bounswe/2021SpringGroup3
closed
Implement Test: getProfile
Component: Junit-Testing Priority: Medium Status: Review Needed Type: Testing
Can you please implement the tests for getting profile by id functionality for both functions in Profile Service and Profile Controller?
2.0
Implement Test: getProfile - Can you please implement the tests for getting profile by id functionality for both functions in Profile Service and Profile Controller?
non_defect
implement test getprofile can you please implement the tests for getting profile by id functionality for both functions in profile service and profile controller
0
63,224
17,465,112,860
IssuesEvent
2021-08-06 15:42:14
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
code block expand-collapse icon missing when `Expand code blocks by default` is not set
T-Defect
Hello! When `Expand code blocks by default` is set: ![Screenshot_2021-08-04_22-48-36](https://user-images.githubusercontent.com/2694559/128226199-90989261-ffb4-42ae-ad30-684d9da619fd.png) When `Expand code blocks by default` is not set: ![Screenshot_2021-08-04_22-49-37](https://user-images.githubusercontent.com...
1.0
code block expand-collapse icon missing when `Expand code blocks by default` is not set - Hello! When `Expand code blocks by default` is set: ![Screenshot_2021-08-04_22-48-36](https://user-images.githubusercontent.com/2694559/128226199-90989261-ffb4-42ae-ad30-684d9da619fd.png) When `Expand code blocks by default...
defect
code block expand collapse icon missing when expand code blocks by default is not set hello when expand code blocks by default is set when expand code blocks by default is not set code block expand collapse icon should also be there when expand code blocks by default is not set which t...
1
26,216
4,623,391,234
IssuesEvent
2016-09-27 10:48:35
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
Cluster Shutdown Queue offer and poll, more elements offered than taken.
Team: Core Type: Critical Type: Defect
3.7.2, 3.8-SANPSHOT This nightly build https://hazelcast-l337.ci.cloudbees.com/view/shutdown/job/shutdown-queue/ e.g. https://hazelcast-l337.ci.cloudbees.com/view/shutdown/job/shutdown-queue/2/console Is Failing with ``` HzMember1HZ validate hz.queue.Assert threadId=0 global.AssertionException: queueZ2-offer...
1.0
Cluster Shutdown Queue offer and poll, more elements offered than taken. - 3.7.2, 3.8-SANPSHOT This nightly build https://hazelcast-l337.ci.cloudbees.com/view/shutdown/job/shutdown-queue/ e.g. https://hazelcast-l337.ci.cloudbees.com/view/shutdown/job/shutdown-queue/2/console Is Failing with ``` HzMember1HZ ...
defect
cluster shutdown queue offer and poll more elements offered than taken sanpshot this nightly build e g is failing with validate hz queue assert threadid global assertionexception offer poll a version of this test with out cluster manipulation seems to pass ...
1
176,582
6,561,229,192
IssuesEvent
2017-09-07 12:33:18
envistaInteractive/itagroup-ecommerce-template
https://api.github.com/repos/envistaInteractive/itagroup-ecommerce-template
opened
Events: Checkout | Confirmation
High Priority Page Layout
### Summary Layout contents of Events: Checkout | Confirmation page as specified on Events: Checkout | Confirmation in Zeplin. We do not have color mockups. The top bar is the blue that is also used on the checkout pages. Use those same classes and html. We will move that out of the checkout to be more generic lat...
1.0
Events: Checkout | Confirmation - ### Summary Layout contents of Events: Checkout | Confirmation page as specified on Events: Checkout | Confirmation in Zeplin. We do not have color mockups. The top bar is the blue that is also used on the checkout pages. Use those same classes and html. We will move that out of t...
non_defect
events checkout confirmation summary layout contents of events checkout confirmation page as specified on events checkout confirmation in zeplin we do not have color mockups the top bar is the blue that is also used on the checkout pages use those same classes and html we will move that out of t...
0
28,220
12,810,162,382
IssuesEvent
2020-07-03 17:42:44
terraform-providers/terraform-provider-aws
https://api.github.com/repos/terraform-providers/terraform-provider-aws
closed
Tainting aws_instance resources with count > 1 causes recreation of other unrelated resources
bug service/ec2 stale
<!--- 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 l...
1.0
Tainting aws_instance resources with count > 1 causes recreation of other unrelated resources - <!--- 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...
non_defect
tainting aws instance resources with count causes recreation of other unrelated resources 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 me too comments they generate ex...
0
108,550
16,778,530,272
IssuesEvent
2021-06-15 02:49:47
S69y/flight-manual.atom.io
https://api.github.com/repos/S69y/flight-manual.atom.io
opened
CVE-2020-28499 (High) detected in merge-1.2.0.tgz
security vulnerability
## CVE-2020-28499 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>merge-1.2.0.tgz</b></p></summary> <p>Merge multiple objects into one, optionally creating a new cloned object. Similar...
True
CVE-2020-28499 (High) detected in merge-1.2.0.tgz - ## CVE-2020-28499 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>merge-1.2.0.tgz</b></p></summary> <p>Merge multiple objects into o...
non_defect
cve high detected in merge tgz cve high severity vulnerability vulnerable library merge tgz merge multiple objects into one optionally creating a new cloned object similar to the jquery extend but more flexible works in node js and the browser library home page a href ...
0
72,837
24,321,435,618
IssuesEvent
2022-09-30 11:07:10
vector-im/element-meta
https://api.github.com/repos/vector-im/element-meta
closed
Serious security problems in encrypted chat rooms
T-Defect Security
### Steps to reproduce A few of the protocol problems are outlined by this researcher in a tweet storm: https://twitter.com/tqbf/status/1575259743278563329 ### Outcome Related informations are on this arstechnica article: https://arstechnica.com/information-technology/2022/09/matrix-patches-vulnerabilities-that-com...
1.0
Serious security problems in encrypted chat rooms - ### Steps to reproduce A few of the protocol problems are outlined by this researcher in a tweet storm: https://twitter.com/tqbf/status/1575259743278563329 ### Outcome Related informations are on this arstechnica article: https://arstechnica.com/information-techno...
defect
serious security problems in encrypted chat rooms steps to reproduce a few of the protocol problems are outlined by this researcher in a tweet storm outcome related informations are on this arstechnica article i open this ticket to understand if there are serious implications and to know if there...
1
154,922
5,939,760,253
IssuesEvent
2017-05-25 06:44:23
Nebo15/ehealth.api
https://api.github.com/repos/Nebo15/ehealth.api
opened
Postman Tests Collection for Health Monitor (Release 1)
kind/task priority/high
This task is a part of #240 - [ ] Prepare Postman Tests Collection for Health Monitor for Release 1 Cover: - [ ] Dictionaries - [ ] UAddresses - [ ] Legale Entity - [ ] Employee Request - [ ] Employee
1.0
Postman Tests Collection for Health Monitor (Release 1) - This task is a part of #240 - [ ] Prepare Postman Tests Collection for Health Monitor for Release 1 Cover: - [ ] Dictionaries - [ ] UAddresses - [ ] Legale Entity - [ ] Employee Request - [ ] Employee
non_defect
postman tests collection for health monitor release this task is a part of prepare postman tests collection for health monitor for release cover dictionaries uaddresses legale entity employee request employee
0
13,922
2,789,756,671
IssuesEvent
2015-05-08 21:17:54
google/google-visualization-api-issues
https://api.github.com/repos/google/google-visualization-api-issues
closed
GWT BarChart.Options.setColors(JsArrayString) only accepts first color
Priority-Medium Type-Defect
Original [issue 63](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=63) created by orwant on 2009-09-24T09:46:32.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration page if at all possible, or attach code.</b> 1. create a DataTable with multiple ...
1.0
GWT BarChart.Options.setColors(JsArrayString) only accepts first color - Original [issue 63](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=63) created by orwant on 2009-09-24T09:46:32.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration page if at...
defect
gwt barchart options setcolors jsarraystring only accepts first color original created by orwant on what steps will reproduce the problem please provide a link to a demonstration page if at all possible or attach code create a datatable with multiple rows the simplest example being ...
1
77,852
27,194,475,933
IssuesEvent
2023-02-20 03:08:35
zed-industries/community
https://api.github.com/repos/zed-industries/community
opened
Keymap does not work
defect triage
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I defined customized keymap but it doesn't work. ### Environment ``` Zed: v0.73.3 (stable) OS: macOS 13.1.0 Memory: 16 GiB Architecture: aarch64 ``` ### If applicable, add mockups / screenshots to help explain ...
1.0
Keymap does not work - ### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I defined customized keymap but it doesn't work. ### Environment ``` Zed: v0.73.3 (stable) OS: macOS 13.1.0 Memory: 16 GiB Architecture: aarch64 ``` ### If applicable, add mockups / scree...
defect
keymap does not work check for existing issues completed describe the bug provide steps to reproduce it i defined customized keymap but it doesn t work environment zed stable os macos memory gib architecture if applicable add mockups screenshots to he...
1
23,502
3,834,595,102
IssuesEvent
2016-04-01 10:31:52
mitlm/mitlm
https://api.github.com/repos/mitlm/mitlm
closed
cutoff
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. ``` Original issue reported on code.google.com by `jing.zhe...@gmail.com` on 23 Dec 2014...
1.0
cutoff - ``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. ``` Original issue reported on code.google.com by `jing.zhe...@gmail.com` on 23...
defect
cutoff what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below original issue reported on code google com by jing zhe gmail com on ...
1
4,545
2,610,115,232
IssuesEvent
2015-02-26 18:35:45
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
Cannot download ScribeFire into Chrome
auto-migrated Priority-Medium Type-Defect
``` What's the problem? I have downloaded Chrome twice and it still will not allow me to download ScribeFire. Yet when I go to extensions in Chrome it says Boo Hoo you have not downloaded any extensions. Could you please help. Thank you. What version of ScribeFire for Chrome are you running? 1.5.4 ``` ----- Ori...
1.0
Cannot download ScribeFire into Chrome - ``` What's the problem? I have downloaded Chrome twice and it still will not allow me to download ScribeFire. Yet when I go to extensions in Chrome it says Boo Hoo you have not downloaded any extensions. Could you please help. Thank you. What version of ScribeFire for Chro...
defect
cannot download scribefire into chrome what s the problem i have downloaded chrome twice and it still will not allow me to download scribefire yet when i go to extensions in chrome it says boo hoo you have not downloaded any extensions could you please help thank you what version of scribefire for chro...
1
3,606
2,610,065,585
IssuesEvent
2015-02-26 18:19:18
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
临海治疗前列腺炎的费用
auto-migrated Priority-Medium Type-Defect
``` 临海治疗前列腺炎的费用【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。...
1.0
临海治疗前列腺炎的费用 - ``` 临海治疗前列腺炎的费用【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费...
defect
临海治疗前列腺炎的费用 临海治疗前列腺炎的费用【台州五洲生殖医院】 询热线 微信号tzwzszyy 医院地址 台州 (枫南大转盘旁)乘车线路 、 � �� 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 origina...
1
200,389
15,104,990,735
IssuesEvent
2021-02-08 12:26:31
ansible-collections/community.general
https://api.github.com/repos/ansible-collections/community.general
closed
Ignore me
affects_2.10 feature needs_triage tests unit
**Summary** This is broken **Issue Type** Feature Idea **Component Name** tests/utils/shippable **Ansible Version** <!--- Paste verbatim output from "ansible --version" between quotes --> ```paste below ``` **Configuration** <!--- Paste verbatim output from "ansible-config dump --only-c...
1.0
Ignore me - **Summary** This is broken **Issue Type** Feature Idea **Component Name** tests/utils/shippable **Ansible Version** <!--- Paste verbatim output from "ansible --version" between quotes --> ```paste below ``` **Configuration** <!--- Paste verbatim output from "ansible-config d...
non_defect
ignore me summary this is broken issue type feature idea component name tests utils shippable ansible version paste below configuration paste below os environment no response steps to reproduce paste below ...
0
25,205
4,233,648,316
IssuesEvent
2016-07-05 08:47:13
arkayenro/arkinventory
https://api.github.com/repos/arkayenro/arkinventory
closed
trying to queue for bgs and i get an forbidden error
auto-migrated Priority-Medium Type-Defect
``` Downloaded from curse What steps will reproduce the problem? 1. queue for bgs. What is the expected output? What do you see instead? All that happends is that error accure and i can't join bg queue without relogging. What version of the product are you using? On what operating system? version 30331 Arkinventory...
1.0
trying to queue for bgs and i get an forbidden error - ``` Downloaded from curse What steps will reproduce the problem? 1. queue for bgs. What is the expected output? What do you see instead? All that happends is that error accure and i can't join bg queue without relogging. What version of the product are you usi...
defect
trying to queue for bgs and i get an forbidden error downloaded from curse what steps will reproduce the problem queue for bgs what is the expected output what do you see instead all that happends is that error accure and i can t join bg queue without relogging what version of the product are you usi...
1
61,159
17,023,621,057
IssuesEvent
2021-07-03 02:58:03
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Can't find Imperial War Museum, Duxford
Component: nominatim Priority: minor Resolution: worksforme Type: defect
**[Submitted to the original trac issue database at 7.57pm, Monday, 2nd August 2010]** The Imperial War Museum has a branch in Duxford, Cambridgeshire, here: http://osm.org/go/0EQDO90v-- Nominatim doesn't find it (though it does find the ones in London and Salford). The main museum area is marked name: Imper...
1.0
Can't find Imperial War Museum, Duxford - **[Submitted to the original trac issue database at 7.57pm, Monday, 2nd August 2010]** The Imperial War Museum has a branch in Duxford, Cambridgeshire, here: http://osm.org/go/0EQDO90v-- Nominatim doesn't find it (though it does find the ones in London and Salford). The ...
defect
can t find imperial war museum duxford the imperial war museum has a branch in duxford cambridgeshire here nominatim doesn t find it though it does find the ones in london and salford the main museum area is marked name imperial war museum duxford tourism attraction there s also sever...
1
48,071
13,067,427,323
IssuesEvent
2020-07-31 00:25:13
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[production_histograms] invalid syntax (Trac #1737)
Migrated from Trac cmake defect
```text /Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.production_histograms.histogram_modules.simulation.rst:15: WARNING: autodoc: failed to import module u'icecube.production_histograms.histogram_modules.simulation.corsika_weight'; the following exception was raised: Traceback (most recent...
1.0
[production_histograms] invalid syntax (Trac #1737) - ```text /Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.production_histograms.histogram_modules.simulation.rst:15: WARNING: autodoc: failed to import module u'icecube.production_histograms.histogram_modules.simulation.corsika_weight'; the ...
defect
invalid syntax trac text users kmeagher icecube combo release sphinx build source python icecube production histograms histogram modules simulation rst warning autodoc failed to import module u icecube production histograms histogram modules simulation corsika weight the following exception was ra...
1
39,765
5,245,632,590
IssuesEvent
2017-02-01 05:38:42
RIOT-OS/RIOT
https://api.github.com/repos/RIOT-OS/RIOT
opened
tests/lwip target board for python test is hardcoded to native
bug tests
The python driven [test](https://github.com/RIOT-OS/RIOT/blob/master/tests/lwip/tests/01-run.py) does not run for boards other then `native` But since the default `BOARD` for is set to `iotlab-m3` for this test, I guess they should be the primary target. Setting the boards and ttys manually in the 01_test.py [1] `...
1.0
tests/lwip target board for python test is hardcoded to native - The python driven [test](https://github.com/RIOT-OS/RIOT/blob/master/tests/lwip/tests/01-run.py) does not run for boards other then `native` But since the default `BOARD` for is set to `iotlab-m3` for this test, I guess they should be the primary target....
non_defect
tests lwip target board for python test is hardcoded to native the python driven does not run for boards other then native but since the default board for is set to iotlab for this test i guess they should be the primary target setting the boards and ttys manually in the test py python boa...
0
61,756
17,023,773,187
IssuesEvent
2021-07-03 03:46:23
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Deceased Mappers
Component: website Priority: major Resolution: invalid Type: defect
**[Submitted to the original trac issue database at 10.08pm, Saturday, 4th February 2012]** http://www.openstreetmap.org/user/Bj%C3%B6rn%20Moormann needs a link to http://www.noz.de/anzeigen/traueranzeigen?id=132954 as the user cannot do this any more. http://www.openstreetmap.org/user/ulfm needs a link to http://...
1.0
Deceased Mappers - **[Submitted to the original trac issue database at 10.08pm, Saturday, 4th February 2012]** http://www.openstreetmap.org/user/Bj%C3%B6rn%20Moormann needs a link to http://www.noz.de/anzeigen/traueranzeigen?id=132954 as the user cannot do this any more. http://www.openstreetmap.org/user/ulfm needs...
defect
deceased mappers needs a link to as the user cannot do this any more needs a link to it would be nice if you could add these links with appropriate dignity
1
23,174
3,774,285,892
IssuesEvent
2016-03-17 08:32:02
daelsepara/sofia-ml
https://api.github.com/repos/daelsepara/sofia-ml
closed
lambda parameter not passed into SvmObjective correctly
auto-migrated Priority-Medium Type-Defect
``` in sofia-ml.cc 337 float objective = sofia_ml::SvmObjective(training_data, 338 *w, 339 CMD_LINE_BOOLS["--lambda"]); Note that lambda is passed in from CMD_LINE_BOOLS not CMD_LINE_FLOATS which results in lambda=0. In TrainMod...
1.0
lambda parameter not passed into SvmObjective correctly - ``` in sofia-ml.cc 337 float objective = sofia_ml::SvmObjective(training_data, 338 *w, 339 CMD_LINE_BOOLS["--lambda"]); Note that lambda is passed in from CMD_LINE_BOOLS n...
defect
lambda parameter not passed into svmobjective correctly in sofia ml cc float objective sofia ml svmobjective training data w cmd line bools note that lambda is passed in from cmd line bools not cmd line float...
1
176,630
6,561,924,495
IssuesEvent
2017-09-07 14:53:09
zero-os/0-orchestrator
https://api.github.com/repos/zero-os/0-orchestrator
closed
Internal server error when create VM
priority_critical state_verification type_bug
### ays log ``` [Wed06 07:52] - RunStep.py :84 :j.atyourservice.server - INFO - runstep 1: ok [165/1811] [Wed06 07:52] - Job.py :66 :j.core.jobcontroller.job.59cf481a4d05a0a53dad5f96ab62e925 - INFO - job job: cont...
1.0
Internal server error when create VM - ### ays log ``` [Wed06 07:52] - RunStep.py :84 :j.atyourservice.server - INFO - runstep 1: ok [165/1811] [Wed06 07:52] - Job.py :66 :j.core.jobcontroller.job.59cf481a4d05a0a53da...
non_defect
internal server error when create vm ays log runstep py j atyourservice server info runstep ok job py j core jobcontroller job info job job container vdisks input d...
0
66,257
20,105,743,398
IssuesEvent
2022-02-07 10:18:38
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
MXSession is paused after any sync request is legitimately cancelled
T-Defect A-Timeline S-Minor O-Occasional
`MXSession` is paused after any sync request is legitimately cancelled (e.g. a screen that triggered it deallocated), and there is no mechanism that resumes it whilst the app is in foreground. As a result, the app will stop recieving new messages from the server. # Steps to reproduce - navigate to a room B from a d...
1.0
MXSession is paused after any sync request is legitimately cancelled - `MXSession` is paused after any sync request is legitimately cancelled (e.g. a screen that triggered it deallocated), and there is no mechanism that resumes it whilst the app is in foreground. As a result, the app will stop recieving new messages fr...
defect
mxsession is paused after any sync request is legitimately cancelled mxsession is paused after any sync request is legitimately cancelled e g a screen that triggered it deallocated and there is no mechanism that resumes it whilst the app is in foreground as a result the app will stop recieving new messages fr...
1
27,355
4,971,581,770
IssuesEvent
2016-12-05 19:07:00
catmaid/CATMAID
https://api.github.com/repos/catmaid/CATMAID
opened
3d viewer connector restriction does not always respect selection table checks
context: 3d-viewer type: defect
To reproduce: 1. Add several skeletons to the 3d viewer's subbed selection table 2. Toggle the visibility of several skeletons off, and the visibility of pre/post sites for several visible skeletons off 3. Switch connector restriction to all shared 4. Switch connector restriction back to all connectors Connect...
1.0
3d viewer connector restriction does not always respect selection table checks - To reproduce: 1. Add several skeletons to the 3d viewer's subbed selection table 2. Toggle the visibility of several skeletons off, and the visibility of pre/post sites for several visible skeletons off 3. Switch connector restriction...
defect
viewer connector restriction does not always respect selection table checks to reproduce add several skeletons to the viewer s subbed selection table toggle the visibility of several skeletons off and the visibility of pre post sites for several visible skeletons off switch connector restriction t...
1
59,206
14,369,084,132
IssuesEvent
2020-12-01 09:18:32
ignatandrei/stankins
https://api.github.com/repos/ignatandrei/stankins
closed
CVE-2019-10747 (High) detected in set-value-0.4.3.tgz, set-value-2.0.0.tgz
security vulnerability
## CVE-2019-10747 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>set-value-0.4.3.tgz</b>, <b>set-value-2.0.0.tgz</b></p></summary> <p> <details><summary><b>set-value-0.4.3.tgz</b></...
True
CVE-2019-10747 (High) detected in set-value-0.4.3.tgz, set-value-2.0.0.tgz - ## CVE-2019-10747 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>set-value-0.4.3.tgz</b>, <b>set-value-2....
non_defect
cve high detected in set value tgz set value tgz cve high severity vulnerability vulnerable libraries set value tgz set value tgz set value tgz create nested values and any intermediaries using dot notation a b c paths library home page ...
0
29,517
5,713,661,510
IssuesEvent
2017-04-19 08:24:38
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
Web Computing preferences for disk % don't propagate correctly
C: Client - Daemon E: 1 day P: Major T: Defect
The disk settting on client and web have check boxes, if you uncheck then Use no more than --- % of Total, when it's propigated to the client this has the setting of Use no more than 0 % of total not dissabled as per the web
1.0
Web Computing preferences for disk % don't propagate correctly - The disk settting on client and web have check boxes, if you uncheck then Use no more than --- % of Total, when it's propigated to the client this has the setting of Use no more than 0 % of total not dissabled as per the web
defect
web computing preferences for disk don t propagate correctly the disk settting on client and web have check boxes if you uncheck then use no more than of total when it s propigated to the client this has the setting of use no more than of total not dissabled as per the web
1
18,299
3,041,566,792
IssuesEvent
2015-08-07 22:15:48
francoisferland/casiousbmididriver
https://api.github.com/repos/francoisferland/casiousbmididriver
closed
Computer doesn't recognize the keyboard
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. install the program 2. plug in the keyboard 3. What is the expected output? What do you see instead? no MIDI device detected in the MIDI/Audio settings What version of the product are you using? On what operating system? PX-320, tried the USB cables and made sure they wor...
1.0
Computer doesn't recognize the keyboard - ``` What steps will reproduce the problem? 1. install the program 2. plug in the keyboard 3. What is the expected output? What do you see instead? no MIDI device detected in the MIDI/Audio settings What version of the product are you using? On what operating system? PX-320, t...
defect
computer doesn t recognize the keyboard what steps will reproduce the problem install the program plug in the keyboard what is the expected output what do you see instead no midi device detected in the midi audio settings what version of the product are you using on what operating system px tri...
1
239,144
7,787,088,231
IssuesEvent
2018-06-06 21:07:39
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
7.5.0 Screen turns black after initial loading screen finishes
High Priority
Open Eco from Steam => Loading Screen finishes => screen is black, should be loading up the title screen. Eco Cursor is still present though. ![ezgif-1-6cf02f93d3](https://user-images.githubusercontent.com/35509188/41065232-d446c1b0-6992-11e8-84b5-d03844d11868.gif)
1.0
7.5.0 Screen turns black after initial loading screen finishes - Open Eco from Steam => Loading Screen finishes => screen is black, should be loading up the title screen. Eco Cursor is still present though. ![ezgif-1-6cf02f93d3](https://user-images.githubusercontent.com/35509188/41065232-d446c1b0-6992-11e8-84b5-d03...
non_defect
screen turns black after initial loading screen finishes open eco from steam loading screen finishes screen is black should be loading up the title screen eco cursor is still present though
0
379,638
26,379,041,847
IssuesEvent
2023-01-12 06:48:01
Guila767/ModelMapper
https://api.github.com/repos/Guila767/ModelMapper
closed
Support for generic models
documentation enhancement wontfix issue
Currently, the source generator does not support mapping for generic models, even though it will be able to generate the code but with not the expected behavior
1.0
Support for generic models - Currently, the source generator does not support mapping for generic models, even though it will be able to generate the code but with not the expected behavior
non_defect
support for generic models currently the source generator does not support mapping for generic models even though it will be able to generate the code but with not the expected behavior
0
24,962
4,155,378,987
IssuesEvent
2016-06-16 14:45:51
contao/core
https://api.github.com/repos/contao/core
closed
pages always come from cache, regardless of backend login or frontend preview
defect
## Problem description Even if you log into the backend and/or use the frontend preview, pages are _always_ loaded from the cache, when present, under certain circumstances. (More apt description: pages are _not_ loaded from the cache under certain circumstances, when logged into the backend - see below.) ## Repr...
1.0
pages always come from cache, regardless of backend login or frontend preview - ## Problem description Even if you log into the backend and/or use the frontend preview, pages are _always_ loaded from the cache, when present, under certain circumstances. (More apt description: pages are _not_ loaded from the cache un...
defect
pages always come from cache regardless of backend login or frontend preview problem description even if you log into the backend and or use the frontend preview pages are always loaded from the cache when present under certain circumstances more apt description pages are not loaded from the cache un...
1
45,983
13,055,832,925
IssuesEvent
2020-07-30 02:52:13
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
make I3Pruner and I3TimeShifter not log-fatal if their input isn't in the frame (Trac #374)
Incomplete Migration Migrated from Trac combo simulation defect
Migrated from https://code.icecube.wisc.edu/ticket/374 ```json { "status": "closed", "changetime": "2012-03-17T23:05:58", "description": "The default behavior of I3Pruner and I3TimeShifter (as called by the trigger-sim traySegement) is to look for both InIceRawData and IceTopRawData. For some non-standard...
1.0
make I3Pruner and I3TimeShifter not log-fatal if their input isn't in the frame (Trac #374) - Migrated from https://code.icecube.wisc.edu/ticket/374 ```json { "status": "closed", "changetime": "2012-03-17T23:05:58", "description": "The default behavior of I3Pruner and I3TimeShifter (as called by the trigg...
defect
make and not log fatal if their input isn t in the frame trac migrated from json status closed changetime description the default behavior of and as called by the trigger sim traysegement is to look for both inicerawdata and icetoprawdata for some non sta...
1
1,705
2,603,969,814
IssuesEvent
2015-02-24 18:59:58
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳阴茎长疙瘩怎么回事
auto-migrated Priority-Medium Type-Defect
``` 沈阳阴茎长疙瘩怎么回事〓沈陽軍區政治部醫院性病〓TEL:02 4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療� ��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 ``` ----- Original issue reported on code.google.com by `q96410...
1.0
沈阳阴茎长疙瘩怎么回事 - ``` 沈阳阴茎长疙瘩怎么回事〓沈陽軍區政治部醫院性病〓TEL:02 4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療� ��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 ``` ----- Original issue reported on code.google....
defect
沈阳阴茎长疙瘩怎么回事 沈阳阴茎长疙瘩怎么回事〓沈陽軍區政治部醫院性病〓tel: 〓 , � �� 。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 original issue reported on code google com by gmail com on jun at
1
68,024
17,116,761,947
IssuesEvent
2021-07-11 14:15:00
opencv/opencv
https://api.github.com/repos/opencv/opencv
closed
I got "ibopencv_cudaarithm.so.4.5: undefined symbol" when I import cv2
category: build/install category: gpu/cuda (contrib) incomplete question (invalid tracker)
I just install opencv 4.5.2 from source on my ubuntu 20.04, when I import cv2. Igot the following problem: (base) jim@jim-AERO-15-X9:~/anaconda3/lib/python3.8/site-packages/cv2/python-3.8$ python Python 3.8.5 (default, Sep 4 2020, 07:30:14) [GCC 7.3.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credi...
1.0
I got "ibopencv_cudaarithm.so.4.5: undefined symbol" when I import cv2 - I just install opencv 4.5.2 from source on my ubuntu 20.04, when I import cv2. Igot the following problem: (base) jim@jim-AERO-15-X9:~/anaconda3/lib/python3.8/site-packages/cv2/python-3.8$ python Python 3.8.5 (default, Sep 4 2020, 07:30:14) ...
non_defect
i got ibopencv cudaarithm so undefined symbol when i import i just install opencv from source on my ubuntu when i import igot the following problem base jim jim aero lib site packages python python python default sep anaconda inc on linux ...
0
5,163
5,532,887,463
IssuesEvent
2017-03-21 11:52:46
NixOS/security
https://api.github.com/repos/NixOS/security
opened
Roundup: [oss-security] audiofile: heap-based buffer overflow in alaw2linear_buf (G711.cpp)
Security
Here is a vulnerability from the oss-security mailing list for [Vulnerability Roundup 26](https://github.com/NixOS/nixpkgs/issues/24161). # Instructions: ## Identification Identify if we have the software, in 16.09, 17.03, and unstable. Then determine if we are vulnerable, and make a comment with your findings. It can...
True
Roundup: [oss-security] audiofile: heap-based buffer overflow in alaw2linear_buf (G711.cpp) - Here is a vulnerability from the oss-security mailing list for [Vulnerability Roundup 26](https://github.com/NixOS/nixpkgs/issues/24161). # Instructions: ## Identification Identify if we have the software, in 16.09, 17.03, an...
non_defect
roundup audiofile heap based buffer overflow in buf cpp here is a vulnerability from the oss security mailing list for instructions identification identify if we have the software in and unstable then determine if we are vulnerable and make a comment with your findings it can also b...
0
26,008
12,822,124,634
IssuesEvent
2020-07-06 09:16:53
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
reopened
Bundling Front-end Assets
Framework Needs Dev [Status] In Progress [Type] Overview [Type] Performance
Explore ways in which front-end styles for blocks could be assembled based on _which blocks are used_ in a given page response. *Note:* this is a deviation from how themes and resources have operated so far, since a theme usually adds a single stylesheet including all possible HTML a user might add, as well as handl...
True
Bundling Front-end Assets - Explore ways in which front-end styles for blocks could be assembled based on _which blocks are used_ in a given page response. *Note:* this is a deviation from how themes and resources have operated so far, since a theme usually adds a single stylesheet including all possible HTML a user...
non_defect
bundling front end assets explore ways in which front end styles for blocks could be assembled based on which blocks are used in a given page response note this is a deviation from how themes and resources have operated so far since a theme usually adds a single stylesheet including all possible html a user...
0
274,807
30,178,728,778
IssuesEvent
2023-07-04 07:23:57
joshnewton31080/WebGoat
https://api.github.com/repos/joshnewton31080/WebGoat
opened
CVE-2022-1259 (High) detected in undertow-core-2.2.10.Final.jar
Mend: dependency security vulnerability
## CVE-2022-1259 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>undertow-core-2.2.10.Final.jar</b></p></summary> <p></p> <p>Path to dependency file: /webgoat-integration-tests/pom.xml...
True
CVE-2022-1259 (High) detected in undertow-core-2.2.10.Final.jar - ## CVE-2022-1259 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>undertow-core-2.2.10.Final.jar</b></p></summary> <p><...
non_defect
cve high detected in undertow core final jar cve high severity vulnerability vulnerable library undertow core final jar path to dependency file webgoat integration tests pom xml path to vulnerable library home wss scanner repository io undertow undertow core fi...
0
802,009
28,565,784,806
IssuesEvent
2023-04-21 01:55:02
nimblehq/ic-flutter-taher-toby
https://api.github.com/repos/nimblehq/ic-flutter-taher-toby
closed
[UI] As a user, I can see the survey questions
type : feature priority : medium @0.3.0 @0.4.0
## Why Show the survey question, so the user can see what the question is about. ## Acceptance Criteria - Add navigation from the start survey button to this screen - Add a close button with navigation back to the home screen (skip dialog) - Add a next button with navigation to the next question - Add a submit butto...
1.0
[UI] As a user, I can see the survey questions - ## Why Show the survey question, so the user can see what the question is about. ## Acceptance Criteria - Add navigation from the start survey button to this screen - Add a close button with navigation back to the home screen (skip dialog) - Add a next button with nav...
non_defect
as a user i can see the survey questions why show the survey question so the user can see what the question is about acceptance criteria add navigation from the start survey button to this screen add a close button with navigation back to the home screen skip dialog add a next button with naviga...
0
67,411
20,961,610,716
IssuesEvent
2022-03-27 21:49:08
abedmaatalla/sipdroid
https://api.github.com/repos/abedmaatalla/sipdroid
closed
SipDroid not accepting/processing CANCEL
Priority-Medium Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. register the phone against NetSapiens NMS 2. configure a pre existing extension for Synchronous Calling (Follow Me) 3. call the parent linked extension from another phone 4. don't answer the call, hangup the calling phone What is the expected output? What do you see instea...
1.0
SipDroid not accepting/processing CANCEL - ``` What steps will reproduce the problem? 1. register the phone against NetSapiens NMS 2. configure a pre existing extension for Synchronous Calling (Follow Me) 3. call the parent linked extension from another phone 4. don't answer the call, hangup the calling phone What is ...
defect
sipdroid not accepting processing cancel what steps will reproduce the problem register the phone against netsapiens nms configure a pre existing extension for synchronous calling follow me call the parent linked extension from another phone don t answer the call hangup the calling phone what is ...
1
702,546
24,125,156,282
IssuesEvent
2022-09-20 23:07:10
apache/hudi
https://api.github.com/repos/apache/hudi
closed
[SUPPORT]Caused by: java.lang.IllegalArgumentException at org.apache.hudi.common.util.ValidationUtils.checkArgument(ValidationUtils.java:31)
priority:major spark writer-core multi-writer
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - YES - Join the mailing list to engage in conversations and get faster support at dev-subscribe@hudi.apache.org. - If you have triaged this as a bug, then file an [issue](https://issues.apache.org/jira/p...
1.0
[SUPPORT]Caused by: java.lang.IllegalArgumentException at org.apache.hudi.common.util.ValidationUtils.checkArgument(ValidationUtils.java:31) - **_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - YES - Join the mailing list to engage in conversations and ge...
non_defect
caused by java lang illegalargumentexception at org apache hudi common util validationutils checkargument validationutils java tips before filing an issue have you gone through our yes join the mailing list to engage in conversations and get faster support at dev subscribe hudi apache org...
0
233,596
25,765,642,908
IssuesEvent
2022-12-09 01:26:25
gmright2/DEFOLD_Gmright_INLINE
https://api.github.com/repos/gmright2/DEFOLD_Gmright_INLINE
opened
CVE-2022-23491 (Medium) detected in certifi-2020.4.5.1-py2.py3-none-any.whl
security vulnerability
## CVE-2022-23491 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>certifi-2020.4.5.1-py2.py3-none-any.whl</b></p></summary> <p>Python package for providing Mozilla's CA Bundle.</p> <...
True
CVE-2022-23491 (Medium) detected in certifi-2020.4.5.1-py2.py3-none-any.whl - ## CVE-2022-23491 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>certifi-2020.4.5.1-py2.py3-none-any.whl...
non_defect
cve medium detected in certifi none any whl cve medium severity vulnerability vulnerable library certifi none any whl python package for providing mozilla s ca bundle library home page a href path to dependency file gmright system requirements txt path t...
0
18,022
3,019,971,071
IssuesEvent
2015-07-31 02:29:39
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
[2.7] Bug in I18n / __x / context when reading .mo file
Defect i18n
When using __x() for translations the translated string from the po file is not being used. Consider the following line: ```php echo __x('Stream or download audiobook/video/other product type', 'Stream or download %s &raquo;', mb_strtolower($this->Product->type($product))); ``` After running extract and tran...
1.0
[2.7] Bug in I18n / __x / context when reading .mo file - When using __x() for translations the translated string from the po file is not being used. Consider the following line: ```php echo __x('Stream or download audiobook/video/other product type', 'Stream or download %s &raquo;', mb_strtolower($this->Product...
defect
bug in x context when reading mo file when using x for translations the translated string from the po file is not being used consider the following line php echo x stream or download audiobook video other product type stream or download s raquo mb strtolower this product type ...
1
579,703
17,197,012,425
IssuesEvent
2021-07-16 19:04:11
VA-Explorer/va_explorer
https://api.github.com/repos/VA-Explorer/va_explorer
opened
Tweak readability for unknown values such as dk or nan
Domain: API/ Databases Language: Python Priority: Low Source: Pilot Status: On-Deck Type: Maintainance good first issue
**What is the expected state?** I want to understand less defined VA properties/answers such as "DK" by having them read a more descriptive "Don't Know" **What is the actual state?** VAs currently list 'dk', 'nan', or doesn't list anything at all for certain properties/ VA responses. **Relevant context** A cur...
1.0
Tweak readability for unknown values such as dk or nan - **What is the expected state?** I want to understand less defined VA properties/answers such as "DK" by having them read a more descriptive "Don't Know" **What is the actual state?** VAs currently list 'dk', 'nan', or doesn't list anything at all for certain...
non_defect
tweak readability for unknown values such as dk or nan what is the expected state i want to understand less defined va properties answers such as dk by having them read a more descriptive don t know what is the actual state vas currently list dk nan or doesn t list anything at all for certain...
0
19,783
13,452,092,217
IssuesEvent
2020-09-08 21:27:02
dotnet/aspnetcore
https://api.github.com/repos/dotnet/aspnetcore
closed
Building project with PreserveCompilationContext and PreserveCompilationReferences set to true, creates .dlls in refs folder without modifed date
area-infrastructure
<!-- More information on our issue management policies can be found here: https://aka.ms/aspnet/issue-policies Please keep in mind that the GitHub issue tracker is not intended as a general support forum, but for reporting **non-security** bugs and feature requests. If you believe you have an issue that affect...
1.0
Building project with PreserveCompilationContext and PreserveCompilationReferences set to true, creates .dlls in refs folder without modifed date - <!-- More information on our issue management policies can be found here: https://aka.ms/aspnet/issue-policies Please keep in mind that the GitHub issue tracker is no...
non_defect
building project with preservecompilationcontext and preservecompilationreferences set to true creates dlls in refs folder without modifed date more information on our issue management policies can be found here please keep in mind that the github issue tracker is not intended as a general support for...
0
44,664
12,312,092,833
IssuesEvent
2020-05-12 13:27:06
contao/contao
https://api.github.com/repos/contao/contao
closed
Contao 4.9.2: News -> target = external URL -> 1 in frontend
defect
Contao 4.9.2 News-Bundle Target = external URL ![grafik](https://user-images.githubusercontent.com/1645099/81232379-188ee980-8ff5-11ea-9e00-fd8c44ceceb2.png) creates a "1" in the frontend. ![grafik](https://user-images.githubusercontent.com/1645099/81232335-feeda200-8ff4-11ea-8cb2-c9829d6e0275.png) event_...
1.0
Contao 4.9.2: News -> target = external URL -> 1 in frontend - Contao 4.9.2 News-Bundle Target = external URL ![grafik](https://user-images.githubusercontent.com/1645099/81232379-188ee980-8ff5-11ea-9e00-fd8c44ceceb2.png) creates a "1" in the frontend. ![grafik](https://user-images.githubusercontent.com/16450...
defect
contao news target external url in frontend contao news bundle target external url creates a in the frontend event list this details it echos a bool because of moduleeventreader php line this i do not expect
1
418,245
28,114,126,630
IssuesEvent
2023-03-31 09:26:33
SpeciLiam/ped
https://api.github.com/repos/SpeciLiam/ped
opened
Design Error
type.DocumentationBug severity.VeryLow
![image.png](https://raw.githubusercontent.com/SpeciLiam/ped/main/files/42bc235d-0c0e-4e7b-873c-b7a1c7185ec0.png) When using windows terminal as instructed I do not get the same coloring in as shown in the user guide. <!--session: 1680252509045-839ef1eb-f9b6-4baa-9b8d-a2762a20c76e--> <!--Version: Web v3.4.7-->
1.0
Design Error - ![image.png](https://raw.githubusercontent.com/SpeciLiam/ped/main/files/42bc235d-0c0e-4e7b-873c-b7a1c7185ec0.png) When using windows terminal as instructed I do not get the same coloring in as shown in the user guide. <!--session: 1680252509045-839ef1eb-f9b6-4baa-9b8d-a2762a20c76e--> <!--Version: Web ...
non_defect
design error when using windows terminal as instructed i do not get the same coloring in as shown in the user guide
0
45,553
12,855,817,382
IssuesEvent
2020-07-09 06:18:20
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
NumberHelper uses deprecated Number Utility method
defect
This is a (multiple allowed): * [x] bug * [x] enhancement * CakePHP Version: >3.9.0 ### What you did Set the Default Currency for the NumberHelper in AppView: `$this->Number->defaultCurrency('EUR');` ### What happened Raised this Deprecation Warning: ``` Deprecated (16384): Number::defaultCurrency() is...
1.0
NumberHelper uses deprecated Number Utility method - This is a (multiple allowed): * [x] bug * [x] enhancement * CakePHP Version: >3.9.0 ### What you did Set the Default Currency for the NumberHelper in AppView: `$this->Number->defaultCurrency('EUR');` ### What happened Raised this Deprecation Warning: ...
defect
numberhelper uses deprecated number utility method this is a multiple allowed bug enhancement cakephp version what you did set the default currency for the numberhelper in appview this number defaultcurrency eur what happened raised this deprecation warning ...
1
69,601
22,554,120,097
IssuesEvent
2022-06-27 08:44:02
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
New composer has a weirdly sized clickable area
T-Defect X-Blocked X-Regression S-Minor X-Release-Blocker A-Composer O-Frequent Team: Delight
### Steps to reproduce 1. Click the top, left, right, or bottom of the composer (within the border) 2. Composer loses or doesn't gain focus ### Outcome #### What did you expect? The entire area within the border to be clickable #### What happened instead? Only this area is clickable: ![image](https://user...
1.0
New composer has a weirdly sized clickable area - ### Steps to reproduce 1. Click the top, left, right, or bottom of the composer (within the border) 2. Composer loses or doesn't gain focus ### Outcome #### What did you expect? The entire area within the border to be clickable #### What happened instead? O...
defect
new composer has a weirdly sized clickable area steps to reproduce click the top left right or bottom of the composer within the border composer loses or doesn t gain focus outcome what did you expect the entire area within the border to be clickable what happened instead o...
1
16,916
2,962,459,650
IssuesEvent
2015-07-10 00:33:37
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
timeAgoInWords() sometimes doesn't include the 'ago' word
Defect i18n
I noticed that while using the `timeAgoInWords` method of `I18/Time`, sometimes the 'ago' word didn't show up. To be honest, I didn't test it a lot, but I think that it is a bug on the last line of `timeAgoInWords`: return $relativeDate; I think that it should be return sprintf($relativeString, $re...
1.0
timeAgoInWords() sometimes doesn't include the 'ago' word - I noticed that while using the `timeAgoInWords` method of `I18/Time`, sometimes the 'ago' word didn't show up. To be honest, I didn't test it a lot, but I think that it is a bug on the last line of `timeAgoInWords`: return $relativeDate; I think t...
defect
timeagoinwords sometimes doesn t include the ago word i noticed that while using the timeagoinwords method of time sometimes the ago word didn t show up to be honest i didn t test it a lot but i think that it is a bug on the last line of timeagoinwords return relativedate i think tha...
1
4,214
2,610,089,380
IssuesEvent
2015-02-26 18:27:03
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳痘痘哪家好
auto-migrated Priority-Medium Type-Defect
``` 深圳痘痘哪家好【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:35
1.0
深圳痘痘哪家好 - ``` 深圳痘痘哪家好【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:35
defect
深圳痘痘哪家好 深圳痘痘哪家好【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� original issue reported on code google com by szft com on may at
1
132,466
10,756,610,342
IssuesEvent
2019-10-31 11:35:15
microsoft/azure-tools-for-java
https://api.github.com/repos/microsoft/azure-tools-for-java
opened
[intelliJ][spark on arcadia]Unreasonable error message when compute is empty.
HDInsight IntelliJ Internal Test
Build: azure-toolkit-for-intellij-2019.2.develop.1281.10-31-2019 azure-toolkit-for-intellij-LATEST-EAP-SNAPSHOT.develop.10727955.10-24-2019 Env: 19.3 EAP 19.2 Repro Steps: 1. Sign in Azure 2. Open Run/Debug Configurations window then create an arcadia configuration. Result: Suggest to change the error me...
1.0
[intelliJ][spark on arcadia]Unreasonable error message when compute is empty. - Build: azure-toolkit-for-intellij-2019.2.develop.1281.10-31-2019 azure-toolkit-for-intellij-LATEST-EAP-SNAPSHOT.develop.10727955.10-24-2019 Env: 19.3 EAP 19.2 Repro Steps: 1. Sign in Azure 2. Open Run/Debug Configurations windo...
non_defect
unreasonable error message when compute is empty build azure toolkit for intellij develop azure toolkit for intellij latest eap snapshot develop env eap repro steps sign in azure open run debug configurations window then create an arcadia configuration result s...
0
78,075
22,110,174,089
IssuesEvent
2022-06-01 20:27:42
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
closed
vimPlugins.markdown-preview-nvim doesn't build after an update because of a missing node dependency
0.kind: build failure
### Steps To Reproduce Steps to reproduce the behavior: 1. build `vimPlugins.markdown-preview-nvim` ### Build log ``` @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/8bawhfmsl3xs4lildgwf8llqcxin2byw-source source root is source @nix { "action": "set...
1.0
vimPlugins.markdown-preview-nvim doesn't build after an update because of a missing node dependency - ### Steps To Reproduce Steps to reproduce the behavior: 1. build `vimPlugins.markdown-preview-nvim` ### Build log ``` @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source ar...
non_defect
vimplugins markdown preview nvim doesn t build after an update because of a missing node dependency steps to reproduce steps to reproduce the behavior build vimplugins markdown preview nvim build log nix action setphase phase unpackphase unpacking sources unpacking source ar...
0
71,280
23,521,960,761
IssuesEvent
2022-08-19 07:04:38
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
Widget postConstruct lifecycle callback is invoked with non-fully constructed widget instance
:lady_beetle: defect
### Describe the bug Client-side widget lifecycle callbacks were added I believe in PF 9, which are super useful for various purposes. I was just using the `postConstruct` callback, when I noticed a minor issue with it: Currently, `postConstruct` [is called during the init method of the BaseWidget](https://github.com/...
1.0
Widget postConstruct lifecycle callback is invoked with non-fully constructed widget instance - ### Describe the bug Client-side widget lifecycle callbacks were added I believe in PF 9, which are super useful for various purposes. I was just using the `postConstruct` callback, when I noticed a minor issue with it: Cur...
defect
widget postconstruct lifecycle callback is invoked with non fully constructed widget instance describe the bug client side widget lifecycle callbacks were added i believe in pf which are super useful for various purposes i was just using the postconstruct callback when i noticed a minor issue with it cur...
1
25,019
4,174,182,665
IssuesEvent
2016-06-21 13:19:42
zotonic/zotonic
https://api.github.com/repos/zotonic/zotonic
closed
Restart runs the skeleton in config, leading to unexpected module changes
core defect security
Case: site has this line: ``` %% What skeleton site this site is based on; for installing the initial data. { skeleton, empty }, ``` This also activates `mod_admin_only` (although not documented). Now after a restart, the site config is read again and `mod_admin_only` gets enabled. This should not b...
1.0
Restart runs the skeleton in config, leading to unexpected module changes - Case: site has this line: ``` %% What skeleton site this site is based on; for installing the initial data. { skeleton, empty }, ``` This also activates `mod_admin_only` (although not documented). Now after a restart, the si...
defect
restart runs the skeleton in config leading to unexpected module changes case site has this line what skeleton site this site is based on for installing the initial data skeleton empty this also activates mod admin only although not documented now after a restart the si...
1
70,239
23,066,938,974
IssuesEvent
2022-07-25 14:38:19
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Call history from a virtual room
T-Defect
### Steps to reproduce 1. Call someone via a virtual room. 2. Not seeing any calls which come from virtual rooms in the room timeline ### Outcome #### What did you expect? To see the call in the timeline. #### What happened instead? It is in the virtual room which is hidden This is implemented on Android an...
1.0
Call history from a virtual room - ### Steps to reproduce 1. Call someone via a virtual room. 2. Not seeing any calls which come from virtual rooms in the room timeline ### Outcome #### What did you expect? To see the call in the timeline. #### What happened instead? It is in the virtual room which is hidden ...
defect
call history from a virtual room steps to reproduce call someone via a virtual room not seeing any calls which come from virtual rooms in the room timeline outcome what did you expect to see the call in the timeline what happened instead it is in the virtual room which is hidden ...
1
31,238
6,472,600,740
IssuesEvent
2017-08-17 14:18:32
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
TestHarness doesn't list failed tests at the bottom
C: TestHarness P: normal T: defect
### Description of the enhancement or error report In the final results, the failed tests are scattered throughout the list of tests. It used to list failed tests at the bottom to make it easier to see what failed. ### Rationale for the enhancement or information for reproducing the error An example, https:/...
1.0
TestHarness doesn't list failed tests at the bottom - ### Description of the enhancement or error report In the final results, the failed tests are scattered throughout the list of tests. It used to list failed tests at the bottom to make it easier to see what failed. ### Rationale for the enhancement or informa...
defect
testharness doesn t list failed tests at the bottom description of the enhancement or error report in the final results the failed tests are scattered throughout the list of tests it used to list failed tests at the bottom to make it easier to see what failed rationale for the enhancement or informa...
1
7,525
2,610,404,087
IssuesEvent
2015-02-26 20:11:21
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
GC Muunilinst
auto-migrated Priority-Medium Type-Defect
``` In the Clone Wars GC Muunilinst starts the game with a Mining Facility, even though the planet cannot build Mining Facilities. I tried to sell it, and when I did I could not rebuild it. Either make Muunilinst capable of Mining Facilities, or remove the facility it starts with. ``` ----- Original issue reported ...
1.0
GC Muunilinst - ``` In the Clone Wars GC Muunilinst starts the game with a Mining Facility, even though the planet cannot build Mining Facilities. I tried to sell it, and when I did I could not rebuild it. Either make Muunilinst capable of Mining Facilities, or remove the facility it starts with. ``` ----- Original...
defect
gc muunilinst in the clone wars gc muunilinst starts the game with a mining facility even though the planet cannot build mining facilities i tried to sell it and when i did i could not rebuild it either make muunilinst capable of mining facilities or remove the facility it starts with original...
1
80,450
30,294,273,356
IssuesEvent
2023-07-09 17:02:25
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
make[1]: *** No rule to make target 'module/Module.symvers', needed by 'all-am'. Stop.
Type: Defect
Hello to everyone. I'm trying to compile ZFS within ubuntu 22.10 that I have installed on Windows 11 via WSL2. This is the tutorial that I'm following : https://github.com/alexhaydock/zfs-on-wsl The commands that I have issued are : ``` sudo tar -zxvf zfs-2.1.0-for-5.13.9-penguins-rule.tgz -C . cd /...
1.0
make[1]: *** No rule to make target 'module/Module.symvers', needed by 'all-am'. Stop. - Hello to everyone. I'm trying to compile ZFS within ubuntu 22.10 that I have installed on Windows 11 via WSL2. This is the tutorial that I'm following : https://github.com/alexhaydock/zfs-on-wsl The commands that I hav...
defect
make no rule to make target module module symvers needed by all am stop hello to everyone i m trying to compile zfs within ubuntu that i have installed on windows via this is the tutorial that i m following the commands that i have issued are sudo tar zxvf zfs ...
1
54,839
13,961,026,104
IssuesEvent
2020-10-25 00:33:04
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Since 3.14 a record's identity, overridden by forcedType, is no longer read after insert
T: Defect
### Expected behavior After insert the primary key should be read back from mysql. Even for a primary key where the type is modified by a `forcedType` like ```xml <forcedType> <name>BIGINT</name> <types>BIGINT UNSIGNED.*</types> </forcedType> ``` ### Actual behavior In 3.14 the primary key is no long...
1.0
Since 3.14 a record's identity, overridden by forcedType, is no longer read after insert - ### Expected behavior After insert the primary key should be read back from mysql. Even for a primary key where the type is modified by a `forcedType` like ```xml <forcedType> <name>BIGINT</name> <types>BIGINT UNSIGNED...
defect
since a record s identity overridden by forcedtype is no longer read after insert expected behavior after insert the primary key should be read back from mysql even for a primary key where the type is modified by a forcedtype like xml bigint bigint unsigned actual beh...
1
67,383
20,961,608,735
IssuesEvent
2022-03-27 21:48:45
abedmaatalla/sipdroid
https://api.github.com/repos/abedmaatalla/sipdroid
closed
Product too awesome
Priority-Medium Type-Defect auto-migrated
``` This product is too good. 1. It easily hooked my Google Voice account. That's supposed to be hard. It builds character. 2. Audio sounds great. This is terrible. I was expecting a normal phone-quality experience. Instead I got crystal clear voice quality on both ends. 3. The program runs too fast on my old phon...
1.0
Product too awesome - ``` This product is too good. 1. It easily hooked my Google Voice account. That's supposed to be hard. It builds character. 2. Audio sounds great. This is terrible. I was expecting a normal phone-quality experience. Instead I got crystal clear voice quality on both ends. 3. The program runs t...
defect
product too awesome this product is too good it easily hooked my google voice account that s supposed to be hard it builds character audio sounds great this is terrible i was expecting a normal phone quality experience instead i got crystal clear voice quality on both ends the program runs t...
1
61,376
17,023,679,314
IssuesEvent
2021-07-03 03:15:46
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
denomination=jehovahs_witness shouldn't render cross
Component: mapnik Priority: major Resolution: duplicate Type: defect
**[Submitted to the original trac issue database at 8.40pm, Sunday, 6th February 2011]** Whilst the wiki recommends religion=christian, denomination=jehovahs_witness tagging (http://wiki.openstreetmap.org/wiki/Key:denomination) then this produces a cross rendering. However Jehovah's Witnesses do not believe in the ...
1.0
denomination=jehovahs_witness shouldn't render cross - **[Submitted to the original trac issue database at 8.40pm, Sunday, 6th February 2011]** Whilst the wiki recommends religion=christian, denomination=jehovahs_witness tagging (http://wiki.openstreetmap.org/wiki/Key:denomination) then this produces a cross rendering...
defect
denomination jehovahs witness shouldn t render cross whilst the wiki recommends religion christian denomination jehovahs witness tagging then this produces a cross rendering however jehovah s witnesses do not believe in the cross as a symbol see so the current rendering is inappropriate and potenti...
1
56,101
14,929,856,380
IssuesEvent
2021-01-25 01:04:22
AeroScripts/QuestieDev
https://api.github.com/repos/AeroScripts/QuestieDev
closed
Map target issues
Type - Defect
<!-- READ THIS FIRST Hello, thanks for taking the time to report a bug! Before you proceed, please verify that you're running the latest version of Questie. The easiest way to do this is via the Twitch client, but you can also download the latest version here: https://www.curseforge.com/wow/addons/questie Ques...
1.0
Map target issues - <!-- READ THIS FIRST Hello, thanks for taking the time to report a bug! Before you proceed, please verify that you're running the latest version of Questie. The easiest way to do this is via the Twitch client, but you can also download the latest version here: https://www.curseforge.com/wow/ad...
defect
map target issues read this first hello thanks for taking the time to report a bug before you proceed please verify that you re running the latest version of questie the easiest way to do this is via the twitch client but you can also download the latest version here questie is one of the most p...
1
147,208
13,203,023,645
IssuesEvent
2020-08-14 13:27:31
epankratz/twenty-questions
https://api.github.com/repos/epankratz/twenty-questions
closed
Docstrings
documentation
- Add docstrings to the methods that don't have them yet - Unify/update "arg" and "returns" lists in all docstrings
1.0
Docstrings - - Add docstrings to the methods that don't have them yet - Unify/update "arg" and "returns" lists in all docstrings
non_defect
docstrings add docstrings to the methods that don t have them yet unify update arg and returns lists in all docstrings
0
347,888
10,435,947,997
IssuesEvent
2019-09-17 18:26:36
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Add DuckDuckGo Lite as pre-populated search engines in Android
QA/No android-related priority/P2
<!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROV...
1.0
Add DuckDuckGo Lite as pre-populated search engines in Android - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISS...
non_defect
add duckduckgo lite as pre populated search engines in android have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the iss...
0
59,402
17,023,117,096
IssuesEvent
2021-07-03 00:27:06
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Accented e in property value refuses upload
Component: josm Priority: major Resolution: duplicate Type: defect
**[Submitted to the original trac issue database at 9.48pm, Wednesday, 17th May 2006]** Adding a property value which includes accented e (), like the danish street type all, results in JOSM refusing to upload the changes with a "Error while parsing: An error occurred:: 500 Internal Server Error". This is using lat...
1.0
Accented e in property value refuses upload - **[Submitted to the original trac issue database at 9.48pm, Wednesday, 17th May 2006]** Adding a property value which includes accented e (), like the danish street type all, results in JOSM refusing to upload the changes with a "Error while parsing: An error occurred:: 50...
defect
accented e in property value refuses upload adding a property value which includes accented e like the danish street type all results in josm refusing to upload the changes with a error while parsing an error occurred internal server error this is using latest snapshot path josm url rep...
1
140,571
32,029,267,389
IssuesEvent
2023-09-22 11:05:49
matsim-org/matsim-libs
https://api.github.com/repos/matsim-org/matsim-libs
opened
remove fastCapacityUpdate in QueueWithBuffer
maintenance code sprint decision item
@kainagel and me came across this 1-2 years ago. the fast capacity update makes the code very complicated and verbose and seems not really to be (heavily used).
1.0
remove fastCapacityUpdate in QueueWithBuffer - @kainagel and me came across this 1-2 years ago. the fast capacity update makes the code very complicated and verbose and seems not really to be (heavily used).
non_defect
remove fastcapacityupdate in queuewithbuffer kainagel and me came across this years ago the fast capacity update makes the code very complicated and verbose and seems not really to be heavily used
0
33,808
12,220,322,237
IssuesEvent
2020-05-02 01:00:11
finos/secref-data
https://api.github.com/repos/finos/secref-data
opened
CVE-2020-8116 (High) detected in dot-prop-4.2.0.tgz
security vulnerability
## CVE-2020-8116 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dot-prop-4.2.0.tgz</b></p></summary> <p>Get, set, or delete a property from a nested object using a dot path</p> <p>Lib...
True
CVE-2020-8116 (High) detected in dot-prop-4.2.0.tgz - ## CVE-2020-8116 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dot-prop-4.2.0.tgz</b></p></summary> <p>Get, set, or delete a pro...
non_defect
cve high detected in dot prop tgz cve high severity vulnerability vulnerable library dot prop tgz get set or delete a property from a nested object using a dot path library home page a href path to dependency file tmp ws scm secref data website package json path to...
0
52,088
13,211,387,378
IssuesEvent
2020-08-15 22:46:36
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[iceprod2] remove site_id from db/settings table (Trac #1669)
Incomplete Migration Migrated from Trac defect iceprod
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1669">https://code.icecube.wisc.edu/projects/icecube/ticket/1669</a>, reported by david.schultzand owned by david.schultz</em></summary> <p> ```json { "status": "closed", "changetime": "2016-05-09T21:55:16", ...
1.0
[iceprod2] remove site_id from db/settings table (Trac #1669) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1669">https://code.icecube.wisc.edu/projects/icecube/ticket/1669</a>, reported by david.schultzand owned by david.schultz</em></summary> <p> ```json { ...
defect
remove site id from db settings table trac migrated from json status closed changetime ts description the site id is provided in the json config of the site so a duplicate in a database table sounds like trouble i m pretty sure they aren t i...
1
56,979
15,557,597,708
IssuesEvent
2021-03-16 09:19:10
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Default 'Go To Home' shortcut doesn't work on mac
A-Shortcuts T-Defect
It's cmd+alt+H which is 'hide other windows'
1.0
Default 'Go To Home' shortcut doesn't work on mac - It's cmd+alt+H which is 'hide other windows'
defect
default go to home shortcut doesn t work on mac it s cmd alt h which is hide other windows
1
243,591
18,718,466,822
IssuesEvent
2021-11-03 09:01:48
nipreps/smriprep
https://api.github.com/repos/nipreps/smriprep
closed
tutorial for smri
documentation
**Please describe how the documentation should be improved.** A clear and concise description of the underdocumented feature. Hi! I saw the nipype tutorial for fmri preprocessing (https://miykael.github.io/nipype_tutorial/). Is there any tutorial video or document related to smri? Thanks!
1.0
tutorial for smri - **Please describe how the documentation should be improved.** A clear and concise description of the underdocumented feature. Hi! I saw the nipype tutorial for fmri preprocessing (https://miykael.github.io/nipype_tutorial/). Is there any tutorial video or document related to smri? Thanks...
non_defect
tutorial for smri please describe how the documentation should be improved a clear and concise description of the underdocumented feature hi i saw the nipype tutorial for fmri preprocessing is there any tutorial video or document related to smri thanks
0
72,956
15,252,047,998
IssuesEvent
2021-02-20 01:20:06
mrcelewis/flink
https://api.github.com/repos/mrcelewis/flink
closed
WS-2016-0039 (High) detected in shell-quote-0.0.1.tgz - autoclosed
security vulnerability
## WS-2016-0039 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>shell-quote-0.0.1.tgz</b></p></summary> <p>quote and parse shell commands</p> <p>Library home page: <a href="https://reg...
True
WS-2016-0039 (High) detected in shell-quote-0.0.1.tgz - autoclosed - ## WS-2016-0039 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>shell-quote-0.0.1.tgz</b></p></summary> <p>quote an...
non_defect
ws high detected in shell quote tgz autoclosed ws high severity vulnerability vulnerable library shell quote tgz quote and parse shell commands library home page a href path to dependency file flink flink runtime web web dashboard package json path to vulnerable lib...
0
8,631
2,611,533,706
IssuesEvent
2015-02-27 06:04:28
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Guests can draw on a hand-drawn map
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? You need two persons for this to test. One is the host, the other one is the guest. 1. Host: Host a server! 2. Host: Make a simple hand-drawn map, for example, a circle. 3. Guest: Join the server! 4. Guest: Click on the map! 5. Guest: Draw around the map a bit! 6. Guest: Go b...
1.0
Guests can draw on a hand-drawn map - ``` What steps will reproduce the problem? You need two persons for this to test. One is the host, the other one is the guest. 1. Host: Host a server! 2. Host: Make a simple hand-drawn map, for example, a circle. 3. Guest: Join the server! 4. Guest: Click on the map! 5. Guest: Dra...
defect
guests can draw on a hand drawn map what steps will reproduce the problem you need two persons for this to test one is the host the other one is the guest host host a server host make a simple hand drawn map for example a circle guest join the server guest click on the map guest dra...
1
54,090
11,187,925,276
IssuesEvent
2020-01-02 01:28:45
huynhp24/project-winter-19
https://api.github.com/repos/huynhp24/project-winter-19
opened
Change magic numbers
bad code
magic numbers in MyPlayer.java and MyGdxGame.java - action method change to either global constants or enums or something
1.0
Change magic numbers - magic numbers in MyPlayer.java and MyGdxGame.java - action method change to either global constants or enums or something
non_defect
change magic numbers magic numbers in myplayer java and mygdxgame java action method change to either global constants or enums or something
0
190,655
22,146,949,280
IssuesEvent
2022-06-03 13:03:35
rakheend-org/new-med-repo
https://api.github.com/repos/rakheend-org/new-med-repo
opened
jstl-1.2.jar: 1 vulnerabilities (highest severity is: 7.3)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jstl-1.2.jar</b></p></summary> <p></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /pository/javax/servlet/jstl/1.2/jstl-1.2.jar</p> <p> ...
True
jstl-1.2.jar: 1 vulnerabilities (highest severity is: 7.3) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jstl-1.2.jar</b></p></summary> <p></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable lib...
non_defect
jstl jar vulnerabilities highest severity is vulnerable library jstl jar path to dependency file pom xml path to vulnerable library pository javax servlet jstl jstl jar found in head commit a href vulnerabilities cve severity cvss dependency t...
0
55,052
14,165,720,055
IssuesEvent
2020-11-12 07:45:38
hazelcast/hazelcast-docker
https://api.github.com/repos/hazelcast/hazelcast-docker
closed
Potential performance regression in 4.0.2 image
Type: Defect
`hazelcast/hazelcast:4.0.2` is around 30% slower than a single member .jar running with OpenJDK 11.0.8+10. See https://github.com/hazelcast/hazelcast-nodejs-client/issues/559#issuecomment-696116277
1.0
Potential performance regression in 4.0.2 image - `hazelcast/hazelcast:4.0.2` is around 30% slower than a single member .jar running with OpenJDK 11.0.8+10. See https://github.com/hazelcast/hazelcast-nodejs-client/issues/559#issuecomment-696116277
defect
potential performance regression in image hazelcast hazelcast is around slower than a single member jar running with openjdk see
1
15,527
10,316,028,158
IssuesEvent
2019-08-30 09:02:09
terraform-providers/terraform-provider-azurerm
https://api.github.com/repos/terraform-providers/terraform-provider-azurerm
closed
Availability Zones for AKS cluster
enhancement preview service/kubernetes-cluster
<!--- 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 l...
1.0
Availability Zones for AKS cluster - <!--- 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 prior...
non_defect
availability zones for aks cluster 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 me too comments they generate extra noise for issue followers and do not help prioritize th...
0
436,044
12,544,542,844
IssuesEvent
2020-06-05 17:22:38
tgstation/tgstation
https://api.github.com/repos/tgstation/tgstation
closed
Something is deleting turf air datums and it's killing the server
Atmospherics Bug Priority: High
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable --> ## Round ID: [138752](https://scrubby.melonmesa.com/round/138752) https://tgstation13.org/parsed-logs/manuel/data/logs/2020/06/04/round-138752/ ## Testmerges: Not relevant. ## Reproduction: Something has deleted...
1.0
Something is deleting turf air datums and it's killing the server - <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable --> ## Round ID: [138752](https://scrubby.melonmesa.com/round/138752) https://tgstation13.org/parsed-logs/manuel/data/logs/2020/06/04/round-138752/ ## Testm...
non_defect
something is deleting turf air datums and it s killing the server round id testmerges not relevant reproduction something has deleted the air from these two turfs caused the entire server to stall the bz canister was destroyed ...
0
45,591
12,891,065,458
IssuesEvent
2020-07-13 17:03:53
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
Error message construct_side_set_from_node_set should be construct_side_list_from_node_list
T: defect
## Bug Description The error message for the need to create sidesets from nodesets gives the wrong fix. ``` *** ERROR *** /Users/topher/projects/meitner/empire/problems/unit_assembly/thermo-mechanical-n-hp/black_box/area_test.i:45: (Postprocessors/inside_area_nodeset/boundary): the following side set ids do ...
1.0
Error message construct_side_set_from_node_set should be construct_side_list_from_node_list - ## Bug Description The error message for the need to create sidesets from nodesets gives the wrong fix. ``` *** ERROR *** /Users/topher/projects/meitner/empire/problems/unit_assembly/thermo-mechanical-n-hp/black_box/area...
defect
error message construct side set from node set should be construct side list from node list bug description the error message for the need to create sidesets from nodesets gives the wrong fix error users topher projects meitner empire problems unit assembly thermo mechanical n hp black box area...
1
62,726
17,186,354,705
IssuesEvent
2021-07-16 02:58:31
chorman0773/Clever-ISA
https://api.github.com/repos/chorman0773/Clever-ISA
closed
Clarify `ss` for Memory Reference Operands and Add size control for referent
I-defect I-unclear X-main
For Memory Reference Long Immediate Operands, it's currently unclear whether the size control bits present in the operand layout control the size of the Memory Address or the Referent. Clarify that the former applies and add size control bits for the referent.
1.0
Clarify `ss` for Memory Reference Operands and Add size control for referent - For Memory Reference Long Immediate Operands, it's currently unclear whether the size control bits present in the operand layout control the size of the Memory Address or the Referent. Clarify that the former applies and add size control bit...
defect
clarify ss for memory reference operands and add size control for referent for memory reference long immediate operands it s currently unclear whether the size control bits present in the operand layout control the size of the memory address or the referent clarify that the former applies and add size control bit...
1