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
844
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
12 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
248k
binary_label
int64
0
1
19,997
10,441,348,511
IssuesEvent
2019-09-18 10:37:13
pcrane70/ksa
https://api.github.com/repos/pcrane70/ksa
opened
CVE-2016-10539 (High) detected in negotiator-0.3.0.tgz
security vulnerability
## CVE-2016-10539 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>negotiator-0.3.0.tgz</b></p></summary> <p>HTTP content negotiation</p> <p>Library home page: <a href="https://registry...
True
CVE-2016-10539 (High) detected in negotiator-0.3.0.tgz - ## CVE-2016-10539 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>negotiator-0.3.0.tgz</b></p></summary> <p>HTTP content negoti...
non_priority
cve high detected in negotiator tgz cve high severity vulnerability vulnerable library negotiator tgz http content negotiation library home page a href path to dependency file tmp ws scm ksa ksa web root ksa web src main webapp rs bootstrap package json path to vulne...
0
162,837
13,902,723,891
IssuesEvent
2020-10-20 05:57:47
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
closed
[Docs] Images are not optimized
Documentation
## Documentation Link N/A ## Describe the problem Images in this repository are not optimized. ## Describe the improvement I have losslessly compressed them and was able to reduce the overall file size by around 22% without losing any image quality. My branch can be found [here](https://github.com/JeffR...
1.0
[Docs] Images are not optimized - ## Documentation Link N/A ## Describe the problem Images in this repository are not optimized. ## Describe the improvement I have losslessly compressed them and was able to reduce the overall file size by around 22% without losing any image quality. My branch can be fou...
non_priority
images are not optimized documentation link n a describe the problem images in this repository are not optimized describe the improvement i have losslessly compressed them and was able to reduce the overall file size by around without losing any image quality my branch can be found ...
0
240,445
26,256,342,616
IssuesEvent
2023-01-06 01:18:21
manishshanker/react-redux-d3-webpack-es6-seed
https://api.github.com/repos/manishshanker/react-redux-d3-webpack-es6-seed
opened
WS-2020-0345 (High) detected in jsonpointer-4.0.1.tgz
security vulnerability
## WS-2020-0345 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jsonpointer-4.0.1.tgz</b></p></summary> <p>Simple JSON Addressing.</p> <p>Library home page: <a href="https://registry.n...
True
WS-2020-0345 (High) detected in jsonpointer-4.0.1.tgz - ## WS-2020-0345 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jsonpointer-4.0.1.tgz</b></p></summary> <p>Simple JSON Addressin...
non_priority
ws high detected in jsonpointer tgz ws high severity vulnerability vulnerable library jsonpointer tgz simple json addressing library home page a href path to dependency file react redux webpack seed package json path to vulnerable library node modules jsonpoin...
0
156,917
13,656,318,466
IssuesEvent
2020-09-28 02:19:33
Requisitos-de-Software/2020.1-GuardioesdaSaude
https://api.github.com/repos/Requisitos-de-Software/2020.1-GuardioesdaSaude
closed
Criação do Storytelling
documentation
### Fazer o documento de Storytelling Fazer o documento Storytelling do app analisado Nessa issue será realizado: - O documento Storytelling do app analisado; - Colocar o documento no gh pages. Critérios de aceitação: - [ ] Storytelling criada
1.0
Criação do Storytelling - ### Fazer o documento de Storytelling Fazer o documento Storytelling do app analisado Nessa issue será realizado: - O documento Storytelling do app analisado; - Colocar o documento no gh pages. Critérios de aceitação: - [ ] Storytelling criada
non_priority
criação do storytelling fazer o documento de storytelling fazer o documento storytelling do app analisado nessa issue será realizado o documento storytelling do app analisado colocar o documento no gh pages critérios de aceitação storytelling criada
0
313,243
23,464,649,324
IssuesEvent
2022-08-16 15:41:46
golang/go
https://api.github.com/repos/golang/go
closed
go install OR docs inconsistent to install multiple versions
Documentation
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.15 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes. ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summa...
1.0
go install OR docs inconsistent to install multiple versions - ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.15 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes. ### What operating system and processor architecture are you using (`g...
non_priority
go install or docs inconsistent to install multiple versions what version of go are you using go version go version go version linux does this issue reproduce with the latest release yes what operating system and processor architecture are you using go env go...
0
32,981
15,733,157,020
IssuesEvent
2021-03-29 19:12:19
rooklift/nibbler
https://api.github.com/repos/rooklift/nibbler
closed
PGN handling is too slow
performance
New strategy needed: - Just load the whole thing into buffer. Use that instead of pgn_choices. - Don't pre-parse anything in the PGN until actually necessary. - Can probably use the sync versions of the splitter and the pre-parser again. Major difficulty is the newgame detection. Probably searching for both `\n...
True
PGN handling is too slow - New strategy needed: - Just load the whole thing into buffer. Use that instead of pgn_choices. - Don't pre-parse anything in the PGN until actually necessary. - Can probably use the sync versions of the splitter and the pre-parser again. Major difficulty is the newgame detection. Prob...
non_priority
pgn handling is too slow new strategy needed just load the whole thing into buffer use that instead of pgn choices don t pre parse anything in the pgn until actually necessary can probably use the sync versions of the splitter and the pre parser again major difficulty is the newgame detection prob...
0
389,039
26,795,112,503
IssuesEvent
2023-02-01 11:17:05
kg-construct/fnml-spec
https://api.github.com/repos/kg-construct/fnml-spec
closed
Visual overview of connections FNML
documentation
I think we need to generalize the _Figure 1 Visual overview of connections FNML_ to also cover the reference to functions as subject and probably predicate, right?
1.0
Visual overview of connections FNML - I think we need to generalize the _Figure 1 Visual overview of connections FNML_ to also cover the reference to functions as subject and probably predicate, right?
non_priority
visual overview of connections fnml i think we need to generalize the figure visual overview of connections fnml to also cover the reference to functions as subject and probably predicate right
0
68,903
9,220,226,716
IssuesEvent
2019-03-11 17:01:41
react-native-google-cast/react-native-google-cast
https://api.github.com/repos/react-native-google-cast/react-native-google-cast
closed
How to integrate this library without using Cocoapods?
documentation
I'm trying to integrate this library but not using Cocoapods, but not working so far Things I tried: npm install react-native-google-cast --save react-native link react-native-google-cast then following this to download SDK, and added the framework to xcode manually https://developers.google.com/cast/docs/ios_...
1.0
How to integrate this library without using Cocoapods? - I'm trying to integrate this library but not using Cocoapods, but not working so far Things I tried: npm install react-native-google-cast --save react-native link react-native-google-cast then following this to download SDK, and added the framework to xco...
non_priority
how to integrate this library without using cocoapods i m trying to integrate this library but not using cocoapods but not working so far things i tried npm install react native google cast save react native link react native google cast then following this to download sdk and added the framework to xco...
0
64,694
7,836,211,575
IssuesEvent
2018-06-17 16:41:16
CityOfZion/neon-wallet
https://api.github.com/repos/CityOfZion/neon-wallet
closed
Update fonts according to designs
design-v2
Fonts used in wallet app doesn't seem to be following fonts used in designs. There should be more details about fonts used in designs and then changes should be applied to the wallet app. Check designs for reference.
1.0
Update fonts according to designs - Fonts used in wallet app doesn't seem to be following fonts used in designs. There should be more details about fonts used in designs and then changes should be applied to the wallet app. Check designs for reference.
non_priority
update fonts according to designs fonts used in wallet app doesn t seem to be following fonts used in designs there should be more details about fonts used in designs and then changes should be applied to the wallet app check designs for reference
0
14,763
11,133,586,894
IssuesEvent
2019-12-20 09:44:08
finos-plexus/plexus-interop
https://api.github.com/repos/finos-plexus/plexus-interop
opened
Fix security vulnerabilities
help wanted infrastructure security
Fix detected security vulnerabilities in plexus-interop repo: https://github.com/finos-plexus/plexus-interop/network/alerts
1.0
Fix security vulnerabilities - Fix detected security vulnerabilities in plexus-interop repo: https://github.com/finos-plexus/plexus-interop/network/alerts
non_priority
fix security vulnerabilities fix detected security vulnerabilities in plexus interop repo
0
142,804
19,103,034,122
IssuesEvent
2021-11-30 01:57:55
TreyM-WSS/Struts2-Examples
https://api.github.com/repos/TreyM-WSS/Struts2-Examples
opened
CVE-2021-39148 (High) detected in xstream-1.4.2.jar
security vulnerability
## CVE-2021-39148 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.2.jar</b></p></summary> <p>The Codehaus is a collaborative environment for building open source projects w...
True
CVE-2021-39148 (High) detected in xstream-1.4.2.jar - ## CVE-2021-39148 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.2.jar</b></p></summary> <p>The Codehaus is a collabo...
non_priority
cve high detected in xstream jar cve high severity vulnerability vulnerable library xstream jar the codehaus is a collaborative environment for building open source projects with a strong emphasis on modern languages focussed on quality components that meet real world needs ...
0
228,106
17,410,562,934
IssuesEvent
2021-08-03 11:47:21
PyTorchLightning/pytorch-lightning
https://api.github.com/repos/PyTorchLightning/pytorch-lightning
closed
[RFC][Docs] Expand Common Use Cases to improve discoverability
documentation enhancement
## 📚 Documentation The goal is to improve discoverability when using the docs for new users, or users who just want to see what features we support. We've grouped quite a bit into the drop down which hides and obfuscates important information that the user may not know to click imo. To improve this, I suggest we...
1.0
[RFC][Docs] Expand Common Use Cases to improve discoverability - ## 📚 Documentation The goal is to improve discoverability when using the docs for new users, or users who just want to see what features we support. We've grouped quite a bit into the drop down which hides and obfuscates important information that the...
non_priority
expand common use cases to improve discoverability 📚 documentation the goal is to improve discoverability when using the docs for new users or users who just want to see what features we support we ve grouped quite a bit into the drop down which hides and obfuscates important information that the user may...
0
35,526
9,606,436,330
IssuesEvent
2019-05-11 10:21:19
moby/moby
https://api.github.com/repos/moby/moby
closed
Deprecate the dot
area/builder area/cli kind/enhancement
When building images, let’s assume the Dockerfile and associated resources are found in the current working directory unless this path is explicitly overridden.
1.0
Deprecate the dot - When building images, let’s assume the Dockerfile and associated resources are found in the current working directory unless this path is explicitly overridden.
non_priority
deprecate the dot when building images let’s assume the dockerfile and associated resources are found in the current working directory unless this path is explicitly overridden
0
124,294
12,228,206,945
IssuesEvent
2020-05-03 18:24:42
Kkwolek98/psm-project
https://api.github.com/repos/Kkwolek98/psm-project
closed
Uzupełnienie albumu na imgur o nowe zmiany
documentation
Zmiany: Profile ---> dodano listę znajomych FindItem ---> losowy cytat motywacyjny Login ---> dodano funkcję log in with google
1.0
Uzupełnienie albumu na imgur o nowe zmiany - Zmiany: Profile ---> dodano listę znajomych FindItem ---> losowy cytat motywacyjny Login ---> dodano funkcję log in with google
non_priority
uzupełnienie albumu na imgur o nowe zmiany zmiany profile dodano listę znajomych finditem losowy cytat motywacyjny login dodano funkcję log in with google
0
55,781
31,027,048,785
IssuesEvent
2023-08-10 09:50:17
kodadot/nft-gallery
https://api.github.com/repos/kodadot/nft-gallery
closed
💥⚰️ Vuex Options (MILESTONE)
performance 🍗 - schnitzel chief vue3 A-multi-chain
I see that we are getting various unwanted side effects by having / maintaining [vuex-options](https://github.com/kodadot/packages/tree/main/vuex-options) So I will be adding issues to get rid of dependency on this package. The it's deeply rooted in the codebase (because we were relying on it the past). I'll be a...
True
💥⚰️ Vuex Options (MILESTONE) - I see that we are getting various unwanted side effects by having / maintaining [vuex-options](https://github.com/kodadot/packages/tree/main/vuex-options) So I will be adding issues to get rid of dependency on this package. The it's deeply rooted in the codebase (because we were rel...
non_priority
💥⚰️ vuex options milestone i see that we are getting various unwanted side effects by having maintaining so i will be adding issues to get rid of dependency on this package the it s deeply rooted in the codebase because we were relying on it the past i ll be also hacking with some non trivial ones ...
0
28,244
13,616,264,882
IssuesEvent
2020-09-23 15:24:51
cwpearson/stencil
https://api.github.com/repos/cwpearson/stencil
closed
MPI_Isend in remote sender can be very delayed
performance
A profile of `exchange-strong 60 60 60` on 1 2-socket P9 node with 4 V100s, using DomainKernel and Staged methods. ![Screenshot_20200922_144056](https://user-images.githubusercontent.com/6765756/93935321-aa1ba100-fce1-11ea-9660-c18a32d32fd0.png) The host-to-host send is quite delayed from the pack/d2h copy, which...
True
MPI_Isend in remote sender can be very delayed - A profile of `exchange-strong 60 60 60` on 1 2-socket P9 node with 4 V100s, using DomainKernel and Staged methods. ![Screenshot_20200922_144056](https://user-images.githubusercontent.com/6765756/93935321-aa1ba100-fce1-11ea-9660-c18a32d32fd0.png) The host-to-host se...
non_priority
mpi isend in remote sender can be very delayed a profile of exchange strong on socket node with using domainkernel and staged methods the host to host send is quite delayed from the pack copy which completes shortly after it is initiated this should be started as early as possible f...
0
65,960
14,761,971,450
IssuesEvent
2021-01-09 01:12:45
BryanLaura/Google-api-python-client
https://api.github.com/repos/BryanLaura/Google-api-python-client
opened
CVE-2012-6708 (Medium) detected in jquery-1.7.2.min.js, jquery-1.8.2.min.js
security vulnerability
## CVE-2012-6708 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.7.2.min.js</b>, <b>jquery-1.8.2.min.js</b></p></summary> <p> <details><summary><b>jquery-1.7.2.min.js</b><...
True
CVE-2012-6708 (Medium) detected in jquery-1.7.2.min.js, jquery-1.8.2.min.js - ## CVE-2012-6708 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.7.2.min.js</b>, <b>jquery-1.8...
non_priority
cve medium detected in jquery min js jquery min js cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery min js javascript library for dom operations library home page a href path to dependency file goog...
0
96,982
10,974,128,348
IssuesEvent
2019-11-29 08:19:51
TomasS666/frontend-data
https://api.github.com/repos/TomasS666/frontend-data
closed
Review Concept
documentation
Concept is nog wel aardig kort uitgelegd. Het idee is wel super gaaf voor zover ik begrijp.
1.0
Review Concept - Concept is nog wel aardig kort uitgelegd. Het idee is wel super gaaf voor zover ik begrijp.
non_priority
review concept concept is nog wel aardig kort uitgelegd het idee is wel super gaaf voor zover ik begrijp
0
207,576
23,459,551,245
IssuesEvent
2022-08-16 11:59:24
Gal-Doron/Baragon-test-9
https://api.github.com/repos/Gal-Doron/Baragon-test-9
opened
jetty-server-9.4.18.v20190429.jar: 5 vulnerabilities (highest severity is: 7.5)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jetty-server-9.4.18.v20190429.jar</b></p></summary> <p>The core jetty server artifact.</p> <p>Library home page: <a href="http://www.eclipse.org/jetty">http://www.ecl...
True
jetty-server-9.4.18.v20190429.jar: 5 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jetty-server-9.4.18.v20190429.jar</b></p></summary> <p>The core jetty server artifac...
non_priority
jetty server jar vulnerabilities highest severity is vulnerable library jetty server jar the core jetty server artifact library home page a href path to dependency file baragondata pom xml path to vulnerable library home wss scanner repository org eclipse jetty ...
0
117,214
25,071,897,044
IssuesEvent
2022-11-07 12:50:01
SouJunior/vagas-frontend
https://api.github.com/repos/SouJunior/vagas-frontend
closed
Component: renomear ExtendedFooter.tsx
improvement code fix
Após mudanças no protótipo... Renomear `ExtendedFooter.tsx` para `Footer.tsx`, e apagar o `SimpleFooter.tsx`. ### Lembrar de trocar o nome onde esse componente é chamado/usado, para evitar bugs.
1.0
Component: renomear ExtendedFooter.tsx - Após mudanças no protótipo... Renomear `ExtendedFooter.tsx` para `Footer.tsx`, e apagar o `SimpleFooter.tsx`. ### Lembrar de trocar o nome onde esse componente é chamado/usado, para evitar bugs.
non_priority
component renomear extendedfooter tsx após mudanças no protótipo renomear extendedfooter tsx para footer tsx e apagar o simplefooter tsx lembrar de trocar o nome onde esse componente é chamado usado para evitar bugs
0
174,354
21,261,141,088
IssuesEvent
2022-04-13 04:29:03
Seagate/cortx-utils
https://api.github.com/repos/Seagate/cortx-utils
reopened
CVE-2021-34141 (Medium) detected in numpy-1.19.5-cp37-cp37m-manylinux2010_x86_64.whl
needs-attention security vulnerability
## CVE-2021-34141 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>numpy-1.19.5-cp37-cp37m-manylinux2010_x86_64.whl</b>, <b>numpy-1.21.5-cp37-cp37m-manylinux_2_12_x86_64.manylinux201...
True
CVE-2021-34141 (Medium) detected in numpy-1.19.5-cp37-cp37m-manylinux2010_x86_64.whl - ## CVE-2021-34141 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>numpy-1.19.5-cp37-cp37m-many...
non_priority
cve medium detected in numpy whl cve medium severity vulnerability vulnerable libraries numpy whl numpy manylinux whl numpy whl numpy is the fundamental package for array computing with python library hom...
0
258,306
22,301,585,538
IssuesEvent
2022-06-13 09:12:33
ibissource/ladybug-frontend
https://api.github.com/repos/ibissource/ladybug-frontend
closed
Rerun report failure, replace, succeed
Testing
* Create reports in tab debug and copy to test tab. * Go to test tab. * Check that button “run all” is disabled. * Select one report, rerun. * Check that it has failed. * Click “Replace”. * Rerun the report. * Check that it succeeds.
1.0
Rerun report failure, replace, succeed - * Create reports in tab debug and copy to test tab. * Go to test tab. * Check that button “run all” is disabled. * Select one report, rerun. * Check that it has failed. * Click “Replace”. * Rerun the report. * Check that it succeeds.
non_priority
rerun report failure replace succeed create reports in tab debug and copy to test tab go to test tab check that button “run all” is disabled select one report rerun check that it has failed click “replace” rerun the report check that it succeeds
0
12,304
5,186,160,789
IssuesEvent
2017-01-20 13:06:55
yandex/ClickHouse
https://api.github.com/repos/yandex/ClickHouse
closed
Build failed on FreeBSD
build
Try to build by doc/build_freebsd.sh instructions on freebsd11 `>cmake --version cmake version 3.7.1 ` `>cmake .. -DCMAKE_CXX_COMPILER=`which g++6` -DCMAKE_C_COMPILER=`which gcc6` CMake Error: The source directory "/home/user/work/ClickHouse/build/found" does not exist. `
1.0
Build failed on FreeBSD - Try to build by doc/build_freebsd.sh instructions on freebsd11 `>cmake --version cmake version 3.7.1 ` `>cmake .. -DCMAKE_CXX_COMPILER=`which g++6` -DCMAKE_C_COMPILER=`which gcc6` CMake Error: The source directory "/home/user/work/ClickHouse/build/found" does not exist. `
non_priority
build failed on freebsd try to build by doc build freebsd sh instructions on cmake version cmake version cmake dcmake cxx compiler which g dcmake c compiler which cmake error the source directory home user work clickhouse build found does not exist
0
62,450
26,003,783,570
IssuesEvent
2022-12-20 17:22:38
BCDevOps/developer-experience
https://api.github.com/repos/BCDevOps/developer-experience
closed
OCP 4.11 Verify new Samples images and Templates
team/DXC ops and shared services
**Describe the issue** The Samples Operator manages the imagestreams and templates in the `openshift` namespace. With each new version of OCP some samples are added and removed. There is a playbook that sets exclusions to trim down which samples are available on the cluster. Determine which images/templates are new and...
1.0
OCP 4.11 Verify new Samples images and Templates - **Describe the issue** The Samples Operator manages the imagestreams and templates in the `openshift` namespace. With each new version of OCP some samples are added and removed. There is a playbook that sets exclusions to trim down which samples are available on the cl...
non_priority
ocp verify new samples images and templates describe the issue the samples operator manages the imagestreams and templates in the openshift namespace with each new version of ocp some samples are added and removed there is a playbook that sets exclusions to trim down which samples are available on the clu...
0
106,788
13,386,058,261
IssuesEvent
2020-09-02 14:15:36
hpe-design/design-system
https://api.github.com/repos/hpe-design/design-system
opened
Add "real world" example or guidance to modal example within Layer component
design
- Add example with a button - Maybe a checkbox We might be able to also add more guidance within each example. Note: It looks like there is also an alignment issues with the "mail" icon. Ill defer to the designers but I believe the icon should align with top/bottom of text. ![image](https://user-images.gith...
1.0
Add "real world" example or guidance to modal example within Layer component - - Add example with a button - Maybe a checkbox We might be able to also add more guidance within each example. Note: It looks like there is also an alignment issues with the "mail" icon. Ill defer to the designers but I believe th...
non_priority
add real world example or guidance to modal example within layer component add example with a button maybe a checkbox we might be able to also add more guidance within each example note it looks like there is also an alignment issues with the mail icon ill defer to the designers but i believe th...
0
155,817
19,803,040,231
IssuesEvent
2022-01-19 01:23:06
vlaship/spark-streaming
https://api.github.com/repos/vlaship/spark-streaming
opened
CVE-2022-23305 (High) detected in log4j-1.2.17.jar
security vulnerability
## CVE-2022-23305 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.17.jar</b></p></summary> <p>Apache Log4j 1.2</p> <p>Path to dependency file: /build.gradle</p> <p>Path to vu...
True
CVE-2022-23305 (High) detected in log4j-1.2.17.jar - ## CVE-2022-23305 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.17.jar</b></p></summary> <p>Apache Log4j 1.2</p> <p>Pat...
non_priority
cve high detected in jar cve high severity vulnerability vulnerable library jar apache path to dependency file build gradle path to vulnerable library root gradle caches modules files jar root gradle caches modules files ...
0
65,335
7,872,910,249
IssuesEvent
2018-06-25 12:50:32
usds/us-forms-system
https://api.github.com/repos/usds/us-forms-system
closed
Make an inventory of all features currently offered by the Forms library
[practice] design [practice] product [type] research
- [x] List everything from forms on Vets.gov - [x] Add anything that is not there but IS included in react-json-schema-form (RJSF).
1.0
Make an inventory of all features currently offered by the Forms library - - [x] List everything from forms on Vets.gov - [x] Add anything that is not there but IS included in react-json-schema-form (RJSF).
non_priority
make an inventory of all features currently offered by the forms library list everything from forms on vets gov add anything that is not there but is included in react json schema form rjsf
0
63,169
7,697,877,179
IssuesEvent
2018-05-18 20:29:50
gitburn/gitburn
https://api.github.com/repos/gitburn/gitburn
closed
Branch selection in "Merge" should use the branches list
design
As of #745, in the Merge popup we show the branches list using a `<select>` This sucks in a couple ways: 1. Filtering is hard. 2. No grouping.
1.0
Branch selection in "Merge" should use the branches list - As of #745, in the Merge popup we show the branches list using a `<select>` This sucks in a couple ways: 1. Filtering is hard. 2. No grouping.
non_priority
branch selection in merge should use the branches list as of in the merge popup we show the branches list using a this sucks in a couple ways filtering is hard no grouping
0
183,887
31,779,754,719
IssuesEvent
2023-09-12 16:34:01
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
opened
Implement multiselect checkbox dropdowns into the CMS
Needs refining CMS design system CMS Team
## Description - As a designer, I want to have a component in the design system that allows for a good UX when selecting multiple options from a large list, so that I can use this component in places where it would solve a UX problem for my product. - As a developer, I want to blank, so that blank. - As a CMS Edit...
1.0
Implement multiselect checkbox dropdowns into the CMS - ## Description - As a designer, I want to have a component in the design system that allows for a good UX when selecting multiple options from a large list, so that I can use this component in places where it would solve a UX problem for my product. - As a dev...
non_priority
implement multiselect checkbox dropdowns into the cms description as a designer i want to have a component in the design system that allows for a good ux when selecting multiple options from a large list so that i can use this component in places where it would solve a ux problem for my product as a dev...
0
43,579
9,461,983,754
IssuesEvent
2019-04-17 14:33:32
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
[3.9.x] [a11y] Number of positions selector is not accessible
Accessibility J3 Issue No Code Attached Yet
### Steps to reproduce the issue 1. Use screen reader, e.g. NVDA 2. Go to the search results list page (for ex. use search module to search for a popular word, e.g. joomla on a test site) 3. Go to "Display #" list. 4. Select any number position ### Expected result 1. The screen reader announces the selected num...
1.0
[3.9.x] [a11y] Number of positions selector is not accessible - ### Steps to reproduce the issue 1. Use screen reader, e.g. NVDA 2. Go to the search results list page (for ex. use search module to search for a popular word, e.g. joomla on a test site) 3. Go to "Display #" list. 4. Select any number position ### ...
non_priority
number of positions selector is not accessible steps to reproduce the issue use screen reader e g nvda go to the search results list page for ex use search module to search for a popular word e g joomla on a test site go to display list select any number position expected re...
0
312,862
23,446,225,208
IssuesEvent
2022-08-15 19:56:49
vercel/next.js
https://api.github.com/repos/vercel/next.js
opened
Docs:
template: documentation
### What is the improvement or update you wish to see? I created a PR ([vercel/next.js: Pull Request 39228](https://github.com/vercel/next.js/pull/39228)) a few days ago about supporting Next.js app deployment for China, and @leerob mentioned pushing it back on the issue stage, so I'm creating this issue here for othe...
1.0
Docs: - ### What is the improvement or update you wish to see? I created a PR ([vercel/next.js: Pull Request 39228](https://github.com/vercel/next.js/pull/39228)) a few days ago about supporting Next.js app deployment for China, and @leerob mentioned pushing it back on the issue stage, so I'm creating this issue here...
non_priority
docs what is the improvement or update you wish to see i created a pr a few days ago about supporting next js app deployment for china and leerob mentioned pushing it back on the issue stage so i m creating this issue here for other devs to review is there any context that might help us understa...
0
213,212
23,966,153,760
IssuesEvent
2022-09-13 01:17:10
Satheesh575555/linux-4.1.15
https://api.github.com/repos/Satheesh575555/linux-4.1.15
closed
WS-2021-0519 (Medium) detected in linuxlinux-4.6 - autoclosed
security vulnerability
## WS-2021-0519 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel...
True
WS-2021-0519 (Medium) detected in linuxlinux-4.6 - autoclosed - ## WS-2021-0519 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary> <p> <p>The Linux Kern...
non_priority
ws medium detected in linuxlinux autoclosed ws medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in base branch master vulnerable source files drivers scsi scsih c drivers...
0
20,638
27,316,804,393
IssuesEvent
2023-02-24 16:18:57
MicrosoftDocs/azure-devops-docs
https://api.github.com/repos/MicrosoftDocs/azure-devops-docs
closed
docs: don't use the term "main pipeline"
devops/prod doc-bug Pri1 devops-cicd-process/tech
On the [template types and usages](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/templates?view=azure-devops#use-other-repositories) page, the docs state: > You may also use `@self` to refer to the repository where the main pipeline was found. This comes right after the following Note: > If ...
1.0
docs: don't use the term "main pipeline" - On the [template types and usages](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/templates?view=azure-devops#use-other-repositories) page, the docs state: > You may also use `@self` to refer to the repository where the main pipeline was found. This com...
non_priority
docs don t use the term main pipeline on the page the docs state you may also use self to refer to the repository where the main pipeline was found this comes right after the following note if no ref is specified the pipeline will default to using refs heads main at this point it s a...
0
2,079
4,357,623,103
IssuesEvent
2016-08-02 03:00:49
flyingSprite/bijou
https://api.github.com/repos/flyingSprite/bijou
reopened
Set app icon, splash, and name for ionic app on IOS.
requirement
I create an ionic app, and import in my iphone. But it uses cordova app icon and use "HelloCordova" name. So I need to set a new icon and a new name for my App
1.0
Set app icon, splash, and name for ionic app on IOS. - I create an ionic app, and import in my iphone. But it uses cordova app icon and use "HelloCordova" name. So I need to set a new icon and a new name for my App
non_priority
set app icon splash and name for ionic app on ios i create an ionic app and import in my iphone but it uses cordova app icon and use hellocordova name so i need to set a new icon and a new name for my app
0
320,941
23,832,422,030
IssuesEvent
2022-09-05 23:35:31
marcosdosea/AgendeMe
https://api.github.com/repos/marcosdosea/AgendeMe
closed
Remover relação entre as entidades "Cidadao" e "Especialidade" no modelo de banco de dados
documentation
Inicialmente, não será tratada a questão das especialidades que os profissionais podem possuir. Deste modo, a relação deve ser deletada e, a entidade "Especialidade" deve ser excluída no modelo do banco de dados.
1.0
Remover relação entre as entidades "Cidadao" e "Especialidade" no modelo de banco de dados - Inicialmente, não será tratada a questão das especialidades que os profissionais podem possuir. Deste modo, a relação deve ser deletada e, a entidade "Especialidade" deve ser excluída no modelo do banco de dados.
non_priority
remover relação entre as entidades cidadao e especialidade no modelo de banco de dados inicialmente não será tratada a questão das especialidades que os profissionais podem possuir deste modo a relação deve ser deletada e a entidade especialidade deve ser excluída no modelo do banco de dados
0
100,461
16,489,885,955
IssuesEvent
2021-05-25 01:05:44
billmcchesney1/t-vault
https://api.github.com/repos/billmcchesney1/t-vault
opened
CVE-2021-23369 (High) detected in handlebars-4.7.6.tgz
security vulnerability
## CVE-2021-23369 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.7.6.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates ...
True
CVE-2021-23369 (High) detected in handlebars-4.7.6.tgz - ## CVE-2021-23369 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.7.6.tgz</b></p></summary> <p>Handlebars provides...
non_priority
cve high detected in handlebars tgz cve high severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file t vault tva...
0
145,821
22,791,948,102
IssuesEvent
2022-07-10 06:00:05
microsoft/fluentui
https://api.github.com/repos/microsoft/fluentui
closed
Screen reader is announcing incorrect information for SwatchColorPicker
Resolution: By Design Area: Narrator Component: SwatchColorPicker
### Environment Information - **Package version(s)**: ^8.15.1 - **Browser and OS versions**: Edge Version 98.0.1108.56 (Official build) (64-bit) / Windows 11 ### Describe the issue: Screen reader is announcing incorrect information as read only when focus navigates to colors buttons. Screen reader does not an...
1.0
Screen reader is announcing incorrect information for SwatchColorPicker - ### Environment Information - **Package version(s)**: ^8.15.1 - **Browser and OS versions**: Edge Version 98.0.1108.56 (Official build) (64-bit) / Windows 11 ### Describe the issue: Screen reader is announcing incorrect information as r...
non_priority
screen reader is announcing incorrect information for swatchcolorpicker environment information package version s browser and os versions edge version official build bit windows describe the issue screen reader is announcing incorrect information as read only...
0
15,791
9,085,571,331
IssuesEvent
2019-02-18 08:43:07
UnixJunkie/parany
https://api.github.com/repos/UnixJunkie/parany
closed
create a branch using serializers to/from int bigarray
feature-request performance prio-01
less generic than using ancient but still useful and probably easier to write/maintain
True
create a branch using serializers to/from int bigarray - less generic than using ancient but still useful and probably easier to write/maintain
non_priority
create a branch using serializers to from int bigarray less generic than using ancient but still useful and probably easier to write maintain
0
232,981
18,940,793,147
IssuesEvent
2021-11-18 02:25:44
Tencent/bk-sops
https://api.github.com/repos/Tencent/bk-sops
closed
【V3.10.0】变量的KEY字段不符合规范,点击保存按钮,会一直新增${}
type/test-stage-bug
关键信息 ======= - [ ] bk-sops 版本: - [ ] 重现方法 ======= <!-- 列出如何重现的方法或操作步骤 --> 新建变量->随意选择一个变量类型,如:输入框->在KEY字段输入不符合规范的值,如:test 01->点击保存按钮->KEY字段会一直新增${},如图所示 ![image](https://user-images.githubusercontent.com/93375471/141227649-6f7f2b1b-9a4a-4777-8ade-89577a919ba5.png)
1.0
【V3.10.0】变量的KEY字段不符合规范,点击保存按钮,会一直新增${} - 关键信息 ======= - [ ] bk-sops 版本: - [ ] 重现方法 ======= <!-- 列出如何重现的方法或操作步骤 --> 新建变量->随意选择一个变量类型,如:输入框->在KEY字段输入不符合规范的值,如:test 01->点击保存按钮->KEY字段会一直新增${},如图所示 ![image](https://user-images.githubusercontent.com/93375471/141227649-6f7f2b1b-9a4a-4777-8ade-89577a919ba5.png) ...
non_priority
【 】变量的key字段不符合规范 点击保存按钮,会一直新增 关键信息 bk sops 版本: 重现方法 新建变量 随意选择一个变量类型,如:输入框 在key字段输入不符合规范的值,如:test 点击保存按钮 key字段会一直新增 ,如图所示
0
180,497
13,934,155,899
IssuesEvent
2020-10-22 09:39:02
aio-libs/aiosmtpd
https://api.github.com/repos/aio-libs/aiosmtpd
closed
[FTBFS into debian] A test randomly fails.
testing
Dear developers, Sometimes, the testing part of aiosmtpd fails, because of a specific test. Here is, in that case, the error that occurs. ``` ====================================================================== ERROR: test_debug_3 (aiosmtpd.tests.test_main.TestMain) -----------------------------------------...
1.0
[FTBFS into debian] A test randomly fails. - Dear developers, Sometimes, the testing part of aiosmtpd fails, because of a specific test. Here is, in that case, the error that occurs. ``` ====================================================================== ERROR: test_debug_3 (aiosmtpd.tests.test_main.TestMai...
non_priority
a test randomly fails dear developers sometimes the testing part of aiosmtpd fails because of a specific test here is in that case the error that occurs error test debug aiosmtpd tests test main testmain ...
0
49,134
7,477,827,873
IssuesEvent
2018-04-04 09:33:13
terraform-providers/terraform-provider-azurerm
https://api.github.com/repos/terraform-providers/terraform-provider-azurerm
closed
App Service Plan resource documentation error
documentation service/app-service
How do I report an error in documentation? I am working on deploying an App Service Plan into and App Service Environment and the the documentation on the terraform.io website incorrectly states that if you are attaching an App Service Plan to an App Service Environment you must use the Premium SKU. It should read th...
1.0
App Service Plan resource documentation error - How do I report an error in documentation? I am working on deploying an App Service Plan into and App Service Environment and the the documentation on the terraform.io website incorrectly states that if you are attaching an App Service Plan to an App Service Environment ...
non_priority
app service plan resource documentation error how do i report an error in documentation i am working on deploying an app service plan into and app service environment and the the documentation on the terraform io website incorrectly states that if you are attaching an app service plan to an app service environment ...
0
7,509
18,067,784,262
IssuesEvent
2021-09-20 21:21:38
CityOfDetroit/bloom
https://api.github.com/repos/CityOfDetroit/bloom
opened
Bulleted Unit Details / Amenities
epic: data architecture M13+ HRD Feedback
HRD requested easier-to-read bulleted list of Unit Details / Unit Amenities on the Listing Details view. Note: Additional data parsing required.
1.0
Bulleted Unit Details / Amenities - HRD requested easier-to-read bulleted list of Unit Details / Unit Amenities on the Listing Details view. Note: Additional data parsing required.
non_priority
bulleted unit details amenities hrd requested easier to read bulleted list of unit details unit amenities on the listing details view note additional data parsing required
0
96,607
8,621,374,343
IssuesEvent
2018-11-20 17:10:34
ubccapico/peer-review-averages
https://api.github.com/repos/ubccapico/peer-review-averages
reopened
Duplicate or old peer reviews
Ready for Testing bug enhancement
Script gets all peer reviews, regardless of them being the most updated ones for the current assignment or whether it's an older peer review from a previous assignment. Need a way to separate old and new peer reviews. Or just extract latest peer reviews. Problem can effect peer review averaging and cause errors...
1.0
Duplicate or old peer reviews - Script gets all peer reviews, regardless of them being the most updated ones for the current assignment or whether it's an older peer review from a previous assignment. Need a way to separate old and new peer reviews. Or just extract latest peer reviews. Problem can effect peer r...
non_priority
duplicate or old peer reviews script gets all peer reviews regardless of them being the most updated ones for the current assignment or whether it s an older peer review from a previous assignment need a way to separate old and new peer reviews or just extract latest peer reviews problem can effect peer r...
0
6,612
3,864,646,462
IssuesEvent
2016-04-08 14:37:24
angular/angularfire2
https://api.github.com/repos/angular/angularfire2
closed
RFC: separate AngularFire service into multiple services to reflect Firebase platform better
comp: build/pipeline type: RFC / discussion / question
Firebase has multiple parts to it: Realtime Database, Authentication, Hosting (though hosting isn't really part of the AngularFire lib). As these parts are likely to grow in scope over time, it's good to think now about how to keep them separated in a way that's clear to users. We currently have the `AngularFire` se...
1.0
RFC: separate AngularFire service into multiple services to reflect Firebase platform better - Firebase has multiple parts to it: Realtime Database, Authentication, Hosting (though hosting isn't really part of the AngularFire lib). As these parts are likely to grow in scope over time, it's good to think now about how t...
non_priority
rfc separate angularfire service into multiple services to reflect firebase platform better firebase has multiple parts to it realtime database authentication hosting though hosting isn t really part of the angularfire lib as these parts are likely to grow in scope over time it s good to think now about how t...
0
250,999
18,921,600,287
IssuesEvent
2021-11-17 02:48:32
pavanramadass/-Entity-Traffic-Map
https://api.github.com/repos/pavanramadass/-Entity-Traffic-Map
closed
Project Details
documentation good first issue
- [x] Product Details - [x] Language Details - [x] Sprint Details - [x] Team Details - [x] #15
1.0
Project Details - - [x] Product Details - [x] Language Details - [x] Sprint Details - [x] Team Details - [x] #15
non_priority
project details product details language details sprint details team details
0
226
2,562,544,231
IssuesEvent
2015-02-06 02:53:26
TypeStrong/atom-typescript
https://api.github.com/repos/TypeStrong/atom-typescript
closed
Be Async
performance
Using the language service in the UI thread is slow. Solution : run it out of process. Tasks: * [x] hover tooltip * [x] errors for files * [x] Build * [x] Use Promises not callbacks in UI thread (Atom comes with a version that has native `Promise`. If possible use that and make your code async.) * [x] linter...
True
Be Async - Using the language service in the UI thread is slow. Solution : run it out of process. Tasks: * [x] hover tooltip * [x] errors for files * [x] Build * [x] Use Promises not callbacks in UI thread (Atom comes with a version that has native `Promise`. If possible use that and make your code async.) *...
non_priority
be async using the language service in the ui thread is slow solution run it out of process tasks hover tooltip errors for files build use promises not callbacks in ui thread atom comes with a version that has native promise if possible use that and make your code async linte...
0
1,189
2,601,756,427
IssuesEvent
2015-02-24 00:33:10
chrsmith/bwapi
https://api.github.com/repos/chrsmith/bwapi
closed
getMinerals and getGeysers always return 0
auto-migrated Type-Defect
``` What steps will reproduce the problem? 1. use bwapi 3.1.1 beta 2. run exampleAIclient.exe (the one that came with bwapi) 3. launch singleplayer custom game "astral balance" What is the expected output? What do you see instead? i expect to see the workers harvesting minerals, but they just sit there. after adding c...
1.0
getMinerals and getGeysers always return 0 - ``` What steps will reproduce the problem? 1. use bwapi 3.1.1 beta 2. run exampleAIclient.exe (the one that came with bwapi) 3. launch singleplayer custom game "astral balance" What is the expected output? What do you see instead? i expect to see the workers harvesting min...
non_priority
getminerals and getgeysers always return what steps will reproduce the problem use bwapi beta run exampleaiclient exe the one that came with bwapi launch singleplayer custom game astral balance what is the expected output what do you see instead i expect to see the workers harvesting min...
0
84,825
10,566,406,803
IssuesEvent
2019-10-05 18:31:44
cornell-dti/samwise
https://api.github.com/repos/cornell-dti/samwise
opened
"Last Day of Class" buttons need styling
bug design enhancement frontend good first issue
**Describe the bug** The two buttons on the date picker when creating a new repeating task needs styling. **To Reproduce** Try to create a repeating task and set an end date **Screenshots** ![image](https://user-images.githubusercontent.com/6147405/66259229-897ad400-e77c-11e9-8dc0-cc1b814e5a8b.png) **Style...
1.0
"Last Day of Class" buttons need styling - **Describe the bug** The two buttons on the date picker when creating a new repeating task needs styling. **To Reproduce** Try to create a repeating task and set an end date **Screenshots** ![image](https://user-images.githubusercontent.com/6147405/66259229-897ad400-...
non_priority
last day of class buttons need styling describe the bug the two buttons on the date picker when creating a new repeating task needs styling to reproduce try to create a repeating task and set an end date screenshots styles we don t have official designs yet but just to get somet...
0
9,714
11,768,584,189
IssuesEvent
2020-03-15 11:03:56
presscustomizr/hueman
https://api.github.com/repos/presscustomizr/hueman
closed
[CSS] prefix .pad class more specifically to avoid potential conflic with plugins
enhancement plugin compatibility urgent
![2020-03-11_13-54-23](https://user-images.githubusercontent.com/3038156/76419090-1109e600-63a0-11ea-833e-97f243c1e5e3.png) reported here : https://secure.helpscout.net/conversation/1103443166/220415?folderId=607547
True
[CSS] prefix .pad class more specifically to avoid potential conflic with plugins - ![2020-03-11_13-54-23](https://user-images.githubusercontent.com/3038156/76419090-1109e600-63a0-11ea-833e-97f243c1e5e3.png) reported here : https://secure.helpscout.net/conversation/1103443166/220415?folderId=607547
non_priority
prefix pad class more specifically to avoid potential conflic with plugins reported here
0
24,035
16,762,842,266
IssuesEvent
2021-06-14 03:21:28
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
opened
Build failed: Validate-DotNet/main #runtime-94017-.NET6
area-Infrastructure
Build [#runtime-94017-.NET6](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1185537) failed ## :x: : internal / Validate-DotNet failed ### Summary **Finished** - Mon, 14 Jun 2021 03:18:38 GMT **Duration** - 253 minutes **Requested for** - DotNet Bot **Reason** - manua...
1.0
Build failed: Validate-DotNet/main #runtime-94017-.NET6 - Build [#runtime-94017-.NET6](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1185537) failed ## :x: : internal / Validate-DotNet failed ### Summary **Finished** - Mon, 14 Jun 2021 03:18:38 GMT **Duration** - 253 m...
non_priority
build failed validate dotnet main runtime build failed x internal validate dotnet failed summary finished mon jun gmt duration minutes requested for dotnet bot reason manual details validation ring x netcore engineeri...
0
3,068
2,663,352,606
IssuesEvent
2015-03-20 04:14:34
codeforamerica/brigade-alpha
https://api.github.com/repos/codeforamerica/brigade-alpha
closed
Cartography!
design ★★
#### Manager Speak We've been rocking the same basemap on the Brigade site foooorever. We need a new coat of paint, a fresh approach, a kick in the pants. Lets get something edgy, provacative, something that really pops. It could be Stameny and dark. It could minimal and show off the Brigades. It could be in your face...
1.0
Cartography! - #### Manager Speak We've been rocking the same basemap on the Brigade site foooorever. We need a new coat of paint, a fresh approach, a kick in the pants. Lets get something edgy, provacative, something that really pops. It could be Stameny and dark. It could minimal and show off the Brigades. It could...
non_priority
cartography manager speak we ve been rocking the same basemap on the brigade site foooorever we need a new coat of paint a fresh approach a kick in the pants lets get something edgy provacative something that really pops it could be stameny and dark it could minimal and show off the brigades it could...
0
1,396
3,193,911,404
IssuesEvent
2015-09-30 09:00:01
dylan-hackers/mindy
https://api.github.com/repos/dylan-hackers/mindy
opened
Automated builds on Jenkins
A-infrastructure E-easy
We should set up some automated builds on https://jenkins.opendylan.org/ for the various platforms.
1.0
Automated builds on Jenkins - We should set up some automated builds on https://jenkins.opendylan.org/ for the various platforms.
non_priority
automated builds on jenkins we should set up some automated builds on for the various platforms
0
91,437
10,720,565,928
IssuesEvent
2019-10-26 18:36:20
jilesingh/LearnPythonTheHardWay
https://api.github.com/repos/jilesingh/LearnPythonTheHardWay
closed
use committ messages wisely
documentation
when you committ something then please use committ message which gives some information about the committ, for eg. you have included exercise 32 to 35 then committ message can be "ex32 to ex35 added - mostly loops implementation" Also remember don't make the committ message too long, at most 10 words
1.0
use committ messages wisely - when you committ something then please use committ message which gives some information about the committ, for eg. you have included exercise 32 to 35 then committ message can be "ex32 to ex35 added - mostly loops implementation" Also remember don't make the committ message too long, a...
non_priority
use committ messages wisely when you committ something then please use committ message which gives some information about the committ for eg you have included exercise to then committ message can be to added mostly loops implementation also remember don t make the committ message too long at most ...
0
204,691
23,272,118,652
IssuesEvent
2022-08-05 01:05:02
t2kx/juice-shop
https://api.github.com/repos/t2kx/juice-shop
closed
CVE-2021-35065 (High) detected in glob-parent-3.1.0.tgz, glob-parent-5.1.1.tgz - autoclosed
security vulnerability
## CVE-2021-35065 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-3.1.0.tgz</b>, <b>glob-parent-5.1.1.tgz</b></p></summary> <p> <details><summary><b>glob-parent-3.1.0.tgz...
True
CVE-2021-35065 (High) detected in glob-parent-3.1.0.tgz, glob-parent-5.1.1.tgz - autoclosed - ## CVE-2021-35065 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-3.1.0.tgz</...
non_priority
cve high detected in glob parent tgz glob parent tgz autoclosed cve high severity vulnerability vulnerable libraries glob parent tgz glob parent tgz glob parent tgz strips glob magic from a string to provide the parent directory path library ho...
0
13,216
3,317,314,479
IssuesEvent
2015-11-06 21:02:59
FactomProject/WorkItems
https://api.github.com/repos/FactomProject/WorkItems
closed
all script needs to pull twice when it cannot find a repository being checked out.
2 - Testing
this will stop the need to run the all script twice.
1.0
all script needs to pull twice when it cannot find a repository being checked out. - this will stop the need to run the all script twice.
non_priority
all script needs to pull twice when it cannot find a repository being checked out this will stop the need to run the all script twice
0
105,152
11,433,835,609
IssuesEvent
2020-02-04 16:20:26
LujanWorld/GDL004-social-network
https://api.github.com/repos/LujanWorld/GDL004-social-network
closed
User profile-like-tests
bug documentation enhancement
- [x] research create user profile - [x] applying user profile - [x] edit user profile - [x] add photos - [ ] testing functionality
1.0
User profile-like-tests - - [x] research create user profile - [x] applying user profile - [x] edit user profile - [x] add photos - [ ] testing functionality
non_priority
user profile like tests research create user profile applying user profile edit user profile add photos testing functionality
0
147,867
23,286,050,345
IssuesEvent
2022-08-05 16:36:44
FirstDo/DoneList
https://api.github.com/repos/FirstDo/DoneList
closed
[UI] CreateDoneViewController / EditDoneViewController UI / 디자인
UI/Design
- [x] placeholder icon의 image / color - [x] collectionview icon의 image / color - [x] collectionView의 task 종류 늘리기 - [x] title text, title icon - [x] doneTextLabel의 placeholder - [x] makeButton과 createButton의 title / 색상
1.0
[UI] CreateDoneViewController / EditDoneViewController UI / 디자인 - - [x] placeholder icon의 image / color - [x] collectionview icon의 image / color - [x] collectionView의 task 종류 늘리기 - [x] title text, title icon - [x] doneTextLabel의 placeholder - [x] makeButton과 createButton의 title / 색상
non_priority
createdoneviewcontroller editdoneviewcontroller ui 디자인 placeholder icon의 image color collectionview icon의 image color collectionview의 task 종류 늘리기 title text title icon donetextlabel의 placeholder makebutton과 createbutton의 title 색상
0
15,238
9,523,159,082
IssuesEvent
2019-04-27 15:02:38
henriquecarv/randomquotes
https://api.github.com/repos/henriquecarv/randomquotes
closed
CVE-2018-11698 High Severity Vulnerability detected by WhiteSource
security vulnerability
## CVE-2018-11698 - High Severity Vulnerability <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv4.11.0</b></p></summary> <p> <p>:rainbow: Node.js bindings to libsass</p> <p>Library home page: <a ...
True
CVE-2018-11698 High Severity Vulnerability detected by WhiteSource - ## CVE-2018-11698 - High Severity Vulnerability <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv4.11.0</b></p></summary> <p> <...
non_priority
cve high severity vulnerability detected by whitesource cve high severity vulnerability vulnerable library node rainbow node js bindings to libsass library home page a href library source files the source files were matched to this source library based o...
0
141,806
21,625,568,192
IssuesEvent
2022-05-05 01:19:39
DIT113-V22/group-05
https://api.github.com/repos/DIT113-V22/group-05
opened
Navigation Menu
Enhancement App Design
As a user I want to have a clutter free experience while using the app to control the car. **Acceptance criteria:** - [ ] A toggle for the navigation menu is visible at the top left of the application - [ ] Navigation menu has a header with profile picture, name, and e-mail address - [ ] Core items are visible be...
1.0
Navigation Menu - As a user I want to have a clutter free experience while using the app to control the car. **Acceptance criteria:** - [ ] A toggle for the navigation menu is visible at the top left of the application - [ ] Navigation menu has a header with profile picture, name, and e-mail address - [ ] Core it...
non_priority
navigation menu as a user i want to have a clutter free experience while using the app to control the car acceptance criteria a toggle for the navigation menu is visible at the top left of the application navigation menu has a header with profile picture name and e mail address core items ar...
0
1,976
30,913,728,651
IssuesEvent
2023-08-05 02:45:05
thorvg/thorvg
https://api.github.com/repos/thorvg/thorvg
closed
Windows build error due to strip option
invalid portability
https://github.com/thorvg/thorvg/blob/052cfea4b1251eb016d83586f81111d289748e85/meson.build#L3C127-L3C132 Using the 'strip=true' option causes errors on Windows. If it's not related to size constraints, I believe it's better to remove it. Alternatively, we can consider adding this option only for the Linux platform. ...
True
Windows build error due to strip option - https://github.com/thorvg/thorvg/blob/052cfea4b1251eb016d83586f81111d289748e85/meson.build#L3C127-L3C132 Using the 'strip=true' option causes errors on Windows. If it's not related to size constraints, I believe it's better to remove it. Alternatively, we can consider adding...
non_priority
windows build error due to strip option using the strip true option causes errors on windows if it s not related to size constraints i believe it s better to remove it alternatively we can consider adding this option only for the linux platform what do you think about that approach
0
50,503
7,607,023,924
IssuesEvent
2018-04-30 15:10:43
golang/go
https://api.github.com/repos/golang/go
closed
Brand Book: Instead of the RGB color code for Pantone 669 C, the Fuchsia code is listed
Documentation
### What did you do? I took a look at the Go [Brand Book](https://storage.googleapis.com/golang-assets/go-brand-book-v1.0.pdf) and saw an incorrect color code on page 16. ### What did you expect to see? Under color [Pantone 669 C](https://www.pantone.com/color-finder/669-C) (under the "More colors" section on ...
1.0
Brand Book: Instead of the RGB color code for Pantone 669 C, the Fuchsia code is listed - ### What did you do? I took a look at the Go [Brand Book](https://storage.googleapis.com/golang-assets/go-brand-book-v1.0.pdf) and saw an incorrect color code on page 16. ### What did you expect to see? Under color [Panto...
non_priority
brand book instead of the rgb color code for pantone c the fuchsia code is listed what did you do i took a look at the go and saw an incorrect color code on page what did you expect to see under color under the more colors section on page i expected to see the correct rgb colo...
0
203,023
23,123,442,472
IssuesEvent
2022-07-28 01:24:38
RG4421/grafana
https://api.github.com/repos/RG4421/grafana
closed
CVE-2021-35065 (High) detected in multiple libraries - autoclosed
security vulnerability
## CVE-2021-35065 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-2.0.0.tgz</b>, <b>glob-parent-3.1.0.tgz</b>, <b>glob-parent-5.1.2.tgz</b></p></summary> <p> <details><su...
True
CVE-2021-35065 (High) detected in multiple libraries - autoclosed - ## CVE-2021-35065 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-2.0.0.tgz</b>, <b>glob-parent-3.1.0.t...
non_priority
cve high detected in multiple libraries autoclosed cve high severity vulnerability vulnerable libraries glob parent tgz glob parent tgz glob parent tgz glob parent tgz strips glob magic from a string to provide the parent path library home page a...
0
48,809
25,835,861,367
IssuesEvent
2022-12-12 19:35:14
maxbachmann/RapidFuzz
https://api.github.com/repos/maxbachmann/RapidFuzz
closed
Significant performance drop in v2.3.1 as compared to v1.7.0
performance
Hi @maxbachmann! There seems to be a 5x drop in performance of `cdist` function using `partial_ratio`. `v1.7.0` <img width="738" alt="Screenshot 2022-11-16 at 12 40 12 PM" src="https://user-images.githubusercontent.com/19628452/202110847-d6120118-bf18-4c3a-9251-c5eee9d64fb1.png"> `v2.3.1` <img width="10...
True
Significant performance drop in v2.3.1 as compared to v1.7.0 - Hi @maxbachmann! There seems to be a 5x drop in performance of `cdist` function using `partial_ratio`. `v1.7.0` <img width="738" alt="Screenshot 2022-11-16 at 12 40 12 PM" src="https://user-images.githubusercontent.com/19628452/202110847-d6120118-...
non_priority
significant performance drop in as compared to hi maxbachmann there seems to be a drop in performance of cdist function using partial ratio img width alt screenshot at pm src img width alt screenshot at pm src please l...
0
269,683
23,458,796,146
IssuesEvent
2022-08-16 11:19:49
sparcs-kaist/taxi-back
https://api.github.com/repos/sparcs-kaist/taxi-back
closed
Create testcases for /json/logininfo
authentication 🖥 working testcase
# Summary <!-- 간단한 요약. --> It implements some testcases for /json/logininfo router, covering both cases where the user is logged in or not. # Tasks <!-- 해야 할 태스크 체크리스트로 만들기 --> - [x] Testcase(s) for /json/logininfo - [x] Testcase(s) for /json/logininfo/detail
1.0
Create testcases for /json/logininfo - # Summary <!-- 간단한 요약. --> It implements some testcases for /json/logininfo router, covering both cases where the user is logged in or not. # Tasks <!-- 해야 할 태스크 체크리스트로 만들기 --> - [x] Testcase(s) for /json/logininfo - [x] Testcase(s) for /json/logininfo/detail
non_priority
create testcases for json logininfo summary it implements some testcases for json logininfo router covering both cases where the user is logged in or not tasks testcase s for json logininfo testcase s for json logininfo detail
0
271,902
20,720,744,727
IssuesEvent
2022-03-13 10:56:21
gth828r/brownify
https://api.github.com/repos/gth828r/brownify
closed
Add installation instructions and usage instructions
documentation
Add instructions for installing the library and command line program. This will be important once #2 is completed. We should also use that as an opportunity to update the usage instructions if we can.
1.0
Add installation instructions and usage instructions - Add instructions for installing the library and command line program. This will be important once #2 is completed. We should also use that as an opportunity to update the usage instructions if we can.
non_priority
add installation instructions and usage instructions add instructions for installing the library and command line program this will be important once is completed we should also use that as an opportunity to update the usage instructions if we can
0
144,328
11,612,624,156
IssuesEvent
2020-02-26 09:18:54
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
Test Timeline view
testplan-item
Refs: #84297 - [x] anyOS @alexdima - [x] anyOS @sana-ajani Complexity: 2 --- ## Testing We are now enabling the _Timeline_ view in the Exporer sidebar by default in insiders and behind the `timeline.showView` setting for stable. For testing, focus only on the Git file history provider. Ensure that pagin...
1.0
Test Timeline view - Refs: #84297 - [x] anyOS @alexdima - [x] anyOS @sana-ajani Complexity: 2 --- ## Testing We are now enabling the _Timeline_ view in the Exporer sidebar by default in insiders and behind the `timeline.showView` setting for stable. For testing, focus only on the Git file history provid...
non_priority
test timeline view refs anyos alexdima anyos sana ajani complexity testing we are now enabling the timeline view in the exporer sidebar by default in insiders and behind the timeline showview setting for stable for testing focus only on the git file history provider ensu...
0
20,086
6,818,325,463
IssuesEvent
2017-11-07 04:43:41
Homebrew/homebrew-science
https://api.github.com/repos/Homebrew/homebrew-science
closed
Failed to install fastml with El Capitan
build-error stale upstream
I'm trying to install gubbins but it it keeps failing because fastml won't install. The report can be found in the following location https://github.com/brooksph/gubbins/blob/master/fastml_failed_install I contacted the developers of gubbins an it was suggested that I install fastml using brew install https://raw.gi...
1.0
Failed to install fastml with El Capitan - I'm trying to install gubbins but it it keeps failing because fastml won't install. The report can be found in the following location https://github.com/brooksph/gubbins/blob/master/fastml_failed_install I contacted the developers of gubbins an it was suggested that I instal...
non_priority
failed to install fastml with el capitan i m trying to install gubbins but it it keeps failing because fastml won t install the report can be found in the following location i contacted the developers of gubbins an it was suggested that i install fastml using brew install but this did not resolve the issue ...
0
90,707
15,856,252,544
IssuesEvent
2021-04-08 01:54:11
mwilliams7197/zendo
https://api.github.com/repos/mwilliams7197/zendo
opened
CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.8.tgz
security vulnerability
## CVE-2021-23362 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hosted-git-info-2.8.8.tgz</b></p></summary> <p>Provides metadata and conversions from repository urls for Github, Bi...
True
CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.8.tgz - ## CVE-2021-23362 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hosted-git-info-2.8.8.tgz</b></p></summary> <p>Provi...
non_priority
cve medium detected in hosted git info tgz cve medium severity vulnerability vulnerable library hosted git info tgz provides metadata and conversions from repository urls for github bitbucket and gitlab library home page a href path to dependency file zendo package jso...
0
58,170
24,361,258,660
IssuesEvent
2022-10-03 11:54:57
reapit/foundations
https://api.github.com/repos/reapit/foundations
closed
Allow Reapit users to retrieve pipelines for all developers
feature front-end added-late deployment-service
**Background context or User story:** _To support admin #6161 admin users should be able to fetch pipelines by developerId query string_ **Specification or Acceptance Criteria:** - Logic is `return admin ? devId ? "pipelines with devId" : "all pipelines" : "pipelines with devId from user"` - Admin defined as ...
1.0
Allow Reapit users to retrieve pipelines for all developers - **Background context or User story:** _To support admin #6161 admin users should be able to fetch pipelines by developerId query string_ **Specification or Acceptance Criteria:** - Logic is `return admin ? devId ? "pipelines with devId" : "all pipe...
non_priority
allow reapit users to retrieve pipelines for all developers background context or user story to support admin admin users should be able to fetch pipelines by developerid query string specification or acceptance criteria logic is return admin devid pipelines with devid all pipelin...
0
5,660
3,264,713,525
IssuesEvent
2015-10-22 13:18:18
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Add support for MySQL's SET type
C: Code Generation C: DB: MariaDB C: DB: MySQL T: Enhancement
MySQL knows a useful, vendor-specific `SET` type, which works like `ENUM` but allows for maintaining multiple enum literals within a *set* (without duplicates). We should support this type and map it to `java.util.EnumSet<GeneratedEnum>`. More information: - https://dev.mysql.com/doc/refman/5.7/en/set.html ---- ...
1.0
Add support for MySQL's SET type - MySQL knows a useful, vendor-specific `SET` type, which works like `ENUM` but allows for maintaining multiple enum literals within a *set* (without duplicates). We should support this type and map it to `java.util.EnumSet<GeneratedEnum>`. More information: - https://dev.mysql.com/...
non_priority
add support for mysql s set type mysql knows a useful vendor specific set type which works like enum but allows for maintaining multiple enum literals within a set without duplicates we should support this type and map it to java util enumset more information see also
0
57,930
6,561,377,552
IssuesEvent
2017-09-07 13:07:15
imixs/imixs-workflow
https://api.github.com/repos/imixs/imixs-workflow
closed
DocumentService add count methods
enhancement testing
Add the missing implementation of count methods: - int count(String query) - int countPages(String query, int pageSize ``` public int countPages(String query, int pageSize) throws QueryException { double pages = 1; double count = count(query); if (count > 0) { pages = Math.ceil(count / pageSize);...
1.0
DocumentService add count methods - Add the missing implementation of count methods: - int count(String query) - int countPages(String query, int pageSize ``` public int countPages(String query, int pageSize) throws QueryException { double pages = 1; double count = count(query); if (count > 0) { ...
non_priority
documentservice add count methods add the missing implementation of count methods int count string query int countpages string query int pagesize public int countpages string query int pagesize throws queryexception double pages double count count query if count ...
0
116,306
9,829,838,356
IssuesEvent
2019-06-16 01:51:30
11ty/eleventy
https://api.github.com/repos/11ty/eleventy
closed
Markdown not rendering code properly when using a template
needs-test-case
``` ```bash # Change hostname echo MY_HOSTNAME > /etc/hostname hostname MY_HOSTNAME # Add user adduser MY_USER # INTERACTIVE usermod -aG sudo MY_USER # Disable Xorg sudo systemctl set-default multi-user.target # Update apt update apt full-upgrade reboot \``` ``` (no backslash there, just to esca...
1.0
Markdown not rendering code properly when using a template - ``` ```bash # Change hostname echo MY_HOSTNAME > /etc/hostname hostname MY_HOSTNAME # Add user adduser MY_USER # INTERACTIVE usermod -aG sudo MY_USER # Disable Xorg sudo systemctl set-default multi-user.target # Update apt update apt full-up...
non_priority
markdown not rendering code properly when using a template bash change hostname echo my hostname etc hostname hostname my hostname add user adduser my user interactive usermod ag sudo my user disable xorg sudo systemctl set default multi user target update apt update apt full up...
0
153,087
19,702,481,597
IssuesEvent
2022-01-12 18:01:18
Shai-Demo-Org/JS-Demo
https://api.github.com/repos/Shai-Demo-Org/JS-Demo
opened
CVE-2014-10064 (High) detected in qs-0.6.6.tgz
security vulnerability
## CVE-2014-10064 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>qs-0.6.6.tgz</b></p></summary> <p>querystring parser</p> <p>Library home page: <a href="https://registry.npmjs.org/qs/...
True
CVE-2014-10064 (High) detected in qs-0.6.6.tgz - ## CVE-2014-10064 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>qs-0.6.6.tgz</b></p></summary> <p>querystring parser</p> <p>Library h...
non_priority
cve high detected in qs tgz cve high severity vulnerability vulnerable library qs tgz querystring parser library home page a href path to dependency file package json path to vulnerable library node modules zaproxy node modules qs package json dependency hierar...
0
14,260
3,814,963,084
IssuesEvent
2016-03-28 15:52:57
stevegrunwell/mcavoy
https://api.github.com/repos/stevegrunwell/mcavoy
opened
Images not appearing properly in WordPress.org repository
documentation
For some reason, the banner isn't appearing as it should [in the WordPress.org repo](https://wordpress.org/plugins/mcavoy), nor are the icons appearing when searching through wp-admin. ![wp-admin](https://cloud.githubusercontent.com/assets/233836/14081996/8e171baa-f4db-11e5-8318-f83b86fc2d00.png) ![banner](https://cl...
1.0
Images not appearing properly in WordPress.org repository - For some reason, the banner isn't appearing as it should [in the WordPress.org repo](https://wordpress.org/plugins/mcavoy), nor are the icons appearing when searching through wp-admin. ![wp-admin](https://cloud.githubusercontent.com/assets/233836/14081996/8e1...
non_priority
images not appearing properly in wordpress org repository for some reason the banner isn t appearing as it should nor are the icons appearing when searching through wp admin
0
45,331
24,017,798,887
IssuesEvent
2022-09-15 03:40:01
aicers/giganto
https://api.github.com/repos/aicers/giganto
closed
오래된 레코드 삭제 속도 향상
performance
선행 이슈: #40 `storage::retain_periodically`에서는 오래된 레코드(raw event)를 삭제할 때 모든 키값을 읽은 후 시간을 하나씩 비교하는 방법을 쓰고 있습니다. 이 방법은 저장된 레코드 수가 많은 경우 매우 큰 메모리를 필요로 하고, 삭제하는데에 시간도 오래 걸립니다. #40 에서 만든 source 목록을 이용하면 각 source별로 스토리지 내에서 삭제해야 하는 시각의 위치를 바로 찾아갈 수 있으므로 필요한 메모리와 시간을 대폭 줄일 수 있습니다.
True
오래된 레코드 삭제 속도 향상 - 선행 이슈: #40 `storage::retain_periodically`에서는 오래된 레코드(raw event)를 삭제할 때 모든 키값을 읽은 후 시간을 하나씩 비교하는 방법을 쓰고 있습니다. 이 방법은 저장된 레코드 수가 많은 경우 매우 큰 메모리를 필요로 하고, 삭제하는데에 시간도 오래 걸립니다. #40 에서 만든 source 목록을 이용하면 각 source별로 스토리지 내에서 삭제해야 하는 시각의 위치를 바로 찾아갈 수 있으므로 필요한 메모리와 시간을 대폭 줄일 수 있습니다.
non_priority
오래된 레코드 삭제 속도 향상 선행 이슈 storage retain periodically 에서는 오래된 레코드 raw event 를 삭제할 때 모든 키값을 읽은 후 시간을 하나씩 비교하는 방법을 쓰고 있습니다 이 방법은 저장된 레코드 수가 많은 경우 매우 큰 메모리를 필요로 하고 삭제하는데에 시간도 오래 걸립니다 에서 만든 source 목록을 이용하면 각 source별로 스토리지 내에서 삭제해야 하는 시각의 위치를 바로 찾아갈 수 있으므로 필요한 메모리와 시간을 대폭 줄일 수 있습니다
0
224,991
17,788,456,369
IssuesEvent
2021-08-31 13:47:01
rpgp/rpgp
https://api.github.com/repos/rpgp/rpgp
closed
Migrate CI to github actions
enhancement testing
Appveyor is just way too slow, and github actions works very well on rustcrypto
1.0
Migrate CI to github actions - Appveyor is just way too slow, and github actions works very well on rustcrypto
non_priority
migrate ci to github actions appveyor is just way too slow and github actions works very well on rustcrypto
0
184,716
14,289,809,986
IssuesEvent
2020-11-23 19:51:48
github-vet/rangeclosure-findings
https://api.github.com/repos/github-vet/rangeclosure-findings
closed
PDLLab/kytt: api/deps/go/src/runtime/chan_test.go; 31 LoC
fresh small test
Found a possible issue in [PDLLab/kytt](https://www.github.com/PDLLab/kytt) at [api/deps/go/src/runtime/chan_test.go](https://github.com/PDLLab/kytt/blob/ba969cf016094f7fde29b2079826315662246815/api/deps/go/src/runtime/chan_test.go#L300-L330) The below snippet of Go code triggered static analysis which searches for g...
1.0
PDLLab/kytt: api/deps/go/src/runtime/chan_test.go; 31 LoC - Found a possible issue in [PDLLab/kytt](https://www.github.com/PDLLab/kytt) at [api/deps/go/src/runtime/chan_test.go](https://github.com/PDLLab/kytt/blob/ba969cf016094f7fde29b2079826315662246815/api/deps/go/src/runtime/chan_test.go#L300-L330) The below snipp...
non_priority
pdllab kytt api deps go src runtime chan test go loc found a possible issue in at the below snippet of go code triggered static analysis which searches for goroutines and or defer statements which capture loop variables click here to show the line s of go which triggered the analyzer ...
0
31,569
7,395,700,734
IssuesEvent
2018-03-18 01:40:20
TFGGestionConferencias/BackendAPI
https://api.github.com/repos/TFGGestionConferencias/BackendAPI
closed
Gestionar conferencias
code medium
Se procederá a realizar los métodos POST, DELETE, PUT y GET correspondientes a conferencia.
1.0
Gestionar conferencias - Se procederá a realizar los métodos POST, DELETE, PUT y GET correspondientes a conferencia.
non_priority
gestionar conferencias se procederá a realizar los métodos post delete put y get correspondientes a conferencia
0
39,935
5,257,133,444
IssuesEvent
2017-02-02 19:47:10
restrictcontentpro/restrict-content-pro
https://api.github.com/repos/restrictcontentpro/restrict-content-pro
closed
Improve detection of levels with free trials
enhancement has PR needs testing
In #335 we introduced free trials. Detecting a free trial during registration currently relies on some markup changes made in the `register.php` and `register-single.php` templates (data-has-trial attribute). To improve the experience and help avoid support requests related to this, I think we should pass an array o...
1.0
Improve detection of levels with free trials - In #335 we introduced free trials. Detecting a free trial during registration currently relies on some markup changes made in the `register.php` and `register-single.php` templates (data-has-trial attribute). To improve the experience and help avoid support requests rel...
non_priority
improve detection of levels with free trials in we introduced free trials detecting a free trial during registration currently relies on some markup changes made in the register php and register single php templates data has trial attribute to improve the experience and help avoid support requests relat...
0
12,774
4,536,217,795
IssuesEvent
2016-09-08 19:44:22
zhmcclient/python-zhmcclient
https://api.github.com/repos/zhmcclient/python-zhmcclient
opened
JSON objects returned by asynchronous methods are not convenient
area: code
The resource class methods invoking asynchronous HMC operations return the JSON object returned by the HMC if `wait_for_completion=False`. The only information returned in that object is the URI of the Job object. Proposal: Change the return value to return a new `Job` object that is a resource object filled with ju...
1.0
JSON objects returned by asynchronous methods are not convenient - The resource class methods invoking asynchronous HMC operations return the JSON object returned by the HMC if `wait_for_completion=False`. The only information returned in that object is the URI of the Job object. Proposal: Change the return value to...
non_priority
json objects returned by asynchronous methods are not convenient the resource class methods invoking asynchronous hmc operations return the json object returned by the hmc if wait for completion false the only information returned in that object is the uri of the job object proposal change the return value to...
0
219,063
17,049,120,801
IssuesEvent
2021-07-06 06:33:39
aimakerspace/PeekingDuck
https://api.github.com/repos/aimakerspace/PeekingDuck
opened
In test_declarativeloader, windows appends double backslash instead of forward slash in os.path.join
testing
In windows, the os.path.join use double backslash, thus this affect the assertion checks in the unit test that assumed forward slash in the output. (As seen below) Suggestion: To do a string replacement before assert statement to change double backslash into 1 forward slash ![image](https://user-images.githubuse...
1.0
In test_declarativeloader, windows appends double backslash instead of forward slash in os.path.join - In windows, the os.path.join use double backslash, thus this affect the assertion checks in the unit test that assumed forward slash in the output. (As seen below) Suggestion: To do a string replacement before ass...
non_priority
in test declarativeloader windows appends double backslash instead of forward slash in os path join in windows the os path join use double backslash thus this affect the assertion checks in the unit test that assumed forward slash in the output as seen below suggestion to do a string replacement before ass...
0
25,512
11,185,382,461
IssuesEvent
2020-01-01 01:03:51
TIBCOSoftware/TCSTK-base-app
https://api.github.com/repos/TIBCOSoftware/TCSTK-base-app
opened
CVE-2019-20149 (Medium) detected in multiple libraries
security vulnerability
## CVE-2019-20149 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>kind-of-3.2.2.tgz</b>, <b>kind-of-4.0.0.tgz</b>, <b>kind-of-6.0.2.tgz</b>, <b>kind-of-5.1.0.tgz</b></p></summary> <...
True
CVE-2019-20149 (Medium) detected in multiple libraries - ## CVE-2019-20149 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>kind-of-3.2.2.tgz</b>, <b>kind-of-4.0.0.tgz</b>, <b>kind-o...
non_priority
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries kind of tgz kind of tgz kind of tgz kind of tgz kind of tgz get the native type of a value library home page a href path to dependency fi...
0
120,037
10,090,734,213
IssuesEvent
2019-07-26 12:32:05
ejohnst2/innervate
https://api.github.com/repos/ejohnst2/innervate
opened
Testing / Test UI components with Jest
testing
1. User Story (which user story is this related to): - None 2. Notes (what are helpful notes and breadcrumbs): - Use jest to test React/Redux component workflows 3. Questions (what questions need to be answered): -
1.0
Testing / Test UI components with Jest - 1. User Story (which user story is this related to): - None 2. Notes (what are helpful notes and breadcrumbs): - Use jest to test React/Redux component workflows 3. Questions (what questions need to be answered): -
non_priority
testing test ui components with jest user story which user story is this related to none notes what are helpful notes and breadcrumbs use jest to test react redux component workflows questions what questions need to be answered
0
166,086
14,019,386,221
IssuesEvent
2020-10-29 18:06:17
bionomia/bionomia
https://api.github.com/repos/bionomia/bionomia
closed
Create a stripped-down search widget and modify help docs
documentation new feature
- Use https://twitter.github.io/typeahead.js/ or a CDN https://cdnjs.cloudflare.com/ajax/libs/typeahead.js/0.11.1/typeahead.bundle.min.js - provide template html - provide sample css - provide sample js - add user thumbnail to elasticsearch index
1.0
Create a stripped-down search widget and modify help docs - - Use https://twitter.github.io/typeahead.js/ or a CDN https://cdnjs.cloudflare.com/ajax/libs/typeahead.js/0.11.1/typeahead.bundle.min.js - provide template html - provide sample css - provide sample js - add user thumbnail to elasticsearch index
non_priority
create a stripped down search widget and modify help docs use or a cdn provide template html provide sample css provide sample js add user thumbnail to elasticsearch index
0
45,867
24,250,081,438
IssuesEvent
2022-09-27 13:37:44
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
closed
Lower amount of recursion in Parser
performance
We are using hand-written recursive descent parser and it is alright. But it is using too deep recursion to parse expression with operators. Something like 10 stack frames to parse any expression element. We can get rid of the excessive recursion by using "precendence climbing" method or similar: https://en.wik...
True
Lower amount of recursion in Parser - We are using hand-written recursive descent parser and it is alright. But it is using too deep recursion to parse expression with operators. Something like 10 stack frames to parse any expression element. We can get rid of the excessive recursion by using "precendence climbi...
non_priority
lower amount of recursion in parser we are using hand written recursive descent parser and it is alright but it is using too deep recursion to parse expression with operators something like stack frames to parse any expression element we can get rid of the excessive recursion by using precendence climbin...
0
84,360
24,284,173,993
IssuesEvent
2022-09-28 20:17:05
dotnet/arcade
https://api.github.com/repos/dotnet/arcade
closed
Build failed: arcade-services-internal-ci/main #20220926.1
Build Failed
Build [#20220926.1](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2003828) failed ## :x: : internal / arcade-services-internal-ci failed ### Summary **Finished** - Mon, 26 Sep 2022 12:23:53 GMT **Duration** - 142 minutes **Requested for** - DotNet Bot **Reason** - ba...
1.0
Build failed: arcade-services-internal-ci/main #20220926.1 - Build [#20220926.1](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2003828) failed ## :x: : internal / arcade-services-internal-ci failed ### Summary **Finished** - Mon, 26 Sep 2022 12:23:53 GMT **Duration** ...
non_priority
build failed arcade services internal ci main build failed x internal arcade services internal ci failed summary finished mon sep gmt duration minutes requested for dotnet bot reason batchedci details validate deployment x ...
0
154,586
24,323,185,427
IssuesEvent
2022-09-30 12:40:56
kodadot/nft-gallery
https://api.github.com/repos/kodadot/nft-gallery
closed
Redesign: Carousel
chief redesign
parent task: https://github.com/kodadot/nft-gallery/issues/3844 - [x] #3947 - [x] Redesign: Carousel - Responsive - [x] Redesign: Carousel - Dark Mode - [ ] Redesign: Carousel - Add collection name - [ ] https://github.com/kodadot/nft-gallery/issues/3928 - [x] Redesign: Carousel - Hover and Press Interaction -...
1.0
Redesign: Carousel - parent task: https://github.com/kodadot/nft-gallery/issues/3844 - [x] #3947 - [x] Redesign: Carousel - Responsive - [x] Redesign: Carousel - Dark Mode - [ ] Redesign: Carousel - Add collection name - [ ] https://github.com/kodadot/nft-gallery/issues/3928 - [x] Redesign: Carousel - Hover and...
non_priority
redesign carousel parent task redesign carousel responsive redesign carousel dark mode redesign carousel add collection name redesign carousel hover and press interaction redesign carousel support scroll wheel
0
45,622
5,722,774,325
IssuesEvent
2017-04-20 10:20:20
I2PC/scipion
https://api.github.com/repos/I2PC/scipion
closed
Invisible protocols
betatesting enhancement gui
New protocols usually are not added to the protocol tree, therefore do not appear unless doing Ctrl+F. Implement a self discovery function or review the protocol template.
1.0
Invisible protocols - New protocols usually are not added to the protocol tree, therefore do not appear unless doing Ctrl+F. Implement a self discovery function or review the protocol template.
non_priority
invisible protocols new protocols usually are not added to the protocol tree therefore do not appear unless doing ctrl f implement a self discovery function or review the protocol template
0
299,272
25,892,545,306
IssuesEvent
2022-12-14 19:14:37
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
Add Docker 20.10.18, 20.10.19, 20.10.20 and 20.10.21
kind/enhancement [zube]: To Test feature/rancher-docker-install team/area2 team/infracloud
Upstream has released the following: https://github.com/moby/moby/releases/tag/v20.10.18 https://github.com/moby/moby/releases/tag/v20.10.19 https://github.com/moby/moby/releases/tag/v20.10.20 https://github.com/moby/moby/releases/tag/v20.10.21 The same approach for implementation and testing as https://github.c...
1.0
Add Docker 20.10.18, 20.10.19, 20.10.20 and 20.10.21 - Upstream has released the following: https://github.com/moby/moby/releases/tag/v20.10.18 https://github.com/moby/moby/releases/tag/v20.10.19 https://github.com/moby/moby/releases/tag/v20.10.20 https://github.com/moby/moby/releases/tag/v20.10.21 The same appr...
non_priority
add docker and upstream has released the following the same approach for implementation and testing as
0
139,594
18,853,672,972
IssuesEvent
2021-11-12 01:29:10
jiw065/Springboot-demo
https://api.github.com/repos/jiw065/Springboot-demo
opened
CVE-2020-9548 (High) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2020-9548 - 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.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming...
True
CVE-2020-9548 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2020-9548 - 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.9.8.jar</b></p></summary> <p>General d...
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 springboot demo spring boot de...
0
54,538
13,386,477,979
IssuesEvent
2020-09-02 14:46:55
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
build: add TeamCity build configuration for publishing the `latest` release artifacts to S3
A-build-system C-enhancement
Sometimes we want more control over publishing a release's artifacts as `latest` in S3. - Build configuration name: Publish Latest Cockroach S3 Artifacts - Parameters: - Version Name: the name of the release whose release artifacts should be published as `latest` in S3 (ex: v20.1.5). Pre-release versions should...
1.0
build: add TeamCity build configuration for publishing the `latest` release artifacts to S3 - Sometimes we want more control over publishing a release's artifacts as `latest` in S3. - Build configuration name: Publish Latest Cockroach S3 Artifacts - Parameters: - Version Name: the name of the release whose rele...
non_priority
build add teamcity build configuration for publishing the latest release artifacts to sometimes we want more control over publishing a release s artifacts as latest in build configuration name publish latest cockroach artifacts parameters version name the name of the release whose release...
0
258,269
27,563,882,963
IssuesEvent
2023-03-08 01:13:18
jtimberlake/pacbot
https://api.github.com/repos/jtimberlake/pacbot
opened
CVE-2022-24785 (High) detected in moment-2.24.0.tgz
security vulnerability
## CVE-2022-24785 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.24.0.tgz</b></p></summary> <p>Parse, validate, manipulate, and display dates</p> <p>Library home page: <a hre...
True
CVE-2022-24785 (High) detected in moment-2.24.0.tgz - ## CVE-2022-24785 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.24.0.tgz</b></p></summary> <p>Parse, validate, manipula...
non_priority
cve high detected in moment tgz cve high severity vulnerability vulnerable library moment tgz parse validate manipulate and display dates library home page a href path to dependency file webapp package json path to vulnerable library webapp node modules moment p...
0
398,510
27,199,144,617
IssuesEvent
2023-02-20 08:25:25
BlazorComponent/MASA.Blazor
https://api.github.com/repos/BlazorComponent/MASA.Blazor
closed
能否把每次新添加的内容标注出来?
type/documentation
这次看6.x的文档发现左侧导航栏标记了一些组件是预置还是JS代理,但是有一个问题,很难发现哪些组件或者能力是新增的,在以后的版本里能否添加一个[新增]的Tag标记一下。
1.0
能否把每次新添加的内容标注出来? - 这次看6.x的文档发现左侧导航栏标记了一些组件是预置还是JS代理,但是有一个问题,很难发现哪些组件或者能力是新增的,在以后的版本里能否添加一个[新增]的Tag标记一下。
non_priority
能否把每次新添加的内容标注出来 x的文档发现左侧导航栏标记了一些组件是预置还是js代理,但是有一个问题,很难发现哪些组件或者能力是新增的,在以后的版本里能否添加一个 的tag标记一下。
0
247,283
20,970,424,455
IssuesEvent
2022-03-28 10:49:55
ENG1-C1T2/York-Pirates-2
https://api.github.com/repos/ENG1-C1T2/York-Pirates-2
opened
Game Package Tests
assessment 2 testing
Tests need to be completed for each module in the Game package. - [ ] AI - [ ] Components - [ ] Entitys - [ ] Managers - [ ] Physics - [ ] Quests - [ ] UI - [ ] Faction Class - [ ] PirateGame class
1.0
Game Package Tests - Tests need to be completed for each module in the Game package. - [ ] AI - [ ] Components - [ ] Entitys - [ ] Managers - [ ] Physics - [ ] Quests - [ ] UI - [ ] Faction Class - [ ] PirateGame class
non_priority
game package tests tests need to be completed for each module in the game package ai components entitys managers physics quests ui faction class pirategame class
0
103,491
11,357,907,464
IssuesEvent
2020-01-25 09:56:58
hill-a/stable-baselines
https://api.github.com/repos/hill-a/stable-baselines
closed
docs for 2.9.0 have not been released
documentation
Hi the version in pip is 2.9.0 however read the docs does not contain this build: ![image](https://user-images.githubusercontent.com/193832/73118516-242a3900-3f4d-11ea-89cc-d1b14b9a9e3b.png)
1.0
docs for 2.9.0 have not been released - Hi the version in pip is 2.9.0 however read the docs does not contain this build: ![image](https://user-images.githubusercontent.com/193832/73118516-242a3900-3f4d-11ea-89cc-d1b14b9a9e3b.png)
non_priority
docs for have not been released hi the version in pip is however read the docs does not contain this build
0
70,863
13,541,328,118
IssuesEvent
2020-09-16 15:44:32
jupyterlab/jupyterlab
https://api.github.com/repos/jupyterlab/jupyterlab
closed
webpack to-string-loader used in codemirror
pkg:codemirror
Historically, we have not used webpack-specific loaders in our codebase. Also, we now avoid explicitly including css files in our typescript code. However, #8584 introduced these two lines in codemirror that now require that we have the webpack `to-string-loader` available when we use the codemirror module. http...
1.0
webpack to-string-loader used in codemirror - Historically, we have not used webpack-specific loaders in our codebase. Also, we now avoid explicitly including css files in our typescript code. However, #8584 introduced these two lines in codemirror that now require that we have the webpack `to-string-loader` availa...
non_priority
webpack to string loader used in codemirror historically we have not used webpack specific loaders in our codebase also we now avoid explicitly including css files in our typescript code however introduced these two lines in codemirror that now require that we have the webpack to string loader available...
0
203,948
15,891,196,287
IssuesEvent
2021-04-10 18:16:47
purnima143/Kurakoo
https://api.github.com/repos/purnima143/Kurakoo
closed
Need to update readme file
documentation gssoc21 level1
Need to add how to set up a backend to a local machine in the readme file, @purnima143 assign it to me.
1.0
Need to update readme file - Need to add how to set up a backend to a local machine in the readme file, @purnima143 assign it to me.
non_priority
need to update readme file need to add how to set up a backend to a local machine in the readme file assign it to me
0
68,016
9,114,802,757
IssuesEvent
2019-02-22 01:54:09
aws-amplify/docs
https://api.github.com/repos/aws-amplify/docs
opened
Change case for exact match quote
documentation site
**Describe the bug** Go to https://aws-amplify.github.io/docs/ios/authentication#google-with-cognito-identity Look for words : "start integrating" On the Google portal, the section name is "Start Integrating". We should change the words in our docs to match "Start Integrating" as we reference exact quote match.
1.0
Change case for exact match quote - **Describe the bug** Go to https://aws-amplify.github.io/docs/ios/authentication#google-with-cognito-identity Look for words : "start integrating" On the Google portal, the section name is "Start Integrating". We should change the words in our docs to match "Start Integrating" a...
non_priority
change case for exact match quote describe the bug go to look for words start integrating on the google portal the section name is start integrating we should change the words in our docs to match start integrating as we reference exact quote match
0
51,194
26,959,568,724
IssuesEvent
2023-02-08 17:08:51
Princeton-CDH/geniza
https://api.github.com/repos/Princeton-CDH/geniza
opened
Make the rotation degree (top of image in the transcription editor) clickable and editable so you can enter the degree of rotation you want in addition to manually moving the circle
🆕 enhancement performant
**Is your feature request related to a problem? Please describe.** While there are some non-standard document rotations necessary (diagonal margin-writing in letters, for example), much of the rotation we need to do for Geniza documents is in 90 degree-increments (address written upside down on the verso, margin-writi...
True
Make the rotation degree (top of image in the transcription editor) clickable and editable so you can enter the degree of rotation you want in addition to manually moving the circle - **Is your feature request related to a problem? Please describe.** While there are some non-standard document rotations necessary (diag...
non_priority
make the rotation degree top of image in the transcription editor clickable and editable so you can enter the degree of rotation you want in addition to manually moving the circle is your feature request related to a problem please describe while there are some non standard document rotations necessary diag...
0
48,289
25,471,249,537
IssuesEvent
2022-11-25 10:21:43
frappe/frappe
https://api.github.com/repos/frappe/frappe
opened
Add jitter on scheduled jobs
feature-request performance
hourly, daily long processes if all started at once can cause sudden increase in workload if you have many sites/benches. Adding simple jitter to scheduled time can lessen the impact of such issues. Jitter is common pattern used for solving problems with "frequency" becomes a problem. E.g. gunicorn adds jitter to...
True
Add jitter on scheduled jobs - hourly, daily long processes if all started at once can cause sudden increase in workload if you have many sites/benches. Adding simple jitter to scheduled time can lessen the impact of such issues. Jitter is common pattern used for solving problems with "frequency" becomes a proble...
non_priority
add jitter on scheduled jobs hourly daily long processes if all started at once can cause sudden increase in workload if you have many sites benches adding simple jitter to scheduled time can lessen the impact of such issues jitter is common pattern used for solving problems with frequency becomes a proble...
0