Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
30,732
6,261,159,736
IssuesEvent
2017-07-14 22:54:48
blong42/clearsilver
https://api.github.com/repos/blong42/clearsilver
closed
cgi_cookie_set does not work
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. cgi_cookie_set(cgi, "cgi_cookie_test", "hellocgi", "/", "localhost", "Sat. 06 Oct 2013 08:30:00", 1, 0) 2. http://localhost/cgi-bin/hellocs 3. Set-Cookie: cgi_cookie_test=hellocgi; path=/; expires=Sat. 06 Oct 2013 08:30:00; domain=localhost Content-Type: text/html HTTP_C...
1.0
cgi_cookie_set does not work - ``` What steps will reproduce the problem? 1. cgi_cookie_set(cgi, "cgi_cookie_test", "hellocgi", "/", "localhost", "Sat. 06 Oct 2013 08:30:00", 1, 0) 2. http://localhost/cgi-bin/hellocs 3. Set-Cookie: cgi_cookie_test=hellocgi; path=/; expires=Sat. 06 Oct 2013 08:30:00; domain=localhost ...
defect
cgi cookie set does not work what steps will reproduce the problem cgi cookie set cgi cgi cookie test hellocgi localhost sat oct set cookie cgi cookie test hellocgi path expires sat oct domain localhost content type text html http cookie ...
1
28,289
6,975,426,647
IssuesEvent
2017-12-12 06:59:48
0xC0000054/PSFilterPdn
https://api.github.com/repos/0xC0000054/PSFilterPdn
closed
Paint.net Crashes every time I try to use Eye Candy 7
CodePlexMigrationInitiated Impact: Unassigned
Paint.net Crashes every time I try to use Eye Candy 7. The crash report attached. #### Attachments [pdncrash.6.log](https://www.codeplex.com/Download/AttachmentDownload.ashx?ProjectName=psfilterpdn&WorkItemId=1&FileAttachmentId=1609518) #### This work item was migrated from CodePlex CodePlex work item ID: '1'...
1.0
Paint.net Crashes every time I try to use Eye Candy 7 - Paint.net Crashes every time I try to use Eye Candy 7. The crash report attached. #### Attachments [pdncrash.6.log](https://www.codeplex.com/Download/AttachmentDownload.ashx?ProjectName=psfilterpdn&WorkItemId=1&FileAttachmentId=1609518) #### This work ite...
non_defect
paint net crashes every time i try to use eye candy paint net crashes every time i try to use eye candy the crash report attached attachments this work item was migrated from codeplex codeplex work item id vote count
0
13,523
2,763,813,378
IssuesEvent
2015-04-29 12:09:31
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
removeAttribute will prevent any updates by setAttribute in deferred write mode
Team: Integration Type: Defect
Some legacy code (of mine, not yours) is calling: ~~~~ session.removeAttribute("blah"); // a few lines of code later... session.setAttribute("blah", "my new blah attribute"); ~~~~ What happens is that since "blah" is marked for removal, at the end of the request "blah" will never be propagated to be "my new bla...
1.0
removeAttribute will prevent any updates by setAttribute in deferred write mode - Some legacy code (of mine, not yours) is calling: ~~~~ session.removeAttribute("blah"); // a few lines of code later... session.setAttribute("blah", "my new blah attribute"); ~~~~ What happens is that since "blah" is marked for re...
defect
removeattribute will prevent any updates by setattribute in deferred write mode some legacy code of mine not yours is calling session removeattribute blah a few lines of code later session setattribute blah my new blah attribute what happens is that since blah is marked for re...
1
217,652
16,858,924,954
IssuesEvent
2021-06-21 10:25:51
kyma-project/kyma
https://api.github.com/repos/kyma-project/kyma
closed
kyma-system/console-backend tests are unstable
area/console bug stale test-failing
<!-- Thank you for your contribution. Before you submit the issue: 1. Search open and closed issues for duplicates. 2. Read the contributing guidelines. --> **Description** The `kyma-system/console-backend` tests are unstable. Failure examples: ``` --- FAIL: TestApplicationMutations (22.49s) applic...
1.0
kyma-system/console-backend tests are unstable - <!-- Thank you for your contribution. Before you submit the issue: 1. Search open and closed issues for duplicates. 2. Read the contributing guidelines. --> **Description** The `kyma-system/console-backend` tests are unstable. Failure examples: ``` --- FA...
non_defect
kyma system console backend tests are unstable thank you for your contribution before you submit the issue search open and closed issues for duplicates read the contributing guidelines description the kyma system console backend tests are unstable failure examples fa...
0
2,789
2,607,945,612
IssuesEvent
2015-02-26 00:33:07
chrsmithdemos/switchlist
https://api.github.com/repos/chrsmithdemos/switchlist
closed
Separate checkboxes for "staging" and "offline" is confusing
auto-migrated Priority-Medium Type-Defect
``` Towns can be in one of three states: in staging, offline, or on the layout. The Towns panel allows staging and offline to be both set, creating a fourth: both in staging and offline. That's incorrect, and a probably source of confusion and bugs. Change to a three-position pull down? ``` ----- Original issue ...
1.0
Separate checkboxes for "staging" and "offline" is confusing - ``` Towns can be in one of three states: in staging, offline, or on the layout. The Towns panel allows staging and offline to be both set, creating a fourth: both in staging and offline. That's incorrect, and a probably source of confusion and bugs. C...
defect
separate checkboxes for staging and offline is confusing towns can be in one of three states in staging offline or on the layout the towns panel allows staging and offline to be both set creating a fourth both in staging and offline that s incorrect and a probably source of confusion and bugs c...
1
20,472
3,358,976,126
IssuesEvent
2015-11-19 12:19:47
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
[TEST-FAILURE] ReplicatedMapTest.testEvictionObject
Team: Core Type: Defect
``` java.lang.AssertionError: CountDownLatch failed to complete within 120 seconds , count left: 1 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at com.hazelcast.test.HazelcastTestSupport.assertOpenEventually(HazelcastTestSupport.java:748) at com.hazelcast.test.Hazelca...
1.0
[TEST-FAILURE] ReplicatedMapTest.testEvictionObject - ``` java.lang.AssertionError: CountDownLatch failed to complete within 120 seconds , count left: 1 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at com.hazelcast.test.HazelcastTestSupport.assertOpenEventually(Hazelcas...
defect
replicatedmaptest testevictionobject java lang assertionerror countdownlatch failed to complete within seconds count left at org junit assert fail assert java at org junit assert asserttrue assert java at com hazelcast test hazelcasttestsupport assertopeneventually hazelcasttestsupport java...
1
20,729
27,429,259,641
IssuesEvent
2023-03-01 23:12:07
wandb/wandb
https://api.github.com/repos/wandb/wandb
closed
Wandb only terminates one process when using DDP.
bug multiprocessing
**Describe the bug** Each time I run a sweep (one or multiple runs per agent), some processes are left running (these hog 100% the processor they're assigned to and eat up RAM). The data from GPUs is not cleared after finishing a sweep, leading to `CUDA out of memory` error. Afterwards I need to kill all processes...
1.0
Wandb only terminates one process when using DDP. - **Describe the bug** Each time I run a sweep (one or multiple runs per agent), some processes are left running (these hog 100% the processor they're assigned to and eat up RAM). The data from GPUs is not cleared after finishing a sweep, leading to `CUDA out of mem...
non_defect
wandb only terminates one process when using ddp describe the bug each time i run a sweep one or multiple runs per agent some processes are left running these hog the processor they re assigned to and eat up ram the data from gpus is not cleared after finishing a sweep leading to cuda out of memor...
0
58,502
16,566,727,281
IssuesEvent
2021-05-29 15:13:03
meerk40t/meerk40t
https://api.github.com/repos/meerk40t/meerk40t
closed
What Happened to Fisheye Correction Msgs
Context: Camera Priority: Medium Status: Completed Type: Defect Work: Obvious
Trying to align my system with 0.70... Went to Fisheye.... clicked on the Eye to scan for the Grid.... NOTHING... No Message of success or Failure or "can't find Grid" Nothing....
1.0
What Happened to Fisheye Correction Msgs - Trying to align my system with 0.70... Went to Fisheye.... clicked on the Eye to scan for the Grid.... NOTHING... No Message of success or Failure or "can't find Grid" Nothing....
defect
what happened to fisheye correction msgs trying to align my system with went to fisheye clicked on the eye to scan for the grid nothing no message of success or failure or can t find grid nothing
1
79,478
28,300,413,617
IssuesEvent
2023-04-10 05:16:44
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
Misleading error message when trying to replace device in zpool, if ashift doesn't match
Type: Defect
Was #12382, but that issue is old and closed, so I am creating a new one. Other cases of the same problem: https://forum.proxmox.com/threads/zpool-disk-replacement-already-in-replacing-spare-config-wait-for-completion-or-use-zpool-detach.96554/ The cause seems to be, the detected ashift for the incoming device do...
1.0
Misleading error message when trying to replace device in zpool, if ashift doesn't match - Was #12382, but that issue is old and closed, so I am creating a new one. Other cases of the same problem: https://forum.proxmox.com/threads/zpool-disk-replacement-already-in-replacing-spare-config-wait-for-completion-or-use-z...
defect
misleading error message when trying to replace device in zpool if ashift doesn t match was but that issue is old and closed so i am creating a new one other cases of the same problem the cause seems to be the detected ashift for the incoming device doesn t match the existing ashift of the vdev but ...
1
76,666
26,542,974,508
IssuesEvent
2023-01-19 20:57:52
zed-industries/feedback
https://api.github.com/repos/zed-industries/feedback
opened
Search project symbols picker is slow in TS
defect performance typescript
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it In our zed.dev project, even after things are all loaded up, there is a noticeable delay when trying to search for project symbols between opening it and when items populate it. I'm assuming this is a LS thing, but I ...
1.0
Search project symbols picker is slow in TS - ### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it In our zed.dev project, even after things are all loaded up, there is a noticeable delay when trying to search for project symbols between opening it and when items populat...
defect
search project symbols picker is slow in ts check for existing issues completed describe the bug provide steps to reproduce it in our zed dev project even after things are all loaded up there is a noticeable delay when trying to search for project symbols between opening it and when items populate ...
1
33,427
7,121,541,215
IssuesEvent
2018-01-19 08:17:06
bridgedotnet/CLI
https://api.github.com/repos/bridgedotnet/CLI
closed
The "new" command breaks with strange error message if `packages` folder is present
defect
If `bridge new` is run and then run again, a unexpected error is raised: ``` $ ./bridge.exe new Minimum required version of Bridge compiler is 16.4.2. Your version: 16.4.1 ``` ![image](https://user-images.githubusercontent.com/10730372/32402898-10d35944-c115-11e7-8443-268ae4d5f450.png)
1.0
The "new" command breaks with strange error message if `packages` folder is present - If `bridge new` is run and then run again, a unexpected error is raised: ``` $ ./bridge.exe new Minimum required version of Bridge compiler is 16.4.2. Your version: 16.4.1 ``` ![image](https://user-images.githubusercontent.co...
defect
the new command breaks with strange error message if packages folder is present if bridge new is run and then run again a unexpected error is raised bridge exe new minimum required version of bridge compiler is your version
1
78,603
27,624,564,934
IssuesEvent
2023-03-10 05:05:05
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
autoreplace does not work with /dev/disk/by-id/ devices in a pool
Type: Defect
<!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please check our issue tracker before opening a new issue. Additional valuable information can be found in the OpenZFS documentation and mailing list arch...
1.0
autoreplace does not work with /dev/disk/by-id/ devices in a pool - <!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please check our issue tracker before opening a new issue. Additional valuable informat...
defect
autoreplace does not work with dev disk by id devices in a pool thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of...
1
73,003
24,405,181,362
IssuesEvent
2022-10-05 07:17:18
martinrotter/rssguard
https://api.github.com/repos/martinrotter/rssguard
closed
[BUG]: Feeds in Nextcloud News will not show any items without a title tag (but with link and description tag)
Type-Defect
### Brief description of the issue When having a feed like https://toot.site/tags/Cats.rss in Nextcloud News, you will see no articles in RSS Guard. In Nextcloud News, as well as in its companion Android app, this works fine. This feed's articles have no `<title>` tag, but they do have a `<description>` tag. Only o...
1.0
[BUG]: Feeds in Nextcloud News will not show any items without a title tag (but with link and description tag) - ### Brief description of the issue When having a feed like https://toot.site/tags/Cats.rss in Nextcloud News, you will see no articles in RSS Guard. In Nextcloud News, as well as in its companion Android ap...
defect
feeds in nextcloud news will not show any items without a title tag but with link and description tag brief description of the issue when having a feed like in nextcloud news you will see no articles in rss guard in nextcloud news as well as in its companion android app this works fine this feed s...
1
23,742
2,660,928,714
IssuesEvent
2015-03-19 11:22:16
phusion/passenger
https://api.github.com/repos/phusion/passenger
opened
Passenger erroneously spawns multiple preloaders
EnterpriseCustomer Priority/Critical
A user has reported that Passenger 5.0.4 spawns many preloader processes. ``` --------------------------------------- Version: 5.0.4 Date : 2015-03-19 12:06:43 +0100 ------------- Apache processes ------------- *** WARNING: The Apache executable cannot be found. Please set the APXS2 environment variable to y...
1.0
Passenger erroneously spawns multiple preloaders - A user has reported that Passenger 5.0.4 spawns many preloader processes. ``` --------------------------------------- Version: 5.0.4 Date : 2015-03-19 12:06:43 +0100 ------------- Apache processes ------------- *** WARNING: The Apache executable cannot be fou...
non_defect
passenger erroneously spawns multiple preloaders a user has reported that passenger spawns many preloader processes version date apache processes warning the apache executable cannot be found please...
0
508,501
14,701,467,453
IssuesEvent
2021-01-04 11:56:24
bleenco/abstruse
https://api.github.com/repos/bleenco/abstruse
closed
bug(UI): repository pagination
Priority: High Status: In Progress
Repository pagination on the /repos is not working. I added github provider with approximately 100 repos and abstruse is giving me lots of pages: ![image](https://user-images.githubusercontent.com/15204169/103516251-7a4b7000-4e70-11eb-9fdf-7bafe7bf7879.png)
1.0
bug(UI): repository pagination - Repository pagination on the /repos is not working. I added github provider with approximately 100 repos and abstruse is giving me lots of pages: ![image](https://user-images.githubusercontent.com/15204169/103516251-7a4b7000-4e70-11eb-9fdf-7bafe7bf7879.png)
non_defect
bug ui repository pagination repository pagination on the repos is not working i added github provider with approximately repos and abstruse is giving me lots of pages
0
474,846
13,683,151,800
IssuesEvent
2020-09-30 00:55:40
certbot/certbot
https://api.github.com/repos/certbot/certbot
opened
Make a plan for renewal output
area: renewal area: ui / ux priority: unplanned
This may involve doing more user studies, or merely auditing the existing output. This may be out of scope of the current stage of UX work, but we should keep it in mind, and have a place to put thoughts about renewal-related output as it comes up.
1.0
Make a plan for renewal output - This may involve doing more user studies, or merely auditing the existing output. This may be out of scope of the current stage of UX work, but we should keep it in mind, and have a place to put thoughts about renewal-related output as it comes up.
non_defect
make a plan for renewal output this may involve doing more user studies or merely auditing the existing output this may be out of scope of the current stage of ux work but we should keep it in mind and have a place to put thoughts about renewal related output as it comes up
0
39,713
9,633,543,697
IssuesEvent
2019-05-15 18:54:34
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
incorrect initialization of static member with const
defect in-progress
A description of the issue. ### Steps To Reproduce https://deck.net/fc744eb3d41d006b41236e739756264b https://dotnetfiddle.net/fzrxK6 ```csharp public class Program { public static void Main() { var msg = c2.p2.p1; Console.WriteLine(msg); } } public class c1 ...
1.0
incorrect initialization of static member with const - A description of the issue. ### Steps To Reproduce https://deck.net/fc744eb3d41d006b41236e739756264b https://dotnetfiddle.net/fzrxK6 ```csharp public class Program { public static void Main() { var msg = c2.p2.p1; ...
defect
incorrect initialization of static member with const a description of the issue steps to reproduce csharp public class program public static void main var msg console writeline msg public class public string get...
1
54,559
13,764,814,410
IssuesEvent
2020-10-07 12:36:58
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
tabView: progomatically changing tabPanel disabled does not have visual affect until tabs are clicked
defect
**I'm submitting a ...** (check one with "x") ``` [x] bug report => Search github for a similar issue or PR before submitting ``` **Plunkr Case (Bug Reports)** https://stackblitz.com/edit/github-m7xmwy?file=src/app/app.component.html **Current behavior** tabPanel Disabled is toggled, but there is no visua...
1.0
tabView: progomatically changing tabPanel disabled does not have visual affect until tabs are clicked - **I'm submitting a ...** (check one with "x") ``` [x] bug report => Search github for a similar issue or PR before submitting ``` **Plunkr Case (Bug Reports)** https://stackblitz.com/edit/github-m7xmwy?fil...
defect
tabview progomatically changing tabpanel disabled does not have visual affect until tabs are clicked i m submitting a check one with x bug report search github for a similar issue or pr before submitting plunkr case bug reports current behavior tabpanel disabled is...
1
355,464
10,580,992,782
IssuesEvent
2019-10-08 08:14:12
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.ebay.com - site is not usable
browser-firefox-mobile engine-gecko priority-critical
<!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://www.ebay.com/p/1348277707?ul_ref=https%253A%252F%252Frover.ebay.com%252Frover%252F1%252F711-53200-19255-0%252F1%253Ficep_ff3%253D2%2...
1.0
www.ebay.com - site is not usable - <!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://www.ebay.com/p/1348277707?ul_ref=https%253A%252F%252Frover.ebay.com%252Frover%252F1%252F711-5320...
non_defect
site is not usable url browser version firefox mobile operating system android tested another browser no problem type site is not usable description auto direct to ebay link steps to reproduce tried to go to the following site from search result and ...
0
341,213
10,290,077,937
IssuesEvent
2019-08-27 12:18:00
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
groups.freecycle.org - site is not usable
browser-firefox-mobile engine-gecko priority-normal
<!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://groups.freecycle.org/RochesterNY/posts/73766094 **Browser / Version**: Firefox Mobile 68.0 **Operating System**: Android **Tested Anoth...
1.0
groups.freecycle.org - site is not usable - <!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://groups.freecycle.org/RochesterNY/posts/73766094 **Browser / Version**: Firefox Mobile 68.0 ...
non_defect
groups freecycle org site is not usable url browser version firefox mobile operating system android tested another browser no problem type site is not usable description no mobile site steps to reproduce site is not able to be easily used on mobile devices ...
0
75,342
15,397,613,856
IssuesEvent
2021-03-03 22:26:46
kadirselcuk/angular
https://api.github.com/repos/kadirselcuk/angular
opened
WS-2019-0331 (Medium) detected in handlebars-4.4.3.tgz, handlebars-4.4.2.tgz
security vulnerability
## WS-2019-0331 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>handlebars-4.4.3.tgz</b>, <b>handlebars-4.4.2.tgz</b></p></summary> <p> <details><summary><b>handlebars-4.4.3.tgz</b...
True
WS-2019-0331 (Medium) detected in handlebars-4.4.3.tgz, handlebars-4.4.2.tgz - ## WS-2019-0331 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>handlebars-4.4.3.tgz</b>, <b>handlebar...
non_defect
ws medium detected in handlebars tgz handlebars tgz ws medium severity vulnerability vulnerable libraries handlebars tgz handlebars tgz handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no f...
0
67,087
20,867,696,961
IssuesEvent
2022-03-22 09:01:17
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Class loading deadlock between Limit and AbstractField
T: Defect
### Expected behavior org.jooq.impl.Limit and subclasses of org.jooq.impl.AbstractField can be simultaneously loaded by the class loader. ### Actual behavior Deadlock occurs, where both threads get stuck. Sample stacktrace: ``` "http-nio-8080-exec-2" #89 daemon prio=5 os_prio=0 cpu=986.30ms elapsed=58679.17s ti...
1.0
Class loading deadlock between Limit and AbstractField - ### Expected behavior org.jooq.impl.Limit and subclasses of org.jooq.impl.AbstractField can be simultaneously loaded by the class loader. ### Actual behavior Deadlock occurs, where both threads get stuck. Sample stacktrace: ``` "http-nio-8080-exec-2" #89 ...
defect
class loading deadlock between limit and abstractfield expected behavior org jooq impl limit and subclasses of org jooq impl abstractfield can be simultaneously loaded by the class loader actual behavior deadlock occurs where both threads get stuck sample stacktrace http nio exec daem...
1
151,841
19,665,432,802
IssuesEvent
2022-01-10 21:53:21
tyhal/crie
https://api.github.com/repos/tyhal/crie
closed
WS-2021-0200 (High) detected in github.com/docker/distribution-v2.7.1
security vulnerability
## WS-2021-0200 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/docker/distribution-v2.7.1</b></p></summary> <p>The toolkit to pack, ship, store, and deliver container conte...
True
WS-2021-0200 (High) detected in github.com/docker/distribution-v2.7.1 - ## WS-2021-0200 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/docker/distribution-v2.7.1</b></p></su...
non_defect
ws high detected in github com docker distribution ws high severity vulnerability vulnerable library github com docker distribution the toolkit to pack ship store and deliver container content dependency hierarchy github com moby moby root library x ...
0
12,648
7,934,239,983
IssuesEvent
2018-07-08 16:48:53
Beep6581/RawTherapee
https://api.github.com/repos/Beep6581/RawTherapee
opened
Call Histogram matching only if necessary
Performance
Histogram matching is an expensive function because it decodes and demosaics the raw file. For this reason it should only be called if necessary. This issue is about reducing the calls. Currently if you open a file which has histogram matching enabled and was already opened before, the histogram matching is called e...
True
Call Histogram matching only if necessary - Histogram matching is an expensive function because it decodes and demosaics the raw file. For this reason it should only be called if necessary. This issue is about reducing the calls. Currently if you open a file which has histogram matching enabled and was already opene...
non_defect
call histogram matching only if necessary histogram matching is an expensive function because it decodes and demosaics the raw file for this reason it should only be called if necessary this issue is about reducing the calls currently if you open a file which has histogram matching enabled and was already opene...
0
594,489
18,046,666,177
IssuesEvent
2021-09-19 02:09:20
grpc/grpc
https://api.github.com/repos/grpc/grpc
closed
gRPC usage with gevent and Unix sockets
kind/enhancement lang/Python priority/P2 disposition/stale
<!-- PLEASE DO NOT POST A QUESTION HERE. This form is for bug reports and feature requests ONLY! For general questions and troubleshooting, please ask/look for answers at StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc For questions that specifically need to be answered by gRPC t...
1.0
gRPC usage with gevent and Unix sockets - <!-- PLEASE DO NOT POST A QUESTION HERE. This form is for bug reports and feature requests ONLY! For general questions and troubleshooting, please ask/look for answers at StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc For questions that ...
non_defect
grpc usage with gevent and unix sockets please do not post a question here this form is for bug reports and feature requests only for general questions and troubleshooting please ask look for answers at stackoverflow with grpc tag for questions that specifically need to be answered by grpc team ...
0
46,605
9,963,411,919
IssuesEvent
2019-07-07 23:21:48
justparking/feature_nodeluiunify
https://api.github.com/repos/justparking/feature_nodeluiunify
closed
Some JS dependencies causing alerts by github
code repo
As owner, I get these warnings when I log into github: ![image](https://user-images.githubusercontent.com/5266533/59153805-57938280-8aa6-11e9-93bd-efa6cc2fbe83.png) Details are in this URL - https://github.com/justparking/feature_nodeluiunify/network/alerts - shown here: ![image](https://user-images.githubuserco...
1.0
Some JS dependencies causing alerts by github - As owner, I get these warnings when I log into github: ![image](https://user-images.githubusercontent.com/5266533/59153805-57938280-8aa6-11e9-93bd-efa6cc2fbe83.png) Details are in this URL - https://github.com/justparking/feature_nodeluiunify/network/alerts - shown he...
non_defect
some js dependencies causing alerts by github as owner i get these warnings when i log into github details are in this url shown here we d probably want to get those dependencies updated before we move this code back to the main museumsvictoria nodel repo
0
123,936
17,772,410,585
IssuesEvent
2021-08-30 15:03:12
kapseliboi/nuxt-client
https://api.github.com/repos/kapseliboi/nuxt-client
opened
CVE-2021-27290 (High) detected in ssri-6.0.1.tgz, ssri-7.1.0.tgz
security vulnerability
## CVE-2021-27290 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ssri-6.0.1.tgz</b>, <b>ssri-7.1.0.tgz</b></p></summary> <p> <details><summary><b>ssri-6.0.1.tgz</b></p></summary> <...
True
CVE-2021-27290 (High) detected in ssri-6.0.1.tgz, ssri-7.1.0.tgz - ## CVE-2021-27290 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ssri-6.0.1.tgz</b>, <b>ssri-7.1.0.tgz</b></p></sum...
non_defect
cve high detected in ssri tgz ssri tgz cve high severity vulnerability vulnerable libraries ssri tgz ssri tgz ssri tgz standard subresource integrity library parses serializes generates and verifies integrity metadata according to the sri sp...
0
32,461
6,799,046,619
IssuesEvent
2017-11-02 08:55:24
p6spy/p6spy
https://api.github.com/repos/p6spy/p6spy
closed
CustomLineFormat not work on sql select value from V$parameter where lower(name)='compatible'
Defect
spy.properties set as logMessageFormat=com.p6spy.engine.spy.appender.CustomLineFormat customLogMessageFormat=%(currentTime)|%(executionTime)|%(category)|connection%(connectionId)\n%(effectiveSqlSingleLine)\n%(sqlSingleLine);\n on oracle db, when execute sql like this: select value from V$parameter where lower(nam...
1.0
CustomLineFormat not work on sql select value from V$parameter where lower(name)='compatible' - spy.properties set as logMessageFormat=com.p6spy.engine.spy.appender.CustomLineFormat customLogMessageFormat=%(currentTime)|%(executionTime)|%(category)|connection%(connectionId)\n%(effectiveSqlSingleLine)\n%(sqlSingleLin...
defect
customlineformat not work on sql select value from v parameter where lower name compatible spy properties set as logmessageformat com engine spy appender customlineformat customlogmessageformat currenttime executiontime category connection connectionid n effectivesqlsingleline n sqlsingleline ...
1
2,542
2,619,134,426
IssuesEvent
2015-03-03 01:49:01
dart-lang/dart_style
https://api.github.com/repos/dart-lang/dart_style
closed
hard to describe in words...(see the example code)
as designed
``` import 'dart:io'; main() { HttpServer .bind(InternetAddress.LOOPBACK_IP_V4, 4040) .then((HttpServer server) { print('listening on localhost, port ${server.port}'); server.listen((HttpRequest request) { request.response.write('Hello, world!'); request.response.close(); ...
1.0
hard to describe in words...(see the example code) - ``` import 'dart:io'; main() { HttpServer .bind(InternetAddress.LOOPBACK_IP_V4, 4040) .then((HttpServer server) { print('listening on localhost, port ${server.port}'); server.listen((HttpRequest request) { request.response.write(...
non_defect
hard to describe in words see the example code import dart io main httpserver bind internetaddress loopback ip then httpserver server print listening on localhost port server port server listen httprequest request request response write hel...
0
10,852
2,622,193,377
IssuesEvent
2015-03-04 00:24:05
byzhang/cudpp
https://api.github.com/repos/byzhang/cudpp
closed
CHAR_BIT already defined (on OS X)
auto-migrated Priority-Medium Type-Defect
``` In the bzip branch, cudpp_globals.h contains #define CHAR_BIT 8 This is defined (on OS X, and probably on other platforms) in limits.h. Because it's likely this refers to a CUDA value of bits in a char rather than a host-platform value, I propose to replace CHAR_BIT with CUDA_CHAR_BIT everywhere it appears. ...
1.0
CHAR_BIT already defined (on OS X) - ``` In the bzip branch, cudpp_globals.h contains #define CHAR_BIT 8 This is defined (on OS X, and probably on other platforms) in limits.h. Because it's likely this refers to a CUDA value of bits in a char rather than a host-platform value, I propose to replace CHAR_BIT with CUD...
defect
char bit already defined on os x in the bzip branch cudpp globals h contains define char bit this is defined on os x and probably on other platforms in limits h because it s likely this refers to a cuda value of bits in a char rather than a host platform value i propose to replace char bit with cud...
1
17,370
23,192,649,789
IssuesEvent
2022-08-01 13:53:24
vacp2p/research
https://api.github.com/repos/vacp2p/research
opened
[WIP] Vac RFC Process Roadmap
track:rfc-process
This roadmap tracks milestones and issues related to the Vac RFC process. ## Milestones and Issues * [ ] Vac RFC categories & structure * [ ] Update existing RFCs to new structure (on status promotion)
1.0
[WIP] Vac RFC Process Roadmap - This roadmap tracks milestones and issues related to the Vac RFC process. ## Milestones and Issues * [ ] Vac RFC categories & structure * [ ] Update existing RFCs to new structure (on status promotion)
non_defect
vac rfc process roadmap this roadmap tracks milestones and issues related to the vac rfc process milestones and issues vac rfc categories structure update existing rfcs to new structure on status promotion
0
32,105
6,715,552,536
IssuesEvent
2017-10-13 21:44:14
cython/cython
https://api.github.com/repos/cython/cython
closed
__lt__, __gt__ and others rich comparisons behave differently as for example __iadd__
defect Type Analysis
The following looks inconsistent: A small reproducer with cython 0.27.1: ``` cdef class MutableFloat: cdef double x def __cinit__(self, x): self.x=x def __iadd__(self, MutableFloat other): self.x=self.x+other.x return self def __lt__(self, MutableFloat other): ...
1.0
__lt__, __gt__ and others rich comparisons behave differently as for example __iadd__ - The following looks inconsistent: A small reproducer with cython 0.27.1: ``` cdef class MutableFloat: cdef double x def __cinit__(self, x): self.x=x def __iadd__(self, MutableFloat other): sel...
defect
lt gt and others rich comparisons behave differently as for example iadd the following looks inconsistent a small reproducer with cython cdef class mutablefloat cdef double x def cinit self x self x x def iadd self mutablefloat other self...
1
22,726
3,689,855,139
IssuesEvent
2016-02-25 17:51:34
zerogods/phpwebsocket
https://api.github.com/repos/zerogods/phpwebsocket
closed
on send button click getting InvalidStateError
auto-migrated Priority-Medium Type-Defect
``` InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable. ``` Original issue reported on code.google.com by `min2bhan...@gmail.com` on 11 Oct 2013 at 3:59
1.0
on send button click getting InvalidStateError - ``` InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable. ``` Original issue reported on code.google.com by `min2bhan...@gmail.com` on 11 Oct 2013 at 3:59
defect
on send button click getting invalidstateerror invalidstateerror an attempt was made to use an object that is not or is no longer usable original issue reported on code google com by gmail com on oct at
1
174,598
13,496,837,911
IssuesEvent
2020-09-12 05:03:45
istio/istio
https://api.github.com/repos/istio/istio
closed
build istio/istio from master - curl: (60) SSL certificate problem
area/test and release lifecycle/needs-triage
I try to build **istio/istio** from **master** use `make build`, according to `https://github.com/istio/istio/wiki/Using-the-Code-Base` . When build-script try to download` istio-proxy`, `curl` exit with error code: ``` ... Downloading Envoy: curl -fLSs https://github.com/istio/proxy/releases/download/1.0.2/istio-...
1.0
build istio/istio from master - curl: (60) SSL certificate problem - I try to build **istio/istio** from **master** use `make build`, according to `https://github.com/istio/istio/wiki/Using-the-Code-Base` . When build-script try to download` istio-proxy`, `curl` exit with error code: ``` ... Downloading Envoy: cur...
non_defect
build istio istio from master curl ssl certificate problem i try to build istio istio from master use make build according to when build script try to download istio proxy curl exit with error code downloading envoy curl flss to work out darwin release envoy cur...
0
233,502
7,698,370,851
IssuesEvent
2018-05-18 22:53:17
apache/incubator-openwhisk-wskdeploy
https://api.github.com/repos/apache/incubator-openwhisk-wskdeploy
closed
Fix LICENSE headers in all YAML/.js under "tests" folder
apache priority: high
It appears that all the files under the "tests" folder (manifest.yaml, deployment.yaml or *.js) have 2 issues: 1) they picked up a "bad" hash header that was never found in scancode.py because we had excluded "tests" folder from scans. 2) It appears we adopted a "full" ASF header when we SHOULD use a mini header
1.0
Fix LICENSE headers in all YAML/.js under "tests" folder - It appears that all the files under the "tests" folder (manifest.yaml, deployment.yaml or *.js) have 2 issues: 1) they picked up a "bad" hash header that was never found in scancode.py because we had excluded "tests" folder from scans. 2) It appears we adop...
non_defect
fix license headers in all yaml js under tests folder it appears that all the files under the tests folder manifest yaml deployment yaml or js have issues they picked up a bad hash header that was never found in scancode py because we had excluded tests folder from scans it appears we adop...
0
265,876
20,115,138,040
IssuesEvent
2022-02-07 18:41:21
falcosecurity/evolution
https://api.github.com/repos/falcosecurity/evolution
closed
Plugin system - progress tracker
kind/documentation
**Motivation** Since the plugin system comprises several moving parts and many actions need to be performed in the correct order, I created this issue to keep track of their progress. So, what better place than the evolution repository for that? :smile_cat: **Overview** Briefly, before releasing the plugin sy...
1.0
Plugin system - progress tracker - **Motivation** Since the plugin system comprises several moving parts and many actions need to be performed in the correct order, I created this issue to keep track of their progress. So, what better place than the evolution repository for that? :smile_cat: **Overview** Brie...
non_defect
plugin system progress tracker motivation since the plugin system comprises several moving parts and many actions need to be performed in the correct order i created this issue to keep track of their progress so what better place than the evolution repository for that smile cat overview brie...
0
191,594
22,215,812,656
IssuesEvent
2022-06-08 01:26:15
panasalap/linux-4.1.15
https://api.github.com/repos/panasalap/linux-4.1.15
reopened
CVE-2019-9857 (Medium) detected in linux-yocto-4.1v4.1.17
security vulnerability
## CVE-2019-9857 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-4.1v4.1.17</b></p></summary> <p> <p>[no description]</p> <p>Library home page: <a href=https://git.yoctop...
True
CVE-2019-9857 (Medium) detected in linux-yocto-4.1v4.1.17 - ## CVE-2019-9857 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-4.1v4.1.17</b></p></summary> <p> <p>[no descr...
non_defect
cve medium detected in linux yocto cve medium severity vulnerability vulnerable library linux yocto library home page a href found in head commit a href found in base branch master vulnerable source files fs notify inotify ino...
0
33,491
4,836,268,039
IssuesEvent
2016-11-08 19:07:37
xcat2/xcat-core
https://api.github.com/repos/xcat2/xcat-core
closed
Enhance xCAT-test framework to display components/commands
component:test status:pending xCAT 2.12.4 Sprint 2
The `xcattest` command has a `-c` option to specify the command list. Can we enhance the command to have an option that will display the possible commands/components that is available to select and run? For example: `xcattest -c -l` Without specifying a command list, we will display all possible commands that are ...
1.0
Enhance xCAT-test framework to display components/commands - The `xcattest` command has a `-c` option to specify the command list. Can we enhance the command to have an option that will display the possible commands/components that is available to select and run? For example: `xcattest -c -l` Without specifying a...
non_defect
enhance xcat test framework to display components commands the xcattest command has a c option to specify the command list can we enhance the command to have an option that will display the possible commands components that is available to select and run for example xcattest c l without specifying a...
0
80,521
30,313,779,645
IssuesEvent
2023-07-10 14:21:54
vector-im/element-x-android
https://api.github.com/repos/vector-im/element-x-android
closed
Rageshakes show MXID as "undefined" even when permission to contact has been given
S-Critical T-Defect O-Occasional A-Rageshakes X-Release-Blocker Z-Schedule
The MXID of the submitter should be visible when the user has given their consent to be contacted
1.0
Rageshakes show MXID as "undefined" even when permission to contact has been given - The MXID of the submitter should be visible when the user has given their consent to be contacted
defect
rageshakes show mxid as undefined even when permission to contact has been given the mxid of the submitter should be visible when the user has given their consent to be contacted
1
2,655
2,607,934,492
IssuesEvent
2015-02-26 00:28:14
chrsmithdemos/minify
https://api.github.com/repos/chrsmithdemos/minify
closed
doc root, subdomain issue
auto-migrated Priority-Medium Type-Defect
``` Minify version: 2.1.3 PHP version: 5.2.3 Hi I've got minify in a subdomain called apps http://apps.mysite.com/min/ The files it's serving are also in the apps subdomain http://apps.mysite.com/script/file1.js, http://apps.mysite.com/script/file2.js, http://apps.mysite.com/script/file3.js My site is in the root ...
1.0
doc root, subdomain issue - ``` Minify version: 2.1.3 PHP version: 5.2.3 Hi I've got minify in a subdomain called apps http://apps.mysite.com/min/ The files it's serving are also in the apps subdomain http://apps.mysite.com/script/file1.js, http://apps.mysite.com/script/file2.js, http://apps.mysite.com/script/file3...
defect
doc root subdomain issue minify version php version hi i ve got minify in a subdomain called apps the files it s serving are also in the apps subdomain my site is in the root directory and i want use minify on the javascript files i don t understand however what config and groupco...
1
12,173
8,632,247,611
IssuesEvent
2018-11-22 10:15:26
ethereumjs/ethereumjs-vm
https://api.github.com/repos/ethereumjs/ethereumjs-vm
opened
[Meta] Current CVE-2018-19183 / GitHub Security Warning is a non-issue
prio: P2 very important type: security
For information: GitHub is currently giving a security alert on version ``v2.4.0`` of the library. This was triggered by a [CVE-2018-19183](https://nvd.nist.gov/vuln/detail/CVE-2018-19183) ([Common Vulnerabilities and Exposures](https://de.wikipedia.org/wiki/Common_Vulnerabilities_and_Exposures)] filed on the NVD (US N...
True
[Meta] Current CVE-2018-19183 / GitHub Security Warning is a non-issue - For information: GitHub is currently giving a security alert on version ``v2.4.0`` of the library. This was triggered by a [CVE-2018-19183](https://nvd.nist.gov/vuln/detail/CVE-2018-19183) ([Common Vulnerabilities and Exposures](https://de.wikiped...
non_defect
current cve github security warning is a non issue for information github is currently giving a security alert on version of the library this was triggered by a filed on the nvd us national vulnerability database the cve is based on this issue open on the library after first anal...
0
162,511
20,194,937,879
IssuesEvent
2022-02-11 09:47:48
labsai/EDDI
https://api.github.com/repos/labsai/EDDI
closed
CVE-2021-20262 (Medium) detected in keycloak-core-12.0.4.jar - autoclosed
security vulnerability
## CVE-2021-20262 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>keycloak-core-12.0.4.jar</b></p></summary> <p></p> <p>Library home page: <a href="http://keycloak.org">http://keyclo...
True
CVE-2021-20262 (Medium) detected in keycloak-core-12.0.4.jar - autoclosed - ## CVE-2021-20262 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>keycloak-core-12.0.4.jar</b></p></summary...
non_defect
cve medium detected in keycloak core jar autoclosed cve medium severity vulnerability vulnerable library keycloak core jar library home page a href path to dependency file webserver pom xml path to vulnerable library dugfoc downloadresource oxsomw keycloak c...
0
340,066
10,266,269,465
IssuesEvent
2019-08-22 20:58:53
projectcalico/kube-controllers
https://api.github.com/repos/projectcalico/kube-controllers
closed
Most of policies changed on every reconciliation
kind/bug priority/P2
Kube controllers log `Value for key has changed, ...` on every reconciliation (default, `5m`) for about 70% of network policy objects of my cluster. ## Expected Behavior Kube controller should queue update only for changed policies. ## Current Behavior Kube controller is queueing update for about 70% of net...
1.0
Most of policies changed on every reconciliation - Kube controllers log `Value for key has changed, ...` on every reconciliation (default, `5m`) for about 70% of network policy objects of my cluster. ## Expected Behavior Kube controller should queue update only for changed policies. ## Current Behavior Kube...
non_defect
most of policies changed on every reconciliation kube controllers log value for key has changed on every reconciliation default for about of network policy objects of my cluster expected behavior kube controller should queue update only for changed policies current behavior kube c...
0
232,562
17,786,238,621
IssuesEvent
2021-08-31 11:25:16
Musikhjemmeside/Team-Website
https://api.github.com/repos/Musikhjemmeside/Team-Website
opened
write an article about your self
documentation
all members are required too write an article about them selfs
1.0
write an article about your self - all members are required too write an article about them selfs
non_defect
write an article about your self all members are required too write an article about them selfs
0
161,532
20,154,092,661
IssuesEvent
2022-02-09 15:00:49
kapseliboi/crowdfunding-frontend
https://api.github.com/repos/kapseliboi/crowdfunding-frontend
opened
WS-2019-0103 (Medium) detected in handlebars-4.0.11.tgz
security vulnerability
## WS-2019-0103 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.11.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates...
True
WS-2019-0103 (Medium) detected in handlebars-4.0.11.tgz - ## WS-2019-0103 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.11.tgz</b></p></summary> <p>Handlebars provid...
non_defect
ws medium detected in handlebars tgz ws medium 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 package ...
0
71,429
23,622,802,383
IssuesEvent
2022-08-24 22:41:26
department-of-veterans-affairs/va-forms-system-core
https://api.github.com/repos/department-of-veterans-affairs/va-forms-system-core
closed
[A11y] VA Forms System Core [Demo Content]: Non-Descriptive Label
VA Forms System Core 508-defect-3
[508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) ### Feedback framework ❗️ Must for if the feedback must be applied ⚠️ Should if the feedback is best practice ✔️ Consider for suggestions/enhancements ...
1.0
[A11y] VA Forms System Core [Demo Content]: Non-Descriptive Label - [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) ### Feedback framework ❗️ Must for if the feedback must be applied ⚠️ Should if the...
defect
va forms system core non descriptive label feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done review and acknowledge feedback fix and or document decisions made accessibilit...
1
132,716
10,761,181,649
IssuesEvent
2019-10-31 20:12:50
aces/Loris
https://api.github.com/repos/aces/Loris
opened
[Media] Force language selection when uploading a file.
22.0.0 TESTING Feature
When uploading a file, for language input, the user should be forced to be provide an input. English can be set as a default option, and a "Not Applicable", "Multiple" or "Other" option for cases where no language is desired or includes more than one language. This is not currently the case.
1.0
[Media] Force language selection when uploading a file. - When uploading a file, for language input, the user should be forced to be provide an input. English can be set as a default option, and a "Not Applicable", "Multiple" or "Other" option for cases where no language is desired or includes more than one language. T...
non_defect
force language selection when uploading a file when uploading a file for language input the user should be forced to be provide an input english can be set as a default option and a not applicable multiple or other option for cases where no language is desired or includes more than one language this is...
0
218,809
24,402,593,129
IssuesEvent
2022-10-05 03:43:43
BCDevOps/developer-experience
https://api.github.com/repos/BCDevOps/developer-experience
closed
STRA - Certbot - Risk Identification and Review
security
**Describe the issue** Create an STRA for Certbot **What is the Value/Impact?** Identify risks/mitigations. Provides critical information to product/platform owners on use of tool. **What is the plan? How will this get completed?** What are the key components of this task? - [x] Identify risks - [x] Create SoAR - [x...
True
STRA - Certbot - Risk Identification and Review - **Describe the issue** Create an STRA for Certbot **What is the Value/Impact?** Identify risks/mitigations. Provides critical information to product/platform owners on use of tool. **What is the plan? How will this get completed?** What are the key components of this...
non_defect
stra certbot risk identification and review describe the issue create an stra for certbot what is the value impact identify risks mitigations provides critical information to product platform owners on use of tool what is the plan how will this get completed what are the key components of this...
0
47,900
13,066,341,922
IssuesEvent
2020-07-30 21:29:38
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
segfault when starting steamshovel (Trac #1378)
Migrated from Trac combo core defect
A strange problem: If I start the environment with ./env-shell.sh, then run steamshovel, it segfaults right at the beginning. With "./env-shell.sh steamshovel file.i3" it starts up fine. System: Ubuntu 15.04 icerec version: trunk, Revision: 138186 backtrace: (gdb) run selfveto-results.i3 Starting program: /home/bergh...
1.0
segfault when starting steamshovel (Trac #1378) - A strange problem: If I start the environment with ./env-shell.sh, then run steamshovel, it segfaults right at the beginning. With "./env-shell.sh steamshovel file.i3" it starts up fine. System: Ubuntu 15.04 icerec version: trunk, Revision: 138186 backtrace: (gdb) run...
defect
segfault when starting steamshovel trac a strange problem if i start the environment with env shell sh then run steamshovel it segfaults right at the beginning with env shell sh steamshovel file it starts up fine system ubuntu icerec version trunk revision backtrace gdb run selfveto r...
1
598,992
18,263,707,648
IssuesEvent
2021-10-04 05:05:44
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.mvideo.ru - Firefox v.100 is unsupported browser
browser-firefox priority-important priority-normal severity-critical type-unsupported engine-gecko version100
<!-- @browser: Firefox 100.0 --> <!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:100.0) Gecko/20100101 Firefox/100.0 --> <!-- @reported_with: unknown --> **URL**: https://www.mvideo.ru **Browser / Version**: Firefox 100.0 **Operating System**: Linux **Tested Another Browser**: Yes Chrome **Problem type**: Someth...
2.0
www.mvideo.ru - Firefox v.100 is unsupported browser - <!-- @browser: Firefox 100.0 --> <!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:100.0) Gecko/20100101 Firefox/100.0 --> <!-- @reported_with: unknown --> **URL**: https://www.mvideo.ru **Browser / Version**: Firefox 100.0 **Operating System**: Linux **Tested ...
non_defect
firefox v is unsupported browser url browser version firefox operating system linux tested another browser yes chrome problem type something else description site believes browser is too old steps to reproduce with firefox user agent experiment active site ...
0
817,864
30,660,358,337
IssuesEvent
2023-07-25 14:38:50
ReedEspinosa/GSFC-GRASP-Python-Interface
https://api.github.com/repos/ReedEspinosa/GSFC-GRASP-Python-Interface
opened
A bug in the runGRASP.py
bug priority:high
Hi Greema, There is a bug in the runGRASP.py script ``` File ~/git/GSFC-GRASP-Python-Interface/runGRASP.py:1251 in <listcomp> GasAbsorb = " ".join(['%14.10f' % n for n in allVals]) #Molecular depolarization ration if DP is used or Tau of LS is used ``` You might want to fix it before any run
1.0
A bug in the runGRASP.py - Hi Greema, There is a bug in the runGRASP.py script ``` File ~/git/GSFC-GRASP-Python-Interface/runGRASP.py:1251 in <listcomp> GasAbsorb = " ".join(['%14.10f' % n for n in allVals]) #Molecular depolarization ration if DP is used or Tau of LS is used ``` You might want to ...
non_defect
a bug in the rungrasp py hi greema there is a bug in the rungrasp py script file git gsfc grasp python interface rungrasp py in gasabsorb join molecular depolarization ration if dp is used or tau of ls is used you might want to fix it before any run
0
198,025
22,617,851,079
IssuesEvent
2022-06-30 01:15:38
ekediala/bluetooth-scanner
https://api.github.com/repos/ekediala/bluetooth-scanner
opened
CVE-2020-1914 (High) detected in hermes-engine-0.2.1.tgz
security vulnerability
## CVE-2020-1914 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hermes-engine-0.2.1.tgz</b></p></summary> <p>A JavaScript engine optimized for running React Native on Android</p> <p>L...
True
CVE-2020-1914 (High) detected in hermes-engine-0.2.1.tgz - ## CVE-2020-1914 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hermes-engine-0.2.1.tgz</b></p></summary> <p>A JavaScript en...
non_defect
cve high detected in hermes engine tgz cve high severity vulnerability vulnerable library hermes engine tgz a javascript engine optimized for running react native on android library home page a href path to dependency file package json path to vulnerable library no...
0
13,032
2,732,889,713
IssuesEvent
2015-04-17 10:01:01
tiku01/oryx-editor
https://api.github.com/repos/tiku01/oryx-editor
closed
ClassFinder is harmful
auto-migrated Priority-Medium Type-Defect
``` The ClassFinder class is used to find classes that are implementing or extending an interface or a class under a package name. However that class uses a file based approach to read the files present under the directory, then load them in memory, and finally checks if they are compatible. It is a lot of effort ...
1.0
ClassFinder is harmful - ``` The ClassFinder class is used to find classes that are implementing or extending an interface or a class under a package name. However that class uses a file based approach to read the files present under the directory, then load them in memory, and finally checks if they are compatible...
defect
classfinder is harmful the classfinder class is used to find classes that are implementing or extending an interface or a class under a package name however that class uses a file based approach to read the files present under the directory then load them in memory and finally checks if they are compatible...
1
22,056
3,591,039,734
IssuesEvent
2016-02-01 09:51:19
akvo/akvo-flow-mobile
https://api.github.com/repos/akvo/akvo-flow-mobile
closed
Shorting external source answer
Defect
When a free text question is of the 'external source' type, the data that is returned can be very long. For example, if a strip test is done by caddisfly, the returned data includes base64 encoded image data. As the full string is displayed in the app UI, this leads to a very large area of the screen taken up by th...
1.0
Shorting external source answer - When a free text question is of the 'external source' type, the data that is returned can be very long. For example, if a strip test is done by caddisfly, the returned data includes base64 encoded image data. As the full string is displayed in the app UI, this leads to a very large...
defect
shorting external source answer when a free text question is of the external source type the data that is returned can be very long for example if a strip test is done by caddisfly the returned data includes encoded image data as the full string is displayed in the app ui this leads to a very large area...
1
20,772
4,629,944,616
IssuesEvent
2016-09-28 11:01:42
ReactiveX/RxJava
https://api.github.com/repos/ReactiveX/RxJava
closed
doOnCancel method not found
Documentation
The documentation reports that the doOnUnsubscribe() method has been renamed doOnCancel(); however, there is no such a doOnCancel() method in 2.0.0-RC3. For example, this code fails to compile: ``` Observable.just("").doOnCancel(() -> {}); ```
1.0
doOnCancel method not found - The documentation reports that the doOnUnsubscribe() method has been renamed doOnCancel(); however, there is no such a doOnCancel() method in 2.0.0-RC3. For example, this code fails to compile: ``` Observable.just("").doOnCancel(() -> {}); ```
non_defect
dooncancel method not found the documentation reports that the doonunsubscribe method has been renamed dooncancel however there is no such a dooncancel method in for example this code fails to compile observable just dooncancel
0
69,173
22,264,313,960
IssuesEvent
2022-06-10 05:38:59
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
regression: emoji overflows on the new message composer
T-Defect
### Steps to reproduce 1. Add an emoji ### Outcome #### What did you expect? It should not overflow. #### What happened instead? It overflows. ![Untitled](https://user-images.githubusercontent.com/3362943/172997728-33af5a82-fe63-4edc-8d14-eb0e1e8da687.png) ### Operating system _No response_ ### Br...
1.0
regression: emoji overflows on the new message composer - ### Steps to reproduce 1. Add an emoji ### Outcome #### What did you expect? It should not overflow. #### What happened instead? It overflows. ![Untitled](https://user-images.githubusercontent.com/3362943/172997728-33af5a82-fe63-4edc-8d14-eb0e1e8d...
defect
regression emoji overflows on the new message composer steps to reproduce add an emoji outcome what did you expect it should not overflow what happened instead it overflows operating system no response browser information no response url for webap...
1
52,916
13,225,226,365
IssuesEvent
2020-08-17 20:44:52
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
glshovel quits on Help-> About -> Close (Trac #576)
Migrated from Trac defect glshovel
When running the GLshovel, Help-> about brings up a nice dialog box about the program. But the "Close" button for this dialog will quit the GLShovel rather than just close the dialog box. Reported on EL5 at Pole, and confirmed as well on Ubu 8.10 at UMD. Reported version number also seems quite random. <details> ...
1.0
glshovel quits on Help-> About -> Close (Trac #576) - When running the GLshovel, Help-> about brings up a nice dialog box about the program. But the "Close" button for this dialog will quit the GLShovel rather than just close the dialog box. Reported on EL5 at Pole, and confirmed as well on Ubu 8.10 at UMD. Reporte...
defect
glshovel quits on help about close trac when running the glshovel help about brings up a nice dialog box about the program but the close button for this dialog will quit the glshovel rather than just close the dialog box reported on at pole and confirmed as well on ubu at umd reported ver...
1
186,932
15,087,947,141
IssuesEvent
2021-02-05 23:18:59
GoogleCloudPlatform/dataflow-geobeam
https://api.github.com/repos/GoogleCloudPlatform/dataflow-geobeam
closed
Not able to docker or gcloud submit
customer-reported documentation
Hi Travis, Thank you for creating geobeam package for our requirement. I am raising an issue here to just keep track. While using docker build - ```Removing intermediate container 4c61fd4d4ee4 ---> 56341244044b Step 9/23 : RUN wget -q https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz && tar -xzf...
1.0
Not able to docker or gcloud submit - Hi Travis, Thank you for creating geobeam package for our requirement. I am raising an issue here to just keep track. While using docker build - ```Removing intermediate container 4c61fd4d4ee4 ---> 56341244044b Step 9/23 : RUN wget -q https://curl.haxx.se/download/curl-...
non_defect
not able to docker or gcloud submit hi travis thank you for creating geobeam package for our requirement i am raising an issue here to just keep track while using docker build removing intermediate container step run wget q tar xzf curl curl version tar gz cd curl ...
0
8,030
2,611,424,700
IssuesEvent
2015-02-27 04:38:46
chrsmith/codesearch
https://api.github.com/repos/chrsmith/codesearch
opened
go install fails to find package
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Installed latest version of go binaries. 2. go install code.google.com/p/codesearch/cmd/cindex (or any other component library) This produces: can't load package: package code.google.com/p/codesearch/cmd/cindex: import "code.google.com/p/codesearch/cmd/cindex": cannot f...
1.0
go install fails to find package - ``` What steps will reproduce the problem? 1. Installed latest version of go binaries. 2. go install code.google.com/p/codesearch/cmd/cindex (or any other component library) This produces: can't load package: package code.google.com/p/codesearch/cmd/cindex: import "code.google.com...
defect
go install fails to find package what steps will reproduce the problem installed latest version of go binaries go install code google com p codesearch cmd cindex or any other component library this produces can t load package package code google com p codesearch cmd cindex import code google com...
1
368,396
25,791,131,816
IssuesEvent
2022-12-10 04:57:23
ldtteam/Domum-Ornamentum
https://api.github.com/repos/ldtteam/Domum-Ornamentum
closed
Architects cutter inconsistency
bug documentation good first issue
<!-- PLEASE DO NOT DELETE TOPICS AS YOUR ISSUE WILL GET CLOSED --> ### Prerequisites <!-- Replace spaces with "x" to tick boxes. --> - [ ] I am running the latest **alpha** version of Structurize for my Minecraft version. - [x] I checked the MineColonies/Structurize [wiki](https://wiki.minecolonies.ldtteam.com/) a...
1.0
Architects cutter inconsistency - <!-- PLEASE DO NOT DELETE TOPICS AS YOUR ISSUE WILL GET CLOSED --> ### Prerequisites <!-- Replace spaces with "x" to tick boxes. --> - [ ] I am running the latest **alpha** version of Structurize for my Minecraft version. - [x] I checked the MineColonies/Structurize [wiki](https:...
non_defect
architects cutter inconsistency prerequisites i am running the latest alpha version of structurize for my minecraft version i checked the minecolonies structurize and made sure that my issue is not covered there i made sure that this change request is not a duplicate of any exis...
0
823,787
31,033,704,465
IssuesEvent
2023-08-10 14:00:45
freeorion/freeorion
https://api.github.com/repos/freeorion/freeorion
closed
Compile error
category:bug priority:high
Current master does not compile in my enviroment (g++ (Debian 10.2.1-6) 10.2.1 20210110) ``` [ 0%] Building CXX object CMakeFiles/freeorioncommon.dir/util/StringTable.cpp.o (lots of warnings skipped) ... util/StringTable.cpp:312:48: error: no match for ‘operator|’ (operand types are ‘boost::unordered::unordered...
1.0
Compile error - Current master does not compile in my enviroment (g++ (Debian 10.2.1-6) 10.2.1 20210110) ``` [ 0%] Building CXX object CMakeFiles/freeorioncommon.dir/util/StringTable.cpp.o (lots of warnings skipped) ... util/StringTable.cpp:312:48: error: no match for ‘operator|’ (operand types are ‘boost::unor...
non_defect
compile error current master does not compile in my enviroment g debian building cxx object cmakefiles freeorioncommon dir util stringtable cpp o lots of warnings skipped util stringtable cpp error no match for ‘operator ’ operand types are ‘boost unordered unordered ...
0
686,122
23,477,763,531
IssuesEvent
2022-08-17 07:52:36
conan-io/conan
https://api.github.com/repos/conan-io/conan
closed
[feature] Configure basic build folder name for cmake_layout
type: feature priority: medium complex: low
<!-- What is your suggestion? Please be as specific as possible! --> Currently, `cmake_layout()` defines _build_ as the basename for a build folder in layout.py: build_folder = "build" if not subproject else os.path.join(subproject, "build") However, this default collides with some of our projects that alr...
1.0
[feature] Configure basic build folder name for cmake_layout - <!-- What is your suggestion? Please be as specific as possible! --> Currently, `cmake_layout()` defines _build_ as the basename for a build folder in layout.py: build_folder = "build" if not subproject else os.path.join(subproject, "build") Ho...
non_defect
configure basic build folder name for cmake layout currently cmake layout defines build as the basename for a build folder in layout py build folder build if not subproject else os path join subproject build however this default collides with some of our projects that already have a ...
0
521,787
15,115,758,844
IssuesEvent
2021-02-09 05:17:31
celo-org/celo-monorepo
https://api.github.com/repos/celo-org/celo-monorepo
closed
[Wallet] Users SBAT know when each Cash In provider was last used
Component: Add/Withdraw Priority: P3 enhancement wallet
### Expected Behavior Users can see the most recent date they used a cash in provider, mocks here: https://www.figma.com/file/zt7aTQ5wuXycIwxq5oAmF9/Wallet--Refresh?node-id=3136%3A0 <img width="305" alt="Screen Shot 2020-05-20 at 8 41 55 AM" src="https://user-images.githubusercontent.com/16907027/82466872-c8dd0...
1.0
[Wallet] Users SBAT know when each Cash In provider was last used - ### Expected Behavior Users can see the most recent date they used a cash in provider, mocks here: https://www.figma.com/file/zt7aTQ5wuXycIwxq5oAmF9/Wallet--Refresh?node-id=3136%3A0 <img width="305" alt="Screen Shot 2020-05-20 at 8 41 55 AM" sr...
non_defect
users sbat know when each cash in provider was last used expected behavior users can see the most recent date they used a cash in provider mocks here img width alt screen shot at am src current behavior no tracking of when a cash in provider was last used
0
688
2,698,711,778
IssuesEvent
2015-04-03 10:04:58
gocd/gocd
https://api.github.com/repos/gocd/gocd
reopened
Fix cruise config xml save performance issues
enhancement high performance
Go currently has 1 cruise-config.xml and with time the size tends to become very big. This tends to slow down config saves and starts effecting the performance. This issue is a placeholder to start thinking about potential solutions for the same. Details would be updated as we get more clarity around this.
True
Fix cruise config xml save performance issues - Go currently has 1 cruise-config.xml and with time the size tends to become very big. This tends to slow down config saves and starts effecting the performance. This issue is a placeholder to start thinking about potential solutions for the same. Details would be update...
non_defect
fix cruise config xml save performance issues go currently has cruise config xml and with time the size tends to become very big this tends to slow down config saves and starts effecting the performance this issue is a placeholder to start thinking about potential solutions for the same details would be update...
0
80,394
30,269,482,543
IssuesEvent
2023-07-07 14:19:23
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Generated DAO::mapper should be aware of custom GeneratorStrategy
T: Defect C: Functionality P: Medium E: All Editions
When users specify a custom `GeneratorStrategy`, then the generated `DAO` might not be able to correctly map records to POJOs and vice versa, see: https://stackoverflow.com/q/76621719/521799 This could probably be considered a bug. After all, the `DAO` has all the information necessary to map / unmap between record...
1.0
Generated DAO::mapper should be aware of custom GeneratorStrategy - When users specify a custom `GeneratorStrategy`, then the generated `DAO` might not be able to correctly map records to POJOs and vice versa, see: https://stackoverflow.com/q/76621719/521799 This could probably be considered a bug. After all, the `...
defect
generated dao mapper should be aware of custom generatorstrategy when users specify a custom generatorstrategy then the generated dao might not be able to correctly map records to pojos and vice versa see this could probably be considered a bug after all the dao has all the information necessary to ...
1
45,940
13,055,825,641
IssuesEvent
2020-07-30 02:50:57
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
Modules should not log_fatal if their input is missing (Trac #297)
Incomplete Migration Migrated from Trac combo reconstruction defect
Migrated from https://code.icecube.wisc.edu/ticket/297 ```json { "status": "closed", "changetime": "2015-07-07T22:32:33", "description": "Some modules log_fatal if their input pulse series is missing or empty. Others do not check input sufficiently. Those should be collected in this bug.\n\nHere's the lis...
1.0
Modules should not log_fatal if their input is missing (Trac #297) - Migrated from https://code.icecube.wisc.edu/ticket/297 ```json { "status": "closed", "changetime": "2015-07-07T22:32:33", "description": "Some modules log_fatal if their input pulse series is missing or empty. Others do not check input s...
defect
modules should not log fatal if their input is missing trac migrated from json status closed changetime description some modules log fatal if their input pulse series is missing or empty others do not check input sufficiently those should be collected in this bug ...
1
181,802
14,889,250,462
IssuesEvent
2021-01-20 21:07:57
TooTallNate/Java-WebSocket
https://api.github.com/repos/TooTallNate/Java-WebSocket
closed
WebSocketClient.getRemoteSocketAddress() documentation issue
Documentation up-for-grabs
The documentation for [this method](https://github.com/TooTallNate/Java-WebSocket/blob/cfde6e05cb5e0c525dd36030ed085d240690c564/src/main/java/org/java_websocket/WebSocketListener.java#L199) indicates it can return null in the description but then states in the Returns: never return null. Also spacing issue with "orn...
1.0
WebSocketClient.getRemoteSocketAddress() documentation issue - The documentation for [this method](https://github.com/TooTallNate/Java-WebSocket/blob/cfde6e05cb5e0c525dd36030ed085d240690c564/src/main/java/org/java_websocket/WebSocketListener.java#L199) indicates it can return null in the description but then states in ...
non_defect
websocketclient getremotesocketaddress documentation issue the documentation for indicates it can return null in the description but then states in the returns never return null also spacing issue with ornull that s all also which does it return lol
0
30,290
4,579,560,865
IssuesEvent
2016-09-18 08:59:37
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
e2e permafail on upgrade: [k8s.io] Pods should invoke init containers on a RestartNever pod
area/upgrade component/kubelet kind/upgrade-test-failure team/node
On [kubernetes-e2e-gce-1.3-1.4-upgrade-master/5/](http://kubekins.dls.corp.google.com/view/Upgrade%20Test%20-%20GCE/job/kubernetes-e2e-gce-1.3-1.4-upgrade-master/5/) [k8s.io] Pods should invoke init containers on a RestartNever pod /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/pod...
1.0
e2e permafail on upgrade: [k8s.io] Pods should invoke init containers on a RestartNever pod - On [kubernetes-e2e-gce-1.3-1.4-upgrade-master/5/](http://kubekins.dls.corp.google.com/view/Upgrade%20Test%20-%20GCE/job/kubernetes-e2e-gce-1.3-1.4-upgrade-master/5/) [k8s.io] Pods should invoke init containers on a RestartN...
non_defect
permafail on upgrade pods should invoke init containers on a restartnever pod on pods should invoke init containers on a restartnever pod go src io kubernetes output dockerized go src io kubernetes test pods go expected to equal
0
29,427
5,693,473,221
IssuesEvent
2017-04-15 01:52:17
hugotacito/django-pagination
https://api.github.com/repos/hugotacito/django-pagination
closed
Brazilian Portuguese Translation
auto-migrated Priority-Medium Type-Defect
``` The attachment contains the Spanish translation for django-pagination. ``` Original issue reported on code.google.com by `shee...@gmail.com` on 18 Feb 2009 at 6:16 Attachments: - [django.po](https://storage.googleapis.com/google-code-attachments/django-pagination/issue-42/comment-0/django.po)
1.0
Brazilian Portuguese Translation - ``` The attachment contains the Spanish translation for django-pagination. ``` Original issue reported on code.google.com by `shee...@gmail.com` on 18 Feb 2009 at 6:16 Attachments: - [django.po](https://storage.googleapis.com/google-code-attachments/django-pagination/issue-42/commen...
defect
brazilian portuguese translation the attachment contains the spanish translation for django pagination original issue reported on code google com by shee gmail com on feb at attachments
1
168,387
26,640,450,079
IssuesEvent
2023-01-25 03:57:45
BulletBoxProject/BulletBox-project-FE-
https://api.github.com/repos/BulletBoxProject/BulletBox-project-FE-
opened
Startpage, Mypage CSS 변경
design
## Description 설명을 작성해주세요. ## Todo - [ ] Startpage CSS 변경 - [ ] Mypage CSS 변경 - [ ] 루틴으로 이름 변경 - [ ] 카테고리 modal창 입력완료시 불 들어오기 - [ ] 카테고리 전체적인 CSS 변경 ## Etc 기타사항
1.0
Startpage, Mypage CSS 변경 - ## Description 설명을 작성해주세요. ## Todo - [ ] Startpage CSS 변경 - [ ] Mypage CSS 변경 - [ ] 루틴으로 이름 변경 - [ ] 카테고리 modal창 입력완료시 불 들어오기 - [ ] 카테고리 전체적인 CSS 변경 ## Etc 기타사항
non_defect
startpage mypage css 변경 description 설명을 작성해주세요 todo startpage css 변경 mypage css 변경 루틴으로 이름 변경 카테고리 modal창 입력완료시 불 들어오기 카테고리 전체적인 css 변경 etc 기타사항
0
780,083
27,378,930,709
IssuesEvent
2023-02-28 08:40:41
dodona-edu/dodona
https://api.github.com/repos/dodona-edu/dodona
closed
Ask confirmation when making series visible from main course page
feature student low priority
Making a series visible using the link on the main course is only one click away from inadvertently publishing a series that should be kept hidden/closed. Asking confirmation before performing the action might prevent unwanted actions (but no guarantee). ![image](https://user-images.githubusercontent.com/5736113/207...
1.0
Ask confirmation when making series visible from main course page - Making a series visible using the link on the main course is only one click away from inadvertently publishing a series that should be kept hidden/closed. Asking confirmation before performing the action might prevent unwanted actions (but no guarantee...
non_defect
ask confirmation when making series visible from main course page making a series visible using the link on the main course is only one click away from inadvertently publishing a series that should be kept hidden closed asking confirmation before performing the action might prevent unwanted actions but no guarantee...
0
54,334
6,808,795,668
IssuesEvent
2017-11-04 08:37:58
Tiendil/the-tale
https://api.github.com/repos/Tiendil/the-tale
opened
Лингвистика: продвинутые ограничения для свойств монстров
comp_linguistics cont_game_designe est_medium type_improvement
> 1. Дать мобам новые "свойства". В частности "материальный/телесный" и "бестелесный". Кроме того, указать, чем вооружён: клыки, когти, оружие, бестелесная атака касанием. > 2. Дать свойства оружию. Разделить его на "мечи", "топоры" и "другое". Кроме того, параллельно, разделить на колющее, рубящее, дробящее и пр. > ...
1.0
Лингвистика: продвинутые ограничения для свойств монстров - > 1. Дать мобам новые "свойства". В частности "материальный/телесный" и "бестелесный". Кроме того, указать, чем вооружён: клыки, когти, оружие, бестелесная атака касанием. > 2. Дать свойства оружию. Разделить его на "мечи", "топоры" и "другое". Кроме того, па...
non_defect
лингвистика продвинутые ограничения для свойств монстров дать мобам новые свойства в частности материальный телесный и бестелесный кроме того указать чем вооружён клыки когти оружие бестелесная атака касанием дать свойства оружию разделить его на мечи топоры и другое кроме того па...
0
23,899
3,867,153,077
IssuesEvent
2016-04-09 03:07:07
cakephp/debug_kit
https://api.github.com/repos/cakephp/debug_kit
closed
PDOException triggers fatal error: Call to undefined method Cake\Database\Query::toArray()
defect
I've found that a SQL error in the count query of the paginator component triggers this fatal error in the following line: https://github.com/cakephp/debug_kit/blob/83467f84857484ac3bc6579d2ca84b5de8ef7a2e/src/Panel/VariablesPanel.php#L76 As fas as can understand, the _PDOException_ contains a trace with a _Cake\Da...
1.0
PDOException triggers fatal error: Call to undefined method Cake\Database\Query::toArray() - I've found that a SQL error in the count query of the paginator component triggers this fatal error in the following line: https://github.com/cakephp/debug_kit/blob/83467f84857484ac3bc6579d2ca84b5de8ef7a2e/src/Panel/Variables...
defect
pdoexception triggers fatal error call to undefined method cake database query toarray i ve found that a sql error in the count query of the paginator component triggers this fatal error in the following line as fas as can understand the pdoexception contains a trace with a cake database query object...
1
18,563
3,072,312,688
IssuesEvent
2015-08-19 16:18:47
ElijahFowler/jquerycsvtotable
https://api.github.com/repos/ElijahFowler/jquerycsvtotable
closed
Error on duplicate values in file
auto-migrated Priority-Medium Type-Defect
``` I have a cvs with duplicate values. It throws an error. Can you help? ``` Original issue reported on code.google.com by `huzanfor...@gmail.com` on 14 Feb 2014 at 5:49
1.0
Error on duplicate values in file - ``` I have a cvs with duplicate values. It throws an error. Can you help? ``` Original issue reported on code.google.com by `huzanfor...@gmail.com` on 14 Feb 2014 at 5:49
defect
error on duplicate values in file i have a cvs with duplicate values it throws an error can you help original issue reported on code google com by huzanfor gmail com on feb at
1
22,116
3,601,797,891
IssuesEvent
2016-02-03 13:12:27
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Triage test failures on opera
area-dart2js Priority-Medium triaged Type-Defect
The following tests are failing on opera and need be triaged: corelib/null_nosuchmethod_test html/document_test/getCssCanvasContext html/form_data_test html/keyboard_event_test html/xmldocument_2_test html/element_test/eventListening html/element_test/children language/null_access_error_test language/string_interpol...
1.0
Triage test failures on opera - The following tests are failing on opera and need be triaged: corelib/null_nosuchmethod_test html/document_test/getCssCanvasContext html/form_data_test html/keyboard_event_test html/xmldocument_2_test html/element_test/eventListening html/element_test/children language/null_access_err...
defect
triage test failures on opera the following tests are failing on opera and need be triaged corelib null nosuchmethod test html document test getcsscanvascontext html form data test html keyboard event test html xmldocument test html element test eventlistening html element test children language null access err...
1
229,881
25,387,205,616
IssuesEvent
2022-11-21 23:08:03
UpendoVentures/generator-upendodnn
https://api.github.com/repos/UpendoVentures/generator-upendodnn
closed
CVE-2022-21680 (High) detected in marked-0.8.2.tgz - autoclosed
security vulnerability
## CVE-2022-21680 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>marked-0.8.2.tgz</b></p></summary> <p>A markdown parser built for speed</p> <p>Library home page: <a href="https://reg...
True
CVE-2022-21680 (High) detected in marked-0.8.2.tgz - autoclosed - ## CVE-2022-21680 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>marked-0.8.2.tgz</b></p></summary> <p>A markdown par...
non_defect
cve high detected in marked tgz autoclosed cve high severity vulnerability vulnerable library marked tgz a markdown parser built for speed library home page a href path to dependency file generators mvc spa templates package json path to vulnerable library genera...
0
33,050
7,008,991,819
IssuesEvent
2017-12-19 17:27:32
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
Duplicate test names in same tests file gives confusing error
C: TestHarness P: normal T: defect
## Rationale When a test name is replicated in the same test file, a confusing error occurs when running `run_tests`. A clear error or check should be made to avoid confusion. ## Description If two tests have the same test name, the following error occurs: ``` Traceback (most recent call last): File "./run_te...
1.0
Duplicate test names in same tests file gives confusing error - ## Rationale When a test name is replicated in the same test file, a confusing error occurs when running `run_tests`. A clear error or check should be made to avoid confusion. ## Description If two tests have the same test name, the following error oc...
defect
duplicate test names in same tests file gives confusing error rationale when a test name is replicated in the same test file a confusing error occurs when running run tests a clear error or check should be made to avoid confusion description if two tests have the same test name the following error oc...
1
3,974
2,610,085,087
IssuesEvent
2015-02-26 18:25:54
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳彩光怎样治青春痘
auto-migrated Priority-Medium Type-Defect
``` 深圳彩光怎样治青春痘【深圳韩方科颜全国热线400-869-1818,24 小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:02
1.0
深圳彩光怎样治青春痘 - ``` 深圳彩光怎样治青春痘【深圳韩方科颜全国热线400-869-1818,24 小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:02
defect
深圳彩光怎样治青春痘 深圳彩光怎样治青春痘【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 original issue reported on code google com by szft com on may at
1
48,281
12,191,550,270
IssuesEvent
2020-04-29 11:20:40
kwk/test-llvm-bz-import-5
https://api.github.com/repos/kwk/test-llvm-bz-import-5
closed
[alpha] ../../llvm-gcc/gcc/crtstuff.c:378: internal compiler error: Bus error
BZ-BUG-STATUS: RESOLVED BZ-RESOLUTION: WONTFIX Build scripts/Makefiles dummy import from bugzilla
This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=6764.
1.0
[alpha] ../../llvm-gcc/gcc/crtstuff.c:378: internal compiler error: Bus error - This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=6764.
non_defect
llvm gcc gcc crtstuff c internal compiler error bus error this issue was imported from bugzilla
0
57,893
16,131,877,731
IssuesEvent
2021-04-29 06:39:32
cython/cython
https://api.github.com/repos/cython/cython
closed
Default arguments in methods are not preserved for introspection
Python Semantics defect
Tried on the latest master: ``` # test.pyx def run(a, b=1): return a + b cdef class A: def run(self, a, b=1): return a + b # app.py from test import A, run import inspect a = A() print(inspect.signature(run)) # ok - prints (a, b=1) print(inspect.signature(a.run)) # not ok - prints (a,...
1.0
Default arguments in methods are not preserved for introspection - Tried on the latest master: ``` # test.pyx def run(a, b=1): return a + b cdef class A: def run(self, a, b=1): return a + b # app.py from test import A, run import inspect a = A() print(inspect.signature(run)) # ok - pri...
defect
default arguments in methods are not preserved for introspection tried on the latest master test pyx def run a b return a b cdef class a def run self a b return a b app py from test import a run import inspect a a print inspect signature run ok pri...
1
34,179
7,375,419,407
IssuesEvent
2018-03-14 00:21:32
CompEvol/beast2
https://api.github.com/repos/CompEvol/beast2
closed
PackageManager jar loading order
defect
Jars can be loaded before dependencies are loaded. For example beast2/lib/appbundler.jar can be picked up by the AddonManager before beast2/lib/junit.jar is picked up, which results in sudden termination since appbundler classes rely on junit classes. d07c4d372eb5314823615ab31481cd725ec037b3 moves appbundler out of th...
1.0
PackageManager jar loading order - Jars can be loaded before dependencies are loaded. For example beast2/lib/appbundler.jar can be picked up by the AddonManager before beast2/lib/junit.jar is picked up, which results in sudden termination since appbundler classes rely on junit classes. d07c4d372eb5314823615ab31481cd72...
defect
packagemanager jar loading order jars can be loaded before dependencies are loaded for example lib appbundler jar can be picked up by the addonmanager before lib junit jar is picked up which results in sudden termination since appbundler classes rely on junit classes moves appbundler out of the way for now ...
1
9,165
7,604,380,567
IssuesEvent
2018-04-30 00:30:58
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
CngKey.Export The requested operation is not supported [Windows]
area-System.Security
Can't get RSAParameters on Windows. Code to reproduce: ```C# using System; using System.Linq; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; namespace TestRSA { class Program { static void Main(string[] args) { try { X509Certif...
True
CngKey.Export The requested operation is not supported [Windows] - Can't get RSAParameters on Windows. Code to reproduce: ```C# using System; using System.Linq; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; namespace TestRSA { class Program { static void...
non_defect
cngkey export the requested operation is not supported can t get rsaparameters on windows code to reproduce c using system using system linq using system security cryptography using system security cryptography namespace testrsa class program static void main string args ...
0
134,217
19,099,158,728
IssuesEvent
2021-11-29 20:12:47
rovrlabs/rovr
https://api.github.com/repos/rovrlabs/rovr
closed
Update finished onboarding message
enhancement design
- [ ] Make Welcome to the ROVR closed beta! msg more fun, and/or shorter on email confirmation page - [ ] Add confetti when you first see ROVR homepage (whee)
1.0
Update finished onboarding message - - [ ] Make Welcome to the ROVR closed beta! msg more fun, and/or shorter on email confirmation page - [ ] Add confetti when you first see ROVR homepage (whee)
non_defect
update finished onboarding message make welcome to the rovr closed beta msg more fun and or shorter on email confirmation page add confetti when you first see rovr homepage whee
0
59,718
17,023,215,741
IssuesEvent
2021-07-03 00:53:56
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Error message, when rendering T@H
Component: osmarender Priority: major Resolution: wontfix Type: defect
**[Submitted to the original trac issue database at 7.59am, Tuesday, 11th March 2008]** ``` Everything is Ok [#52 0% jobinit] Doing tileset 2106,1351 (zoom 12) (area around 52.079498,5.141602) [#52 0% Preproc] Downloading: Map data for default,maplint,captionless to c:\temp\data-63272-1.osm [#52 0% Preproc] ...
1.0
Error message, when rendering T@H - **[Submitted to the original trac issue database at 7.59am, Tuesday, 11th March 2008]** ``` Everything is Ok [#52 0% jobinit] Doing tileset 2106,1351 (zoom 12) (area around 52.079498,5.141602) [#52 0% Preproc] Downloading: Map data for default,maplint,captionless to c:\temp\d...
defect
error message when rendering t h everything is ok doing tileset zoom area around downloading map data for default maplint captionless to c temp data osm checking for utf errors in c temp data osm rendering error the following comman...
1
319,825
27,400,579,498
IssuesEvent
2023-03-01 00:06:55
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
opened
Fix activations.test_thresholded_relu
Sub Task Ivy API Experimental Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4296783117/jobs/7488944311" rel="noopener noreferrer" target="_blank"><im...
1.0
Fix activations.test_thresholded_relu - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4296783117/jobs/7488944311" rel="...
non_defect
fix activations test thresholded relu tensorflow img src torch img src numpy img src jax img src not found not found
0
283,833
24,564,660,853
IssuesEvent
2022-10-13 01:00:16
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
opened
DISABLED test_comprehensive_addbmm_cuda_float16 (__main__.TestDecompCUDA)
triaged module: flaky-tests skipped module: primTorch module: decompositions
Platforms: rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_addbmm_cuda_float16&suite=TestDecompCUDA) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/8855420692). Over the past 3 hours, it has bee...
1.0
DISABLED test_comprehensive_addbmm_cuda_float16 (__main__.TestDecompCUDA) - Platforms: rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_addbmm_cuda_float16&suite=TestDecompCUDA) and the most recent trunk [workflow logs](https://git...
non_defect
disabled test comprehensive addbmm cuda main testdecompcuda platforms rocm this test was disabled because it is failing in ci see and the most recent trunk over the past hours it has been determined flaky in workflow s with failures and successes debugging instructions after clickin...
0
76,989
7,550,958,862
IssuesEvent
2018-04-18 18:33:33
Earthii/Simple-Camera-SOEN-390
https://api.github.com/repos/Earthii/Simple-Camera-SOEN-390
closed
Update: Old UI Tests
TESTING
Some UI tests from past releases currently fail because of extra code that was added into the activity xml [SP - 2] [Risk - Low] [Priority - High] ## Tasks Add broken UI tests below: - [x] "UI test CapturePictureWhileRecordingUITest" - [x] "UI test FilterIconsUITest" - [x] "UI test FilterPhotoUITest" - [...
1.0
Update: Old UI Tests - Some UI tests from past releases currently fail because of extra code that was added into the activity xml [SP - 2] [Risk - Low] [Priority - High] ## Tasks Add broken UI tests below: - [x] "UI test CapturePictureWhileRecordingUITest" - [x] "UI test FilterIconsUITest" - [x] "UI test ...
non_defect
update old ui tests some ui tests from past releases currently fail because of extra code that was added into the activity xml tasks add broken ui tests below ui test capturepicturewhilerecordinguitest ui test filtericonsuitest ui test filterphotouitest ui test remembe...
0
293,945
22,101,810,734
IssuesEvent
2022-06-01 14:15:02
YJY1220/OSP09_Final_Project
https://api.github.com/repos/YJY1220/OSP09_Final_Project
closed
testtest
documentation duplicate
## Feature request name > Feature name ## Feature content > Feature content ## Uniqueness about this feature > the unique content
1.0
testtest - ## Feature request name > Feature name ## Feature content > Feature content ## Uniqueness about this feature > the unique content
non_defect
testtest feature request name feature name feature content feature content uniqueness about this feature the unique content
0
14,890
5,821,276,794
IssuesEvent
2017-05-06 03:39:57
mozillascience/plan
https://api.github.com/repos/mozillascience/plan
opened
Study Group Learning Call - 6/2/17
Community Building
May Study Group Call checklist! 5/5/17 owner: @auremoser - [x] make etherpad https://public.etherpad-mozilla.org/p/mozilla-studygroup-leads-jun-2017 - [x] make [event on site](https://science.mozilla.org/programs/events/studygroup-call-jun-02) - [ ] email listserv - [ ] contact speakers Study Group Leads with remi...
1.0
Study Group Learning Call - 6/2/17 - May Study Group Call checklist! 5/5/17 owner: @auremoser - [x] make etherpad https://public.etherpad-mozilla.org/p/mozilla-studygroup-leads-jun-2017 - [x] make [event on site](https://science.mozilla.org/programs/events/studygroup-call-jun-02) - [ ] email listserv - [ ] contact...
non_defect
study group learning call may study group call checklist owner auremoser make etherpad make email listserv contact speakers study group leads with reminder define theme open publishing thursday before email leaders a reminder schedule tweets ...
0
17,406
3,004,215,360
IssuesEvent
2015-07-25 18:11:13
canbican/wordpress-java
https://api.github.com/repos/canbican/wordpress-java
closed
Get Pages method miss one optional parameter
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1.create more then 10 pages in Wordpress 2. invoke getpages method in net.bican.wordpress.Wordpress 3. only latest 10 published pages What is the expected output? What do you see instead? Should get all pages. Add a parameter in method to specify the max_pages ``` Origina...
1.0
Get Pages method miss one optional parameter - ``` What steps will reproduce the problem? 1.create more then 10 pages in Wordpress 2. invoke getpages method in net.bican.wordpress.Wordpress 3. only latest 10 published pages What is the expected output? What do you see instead? Should get all pages. Add a parameter in...
defect
get pages method miss one optional parameter what steps will reproduce the problem create more then pages in wordpress invoke getpages method in net bican wordpress wordpress only latest published pages what is the expected output what do you see instead should get all pages add a parameter in m...
1
23,997
3,886,493,268
IssuesEvent
2016-04-14 01:20:49
mrj0/jep
https://api.github.com/repos/mrj0/jep
closed
Jep does not work with Python 3.3
defect
Import of Java packages in the Jep console fails on Python 3.3 with the following error: `>>> import java` > Traceback (most recent call last): > File "/usr/local/lib/python3.3/site-packages/jep/console.py", line 61, in prompt > ran = jep.eval(line) > > RuntimeError: jep.JepException: jep.JepException: <cla...
1.0
Jep does not work with Python 3.3 - Import of Java packages in the Jep console fails on Python 3.3 with the following error: `>>> import java` > Traceback (most recent call last): > File "/usr/local/lib/python3.3/site-packages/jep/console.py", line 61, in prompt > ran = jep.eval(line) > > RuntimeError: jep....
defect
jep does not work with python import of java packages in the jep console fails on python with the following error import java traceback most recent call last file usr local lib site packages jep console py line in prompt ran jep eval line runtimeerror jep jepexce...
1
157,238
12,367,213,179
IssuesEvent
2020-05-18 11:54:36
dusk-network/dusk-blockchain
https://api.github.com/repos/dusk-network/dusk-blockchain
closed
BidAutomaton test failure
area:testing area:tx status:minor type:bug
While testing #533, the CI stumbled upon a test failure which looks completely unrelated to the PR itself. Following is the stack trace: ``` === RUN TestMaintainBids time="2020-05-18T07:10:13Z" level=warning msg="could not send bid tx" error="method not registered" process=BidAutomaton coverage: 81.8% of statements ...
1.0
BidAutomaton test failure - While testing #533, the CI stumbled upon a test failure which looks completely unrelated to the PR itself. Following is the stack trace: ``` === RUN TestMaintainBids time="2020-05-18T07:10:13Z" level=warning msg="could not send bid tx" error="method not registered" process=BidAutomaton c...
non_defect
bidautomaton test failure while testing the ci stumbled upon a test failure which looks completely unrelated to the pr itself following is the stack trace run testmaintainbids time level warning msg could not send bid tx error method not registered process bidautomaton coverage ...
0
55,576
14,563,815,815
IssuesEvent
2020-12-17 03:27:38
matthewlang/slack-queue
https://api.github.com/repos/matthewlang/slack-queue
closed
Admin messages should have text rather than block bodies
defect
## Steps to reproduce ### Expected behavior Block messages can't be displayed as notifications, so the main message should be text (maybe with a bloc attachment) ### Actual behavior
1.0
Admin messages should have text rather than block bodies - ## Steps to reproduce ### Expected behavior Block messages can't be displayed as notifications, so the main message should be text (maybe with a bloc attachment) ### Actual behavior
defect
admin messages should have text rather than block bodies steps to reproduce expected behavior block messages can t be displayed as notifications so the main message should be text maybe with a bloc attachment actual behavior
1
36,292
7,878,824,004
IssuesEvent
2018-06-26 11:32:35
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Support CREATE OR REPLACE VIEW in H2
C: DB: H2 C: Functionality P: Medium R: Fixed T: Defect
H2 supports the statement. Our integration tests probably failed because of an issue that is now fixed in 1.4.197: https://github.com/h2database/h2database/issues/632
1.0
Support CREATE OR REPLACE VIEW in H2 - H2 supports the statement. Our integration tests probably failed because of an issue that is now fixed in 1.4.197: https://github.com/h2database/h2database/issues/632
defect
support create or replace view in supports the statement our integration tests probably failed because of an issue that is now fixed in
1
8,783
6,654,557,119
IssuesEvent
2017-09-29 13:18:50
oblac/jodd
https://api.github.com/repos/oblac/jodd
closed
Lagarto performance optimisation
jodd-lagarto performance wontfix
Lagarto currently creates an internal text buffer (`char[]`) for building up text that gets sent to the `text(text: CharSequence)` callback. It would be great to avoid uneccessary memory allocation / copying with something like the following: Have the option to _disable_ this internal buffer so that _no array cop...
True
Lagarto performance optimisation - Lagarto currently creates an internal text buffer (`char[]`) for building up text that gets sent to the `text(text: CharSequence)` callback. It would be great to avoid uneccessary memory allocation / copying with something like the following: Have the option to _disable_ this in...
non_defect
lagarto performance optimisation lagarto currently creates an internal text buffer char for building up text that gets sent to the text text charsequence callback it would be great to avoid uneccessary memory allocation copying with something like the following have the option to disable this int...
0
11,553
2,657,956,029
IssuesEvent
2015-03-18 12:59:29
Red5/red5-server
https://api.github.com/repos/Red5/red5-server
opened
Async Error #2095 and ArgumentError #1063 with Installer
auto-migrated Priority-Medium Type-Defect
_From @GoogleCodeExporter on March 15, 2015 17:0_ ``` What steps will reproduce the problem? 1.I am using Fedora 18 and CentOS 6 2. I have installed red5.sh successfully ; 3. while running http://localhost:5080/installer/ no app is getting loaded and debug message show that Async Error: [AsyncErrorEvent type="asyncE...
1.0
Async Error #2095 and ArgumentError #1063 with Installer - _From @GoogleCodeExporter on March 15, 2015 17:0_ ``` What steps will reproduce the problem? 1.I am using Fedora 18 and CentOS 6 2. I have installed red5.sh successfully ; 3. while running http://localhost:5080/installer/ no app is getting loaded and debug m...
defect
async error and argumenterror with installer from googlecodeexporter on march what steps will reproduce the problem i am using fedora and centos i have installed sh successfully while running no app is getting loaded and debug message show that async error asyncerrorevent...
1
194,376
22,261,967,487
IssuesEvent
2022-06-10 01:55:10
Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2022-0492
https://api.github.com/repos/Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2022-0492
reopened
CVE-2020-12652 (Medium) detected in linuxlinux-4.19.88
security vulnerability
## CVE-2020-12652 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.88</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge....
True
CVE-2020-12652 (Medium) detected in linuxlinux-4.19.88 - ## CVE-2020-12652 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.88</b></p></summary> <p> <p>The Linux Kerne...
non_defect
cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files linux ...
0
48,014
13,067,390,097
IssuesEvent
2020-07-31 00:18:12
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
triangle.c needs pruning (Trac #1648)
Migrated from Trac combo simulation defect
strip it down and port it to C++ or find a real library for Dalaunay triangles Migrated from https://code.icecube.wisc.edu/ticket/1648 ```json { "status": "closed", "changetime": "2019-02-13T14:13:10", "description": "strip it down and port it to C++\n\nor find a real library for Dalaunay triangles", ...
1.0
triangle.c needs pruning (Trac #1648) - strip it down and port it to C++ or find a real library for Dalaunay triangles Migrated from https://code.icecube.wisc.edu/ticket/1648 ```json { "status": "closed", "changetime": "2019-02-13T14:13:10", "description": "strip it down and port it to C++\n\nor find a...
defect
triangle c needs pruning trac strip it down and port it to c or find a real library for dalaunay triangles migrated from json status closed changetime description strip it down and port it to c n nor find a real library for dalaunay triangles reporter...
1
33,341
7,094,745,570
IssuesEvent
2018-01-13 07:56:28
supertuxkart/stk-code
https://api.github.com/repos/supertuxkart/stk-code
closed
Starting STK without menu gives bad performance
C:Graphics P3: normal T: defect
Whenever I start STK with -N or -R flags performance goes down a lot. If I set up a new race, the problem goes away. Just restarting the race does not help. I would really like to know if anyone can reproduce this issue. I'm using the proprietary NVIDIA driver under Linux.
1.0
Starting STK without menu gives bad performance - Whenever I start STK with -N or -R flags performance goes down a lot. If I set up a new race, the problem goes away. Just restarting the race does not help. I would really like to know if anyone can reproduce this issue. I'm using the proprietary NVIDIA driver under Lin...
defect
starting stk without menu gives bad performance whenever i start stk with n or r flags performance goes down a lot if i set up a new race the problem goes away just restarting the race does not help i would really like to know if anyone can reproduce this issue i m using the proprietary nvidia driver under lin...
1
10,046
2,618,932,941
IssuesEvent
2015-03-03 00:00:59
chrsmith/open-ig
https://api.github.com/repos/chrsmith/open-ig
closed
sound error when
auto-migrated Priority-Medium Sound Type-Defect
``` Game version: 0.42 Operating System: Ubuntu (Linux, i386, 3.5.0-26-generic) Java runtime version: Java version: 1.8.0-ea Java vendor: Oracle Corporation (http://java.oracle.com/) Java class version: 52.0 Installed using the Launcher? yes Game language (en, hu, de): EN What steps will reproduce th...
1.0
sound error when - ``` Game version: 0.42 Operating System: Ubuntu (Linux, i386, 3.5.0-26-generic) Java runtime version: Java version: 1.8.0-ea Java vendor: Oracle Corporation (http://java.oracle.com/) Java class version: 52.0 Installed using the Launcher? yes Game language (en, hu, de): EN What ste...
defect
sound error when game version operating system ubuntu linux generic java runtime version java version ea java vendor oracle corporation java class version installed using the launcher yes game language en hu de en what steps will reproduce the problem...
1