Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
78,307
27,421,344,607
IssuesEvent
2023-03-01 16:56:02
vector-im/element-x-ios
https://api.github.com/repos/vector-im/element-x-ios
closed
DMs don't show the avatar of the other member.
A-Room-List T-Defect X-Needs-Backend S-Minor O-Frequent
### Steps to reproduce 1. Start on the home screen. 2. Scroll down to a room that is a DM with someone else. ### Outcome #### What did you expect? That the room's icon, both on the home screen and the room screen's toolbar is the other user's avatar. #### What happened instead? The room's icon is the first l...
1.0
DMs don't show the avatar of the other member. - ### Steps to reproduce 1. Start on the home screen. 2. Scroll down to a room that is a DM with someone else. ### Outcome #### What did you expect? That the room's icon, both on the home screen and the room screen's toolbar is the other user's avatar. #### What ...
non_priority
dms don t show the avatar of the other member steps to reproduce start on the home screen scroll down to a room that is a dm with someone else outcome what did you expect that the room s icon both on the home screen and the room screen s toolbar is the other user s avatar what ...
0
761,151
26,668,885,848
IssuesEvent
2023-01-26 08:24:22
wso2/api-manager
https://api.github.com/repos/wso2/api-manager
opened
APIM 4.2.0 Pre-Beta Testing
Type/Task Priority/Normal Component/APIM 4.2.0-beta
### Description Description This is to track the APIM 4.2.0 beta release testing progress of @Tharanidk Local Setup Tests - [ ] Pass a Custom Authorization Token to the Backend - [ ] Application properties - Creating a new version - [ ] Old API has no scopes - [ ] Old API has scopes - [ ] Open A...
1.0
APIM 4.2.0 Pre-Beta Testing - ### Description Description This is to track the APIM 4.2.0 beta release testing progress of @Tharanidk Local Setup Tests - [ ] Pass a Custom Authorization Token to the Backend - [ ] Application properties - Creating a new version - [ ] Old API has no scopes - [ ] Ol...
priority
apim pre beta testing description description this is to track the apim beta release testing progress of tharanidk local setup tests pass a custom authorization token to the backend application properties creating a new version old api has no scopes old api ha...
1
16,017
2,870,251,728
IssuesEvent
2015-06-07 00:36:34
pdelia/away3d
https://api.github.com/repos/pdelia/away3d
closed
[Away3DLite] Collada script parsing timeouts on bone animated models
auto-migrated Priority-Medium Type-Defect
#70 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:34Z ``` What steps will reproduce the problem? 1. Export a large bone animated model (my example is 4500 faces/2600 verts) 2. Import with away3dlite What is the expected output? What do you see instead? I expected a model of this size to parse quickly...
1.0
[Away3DLite] Collada script parsing timeouts on bone animated models - #70 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:34Z ``` What steps will reproduce the problem? 1. Export a large bone animated model (my example is 4500 faces/2600 verts) 2. Import with away3dlite What is the expected output? Wha...
non_priority
collada script parsing timeouts on bone animated models issue by googlecodeexporter created on what steps will reproduce the problem export a large bone animated model my example is faces verts import with what is the expected output what do you see instead i expected a mo...
0
2,060
2,523,031,468
IssuesEvent
2015-01-20 05:51:43
syl20bnr/spacemacs
https://api.github.com/repos/syl20bnr/spacemacs
closed
Local bindings overridden by evil-escape-key
bug :-( High Priority
In emacs state, `f` now appears to be universally bound to `evil-escape-emacs-state`. This overrides whatever the key is meant to be bound to. As a concrete example, in Magit, `f` is meant to fetch, but it is now overridden.
1.0
Local bindings overridden by evil-escape-key - In emacs state, `f` now appears to be universally bound to `evil-escape-emacs-state`. This overrides whatever the key is meant to be bound to. As a concrete example, in Magit, `f` is meant to fetch, but it is now overridden.
priority
local bindings overridden by evil escape key in emacs state f now appears to be universally bound to evil escape emacs state this overrides whatever the key is meant to be bound to as a concrete example in magit f is meant to fetch but it is now overridden
1
374,186
26,104,523,178
IssuesEvent
2022-12-27 11:28:42
ita-social-projects/GreenCity
https://api.github.com/repos/ita-social-projects/GreenCity
closed
[API] [Eco news] Lack of response 404 in Swagger when user wants to like eco news and enter invalid ID
Pri: low back-end Bug API Sev: trivial Create news Like News Documentation Econews
**Environment:** all **Reproducible:** always **Build found:** 18.08.2022 **Preconditions** Postman is opened Swagger is opened https://greencity.testgreencity.ga/swagger-ui.html#/ ( [/econews/like](https://greencity.testgreencity.ga/swagger-ui.html#/operations/eco-news-controller/likeUsingPOST_1)) **Steps to...
1.0
[API] [Eco news] Lack of response 404 in Swagger when user wants to like eco news and enter invalid ID - **Environment:** all **Reproducible:** always **Build found:** 18.08.2022 **Preconditions** Postman is opened Swagger is opened https://greencity.testgreencity.ga/swagger-ui.html#/ ( [/econews/like](https://g...
non_priority
lack of response in swagger when user wants to like eco news and enter invalid id environment all reproducible always build found preconditions postman is opened swagger is opened steps to reproduce write method post greencity testgreencity ga econews like id ...
0
393,967
11,627,395,778
IssuesEvent
2020-02-27 16:27:53
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
Conda install from pytorch-nightly channel with cpu-only option delivers 1.3.1 version
high priority module: binaries triaged
## 🐛 Bug Conda install from pytorch-nightly channel with cpu-only options delivers 1.3.1 version instead of 1.5.0 (python 3.7) ## To Reproduce ``` user:/# python --version Python 3.7.5 user:/# conda install pytorch torchvision cpuonly -c pytorch-nightly The following packages will be downloaded: pack...
1.0
Conda install from pytorch-nightly channel with cpu-only option delivers 1.3.1 version - ## 🐛 Bug Conda install from pytorch-nightly channel with cpu-only options delivers 1.3.1 version instead of 1.5.0 (python 3.7) ## To Reproduce ``` user:/# python --version Python 3.7.5 user:/# conda install pytorch tor...
priority
conda install from pytorch nightly channel with cpu only option delivers version 🐛 bug conda install from pytorch nightly channel with cpu only options delivers version instead of python to reproduce user python version python user conda install pytorch tor...
1
523,674
15,187,603,871
IssuesEvent
2021-02-15 14:01:39
ethereum/sourcify
https://api.github.com/repos/ethereum/sourcify
opened
Hardhat deploy support
enhancement high priority
Hardhat still does not support deploying natively but there are some workarounds that make that possible. https://hardhat.org/guides/deploying.html We should support hardhat metadata and project structure because it is getting more popular.
1.0
Hardhat deploy support - Hardhat still does not support deploying natively but there are some workarounds that make that possible. https://hardhat.org/guides/deploying.html We should support hardhat metadata and project structure because it is getting more popular.
priority
hardhat deploy support hardhat still does not support deploying natively but there are some workarounds that make that possible we should support hardhat metadata and project structure because it is getting more popular
1
193,875
22,217,946,599
IssuesEvent
2022-06-08 05:02:33
istio/istio
https://api.github.com/repos/istio/istio
closed
Failing to fetch jwks when first request fails
area/networking area/security lifecycle/stale
### Bug Description **Descibe the bug** We have an issue using the jwksUri in the Request Authentication resource. When we deploy to new environment istiod tries to get the jwks before our authentication service that hosts the jwks is up. This leads to istiod failing to fetch the jwks from our authentication service a...
True
Failing to fetch jwks when first request fails - ### Bug Description **Descibe the bug** We have an issue using the jwksUri in the Request Authentication resource. When we deploy to new environment istiod tries to get the jwks before our authentication service that hosts the jwks is up. This leads to istiod failing to...
non_priority
failing to fetch jwks when first request fails bug description descibe the bug we have an issue using the jwksuri in the request authentication resource when we deploy to new environment istiod tries to get the jwks before our authentication service that hosts the jwks is up this leads to istiod failing to...
0
249,876
7,964,907,005
IssuesEvent
2018-07-14 00:31:22
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
USER ISSUE: Takes minutes to access chests or anything else with items in it
Medium Priority Optimization
**Version:** 0.7.2.5 beta **Steps to Reproduce:** Just click any chest e.g. **Expected behavior:** It should appear directly **Actual behavior:** Im waiting 10 seconds at least
1.0
USER ISSUE: Takes minutes to access chests or anything else with items in it - **Version:** 0.7.2.5 beta **Steps to Reproduce:** Just click any chest e.g. **Expected behavior:** It should appear directly **Actual behavior:** Im waiting 10 seconds at least
priority
user issue takes minutes to access chests or anything else with items in it version beta steps to reproduce just click any chest e g expected behavior it should appear directly actual behavior im waiting seconds at least
1
772,842
27,138,437,748
IssuesEvent
2023-02-16 14:47:45
consta-design-system/uikit
https://api.github.com/repos/consta-design-system/uikit
closed
Песочница к новым компонентам
docs feature 🔥🔥 priority
- [x] AutoComplete - [x] List - [x] MegaMenu - [x] useChoiceGroupIndexed - [x] useComponentBreakpoints - [x] reactSlickAdapter - [x] GlobalMenu - [x] NavBar - [x] BannerBar - [ ] ChoiceGroup (не та песочница)
1.0
Песочница к новым компонентам - - [x] AutoComplete - [x] List - [x] MegaMenu - [x] useChoiceGroupIndexed - [x] useComponentBreakpoints - [x] reactSlickAdapter - [x] GlobalMenu - [x] NavBar - [x] BannerBar - [ ] ChoiceGroup (не та песочница)
priority
песочница к новым компонентам autocomplete list megamenu usechoicegroupindexed usecomponentbreakpoints reactslickadapter globalmenu navbar bannerbar choicegroup не та песочница
1
94,944
3,933,558,069
IssuesEvent
2016-04-25 19:33:10
ghutchis/avogadro
https://api.github.com/repos/ghutchis/avogadro
closed
Molecules rendering as octahedra
auto-migrated low priority v_0.1.0
When opening a molecule as a .FChk file, the atoms no longer render as sphere in ball and stick mode, instead they're roughly icosahedral polyhedra. I've used this software to make publication quality orbital renderings in the past. I've attempted uninstalling and reinstalling without change. Cheers, Nick Reported...
1.0
Molecules rendering as octahedra - When opening a molecule as a .FChk file, the atoms no longer render as sphere in ball and stick mode, instead they're roughly icosahedral polyhedra. I've used this software to make publication quality orbital renderings in the past. I've attempted uninstalling and reinstalling without...
priority
molecules rendering as octahedra when opening a molecule as a fchk file the atoms no longer render as sphere in ball and stick mode instead they re roughly icosahedral polyhedra i ve used this software to make publication quality orbital renderings in the past i ve attempted uninstalling and reinstalling without...
1
55,949
3,075,570,032
IssuesEvent
2015-08-20 14:19:39
RobotiumTech/robotium
https://api.github.com/repos/RobotiumTech/robotium
closed
Can't click on contextual actionbar overflow menu item
bug imported invalid Priority-Medium
_From [glamour....@gmail.com](https://code.google.com/u/118006805662722538912/) on March 30, 2014 04:02:08_ 1.I want to select "Delete" or any action from contextual actionbar overflow menu in my app to test. 2.I tried to use many functions: Solo.ClickOnMenuItem("Delete"); Solo.ClickOnText("Delete"); And sure I tr...
1.0
Can't click on contextual actionbar overflow menu item - _From [glamour....@gmail.com](https://code.google.com/u/118006805662722538912/) on March 30, 2014 04:02:08_ 1.I want to select "Delete" or any action from contextual actionbar overflow menu in my app to test. 2.I tried to use many functions: Solo.ClickOnMenuIt...
priority
can t click on contextual actionbar overflow menu item from on march i want to select delete or any action from contextual actionbar overflow menu in my app to test i tried to use many functions solo clickonmenuitem delete solo clickontext delete and sure i tried clickonview but ...
1
1,324
2,511,709,857
IssuesEvent
2015-01-14 10:34:41
PeaceGeeks/amani
https://api.github.com/repos/PeaceGeeks/amani
closed
Ajudst Partners logo size to accommodate different dims
Top Priority
'Lead Image' for Partners was square, but this was often not working well when it came to partners with very different logo dimensions. The preset was never wide enough and left blank space, which displays oddly on Amani views.
1.0
Ajudst Partners logo size to accommodate different dims - 'Lead Image' for Partners was square, but this was often not working well when it came to partners with very different logo dimensions. The preset was never wide enough and left blank space, which displays oddly on Amani views.
priority
ajudst partners logo size to accommodate different dims lead image for partners was square but this was often not working well when it came to partners with very different logo dimensions the preset was never wide enough and left blank space which displays oddly on amani views
1
348,507
31,623,124,221
IssuesEvent
2023-09-06 01:47:54
microsoft/AzureStorageExplorer
https://api.github.com/repos/microsoft/AzureStorageExplorer
closed
Nothing happens when clicking 'Manage Versions' action in the new ADLS Gen2 blob explorer
🧪 testing :gear: adls gen2
**Storage Explorer Version**: 1.32.0-dev (93) **Build Number**: 20230904.1 **Branch**: main **Platform/OS**: Windows 10/Linux Ubuntu 20.04/MacOS Ventura 13.5 (Apple M1 Pro) **Architecture**: x64/x64/x64 **How Found**: From running testing **Regression From**: Not a regression ## Steps to Reproduce ## 1. Expan...
1.0
Nothing happens when clicking 'Manage Versions' action in the new ADLS Gen2 blob explorer - **Storage Explorer Version**: 1.32.0-dev (93) **Build Number**: 20230904.1 **Branch**: main **Platform/OS**: Windows 10/Linux Ubuntu 20.04/MacOS Ventura 13.5 (Apple M1 Pro) **Architecture**: x64/x64/x64 **How Found**: From ...
non_priority
nothing happens when clicking manage versions action in the new adls blob explorer storage explorer version dev build number branch main platform os windows linux ubuntu macos ventura apple pro architecture how found from running testing regr...
0
14,917
2,611,044,078
IssuesEvent
2015-02-27 00:19:50
biocore/emperor
https://api.github.com/repos/biocore/emperor
closed
Compare plots fails if input directory contains files _other than_ pc.txt
bug CLI high-priority quick fix
For some reason, the transform coordinates file posted a "Icon?" file in the output directory, leading to the error: if not lines[0].startswith('pc vector number'): IndexError: list index out of range Removing the non _pc.txt files solves this.
1.0
Compare plots fails if input directory contains files _other than_ pc.txt - For some reason, the transform coordinates file posted a "Icon?" file in the output directory, leading to the error: if not lines[0].startswith('pc vector number'): IndexError: list index out of range Removing the non _pc.txt files solve...
priority
compare plots fails if input directory contains files other than pc txt for some reason the transform coordinates file posted a icon file in the output directory leading to the error if not lines startswith pc vector number indexerror list index out of range removing the non pc txt files solves ...
1
34,438
9,376,420,120
IssuesEvent
2019-04-04 07:54:18
Dreyri/matter
https://api.github.com/repos/Dreyri/matter
closed
Support CI again
bug build system
The old CI logo on the README is broken. It's getting to a point where this will eventually happen and the sooner the better, since the build system isn't changing and doing things by hand will be cumbersome in the future.
1.0
Support CI again - The old CI logo on the README is broken. It's getting to a point where this will eventually happen and the sooner the better, since the build system isn't changing and doing things by hand will be cumbersome in the future.
non_priority
support ci again the old ci logo on the readme is broken it s getting to a point where this will eventually happen and the sooner the better since the build system isn t changing and doing things by hand will be cumbersome in the future
0
460,362
13,208,665,774
IssuesEvent
2020-08-15 06:22:12
magento/adobe-stock-integration
https://api.github.com/repos/magento/adobe-stock-integration
closed
Placeholders correction
Priority: P1 Progress: dev in progress Severity: S1
- ui-select empty options placeholder should be corrected - keyword field placeholder should be corrected ### Steps to Reproduce 1 1. Open Media Gallery 2. Expand filter section 3. Open any ui-select filter ### Expected Result 1 Correct placeholder text is displayed when no options are loaded ### Steps ...
1.0
Placeholders correction - - ui-select empty options placeholder should be corrected - keyword field placeholder should be corrected ### Steps to Reproduce 1 1. Open Media Gallery 2. Expand filter section 3. Open any ui-select filter ### Expected Result 1 Correct placeholder text is displayed when no option...
priority
placeholders correction ui select empty options placeholder should be corrected keyword field placeholder should be corrected steps to reproduce open media gallery expand filter section open any ui select filter expected result correct placeholder text is displayed when no option...
1
274,890
30,188,255,864
IssuesEvent
2023-07-04 13:34:22
gabriel-milan/denoising-autoencoder
https://api.github.com/repos/gabriel-milan/denoising-autoencoder
opened
CVE-2023-25675 (High) detected in tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl
Mend: dependency security vulnerability
## CVE-2023-25675 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learnin...
True
CVE-2023-25675 (High) detected in tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl - ## CVE-2023-25675 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.5.0-cp37-cp37m-ma...
non_priority
cve high detected in tensorflow whl cve high severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file training requirements txt ...
0
654,468
21,653,265,228
IssuesEvent
2022-05-06 11:39:58
cjkrolak/ThermostatSupervisor
https://api.github.com/repos/cjkrolak/ThermostatSupervisor
opened
add verbosity toggle to util.is_host_on_local_net()
enhancement Priority-2
sht31_config is calling function during import and printing status of sht31 client even though other client is being used, add a verbosity flag to prevent confusing status messages from being printed.
1.0
add verbosity toggle to util.is_host_on_local_net() - sht31_config is calling function during import and printing status of sht31 client even though other client is being used, add a verbosity flag to prevent confusing status messages from being printed.
priority
add verbosity toggle to util is host on local net config is calling function during import and printing status of client even though other client is being used add a verbosity flag to prevent confusing status messages from being printed
1
711,797
24,475,615,417
IssuesEvent
2022-10-08 05:48:11
returntocorp/semgrep
https://api.github.com/repos/returntocorp/semgrep
closed
Permission denied when using semgrep docker image in pre-commit
priority:medium devops docker
``` [pad@thinkstation semgrep (precommit_jsonnet)]$ pre-commit run --verbose --hook-stage manual semgrep-docker-develop --all Semgrep Develop Python...................................................Failed - hook id: semgrep-docker-develop - duration: 10.98s - exit code: 1 ======= DEPRECATION WARNING ======= T...
1.0
Permission denied when using semgrep docker image in pre-commit - ``` [pad@thinkstation semgrep (precommit_jsonnet)]$ pre-commit run --verbose --hook-stage manual semgrep-docker-develop --all Semgrep Develop Python...................................................Failed - hook id: semgrep-docker-develop - duration...
priority
permission denied when using semgrep docker image in pre commit pre commit run verbose hook stage manual semgrep docker develop all semgrep develop python failed hook id semgrep docker develop duration exit code deprecation ...
1
467,539
13,450,266,252
IssuesEvent
2020-09-08 18:14:39
scality/metalk8s
https://api.github.com/repos/scality/metalk8s
closed
Configure the node-exporter to get the metrics for partitioned disk
priority:high topic:monitoring
<!-- Please only use this template for submitting improvement requests, and make sure it is linked to the relevant GitHub Project. --> **Component**: <!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... --> **Why this is needed**: I would like to get the `IOPS/Throughput/Latency` for a specific `...
1.0
Configure the node-exporter to get the metrics for partitioned disk - <!-- Please only use this template for submitting improvement requests, and make sure it is linked to the relevant GitHub Project. --> **Component**: <!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... --> **Why this is needed*...
priority
configure the node exporter to get the metrics for partitioned disk component why this is needed i would like to get the iops throughput latency for a specific volume but the metrics expose by prometheus are the whole disk device before the partition after the job done by i could ...
1
66,436
3,253,849,592
IssuesEvent
2015-10-19 20:55:36
washingtontrails/vms
https://api.github.com/repos/washingtontrails/vms
closed
Add Captcha tool to reduce chance of bots signing up for Work Parties
Enhancement High Priority Pyramid Reviewing VMS BUDGET
We need to add a re-Captcha tool to the WP Registration form to reduce change of BOTS signing up for Work Parties. Note that we are not using this when a My Backpack is created. Just add for the Guest registration page.
1.0
Add Captcha tool to reduce chance of bots signing up for Work Parties - We need to add a re-Captcha tool to the WP Registration form to reduce change of BOTS signing up for Work Parties. Note that we are not using this when a My Backpack is created. Just add for the Guest registration page.
priority
add captcha tool to reduce chance of bots signing up for work parties we need to add a re captcha tool to the wp registration form to reduce change of bots signing up for work parties note that we are not using this when a my backpack is created just add for the guest registration page
1
19,314
3,758,362,986
IssuesEvent
2016-03-14 08:31:54
voxpupuli/puppet-corosync
https://api.github.com/repos/voxpupuli/puppet-corosync
closed
Beaker tests results are irrelevant
tests-fail
When PCCI runs the tests it first send a failure because tests fail on Centos then it sends a success because tests work on Ubuntu and we only see the Ubuntu success at the end.
1.0
Beaker tests results are irrelevant - When PCCI runs the tests it first send a failure because tests fail on Centos then it sends a success because tests work on Ubuntu and we only see the Ubuntu success at the end.
non_priority
beaker tests results are irrelevant when pcci runs the tests it first send a failure because tests fail on centos then it sends a success because tests work on ubuntu and we only see the ubuntu success at the end
0
8,354
3,725,464,218
IssuesEvent
2016-03-05 01:33:50
phetsims/rutherford-scattering
https://api.github.com/repos/phetsims/rutherford-scattering
opened
delete unused dispose
dev:code-review
Related to #30 (code review). It looks like instances of RutherfordAtomNode and RSBaseModel exist for the lifetime of the sim, and their `dispose` functions are never exercised. If that's indeed the case, then recommend to delete code related to dispose, and simply add a comment that instances of these types exist ...
1.0
delete unused dispose - Related to #30 (code review). It looks like instances of RutherfordAtomNode and RSBaseModel exist for the lifetime of the sim, and their `dispose` functions are never exercised. If that's indeed the case, then recommend to delete code related to dispose, and simply add a comment that instanc...
non_priority
delete unused dispose related to code review it looks like instances of rutherfordatomnode and rsbasemodel exist for the lifetime of the sim and their dispose functions are never exercised if that s indeed the case then recommend to delete code related to dispose and simply add a comment that instance...
0
298,393
9,199,646,280
IssuesEvent
2019-03-07 15:22:48
bdecon/econ_data
https://api.github.com/repos/bdecon/econ_data
opened
bd CPS: reader switch to use outside .py file to check/prepare data
enhancement priority:low
`bd_CPS_reader.ipynb` has become too long and is set to get longer when the IND and OCC variables are complete. It might be better to switch to a system that has a .py script with tons of functions and uses them to check whether the data and background materials are ready (and if they are not, to prepare them). This wo...
1.0
bd CPS: reader switch to use outside .py file to check/prepare data - `bd_CPS_reader.ipynb` has become too long and is set to get longer when the IND and OCC variables are complete. It might be better to switch to a system that has a .py script with tons of functions and uses them to check whether the data and backgrou...
priority
bd cps reader switch to use outside py file to check prepare data bd cps reader ipynb has become too long and is set to get longer when the ind and occ variables are complete it might be better to switch to a system that has a py script with tons of functions and uses them to check whether the data and backgrou...
1
639,333
20,751,488,701
IssuesEvent
2022-03-15 08:05:13
bounswe/bounswe2022group4
https://api.github.com/repos/bounswe/bounswe2022group4
closed
Listing security requirements for system requirements
Priority - Medium Status: Review Needed Status: In Progress Difficulty - Easy
Security requirements for the system will be listed.
1.0
Listing security requirements for system requirements - Security requirements for the system will be listed.
priority
listing security requirements for system requirements security requirements for the system will be listed
1
17,083
23,585,058,359
IssuesEvent
2022-08-23 10:53:22
Jon-Kle/DB-Manager
https://api.github.com/repos/Jon-Kle/DB-Manager
opened
windows consol has two cursors after restarting
bug compatibility
when I open the projekt in windows consol and use the restart command you now have the normal "cursor" after ---(DB-Manager)> | but also next line open in the middle but in the position where my parh from the Projekt would end. ![image](https://user-images.githubusercontent.com/104869480/186139010-45aab226-894f-45cf...
True
windows consol has two cursors after restarting - when I open the projekt in windows consol and use the restart command you now have the normal "cursor" after ---(DB-Manager)> | but also next line open in the middle but in the position where my parh from the Projekt would end. ![image](https://user-images.githubuser...
non_priority
windows consol has two cursors after restarting when i open the projekt in windows consol and use the restart command you now have the normal cursor after db manager but also next line open in the middle but in the position where my parh from the projekt would end so boath are aktiv at the same ...
0
485,236
13,963,002,984
IssuesEvent
2020-10-25 12:16:46
AY2021S1-CS2103-T16-3/tp
https://api.github.com/repos/AY2021S1-CS2103-T16-3/tp
closed
Allow user to view rooms and students side by side
priority.Medium
This will make it easier for users to add room allocations.
1.0
Allow user to view rooms and students side by side - This will make it easier for users to add room allocations.
priority
allow user to view rooms and students side by side this will make it easier for users to add room allocations
1
693,990
23,798,127,335
IssuesEvent
2022-09-02 23:14:18
bcgov/foi-flow
https://api.github.com/repos/bcgov/foi-flow
opened
AXIS 10.7 Upgrade on Last week of September!
devops Task high priority
Title of ticket: #### Description AXIS 10.7 Upgrade on Last week of September! #### Dependencies Are there any dependencies? #### DOD - [ ] SSIS , ETL UDPATE required? - [ ] AXIS Sync API updates- Do we? No!!? - [ ] Test on DEv, TEST environments - [ ] All Sync up done with IMB, Business
1.0
AXIS 10.7 Upgrade on Last week of September! - Title of ticket: #### Description AXIS 10.7 Upgrade on Last week of September! #### Dependencies Are there any dependencies? #### DOD - [ ] SSIS , ETL UDPATE required? - [ ] AXIS Sync API updates- Do we? No!!? - [ ] Test on DEv, TEST environments - [ ] All Sync up don...
priority
axis upgrade on last week of september title of ticket description axis upgrade on last week of september dependencies are there any dependencies dod ssis etl udpate required axis sync api updates do we no test on dev test environments all sync up done with imb...
1
89,696
11,274,263,930
IssuesEvent
2020-01-14 18:11:40
phetsims/natural-selection
https://api.github.com/repos/phetsims/natural-selection
closed
requirements for "Values Marker"
design:general
The Population graph has a "Values Marker", which displays the values for each plot at a position on the x (Generation) axis. This feature is underspecified in the design doc, and we haven't made progress discussing it via comments in the design doc, so I'm creating this issue. Here's the most recent mockup from th...
1.0
requirements for "Values Marker" - The Population graph has a "Values Marker", which displays the values for each plot at a position on the x (Generation) axis. This feature is underspecified in the design doc, and we haven't made progress discussing it via comments in the design doc, so I'm creating this issue. He...
non_priority
requirements for values marker the population graph has a values marker which displays the values for each plot at a position on the x generation axis this feature is underspecified in the design doc and we haven t made progress discussing it via comments in the design doc so i m creating this issue he...
0
155,444
24,466,191,793
IssuesEvent
2022-10-07 15:12:41
Badger-Finance/v2-ui
https://api.github.com/repos/Badger-Finance/v2-ui
closed
feat: Analytics site (Mainnet & Arbitrum metrics)
enhancement on hold design
## Summary The general idea is to consolidate a wide single source of data in our site (i.e: `https://app.badger.com/analyticis` unless that architecture wise is better to have a completely different site), which will serve users and internal members to have a peak of the most relevant metrics around setts, emission...
1.0
feat: Analytics site (Mainnet & Arbitrum metrics) - ## Summary The general idea is to consolidate a wide single source of data in our site (i.e: `https://app.badger.com/analyticis` unless that architecture wise is better to have a completely different site), which will serve users and internal members to have a peak...
non_priority
feat analytics site mainnet arbitrum metrics summary the general idea is to consolidate a wide single source of data in our site i e unless that architecture wise is better to have a completely different site which will serve users and internal members to have a peak of the most relevant metrics aro...
0
734,036
25,336,398,366
IssuesEvent
2022-11-18 17:12:27
kubernetes/release
https://api.github.com/repos/kubernetes/release
closed
ci-signal-reporter, Store CI Signal report artifacts
kind/feature lifecycle/rotten needs-priority
:green_circle: ci-signal-report-cli **Summary:** Store Ci Signal reports in a repository for a better record and future automation possibilities **Current situation**: Currently the CI Signal report is getting generated automatically and distributed manually to k/dev & slack release-ci-signal. **Desired outco...
1.0
ci-signal-reporter, Store CI Signal report artifacts - :green_circle: ci-signal-report-cli **Summary:** Store Ci Signal reports in a repository for a better record and future automation possibilities **Current situation**: Currently the CI Signal report is getting generated automatically and distributed manually ...
priority
ci signal reporter store ci signal report artifacts green circle ci signal report cli summary store ci signal reports in a repository for a better record and future automation possibilities current situation currently the ci signal report is getting generated automatically and distributed manually ...
1
107,434
16,761,589,333
IssuesEvent
2021-06-13 22:24:16
gms-ws-demo/nibrs
https://api.github.com/repos/gms-ws-demo/nibrs
closed
CVE-2018-14721 (High) detected in multiple libraries - autoclosed
security vulnerability
## CVE-2018-14721 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.6.jar</b>, <b>jackson-databind-2.8.0.jar</b>, <b>jackson-databind-2.8.10.jar</b>, <b>jackson-dat...
True
CVE-2018-14721 (High) detected in multiple libraries - autoclosed - ## CVE-2018-14721 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.6.jar</b>, <b>jackson-databi...
non_priority
cve high detected in multiple libraries autoclosed cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar jackson databind jar jackson databind jar general data binding functionali...
0
726,377
24,997,104,402
IssuesEvent
2022-11-03 02:11:14
pilot-light/pilotlight
https://api.github.com/repos/pilot-light/pilotlight
closed
[BUG]: Mouse wheel broken on Linux
platform: Linux priority: High type: bug system: io backend: All
### Contact Details _No response_ ### What is the issue? Linux mouse wheel is not correct. ### How to reproduce? Steps to reproduce the behavior: 1. Scroll mouse ### Platform Linux ### Graphics Backend Vulkan ### Relevant log output _No response_
1.0
[BUG]: Mouse wheel broken on Linux - ### Contact Details _No response_ ### What is the issue? Linux mouse wheel is not correct. ### How to reproduce? Steps to reproduce the behavior: 1. Scroll mouse ### Platform Linux ### Graphics Backend Vulkan ### Relevant log output _No response_
priority
mouse wheel broken on linux contact details no response what is the issue linux mouse wheel is not correct how to reproduce steps to reproduce the behavior scroll mouse platform linux graphics backend vulkan relevant log output no response
1
48,500
2,998,299,412
IssuesEvent
2015-07-23 13:25:57
jayway/powermock
https://api.github.com/repos/jayway/powermock
closed
Check compliance with JUnit 4.6
enhancement imported Milestone-Release1.3 Priority-High
_From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on May 19, 2009 22:57:03_ Check compliance with JUnit 4.6 _Original issue: http://code.google.com/p/powermock/issues/detail?id=106_
1.0
Check compliance with JUnit 4.6 - _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on May 19, 2009 22:57:03_ Check compliance with JUnit 4.6 _Original issue: http://code.google.com/p/powermock/issues/detail?id=106_
priority
check compliance with junit from on may check compliance with junit original issue
1
241,402
7,811,826,170
IssuesEvent
2018-06-12 11:27:55
xwikisas/application-forum
https://api.github.com/repos/xwikisas/application-forum
closed
Uncaught error when adding an answer
Priority: Major Type: Bug
STEPS TO REPRODUCE 1. Go to a forum 2. Click on a topic 3. Click 'Add answer' button and write an answer 4. Click 'Add answer' 5. Observe the console (from Dev tools) EXPECTED RESULTS The answer is added without any errors. ACTUAL RESULTS When the answer is added to the topic, the following error occ...
1.0
Uncaught error when adding an answer - STEPS TO REPRODUCE 1. Go to a forum 2. Click on a topic 3. Click 'Add answer' button and write an answer 4. Click 'Add answer' 5. Observe the console (from Dev tools) EXPECTED RESULTS The answer is added without any errors. ACTUAL RESULTS When the answer is adde...
priority
uncaught error when adding an answer steps to reproduce go to a forum click on a topic click add answer button and write an answer click add answer observe the console from dev tools expected results the answer is added without any errors actual results when the answer is adde...
1
468,615
13,486,670,659
IssuesEvent
2020-09-11 09:47:17
thanos-io/thanos
https://api.github.com/repos/thanos-io/thanos
reopened
limits: Add generic layer of limits (e.g interceptors) for StoreAPI.
GSoC/Community Bridge difficulty: hard feature request / improvement priority: P1 stale
We can leverage gRPC interceptors to ensure configuring limits per chunks, series etc of StoreAPI Open questions: * partial result or total cancel?
1.0
limits: Add generic layer of limits (e.g interceptors) for StoreAPI. - We can leverage gRPC interceptors to ensure configuring limits per chunks, series etc of StoreAPI Open questions: * partial result or total cancel?
priority
limits add generic layer of limits e g interceptors for storeapi we can leverage grpc interceptors to ensure configuring limits per chunks series etc of storeapi open questions partial result or total cancel
1
20,565
10,524,933,188
IssuesEvent
2019-09-30 14:12:29
jesopo/bitbot
https://api.github.com/repos/jesopo/bitbot
closed
Block titling of localhost and local networks (DNS and IP)
security
Apparently BitBot correctly titles sites if the DNS points to a localhost address, say `0.0.0.0`, it titles for `localhost` instead of erroring or ignoring, might want to extend the localhost block to that. Localhost block also not implemented for the most part for localhost IP ranges - `127.*.*.*` - `0.*.*.*` Al...
True
Block titling of localhost and local networks (DNS and IP) - Apparently BitBot correctly titles sites if the DNS points to a localhost address, say `0.0.0.0`, it titles for `localhost` instead of erroring or ignoring, might want to extend the localhost block to that. Localhost block also not implemented for the most p...
non_priority
block titling of localhost and local networks dns and ip apparently bitbot correctly titles sites if the dns points to a localhost address say it titles for localhost instead of erroring or ignoring might want to extend the localhost block to that localhost block also not implemented for the most p...
0
106,545
4,274,241,199
IssuesEvent
2016-07-13 19:53:14
USGCRP/gcis
https://api.github.com/repos/USGCRP/gcis
opened
Automated url checker
enhancement priority low
Develop a script to automatically check external urls on a periodic basis (~monthly) to make sure they still exist.
1.0
Automated url checker - Develop a script to automatically check external urls on a periodic basis (~monthly) to make sure they still exist.
priority
automated url checker develop a script to automatically check external urls on a periodic basis monthly to make sure they still exist
1
288,481
24,906,708,625
IssuesEvent
2022-10-29 10:45:13
IntellectualSites/FastAsyncWorldEdit
https://api.github.com/repos/IntellectualSites/FastAsyncWorldEdit
opened
Lighting glitches when removing blocks
Requires Testing
### Server Implementation Paper ### Server Version 1.19.2 ### Describe the bug Paper build: git-Paper-245 I don't know if this is because of the latest paper build but when removing an area with WorldEdit lighting glitches appear: Example of `//set 0` on the ground: ![2022-10-29_11 41 38](https://user-images....
1.0
Lighting glitches when removing blocks - ### Server Implementation Paper ### Server Version 1.19.2 ### Describe the bug Paper build: git-Paper-245 I don't know if this is because of the latest paper build but when removing an area with WorldEdit lighting glitches appear: Example of `//set 0` on the ground: ![...
non_priority
lighting glitches when removing blocks server implementation paper server version describe the bug paper build git paper i don t know if this is because of the latest paper build but when removing an area with worldedit lighting glitches appear example of set on the ground ...
0
221,296
17,011,448,512
IssuesEvent
2021-07-02 05:35:55
JAreyes98/nomina
https://api.github.com/repos/JAreyes98/nomina
closed
Empleado
documentation new feature required
Trabajar en la nueva caracteristica Empleado. Explicación: El proyecto se divide en 3 capas. Vista, modelo, negocio. Las capas de Modelo y Negocio ya estan realizadas por lo que toca trabajar en la capa de Vista (corresponde a la interacción con el usuario). En tu caso, te toca trabajar sobre la clase EmpleadoCon...
1.0
Empleado - Trabajar en la nueva caracteristica Empleado. Explicación: El proyecto se divide en 3 capas. Vista, modelo, negocio. Las capas de Modelo y Negocio ya estan realizadas por lo que toca trabajar en la capa de Vista (corresponde a la interacción con el usuario). En tu caso, te toca trabajar sobre la clase ...
non_priority
empleado trabajar en la nueva caracteristica empleado explicación el proyecto se divide en capas vista modelo negocio las capas de modelo y negocio ya estan realizadas por lo que toca trabajar en la capa de vista corresponde a la interacción con el usuario en tu caso te toca trabajar sobre la clase ...
0
623,602
19,673,460,142
IssuesEvent
2022-01-11 09:53:19
ossarioglu/SWE573-repo
https://api.github.com/repos/ossarioglu/SWE573-repo
closed
Add Unit Tests
learning priority_medium effort_size_medium coding
- Learn how to do unit tests on Python - Add unit tests for all coding - Check tests are properly working
1.0
Add Unit Tests - - Learn how to do unit tests on Python - Add unit tests for all coding - Check tests are properly working
priority
add unit tests learn how to do unit tests on python add unit tests for all coding check tests are properly working
1
207,486
16,085,841,426
IssuesEvent
2021-04-26 11:05:11
microsoft/fluentui
https://api.github.com/repos/microsoft/fluentui
closed
Docs need a Switching Themes page
Area: Documentation Needs: Backlog review Priority 2: Normal Resolution: Soft Close Theme: Dark Type: Feature
#### Describe the feature that you would like added Below [Theme Slots](https://developer.microsoft.com/en-us/fluentui#/styles/web/colors/theme-slots) in the docs, a page should be created that explains that themes such as light and dark can be switched using `Customizations.applySettings()`. At time of writing t...
1.0
Docs need a Switching Themes page - #### Describe the feature that you would like added Below [Theme Slots](https://developer.microsoft.com/en-us/fluentui#/styles/web/colors/theme-slots) in the docs, a page should be created that explains that themes such as light and dark can be switched using `Customizations.apply...
non_priority
docs need a switching themes page describe the feature that you would like added below in the docs a page should be created that explains that themes such as light and dark can be switched using customizations applysettings at time of writing this this key piece of information is really hard to...
0
99,944
12,491,085,271
IssuesEvent
2020-06-01 02:47:24
WestpacGEL/GEL
https://api.github.com/repos/WestpacGEL/GEL
closed
Component: Button
KTM-Design bug KTM-Potential Backlog item button
## Features - [x] Appearance prop - [x] Size prop: Small, medium, large, xlarge - [x] Soft prop - [x] Block prop - [x] Trim prop - [x] iconAfter prop - [x] iconBefore prop - [x] Justify prop - [x] SrOnlyText prop - [x] Tag prop - [x] onClick prop - [x] Disabled - [x] Active - [x] Responsive block - [x] R...
1.0
Component: Button - ## Features - [x] Appearance prop - [x] Size prop: Small, medium, large, xlarge - [x] Soft prop - [x] Block prop - [x] Trim prop - [x] iconAfter prop - [x] iconBefore prop - [x] Justify prop - [x] SrOnlyText prop - [x] Tag prop - [x] onClick prop - [x] Disabled - [x] Active - [x] Respo...
non_priority
component button features appearance prop size prop small medium large xlarge soft prop block prop trim prop iconafter prop iconbefore prop justify prop sronlytext prop tag prop onclick prop disabled active responsive block responsive ...
0
556,363
16,482,590,763
IssuesEvent
2021-05-24 13:44:16
Zettlr/Zettlr
https://api.github.com/repos/Zettlr/Zettlr
closed
[Develop] Breakages due to Webpack 5 migration
develop pinned priority:high
Electron forge has finally released the webpack 5 update, so I have taken the liberty of merging all the dangling PRs from dependabot for the plugins that were progressively switching to webpack 5 in the past half year. I knew that this would cause breakages, but we definitely should use Webpack 5, both to silence d...
1.0
[Develop] Breakages due to Webpack 5 migration - Electron forge has finally released the webpack 5 update, so I have taken the liberty of merging all the dangling PRs from dependabot for the plugins that were progressively switching to webpack 5 in the past half year. I knew that this would cause breakages, but we d...
priority
breakages due to webpack migration electron forge has finally released the webpack update so i have taken the liberty of merging all the dangling prs from dependabot for the plugins that were progressively switching to webpack in the past half year i knew that this would cause breakages but we definitel...
1
22,495
11,628,469,070
IssuesEvent
2020-02-27 18:23:53
microsoft/onnxruntime
https://api.github.com/repos/microsoft/onnxruntime
closed
Yolo v3 inference 100x slower than expected
performance
**Describe the bug** Running an inference with the Yolov3 model from onnx model zoo is 100x slower than expected. The original paper estimates inference time of 22 ms. Using CUDA onnx runtime takes around 2 seconds. **Urgency** We are blocked from using the ONNX runtime until this is fixed **System information...
True
Yolo v3 inference 100x slower than expected - **Describe the bug** Running an inference with the Yolov3 model from onnx model zoo is 100x slower than expected. The original paper estimates inference time of 22 ms. Using CUDA onnx runtime takes around 2 seconds. **Urgency** We are blocked from using the ONNX runti...
non_priority
yolo inference slower than expected describe the bug running an inference with the model from onnx model zoo is slower than expected the original paper estimates inference time of ms using cuda onnx runtime takes around seconds urgency we are blocked from using the onnx runtime until this...
0
1,373
2,615,225,790
IssuesEvent
2015-03-01 08:37:05
MichaelRFairhurst/wake-compiler
https://api.github.com/repos/MichaelRFairhurst/wake-compiler
opened
Create extern js wrappers automatically
codegen enhancement semantics
Js interop plans are detailed here: wakelang.com/interop-plans.html ================================================== Create a runtime function for ahead-of-time generation of wake/js linking on certain functions. This will accept a function and an array of ctors, and return a function with a premade wake/js lin...
1.0
Create extern js wrappers automatically - Js interop plans are detailed here: wakelang.com/interop-plans.html ================================================== Create a runtime function for ahead-of-time generation of wake/js linking on certain functions. This will accept a function and an array of ctors, and re...
non_priority
create extern js wrappers automatically js interop plans are detailed here wakelang com interop plans html create a runtime function for ahead of time generation of wake js linking on certain functions this will accept a function and an array of ctors and re...
0
302,721
9,285,594,054
IssuesEvent
2019-03-21 07:48:19
Luca1152/gravity-box
https://api.github.com/repos/Luca1152/gravity-box
closed
Center on player button
Priority: Low Status: In Progress Type: Enhancement
## Description In the level editor, you may pan the map in such a way that you can't find your way back to it. A "Center on player" button should help with this small issue. ## Tasks - [x] Add the button itself - [x] Add its functionality
1.0
Center on player button - ## Description In the level editor, you may pan the map in such a way that you can't find your way back to it. A "Center on player" button should help with this small issue. ## Tasks - [x] Add the button itself - [x] Add its functionality
priority
center on player button description in the level editor you may pan the map in such a way that you can t find your way back to it a center on player button should help with this small issue tasks add the button itself add its functionality
1
242,250
7,840,043,080
IssuesEvent
2018-06-18 15:16:00
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
closed
Configurator cannot start services
Priority: Medium Type: Bug
According to an external source, the configurator on the latest devel doesn't seem to be started. We would need to confirm this in the Inverse lab and correct this if needed. @atran-inverse, can you build a new machine on the latest devel package and try it out
1.0
Configurator cannot start services - According to an external source, the configurator on the latest devel doesn't seem to be started. We would need to confirm this in the Inverse lab and correct this if needed. @atran-inverse, can you build a new machine on the latest devel package and try it out
priority
configurator cannot start services according to an external source the configurator on the latest devel doesn t seem to be started we would need to confirm this in the inverse lab and correct this if needed atran inverse can you build a new machine on the latest devel package and try it out
1
432,346
12,491,643,063
IssuesEvent
2020-06-01 04:52:17
open-learning-exchange/planet
https://api.github.com/repos/open-learning-exchange/planet
closed
Service link title unique
low priority
When adding link of service (team or enterprise). it is possible to have same title which might be confusing to figure out which link is what? ![Screen Shot 2020-02-27 at 8 36 34 PM](https://user-images.githubusercontent.com/2909490/75456055-28110700-59a2-11ea-80d3-62817d5bd388.png)
1.0
Service link title unique - When adding link of service (team or enterprise). it is possible to have same title which might be confusing to figure out which link is what? ![Screen Shot 2020-02-27 at 8 36 34 PM](https://user-images.githubusercontent.com/2909490/75456055-28110700-59a2-11ea-80d3-62817d5bd388.png)
priority
service link title unique when adding link of service team or enterprise it is possible to have same title which might be confusing to figure out which link is what
1
221,219
7,374,673,112
IssuesEvent
2018-03-13 21:06:48
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
Subpath tests don't work in multizone GCE
kind/bug priority/critical-urgent sig/storage status/approved-for-milestone status/in-progress
New tests for subpath consistently fail in ci-kubernetes-e2e-gce-multizone: ``` [sig-storage] Subpath [Volume type: gcePD] should support existing single file 5m29s go run hack/e2e.go -v --test --test_args='--ginkgo.focus=\[sig\-storage\]\sSubpath\s\[Volume\stype\:\sgcePD\]\sshould\ssupport\sexisting\ssingle\sfile...
1.0
Subpath tests don't work in multizone GCE - New tests for subpath consistently fail in ci-kubernetes-e2e-gce-multizone: ``` [sig-storage] Subpath [Volume type: gcePD] should support existing single file 5m29s go run hack/e2e.go -v --test --test_args='--ginkgo.focus=\[sig\-storage\]\sSubpath\s\[Volume\stype\:\sgceP...
priority
subpath tests don t work in multizone gce new tests for subpath consistently fail in ci kubernetes gce multizone subpath should support existing single file go run hack go v test test args ginkgo focus ssubpath s sshould ssupport sexisting ssingle sfile go src io kubernetes out...
1
101,351
21,659,761,059
IssuesEvent
2022-05-06 17:52:08
astro-projects/astro
https://api.github.com/repos/astro-projects/astro
opened
Deepsource - Enable selected checks only
code-quality
Currently, deepsource fails for certain cases which we don't want to test. Example: It expects us to not have any comments including TODO, for instance. This Github issue involves ignoring the checks that we deem not necessary on their portal. ![image](https://user-images.githubusercontent.com/8811558/1671...
1.0
Deepsource - Enable selected checks only - Currently, deepsource fails for certain cases which we don't want to test. Example: It expects us to not have any comments including TODO, for instance. This Github issue involves ignoring the checks that we deem not necessary on their portal. ![image](https://use...
non_priority
deepsource enable selected checks only currently deepsource fails for certain cases which we don t want to test example it expects us to not have any comments including todo for instance this github issue involves ignoring the checks that we deem not necessary on their portal
0
119,209
10,028,266,671
IssuesEvent
2019-07-17 11:13:56
spacetelescope/jwst
https://api.github.com/repos/spacetelescope/jwst
closed
Make snapshot of 0.13.7 (Build 7.3) regression test data for future testing
jira testing
Issue [JP-852](https://jira.stsci.edu/browse/JP-852) was created by James Davies: When jwst 0.13.7 was delivered to SDP, it passed our regression tests that day, and we made a snapshot of the input and truth files tagged 0.13.7 on our Artifactory server so that we could run these same tests in the future if needed. ...
1.0
Make snapshot of 0.13.7 (Build 7.3) regression test data for future testing - Issue [JP-852](https://jira.stsci.edu/browse/JP-852) was created by James Davies: When jwst 0.13.7 was delivered to SDP, it passed our regression tests that day, and we made a snapshot of the input and truth files tagged 0.13.7 on our Artifa...
non_priority
make snapshot of build regression test data for future testing issue was created by james davies when jwst was delivered to sdp it passed our regression tests that day and we made a snapshot of the input and truth files tagged on our artifactory server so that we could run these same t...
0
2,647
2,607,933,932
IssuesEvent
2015-02-26 00:27:59
chrsmithdemos/minify
https://api.github.com/repos/chrsmithdemos/minify
closed
JSMin fails on jQuery UI (1.8.1) preminified with Google Closure Compiler
auto-migrated Priority-Medium Type-Defect
``` Minify version: 2.1.3 PHP version: 5.2.13 What steps will reproduce the problem? 1. Download latest version of jQuery UI (1.8.1) http://jquery-ui.googlecode.com/files/jquery-ui-1.8.1.zip which uses Google Closure Compiler (instead of YUI Compressor) 2. Minify the ui/jquery-ui.js (passed with some example from the...
1.0
JSMin fails on jQuery UI (1.8.1) preminified with Google Closure Compiler - ``` Minify version: 2.1.3 PHP version: 5.2.13 What steps will reproduce the problem? 1. Download latest version of jQuery UI (1.8.1) http://jquery-ui.googlecode.com/files/jquery-ui-1.8.1.zip which uses Google Closure Compiler (instead of YUI C...
non_priority
jsmin fails on jquery ui preminified with google closure compiler minify version php version what steps will reproduce the problem download latest version of jquery ui which uses google closure compiler instead of yui compressor minify the ui jquery ui js passed with so...
0
502,905
14,569,893,996
IssuesEvent
2020-12-17 13:42:20
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.messenger.com - see bug description
browser-firefox engine-gecko priority-important
<!-- @browser: Firefox 84.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/63800 --> **URL**: https://www.messenger.com/groupcall/create?source=whatsapp&ep=4 **Brows...
1.0
www.messenger.com - see bug description - <!-- @browser: Firefox 84.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/63800 --> **URL**: https://www.messenger.com/grou...
priority
see bug description url browser version firefox operating system windows tested another browser yes other problem type something else description site don t work on firefox but on new microsoft edge steps to reproduce view the screenshot ...
1
174,239
21,259,424,598
IssuesEvent
2022-04-13 01:20:46
Souparnee/WebGoat2_20022020
https://api.github.com/repos/Souparnee/WebGoat2_20022020
opened
CVE-2021-3749 (High) detected in axios-0.17.1.tgz
security vulnerability
## CVE-2021-3749 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>axios-0.17.1.tgz</b></p></summary> <p>Promise based HTTP client for the browser and node.js</p> <p>Library home page: <...
True
CVE-2021-3749 (High) detected in axios-0.17.1.tgz - ## CVE-2021-3749 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>axios-0.17.1.tgz</b></p></summary> <p>Promise based HTTP client for...
non_priority
cve high detected in axios tgz cve high severity vulnerability vulnerable library axios tgz promise based http client for the browser and node js library home page a href path to dependency file docs package json path to vulnerable library docs node modules axios p...
0
6,329
4,221,125,603
IssuesEvent
2016-07-01 03:01:33
lionheart/openradar-mirror
https://api.github.com/repos/lionheart/openradar-mirror
opened
27122043: NSDateInterval Documentation Not Colorblind-Friendly
classification:ui/usability reproducible:always status:open
#### Description Summary: The documentation for NSDateInterval uses colors only to refer to items in a diagram. For colorblind developers, this can make it difficult to distinguish between them. Steps to Reproduce: 1. Visit the NSDateInterval documentation here and scroll to Discussion. Expected Results: The ...
True
27122043: NSDateInterval Documentation Not Colorblind-Friendly - #### Description Summary: The documentation for NSDateInterval uses colors only to refer to items in a diagram. For colorblind developers, this can make it difficult to distinguish between them. Steps to Reproduce: 1. Visit the NSDateInterval docume...
non_priority
nsdateinterval documentation not colorblind friendly description summary the documentation for nsdateinterval uses colors only to refer to items in a diagram for colorblind developers this can make it difficult to distinguish between them steps to reproduce visit the nsdateinterval documentation...
0
721,573
24,831,794,288
IssuesEvent
2022-10-26 04:39:47
Progrunning/BoardGamesCompanion
https://api.github.com/repos/Progrunning/BoardGamesCompanion
closed
Logged game notes
enhancement feedback high priority
# Description > <...> is to allow for additional player notes for a particular game. For example, in the game SmashUp, each player plays two factions. It would be nice to keep not only the score, but which factions each player was playing for the game. > It would be nice if there was a comment section when loggin...
1.0
Logged game notes - # Description > <...> is to allow for additional player notes for a particular game. For example, in the game SmashUp, each player plays two factions. It would be nice to keep not only the score, but which factions each player was playing for the game. > It would be nice if there was a comment...
priority
logged game notes description is to allow for additional player notes for a particular game for example in the game smashup each player plays two factions it would be nice to keep not only the score but which factions each player was playing for the game it would be nice if there was a comment sec...
1
828,691
31,839,095,792
IssuesEvent
2023-09-14 15:10:13
E3SM-Project/scream
https://api.github.com/repos/E3SM-Project/scream
closed
Figure out why ETI messes up make dependencies on blake
bug cmake priority:wishlist
This is my wish list, to get rid of something really annoying when doing debugging via edit-build-run cycles. For ETI, we should have no inter-dependency of p3 impl files, since the impl files are not included in `p3_functions.hpp`. However, on blake, `depends.make` shows dependency of all files on all other files, ...
1.0
Figure out why ETI messes up make dependencies on blake - This is my wish list, to get rid of something really annoying when doing debugging via edit-build-run cycles. For ETI, we should have no inter-dependency of p3 impl files, since the impl files are not included in `p3_functions.hpp`. However, on blake, `depend...
priority
figure out why eti messes up make dependencies on blake this is my wish list to get rid of something really annoying when doing debugging via edit build run cycles for eti we should have no inter dependency of impl files since the impl files are not included in functions hpp however on blake depends ...
1
407,269
11,911,436,996
IssuesEvent
2020-03-31 08:37:28
incognitochain/incognito-chain
https://api.github.com/repos/incognitochain/incognito-chain
closed
[testnet] Account not stake but received reward
Priority: High Type: Bug
Account ``` privatekey : 112t8roafGgHL1rhAP9632Yef3sx5k8xgp8cwK4MCJsCL1UWcxXvpzg97N4dwvcD735iKf31Q2ZgrAvKfVjeSUEvnzKJyyJD3GqqSZdxN4or payment address: 12S5Lrs1XeQLbqN4ySyKtjAjd2d7sBP2tjFijzmp6avrrkQCNFMpkXm3FPzj2Wcu2ZNqJEmh9JriVuRErVwhuQnLmWSaggobEWsBEci publickey : 12kmiLFDSxaezVQe32Ze7D9TFm9TLs1Rx5cgh4i...
1.0
[testnet] Account not stake but received reward - Account ``` privatekey : 112t8roafGgHL1rhAP9632Yef3sx5k8xgp8cwK4MCJsCL1UWcxXvpzg97N4dwvcD735iKf31Q2ZgrAvKfVjeSUEvnzKJyyJD3GqqSZdxN4or payment address: 12S5Lrs1XeQLbqN4ySyKtjAjd2d7sBP2tjFijzmp6avrrkQCNFMpkXm3FPzj2Wcu2ZNqJEmh9JriVuRErVwhuQnLmWSaggobEWsBEci public...
priority
account not stake but received reward account privatekey payment address publickey has reward every epoch id jsonrpc method getrewardamount params but its publickey not found in id jsonrpc...
1
46,611
11,861,679,419
IssuesEvent
2020-03-25 16:42:50
quicklisp/quicklisp-projects
https://api.github.com/repos/quicklisp/quicklisp-projects
closed
Please add cl-catmull-rom-spline
canbuild
cl-catmull-rom-spline is a small library exposing a spline class, useful for interpolating a smooth path of points on a plane given some control points along the path. Author: Kevin Secretan Source: https://github.com/Jach/cl-catmull-rom-spline.git Documentation: https://github.com/Jach/cl-catmull-rom-spline/blob/...
1.0
Please add cl-catmull-rom-spline - cl-catmull-rom-spline is a small library exposing a spline class, useful for interpolating a smooth path of points on a plane given some control points along the path. Author: Kevin Secretan Source: https://github.com/Jach/cl-catmull-rom-spline.git Documentation: https://github.c...
non_priority
please add cl catmull rom spline cl catmull rom spline is a small library exposing a spline class useful for interpolating a smooth path of points on a plane given some control points along the path author kevin secretan source documentation
0
251,405
8,014,955,797
IssuesEvent
2018-07-25 08:29:40
zgynhqf/Rafy
https://api.github.com/repos/zgynhqf/Rafy
closed
SqlServerSqlGenerator生成Sql语句对于Unicode字符集字段(NChar/NVarchar)没有增加N前缀
Priority-1 area-orm bug
Unicode字符集字段(NChar/NVarchar)没有增加N前缀导致中文(或非英文)查询失败或显示乱码。
1.0
SqlServerSqlGenerator生成Sql语句对于Unicode字符集字段(NChar/NVarchar)没有增加N前缀 - Unicode字符集字段(NChar/NVarchar)没有增加N前缀导致中文(或非英文)查询失败或显示乱码。
priority
sqlserversqlgenerator生成sql语句对于unicode字符集字段 nchar nvarchar 没有增加n前缀 unicode字符集字段 nchar nvarchar 没有增加n前缀导致中文(或非英文)查询失败或显示乱码。
1
58,043
11,826,848,572
IssuesEvent
2020-03-21 20:00:12
psygo/flutter_firebase_auth_benchmark
https://api.github.com/repos/psygo/flutter_firebase_auth_benchmark
closed
Email Field is not being Rebuilt when Switching Workflows
backend bug code improvement
This causing the user to have to, for example, press the reset email button twice to get `labelText` feedback from Firebase.
1.0
Email Field is not being Rebuilt when Switching Workflows - This causing the user to have to, for example, press the reset email button twice to get `labelText` feedback from Firebase.
non_priority
email field is not being rebuilt when switching workflows this causing the user to have to for example press the reset email button twice to get labeltext feedback from firebase
0
138,842
31,072,356,022
IssuesEvent
2023-08-12 04:09:45
h4sh5/pypi-auto-scanner
https://api.github.com/repos/h4sh5/pypi-auto-scanner
opened
tator 1.1.1 has 3 GuardDog issues
guarddog code-execution
https://pypi.org/project/tator https://inspector.pypi.io/project/tator ```{ "dependency": "tator", "version": "1.1.1", "result": { "issues": 3, "errors": {}, "results": { "code-execution": [ { "location": "tator-1.1.1/setup.py:59", "code": " git_rev = subprocess.ch...
1.0
tator 1.1.1 has 3 GuardDog issues - https://pypi.org/project/tator https://inspector.pypi.io/project/tator ```{ "dependency": "tator", "version": "1.1.1", "result": { "issues": 3, "errors": {}, "results": { "code-execution": [ { "location": "tator-1.1.1/setup.py:59", ...
non_priority
tator has guarddog issues dependency tator version result issues errors results code execution location tator setup py code git rev subprocess check output cmd strip decode ...
0
29,247
5,619,590,590
IssuesEvent
2017-04-04 02:23:03
mean-expert-official/fire-starter
https://api.github.com/repos/mean-expert-official/fire-starter
closed
docs: Issue Template
documentation enhancement
# ![FireLoop](http://fireloop.io/img/logo-wide.svg) ### What type of issue are you creating? - [ ] Bug - [x] Enhancement - [ ] Question ### What version of this module are you using? - [x] 1.0.0-alpha.0 - [ ] pre-alpha - [ ] other ### Add a description for your issue: A template is needed for GitHub iss...
1.0
docs: Issue Template - # ![FireLoop](http://fireloop.io/img/logo-wide.svg) ### What type of issue are you creating? - [ ] Bug - [x] Enhancement - [ ] Question ### What version of this module are you using? - [x] 1.0.0-alpha.0 - [ ] pre-alpha - [ ] other ### Add a description for your issue: A template i...
non_priority
docs issue template what type of issue are you creating bug enhancement question what version of this module are you using alpha pre alpha other add a description for your issue a template is needed for github issues
0
392,979
11,598,626,244
IssuesEvent
2020-02-24 23:38:54
VisBOL/visbol-js
https://api.github.com/repos/VisBOL/visbol-js
closed
Hovering info box can't follow horizontal scrolling
Priority bug question
Particularly large constructs often don't fit horizontally onto the screen. To look at such a construct, one has to scroll to the right, which is fine. The black "info box" that pops up when one hovers over a glyph, however, gets stuck maxing out at the window width and cannot follow the scroll. This prevents the us...
1.0
Hovering info box can't follow horizontal scrolling - Particularly large constructs often don't fit horizontally onto the screen. To look at such a construct, one has to scroll to the right, which is fine. The black "info box" that pops up when one hovers over a glyph, however, gets stuck maxing out at the window width...
priority
hovering info box can t follow horizontal scrolling particularly large constructs often don t fit horizontally onto the screen to look at such a construct one has to scroll to the right which is fine the black info box that pops up when one hovers over a glyph however gets stuck maxing out at the window width...
1
312,685
9,551,560,584
IssuesEvent
2019-05-02 14:42:55
strapi/strapi
https://api.github.com/repos/strapi/strapi
closed
Rate limit for both REST and GraphQL
priority: low type: feature request 🙏
<!-- ⚠️ If you do not respect this template your issue will be closed. --> <!-- ⚠️ Make sure to browse the opened and closed issues before submitting your issue. --> <!-- Please also submit your idea on the Strapi Product Board: https://portal.productboard.com/strapi/tabs/2-under-consideration/submit-idea I...
1.0
Rate limit for both REST and GraphQL - <!-- ⚠️ If you do not respect this template your issue will be closed. --> <!-- ⚠️ Make sure to browse the opened and closed issues before submitting your issue. --> <!-- Please also submit your idea on the Strapi Product Board: https://portal.productboard.com/strapi/tabs...
priority
rate limit for both rest and graphql please also submit your idea on the strapi product board if your request on the product board is accepted this feature request issue will be closed but will still accept public discussion i have created my request on the product board befor...
1
141,490
5,436,823,292
IssuesEvent
2017-03-06 03:23:40
JeremyRolleston/active8me
https://api.github.com/repos/JeremyRolleston/active8me
opened
88 - Change colour on home page completed animation
Priority 3
When you complete a meal or workout, there is an animation on the home page. It is dark green with a white tick. This colour should be changed to the standard white background with an orange tick. That way it is consistent with registration & My Progress & Tools & Customise & Swap This also relates to the UI on ...
1.0
88 - Change colour on home page completed animation - When you complete a meal or workout, there is an animation on the home page. It is dark green with a white tick. This colour should be changed to the standard white background with an orange tick. That way it is consistent with registration & My Progress & Tools...
priority
change colour on home page completed animation when you complete a meal or workout there is an animation on the home page it is dark green with a white tick this colour should be changed to the standard white background with an orange tick that way it is consistent with registration my progress tools ...
1
663,337
22,173,673,170
IssuesEvent
2022-06-06 05:38:12
googleapis/nodejs-spanner
https://api.github.com/repos/googleapis/nodejs-spanner
closed
Spanner types: "before all" hook for "GOOGLE_STANDARD_SQL should throw an error for incorrect value types" failed
type: bug priority: p1 :rotating_light: api: spanner flakybot: issue
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 1367aa7dc9818be5610dfc5ae67d09652e7009e5 b...
1.0
Spanner types: "before all" hook for "GOOGLE_STANDARD_SQL should throw an error for incorrect value types" failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, ...
priority
spanner types before all hook for google standard sql should throw an error for incorrect value types failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status faile...
1
300,591
25,978,981,031
IssuesEvent
2022-12-19 17:04:46
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
com.hazelcast.connector.Hz3* tests fail with Problem in invoking Maven dependency:get OS_TEST_JAR:3.12.13
Type: Test-Failure Source: Internal Team: Platform
_master_ (commit 6108cba3d8622fe56fe98b5edb03796c0dc3359e) Failed on Windows - MicrosoftJDK17: https://jenkins.hazelcast.com/job/Hazelcast-master-Windows-MicrosoftJDK17/41/ The following examples of this issue are from `com.hazelcast.connector.Hz3EnrichmentTest.when_enrichFromInstanceDown_then_shouldThrowJetExcep...
1.0
com.hazelcast.connector.Hz3* tests fail with Problem in invoking Maven dependency:get OS_TEST_JAR:3.12.13 - _master_ (commit 6108cba3d8622fe56fe98b5edb03796c0dc3359e) Failed on Windows - MicrosoftJDK17: https://jenkins.hazelcast.com/job/Hazelcast-master-Windows-MicrosoftJDK17/41/ The following examples of this is...
non_priority
com hazelcast connector tests fail with problem in invoking maven dependency get os test jar master commit failed on windows the following examples of this issue are from com hazelcast connector when enrichfrominstancedown then shouldthrowjetexception example stacktrace ...
0
135,645
30,332,604,384
IssuesEvent
2023-07-11 07:31:58
eclipse-theia/theia
https://api.github.com/repos/eclipse-theia/theia
closed
Complete terminal(pseudoTerminal) api
enhancement help wanted vscode
### Description VSCode has new pseudo-terminal api https://github.com/microsoft/vscode/blob/master/src/vs/vscode.d.ts#L7518 We need implement it. **OS and Theia version:** **Diagnostics:** <!-- Provide logs and any other relevant diagnostic information -->
1.0
Complete terminal(pseudoTerminal) api - ### Description VSCode has new pseudo-terminal api https://github.com/microsoft/vscode/blob/master/src/vs/vscode.d.ts#L7518 We need implement it. **OS and Theia version:** **Diagnostics:** <!-- Provide logs and any other relevant diagnostic information -->
non_priority
complete terminal pseudoterminal api description vscode has new pseudo terminal api we need implement it os and theia version diagnostics
0
149,337
23,462,869,797
IssuesEvent
2022-08-16 14:25:35
readthedocs/readthedocs.org
https://api.github.com/repos/readthedocs/readthedocs.org
closed
Docs: Remove rstcheck from linting
Needed: design decision Priority: low
Proposing to remove `rstcheck` from builds and tox.ini: Our documentation is already built with Sphinx and will fail if reST files do not compile. The tool `rstcheck` is supposed to check reStructuredText but it doesn't work without a huge amount of exceptions for the many extensions added to Sphinx. This require...
1.0
Docs: Remove rstcheck from linting - Proposing to remove `rstcheck` from builds and tox.ini: Our documentation is already built with Sphinx and will fail if reST files do not compile. The tool `rstcheck` is supposed to check reStructuredText but it doesn't work without a huge amount of exceptions for the many extens...
non_priority
docs remove rstcheck from linting proposing to remove rstcheck from builds and tox ini our documentation is already built with sphinx and will fail if rest files do not compile the tool rstcheck is supposed to check restructuredtext but it doesn t work without a huge amount of exceptions for the many extens...
0
96,441
16,129,640,870
IssuesEvent
2021-04-29 01:07:48
RG4421/ampere-centos-kernel
https://api.github.com/repos/RG4421/ampere-centos-kernel
opened
CVE-2020-27675 (Medium) detected in linuxv5.2
security vulnerability
## CVE-2020-27675 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.2</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/tor...
True
CVE-2020-27675 (Medium) detected in linuxv5.2 - ## CVE-2020-27675 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.2</b></p></summary> <p> <p>Linux kernel source tree</p> <p>L...
non_priority
cve medium detected in cve medium severity vulnerability vulnerable library linux kernel source tree library home page a href found in base branch amp centos kernel vulnerable source files ampere centos kernel drivers xen events events bas...
0
307,822
23,218,394,244
IssuesEvent
2022-08-02 15:51:03
vilfa/bonsai
https://api.github.com/repos/vilfa/bonsai
closed
Add simple README and list of shortcuts, tap to click not active.
documentation
I'm glad I can make it to build and install. It will be nice to include a Readme file and give a list of shortcuts, It's just and advice tho. BTW It's nice compositor and I'll give it some days for daily driver. Additional issue : turns out tap to click still not active.
1.0
Add simple README and list of shortcuts, tap to click not active. - I'm glad I can make it to build and install. It will be nice to include a Readme file and give a list of shortcuts, It's just and advice tho. BTW It's nice compositor and I'll give it some days for daily driver. Additional issue : turns out tap to cli...
non_priority
add simple readme and list of shortcuts tap to click not active i m glad i can make it to build and install it will be nice to include a readme file and give a list of shortcuts it s just and advice tho btw it s nice compositor and i ll give it some days for daily driver additional issue turns out tap to cli...
0
582,432
17,361,334,731
IssuesEvent
2021-07-29 21:07:22
Ecotrust/forestplanner
https://api.github.com/repos/Ecotrust/forestplanner
closed
Street Map: Smart Zoom
Blocked High Priority
is used often for directions to nearest town. Ideas: * [x] [Block] Need layer of towns and populations * [x] find nearest town and zoom to show property and town * [ ] cast a small net for high-population, then gradually increase search radius and reduce population threshold * [x] Look into APIs for gett...
1.0
Street Map: Smart Zoom - is used often for directions to nearest town. Ideas: * [x] [Block] Need layer of towns and populations * [x] find nearest town and zoom to show property and town * [ ] cast a small net for high-population, then gradually increase search radius and reduce population threshold * [x...
priority
street map smart zoom is used often for directions to nearest town ideas need layer of towns and populations find nearest town and zoom to show property and town cast a small net for high population then gradually increase search radius and reduce population threshold look into ap...
1
14,783
25,730,856,837
IssuesEvent
2022-12-07 20:11:59
Croquembouche/pyWhat-2022
https://api.github.com/repos/Croquembouche/pyWhat-2022
closed
NFR13: Usability
Product Backlog Non-Functional Requirements
|NFR 13: Usability| |----------------------| | **Estimate:** 5 | | **Priority:** Should have | |**Story**: As a user, I want the GUI interface should be simple and easy to use so that I can save time.| | **Acceptance criteria:** | |1. GUI interface should be simple and easy to use.| |2. The GUI interface shoul...
1.0
NFR13: Usability - |NFR 13: Usability| |----------------------| | **Estimate:** 5 | | **Priority:** Should have | |**Story**: As a user, I want the GUI interface should be simple and easy to use so that I can save time.| | **Acceptance criteria:** | |1. GUI interface should be simple and easy to use.| |2. The ...
non_priority
usability nfr usability estimate priority should have story as a user i want the gui interface should be simple and easy to use so that i can save time acceptance criteria gui interface should be simple and easy to use the gui i...
0
18,528
24,552,207,545
IssuesEvent
2022-10-12 13:26:04
GoogleCloudPlatform/fda-mystudies
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
closed
[Android] Comprehension success screen is not getting displayed in updated consent flow
Bug P1 Android Process: Fixed Process: Tested QA Process: Tested dev
**Steps:** 1. Sign in and enroll to the study 2. Now, Go to SB and update the consent for enrolled participants 3. Open the mobile app and complete the eligibility section 4. Navigate to comprehension section 5. Complete the comprehension section and Observe **AR:** Comprehension success screen is not getting ...
3.0
[Android] Comprehension success screen is not getting displayed in updated consent flow - **Steps:** 1. Sign in and enroll to the study 2. Now, Go to SB and update the consent for enrolled participants 3. Open the mobile app and complete the eligibility section 4. Navigate to comprehension section 5. Complete the ...
non_priority
comprehension success screen is not getting displayed in updated consent flow steps sign in and enroll to the study now go to sb and update the consent for enrolled participants open the mobile app and complete the eligibility section navigate to comprehension section complete the comprehe...
0
74,842
3,448,928,115
IssuesEvent
2015-12-16 11:00:01
mhnsn/Fall_2015
https://api.github.com/repos/mhnsn/Fall_2015
closed
9a. (5) The record number list and form fields reflect the structure of the project
CS 240 Priority 1: Fire
The record number list and form fields reflect the structure of the project, including record numbers, field names, and field order.
1.0
9a. (5) The record number list and form fields reflect the structure of the project - The record number list and form fields reflect the structure of the project, including record numbers, field names, and field order.
priority
the record number list and form fields reflect the structure of the project the record number list and form fields reflect the structure of the project including record numbers field names and field order
1
89,118
25,579,218,667
IssuesEvent
2022-12-01 01:59:57
spack/spack
https://api.github.com/repos/spack/spack
reopened
Installation issue: py-scipy with Blis and Flame
build-error
### Steps to reproduce the issue Hi everyone (and the maintainers of the py-scipy @adamjstewart @rgommers) I have a problem appearing when I try to install py-scipy using AMDBlis (and AMDlibflame) as dependency, and a similar error appears installing py-scipy using Blis (and libflame). After perfectly installing ...
1.0
Installation issue: py-scipy with Blis and Flame - ### Steps to reproduce the issue Hi everyone (and the maintainers of the py-scipy @adamjstewart @rgommers) I have a problem appearing when I try to install py-scipy using AMDBlis (and AMDlibflame) as dependency, and a similar error appears installing py-scipy using ...
non_priority
installation issue py scipy with blis and flame steps to reproduce the issue hi everyone and the maintainers of the py scipy adamjstewart rgommers i have a problem appearing when i try to install py scipy using amdblis and amdlibflame as dependency and a similar error appears installing py scipy using ...
0
536,108
15,704,225,656
IssuesEvent
2021-03-26 14:46:02
HabitRPG/habitica-ios
https://api.github.com/repos/HabitRPG/habitica-ios
opened
Seasonal Event improvements
Priority: medium Type: Enhancement
- [ ] Add in clock icon to the corner of seasonal items that are only available for a limited time - [ ] Add in banner to the item modal that says when the seasonal item will go away - [ ] Add UI to the Seasonal Shop menu item that says when the shop is open and for how long - [ ] Add UI to the Market menu item that...
1.0
Seasonal Event improvements - - [ ] Add in clock icon to the corner of seasonal items that are only available for a limited time - [ ] Add in banner to the item modal that says when the seasonal item will go away - [ ] Add UI to the Seasonal Shop menu item that says when the shop is open and for how long - [ ] Add U...
priority
seasonal event improvements add in clock icon to the corner of seasonal items that are only available for a limited time add in banner to the item modal that says when the seasonal item will go away add ui to the seasonal shop menu item that says when the shop is open and for how long add ui to the...
1
151,869
5,829,191,209
IssuesEvent
2017-05-08 14:03:06
smartchicago/chicago-early-learning
https://api.github.com/repos/smartchicago/chicago-early-learning
closed
Redirect from ECM application system to placeholder
High Priority
As we approach a transitional period before the new application period begins, we want to redirect from the apply. subdomain (which leads to the ECM application), to a placeholder page. Here are some of the steps involved: - [x] Create a new page with a URL like /announcement - [x] Styling could match an informat...
1.0
Redirect from ECM application system to placeholder - As we approach a transitional period before the new application period begins, we want to redirect from the apply. subdomain (which leads to the ECM application), to a placeholder page. Here are some of the steps involved: - [x] Create a new page with a URL lik...
priority
redirect from ecm application system to placeholder as we approach a transitional period before the new application period begins we want to redirect from the apply subdomain which leads to the ecm application to a placeholder page here are some of the steps involved create a new page with a url like ...
1
356,701
25,176,244,877
IssuesEvent
2022-11-11 09:30:52
TZL0/pe
https://api.github.com/repos/TZL0/pe
opened
Invalid command in DG
severity.Low type.DocumentationBug
`delete` command in developer guide does not actually exist in the application which may cause confusion to developers. ![image.png](https://raw.githubusercontent.com/TZL0/pe/main/files/0957093d-d101-4312-a8f5-71f64ce2ab3d.png) <!--session: 1668154547514-b0cf5391-b882-4c7a-8aeb-5d77963c2458--> <!--Version: Web v3....
1.0
Invalid command in DG - `delete` command in developer guide does not actually exist in the application which may cause confusion to developers. ![image.png](https://raw.githubusercontent.com/TZL0/pe/main/files/0957093d-d101-4312-a8f5-71f64ce2ab3d.png) <!--session: 1668154547514-b0cf5391-b882-4c7a-8aeb-5d77963c2458...
non_priority
invalid command in dg delete command in developer guide does not actually exist in the application which may cause confusion to developers
0
259,769
27,724,994,334
IssuesEvent
2023-03-15 01:00:44
billmcchesney1/foxtrot
https://api.github.com/repos/billmcchesney1/foxtrot
opened
CVE-2019-20920 (High) detected in handlebars-1.3.0.js
Mend: dependency security vulnerability
## CVE-2019-20920 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-1.3.0.js</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates e...
True
CVE-2019-20920 (High) detected in handlebars-1.3.0.js - ## CVE-2019-20920 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-1.3.0.js</b></p></summary> <p>Handlebars provides t...
non_priority
cve high detected in handlebars js cve high severity vulnerability vulnerable library handlebars js handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file foxtrot serv...
0
224,583
17,760,214,374
IssuesEvent
2021-08-29 14:54:33
sphinx-doc/sphinx
https://api.github.com/repos/sphinx-doc/sphinx
closed
`SphinxTestApp` builds in `_build`, not separated `build` folder
proposal test
### Describe the bug When running `sphinx-quickstart`, users may choose to put build files in a folder `build` separate from `source`. However, when running unit tests, `SphinxTestApp` automatically builds in `source/_build`, which creates two sets of build files. This is evident from the source: ```python class...
1.0
`SphinxTestApp` builds in `_build`, not separated `build` folder - ### Describe the bug When running `sphinx-quickstart`, users may choose to put build files in a folder `build` separate from `source`. However, when running unit tests, `SphinxTestApp` automatically builds in `source/_build`, which creates two sets o...
non_priority
sphinxtestapp builds in build not separated build folder describe the bug when running sphinx quickstart users may choose to put build files in a folder build separate from source however when running unit tests sphinxtestapp automatically builds in source build which creates two sets o...
0
659,101
21,916,231,326
IssuesEvent
2022-05-21 21:42:23
SkriptLang/Skript
https://api.github.com/repos/SkriptLang/Skript
closed
World reload causes worlds in location variables to not work correctly until restart
enhancement priority: low completed
this has been a bug in Skript for a while, it would be nice if it would get fixed. example: you go to a world which isn't the main world, but an additional world created by world management plugins like Multiverse-Core or some other you use !set {spawn} to location of player then you unload and load back that world...
1.0
World reload causes worlds in location variables to not work correctly until restart - this has been a bug in Skript for a while, it would be nice if it would get fixed. example: you go to a world which isn't the main world, but an additional world created by world management plugins like Multiverse-Core or some othe...
priority
world reload causes worlds in location variables to not work correctly until restart this has been a bug in skript for a while it would be nice if it would get fixed example you go to a world which isn t the main world but an additional world created by world management plugins like multiverse core or some othe...
1
393,241
11,612,341,337
IssuesEvent
2020-02-26 08:46:53
richelbilderbeek/pirouette
https://api.github.com/repos/richelbilderbeek/pirouette
closed
'check_experiments' does not detect duplicate error filenames
high priority
**Describe the bug** If there are multiple experiments, one generative, and one candidate, these should save their errors to different files. **To Reproduce** ```r experiments <- create_test_pir_params_setup( has_candidate = TRUE )$experiments experiments[[1]]$errors_filename <- "errors.csv" e...
1.0
'check_experiments' does not detect duplicate error filenames - **Describe the bug** If there are multiple experiments, one generative, and one candidate, these should save their errors to different files. **To Reproduce** ```r experiments <- create_test_pir_params_setup( has_candidate = TRUE )$expe...
priority
check experiments does not detect duplicate error filenames describe the bug if there are multiple experiments one generative and one candidate these should save their errors to different files to reproduce r experiments create test pir params setup has candidate true expe...
1
410,092
27,767,159,498
IssuesEvent
2023-03-16 12:14:37
tskit-dev/tskit-rust
https://api.github.com/repos/tskit-dev/tskit-rust
closed
TreeSequence docs mistakenly refer to Deref
documentation
The documentation mistakenly refers to TableViews as a Deref target, which is no longer the case. The API now delegates to TableViews as needed.
1.0
TreeSequence docs mistakenly refer to Deref - The documentation mistakenly refers to TableViews as a Deref target, which is no longer the case. The API now delegates to TableViews as needed.
non_priority
treesequence docs mistakenly refer to deref the documentation mistakenly refers to tableviews as a deref target which is no longer the case the api now delegates to tableviews as needed
0
575,442
17,031,327,571
IssuesEvent
2021-07-04 16:17:22
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
opened
Error in persisting throttling policies in API defintion and local entries
Priority/Normal Type/Bug WUM
### Description: When changing a Throttling Policy from Operation Level to API Level, in API swagger definition and local entries resource level `x-throttling-tier` is not getting removed. Vice-versa is fine where operational level throttling policy is get updated properly and API level policy is getting removed...
1.0
Error in persisting throttling policies in API defintion and local entries - ### Description: When changing a Throttling Policy from Operation Level to API Level, in API swagger definition and local entries resource level `x-throttling-tier` is not getting removed. Vice-versa is fine where operational level thro...
priority
error in persisting throttling policies in api defintion and local entries description when changing a throttling policy from operation level to api level in api swagger definition and local entries resource level x throttling tier is not getting removed vice versa is fine where operational level thro...
1
17,819
23,744,064,255
IssuesEvent
2022-08-31 14:37:21
firebase/firebase-cpp-sdk
https://api.github.com/repos/firebase/firebase-cpp-sdk
closed
[C++] Nightly Integration Testing Report for Firestore
type: process nightly-testing
<hidden value="integration-test-status-comment"></hidden> ### ✅&nbsp; [build against repo] Integration test succeeded! Requested by @sunmou99 on commit 6872ba47417796c8c24c6eab435534ad34b7a843 Last updated: Wed Aug 31 05:26 PDT 2022 **[View integration test log & download artifacts](https://github.com/firebase/fireba...
1.0
[C++] Nightly Integration Testing Report for Firestore - <hidden value="integration-test-status-comment"></hidden> ### ✅&nbsp; [build against repo] Integration test succeeded! Requested by @sunmou99 on commit 6872ba47417796c8c24c6eab435534ad34b7a843 Last updated: Wed Aug 31 05:26 PDT 2022 **[View integration test log...
non_priority
nightly integration testing report for firestore ✅ nbsp integration test succeeded requested by on commit last updated wed aug pdt ❌ nbsp integration test failed requested by firebase workflow trigger on commit last updated tue aug pdt failures ...
0
254,609
19,254,026,704
IssuesEvent
2021-12-09 09:22:22
arcus-azure/arcus.ml
https://api.github.com/repos/arcus-azure/arcus.ml
closed
Auto generate API documentation and publish them to documentation site
documentation good first issue
Documentation of the module (methods, classes...) should be executed, using `lazydocs`. The following things should be executed - [ ] Document all methods and modules - [ ] Run lazydocs to generate documentation files, from a unit test - [ ] Ensure an overview (`index.md`) is generated as well
1.0
Auto generate API documentation and publish them to documentation site - Documentation of the module (methods, classes...) should be executed, using `lazydocs`. The following things should be executed - [ ] Document all methods and modules - [ ] Run lazydocs to generate documentation files, from a unit test - ...
non_priority
auto generate api documentation and publish them to documentation site documentation of the module methods classes should be executed using lazydocs the following things should be executed document all methods and modules run lazydocs to generate documentation files from a unit test en...
0
449,918
12,976,872,767
IssuesEvent
2020-07-21 19:35:00
GCTC-NTGC/TalentCloud
https://api.github.com/repos/GCTC-NTGC/TalentCloud
closed
Task - Manager - Add EN-ENG Classification to JPB
Priority
# Description Add EN-ENG job classification to the job poster builder. I will create a separate issue to get the classifications coming straight from the database. Please take a look to make sure the classification also shows up properly on the "published" job poster.
1.0
Task - Manager - Add EN-ENG Classification to JPB - # Description Add EN-ENG job classification to the job poster builder. I will create a separate issue to get the classifications coming straight from the database. Please take a look to make sure the classification also shows up properly on the "published" job poster...
priority
task manager add en eng classification to jpb description add en eng job classification to the job poster builder i will create a separate issue to get the classifications coming straight from the database please take a look to make sure the classification also shows up properly on the published job poster...
1
32,298
12,102,283,232
IssuesEvent
2020-04-20 16:26:57
Hyraze/infinite
https://api.github.com/repos/Hyraze/infinite
opened
CVE-2019-16772 (Medium) detected in serialize-to-js-1.2.2.tgz
security vulnerability
## CVE-2019-16772 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>serialize-to-js-1.2.2.tgz</b></p></summary> <p>serialize objects to javascript</p> <p>Library home page: <a href="ht...
True
CVE-2019-16772 (Medium) detected in serialize-to-js-1.2.2.tgz - ## CVE-2019-16772 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>serialize-to-js-1.2.2.tgz</b></p></summary> <p>seria...
non_priority
cve medium detected in serialize to js tgz cve medium severity vulnerability vulnerable library serialize to js tgz serialize objects to javascript library home page a href path to dependency file tmp ws scm infinite package json path to vulnerable library tmp ws s...
0
286,874
8,794,169,440
IssuesEvent
2018-12-21 23:41:36
spheras/desktopfolder
https://api.github.com/repos/spheras/desktopfolder
closed
Link Panel freezes desktop with folder with lots of files
Priority: High Status: Confirmed enhancement
I thought I'd investigate the Link Panel option - connected it to my VirtualBox mapped Downloads folder on my host that happens to have a couple of hundred files in it. ![image](https://user-images.githubusercontent.com/996240/48629867-acf52e80-e9b2-11e8-8f38-9e496d1be442.png) The desktop froze for a while - when...
1.0
Link Panel freezes desktop with folder with lots of files - I thought I'd investigate the Link Panel option - connected it to my VirtualBox mapped Downloads folder on my host that happens to have a couple of hundred files in it. ![image](https://user-images.githubusercontent.com/996240/48629867-acf52e80-e9b2-11e8-8f...
priority
link panel freezes desktop with folder with lots of files i thought i d investigate the link panel option connected it to my virtualbox mapped downloads folder on my host that happens to have a couple of hundred files in it the desktop froze for a while when the rendering completed lots of icons overl...
1
232,575
17,786,937,201
IssuesEvent
2021-08-31 12:14:50
exposir/Personal-Blog
https://api.github.com/repos/exposir/Personal-Blog
closed
输入一个URL到显示出一个页面,都经历了哪些过程
documentation
# 概述 - DNS 解析:将域名解析成 IP 地址 - TCP 连接:TCP 三次握手 - 发送 HTTP 请求 - 服务器处理请求并返回 HTTP 报文 - 浏览器解析渲染页面 - 断开连接:TCP 四次挥手 ## URL URL(Uniform Resource Locator),统一资源定位符,用于定位互联网上资源,俗称网址。比如 `http://www.w3school.com.cn/ht...`,遵守以下的语法规则: ``` scheme://host.domain:port/path/filename ``` - scheme - 定义因特网服务的类型。常见的协议有 ht...
1.0
输入一个URL到显示出一个页面,都经历了哪些过程 - # 概述 - DNS 解析:将域名解析成 IP 地址 - TCP 连接:TCP 三次握手 - 发送 HTTP 请求 - 服务器处理请求并返回 HTTP 报文 - 浏览器解析渲染页面 - 断开连接:TCP 四次挥手 ## URL URL(Uniform Resource Locator),统一资源定位符,用于定位互联网上资源,俗称网址。比如 `http://www.w3school.com.cn/ht...`,遵守以下的语法规则: ``` scheme://host.domain:port/path/filename ``` - sc...
non_priority
输入一个url到显示出一个页面,都经历了哪些过程 概述 dns 解析 将域名解析成 ip 地址 tcp 连接:tcp 三次握手 发送 http 请求 服务器处理请求并返回 http 报文 浏览器解析渲染页面 断开连接:tcp 四次挥手 url url(uniform resource locator),统一资源定位符,用于定位互联网上资源,俗称网址。比如 scheme host domain port path filename scheme 定义因特网服务的类型。常见的协议有 http、https、ftp、fil...
0
271,330
23,595,983,304
IssuesEvent
2022-08-23 19:17:30
MTASA-TFF/The-Favoured-Few
https://api.github.com/repos/MTASA-TFF/The-Favoured-Few
closed
Bug: Events - color change of cars affects whole server
bug to be tested
When changing a new car model in the game during a PDD event, it should only affect the pdd arena, however for now all the arenas are affected.
1.0
Bug: Events - color change of cars affects whole server - When changing a new car model in the game during a PDD event, it should only affect the pdd arena, however for now all the arenas are affected.
non_priority
bug events color change of cars affects whole server when changing a new car model in the game during a pdd event it should only affect the pdd arena however for now all the arenas are affected
0
50,811
7,633,526,763
IssuesEvent
2018-05-06 06:36:19
raxod502/radian
https://api.github.com/repos/raxod502/radian
closed
Document manual setup instructions
documentation setup stopgap
Since #325 will probably not be ready for a while, in the meantime the README should have some basic information about manual setup, at least for the programs specifically configured by Radian.
1.0
Document manual setup instructions - Since #325 will probably not be ready for a while, in the meantime the README should have some basic information about manual setup, at least for the programs specifically configured by Radian.
non_priority
document manual setup instructions since will probably not be ready for a while in the meantime the readme should have some basic information about manual setup at least for the programs specifically configured by radian
0
107,872
16,762,600,245
IssuesEvent
2021-06-14 02:34:51
gms-ws-demo/nibrs-pr-test
https://api.github.com/repos/gms-ws-demo/nibrs-pr-test
opened
CVE-2019-12406 (Medium) detected in multiple libraries
security vulnerability
## CVE-2019-12406 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>cxf-core-3.2.1.jar</b>, <b>cxf-core-3.0.16.jar</b>, <b>cxf-core-3.2.5.jar</b></p></summary> <p> <details><summary>...
True
CVE-2019-12406 (Medium) detected in multiple libraries - ## CVE-2019-12406 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>cxf-core-3.2.1.jar</b>, <b>cxf-core-3.0.16.jar</b>, <b>cxf...
non_priority
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries cxf core jar cxf core jar cxf core jar cxf core jar apache cxf core library home page a href path to dependency file nibrs pr test tools nibrs fbi...
0
53,897
13,223,573,457
IssuesEvent
2020-08-17 17:28:45
junit-pioneer/junit-pioneer
https://api.github.com/repos/junit-pioneer/junit-pioneer
opened
Windows build jobs sometimes timeout
⚙️ component: Pioneer 🐞 type: bug 📖 theme: build 🚦 status: in-discussion 🛸 3rd-party: Github Actions
In the last time several job builds timeout. As far as we can identify they are all Windows jobs at Java 11 or 14: > Thanks for making me aware of this. The example job you posted is with Java 11 on Windows, and it looks like it timed out during the tests: > > ``` > 2020-08-15T13:32:27.2087572Z > Task :processTe...
1.0
Windows build jobs sometimes timeout - In the last time several job builds timeout. As far as we can identify they are all Windows jobs at Java 11 or 14: > Thanks for making me aware of this. The example job you posted is with Java 11 on Windows, and it looks like it timed out during the tests: > > ``` > 2020-08...
non_priority
windows build jobs sometimes timeout in the last time several job builds timeout as far as we can identify they are all windows jobs at java or thanks for making me aware of this the example job you posted is with java on windows and it looks like it timed out during the tests ...
0
470,343
13,535,987,295
IssuesEvent
2020-09-16 08:24:14
enso-org/ide
https://api.github.com/repos/enso-org/ide
closed
Broken parsing x AST repr roundtrip
Category: External Change: Non-Breaking Difficulty: Core Contributor Priority: Highest Type: Bug
### General Summary The Parser isn't parsing empty lines properly. ### Steps to Reproduce 1. checkout `wip/dg/broken-parser-ast-roundtrip` of https://github.com/luna/ide 2. run `wasm-pack test --chrome src/rust/ide/parser/` ### Expected Result Test passes. ### Actual Result Test fails. ### Enso Version `wip/dg/brok...
1.0
Broken parsing x AST repr roundtrip - ### General Summary The Parser isn't parsing empty lines properly. ### Steps to Reproduce 1. checkout `wip/dg/broken-parser-ast-roundtrip` of https://github.com/luna/ide 2. run `wasm-pack test --chrome src/rust/ide/parser/` ### Expected Result Test passes. ### Actual Result Test...
priority
broken parsing x ast repr roundtrip general summary the parser isn t parsing empty lines properly steps to reproduce checkout wip dg broken parser ast roundtrip of run wasm pack test chrome src rust ide parser expected result test passes actual result test fails enso version ...
1
122,618
17,760,977,230
IssuesEvent
2021-08-29 17:36:55
matteobaccan/IotaClient
https://api.github.com/repos/matteobaccan/IotaClient
opened
CVE-2020-25649 (High) detected in jackson-databind-2.10.0.jar
security vulnerability
## CVE-2020-25649 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.10.0.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streami...
True
CVE-2020-25649 (High) detected in jackson-databind-2.10.0.jar - ## CVE-2020-25649 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.10.0.jar</b></p></summary> <p>Gener...
non_priority
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file iotaclient pom xml path to vu...
0