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
957
labels
stringlengths
4
795
body
stringlengths
1
259k
index
stringclasses
12 values
text_combine
stringlengths
96
259k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
12,339
7,853,833,222
IssuesEvent
2018-06-20 18:42:44
chanzuckerberg/cellxgene
https://api.github.com/repos/chanzuckerberg/cellxgene
closed
REST API issues / potential areas of improvement - tracking issue
backend enhancement performance
This is a tracking thread for ideas/debate about improvements to the cellxgene REST API. Please add your own thoughts and/or reactions. Starter list of issues/ideas: * Semantics of `/cells` response object: 1. API mixes together external (submitter) cell ID and the API-internal data structure cell id. These...
True
REST API issues / potential areas of improvement - tracking issue - This is a tracking thread for ideas/debate about improvements to the cellxgene REST API. Please add your own thoughts and/or reactions. Starter list of issues/ideas: * Semantics of `/cells` response object: 1. API mixes together external (su...
non_priority
rest api issues potential areas of improvement tracking issue this is a tracking thread for ideas debate about improvements to the cellxgene rest api please add your own thoughts and or reactions starter list of issues ideas semantics of cells response object api mixes together external su...
0
16,092
2,871,201,329
IssuesEvent
2015-06-07 22:30:41
pymc-devs/pymc3
https://api.github.com/repos/pymc-devs/pymc3
closed
Stochastic's `observed` argument does not accept tuples
defects
Passing a tuple (rather than a NumPy array) to a stochastic as the `observed` value results in a TypeError. We should be able to pass lists and tuples of data. Here is an example: from pymc import Model, Normal, Uniform, sample, NUTS, Deterministic post_op_stool = 0.19,0.24,0.29,0.32,0.44,0.44 sto...
1.0
Stochastic's `observed` argument does not accept tuples - Passing a tuple (rather than a NumPy array) to a stochastic as the `observed` value results in a TypeError. We should be able to pass lists and tuples of data. Here is an example: from pymc import Model, Normal, Uniform, sample, NUTS, Deterministic ...
non_priority
stochastic s observed argument does not accept tuples passing a tuple rather than a numpy array to a stochastic as the observed value results in a typeerror we should be able to pass lists and tuples of data here is an example from pymc import model normal uniform sample nuts deterministic ...
0
41,980
22,157,478,084
IssuesEvent
2022-06-04 02:29:21
misskey-dev/misskey
https://api.github.com/repos/misskey-dev/misskey
closed
Resolver tries to fetch local ActivityPub content via HTTP
🐢Performance ✨Feature ⚙️Server
## 💡 Summary The current resolver implementation always tries to fetch content from the web. This also applies to content generated by the server itself. While this works, it is very inefficient because it has to go through the complete HTTP stack and takes up resources in the reverse proxy server. ## 📌 Environm...
True
Resolver tries to fetch local ActivityPub content via HTTP - ## 💡 Summary The current resolver implementation always tries to fetch content from the web. This also applies to content generated by the server itself. While this works, it is very inefficient because it has to go through the complete HTTP stack and take...
non_priority
resolver tries to fetch local activitypub content via http 💡 summary the current resolver implementation always tries to fetch content from the web this also applies to content generated by the server itself while this works it is very inefficient because it has to go through the complete http stack and take...
0
174,858
13,523,889,452
IssuesEvent
2020-09-15 10:39:38
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: X-Pack Jest Tests.x-pack/plugins/index_management/__jest__/client_integration - <TemplateCreate /> form validation aliases (step 4) should set the correct page title
Feature:Index Management Team:Elasticsearch UI blocker failed-test skipped-test v7.9.0 v8.0.0
A test failed on a tracked branch ``` Error: No data getter has been set for step "3" at validateAndGetDataFromCurrentStep (/dev/shm/workspace/kibana/x-pack/plugins/index_management/public/application/components/template_form/template_form.tsx:105:13) at updateCurrentStep (/dev/shm/workspace/kibana/x-pack/plug...
2.0
Failing test: X-Pack Jest Tests.x-pack/plugins/index_management/__jest__/client_integration - <TemplateCreate /> form validation aliases (step 4) should set the correct page title - A test failed on a tracked branch ``` Error: No data getter has been set for step "3" at validateAndGetDataFromCurrentStep (/dev/shm/...
non_priority
failing test x pack jest tests x pack plugins index management jest client integration form validation aliases step should set the correct page title a test failed on a tracked branch error no data getter has been set for step at validateandgetdatafromcurrentstep dev shm workspace kibana ...
0
57,669
14,174,291,067
IssuesEvent
2020-11-12 19:40:10
ccache/ccache
https://api.github.com/repos/ccache/ccache
closed
Missing link with -latomic on PowerPC: error: undefined reference to '__atomic_fetch_add_8'
bug build portability
### How to reproduce ### Build of ccache 4.0 on powerpc (32 bit) fails with undefined references to several `_atomic_*` routines. The atomic library needs to be included for the build to complete. I know almost nothing about cmake builds but I found a patch for the same problem in another package and adapt...
1.0
Missing link with -latomic on PowerPC: error: undefined reference to '__atomic_fetch_add_8' - ### How to reproduce ### Build of ccache 4.0 on powerpc (32 bit) fails with undefined references to several `_atomic_*` routines. The atomic library needs to be included for the build to complete. I know almost no...
non_priority
missing link with latomic on powerpc error undefined reference to atomic fetch add how to reproduce build of ccache on powerpc bit fails with undefined references to several atomic routines the atomic library needs to be included for the build to complete i know almost not...
0
195,714
14,743,897,975
IssuesEvent
2021-01-07 14:34:14
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
Flaky test: get application scope settings are not loaded after defaults are registered when workspace folder is passed
unit-test-failure
Failed on macOS in https://dev.azure.com/monacotools/Monaco/_build/results?buildId=98956&view=logs&j=3792f238-f35e-5f82-0dbc-272432d9a0fb&t=0d55b56b-c0b2-5f64-1c6a-62c9163a0d5b&l=7728 ``` 6415 passing (2m) 35 pending 1 failing 1) WorkspaceConfigurationService-Multiroot get application scope set...
1.0
Flaky test: get application scope settings are not loaded after defaults are registered when workspace folder is passed - Failed on macOS in https://dev.azure.com/monacotools/Monaco/_build/results?buildId=98956&view=logs&j=3792f238-f35e-5f82-0dbc-272432d9a0fb&t=0d55b56b-c0b2-5f64-1c6a-62c9163a0d5b&l=7728 ``` 6415...
non_priority
flaky test get application scope settings are not loaded after defaults are registered when workspace folder is passed failed on macos in passing pending failing workspaceconfigurationservice multiroot get application scope settings are not loaded after defaults are regist...
0
17,928
10,855,293,223
IssuesEvent
2019-11-13 18:04:20
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[Telemetry] server side fetcher
Feature:Telemetry Team:Stack Services
Add a server side telemetry fetcher under a config flag (default: `false`). This enables any distribution to start sending telemetry from kibana server instead of browser.
1.0
[Telemetry] server side fetcher - Add a server side telemetry fetcher under a config flag (default: `false`). This enables any distribution to start sending telemetry from kibana server instead of browser.
non_priority
server side fetcher add a server side telemetry fetcher under a config flag default false this enables any distribution to start sending telemetry from kibana server instead of browser
0
56,587
14,078,454,482
IssuesEvent
2020-11-04 13:35:48
themagicalmammal/android_kernel_samsung_j7xlte
https://api.github.com/repos/themagicalmammal/android_kernel_samsung_j7xlte
opened
CVE-2020-12769 (Medium) detected in linuxv3.10
security vulnerability
## CVE-2020-12769 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.10</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/to...
True
CVE-2020-12769 (Medium) detected in linuxv3.10 - ## CVE-2020-12769 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.10</b></p></summary> <p> <p>Linux kernel source tree</p> <p...
non_priority
cve medium detected in cve medium severity vulnerability vulnerable library linux kernel source tree library home page a href found in head commit a href found in base branch xsentinel clean vulnerable source files android kernel sam...
0
17,241
2,986,452,482
IssuesEvent
2015-07-20 02:38:47
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Notice in 3.0.9 using FormHelper::input in a belongsToMany field
Defect httpsocket
When I update from 3.0.8 to 3.0.9 I am notified: **Notice (8): Undefined index: _ids [CORE/src/View/Form/EntityContext.php, line 226]** ### How to reproduce: In a template, when I edit a post (Posts belongsToMany Tags). ``` echo $this->Form->create($post); echo $this->Form->input('tags._ids', ['options' ...
1.0
Notice in 3.0.9 using FormHelper::input in a belongsToMany field - When I update from 3.0.8 to 3.0.9 I am notified: **Notice (8): Undefined index: _ids [CORE/src/View/Form/EntityContext.php, line 226]** ### How to reproduce: In a template, when I edit a post (Posts belongsToMany Tags). ``` echo $this->Form->c...
non_priority
notice in using formhelper input in a belongstomany field when i update from to i am notified notice undefined index ids how to reproduce in a template when i edit a post posts belongstomany tags echo this form create post echo this form input tag...
0
135,714
18,718,561,512
IssuesEvent
2021-11-03 09:07:55
Symbolk/IntelliMerge
https://api.github.com/repos/Symbolk/IntelliMerge
closed
CVE-2018-1199 (Medium) detected in spring-core-4.1.6.RELEASE.jar
security vulnerability
## CVE-2018-1199 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-core-4.1.6.RELEASE.jar</b></p></summary> <p>Spring Core</p> <p>Library home page: <a href="https://github.com/...
True
CVE-2018-1199 (Medium) detected in spring-core-4.1.6.RELEASE.jar - ## CVE-2018-1199 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-core-4.1.6.RELEASE.jar</b></p></summary> <p...
non_priority
cve medium detected in spring core release jar cve medium severity vulnerability vulnerable library spring core release jar spring core library home page a href path to vulnerable library intellimerge lib spring core release jar dependency hierarchy x ...
0
95,172
8,551,863,034
IssuesEvent
2018-11-07 19:18:16
mdn/interactive-examples
https://api.github.com/repos/mdn/interactive-examples
closed
Test perf difference between IE WebAPI editor, Codepen, jsFiddle, and Glitch
P1 cf:High performance testing
Now that the WebAPI version of the interactive editor is complete, we need to make a decision in how we move forward. Do we continue to roll our own solution, or would it make more sense to switch to a third party solution such as Codepen, jsFiddle or Glitch The first step in making this decision is to see what the pa...
1.0
Test perf difference between IE WebAPI editor, Codepen, jsFiddle, and Glitch - Now that the WebAPI version of the interactive editor is complete, we need to make a decision in how we move forward. Do we continue to roll our own solution, or would it make more sense to switch to a third party solution such as Codepen, j...
non_priority
test perf difference between ie webapi editor codepen jsfiddle and glitch now that the webapi version of the interactive editor is complete we need to make a decision in how we move forward do we continue to roll our own solution or would it make more sense to switch to a third party solution such as codepen j...
0
279,560
24,234,943,952
IssuesEvent
2022-09-26 22:00:04
ipfs/ipfs-companion
https://api.github.com/repos/ipfs/ipfs-companion
closed
CI windows-tests failing
kind/bug kind/maintenance status/blocked kind/test topic/ci
@lidel why did the windows-latest tests fail on the merge of https://github.com/ipfs/ipfs-companion/pull/1064#event-6197372346? we need to address that. 1. https://github.com/ipfs/ipfs-companion/runs/5412550268?check_suite_focus=true 2. https://github.com/ipfs/ipfs-companion/runs/5412542573?check_suite_focus=true
1.0
CI windows-tests failing - @lidel why did the windows-latest tests fail on the merge of https://github.com/ipfs/ipfs-companion/pull/1064#event-6197372346? we need to address that. 1. https://github.com/ipfs/ipfs-companion/runs/5412550268?check_suite_focus=true 2. https://github.com/ipfs/ipfs-companion/runs/54125425...
non_priority
ci windows tests failing lidel why did the windows latest tests fail on the merge of we need to address that
0
125,791
12,269,360,161
IssuesEvent
2020-05-07 13:58:08
GreenleafLab/ArchR
https://api.github.com/repos/GreenleafLab/ArchR
opened
Enrichment of peak to gene link in GWAS summary statistics and eQTLs
documentation
I think it would be very useful to add a function to compute the enrichment of peak to gene links in GWAS summary statistics and eQTL data. Thanks
1.0
Enrichment of peak to gene link in GWAS summary statistics and eQTLs - I think it would be very useful to add a function to compute the enrichment of peak to gene links in GWAS summary statistics and eQTL data. Thanks
non_priority
enrichment of peak to gene link in gwas summary statistics and eqtls i think it would be very useful to add a function to compute the enrichment of peak to gene links in gwas summary statistics and eqtl data thanks
0
17,627
3,631,688,663
IssuesEvent
2016-02-11 03:32:06
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
reopened
Comprehensively test the full set of changes to Add Using
3 - Working Area-IDE Test Urgency-Soon
Some testing was done for https://github.com/dotnet/roslyn/pull/7830, but we should do a full test pass, with a proper test plan, before release. Particularly the many ways of NuGet. /cc: @CyrusNajmabadi @Pilchie @davkean @jasonmalinowski
1.0
Comprehensively test the full set of changes to Add Using - Some testing was done for https://github.com/dotnet/roslyn/pull/7830, but we should do a full test pass, with a proper test plan, before release. Particularly the many ways of NuGet. /cc: @CyrusNajmabadi @Pilchie @davkean @jasonmalinowski
non_priority
comprehensively test the full set of changes to add using some testing was done for but we should do a full test pass with a proper test plan before release particularly the many ways of nuget cc cyrusnajmabadi pilchie davkean jasonmalinowski
0
277,345
30,620,464,087
IssuesEvent
2023-07-24 07:54:26
DEV-REPO-URIEL/TKA-5156
https://api.github.com/repos/DEV-REPO-URIEL/TKA-5156
opened
derby-10.8.3.0.jar: 2 vulnerabilities (highest severity is: 9.1)
Mend: dependency security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>derby-10.8.3.0.jar</b></p></summary> <p>Contains the core Apache Derby database engine, which also includes the embedded JDBC driver.</p> <p>Library home page: <a hre...
True
derby-10.8.3.0.jar: 2 vulnerabilities (highest severity is: 9.1) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>derby-10.8.3.0.jar</b></p></summary> <p>Contains the core Apache Derby database engine, which also ...
non_priority
derby jar vulnerabilities highest severity is vulnerable library derby jar contains the core apache derby database engine which also includes the embedded jdbc driver library home page a href path to dependency file pom xml path to vulnerable library target easybu...
0
112,864
17,105,724,502
IssuesEvent
2021-07-09 17:23:42
idaholab/Malcolm
https://api.github.com/repos/idaholab/Malcolm
closed
LDAP Bind credentials world readable in docker
nginx security
created from cisagov/Malcolm#171 # 🐛 Summary # What's wrong? Please be specific. LDAP Bind credentials in this file are readable by anyone. Can we put some permissions on the file when it gets created in the nginx entrypoint? -rw-r--r-- /var/lib/docker/overlay2/*****/diff/etc/nginx/nginx_ldap_rt.conf ## T...
True
LDAP Bind credentials world readable in docker - created from cisagov/Malcolm#171 # 🐛 Summary # What's wrong? Please be specific. LDAP Bind credentials in this file are readable by anyone. Can we put some permissions on the file when it gets created in the nginx entrypoint? -rw-r--r-- /var/lib/docker/overlay...
non_priority
ldap bind credentials world readable in docker created from cisagov malcolm 🐛 summary what s wrong please be specific ldap bind credentials in this file are readable by anyone can we put some permissions on the file when it gets created in the nginx entrypoint rw r r var lib docker d...
0
101,898
8,806,677,531
IssuesEvent
2018-12-27 05:51:44
humera987/FXLabs-Test-Automation
https://api.github.com/repos/humera987/FXLabs-Test-Automation
closed
testing 3 : ApiV1UsersStatusGetQueryParamSlaMapped
testing 3
Project : testing 3 Job : Default Env : Default Region : US_WEST Result : fail Status Code : 200 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-...
1.0
testing 3 : ApiV1UsersStatusGetQueryParamSlaMapped - Project : testing 3 Job : Default Env : Default Region : US_WEST Result : fail Status Code : 200 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=...
non_priority
testing project testing job default env default region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint ...
0
9,568
11,616,550,206
IssuesEvent
2020-02-26 15:53:06
JoryHogeveen/view-admin-as
https://api.github.com/repos/JoryHogeveen/view-admin-as
opened
do_shortcode: switch to using apply_shortcodes instead
compatibility
> Themes/Plugins authors and WordPress developers are invited to start using apply_shortcodes() instead of do_shortcode(). > -- https://make.wordpress.org/core/2020/02/13/wordpress-5-4-introduces-apply-shortcodes-as-an-alias-for-do-shortcode/
True
do_shortcode: switch to using apply_shortcodes instead - > Themes/Plugins authors and WordPress developers are invited to start using apply_shortcodes() instead of do_shortcode(). > -- https://make.wordpress.org/core/2020/02/13/wordpress-5-4-introduces-apply-shortcodes-as-an-alias-for-do-shortcode/
non_priority
do shortcode switch to using apply shortcodes instead themes plugins authors and wordpress developers are invited to start using apply shortcodes instead of do shortcode
0
92,244
18,795,811,535
IssuesEvent
2021-11-08 22:10:17
Star-Aether/Core
https://api.github.com/repos/Star-Aether/Core
closed
Add dragging support to horizontal scrolls
client code UI
Since not many people know how to scroll horizontally as well as it requires multiple button pressed, these should support drag scrolling. - [ ] The Roadmap Page - [ ] The Service Status Page - [ ] The Navigation Bar's navlinks list
1.0
Add dragging support to horizontal scrolls - Since not many people know how to scroll horizontally as well as it requires multiple button pressed, these should support drag scrolling. - [ ] The Roadmap Page - [ ] The Service Status Page - [ ] The Navigation Bar's navlinks list
non_priority
add dragging support to horizontal scrolls since not many people know how to scroll horizontally as well as it requires multiple button pressed these should support drag scrolling the roadmap page the service status page the navigation bar s navlinks list
0
219,290
16,825,608,986
IssuesEvent
2021-06-17 18:07:45
ibm-wsc/cloud-native-linuxone
https://api.github.com/repos/ibm-wsc/cloud-native-linuxone
opened
Add note warning users about image pull error
documentation
put in a tip warning that the image pull error is expected (as long as pipeline is still running, you are good to go) 5.4 #8
1.0
Add note warning users about image pull error - put in a tip warning that the image pull error is expected (as long as pipeline is still running, you are good to go) 5.4 #8
non_priority
add note warning users about image pull error put in a tip warning that the image pull error is expected as long as pipeline is still running you are good to go
0
236,327
26,000,901,535
IssuesEvent
2022-12-20 15:14:42
aquaproj/aqua
https://api.github.com/repos/aquaproj/aqua
opened
Release Cosign and SLSA support
enhancement security cosign slsa
The implementation has almost been done. So in this issue we list up steps to release Cosign and SLSA support. - [ ] Update aqua - [ ] https://github.com/aquaproj/aqua/pull/1393 - [ ] Disable checksum verification if SLSA Provenance is enabled - [ ] Prepare Document - [ ] Official document - [ ] Blog ...
True
Release Cosign and SLSA support - The implementation has almost been done. So in this issue we list up steps to release Cosign and SLSA support. - [ ] Update aqua - [ ] https://github.com/aquaproj/aqua/pull/1393 - [ ] Disable checksum verification if SLSA Provenance is enabled - [ ] Prepare Document - [ ] ...
non_priority
release cosign and slsa support the implementation has almost been done so in this issue we list up steps to release cosign and slsa support update aqua disable checksum verification if slsa provenance is enabled prepare document official document blog japanese ...
0
9,368
3,276,415,602
IssuesEvent
2015-10-26 19:22:23
Skullabs/kikaha
https://api.github.com/repos/Skullabs/kikaha
closed
Allow developers to implements more than one HazelcastProducedDataListener per distributable structure type
documentation enhancement
Current implementation (1.5.4) of Hazelcast's Kikaha module doesn't allow developers to have more than on HazelcastProducedDataListener per data structure type (IMap, IdGenerator, etc...). This feature request was supposed to be present at the 1.6.0 version, but it version 1.5.5 will be a backported version with this f...
1.0
Allow developers to implements more than one HazelcastProducedDataListener per distributable structure type - Current implementation (1.5.4) of Hazelcast's Kikaha module doesn't allow developers to have more than on HazelcastProducedDataListener per data structure type (IMap, IdGenerator, etc...). This feature request ...
non_priority
allow developers to implements more than one hazelcastproduceddatalistener per distributable structure type current implementation of hazelcast s kikaha module doesn t allow developers to have more than on hazelcastproduceddatalistener per data structure type imap idgenerator etc this feature request ...
0
8,486
6,553,185,415
IssuesEvent
2017-09-05 21:23:01
vmware/vic
https://api.github.com/repos/vmware/vic
closed
2-10x slowdown in container creates
kind/performance
Several container operations have slowed-down with VIC build 13450, especially parallel creates: ``` # Benchmark Name | Delta | vic_13438 | vic_13450 docker_create_esx_0010_median | 392% | 0.950s | 4.675s docker_create_esx_0010_total | 519% | 1.033s | 6.399s docker_create_esx_0050_median...
True
2-10x slowdown in container creates - Several container operations have slowed-down with VIC build 13450, especially parallel creates: ``` # Benchmark Name | Delta | vic_13438 | vic_13450 docker_create_esx_0010_median | 392% | 0.950s | 4.675s docker_create_esx_0010_total | 519% | 1.033s |...
non_priority
slowdown in container creates several container operations have slowed down with vic build especially parallel creates benchmark name delta vic vic docker create esx median docker create esx total docker create esx median ...
0
288,662
24,924,733,369
IssuesEvent
2022-10-31 06:01:04
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: schemachange/during/tpcc failed
C-test-failure O-robot O-roachtest branch-master release-blocker T-sql-schema
roachtest.schemachange/during/tpcc [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7136814?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7136814?buildTab=artifacts#/schemachange/du...
2.0
roachtest: schemachange/during/tpcc failed - roachtest.schemachange/during/tpcc [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7136814?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBaze...
non_priority
roachtest schemachange during tpcc failed roachtest schemachange during tpcc with on master test artifacts and logs in artifacts schemachange during tpcc run test impl go fatal monitor failure monitor command failure unexpected node event dead exit status parameters roac...
0
347,552
31,199,751,915
IssuesEvent
2023-08-18 01:15:32
ruby/yarp
https://api.github.com/repos/ruby/yarp
closed
Include rubylexer tests.
testing
https://github.com/coatl/rubylexer The gem is very old, but I suspect all / most of the tests are still valuable and accurate.
1.0
Include rubylexer tests. - https://github.com/coatl/rubylexer The gem is very old, but I suspect all / most of the tests are still valuable and accurate.
non_priority
include rubylexer tests the gem is very old but i suspect all most of the tests are still valuable and accurate
0
24,285
12,255,400,105
IssuesEvent
2020-05-06 10:07:51
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
opened
clickhouse 19.17.4.11 type: std::bad_alloc
performance
when i insert data to clickhosue table(ReplacingMergeTree) `error is:` 2020.05.06 17:09:35.123072 [ 77 ] {0499ac89-211e-4a30-9b0e-627e722f74ab} <Debug> DiskSpaceMonitor: Reserving 1.00 MiB on disk `default`, having unreserved 5.48 TiB. 2020.05.06 17:09:35.126157 [ 77 ] {0499ac89-211e-4a30-9b0e-627e722f74ab} <Debug...
True
clickhouse 19.17.4.11 type: std::bad_alloc - when i insert data to clickhosue table(ReplacingMergeTree) `error is:` 2020.05.06 17:09:35.123072 [ 77 ] {0499ac89-211e-4a30-9b0e-627e722f74ab} <Debug> DiskSpaceMonitor: Reserving 1.00 MiB on disk `default`, having unreserved 5.48 TiB. 2020.05.06 17:09:35.126157 [ 77 ] ...
non_priority
clickhouse type std bad alloc when i insert data to clickhosue table replacingmergetree error is diskspacemonitor reserving mib on disk default having unreserved tib memorytracker peak memory usage total mib ...
0
197,224
22,583,999,731
IssuesEvent
2022-06-28 13:54:54
rsoreq/WebGoat
https://api.github.com/repos/rsoreq/WebGoat
opened
CVE-2020-11979 (High) detected in ant-1.6.2.jar
security vulnerability
## CVE-2020-11979 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ant-1.6.2.jar</b></p></summary> <p></p> <p>Path to dependency file: /webgoat-integration-tests/pom.xml</p> <p>Path to ...
True
CVE-2020-11979 (High) detected in ant-1.6.2.jar - ## CVE-2020-11979 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ant-1.6.2.jar</b></p></summary> <p></p> <p>Path to dependency file: ...
non_priority
cve high detected in ant jar cve high severity vulnerability vulnerable library ant jar path to dependency file webgoat integration tests pom xml path to vulnerable library home wss scanner repository ant ant ant jar home wss scanner repository ant an...
0
42,691
22,775,761,391
IssuesEvent
2022-07-08 14:19:21
zcash/halo2
https://api.github.com/repos/zcash/halo2
opened
Move selector combining optimisation into floor planners
I-performance
Once #195 is implemented, floor planners will be able to reason about and control the horizontal aspects of the circuit. The selector combining optimisation is currently baked into the proving system, but it is really just a horizontal optimisation. We should move the selector combining optimisation into `SimpleFloo...
True
Move selector combining optimisation into floor planners - Once #195 is implemented, floor planners will be able to reason about and control the horizontal aspects of the circuit. The selector combining optimisation is currently baked into the proving system, but it is really just a horizontal optimisation. We shoul...
non_priority
move selector combining optimisation into floor planners once is implemented floor planners will be able to reason about and control the horizontal aspects of the circuit the selector combining optimisation is currently baked into the proving system but it is really just a horizontal optimisation we should ...
0
121,572
15,978,295,022
IssuesEvent
2021-04-17 09:15:30
xezon/GeneralsRankedMaps
https://api.github.com/repos/xezon/GeneralsRankedMaps
closed
[Candidate 2v2 Whispering Woods v1] Oil derrick is floating above ground
blocker design
**Issue Description** Oil derrick is floating above ground. **Expected behavior** Oil derrick stands on ground. **Screenshots** ![shot_20210411_162709_4](https://user-images.githubusercontent.com/4720891/114308211-5b99ec80-9ae3-11eb-816f-7d453d481abf.jpg)
1.0
[Candidate 2v2 Whispering Woods v1] Oil derrick is floating above ground - **Issue Description** Oil derrick is floating above ground. **Expected behavior** Oil derrick stands on ground. **Screenshots** ![shot_20210411_162709_4](https://user-images.githubusercontent.com/4720891/114308211-5b99ec80-9ae3-11eb-816...
non_priority
oil derrick is floating above ground issue description oil derrick is floating above ground expected behavior oil derrick stands on ground screenshots
0
176,051
13,625,085,484
IssuesEvent
2020-09-24 09:00:10
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
[Test] Test runner doesn't seem to honor weak/strong flag
area-test
See detailed transcript below, but in summary: Running test.py on a test with `--nnbd=weak` passed as an argument results in this command line: ``` DART_CONFIGURATION=ReleaseX64 xcodebuild/ReleaseX64/dart --enable-experiment=non-nullable --ignore-unrecognized-flags --packages=/Users/leafp/src/dart-repo/sdk/.pack...
1.0
[Test] Test runner doesn't seem to honor weak/strong flag - See detailed transcript below, but in summary: Running test.py on a test with `--nnbd=weak` passed as an argument results in this command line: ``` DART_CONFIGURATION=ReleaseX64 xcodebuild/ReleaseX64/dart --enable-experiment=non-nullable --ignore-unreco...
non_priority
test runner doesn t seem to honor weak strong flag see detailed transcript below but in summary running test py on a test with nnbd weak passed as an argument results in this command line dart configuration xcodebuild dart enable experiment non nullable ignore unrecognized flags packages...
0
81,613
15,630,093,972
IssuesEvent
2021-03-22 01:20:19
benchmarkdebricked/brew
https://api.github.com/repos/benchmarkdebricked/brew
opened
CVE-2020-26247 (Medium) detected in metasploit-framework4.6.0-RC1, nokogiri-1.10.3.gem
security vulnerability
## CVE-2020-26247 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>metasploit-framework4.6.0-RC1</b>, <b>nokogiri-1.10.3.gem</b></p></summary> <p> <details><summary><b>nokogiri-1.10...
True
CVE-2020-26247 (Medium) detected in metasploit-framework4.6.0-RC1, nokogiri-1.10.3.gem - ## CVE-2020-26247 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>metasploit-framework4.6.0-...
non_priority
cve medium detected in metasploit nokogiri gem cve medium severity vulnerability vulnerable libraries metasploit nokogiri gem nokogiri gem nokogiri 鋸 is an html xml sax and reader parser among nokogiri s many features is the ability to s...
0
235,713
25,960,741,144
IssuesEvent
2022-12-18 21:31:13
stephanrauh/extended-pdf-viewer-showcase
https://api.github.com/repos/stephanrauh/extended-pdf-viewer-showcase
closed
ngx-markdown-15.0.0.tgz: 1 vulnerabilities (highest severity is: 7.5) - autoclosed
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ngx-markdown-15.0.0.tgz</b></p></summary> <p></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/dagre-d3/node_modules/d3-...
True
ngx-markdown-15.0.0.tgz: 1 vulnerabilities (highest severity is: 7.5) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ngx-markdown-15.0.0.tgz</b></p></summary> <p></p> <p>Path to dependency file: /pa...
non_priority
ngx markdown tgz vulnerabilities highest severity is autoclosed vulnerable library ngx markdown tgz path to dependency file package json path to vulnerable library node modules dagre node modules color package json found in head commit a href vulnerabili...
0
49,652
12,396,107,913
IssuesEvent
2020-05-20 19:54:30
SFTtech/openage
https://api.github.com/repos/SFTtech/openage
reopened
Optional possibility to hardcode a Python directory
buildsystem improvement
With the update to **Python3.cmake** [`-DPYTHON_DIR`](https://github.com/SFTtech/openage/blob/master/buildsystem/modules/FindPython.cmake#L23) is used as a `HINT` to search for a suitable Python3 version. Sometimes just hinting towards a location is not enough and you would like to **hardcode** that and let the pro...
1.0
Optional possibility to hardcode a Python directory - With the update to **Python3.cmake** [`-DPYTHON_DIR`](https://github.com/SFTtech/openage/blob/master/buildsystem/modules/FindPython.cmake#L23) is used as a `HINT` to search for a suitable Python3 version. Sometimes just hinting towards a location is not enough a...
non_priority
optional possibility to hardcode a python directory with the update to cmake is used as a hint to search for a suitable version sometimes just hinting towards a location is not enough and you would like to hardcode that and let the process fail miserably if nothing is found to keep the hi...
0
318,374
27,299,876,542
IssuesEvent
2023-02-24 00:24:20
EdgePi-Cloud/edgepi-python-sdk
https://api.github.com/repos/EdgePi-Cloud/edgepi-python-sdk
closed
DAC Integration Test
DAC Tests CI/CD
- [x] Test write voltage - [x] write voltage - [x] get_state to check whether the register is actually written or not - [x] Test dac_gain() and get_state() - [x] Toggle the dac_gain() and check with get_state() - [x] Test reset - [x] at the end of all test, execute reset() and check with get_state()...
1.0
DAC Integration Test - - [x] Test write voltage - [x] write voltage - [x] get_state to check whether the register is actually written or not - [x] Test dac_gain() and get_state() - [x] Toggle the dac_gain() and check with get_state() - [x] Test reset - [x] at the end of all test, execute reset() and...
non_priority
dac integration test test write voltage write voltage get state to check whether the register is actually written or not test dac gain and get state toggle the dac gain and check with get state test reset at the end of all test execute reset and check with ge...
0
169,569
26,824,755,890
IssuesEvent
2023-02-02 12:04:46
ethereum/solidity
https://api.github.com/repos/ethereum/solidity
closed
Explicit exporting of symbols
language design :rage4: closed-due-inactivity stale
Currently Solidity exports all symbols in a file, including those that were `import`ed from other files. Has there been discussion around changing this to an explicit exports model? It would be nice to be able to control what gets exported, to modularize an implementation while keeping that an implementation detail.
1.0
Explicit exporting of symbols - Currently Solidity exports all symbols in a file, including those that were `import`ed from other files. Has there been discussion around changing this to an explicit exports model? It would be nice to be able to control what gets exported, to modularize an implementation while keeping t...
non_priority
explicit exporting of symbols currently solidity exports all symbols in a file including those that were import ed from other files has there been discussion around changing this to an explicit exports model it would be nice to be able to control what gets exported to modularize an implementation while keeping t...
0
97,455
16,236,321,957
IssuesEvent
2021-05-07 01:28:49
joaonetoo/saaddeploy
https://api.github.com/repos/joaonetoo/saaddeploy
opened
CVE-2019-16892 (Medium) detected in rubyzip-1.0.0.gem
security vulnerability
## CVE-2019-16892 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rubyzip-1.0.0.gem</b></p></summary> <p></p> <p>Library home page: <a href="https://rubygems.org/gems/rubyzip-1.0.0.g...
True
CVE-2019-16892 (Medium) detected in rubyzip-1.0.0.gem - ## CVE-2019-16892 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rubyzip-1.0.0.gem</b></p></summary> <p></p> <p>Library home ...
non_priority
cve medium detected in rubyzip gem cve medium severity vulnerability vulnerable library rubyzip gem library home page a href dependency hierarchy axlsx rails gem root library axlsx gem x rubyzip gem vulnerable library ...
0
20,953
16,358,669,189
IssuesEvent
2021-05-14 05:26:08
microsoft/win32metadata
https://api.github.com/repos/microsoft/win32metadata
closed
Combining flags is inconvenient for some enum types
broken api usability
For instance, the `BindFlags` field of `D3D11_TEXTURE2D_DESC` is defined as UINT, and expects a or-combination of `D3D11_BIND_FLAG` values. However, the inner values of `D3D11_BIND_FLAG` are i32, which makes it a bit noisy to use. For instance: ```rust let texture_desc = D3D11_TEXTURE2D_DESC { BindFla...
True
Combining flags is inconvenient for some enum types - For instance, the `BindFlags` field of `D3D11_TEXTURE2D_DESC` is defined as UINT, and expects a or-combination of `D3D11_BIND_FLAG` values. However, the inner values of `D3D11_BIND_FLAG` are i32, which makes it a bit noisy to use. For instance: ```rust let text...
non_priority
combining flags is inconvenient for some enum types for instance the bindflags field of desc is defined as uint and expects a or combination of bind flag values however the inner values of bind flag are which makes it a bit noisy to use for instance rust let texture desc desc ...
0
112,129
24,234,476,820
IssuesEvent
2022-09-26 21:29:36
github/roadmap
https://api.github.com/repos/github/roadmap
closed
Actions: Use actions from internal repositories on GHES
actions code-to-cloud github enterprise beta server GHES 3.5
### Summary This feature enables workflows to use actions in internal repositories, without having to publish those actions to the GitHub Marketplace. ### Intended Outcome Currently, to use an action in an Actions workflow its code must be in the same repository as the workflow, or a separate public repository, or p...
1.0
Actions: Use actions from internal repositories on GHES - ### Summary This feature enables workflows to use actions in internal repositories, without having to publish those actions to the GitHub Marketplace. ### Intended Outcome Currently, to use an action in an Actions workflow its code must be in the same reposi...
non_priority
actions use actions from internal repositories on ghes summary this feature enables workflows to use actions in internal repositories without having to publish those actions to the github marketplace intended outcome currently to use an action in an actions workflow its code must be in the same reposi...
0
82,501
10,255,771,015
IssuesEvent
2019-08-21 16:05:24
18F/civil-rights-complaints
https://api.github.com/repos/18F/civil-rights-complaints
closed
Design DOJ CRT Feedback request banner experience
Design
## Description Our team would like to elicit feedback from the Public by posting a banner on the DOJ CRT website. Example: https://findtreatment.samhsa.gov/ Definition of done -[ ] drafting the user workflow experience (lo -fi) -[ ] sharing back w/ team -[ ] Drafting hi-fi mock up ## Attachments [title](URL)
1.0
Design DOJ CRT Feedback request banner experience - ## Description Our team would like to elicit feedback from the Public by posting a banner on the DOJ CRT website. Example: https://findtreatment.samhsa.gov/ Definition of done -[ ] drafting the user workflow experience (lo -fi) -[ ] sharing back w/ team -[ ] Draft...
non_priority
design doj crt feedback request banner experience description our team would like to elicit feedback from the public by posting a banner on the doj crt website example definition of done drafting the user workflow experience lo fi sharing back w team drafting hi fi mock up attachments ur...
0
858
4,525,197,099
IssuesEvent
2016-09-07 03:18:34
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
ec2_asg_facts: Find by name using wrong key in search
aws bug_report cloud waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ec2_asg_facts ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.2.0 (devel 4457985062) last updated 2016/09/0...
True
ec2_asg_facts: Find by name using wrong key in search - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ec2_asg_facts ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ...
non_priority
asg facts find by name using wrong key in search issue type bug report component name asg facts ansible version ansible devel last updated gmt lib ansible modules core detached head last updated gmt lib ansible modu...
0
163,029
25,737,112,833
IssuesEvent
2022-12-08 01:56:51
microsoft/TypeScript
https://api.github.com/repos/microsoft/TypeScript
opened
Design Meeting Notes, 11/16/2022
Design Notes
# Verbatim Import Syntax https://github.com/microsoft/TypeScript/issues/51479 * `importsNotUsedAsValues` * Default is `remove` * Sometimes you don't want to elide the `import` * The module you're importing has a type, but also has side-effects. * `preserve` fixes this. * T...
1.0
Design Meeting Notes, 11/16/2022 - # Verbatim Import Syntax https://github.com/microsoft/TypeScript/issues/51479 * `importsNotUsedAsValues` * Default is `remove` * Sometimes you don't want to elide the `import` * The module you're importing has a type, but also has side-effects. * `pre...
non_priority
design meeting notes verbatim import syntax importsnotusedasvalues default is remove sometimes you don t want to elide the import the module you re importing has a type but also has side effects preserve fixes this the named import is dr...
0
35,384
12,323,138,705
IssuesEvent
2020-05-13 11:37:44
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Certificate present on a mounted volume but the error Interop+Crypto+OpenSslCryptographicException: error:2006D080:BIO routines:BIO_new_file:no such file
area-System.Security untriaged
<img width="570" alt="Screenshot 2020-05-13 at 11 22 43" src="https://user-images.githubusercontent.com/9089648/81801441-59629300-950c-11ea-9ca1-586503e77893.png"> <img width="685" alt="Screenshot 2020-05-13 at 11 22 15" src="https://user-images.githubusercontent.com/9089648/81801446-5c5d8380-950c-11ea-9deb-ad8f8ce1c2...
True
Certificate present on a mounted volume but the error Interop+Crypto+OpenSslCryptographicException: error:2006D080:BIO routines:BIO_new_file:no such file - <img width="570" alt="Screenshot 2020-05-13 at 11 22 43" src="https://user-images.githubusercontent.com/9089648/81801441-59629300-950c-11ea-9ca1-586503e77893.png">...
non_priority
certificate present on a mounted volume but the error interop crypto opensslcryptographicexception error bio routines bio new file no such file img width alt screenshot at src img width alt screenshot at src img width alt screenshot at src i w...
0
4,809
7,285,389,259
IssuesEvent
2018-02-23 03:49:09
nodemules/SuperPlatformerBros
https://api.github.com/repos/nodemules/SuperPlatformerBros
closed
Design a way to defeat boss blobs
requirement
~~Make it so that boss blobs cannot be defeated with Marsh's Torch~~ Design a [clever](https://media.giphy.com/media/11oppolhqgE8M0/giphy.gif) way to defeat the boss blobs
1.0
Design a way to defeat boss blobs - ~~Make it so that boss blobs cannot be defeated with Marsh's Torch~~ Design a [clever](https://media.giphy.com/media/11oppolhqgE8M0/giphy.gif) way to defeat the boss blobs
non_priority
design a way to defeat boss blobs make it so that boss blobs cannot be defeated with marsh s torch design a way to defeat the boss blobs
0
91,580
26,425,596,318
IssuesEvent
2023-01-14 05:27:04
keepchen/blog-comments
https://api.github.com/repos/keepchen/blog-comments
opened
keepchen,希仁之拥的博客
Gitalk rebuild-blog-site-by-using-go.html
https://blog.keepchen.com/a/rebuild-blog-site-by-using-go.html 【blog.keepchen.com】是keepchen(希仁之拥,陈金平,金平)的个人博客站,正所谓:好记性不如烂笔头,站内不定时会发布原创文章以及转载分享一些(自认为)有质量的文章,文章内容包括但不限于IT技术、生活分享、歌曲分享、随笔记录、拍照美图等,算是个人资源收集站。© blog.keepchen.com
1.0
keepchen,希仁之拥的博客 - https://blog.keepchen.com/a/rebuild-blog-site-by-using-go.html 【blog.keepchen.com】是keepchen(希仁之拥,陈金平,金平)的个人博客站,正所谓:好记性不如烂笔头,站内不定时会发布原创文章以及转载分享一些(自认为)有质量的文章,文章内容包括但不限于IT技术、生活分享、歌曲分享、随笔记录、拍照美图等,算是个人资源收集站。© blog.keepchen.com
non_priority
keepchen 希仁之拥的博客 【blog keepchen com】是keepchen 希仁之拥,陈金平,金平 的个人博客站,正所谓 好记性不如烂笔头,站内不定时会发布原创文章以及转载分享一些 自认为 有质量的文章,文章内容包括但不限于it技术、生活分享、歌曲分享、随笔记录、拍照美图等,算是个人资源收集站。© blog keepchen com
0
126,014
10,373,332,095
IssuesEvent
2019-09-09 06:58:03
maidsafe/safe-mobile-browser
https://api.github.com/repos/maidsafe/safe-mobile-browser
opened
Test: Download Images
UI Test
Download images of all types of format (jpg, png, etc) in websites with differing URL (numeric, alpha-numeric), and with nested links.
1.0
Test: Download Images - Download images of all types of format (jpg, png, etc) in websites with differing URL (numeric, alpha-numeric), and with nested links.
non_priority
test download images download images of all types of format jpg png etc in websites with differing url numeric alpha numeric and with nested links
0
172,688
27,315,081,794
IssuesEvent
2023-02-24 15:06:47
cov-lineages/pango-designation
https://api.github.com/repos/cov-lineages/pango-designation
closed
DV.3 sublineage with orf1b:V839I (65 seqs, 90% in Portugal DV.3)
designated BA.2.75
Description Sub-lineage of: DV.3 Earliest sequence: 2022-11-25 EPI_ISL_16073768 Most recent sequence: 2023-01-30 EPI_ISL_16815458 Countries circulating: Portugal, Ireland, Belgium, USA, Brazil, UK, Germany, France Number of sequences: 52 Query(both GISAID and cov-spectrum): G15982A,G1394A,T13560C Substitutio...
1.0
DV.3 sublineage with orf1b:V839I (65 seqs, 90% in Portugal DV.3) - Description Sub-lineage of: DV.3 Earliest sequence: 2022-11-25 EPI_ISL_16073768 Most recent sequence: 2023-01-30 EPI_ISL_16815458 Countries circulating: Portugal, Ireland, Belgium, USA, Brazil, UK, Germany, France Number of sequences: 52 Query...
non_priority
dv sublineage with seqs in portugal dv description sub lineage of dv earliest sequence epi isl most recent sequence epi isl countries circulating portugal ireland belgium usa brazil uk germany france number of sequences query both gisaid and cov spectrum ...
0
146,721
13,189,908,804
IssuesEvent
2020-08-13 09:15:55
py-suruga/pycon-jp-2020-tutorial
https://api.github.com/repos/py-suruga/pycon-jp-2020-tutorial
closed
VSCode Live Shareの要件チェック:参加人数, 動作のさせ方, 有料/無料か
documentation
まだ利用する方法が見えていないけど、方法が二つある 1. Zoom参加者の方々向けに、各自のVSCodeを見せてもらい、通らないコードの部分を講師やTAが修正する - 20人想定だと難易度高い気がする。20人分のセッション情報を管理する必要もあるため 2. 講師のVSCodeをそのまま見れるようにする: これはあんまり意味がない気がする。画面共有でみれるし 1をやってみたいけど、やり切れるかはまだよくわからないので、VSCode Live Share(以下 Live Share)がどの程度の規模で利用できるか, 実際にリハーサルをして問題点を挙げていく必要がある。 - [x] Live Shareは無償で利...
1.0
VSCode Live Shareの要件チェック:参加人数, 動作のさせ方, 有料/無料か - まだ利用する方法が見えていないけど、方法が二つある 1. Zoom参加者の方々向けに、各自のVSCodeを見せてもらい、通らないコードの部分を講師やTAが修正する - 20人想定だと難易度高い気がする。20人分のセッション情報を管理する必要もあるため 2. 講師のVSCodeをそのまま見れるようにする: これはあんまり意味がない気がする。画面共有でみれるし 1をやってみたいけど、やり切れるかはまだよくわからないので、VSCode Live Share(以下 Live Share)がどの程度の規模で利用できるか, 実際に...
non_priority
vscode live shareの要件チェック:参加人数 動作のさせ方 有料 無料か まだ利用する方法が見えていないけど、方法が二つある zoom参加者の方々向けに、各自のvscodeを見せてもらい、通らないコードの部分を講師やtaが修正する 。 講師のvscodeをそのまま見れるようにする これはあんまり意味がない気がする。画面共有でみれるし 、やり切れるかはまだよくわからないので、vscode live share 以下 live share がどの程度の規模で利用できるか 実際にリハーサルをして問題点を挙げていく必要がある。 live shareは無償で利用...
0
40,875
10,587,289,645
IssuesEvent
2019-10-08 21:43:48
scality/metalk8s
https://api.github.com/repos/scality/metalk8s
closed
Build may fail due to Docker registry being unavailable
bug build ci easy flakiness moonshot
**Component**: 'ci', 'build' **What happened**: When building the ISO in this build https://eve.devsca.com/github/scality/metalk8s/#/builders/1/builds/12383, we faced the following issue: ``` . PULL IMG kube-controller-manager:v1.14.6 . PULL IMG kube-proxy:v1.14.6 . PULL IMG kube-scheduler:v...
1.0
Build may fail due to Docker registry being unavailable - **Component**: 'ci', 'build' **What happened**: When building the ISO in this build https://eve.devsca.com/github/scality/metalk8s/#/builders/1/builds/12383, we faced the following issue: ``` . PULL IMG kube-controller-manager:v1.14.6 . PULL IM...
non_priority
build may fail due to docker registry being unavailable component ci build what happened when building the iso in this build we faced the following issue pull img kube controller manager pull img kube proxy pull img kube scheduler pull img ...
0
246,817
26,627,665,808
IssuesEvent
2023-01-24 15:36:33
koromerzhin/repocheck
https://api.github.com/repos/koromerzhin/repocheck
opened
pug-3.0.2.tgz: 1 vulnerabilities (highest severity is: 7.5)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>pug-3.0.2.tgz</b></p></summary> <p></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /back/node_modules/path-parse/package.json</p> <p...
True
pug-3.0.2.tgz: 1 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>pug-3.0.2.tgz</b></p></summary> <p></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnera...
non_priority
pug tgz vulnerabilities highest severity is vulnerable library pug tgz path to dependency file package json path to vulnerable library back node modules path parse package json found in head commit a href vulnerabilities cve severity cvss dependency...
0
128,023
10,511,804,337
IssuesEvent
2019-09-27 16:16:17
babel/babel
https://api.github.com/repos/babel/babel
closed
Feature Request: specify `os` in options.json
area: tests i: enhancement
## Feature Request **Is your feature request related to a problem? Please describe.** `yarn jest` is failing on Windows. All the failures are related to the path separator. For example ``` - var _jsxFileName = "/fake/path/mock.js"; + var _jsxFileName = "C:\\fake\\path\\mock.js"; ``` <details> <code> <pre> F...
1.0
Feature Request: specify `os` in options.json - ## Feature Request **Is your feature request related to a problem? Please describe.** `yarn jest` is failing on Windows. All the failures are related to the path separator. For example ``` - var _jsxFileName = "/fake/path/mock.js"; + var _jsxFileName = "C:\\fake\\p...
non_priority
feature request specify os in options json feature request is your feature request related to a problem please describe yarn jest is failing on windows all the failures are related to the path separator for example var jsxfilename fake path mock js var jsxfilename c fake p...
0
96,004
16,113,040,020
IssuesEvent
2021-04-28 01:26:04
matrixknight/BikeSharing360_Websites
https://api.github.com/repos/matrixknight/BikeSharing360_Websites
opened
CVE-2021-23382 (Medium) detected in postcss-5.2.12.tgz
security vulnerability
## CVE-2021-23382 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>postcss-5.2.12.tgz</b></p></summary> <p>Tool for transforming styles with JS plugins</p> <p>Library home page: <a hr...
True
CVE-2021-23382 (Medium) detected in postcss-5.2.12.tgz - ## CVE-2021-23382 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>postcss-5.2.12.tgz</b></p></summary> <p>Tool for transformi...
non_priority
cve medium detected in postcss tgz cve medium severity vulnerability vulnerable library postcss tgz tool for transforming styles with js plugins library home page a href path to dependency file websites netcoretools demo netcoredemo start src bikesharing web package...
0
3,968
4,806,843,809
IssuesEvent
2016-11-02 19:42:43
cfpb/hmda-platform
https://api.github.com/repos/cfpb/hmda-platform
opened
Add auth services to docker-compose.yaml
Security
Once https://github.com/cfpb/hmda-platform-ui/pull/257 is in, and we're happy with the Compose setup in `hmda-platform-auth`, let's migrate that setup to this repo, excluding the non-HMDA-specific bits like `oidc-client` and `echo-api`. We may want to wait on https://github.com/cfpb/hmda-platform-auth/issues/20 before...
True
Add auth services to docker-compose.yaml - Once https://github.com/cfpb/hmda-platform-ui/pull/257 is in, and we're happy with the Compose setup in `hmda-platform-auth`, let's migrate that setup to this repo, excluding the non-HMDA-specific bits like `oidc-client` and `echo-api`. We may want to wait on https://github.c...
non_priority
add auth services to docker compose yaml once is in and we re happy with the compose setup in hmda platform auth let s migrate that setup to this repo excluding the non hmda specific bits like oidc client and echo api we may want to wait on before doing this though may not be a hard dependency
0
6,501
3,024,993,774
IssuesEvent
2015-08-03 03:31:13
OMNE-RP/OMNE
https://api.github.com/repos/OMNE-RP/OMNE
opened
Adds gifs to documentation
documentation ★★☆
Gifs make everything more legit, right? For real though, consider simple animated gifs as a digital alternative for static illustration, and possibly as a replacement for all those heady flowcharts.
1.0
Adds gifs to documentation - Gifs make everything more legit, right? For real though, consider simple animated gifs as a digital alternative for static illustration, and possibly as a replacement for all those heady flowcharts.
non_priority
adds gifs to documentation gifs make everything more legit right for real though consider simple animated gifs as a digital alternative for static illustration and possibly as a replacement for all those heady flowcharts
0
34,229
14,292,133,163
IssuesEvent
2020-11-24 00:17:40
openziti/desktop-edge-win
https://api.github.com/repos/openziti/desktop-edge-win
closed
Domain can apply "Primary dns suffix"
Service bug
We currently handle "Connection Specific Domain Suffix" when performing DNS resolution but when the user is in a domain, the domain can apply a "Primary DNS Suffix" which is applied to all DNS requests if the DNS query doesn't terminate with a ".". This is a problem because the client will expect to resolve "my.serv...
1.0
Domain can apply "Primary dns suffix" - We currently handle "Connection Specific Domain Suffix" when performing DNS resolution but when the user is in a domain, the domain can apply a "Primary DNS Suffix" which is applied to all DNS requests if the DNS query doesn't terminate with a ".". This is a problem because th...
non_priority
domain can apply primary dns suffix we currently handle connection specific domain suffix when performing dns resolution but when the user is in a domain the domain can apply a primary dns suffix which is applied to all dns requests if the dns query doesn t terminate with a this is a problem because th...
0
152,156
13,446,944,378
IssuesEvent
2020-09-08 13:38:27
SubstraFoundation/substra-documentation
https://api.github.com/repos/SubstraFoundation/substra-documentation
opened
CLI Cheatsheet
documentation
Short and efficient page providing commands, descriptions and examples of common tasks! @jmorel, @samlesu, @Esadruhn I don't remember if something specific was agreed about this, but I'd be happy to start and to get your feedbacks!
1.0
CLI Cheatsheet - Short and efficient page providing commands, descriptions and examples of common tasks! @jmorel, @samlesu, @Esadruhn I don't remember if something specific was agreed about this, but I'd be happy to start and to get your feedbacks!
non_priority
cli cheatsheet short and efficient page providing commands descriptions and examples of common tasks jmorel samlesu esadruhn i don t remember if something specific was agreed about this but i d be happy to start and to get your feedbacks
0
123,131
16,447,326,744
IssuesEvent
2021-05-20 21:20:45
rideoutweb/personal--music-trainer
https://api.github.com/repos/rideoutweb/personal--music-trainer
opened
Develop typeface and color palette.
design
Key words: - simple - modern - educational Find typeface and color palette that feels universally musically appropriate.
1.0
Develop typeface and color palette. - Key words: - simple - modern - educational Find typeface and color palette that feels universally musically appropriate.
non_priority
develop typeface and color palette key words simple modern educational find typeface and color palette that feels universally musically appropriate
0
438,272
30,634,417,885
IssuesEvent
2023-07-24 16:38:12
WayScience/nf1_cellpainting_data
https://api.github.com/repos/WayScience/nf1_cellpainting_data
opened
Fix main README
bug documentation
# Problem The `Repository Structure` section contains an error where the `3.processing_features` section does not have purpose and the description was added in that area instead. # Solution In a small PR, move the description to the correct section and add a purpose.
1.0
Fix main README - # Problem The `Repository Structure` section contains an error where the `3.processing_features` section does not have purpose and the description was added in that area instead. # Solution In a small PR, move the description to the correct section and add a purpose.
non_priority
fix main readme problem the repository structure section contains an error where the processing features section does not have purpose and the description was added in that area instead solution in a small pr move the description to the correct section and add a purpose
0
199,482
15,044,069,829
IssuesEvent
2021-02-03 02:07:24
pamelasanscartier/school_run
https://api.github.com/repos/pamelasanscartier/school_run
opened
Passer d'accueil à jeu
Contrôle utilisateur Intégration du jeu Prototype Tests À déterminer
Quand la vidéo d'accueil est en court, trouver comment commencer le jeu quand un utilisateur se présente.
1.0
Passer d'accueil à jeu - Quand la vidéo d'accueil est en court, trouver comment commencer le jeu quand un utilisateur se présente.
non_priority
passer d accueil à jeu quand la vidéo d accueil est en court trouver comment commencer le jeu quand un utilisateur se présente
0
182,461
14,915,588,209
IssuesEvent
2021-01-22 16:56:11
kdeldycke/mail-deduplicate
https://api.github.com/repos/kdeldycke/mail-deduplicate
closed
Move documentation - {maildir => mail}-deduplicate.readthedocs.io
bug documentation
The renaming of the project left the documentation under its old name at `maildir-deduplicate.readthedocs.io`. This issue covers the migration to a new `mail-deduplicate.readthedocs.io` subdomain.
1.0
Move documentation - {maildir => mail}-deduplicate.readthedocs.io - The renaming of the project left the documentation under its old name at `maildir-deduplicate.readthedocs.io`. This issue covers the migration to a new `mail-deduplicate.readthedocs.io` subdomain.
non_priority
move documentation maildir mail deduplicate readthedocs io the renaming of the project left the documentation under its old name at maildir deduplicate readthedocs io this issue covers the migration to a new mail deduplicate readthedocs io subdomain
0
110,409
13,906,801,329
IssuesEvent
2020-10-20 11:46:36
httpwg/httpbis-issues
https://api.github.com/repos/httpwg/httpbis-issues
closed
Accept-Encoding BNF (Trac #25)
Migrated from Trac design julian.reschke@gmx.de p3-payload
```text #!html <p>In <a href="http://www.apps.ietf.org/rfc/rfc2616.html#sec-14.3">section 14.3</a>, the definition of Accept-Encoding is given as follows:</p> <blockquote> <pre>Accept-Encoding = "Accept-Encoding" ":" 1#( codings [ ";" "q" "=" qvalue ] )</pre></blockquote> ...
1.0
Accept-Encoding BNF (Trac #25) - ```text #!html <p>In <a href="http://www.apps.ietf.org/rfc/rfc2616.html#sec-14.3">section 14.3</a>, the definition of Accept-Encoding is given as follows:</p> <blockquote> <pre>Accept-Encoding = "Accept-Encoding" ":" 1#( codings [ ";" "q" "=" qvalue ] )</pre><...
non_priority
accept encoding bnf trac text html in the definition of accept encoding is given as follows accept encoding accept encoding codings this definition implies that there must be at least one non null codings however ...
0
74,927
20,508,441,840
IssuesEvent
2022-03-01 02:03:16
sourcegraph/sourcegraph
https://api.github.com/repos/sourcegraph/sourcegraph
reopened
ci: wrap submission of test reports to Buildkite test analytics
dx ci team/devx devx/buildkite-analytics okr/ci-downtime
Submitting data to Buildkite Analytics has to be streamlined, to avoid having to deal with a complicated bash script (see https://github.com/sourcegraph/sourcegraph/blob/main/dev/ci/go-test.sh). Buildkite analytics works by uploading to their API, with a specific `Suite Key` a JUnit XML report of the tests that were ru...
1.0
ci: wrap submission of test reports to Buildkite test analytics - Submitting data to Buildkite Analytics has to be streamlined, to avoid having to deal with a complicated bash script (see https://github.com/sourcegraph/sourcegraph/blob/main/dev/ci/go-test.sh). Buildkite analytics works by uploading to their API, with a...
non_priority
ci wrap submission of test reports to buildkite test analytics submitting data to buildkite analytics has to be streamlined to avoid having to deal with a complicated bash script see buildkite analytics works by uploading to their api with a specific suite key a junit xml report of the tests that were run ...
0
124,103
16,580,487,324
IssuesEvent
2021-05-31 11:05:29
blockframes/blockframes
https://api.github.com/repos/blockframes/blockframes
opened
Invitation Pass
Design - UI Design - UX
**Invitation Pass** is a particular case of [Links issue](https://app.zenhub.com/workspaces/design---ui-60ab5f96c64ec50014c46754/issues/blockframes/blockframes/5770). - [ ] Before going to dev the UI touch for the icon is needed.
2.0
Invitation Pass - **Invitation Pass** is a particular case of [Links issue](https://app.zenhub.com/workspaces/design---ui-60ab5f96c64ec50014c46754/issues/blockframes/blockframes/5770). - [ ] Before going to dev the UI touch for the icon is needed.
non_priority
invitation pass invitation pass is a particular case of before going to dev the ui touch for the icon is needed
0
255,678
19,321,211,740
IssuesEvent
2021-12-14 05:56:31
tektoncd/pipeline
https://api.github.com/repos/tektoncd/pipeline
closed
[Doc] Explain hack repository scripts to new contributors
help wanted good first issue kind/documentation lifecycle/rotten
As a new contributor I have read the [Development](https://github.com/tektoncd/pipeline/blob/master/DEVELOPMENT.md) doc. It is a nice job. Really helps to get started. Would be great to add a part related to how the generate-groups.sh, generate-knative.sh, etc.. behave and what are they here for. Maybe point to link...
1.0
[Doc] Explain hack repository scripts to new contributors - As a new contributor I have read the [Development](https://github.com/tektoncd/pipeline/blob/master/DEVELOPMENT.md) doc. It is a nice job. Really helps to get started. Would be great to add a part related to how the generate-groups.sh, generate-knative.sh, ...
non_priority
explain hack repository scripts to new contributors as a new contributor i have read the doc it is a nice job really helps to get started would be great to add a part related to how the generate groups sh generate knative sh etc behave and what are they here for maybe point to links i have found the...
0
287,907
24,872,949,444
IssuesEvent
2022-10-27 16:34:48
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
reopened
[Flaky Test] Should show the expected block transforms on the list block when the quote block is removed
[Status] Stale [Type] Flaky Test
<!-- __META_DATA__:{"failedTimes":0,"totalCommits":0} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title Should show the expected block transforms on the list block when the quote block is removed ## Test path `specs/editor/various/block-swi...
1.0
[Flaky Test] Should show the expected block transforms on the list block when the quote block is removed - <!-- __META_DATA__:{"failedTimes":0,"totalCommits":0} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title Should show the expected block...
non_priority
should show the expected block transforms on the list block when the quote block is removed flaky test detected this is an auto generated issue by github actions please do not edit this manually test title should show the expected block transforms on the list block when the quote block is removed t...
0
194,163
15,398,400,555
IssuesEvent
2021-03-03 23:57:35
jbake-org/jbake-maven-plugin
https://api.github.com/repos/jbake-org/jbake-maven-plugin
closed
Unclear where to include it in pom.xml
documentation
Following the readme, I I tried adding this to the project dependencies: ```` <dependency> <groupId>org.jbake</groupId> <artifactId>jbake-maven-plugin</artifactId> <version>0.3.2</version> </dependency> ```` but it didn't work for me (mvn jbake:generate said goal not found). I guessed this, a...
1.0
Unclear where to include it in pom.xml - Following the readme, I I tried adding this to the project dependencies: ```` <dependency> <groupId>org.jbake</groupId> <artifactId>jbake-maven-plugin</artifactId> <version>0.3.2</version> </dependency> ```` but it didn't work for me (mvn jbake:generat...
non_priority
unclear where to include it in pom xml following the readme i i tried adding this to the project dependencies org jbake jbake maven plugin but it didn t work for me mvn jbake generate said goal not found i guessed this and it seems to work ...
0
51,462
10,679,533,363
IssuesEvent
2019-10-21 19:28:31
microsoft/AdaptiveCards
https://api.github.com/repos/microsoft/AdaptiveCards
closed
[UWP] Accessible names missing from some action buttons
AdaptiveCards v1.2.4 Bug Platform-UWP Status-In Code Review Triage-Approved for Fix
In UWP, buttons don't have an accessible name. This isn't a problem for plain buttons, as accessibility tools are smart enough to infer that the text of the button is the name. However, for buttons that have an `iconUrl`, the tools can't infer because there are too many children. We should probably set the accessible n...
1.0
[UWP] Accessible names missing from some action buttons - In UWP, buttons don't have an accessible name. This isn't a problem for plain buttons, as accessibility tools are smart enough to infer that the text of the button is the name. However, for buttons that have an `iconUrl`, the tools can't infer because there are...
non_priority
accessible names missing from some action buttons in uwp buttons don t have an accessible name this isn t a problem for plain buttons as accessibility tools are smart enough to infer that the text of the button is the name however for buttons that have an iconurl the tools can t infer because there are too...
0
92,796
15,866,553,810
IssuesEvent
2021-04-08 15:52:31
LalithK90/prisonManagement
https://api.github.com/repos/LalithK90/prisonManagement
opened
CVE-2020-13935 (High) detected in tomcat-embed-websocket-9.0.30.jar
security vulnerability
## CVE-2020-13935 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-websocket-9.0.30.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Library home page: <a href="h...
True
CVE-2020-13935 (High) detected in tomcat-embed-websocket-9.0.30.jar - ## CVE-2020-13935 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-websocket-9.0.30.jar</b></p></summar...
non_priority
cve high detected in tomcat embed websocket jar cve high severity vulnerability vulnerable library tomcat embed websocket jar core tomcat implementation library home page a href path to dependency file prisonmanagement build gradle path to vulnerable library home ws...
0
39,185
6,726,675,910
IssuesEvent
2017-10-17 10:45:31
pact-foundation/pact-js
https://api.github.com/repos/pact-foundation/pact-js
closed
It's unclear where `Pact` constructor comes from in `pact-js/karma/jasmine/client-spec.js`
Documentation question
Where does this type come from if it's not imported into the spec file? I am using Typescript and tslint and it complains that this object doesn't exist. There's not much detail as far as how to scaffold your testing suite in order to use this object aside from including `pact-web.js` in the `files` attrbiute of the ...
1.0
It's unclear where `Pact` constructor comes from in `pact-js/karma/jasmine/client-spec.js` - Where does this type come from if it's not imported into the spec file? I am using Typescript and tslint and it complains that this object doesn't exist. There's not much detail as far as how to scaffold your testing suite in...
non_priority
it s unclear where pact constructor comes from in pact js karma jasmine client spec js where does this type come from if it s not imported into the spec file i am using typescript and tslint and it complains that this object doesn t exist there s not much detail as far as how to scaffold your testing suite in...
0
259,410
22,473,156,447
IssuesEvent
2022-06-22 09:51:36
hoppscotch/hoppscotch
https://api.github.com/repos/hoppscotch/hoppscotch
closed
[bug]: can't save as to another request
bug need testing
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior save as request to another request is fail. when i "saveas" a request to another target request, i was expecting the content of current request-1 to be able to override target request, but in fact neither c...
1.0
[bug]: can't save as to another request - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior save as request to another request is fail. when i "saveas" a request to another target request, i was expecting the content of current request-1 to be able to over...
non_priority
can t save as to another request is there an existing issue for this i have searched the existing issues current behavior save as request to another request is fail when i saveas a request to another target request i was expecting the content of current request to be able to override t...
0
7,734
10,854,394,491
IssuesEvent
2019-11-13 16:20:57
prisma/prisma-engine
https://api.github.com/repos/prisma/prisma-engine
opened
Extend Destructive Changes: Warn if default is removed from an underlying column
process/candidate
By looking at the Magento database we learned that there are database schemas that use a default value on columns with a foreign key. If a user would start to use lift on such a database the default values would get silently removed. Hence we want to incorporate this into our destructive changes checking: * The `migra...
1.0
Extend Destructive Changes: Warn if default is removed from an underlying column - By looking at the Magento database we learned that there are database schemas that use a default value on columns with a foreign key. If a user would start to use lift on such a database the default values would get silently removed. Hen...
non_priority
extend destructive changes warn if default is removed from an underlying column by looking at the magento database we learned that there are database schemas that use a default value on columns with a foreign key if a user would start to use lift on such a database the default values would get silently removed hen...
0
192,453
14,617,187,681
IssuesEvent
2020-12-22 14:25:09
github-vet/rangeloop-pointer-findings
https://api.github.com/repos/github-vet/rangeloop-pointer-findings
closed
terraform-providers/terraform-provider-oci: oci/database_vm_cluster_network_resource_test.go; 16 LoC
fresh small test
Found a possible issue in [terraform-providers/terraform-provider-oci](https://www.github.com/terraform-providers/terraform-provider-oci) at [oci/database_vm_cluster_network_resource_test.go](https://github.com/terraform-providers/terraform-provider-oci/blob/507acd0ed6517dbca2fbcfb8100874929c8fd8e1/oci/database_vm_clu...
1.0
terraform-providers/terraform-provider-oci: oci/database_vm_cluster_network_resource_test.go; 16 LoC - Found a possible issue in [terraform-providers/terraform-provider-oci](https://www.github.com/terraform-providers/terraform-provider-oci) at [oci/database_vm_cluster_network_resource_test.go](https://github.com/terra...
non_priority
terraform providers terraform provider oci oci database vm cluster network resource test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration t...
0
345,648
24,868,655,482
IssuesEvent
2022-10-27 13:47:39
openghg/openghg
https://api.github.com/repos/openghg/openghg
closed
Install instructions don't mention the need to set the OPENGHG_PATH environment variable
documentation
> Install instructions don't mention the need to set the OPENGHG_PATH environment variable [mrghg](https://github.com/mrghg) commented [on 31 Aug](https://github.com/openghg/openghg/issues/395#issue-1357109229) _Originally posted by @rt17603 in https://github.com/openghg/openghg/issues/395#issuecomment-12...
1.0
Install instructions don't mention the need to set the OPENGHG_PATH environment variable - > Install instructions don't mention the need to set the OPENGHG_PATH environment variable [mrghg](https://github.com/mrghg) commented [on 31 Aug](https://github.com/openghg/openghg/issues/395#issue-1357109229) _Ori...
non_priority
install instructions don t mention the need to set the openghg path environment variable install instructions don t mention the need to set the openghg path environment variable commented originally posted by in
0
147,170
19,500,442,639
IssuesEvent
2021-12-28 01:33:11
talevy013/TestTal
https://api.github.com/repos/talevy013/TestTal
opened
CVE-2020-25638 (High) detected in hibernate-core-3.6.3.Final.jar
security vulnerability
## CVE-2020-25638 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hibernate-core-3.6.3.Final.jar</b></p></summary> <p>The core functionality of Hibernate</p> <p>Library home page: <a h...
True
CVE-2020-25638 (High) detected in hibernate-core-3.6.3.Final.jar - ## CVE-2020-25638 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hibernate-core-3.6.3.Final.jar</b></p></summary> <p...
non_priority
cve high detected in hibernate core final jar cve high severity vulnerability vulnerable library hibernate core final jar the core functionality of hibernate library home page a href path to dependency file pom xml path to vulnerable library repository org hibern...
0
87,908
25,247,327,874
IssuesEvent
2022-11-15 12:08:18
grimme-lab/xtb
https://api.github.com/repos/grimme-lab/xtb
closed
Please make build of test executables conditional on a dedicated cmake variable
build
Production package builds don't need tests. ```BUILD_TESTING``` is a default variable for this purpose in cmake.
1.0
Please make build of test executables conditional on a dedicated cmake variable - Production package builds don't need tests. ```BUILD_TESTING``` is a default variable for this purpose in cmake.
non_priority
please make build of test executables conditional on a dedicated cmake variable production package builds don t need tests build testing is a default variable for this purpose in cmake
0
372,646
26,011,658,547
IssuesEvent
2022-12-21 02:45:34
deejay-hub/timeline-lwc
https://api.github.com/repos/deejay-hub/timeline-lwc
closed
Problem with updating project.json file
bug documentation
Time Warp version Current master branch version. Describe the bug When I copy and paste your code into the project.json file **To reproduce** Steps to reproduce the behavior: 1. Overwrite the project-sfdx.json file with the following 2. Problem: Object is missing property versionNumber required by prope...
1.0
Problem with updating project.json file - Time Warp version Current master branch version. Describe the bug When I copy and paste your code into the project.json file **To reproduce** Steps to reproduce the behavior: 1. Overwrite the project-sfdx.json file with the following 2. Problem: Object is missin...
non_priority
problem with updating project json file time warp version current master branch version describe the bug when i copy and paste your code into the project json file to reproduce steps to reproduce the behavior overwrite the project sfdx json file with the following problem object is missin...
0
132,220
18,266,212,345
IssuesEvent
2021-10-04 08:45:40
artsking/linux-3.0.35_CVE-2020-15436_withPatch
https://api.github.com/repos/artsking/linux-3.0.35_CVE-2020-15436_withPatch
closed
CVE-2013-3302 (Medium) detected in linux-stable-rtv3.8.6 - autoclosed
security vulnerability
## CVE-2013-3302 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home pag...
True
CVE-2013-3302 (Medium) detected in linux-stable-rtv3.8.6 - autoclosed - ## CVE-2013-3302 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <...
non_priority
cve medium detected in linux stable autoclosed cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulner...
0
176,512
14,589,783,799
IssuesEvent
2020-12-19 03:52:12
iotku/mumzic
https://api.github.com/repos/iotku/mumzic
opened
Improve Documentation of Functions for godoc
documentation
Currently, most functions are either undocumented and/or not entirely obvious on what they do leading to a rather dismal godoc output. Documentation should be improved in an effort to reduce technical debt and lead to possible collaboration with others who are less familiar with the code base. Additional Info: h...
1.0
Improve Documentation of Functions for godoc - Currently, most functions are either undocumented and/or not entirely obvious on what they do leading to a rather dismal godoc output. Documentation should be improved in an effort to reduce technical debt and lead to possible collaboration with others who are less fami...
non_priority
improve documentation of functions for godoc currently most functions are either undocumented and or not entirely obvious on what they do leading to a rather dismal godoc output documentation should be improved in an effort to reduce technical debt and lead to possible collaboration with others who are less fami...
0
42,173
5,429,267,759
IssuesEvent
2017-03-03 17:58:42
CYPIAPT-LNDSE/goals-app
https://api.github.com/repos/CYPIAPT-LNDSE/goals-app
opened
PAGES - Design notes
awaiting-review design discuss
Notes from my meeting with @emilyb7 today, we have listed the following pages. I wanted to know how many pages we have in total, which ones are totally new (new) and which ones we need to ass stuff to (add to). I will work this weekend to make a more detail user flow so that @amgoforth can sign it off? NEW USER...
1.0
PAGES - Design notes - Notes from my meeting with @emilyb7 today, we have listed the following pages. I wanted to know how many pages we have in total, which ones are totally new (new) and which ones we need to ass stuff to (add to). I will work this weekend to make a more detail user flow so that @amgoforth can ...
non_priority
pages design notes notes from my meeting with today we have listed the following pages i wanted to know how many pages we have in total which ones are totally new new and which ones we need to ass stuff to add to i will work this weekend to make a more detail user flow so that amgoforth can sign i...
0
164,619
12,809,143,054
IssuesEvent
2020-07-03 15:00:40
aliasrobotics/RVD
https://api.github.com/repos/aliasrobotics/RVD
closed
RVD#3069: CWE-134 (format), If syslogs format strings can be influenced by an attacker, they can b... @ rs/boards/px4io-v2/init.c:73
CWE-134 bug components software flawfinder flawfinder_level_4 mitigated robot component: PX4 static analysis testing triage version: v1.8.0
```yaml id: 3069 title: 'RVD#3069: CWE-134 (format), If syslogs format strings can be influenced by an attacker, they can b... @ rs/boards/px4io-v2/init.c:73' type: bug description: If syslogs format strings can be influenced by an attacker, they can be exploited (CWE-134). Use a constant format string for syslog. ...
1.0
RVD#3069: CWE-134 (format), If syslogs format strings can be influenced by an attacker, they can b... @ rs/boards/px4io-v2/init.c:73 - ```yaml id: 3069 title: 'RVD#3069: CWE-134 (format), If syslogs format strings can be influenced by an attacker, they can b... @ rs/boards/px4io-v2/init.c:73' type: bug description: I...
non_priority
rvd cwe format if syslogs format strings can be influenced by an attacker they can b rs boards init c yaml id title rvd cwe format if syslogs format strings can be influenced by an attacker they can b rs boards init c type bug description if syslogs format strings ...
0
239,725
19,911,454,673
IssuesEvent
2022-01-25 17:34:12
ml-lib/CodeLib
https://api.github.com/repos/ml-lib/CodeLib
opened
[Feature]: General additive models
feature tests
### Is your feature request related to a problem? Please describe. General additive model framework to predict the next _n_ intervals. ### Describe the solution you'd like Add a GAM based time series method for building forecasting models. ### Expected input(s) ```python df: pandas.DataFrame y_var: List[str] x_v...
1.0
[Feature]: General additive models - ### Is your feature request related to a problem? Please describe. General additive model framework to predict the next _n_ intervals. ### Describe the solution you'd like Add a GAM based time series method for building forecasting models. ### Expected input(s) ```python df: pa...
non_priority
general additive models is your feature request related to a problem please describe general additive model framework to predict the next n intervals describe the solution you d like add a gam based time series method for building forecasting models expected input s python df pandas dat...
0
5,730
30,292,232,158
IssuesEvent
2023-07-09 12:27:57
svengreb/wand
https://api.github.com/repos/svengreb/wand
opened
`go run` support for versioned modules (Go 1.17+)
context-api context-pkg scope-compatibility scope-dx scope-maintainability scope-stability type-feature
[As of Go 1.17 the `go run` command can finally run in module-aware mode][1] while not “polluting“ the current module in the working directory, of there is one (`go.mod` file present) 🎉 This finally allows to [run commands _on-the-fly_](https://pkg.go.dev/cmd/go#hdr-Compile_and_run_Go_program) of Go `main` module pac...
True
`go run` support for versioned modules (Go 1.17+) - [As of Go 1.17 the `go run` command can finally run in module-aware mode][1] while not “polluting“ the current module in the working directory, of there is one (`go.mod` file present) 🎉 This finally allows to [run commands _on-the-fly_](https://pkg.go.dev/cmd/go#hdr...
non_priority
go run support for versioned modules go while not “polluting“ the current module in the working directory of there is one go mod file present 🎉 this finally allows to of go main module packages without installing them or without changing dependencies of the current module to support this ...
0
152,582
12,121,136,801
IssuesEvent
2020-04-22 08:49:44
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: tpcdsvec failed
C-test-failure O-roachtest O-robot branch-master release-blocker
[(roachtest).tpcdsvec failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1891353&tab=buildLog) on [master@056e32e84831f13b286fceb7681dd0cd2b00b4b4](https://github.com/cockroachdb/cockroach/commits/056e32e84831f13b286fceb7681dd0cd2b00b4b4): ``` The test failed on branch=master, cloud=gce: test artifacts and ...
2.0
roachtest: tpcdsvec failed - [(roachtest).tpcdsvec failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1891353&tab=buildLog) on [master@056e32e84831f13b286fceb7681dd0cd2b00b4b4](https://github.com/cockroachdb/cockroach/commits/056e32e84831f13b286fceb7681dd0cd2b00b4b4): ``` The test failed on branch=master, c...
non_priority
roachtest tpcdsvec failed on the test failed on branch master cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts tpcdsvec run test go tpcdsvec go tpcdsvec go test runner go more artifacts powered by
0
240,498
20,034,382,227
IssuesEvent
2022-02-02 10:17:57
mennaelkashef/eShop
https://api.github.com/repos/mennaelkashef/eShop
opened
No description entered by the user.
Hello! RULE-GOT-APPLIED DOES-NOT-CONTAIN-STRING Rule-works-on-convert-to-bug test instabug
# :clipboard: Bug Details >No description entered by the user. key | value --|-- Reported At | 2022-02-02 10:17:16 UTC Email | imohamady@instabug.com Categories | Report a bug Tags | test, Hello!, RULE-GOT-APPLIED, DOES-NOT-CONTAIN-STRING, Rule-works-on-convert-to-bug, instabug App Version | 1.1 (1) Sess...
1.0
No description entered by the user. - # :clipboard: Bug Details >No description entered by the user. key | value --|-- Reported At | 2022-02-02 10:17:16 UTC Email | imohamady@instabug.com Categories | Report a bug Tags | test, Hello!, RULE-GOT-APPLIED, DOES-NOT-CONTAIN-STRING, Rule-works-on-convert-to-bug,...
non_priority
no description entered by the user clipboard bug details no description entered by the user key value reported at utc email imohamady instabug com categories report a bug tags test hello rule got applied does not contain string rule works on convert to bug instabu...
0
224,996
17,788,735,204
IssuesEvent
2021-08-31 14:02:19
ably/ably-java
https://api.github.com/repos/ably/ably-java
opened
Test failure: java.lang.NullPointerException io.ably.lib.test.android.AndroidPushTest push_onNewRegistrationToken
failing-test
See [here](https://github.com/ably/ably-java/pull/707/checks?check_run_id=3473553925#step:3:225): ``` > Task :android:connectedDebugAndroidTest Starting 41 tests on test(AVD) - 7.0 io.ably.lib.test.android.AndroidPushTest > push_onNewRegistrationToken[test(AVD) - 7.0] FAILED java.lang.NullPointerException: A...
1.0
Test failure: java.lang.NullPointerException io.ably.lib.test.android.AndroidPushTest push_onNewRegistrationToken - See [here](https://github.com/ably/ably-java/pull/707/checks?check_run_id=3473553925#step:3:225): ``` > Task :android:connectedDebugAndroidTest Starting 41 tests on test(AVD) - 7.0 io.ably.lib.tes...
non_priority
test failure java lang nullpointerexception io ably lib test android androidpushtest push onnewregistrationtoken see task android connecteddebugandroidtest starting tests on test avd io ably lib test android androidpushtest push onnewregistrationtoken failed java lang nullpointerexc...
0
20,736
30,829,332,808
IssuesEvent
2023-08-01 23:27:43
zloirock/core-js
https://api.github.com/repos/zloirock/core-js
closed
esm.sh importing process library due to core-js/internals/engine-is-node.js
compatibility
This was a strange issue. Commit https://github.com/zloirock/core-js/commit/25e93739aa8623a47526cc65f2d8e5d68bd3b107 changed some code from `typeof global.process` to `typeof process`. Unfortunately this resulted in some part of esm.sh when transpiling for deno to think that the node library `process` needed to be i...
True
esm.sh importing process library due to core-js/internals/engine-is-node.js - This was a strange issue. Commit https://github.com/zloirock/core-js/commit/25e93739aa8623a47526cc65f2d8e5d68bd3b107 changed some code from `typeof global.process` to `typeof process`. Unfortunately this resulted in some part of esm.sh whe...
non_priority
esm sh importing process library due to core js internals engine is node js this was a strange issue commit changed some code from typeof global process to typeof process unfortunately this resulted in some part of esm sh when transpiling for deno to think that the node library process needed to be impor...
0
55,652
8,017,392,281
IssuesEvent
2018-07-25 15:48:20
INCF/BIDS-Starter-Kit
https://api.github.com/repos/INCF/BIDS-Starter-Kit
closed
Document process / compile FAQ for creating BIDS Apps
closing soon documentation enhancement
Working together with Daniele, Asier and Madhur to document the process of creating a BIDS app. This will most likely be a page on the wiki!
1.0
Document process / compile FAQ for creating BIDS Apps - Working together with Daniele, Asier and Madhur to document the process of creating a BIDS app. This will most likely be a page on the wiki!
non_priority
document process compile faq for creating bids apps working together with daniele asier and madhur to document the process of creating a bids app this will most likely be a page on the wiki
0
324,349
27,803,791,006
IssuesEvent
2023-03-17 17:56:20
xgeekshq/split
https://api.github.com/repos/xgeekshq/split
closed
[TEST]: delete board service
backend tests
## Summary Test all the functions from delete board service and refactor existing code if needed.
1.0
[TEST]: delete board service - ## Summary Test all the functions from delete board service and refactor existing code if needed.
non_priority
delete board service summary test all the functions from delete board service and refactor existing code if needed
0
126,584
17,086,743,584
IssuesEvent
2021-07-08 12:49:24
opencollective/opencollective
https://api.github.com/repos/opencollective/opencollective
opened
Re-think transaction details
design enhancement frontend
We're progressively moving toward a model where things are recorded as separate transactions, rather than in columns. For example, a contribution made today can have: - 1 transaction pair for the **contribution** from the **user** to the **collective** - 1 transaction pair for the **tip** from the **user** to **open ...
1.0
Re-think transaction details - We're progressively moving toward a model where things are recorded as separate transactions, rather than in columns. For example, a contribution made today can have: - 1 transaction pair for the **contribution** from the **user** to the **collective** - 1 transaction pair for the **tip...
non_priority
re think transaction details we re progressively moving toward a model where things are recorded as separate transactions rather than in columns for example a contribution made today can have transaction pair for the contribution from the user to the collective transaction pair for the tip...
0
27,202
12,527,522,062
IssuesEvent
2020-06-04 08:03:25
kyma-incubator/compass
https://api.github.com/repos/kyma-incubator/compass
closed
False positive e2e-provisioning test
area/service-catalog bug
<!-- Thank you for your contribution. Before you submit the issue: 1. Search open and closed issues for duplicates. 2. Read the contributing guidelines. --> **Description** It appears like the first phase of the e2e-provisioning test which provisions a runtime sometimes returns false-positive results. We don't...
1.0
False positive e2e-provisioning test - <!-- Thank you for your contribution. Before you submit the issue: 1. Search open and closed issues for duplicates. 2. Read the contributing guidelines. --> **Description** It appears like the first phase of the e2e-provisioning test which provisions a runtime sometimes r...
non_priority
false positive provisioning test thank you for your contribution before you submit the issue search open and closed issues for duplicates read the contributing guidelines description it appears like the first phase of the provisioning test which provisions a runtime sometimes retur...
0
9,841
8,201,507,360
IssuesEvent
2018-09-01 18:32:11
triplea-game/triplea
https://api.github.com/repos/triplea-game/triplea
opened
Infrastructure should update/redeploy cron task
Infrastructure
Instead of cronjob, deploying a file that notes a schedule and tasks to run would be more ideal. Currently we set up a cronjob once and then we can't update it automatically. If we had this feature, then after the initial install we should be able to control the 'cronjob' that is run on each server through checked in c...
1.0
Infrastructure should update/redeploy cron task - Instead of cronjob, deploying a file that notes a schedule and tasks to run would be more ideal. Currently we set up a cronjob once and then we can't update it automatically. If we had this feature, then after the initial install we should be able to control the 'cronjo...
non_priority
infrastructure should update redeploy cron task instead of cronjob deploying a file that notes a schedule and tasks to run would be more ideal currently we set up a cronjob once and then we can t update it automatically if we had this feature then after the initial install we should be able to control the cronjo...
0
282,489
21,315,492,789
IssuesEvent
2022-04-16 07:39:43
cwq2326/pe
https://api.github.com/repos/cwq2326/pe
opened
Missing warnings for user in UG
type.DocumentationBug severity.Low
For commands such as `clear`, there is a missing warning to warn the users that this command is irreversible and the cleared list cannot be retrieved. It is good to tell the user to save a copy of the database before using this command. This may cause major inconvenient to the users who has use this application for lon...
1.0
Missing warnings for user in UG - For commands such as `clear`, there is a missing warning to warn the users that this command is irreversible and the cleared list cannot be retrieved. It is good to tell the user to save a copy of the database before using this command. This may cause major inconvenient to the users wh...
non_priority
missing warnings for user in ug for commands such as clear there is a missing warning to warn the users that this command is irreversible and the cleared list cannot be retrieved it is good to tell the user to save a copy of the database before using this command this may cause major inconvenient to the users wh...
0
22,832
11,790,088,465
IssuesEvent
2020-03-17 18:18:26
microsoft/botbuilder-js
https://api.github.com/repos/microsoft/botbuilder-js
closed
When starting a new dialog and ending a dialog an phantom message with an empty text property emits to the client
Bot Services customer-replied-to customer-reported
## Versions What package version of the SDK are you using. 4.7.1 and verified same thing happening on 4.5.1 What nodejs version are you using 12 or 13 What browser version are you using What os are you using mac os ## Describe the bug Give a clear and concise description of what the bug is. ## To Reproduc...
1.0
When starting a new dialog and ending a dialog an phantom message with an empty text property emits to the client - ## Versions What package version of the SDK are you using. 4.7.1 and verified same thing happening on 4.5.1 What nodejs version are you using 12 or 13 What browser version are you using What os are ...
non_priority
when starting a new dialog and ending a dialog an phantom message with an empty text property emits to the client versions what package version of the sdk are you using and verified same thing happening on what nodejs version are you using or what browser version are you using what os are yo...
0
392,664
26,953,210,259
IssuesEvent
2023-02-08 13:13:54
ElektraInitiative/libelektra
https://api.github.com/repos/ElektraInitiative/libelektra
closed
Decisions: mismatched directory structure
documentation decisions
As of the last update to the decision process, we have the following steps: 1. Draft 2. Problem Clear 3. Solutions Clear 4. In Review 5. Decided 6. Partially Implemented 7. Implemented 8. Postponed 9. Rejected However, looking at the directory structure inside of `doc/decisions`, we have the following: ...
1.0
Decisions: mismatched directory structure - As of the last update to the decision process, we have the following steps: 1. Draft 2. Problem Clear 3. Solutions Clear 4. In Review 5. Decided 6. Partially Implemented 7. Implemented 8. Postponed 9. Rejected However, looking at the directory structure inside o...
non_priority
decisions mismatched directory structure as of the last update to the decision process we have the following steps draft problem clear solutions clear in review decided partially implemented implemented postponed rejected however looking at the directory structure inside o...
0
217,630
24,347,395,015
IssuesEvent
2022-10-02 13:57:50
sast-automation-dev/BenchmarkJava-28
https://api.github.com/repos/sast-automation-dev/BenchmarkJava-28
opened
bootstrap-3.3.4.min.js: 6 vulnerabilities (highest severity is: 6.1)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.4.min.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page...
True
bootstrap-3.3.4.min.js: 6 vulnerabilities (highest severity is: 6.1) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.4.min.js</b></p></summary> <p>The most popular front-end framework for developing...
non_priority
bootstrap min js vulnerabilities highest severity is vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file scorecard benchmark scorecard ...
0
28,366
4,099,202,916
IssuesEvent
2016-06-03 11:39:00
GroundApps/ShoppingList_Backend
https://api.github.com/repos/GroundApps/ShoppingList_Backend
closed
Unified database layout.
design flaw help wanted
While trying to create a pdo abstraction (see #38 ) I noticed that the MySQL and the SQLite databases have different table layouts. That makes it difficult to create an abstraction and would cause much more code that could be avoided. I would suggest using a unified table layout. I would use: STRING item PRIMARY I...
1.0
Unified database layout. - While trying to create a pdo abstraction (see #38 ) I noticed that the MySQL and the SQLite databases have different table layouts. That makes it difficult to create an abstraction and would cause much more code that could be avoided. I would suggest using a unified table layout. I would us...
non_priority
unified database layout while trying to create a pdo abstraction see i noticed that the mysql and the sqlite databases have different table layouts that makes it difficult to create an abstraction and would cause much more code that could be avoided i would suggest using a unified table layout i would use...
0
307,097
23,181,593,757
IssuesEvent
2022-08-01 03:06:33
Magickbase/visual-style-guide
https://api.github.com/repos/Magickbase/visual-style-guide
closed
gwscan ui updates since the first design confirmed
documentation
1. raw data tab was added in tx page and block page: https://v1.testnet.gwscan.com/tx/0x998fff22dec4567e0a11e4d8819309deee77d620a599b9a13745ca0d4215745e?tab=raw-data https://v1.testnet.gwscan.com/block/0x671c0031ade707cb49211f8208cdc383bd8239181d3f3a16cfd6709114044e16?tab=raw-data ![image](https://user-images.githubu...
1.0
gwscan ui updates since the first design confirmed - 1. raw data tab was added in tx page and block page: https://v1.testnet.gwscan.com/tx/0x998fff22dec4567e0a11e4d8819309deee77d620a599b9a13745ca0d4215745e?tab=raw-data https://v1.testnet.gwscan.com/block/0x671c0031ade707cb49211f8208cdc383bd8239181d3f3a16cfd6709114044e...
non_priority
gwscan ui updates since the first design confirmed raw data tab was added in tx page and block page tx list on home page shows failed icon if txn is failed contract page add a verify status field with value of verified or verify it transaction list and transfer ...
0
249,861
26,993,705,247
IssuesEvent
2023-02-09 22:17:24
temporalio/samples-server
https://api.github.com/repos/temporalio/samples-server
reopened
go.temporal.io/server-v1.15.1-0.20220220200917-61b9b65744e4: 11 vulnerabilities (highest severity is: 7.5)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>go.temporal.io/server-v1.15.1-0.20220220200917-61b9b65744e4</b></p></summary> <p></p> <p> </details> ## Vulnerabilities | CVE | Severity | <img src='https://whites...
True
go.temporal.io/server-v1.15.1-0.20220220200917-61b9b65744e4: 11 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>go.temporal.io/server-v1.15.1-0.20220220200917-61b9b65744e...
non_priority
go temporal io server vulnerabilities highest severity is vulnerable library go temporal io server vulnerabilities cve severity cvss dependency type fixed in remediation available ...
0
94,936
8,526,958,358
IssuesEvent
2018-11-02 17:54:39
nebula-plugins/gradle-nebula-integration
https://api.github.com/repos/nebula-plugins/gradle-nebula-integration
closed
Component metadata rules are not invoked for project dependencies if they are present in buildscript classpath
testable
When I have a dependency in a project and the same dependency in buildscript classpath component metadata rules are not invoked for that dependency Run `gw dependencies --info` You won't see `Hello from junit:junit:4.12` Example project: https://github.com/nebula-plugins/gradle-nebula-integration/tree/master/attr...
1.0
Component metadata rules are not invoked for project dependencies if they are present in buildscript classpath - When I have a dependency in a project and the same dependency in buildscript classpath component metadata rules are not invoked for that dependency Run `gw dependencies --info` You won't see `Hello from j...
non_priority
component metadata rules are not invoked for project dependencies if they are present in buildscript classpath when i have a dependency in a project and the same dependency in buildscript classpath component metadata rules are not invoked for that dependency run gw dependencies info you won t see hello from j...
0
14,988
18,531,966,753
IssuesEvent
2021-10-21 07:18:09
GoogleCloudPlatform/fda-mystudies
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
closed
[PM] [Permission] App status is not getting displayed in the below mentioned screens
Bug P1 Participant manager Process: Fixed Process: Tested dev
**Login as Site admin** 1. Site > Enrollment registry. 2. Studies > Enrollment registry. 3. Studies > Study participant registry. **Note:** 1. Issue is observed only in above three screens for the admins who has other than super admin permission. 2. Issue is observed only for open studies in Site > Enroll...
2.0
[PM] [Permission] App status is not getting displayed in the below mentioned screens - **Login as Site admin** 1. Site > Enrollment registry. 2. Studies > Enrollment registry. 3. Studies > Study participant registry. **Note:** 1. Issue is observed only in above three screens for the admins who has other t...
non_priority
app status is not getting displayed in the below mentioned screens login as site admin site enrollment registry studies enrollment registry studies study participant registry note issue is observed only in above three screens for the admins who has other than super admi...
0
111,141
14,009,650,270
IssuesEvent
2020-10-29 02:55:41
kambiz-frounchi/Foodie
https://api.github.com/repos/kambiz-frounchi/Foodie
closed
Define react components
design
These are some of the components I could think of: **Common header component:** **FeedHeader**: contains logo, search input box, user button (moves to user profile page when clicked), login/logout button (if not logged in shows login otherwise shows logout) **user feed page:** 1. **user status text box** ...
1.0
Define react components - These are some of the components I could think of: **Common header component:** **FeedHeader**: contains logo, search input box, user button (moves to user profile page when clicked), login/logout button (if not logged in shows login otherwise shows logout) **user feed page:** 1. **...
non_priority
define react components these are some of the components i could think of common header component feedheader contains logo search input box user button moves to user profile page when clicked login logout button if not logged in shows login otherwise shows logout user feed page ...
0