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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8,074 | 20,796,971,465 | IssuesEvent | 2022-03-17 10:14:23 | OasisLMF/OasisPlatform | https://api.github.com/repos/OasisLMF/OasisPlatform | closed | Platfrom 2.0 Updates & fixes | Bug Scalable Architecture Port Forward | ### Issues to investigate / debug
1. sometimes the worker_controller isn't correctly creating workers. After deployment this feature works, but over time the controller stops creating workers when jobs are on the queue
### Updates and fixes
- [x] Fix Task cancellation
- [x] Fix analysis copy
- [x] Update o... | 1.0 | Platfrom 2.0 Updates & fixes - ### Issues to investigate / debug
1. sometimes the worker_controller isn't correctly creating workers. After deployment this feature works, but over time the controller stops creating workers when jobs are on the queue
### Updates and fixes
- [x] Fix Task cancellation
- [x] Fi... | non_priority | platfrom updates fixes issues to investigate debug sometimes the worker controller isn t correctly creating workers after deployment this feature works but over time the controller stops creating workers when jobs are on the queue updates and fixes fix task cancellation fix an... | 0 |
9,159 | 3,862,905,180 | IssuesEvent | 2016-04-08 06:40:00 | PlantReactome/temp-issues | https://api.github.com/repos/PlantReactome/temp-issues | closed | Structure tab in Pathway Browser Details pane is empty. | code | In the Pathway Browser Bottom right-hand side window : there is 0 data in structure. I think we should have had the molecular formula for the compounds at least. | 1.0 | Structure tab in Pathway Browser Details pane is empty. - In the Pathway Browser Bottom right-hand side window : there is 0 data in structure. I think we should have had the molecular formula for the compounds at least. | non_priority | structure tab in pathway browser details pane is empty in the pathway browser bottom right hand side window there is data in structure i think we should have had the molecular formula for the compounds at least | 0 |
26,769 | 5,286,229,268 | IssuesEvent | 2017-02-08 08:39:07 | architecture-building-systems/CEAforArcGIS | https://api.github.com/repos/architecture-building-systems/CEAforArcGIS | closed | Create CEA's documentation website | documentation | Need of a website to show documentation for developers (read the docs kind). This should contain mainly information about the functions and workflow of the tool.
---- Store it in GitDocs.
---- The formula for showing scripts: (top-down and bottom-up). 2 callgraphs (one coarse, one in detail) followed by the descrip... | 1.0 | Create CEA's documentation website - Need of a website to show documentation for developers (read the docs kind). This should contain mainly information about the functions and workflow of the tool.
---- Store it in GitDocs.
---- The formula for showing scripts: (top-down and bottom-up). 2 callgraphs (one coarse, o... | non_priority | create cea s documentation website need of a website to show documentation for developers read the docs kind this should contain mainly information about the functions and workflow of the tool store it in gitdocs the formula for showing scripts top down and bottom up callgraphs one coarse o... | 0 |
5,755 | 3,281,768,285 | IssuesEvent | 2015-10-28 00:13:47 | ceylon/ceylon.formatter | https://api.github.com/repos/ceylon/ceylon.formatter | closed | Always put spaces around comparison operators | code style | Currently, when an expressions uses multiple operators, the formatters groups them to show the precedence, for example:
`a*b + c*d` instead of `a * b + c * d`
While this is cool for arithmetic operators, I think it doesn't look as good on comparison operators:
`aa===bb || 2<3` should be `aa === bb || 2 < 3` | 1.0 | Always put spaces around comparison operators - Currently, when an expressions uses multiple operators, the formatters groups them to show the precedence, for example:
`a*b + c*d` instead of `a * b + c * d`
While this is cool for arithmetic operators, I think it doesn't look as good on comparison operators:
`a... | non_priority | always put spaces around comparison operators currently when an expressions uses multiple operators the formatters groups them to show the precedence for example a b c d instead of a b c d while this is cool for arithmetic operators i think it doesn t look as good on comparison operators a... | 0 |
43,389 | 9,428,373,565 | IssuesEvent | 2019-04-12 00:51:06 | lzim/teampsd | https://api.github.com/repos/lzim/teampsd | closed | “I” information review and Master Crosswalk Workflow | code_review new_release versions_file_check_in_out | @jamesrollins and @tomrust
If @branscombj is going to review the current “i” Information that mainly Tom has drafted, should she do so here?
https://github.com/lzim/teampsd/tree/master/resources/master_crosswalk/current
Thanks for helping to clarify our workflow for “i” info update and review.
FYI @staceypa... | 1.0 | “I” information review and Master Crosswalk Workflow - @jamesrollins and @tomrust
If @branscombj is going to review the current “i” Information that mainly Tom has drafted, should she do so here?
https://github.com/lzim/teampsd/tree/master/resources/master_crosswalk/current
Thanks for helping to clarify our wo... | non_priority | “i” information review and master crosswalk workflow jamesrollins and tomrust if branscombj is going to review the current “i” information that mainly tom has drafted should she do so here thanks for helping to clarify our workflow for “i” info update and review fyi staceypark | 0 |
141,972 | 11,449,767,022 | IssuesEvent | 2020-02-06 08:06:34 | openucx/ucx | https://api.github.com/repos/openucx/ucx | opened | GTEST/UCP/SOCKADDR: missed loop around UCS_ERR_BUSY from ucp_listener_create | Bug Jenkins Test | ### Describe the bug
CI can fail if addr/port is busy/in_use
### Steps to Reproduce
run many instances of
`gtest --gtest_filter=*ucp_sockaddr* --gtest_repeat=N`
on the same host
```
07:13:17 [ RUN ] rcx/test_ucp_sockaddr.err_handle/8 <rc_x>
07:13:17 [ INFO ] < rdma_bind_addr(addr=65.65.65.1:53030)... | 1.0 | GTEST/UCP/SOCKADDR: missed loop around UCS_ERR_BUSY from ucp_listener_create - ### Describe the bug
CI can fail if addr/port is busy/in_use
### Steps to Reproduce
run many instances of
`gtest --gtest_filter=*ucp_sockaddr* --gtest_repeat=N`
on the same host
```
07:13:17 [ RUN ] rcx/test_ucp_sockaddr.err... | non_priority | gtest ucp sockaddr missed loop around ucs err busy from ucp listener create describe the bug ci can fail if addr port is busy in use steps to reproduce run many instances of gtest gtest filter ucp sockaddr gtest repeat n on the same host rcx test ucp sockaddr err handle ... | 0 |
237,981 | 26,085,505,658 | IssuesEvent | 2022-12-26 01:54:02 | nihalmurmu/automata | https://api.github.com/repos/nihalmurmu/automata | opened | CVE-2022-46175 (High) detected in json5-2.2.0.tgz, json5-1.0.1.tgz | security vulnerability | ## CVE-2022-46175 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>json5-2.2.0.tgz</b>, <b>json5-1.0.1.tgz</b></p></summary>
<p>
<details><summary><b>json5-2.2.0.tgz</b></p></summary>... | True | CVE-2022-46175 (High) detected in json5-2.2.0.tgz, json5-1.0.1.tgz - ## CVE-2022-46175 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>json5-2.2.0.tgz</b>, <b>json5-1.0.1.tgz</b></p><... | non_priority | cve high detected in tgz tgz cve high severity vulnerability vulnerable libraries tgz tgz tgz json for humans library home page a href path to dependency file package json path to vulnerable library node modules package j... | 0 |
341,060 | 30,565,382,679 | IssuesEvent | 2023-07-20 17:21:34 | giorgi-injgia-1-btu-edu-ge/final_git | https://api.github.com/repos/giorgi-injgia-1-btu-edu-ge/final_git | opened | 158c5bb failed unit and formatting tests. | ci-pytest ci-black | Results of latest checkings
158c5bbd061c3df6c2cd3d153c8d634dedb08ec7 failed unit and formatting tests.
pytest bisect result [f594c5add18c0378e49e45353b64105b997494cd] pytest_syntax_black_failed
black bisect result [f594c5add18c0378e49e45353b64105b997494cd] pytest_synta... | 1.0 | 158c5bb failed unit and formatting tests. - Results of latest checkings
158c5bbd061c3df6c2cd3d153c8d634dedb08ec7 failed unit and formatting tests.
pytest bisect result [f594c5add18c0378e49e45353b64105b997494cd] pytest_syntax_black_failed
black bisect result [f594c5add1... | non_priority | failed unit and formatting tests results of latest checkings failed unit and formatting tests pytest bisect result pytest syntax black failed black bisect result pytest syntax black failed pytest report black report ... | 0 |
273,677 | 23,777,061,068 | IssuesEvent | 2022-09-01 22:14:03 | nromanen/pratical_testing_2022 | https://api.github.com/repos/nromanen/pratical_testing_2022 | opened | The 'Track number' field placeholder disappears once the user starts typing | test case | # [TC-23.4] : The 'Track number' field placeholder disappears once the user starts typing in this field
## Description
The 'Track number' field placeholder disappears once the user starts typing in this field.
### Precondition
There is a stable internet connection. Users should have access to Chrome, Firefo... | 1.0 | The 'Track number' field placeholder disappears once the user starts typing - # [TC-23.4] : The 'Track number' field placeholder disappears once the user starts typing in this field
## Description
The 'Track number' field placeholder disappears once the user starts typing in this field.
### Precondition
The... | non_priority | the track number field placeholder disappears once the user starts typing the track number field placeholder disappears once the user starts typing in this field description the track number field placeholder disappears once the user starts typing in this field precondition there is a ... | 0 |
121,066 | 15,836,082,418 | IssuesEvent | 2021-04-06 18:50:21 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | [FSR] Pre-usability staging review | design vsa vsa-benefits-2 | ## Issue Description
_We need to take a pass through the form's UI in staging to make sure the main functionality works prior to conducting the FSR's usability study._
---
## Tasks
- [x] _Review the entire FSR in staging and document updates that need to happen prior to usability_
- [x] _Create a ticket for frontend d... | 1.0 | [FSR] Pre-usability staging review - ## Issue Description
_We need to take a pass through the form's UI in staging to make sure the main functionality works prior to conducting the FSR's usability study._
---
## Tasks
- [x] _Review the entire FSR in staging and document updates that need to happen prior to usability_
... | non_priority | pre usability staging review issue description we need to take a pass through the form s ui in staging to make sure the main functionality works prior to conducting the fsr s usability study tasks review the entire fsr in staging and document updates that need to happen prior to usability c... | 0 |
123,383 | 10,266,088,772 | IssuesEvent | 2019-08-22 20:31:11 | rancher/rancher | https://api.github.com/repos/rancher/rancher | closed | Logging integration doesn't work if Docker Root is not default /var/lib/docker | [zube]: To Test area/logging internal kind/bug team/cn | <!--
Please search for existing issues first, then read https://rancher.com/docs/rancher/v2.x/en/contributing/#bugs-issues-or-questions to see what we expect in an issue
For security issues, please email security@rancher.com instead of posting a public issue in GitHub. You may (but are not required to) use the GPG ke... | 1.0 | Logging integration doesn't work if Docker Root is not default /var/lib/docker - <!--
Please search for existing issues first, then read https://rancher.com/docs/rancher/v2.x/en/contributing/#bugs-issues-or-questions to see what we expect in an issue
For security issues, please email security@rancher.com instead of p... | non_priority | logging integration doesn t work if docker root is not default var lib docker please search for existing issues first then read to see what we expect in an issue for security issues please email security rancher com instead of posting a public issue in github you may but are not required to use the gpg... | 0 |
3,436 | 2,688,651,244 | IssuesEvent | 2015-03-31 02:23:23 | aspnet/Hosting | https://api.github.com/repos/aspnet/Hosting | closed | Provide a better experience when using TestServer | enhancement needs design | That would be marvelous if we could simply give `TestServer` a startup generic type and if it could automagically call `Configure` and `ConfigureServices`. That would even be double great if it could set the environment name to "Testing" and invoke `ConfigureTestingServices`.
/cc @Tratcher | 1.0 | Provide a better experience when using TestServer - That would be marvelous if we could simply give `TestServer` a startup generic type and if it could automagically call `Configure` and `ConfigureServices`. That would even be double great if it could set the environment name to "Testing" and invoke `ConfigureTestingSe... | non_priority | provide a better experience when using testserver that would be marvelous if we could simply give testserver a startup generic type and if it could automagically call configure and configureservices that would even be double great if it could set the environment name to testing and invoke configuretestingse... | 0 |
5,884 | 8,571,560,223 | IssuesEvent | 2018-11-12 04:49:47 | andrewclam1991/web-memory-game | https://api.github.com/repos/andrewclam1991/web-memory-game | opened | implement timer formatter | Requirement | current: timer shows a count up of elapsed time in seconds
requirement: format the seconds to appropriate readable time, in hh:mm:ss | 1.0 | implement timer formatter - current: timer shows a count up of elapsed time in seconds
requirement: format the seconds to appropriate readable time, in hh:mm:ss | non_priority | implement timer formatter current timer shows a count up of elapsed time in seconds requirement format the seconds to appropriate readable time in hh mm ss | 0 |
142,865 | 19,103,379,344 | IssuesEvent | 2021-11-30 02:35:27 | dhlinh98/WebGoat | https://api.github.com/repos/dhlinh98/WebGoat | opened | CVE-2021-3805 (High) detected in object-path-0.9.2.tgz | security vulnerability | ## CVE-2021-3805 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>object-path-0.9.2.tgz</b></p></summary>
<p>Access deep properties using a path</p>
<p>Library home page: <a href="https... | True | CVE-2021-3805 (High) detected in object-path-0.9.2.tgz - ## CVE-2021-3805 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>object-path-0.9.2.tgz</b></p></summary>
<p>Access deep propert... | non_priority | cve high detected in object path tgz cve high severity vulnerability vulnerable library object path tgz access deep properties using a path library home page a href path to dependency file webgoat docs package json path to vulnerable library webgoat docs node modules... | 0 |
10,161 | 12,178,330,346 | IssuesEvent | 2020-04-28 08:49:59 | scylladb/scylla | https://api.github.com/repos/scylladb/scylla | closed | Filtering on counter columns doesn't work (works in Cassandra 3.0) | Backport candidate User Request cassandra 3.x compatibility counters | A user reported on stack-overflow https://stackoverflow.com/questions/59859080/filter-condition-not-working-on-counter-columns-in-scylladb-where-it-works-in-ca:
> Filter condition not working on counter columns in ScyllaDB where it works in Cassandra 3.0
>
> I have a use case where I am using filters on counter co... | True | Filtering on counter columns doesn't work (works in Cassandra 3.0) - A user reported on stack-overflow https://stackoverflow.com/questions/59859080/filter-condition-not-working-on-counter-columns-in-scylladb-where-it-works-in-ca:
> Filter condition not working on counter columns in ScyllaDB where it works in Cassand... | non_priority | filtering on counter columns doesn t work works in cassandra a user reported on stack overflow filter condition not working on counter columns in scylladb where it works in cassandra i have a use case where i am using filters on counter columns in cassandra now i am migrating to scylla and i ... | 0 |
154,158 | 12,194,941,725 | IssuesEvent | 2020-04-29 16:33:39 | urapadmin/kiosk | https://api.github.com/repos/urapadmin/kiosk | closed | use correct numbering method according to unit type | bug filemaker test-stage | that was not the case so far when creating units from the start page | 1.0 | use correct numbering method according to unit type - that was not the case so far when creating units from the start page | non_priority | use correct numbering method according to unit type that was not the case so far when creating units from the start page | 0 |
287,376 | 31,834,381,304 | IssuesEvent | 2023-09-14 12:41:57 | Trinadh465/linux-4.1.15_CVE-2022-3564 | https://api.github.com/repos/Trinadh465/linux-4.1.15_CVE-2022-3564 | closed | CVE-2021-20265 (Medium) detected in linuxlinux-4.6 - autoclosed | Mend: dependency security vulnerability | ## CVE-2021-20265 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kern... | True | CVE-2021-20265 (Medium) detected in linuxlinux-4.6 - autoclosed - ## CVE-2021-20265 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary>
<p>
<p>The Linux ... | non_priority | cve medium detected in linuxlinux autoclosed cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files net... | 0 |
178,347 | 21,509,367,824 | IssuesEvent | 2022-04-28 01:33:26 | bsbtd/Teste | https://api.github.com/repos/bsbtd/Teste | closed | CVE-2019-17570 (High) detected in xmlrpc-common-3.0.jar - autoclosed | security vulnerability | ## CVE-2019-17570 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xmlrpc-common-3.0.jar</b></p></summary>
<p>Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol
... | True | CVE-2019-17570 (High) detected in xmlrpc-common-3.0.jar - autoclosed - ## CVE-2019-17570 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xmlrpc-common-3.0.jar</b></p></summary>
<p>Apac... | non_priority | cve high detected in xmlrpc common jar autoclosed cve high severity vulnerability vulnerable library xmlrpc common jar apache xml rpc is a java implementation of xml rpc a popular protocol that uses xml over http to implement remote procedure calls compared to so... | 0 |
166,178 | 20,718,314,979 | IssuesEvent | 2022-03-13 01:10:20 | shaozaeTTN/AMC-Bootcamp | https://api.github.com/repos/shaozaeTTN/AMC-Bootcamp | opened | CVE-2021-32804 (High) detected in tar-2.2.2.tgz | security vulnerability | ## CVE-2021-32804 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-2.2.2.tgz</b></p></summary>
<p>tar for node</p>
<p>Library home page: <a href="https://registry.npmjs.org/tar/-/ta... | True | CVE-2021-32804 (High) detected in tar-2.2.2.tgz - ## CVE-2021-32804 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-2.2.2.tgz</b></p></summary>
<p>tar for node</p>
<p>Library home ... | non_priority | cve high detected in tar tgz cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href path to dependency file clientlibsassignment ui frontend package json path to vulnerable library clientlibsassignment ui frontend node modu... | 0 |
91,667 | 11,564,706,611 | IssuesEvent | 2020-02-20 09:10:52 | Hoidi/KA-Flocking | https://api.github.com/repos/Hoidi/KA-Flocking | closed | Update score boards | Design | - [ ] Fix the score panels to be the same size on all screens
- [ ] Implement numbers to all existing soldier types for both teams
- [ ] Add numbers for amount of dead soldiers (in parenthesis after number of alive) | 1.0 | Update score boards - - [ ] Fix the score panels to be the same size on all screens
- [ ] Implement numbers to all existing soldier types for both teams
- [ ] Add numbers for amount of dead soldiers (in parenthesis after number of alive) | non_priority | update score boards fix the score panels to be the same size on all screens implement numbers to all existing soldier types for both teams add numbers for amount of dead soldiers in parenthesis after number of alive | 0 |
4,460 | 6,976,265,011 | IssuesEvent | 2017-12-12 10:26:25 | cosmos/cosmos-ui | https://api.github.com/repos/cosmos/cosmos-ui | closed | SDK Requirements | external requirement | * historical transactions
* send/receive in one transactions
* filter by
* block-height (start and end)
* limit (default 50)
* cap by some maximum
* output in JSON
* stream new transactions
* MVP: refresh button
* desired: via Websockets
* delegation
* all candidates
| 1.0 | SDK Requirements - * historical transactions
* send/receive in one transactions
* filter by
* block-height (start and end)
* limit (default 50)
* cap by some maximum
* output in JSON
* stream new transactions
* MVP: refresh button
* desired: via Websockets
* delegation
* all ca... | non_priority | sdk requirements historical transactions send receive in one transactions filter by block height start and end limit default cap by some maximum output in json stream new transactions mvp refresh button desired via websockets delegation all can... | 0 |
286,605 | 21,581,376,929 | IssuesEvent | 2022-05-02 19:07:15 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | opened | [DOC] Add Documentation of Multi Preference Zones | area/documentation | Related to https://github.com/yugabyte/yugabyte-db/issues/5952
Update the Doc and add information of Multi Preference zones. | 1.0 | [DOC] Add Documentation of Multi Preference Zones - Related to https://github.com/yugabyte/yugabyte-db/issues/5952
Update the Doc and add information of Multi Preference zones. | non_priority | add documentation of multi preference zones related to update the doc and add information of multi preference zones | 0 |
230,305 | 18,535,576,638 | IssuesEvent | 2021-10-21 11:06:59 | ji-devs/ji-cloud | https://api.github.com/repos/ji-devs/ji-cloud | closed | Memory Game: Publishing a Module - Hebrew Keyboard | high for UI testing | Before Publishing a Jig in "Settings and Jig info - last steps before publishing", the Hebrew Keyboard doesn't show up properly.
( later I noticed that I am able to grab the keyboard and move it around the screen but some of the text in the background wraps to the front)
.
### :octocat: Your First Pull Request?
We would like to take the opportunity to invite someone who did not yet contribute to Hoodie to work on this issue. Follow [@YourFirstPR](https://twitter.com/yourfirstPR) on Twitter for more of these issues acro... | 1.0 | Update "Getting started with Hoodie - Part 2" tutorial to the Hoodie Camp Release - This is a [starter issue](http://hood.ie/blog/starter-issues.html).
### :octocat: Your First Pull Request?
We would like to take the opportunity to invite someone who did not yet contribute to Hoodie to work on this issue. Follow [@Yo... | non_priority | update getting started with hoodie part tutorial to the hoodie camp release this is a octocat your first pull request we would like to take the opportunity to invite someone who did not yet contribute to hoodie to work on this issue follow on twitter for more of these issues across many open s... | 0 |
253,317 | 27,300,536,482 | IssuesEvent | 2023-02-24 01:17:00 | panasalap/linux-4.19.72_1 | https://api.github.com/repos/panasalap/linux-4.19.72_1 | opened | CVE-2022-1462 (Medium) detected in linuxv5.0, linux-yoctov5.4.51 | security vulnerability | ## CVE-2022-1462 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxv5.0</b>, <b>linux-yoctov5.4.51</b></p></summary>
<p>
</p>
</details>
<p></p>
<details><summary><img src='htt... | True | CVE-2022-1462 (Medium) detected in linuxv5.0, linux-yoctov5.4.51 - ## CVE-2022-1462 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxv5.0</b>, <b>linux-yoctov5.4.51</b></p></sum... | non_priority | cve medium detected in linux cve medium severity vulnerability vulnerable libraries linux vulnerability details an out of bounds read flaw was found in the linux kernel’s teletype subsystem the issue occurs in how a user triggers a race conditio... | 0 |
213,009 | 16,506,626,020 | IssuesEvent | 2021-05-25 20:12:09 | askap-vast/vast-pipeline | https://api.github.com/repos/askap-vast/vast-pipeline | closed | Fix documentation hosted 404 page | bug documentation | 404 page in the documentation is not appearing correctly:

| 1.0 | Fix documentation hosted 404 page - 404 page in the documentation is not appearing correctly:

| non_priority | fix documentation hosted page page in the documentation is not appearing correctly | 0 |
270,066 | 28,960,398,166 | IssuesEvent | 2023-05-10 01:38:38 | Nivaskumark/kernel_v4.19.72_old | https://api.github.com/repos/Nivaskumark/kernel_v4.19.72_old | reopened | CVE-2021-3347 (High) detected in linuxlinux-4.19.83 | Mend: dependency security vulnerability | ## CVE-2021-3347 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.83</b></p></summary>
<p>
<p>Apache Software Foundation (ASF)</p>
<p>Library home page: <a href=https://... | True | CVE-2021-3347 (High) detected in linuxlinux-4.19.83 - ## CVE-2021-3347 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.83</b></p></summary>
<p>
<p>Apache Software Found... | non_priority | cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch master vulnerable source files ... | 0 |
171,811 | 13,249,778,287 | IssuesEvent | 2020-08-19 21:26:51 | ansible/ansible | https://api.github.com/repos/ansible/ansible | closed | Add 'upgrade' to 'pkgng' options | affects_2.4 bot_closed bsd collection collection:community.general docs docsite feature has_pr module needs_collection_redirect packaging support:community test | ##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
pkgng
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible --version" between quotes below -->
```
ansible 2.4.2.0
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/andy/.ansible/plugins/modules', u'/usr/share/... | 1.0 | Add 'upgrade' to 'pkgng' options - ##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
pkgng
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible --version" between quotes below -->
```
ansible 2.4.2.0
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/andy/.ansi... | non_priority | add upgrade to pkgng options issue type feature idea component name pkgng ansible version ansible config file etc ansible ansible cfg configured module search path ansible python module location usr lib site packages ansible executable location... | 0 |
222,461 | 17,455,761,848 | IssuesEvent | 2021-08-06 00:45:02 | hashgraph/hedera-services | https://api.github.com/repos/hashgraph/hedera-services | opened | Need to create a new saved state file for performance and other tests | Test Development enhancement | ### Problem
Current saved state file for performance and restart tests are generated for version 0.13.0 and it has a little more than 3 million entities (1M crypto account, 1M topic, 1+M token and token relationship).
There are several issues with it:
1. The version is too old;
2. It doesn't have all entity ty... | 1.0 | Need to create a new saved state file for performance and other tests - ### Problem
Current saved state file for performance and restart tests are generated for version 0.13.0 and it has a little more than 3 million entities (1M crypto account, 1M topic, 1+M token and token relationship).
There are several issues ... | non_priority | need to create a new saved state file for performance and other tests problem current saved state file for performance and restart tests are generated for version and it has a little more than million entities crypto account topic m token and token relationship there are several issues wit... | 0 |
195,674 | 15,537,042,799 | IssuesEvent | 2021-03-15 00:01:22 | matteobruni/tsparticles | https://api.github.com/repos/matteobruni/tsparticles | closed | Border-radius option in the JS particles library? | Core documentation enhancement good first issue help wanted no-issue-activity plugin up-for-grabs | Hi,
First of all thanks for the JS particles library. It is a very cool library (using 1.18.11). I'm curious of it is possible to create a rectangle with a smooth border. Just like in CSS: border-radius: 10px (for example). I cannot find something like this on CodePen or on Google for this plugin.
Thanks. | 1.0 | Border-radius option in the JS particles library? - Hi,
First of all thanks for the JS particles library. It is a very cool library (using 1.18.11). I'm curious of it is possible to create a rectangle with a smooth border. Just like in CSS: border-radius: 10px (for example). I cannot find something like this on Code... | non_priority | border radius option in the js particles library hi first of all thanks for the js particles library it is a very cool library using i m curious of it is possible to create a rectangle with a smooth border just like in css border radius for example i cannot find something like this on codepen o... | 0 |
135,857 | 11,027,404,538 | IssuesEvent | 2019-12-06 09:23:23 | microsoft/AzureStorageExplorer | https://api.github.com/repos/microsoft/AzureStorageExplorer | opened | An extra period shows on rename blob container dialog | :gear: blobs :gear: files :gear: tables 🌐 localization 🧪 testing | **Storage Explorer Version:** 1.11.1
**Build:** [20191206.2](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3299462)
**Branch:** master
**Language:** Chinese(zh-TW)
**Platform/OS:** Windows 10/ Linux Ubuntu 18.04/macOS High Sierra
**Architecture:** ia32/x64
**Regression From:** Not a regression
... | 1.0 | An extra period shows on rename blob container dialog - **Storage Explorer Version:** 1.11.1
**Build:** [20191206.2](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3299462)
**Branch:** master
**Language:** Chinese(zh-TW)
**Platform/OS:** Windows 10/ Linux Ubuntu 18.04/macOS High Sierra
**Architectur... | non_priority | an extra period shows on rename blob container dialog storage explorer version build branch master language chinese zh tw platform os windows linux ubuntu macos high sierra architecture regression from not a regression steps to reproduce lau... | 0 |
76,404 | 26,412,068,160 | IssuesEvent | 2023-01-13 13:06:32 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Locales JS not shaded | :lady_beetle: defect | Tried
```
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>META-INF/resources/primefaces/locales/locale-ar.js</resource>
<resource>ME... | 1.0 | Locales JS not shaded - Tried
```
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>META-INF/resources/primefaces/locales/locale-ar.js</resource>
... | non_priority | locales js not shaded tried meta inf resources primefaces locales locale ar js meta inf resources primefaces locales locale ca js ... | 0 |
16,915 | 10,578,198,063 | IssuesEvent | 2019-10-07 21:56:56 | Azure/azure-sdk-for-js | https://api.github.com/repos/Azure/azure-sdk-for-js | closed | Topic maxConcurrentCalls behaviour on PeekLock mode | Client Service Bus customer-reported | **Is your feature request related to a problem? Please describe.**
The way that the concurrentCalls credit are calculated doesn't represent the exact lifetime of a message processing. They are calculated according to the callback method execution itself, not to the exact end-of-processing (ie: when the message is comp... | 1.0 | Topic maxConcurrentCalls behaviour on PeekLock mode - **Is your feature request related to a problem? Please describe.**
The way that the concurrentCalls credit are calculated doesn't represent the exact lifetime of a message processing. They are calculated according to the callback method execution itself, not to th... | non_priority | topic maxconcurrentcalls behaviour on peeklock mode is your feature request related to a problem please describe the way that the concurrentcalls credit are calculated doesn t represent the exact lifetime of a message processing they are calculated according to the callback method execution itself not to th... | 0 |
104,436 | 16,616,820,211 | IssuesEvent | 2021-06-02 17:48:23 | Dima2021/t-vault | https://api.github.com/repos/Dima2021/t-vault | opened | CVE-2020-15256 (High) detected in object-path-0.9.2.tgz, object-path-0.11.4.tgz | security vulnerability | ## CVE-2020-15256 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>object-path-0.9.2.tgz</b>, <b>object-path-0.11.4.tgz</b></p></summary>
<p>
<details><summary><b>object-path-0.9.2.tg... | True | CVE-2020-15256 (High) detected in object-path-0.9.2.tgz, object-path-0.11.4.tgz - ## CVE-2020-15256 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>object-path-0.9.2.tgz</b>, <b>objec... | non_priority | cve high detected in object path tgz object path tgz cve high severity vulnerability vulnerable libraries object path tgz object path tgz object path tgz access deep properties using a path library home page a href path to dependency file ... | 0 |
134,790 | 19,344,340,448 | IssuesEvent | 2021-12-15 09:15:20 | shopwareBoostDay/platform | https://api.github.com/repos/shopwareBoostDay/platform | closed | NEXT-10120 - Pagination in property assignment modal broken | Administration Design Good first issue | The pagination in the property assignment modal is broken. This happens in the empty state of properties. The Pagination is wider than the modal is allowed to be
 | 1.0 | NEXT-10120 - Pagination in property assignment modal broken - The pagination in the property assignment modal is broken. This happens in the empty state of properties. The Pagination is wider than the modal is allowed to be
 {
std::cin >> I >> O >> T >> J >> L >> S >> Z;
K1 = O + (I / 2 * 2) + (J / 2 * 2) + (L / 2 * 2) + ((I & 1) &&... | 1.0 | AGC008C Tetromino Tiling - `T`,`S`,`Z` 肯定是不能用的直接忽略。
`O` 直接选。
每两个 `I`,`J`,`L` 可以拼一起。
注意 `I`,`J`,`L` 各一个也能拼。
```cpp
#include <iostream>
typedef long long lxl;
lxl I, O, T, J, L, S, Z;
lxl K1, K2;
int main() {
std::cin >> I >> O >> T >> J >> L >> S >> Z;
K1 = O + (I / 2 * 2) + (J / 2 * 2) ... | non_priority | tetromino tiling t , s , z 肯定是不能用的直接忽略。 o 直接选。 每两个 i , j , l 可以拼一起。 注意 i , j , l 各一个也能拼。 cpp include typedef long long lxl lxl i o t j l s z lxl int main std cin i o t j l s z o i j l ... | 0 |
152,274 | 13,450,116,833 | IssuesEvent | 2020-09-08 17:59:55 | axsaucedo/vulkan-kompute | https://api.github.com/repos/axsaucedo/vulkan-kompute | closed | Add tests and documentation for loops passing data to/from device | documentation enhancement | Currently there is a complex test in the testLogisticRegression that shows how to address complex examples, but would be required to add a set of more generic tests that evaluate the key functionality around being able to perform loops of existing evaluate functions that pass data in and out of shaders. This will invol... | 1.0 | Add tests and documentation for loops passing data to/from device - Currently there is a complex test in the testLogisticRegression that shows how to address complex examples, but would be required to add a set of more generic tests that evaluate the key functionality around being able to perform loops of existing eval... | non_priority | add tests and documentation for loops passing data to from device currently there is a complex test in the testlogisticregression that shows how to address complex examples but would be required to add a set of more generic tests that evaluate the key functionality around being able to perform loops of existing eval... | 0 |
149,433 | 23,475,615,416 | IssuesEvent | 2022-08-17 05:32:01 | piro17-Archive/FilmArchive | https://api.github.com/repos/piro17-Archive/FilmArchive | closed | [design] frame 페이지 | 예진 design | ### 목적
>
### 작업 상세 내용
- [x] 돋보기 아이콘 넣기
- [x] 추천하기, 찜하기 버튼
- [x] <디테일 페이지> 메모지 사진 넣기
- [x] <디테일 페이지> 쓰레기통 아이콘 버튼 없애기
- [x] <글 작성 페이지> 글 작성 버튼 cursor:pointer 추가
### 유의사항
| 1.0 | [design] frame 페이지 - ### 목적
>
### 작업 상세 내용
- [x] 돋보기 아이콘 넣기
- [x] 추천하기, 찜하기 버튼
- [x] <디테일 페이지> 메모지 사진 넣기
- [x] <디테일 페이지> 쓰레기통 아이콘 버튼 없애기
- [x] <글 작성 페이지> 글 작성 버튼 cursor:pointer 추가
### 유의사항
| non_priority | frame 페이지 목적 작업 상세 내용 돋보기 아이콘 넣기 추천하기 찜하기 버튼 메모지 사진 넣기 쓰레기통 아이콘 버튼 없애기 글 작성 버튼 cursor pointer 추가 유의사항 | 0 |
126,661 | 12,295,698,196 | IssuesEvent | 2020-05-11 04:56:15 | hwip/synergy-pybullet | https://api.github.com/repos/hwip/synergy-pybullet | opened | Gym環境の構築 | documentation | ### Shadow Handモデルによる物体把持のOpen Gym環境作成
@Tomohiro MOTODA のプルリクhttps://github.com/hwip/synergy-pybullet/pull/1 からShadowHandを表示させることはできました。そのコードを基にOpenGymの環境を整えます。下記ファイル群を参考。
[Thrower](https://github.com/benelot/pybullet-gym/blob/master/pybulletgym/envs/roboschool/robots/manipulators/thrower.py)
MJCFBasedRobotに、対象物のモ... | 1.0 | Gym環境の構築 - ### Shadow Handモデルによる物体把持のOpen Gym環境作成
@Tomohiro MOTODA のプルリクhttps://github.com/hwip/synergy-pybullet/pull/1 からShadowHandを表示させることはできました。そのコードを基にOpenGymの環境を整えます。下記ファイル群を参考。
[Thrower](https://github.com/benelot/pybullet-gym/blob/master/pybulletgym/envs/roboschool/robots/manipulators/thrower.py)
MJCFBasedR... | non_priority | gym環境の構築 shadow handモデルによる物体把持のopen gym環境作成 tomohiro motoda のプルリク からshadowhandを表示させることはできました。そのコードを基にopengymの環境を整えます。下記ファイル群を参考。 mjcfbasedrobotに、対象物のモデル名( mjcfで記述された関節情報などを変数に変換するなどの処理を行っている。 openai on mujocoで実装された対象物把持の学習環境。 graspblockenv → manipulateenv → → → と継承されており、ロボットモデルの... | 0 |
411,948 | 27,837,190,708 | IssuesEvent | 2023-03-20 10:16:33 | exasol/bucketfs-client | https://api.github.com/repos/exasol/bucketfs-client | closed | Execution on macOS | documentation | I was not able to run the application from the terminal on macOS Monterey,
maybe this option also needs to be explained better.
Signing for macOS binaries will not be possible in near future.
Until then the macOS binaries should be removed
* from releases
* and documentation | 1.0 | Execution on macOS - I was not able to run the application from the terminal on macOS Monterey,
maybe this option also needs to be explained better.
Signing for macOS binaries will not be possible in near future.
Until then the macOS binaries should be removed
* from releases
* and documentation | non_priority | execution on macos i was not able to run the application from the terminal on macos monterey maybe this option also needs to be explained better signing for macos binaries will not be possible in near future until then the macos binaries should be removed from releases and documentation | 0 |
296,671 | 25,568,050,454 | IssuesEvent | 2022-11-30 15:37:42 | treeverse/lakeFS | https://api.github.com/repos/treeverse/lakeFS | opened | Client SDK integration tests | area/testing area/sdk/python | - Capture issues while using lakeFS from our generated SDKs by integration tests
- Integration tests can use the latest and previous version(s) to identify breaking changes. | 1.0 | Client SDK integration tests - - Capture issues while using lakeFS from our generated SDKs by integration tests
- Integration tests can use the latest and previous version(s) to identify breaking changes. | non_priority | client sdk integration tests capture issues while using lakefs from our generated sdks by integration tests integration tests can use the latest and previous version s to identify breaking changes | 0 |
7,257 | 3,954,622,763 | IssuesEvent | 2016-04-29 17:43:03 | grpc/grpc | https://api.github.com/repos/grpc/grpc | closed | (opt, c, macos) failure: h2_full_test_hpack_size | BUILDPONY core MacOS P1 | https://grpc-testing.appspot.com/job/gRPC_master/15722/config=opt,language=c,platform=macos/testReport/junit/(root)/tests/bins_opt_h2_full_test_hpack_size/
```
D0311 04:49:59.043229000 140735177569024 hpack_encoder.c:532] set max table size from encoder to 100
D0311 04:49:59.043271000 140735177569024 hpack_encoder... | 1.0 | (opt, c, macos) failure: h2_full_test_hpack_size - https://grpc-testing.appspot.com/job/gRPC_master/15722/config=opt,language=c,platform=macos/testReport/junit/(root)/tests/bins_opt_h2_full_test_hpack_size/
```
D0311 04:49:59.043229000 140735177569024 hpack_encoder.c:532] set max table size from encoder to 100
D0... | non_priority | opt c macos failure full test hpack size hpack encoder c set max table size from encoder to hpack encoder c set max table size from encoder to hpack table c update hpack parser max size to hpack parser c max table size ... | 0 |
242,159 | 26,257,123,084 | IssuesEvent | 2023-01-06 02:25:42 | jiw065/Springboot-demo | https://api.github.com/repos/jiw065/Springboot-demo | opened | CVE-2022-41854 (Medium) detected in snakeyaml-1.23.jar | security vulnerability | ## CVE-2022-41854 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.23.jar</b></p></summary>
<p>YAML 1.1 parser and emitter for Java</p>
<p>Library home page: <a href="http... | True | CVE-2022-41854 (Medium) detected in snakeyaml-1.23.jar - ## CVE-2022-41854 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.23.jar</b></p></summary>
<p>YAML 1.1 parser and... | non_priority | cve medium detected in snakeyaml jar cve medium severity vulnerability vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file springboot demo spring boot demo pom xml path to vulnerable library root rep... | 0 |
31,878 | 4,728,020,015 | IssuesEvent | 2016-10-18 14:57:44 | 18F/doi-extractives-data | https://api.github.com/repos/18F/doi-extractives-data | closed | Documentation: Self-employment data | workflow:testing | Make sure it's clear in the self-employment documentation that it can result in double-counting of individuals, because of how it counts tax forms. From notes in #1560:
> Self-employment data describes people who work in natural resource extraction, but don't receive wages or salaries because they own their own comp... | 1.0 | Documentation: Self-employment data - Make sure it's clear in the self-employment documentation that it can result in double-counting of individuals, because of how it counts tax forms. From notes in #1560:
> Self-employment data describes people who work in natural resource extraction, but don't receive wages or sa... | non_priority | documentation self employment data make sure it s clear in the self employment documentation that it can result in double counting of individuals because of how it counts tax forms from notes in self employment data describes people who work in natural resource extraction but don t receive wages or salar... | 0 |
26,140 | 12,370,670,324 | IssuesEvent | 2020-05-18 17:11:45 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | This does not include a vital step to create run.cmd file. | Pri1 app-service-web/svc assigned-to-author doc-enhancement triaged | .NET Core 2.2 does not create an executable file for the WebJob to run when deployed. This could stump a few people when attempting to deploy webjobs if they don't know all of the requirements for a Webjob.
Please add a section to create a run.cmd file with UTF-8 encoding using the command:
dotnet <dll file name>... | 1.0 | This does not include a vital step to create run.cmd file. - .NET Core 2.2 does not create an executable file for the WebJob to run when deployed. This could stump a few people when attempting to deploy webjobs if they don't know all of the requirements for a Webjob.
Please add a section to create a run.cmd file with ... | non_priority | this does not include a vital step to create run cmd file net core does not create an executable file for the webjob to run when deployed this could stump a few people when attempting to deploy webjobs if they don t know all of the requirements for a webjob please add a section to create a run cmd file with ... | 0 |
271,970 | 20,727,279,206 | IssuesEvent | 2022-03-14 04:34:21 | PalisadoesFoundation/talawa | https://api.github.com/repos/PalisadoesFoundation/talawa | closed | Remove hard coded Heroku instance URL from code base | bug documentation test | **Describe the bug**
The Talawa App's default URL points to our Heroku test instance at [talawa-graphql-api.herokuapp.com/graphql](https://talawa-graphql-api.herokuapp.com/graphql). This is not sustainable as real organizations should not be using our test instance for their members.
This needs to be fixed befor... | 1.0 | Remove hard coded Heroku instance URL from code base - **Describe the bug**
The Talawa App's default URL points to our Heroku test instance at [talawa-graphql-api.herokuapp.com/graphql](https://talawa-graphql-api.herokuapp.com/graphql). This is not sustainable as real organizations should not be using our test inst... | non_priority | remove hard coded heroku instance url from code base describe the bug the talawa app s default url points to our heroku test instance at this is not sustainable as real organizations should not be using our test instance for their members this needs to be fixed before we can do alpha testing to ... | 0 |
18,871 | 10,299,659,367 | IssuesEvent | 2019-08-28 11:05:31 | DashboardHub/Website | https://api.github.com/repos/DashboardHub/Website | closed | CVE-2018-11499 (High) detected in node-sass-v4.12.0 | security vulnerability | ## CVE-2018-11499 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv4.12.0</b></p></summary>
<p>
<p>:rainbow: Node.js bindings to libsass</p>
<p>Library home page: <a href=http... | True | CVE-2018-11499 (High) detected in node-sass-v4.12.0 - ## CVE-2018-11499 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv4.12.0</b></p></summary>
<p>
<p>:rainbow: Node.js bind... | non_priority | cve high detected in node sass cve high severity vulnerability vulnerable library node rainbow node js bindings to libsass library home page a href found in head commit a href library source files the source files were matched to this sourc... | 0 |
73,099 | 31,852,386,817 | IssuesEvent | 2023-09-15 03:33:40 | rpharaniya/websites-uptime-monitor | https://api.github.com/repos/rpharaniya/websites-uptime-monitor | closed | 🛑 AHR Services Inc is down | status ahr-services-inc | In [`238427b`](https://github.com/rpharaniya/websites-uptime-monitor/commit/238427bc3046b4ba45ee999b75b1e216da294f12
), AHR Services Inc (https://ahrheatingandcooling.com/) was **down**:
- HTTP code: 0
- Response time: 0 ms
| 1.0 | 🛑 AHR Services Inc is down - In [`238427b`](https://github.com/rpharaniya/websites-uptime-monitor/commit/238427bc3046b4ba45ee999b75b1e216da294f12
), AHR Services Inc (https://ahrheatingandcooling.com/) was **down**:
- HTTP code: 0
- Response time: 0 ms
| non_priority | 🛑 ahr services inc is down in ahr services inc was down http code response time ms | 0 |
38,126 | 5,166,878,355 | IssuesEvent | 2017-01-17 17:16:43 | HTBox/allReady | https://api.github.com/repos/HTBox/allReady | closed | write unit tests for CampaignSummaryQueryHandler | jump-in unit testing | @tonysurma please label with "jump-in". Part of Issue #620
| 1.0 | write unit tests for CampaignSummaryQueryHandler - @tonysurma please label with "jump-in". Part of Issue #620
| non_priority | write unit tests for campaignsummaryqueryhandler tonysurma please label with jump in part of issue | 0 |
146,427 | 11,735,188,537 | IssuesEvent | 2020-03-11 10:40:26 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: sysbench/oltp_update_non_index/nodes=3/cpu=32/conc=128 failed | C-test-failure O-roachtest O-robot branch-45179 release-blocker | [(roachtest).sysbench/oltp_update_non_index/nodes=3/cpu=32/conc=128 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1760695&tab=buildLog) on [45179@12734324037949d8a864b8150ca6e7861d49369c](https://github.com/cockroachdb/cockroach/commits/12734324037949d8a864b8150ca6e7861d49369c):
```
The test failed on ... | 2.0 | roachtest: sysbench/oltp_update_non_index/nodes=3/cpu=32/conc=128 failed - [(roachtest).sysbench/oltp_update_non_index/nodes=3/cpu=32/conc=128 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1760695&tab=buildLog) on [45179@12734324037949d8a864b8150ca6e7861d49369c](https://github.com/cockroachdb/cockroach/... | non_priority | roachtest sysbench oltp update non index nodes cpu conc failed on the test failed on branch cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts sysbench oltp update non index nodes cpu conc run sysbench go sysbench go test runn... | 0 |
171,606 | 13,240,495,298 | IssuesEvent | 2020-08-19 06:27:53 | ansible/ansible | https://api.github.com/repos/ansible/ansible | closed | Meraki - Debug mode should output better information about payload | affects_2.8 bot_closed cisco feature meraki networking support:core test | ##### SUMMARY
Currently any payload/idempotency debugging requires a lot of `fail_json()` calls to troubleshoot. An `output_level` mode should output better information if requested.
##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
meraki | 1.0 | Meraki - Debug mode should output better information about payload - ##### SUMMARY
Currently any payload/idempotency debugging requires a lot of `fail_json()` calls to troubleshoot. An `output_level` mode should output better information if requested.
##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
meraki | non_priority | meraki debug mode should output better information about payload summary currently any payload idempotency debugging requires a lot of fail json calls to troubleshoot an output level mode should output better information if requested issue type feature idea component name meraki | 0 |
177,216 | 21,468,291,384 | IssuesEvent | 2022-04-26 07:08:07 | bitbar/cloud-api-client-js | https://api.github.com/repos/bitbar/cloud-api-client-js | closed | WS-2020-0208 (Medium) detected in highlight.js-10.2.1.tgz - autoclosed | security vulnerability | ## WS-2020-0208 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>highlight.js-10.2.1.tgz</b></p></summary>
<p>Syntax highlighting with language autodetection.</p>
<p>Library home page... | True | WS-2020-0208 (Medium) detected in highlight.js-10.2.1.tgz - autoclosed - ## WS-2020-0208 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>highlight.js-10.2.1.tgz</b></p></summary>
<p>... | non_priority | ws medium detected in highlight js tgz autoclosed ws medium severity vulnerability vulnerable library highlight js tgz syntax highlighting with language autodetection library home page a href path to dependency file package json path to vulnerable library node m... | 0 |
191,744 | 15,302,824,332 | IssuesEvent | 2021-02-24 15:08:50 | datamade/how-to | https://api.github.com/repos/datamade/how-to | opened | Clarify guidance on creating and configuring master / deploy branches for deployment | documentation | ## Documentation request
In our Heroku documentation, we make the following recommendation:
> We recommend creating a long-lived deploy branch off of master immediately after setting up your repo so that you can use master to deploy to staging and deploy to deploy to production.
Let's add explicit commands for... | 1.0 | Clarify guidance on creating and configuring master / deploy branches for deployment - ## Documentation request
In our Heroku documentation, we make the following recommendation:
> We recommend creating a long-lived deploy branch off of master immediately after setting up your repo so that you can use master to d... | non_priority | clarify guidance on creating and configuring master deploy branches for deployment documentation request in our heroku documentation we make the following recommendation we recommend creating a long lived deploy branch off of master immediately after setting up your repo so that you can use master to d... | 0 |
158,114 | 20,007,591,844 | IssuesEvent | 2022-02-01 00:03:17 | pustovitDmytro/rest-chronicle | https://api.github.com/repos/pustovitDmytro/rest-chronicle | opened | CVE-2021-3807 (High) detected in multiple libraries | security vulnerability | ## CVE-2021-3807 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ansi-regex-3.0.0.tgz</b>, <b>ansi-regex-4.1.0.tgz</b>, <b>ansi-regex-5.0.0.tgz</b></p></summary>
<p>
<details><summar... | True | CVE-2021-3807 (High) detected in multiple libraries - ## CVE-2021-3807 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ansi-regex-3.0.0.tgz</b>, <b>ansi-regex-4.1.0.tgz</b>, <b>ansi-r... | non_priority | cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries ansi regex tgz ansi regex tgz ansi regex tgz ansi regex tgz regular expression for matching ansi escape codes library home page a href path to dependen... | 0 |
358,244 | 25,184,127,885 | IssuesEvent | 2022-11-11 16:15:39 | redstarbird/arrowstack | https://api.github.com/repos/redstarbird/arrowstack | opened | Make ArrowPack doucmentation webpages as PWA | documentation Todo v0.0.1 | Make HTML documentation pages for arrowpack and turn them into an installable PWA similar to webpack's website | 1.0 | Make ArrowPack doucmentation webpages as PWA - Make HTML documentation pages for arrowpack and turn them into an installable PWA similar to webpack's website | non_priority | make arrowpack doucmentation webpages as pwa make html documentation pages for arrowpack and turn them into an installable pwa similar to webpack s website | 0 |
23,104 | 7,279,019,469 | IssuesEvent | 2018-02-22 01:52:47 | dotnet/coreclr | https://api.github.com/repos/dotnet/coreclr | closed | [Arm64/Unix] Release 2.1 regression | area-Build | 591459f3 caused the following tests to regress on the release/2.1 branch
```
JIT/HardwareIntrinsics/X86/IsSupported_r/IsSupported_r.sh
JIT/HardwareIntrinsics/X86/IsSupported_ro/IsSupported_ro.sh
JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-7/mandelbrot-7.sh
JIT/Performance/CodeQuality/Burgers... | 1.0 | [Arm64/Unix] Release 2.1 regression - 591459f3 caused the following tests to regress on the release/2.1 branch
```
JIT/HardwareIntrinsics/X86/IsSupported_r/IsSupported_r.sh
JIT/HardwareIntrinsics/X86/IsSupported_ro/IsSupported_ro.sh
JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-7/mandelbrot-7.s... | non_priority | release regression caused the following tests to regress on the release branch jit hardwareintrinsics issupported r issupported r sh jit hardwareintrinsics issupported ro issupported ro sh jit performance codequality benchmarksgame mandelbrot mandelbrot mandelbrot sh jit performance cod... | 0 |
186,673 | 15,080,750,825 | IssuesEvent | 2021-02-05 12:08:23 | artifacthub/hub | https://api.github.com/repos/artifacthub/hub | closed | Create Github issue template to request repository `official` status | documentation | This template could provide a checklist with all the requirements a repository must meet to be marked as official, like confirming the ownership of the software deployed, having obtained the verified publisher status, documentation, maintainers, etc.
Any input on this would be greatly appreciated @mattfarina @scottr... | 1.0 | Create Github issue template to request repository `official` status - This template could provide a checklist with all the requirements a repository must meet to be marked as official, like confirming the ownership of the software deployed, having obtained the verified publisher status, documentation, maintainers, etc... | non_priority | create github issue template to request repository official status this template could provide a checklist with all the requirements a repository must meet to be marked as official like confirming the ownership of the software deployed having obtained the verified publisher status documentation maintainers etc... | 0 |
269,948 | 28,960,352,250 | IssuesEvent | 2023-05-10 01:34:55 | Trinadh465/linux-4.1.15_CVE-2017-1000371 | https://api.github.com/repos/Trinadh465/linux-4.1.15_CVE-2017-1000371 | reopened | CVE-2021-29154 (High) detected in linux-stable-rtv4.1.33 | Mend: dependency security vulnerability | ## CVE-2021-29154 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home pag... | True | CVE-2021-29154 (High) detected in linux-stable-rtv4.1.33 - ## CVE-2021-29154 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartw... | non_priority | cve high detected in linux stable cve high 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 vulnerable source files... | 0 |
425,161 | 29,193,924,009 | IssuesEvent | 2023-05-20 00:10:23 | Eu4ng/TIL | https://api.github.com/repos/Eu4ng/TIL | opened | [C++] 인라인 함수의 제약 사항 | documentation | # 인라인 함수의 제약사항
1. inline은 컴파일러에게 주는 요구 메시지
2. 컴파일러가 판단하여 inline 요구를 수용할 지 결정
3. recursion, 긴 함수, static 변수, 반복문, switch 문, goto 문 등을 가진 함수는 수용하지 않음 | 1.0 | [C++] 인라인 함수의 제약 사항 - # 인라인 함수의 제약사항
1. inline은 컴파일러에게 주는 요구 메시지
2. 컴파일러가 판단하여 inline 요구를 수용할 지 결정
3. recursion, 긴 함수, static 변수, 반복문, switch 문, goto 문 등을 가진 함수는 수용하지 않음 | non_priority | 인라인 함수의 제약 사항 인라인 함수의 제약사항 inline은 컴파일러에게 주는 요구 메시지 컴파일러가 판단하여 inline 요구를 수용할 지 결정 recursion 긴 함수 static 변수 반복문 switch 문 goto 문 등을 가진 함수는 수용하지 않음 | 0 |
36,783 | 9,888,719,442 | IssuesEvent | 2019-06-25 12:16:08 | jupyterlab/jupyterlab | https://api.github.com/repos/jupyterlab/jupyterlab | opened | Attempting to install a broken extension can sometimes break JupyterLab | tag:Build System type:Bug | **Describe the bug**
Attempting to install a `labextension` that breaks the `webpack` portion of JupyterLab's build sequence gets `jupyterlab` stuck in a broken state.
`jupyter lab clean` does not recover this state but uninstalling the offending extension does.
A side-effect of this bug is that it hinders exten... | 1.0 | Attempting to install a broken extension can sometimes break JupyterLab - **Describe the bug**
Attempting to install a `labextension` that breaks the `webpack` portion of JupyterLab's build sequence gets `jupyterlab` stuck in a broken state.
`jupyter lab clean` does not recover this state but uninstalling the offen... | non_priority | attempting to install a broken extension can sometimes break jupyterlab describe the bug attempting to install a labextension that breaks the webpack portion of jupyterlab s build sequence gets jupyterlab stuck in a broken state jupyter lab clean does not recover this state but uninstalling the offen... | 0 |
87,821 | 15,790,330,859 | IssuesEvent | 2021-04-02 01:09:42 | YauheniPo/Elements_Test_Framework | https://api.github.com/repos/YauheniPo/Elements_Test_Framework | closed | CVE-2019-12814 (Medium) detected in jackson-databind-2.9.8.jar - autoclosed | security vulnerability | ## CVE-2019-12814 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core stream... | True | CVE-2019-12814 (Medium) detected in jackson-databind-2.9.8.jar - autoclosed - ## CVE-2019-12814 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></sum... | non_priority | cve medium detected in jackson databind jar autoclosed cve medium severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file elements test ... | 0 |
43,245 | 7,034,636,646 | IssuesEvent | 2017-12-27 18:00:48 | trueos/trueos-docs | https://api.github.com/repos/trueos/trueos-docs | closed | Initial review of handbook: | Documentation Review | Pursuant to the Milestone description, the TrueOS handbook needs to be reviewed with the goal of determining how many documents to create out of it.
Currently, I'm thinking/suggesting breaking the book into three documents:
- Install guide
- User guide
- OS customisation guide
However, a more thorough review o... | 1.0 | Initial review of handbook: - Pursuant to the Milestone description, the TrueOS handbook needs to be reviewed with the goal of determining how many documents to create out of it.
Currently, I'm thinking/suggesting breaking the book into three documents:
- Install guide
- User guide
- OS customisation guide
How... | non_priority | initial review of handbook pursuant to the milestone description the trueos handbook needs to be reviewed with the goal of determining how many documents to create out of it currently i m thinking suggesting breaking the book into three documents install guide user guide os customisation guide how... | 0 |
30,471 | 7,200,913,811 | IssuesEvent | 2018-02-05 20:41:45 | pywbem/pywbem | https://api.github.com/repos/pywbem/pywbem | closed | VALUE.NULL not supported in tupleparse.py | area: code release: mandatory resolution: fixed type: bug type: standards compliance | The `VALUE.NULL` element is supported when sending CIM-XML (in cim_xml.py) from client to server, but not when parsing received CIM-XML in tupleparse.py. | 1.0 | VALUE.NULL not supported in tupleparse.py - The `VALUE.NULL` element is supported when sending CIM-XML (in cim_xml.py) from client to server, but not when parsing received CIM-XML in tupleparse.py. | non_priority | value null not supported in tupleparse py the value null element is supported when sending cim xml in cim xml py from client to server but not when parsing received cim xml in tupleparse py | 0 |
81,015 | 23,363,190,319 | IssuesEvent | 2022-08-10 13:25:55 | crud89/LiteFX | https://api.github.com/repos/crud89/LiteFX | closed | Allow shaders to be embedded into binaries. | Type: Feature Request Module: Vulkan 🌋 Module: DX12 ❎ Module: Build 🛠 | Following #41, we should allow to load shaders from resource streams and also provide a way to build shaders in a way to embed them into a binary. This would, for example, allow us to embed the blit shader into the DirectX 12 backend shared library. | 1.0 | Allow shaders to be embedded into binaries. - Following #41, we should allow to load shaders from resource streams and also provide a way to build shaders in a way to embed them into a binary. This would, for example, allow us to embed the blit shader into the DirectX 12 backend shared library. | non_priority | allow shaders to be embedded into binaries following we should allow to load shaders from resource streams and also provide a way to build shaders in a way to embed them into a binary this would for example allow us to embed the blit shader into the directx backend shared library | 0 |
131,019 | 18,214,443,155 | IssuesEvent | 2021-09-30 01:11:58 | hygieia/hygieia-apiaudit | https://api.github.com/repos/hygieia/hygieia-apiaudit | opened | CVE-2021-37136 (High) detected in netty-codec-4.1.51.Final.jar | security vulnerability | ## CVE-2021-37136 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-4.1.51.Final.jar</b></p></summary>
<p>Netty is an asynchronous event-driven network application framework ... | True | CVE-2021-37136 (High) detected in netty-codec-4.1.51.Final.jar - ## CVE-2021-37136 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-4.1.51.Final.jar</b></p></summary>
<p>Net... | non_priority | cve high detected in netty codec final jar cve high severity vulnerability vulnerable library netty codec final jar netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers and clients ... | 0 |
24,666 | 6,558,154,943 | IssuesEvent | 2017-09-06 20:14:48 | aawadall/PyProjMan | https://api.github.com/repos/aawadall/PyProjMan | closed | Fix "Similar code" issue in PyProjMan/task.py | bug code-climate | Similar code found in 2 other locations (mass = 87)
https://codeclimate.com/github/aawadall/PyProjMan/PyProjMan/task.py#issue_59af4a79ffa455000100001f | 1.0 | Fix "Similar code" issue in PyProjMan/task.py - Similar code found in 2 other locations (mass = 87)
https://codeclimate.com/github/aawadall/PyProjMan/PyProjMan/task.py#issue_59af4a79ffa455000100001f | non_priority | fix similar code issue in pyprojman task py similar code found in other locations mass | 0 |
69,961 | 17,934,971,348 | IssuesEvent | 2021-09-10 14:15:58 | nasa/PSP | https://api.github.com/repos/nasa/PSP | closed | Override of "add_psp_module" for coverage test gets global scope | build system | **Describe the bug**
In order to (attempt to) implement coverage test for PSP modules without redefining the sources for that module, the Cmake script currently redefines the `add_psp_module` function to do something different when building for coverage tests.
Problem is, this override ends up getting global scope,... | 1.0 | Override of "add_psp_module" for coverage test gets global scope - **Describe the bug**
In order to (attempt to) implement coverage test for PSP modules without redefining the sources for that module, the Cmake script currently redefines the `add_psp_module` function to do something different when building for coverag... | non_priority | override of add psp module for coverage test gets global scope describe the bug in order to attempt to implement coverage test for psp modules without redefining the sources for that module the cmake script currently redefines the add psp module function to do something different when building for coverag... | 0 |
4,882 | 2,760,187,362 | IssuesEvent | 2015-04-28 10:28:20 | 24HeuresINSA/24h-android-app | https://api.github.com/repos/24HeuresINSA/24h-android-app | closed | set selected category on drawer -> dayActivity | Design normal | reference #68
Dans DrawerCategoriesClickListener de Day Activity (qui devrait lancer la methode -> met en bleu les categories sélectionnées, en gris les autres), je n'arrive pas a faire le lien entre la item sélectionnée et le category adapter (qui a accès au views de la categoriesList).
Dans mes différents ess... | 1.0 | set selected category on drawer -> dayActivity - reference #68
Dans DrawerCategoriesClickListener de Day Activity (qui devrait lancer la methode -> met en bleu les categories sélectionnées, en gris les autres), je n'arrive pas a faire le lien entre la item sélectionnée et le category adapter (qui a accès au views ... | non_priority | set selected category on drawer dayactivity reference dans drawercategoriesclicklistener de day activity qui devrait lancer la methode met en bleu les categories sélectionnées en gris les autres je n arrive pas a faire le lien entre la item sélectionnée et le category adapter qui a accès au views d... | 0 |
108,578 | 23,631,659,708 | IssuesEvent | 2022-08-25 09:49:52 | arduino/arduino-ide | https://api.github.com/repos/arduino/arduino-ide | closed | Only the IP address is shown for unrecognized network boards | topic: code type: imperfection topic: CLI | ### Describe the problem
This is the follow-up of #1327.
Arduino IDE 2.x shows only the IP address of connected but unrecognized boards. Before #1327, `network` boards not recognized by the Arduino CLI were not listed in the "Board Selector" menu. See the changes [here](https://github.com/arduino/arduino-ide/comm... | 1.0 | Only the IP address is shown for unrecognized network boards - ### Describe the problem
This is the follow-up of #1327.
Arduino IDE 2.x shows only the IP address of connected but unrecognized boards. Before #1327, `network` boards not recognized by the Arduino CLI were not listed in the "Board Selector" menu. See... | non_priority | only the ip address is shown for unrecognized network boards describe the problem this is the follow up of arduino ide x shows only the ip address of connected but unrecognized boards before network boards not recognized by the arduino cli were not listed in the board selector menu see the c... | 0 |
36,359 | 17,633,946,909 | IssuesEvent | 2021-08-19 11:32:38 | IntellectualSites/PlotSquared | https://api.github.com/repos/IntellectualSites/PlotSquared | closed | Big memory leaks? | Performance Issues Approved | ### Server Implementation
Paper
### Server Version
1.17.1
### Describe the bug
Recently our plots server has been running short of memory a couple of times, so I had to reboot it a few times. I decided to take a heap dump this time. After analysing the ~3GB heap dump with VisualVM, it *seems* PlotSquared... | True | Big memory leaks? - ### Server Implementation
Paper
### Server Version
1.17.1
### Describe the bug
Recently our plots server has been running short of memory a couple of times, so I had to reboot it a few times. I decided to take a heap dump this time. After analysing the ~3GB heap dump with VisualVM, it... | non_priority | big memory leaks server implementation paper server version describe the bug recently our plots server has been running short of memory a couple of times so i had to reboot it a few times i decided to take a heap dump this time after analysing the heap dump with visualvm it s... | 0 |
5,314 | 2,771,018,829 | IssuesEvent | 2015-05-01 18:35:48 | apiaryio/api-blueprint | https://api.github.com/repos/apiaryio/api-blueprint | closed | Multiple requests and responses with same status code and different parameters | feature testing | At this moment API blueprint does not support multiple examples (request and response pairs) for invoking different behavior on same action with same status code for testing and specifying non optimistic or corner API behavior. For full support of this feature in blueprint we need at least one of following blueprint ex... | 1.0 | Multiple requests and responses with same status code and different parameters - At this moment API blueprint does not support multiple examples (request and response pairs) for invoking different behavior on same action with same status code for testing and specifying non optimistic or corner API behavior. For full su... | non_priority | multiple requests and responses with same status code and different parameters at this moment api blueprint does not support multiple examples request and response pairs for invoking different behavior on same action with same status code for testing and specifying non optimistic or corner api behavior for full su... | 0 |
134,821 | 12,627,461,757 | IssuesEvent | 2020-06-14 21:37:28 | kai687/sphinxawesome-theme | https://api.github.com/repos/kai687/sphinxawesome-theme | opened | Documentation improvements | documentation | Include the necessity to provide a heading or caption to tocs when `show_nav` is false. | 1.0 | Documentation improvements - Include the necessity to provide a heading or caption to tocs when `show_nav` is false. | non_priority | documentation improvements include the necessity to provide a heading or caption to tocs when show nav is false | 0 |
372,651 | 26,012,016,280 | IssuesEvent | 2022-12-21 03:19:26 | eslint/eslint | https://api.github.com/repos/eslint/eslint | closed | Change Request: IA updates for maintainer persona docs | documentation accepted | ### ESLint version
latest
### What problem do you want to solve?
See https://github.com/eslint/rfcs/tree/main/designs/2022-docs-information-architecture-update
### What do you think is the correct solution?
See https://github.com/eslint/rfcs/tree/main/designs/2022-docs-information-architecture-update#refactor-sect... | 1.0 | Change Request: IA updates for maintainer persona docs - ### ESLint version
latest
### What problem do you want to solve?
See https://github.com/eslint/rfcs/tree/main/designs/2022-docs-information-architecture-update
### What do you think is the correct solution?
See https://github.com/eslint/rfcs/tree/main/design... | non_priority | change request ia updates for maintainer persona docs eslint version latest what problem do you want to solve see what do you think is the correct solution see participation i am willing to submit a pull request for this change additional comments no response | 0 |
178,849 | 21,509,568,295 | IssuesEvent | 2022-04-28 01:55:28 | Hans-Zamorano-Matamala/mean_entrenamiento | https://api.github.com/repos/Hans-Zamorano-Matamala/mean_entrenamiento | closed | WS-2022-0007 (Medium) detected in node-forge-0.7.5.tgz - autoclosed | security vulnerability | ## WS-2022-0007 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.7.5.tgz</b></p></summary>
<p>JavaScript implementations of network transports, cryptography, ciphers, PKI... | True | WS-2022-0007 (Medium) detected in node-forge-0.7.5.tgz - autoclosed - ## WS-2022-0007 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.7.5.tgz</b></p></summary>
<p>JavaSc... | non_priority | ws medium detected in node forge tgz autoclosed ws medium severity vulnerability vulnerable library node forge tgz javascript implementations of network transports cryptography ciphers pki message digests and various utilities library home page a href path to dep... | 0 |
117,447 | 25,118,631,177 | IssuesEvent | 2022-11-09 05:42:00 | FerretDB/github-actions | https://api.github.com/repos/FerretDB/github-actions | closed | Check Sprint field in PRs | good first issue code/feature | When [conform-pr GitHub Action](https://github.com/FerretDB/github-actions/tree/main/conform-pr) checks some pull request, it should fail if the Sprint field (in all projects where it exists) is empty ~or has a value that is not the "current" one~. | 1.0 | Check Sprint field in PRs - When [conform-pr GitHub Action](https://github.com/FerretDB/github-actions/tree/main/conform-pr) checks some pull request, it should fail if the Sprint field (in all projects where it exists) is empty ~or has a value that is not the "current" one~. | non_priority | check sprint field in prs when checks some pull request it should fail if the sprint field in all projects where it exists is empty or has a value that is not the current one | 0 |
53,538 | 6,334,259,356 | IssuesEvent | 2017-07-26 16:16:57 | phetsims/least-squares-regression | https://api.github.com/repos/phetsims/least-squares-regression | closed | Double-adding input listeners for Plane | type:automated-testing type:bug | @jonathanolson is responsible-dev. See phetsims/scenery/issues/651.
```
Error: Assertion failed: Input listener already registered on this Node
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1500562154389/assert/js/assert.js:21:13)
at Plane.addInputListener (http... | 1.0 | Double-adding input listeners for Plane - @jonathanolson is responsible-dev. See phetsims/scenery/issues/651.
```
Error: Assertion failed: Input listener already registered on this Node
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1500562154389/assert/js/assert.js:2... | non_priority | double adding input listeners for plane jonathanolson is responsible dev see phetsims scenery issues error assertion failed input listener already registered on this node at window assertions assertfunction at plane addinputlistener at object up at input dispatchtolisteners ... | 0 |
10,576 | 13,386,268,850 | IssuesEvent | 2020-09-02 14:31:16 | googleapis/python-bigquery-datatransfer | https://api.github.com/repos/googleapis/python-bigquery-datatransfer | opened | Transition the library to the new microgenerator | type: process | Microgenerator is ready and we can use it to regenerate the code here.
Doing that is a breaking change (e.g. drops Python 2.7, 3.5), meaning that it needs to be released in a new **major** version. | 1.0 | Transition the library to the new microgenerator - Microgenerator is ready and we can use it to regenerate the code here.
Doing that is a breaking change (e.g. drops Python 2.7, 3.5), meaning that it needs to be released in a new **major** version. | non_priority | transition the library to the new microgenerator microgenerator is ready and we can use it to regenerate the code here doing that is a breaking change e g drops python meaning that it needs to be released in a new major version | 0 |
50,620 | 26,705,085,730 | IssuesEvent | 2023-01-27 17:25:14 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Ebdsv5-series public preview | virtual-machines-sql/svc triaged assigned-to-author product-question performance/subsvc Pri2 | Hi,
Is Ebdsv5-series still in public preview as mentioned on this webpage ?
Note
If you are interested in participating in the Ebdsv5-series public preview, please sign up at https://aka.ms/signupEbsv5Preview.
Kind regards,
Nicolas
---
#### Document Details
⚠ *Do not edit this section. It is required fo... | True | Ebdsv5-series public preview - Hi,
Is Ebdsv5-series still in public preview as mentioned on this webpage ?
Note
If you are interested in participating in the Ebdsv5-series public preview, please sign up at https://aka.ms/signupEbsv5Preview.
Kind regards,
Nicolas
---
#### Document Details
⚠ *Do not edit ... | non_priority | series public preview hi is series still in public preview as mentioned on this webpage note if you are interested in participating in the series public preview please sign up at kind regards nicolas document details ⚠ do not edit this section it is required for learn microsoft... | 0 |
149,473 | 19,579,058,306 | IssuesEvent | 2022-01-04 18:43:03 | hapifhir/hapi-fhir | https://api.github.com/repos/hapifhir/hapi-fhir | closed | CVE-2021-33037 (Medium) detected in tomcat-embed-core-9.0.46.jar - autoclosed | security vulnerability | ## CVE-2021-33037 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-9.0.46.jar</b></p></summary>
<p>Core Tomcat implementation</p>
<p>Library home page: <a href="http... | True | CVE-2021-33037 (Medium) detected in tomcat-embed-core-9.0.46.jar - autoclosed - ## CVE-2021-33037 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-9.0.46.jar</b></p><... | non_priority | cve medium detected in tomcat embed core jar autoclosed cve medium severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation library home page a href path to dependency file hapi fhir spring boot hapi fhir spring boot samples hapi fhi... | 0 |
19,082 | 3,750,153,450 | IssuesEvent | 2016-03-11 04:34:14 | rancher/rancher | https://api.github.com/repos/rancher/rancher | closed | starting and stopping agents is unpleasantly slow and fails often | area/agent kind/bug release/v1.0.0 status/to-test | I don't know why, it worked before, but it seems something got sick. The agents logs say:
```
I0308 14:12:30.188472 20600 manager.go:395] Added container: "/docker/bcbddf3196f1099f80a652df8e92ea954498831f0f278a348098be47246b94bd" (aliases: [proxy2 bcbddf3196f1099f80a652df8e92ea954498831f0f278a348098be47246b94bd], ... | 1.0 | starting and stopping agents is unpleasantly slow and fails often - I don't know why, it worked before, but it seems something got sick. The agents logs say:
```
I0308 14:12:30.188472 20600 manager.go:395] Added container: "/docker/bcbddf3196f1099f80a652df8e92ea954498831f0f278a348098be47246b94bd" (aliases: [proxy2... | non_priority | starting and stopping agents is unpleasantly slow and fails often i don t know why it worked before but it seems something got sick the agents logs say manager go added container docker aliases namespace docker container go start housekeeping for container ... | 0 |
157,595 | 12,378,635,769 | IssuesEvent | 2020-05-19 11:02:57 | aliasrobotics/RVD | https://api.github.com/repos/aliasrobotics/RVD | opened | (warning) Member variable 'MeasureTool | bug cppcheck static analysis testing triage | ```yaml
{
"id": 1,
"title": "(warning) Member variable 'MeasureTool",
"type": "bug",
"description": "[src/rviz/src/rviz/default_plugin/tools/measure_tool.cpp:50]: (warning) Member variable 'MeasureTool::line_' is not initialized in the constructor.",
"cwe": "None",
"cve": "None",
"keywords":... | 1.0 | (warning) Member variable 'MeasureTool - ```yaml
{
"id": 1,
"title": "(warning) Member variable 'MeasureTool",
"type": "bug",
"description": "[src/rviz/src/rviz/default_plugin/tools/measure_tool.cpp:50]: (warning) Member variable 'MeasureTool::line_' is not initialized in the constructor.",
"cwe": "... | non_priority | warning member variable measuretool yaml id title warning member variable measuretool type bug description warning member variable measuretool line is not initialized in the constructor cwe none cve none keywords cppche... | 0 |
78,193 | 14,965,492,285 | IssuesEvent | 2021-01-27 13:27:41 | Regalis11/Barotrauma | https://api.github.com/repos/Regalis11/Barotrauma | closed | Fully upgraded deep diver gets crushed by pressure in the final level | Bug Code Design High prio | - [x] I have searched the issue tracker to check if the issue has already been reported.
**Description**
Currently it's impossible to finish the campaign legit ways due to crushing depth. The class of the boat doesn't matter, couldn't finish even on custom fully upgraded deep diver, tried even on remora to be sure.... | 1.0 | Fully upgraded deep diver gets crushed by pressure in the final level - - [x] I have searched the issue tracker to check if the issue has already been reported.
**Description**
Currently it's impossible to finish the campaign legit ways due to crushing depth. The class of the boat doesn't matter, couldn't finish ev... | non_priority | fully upgraded deep diver gets crushed by pressure in the final level i have searched the issue tracker to check if the issue has already been reported description currently it s impossible to finish the campaign legit ways due to crushing depth the class of the boat doesn t matter couldn t finish even... | 0 |
296,369 | 25,546,867,207 | IssuesEvent | 2022-11-29 19:36:36 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | C# Crash using GD.RandRange or System.Random | bug platform:macos needs testing topic:dotnet crash topic:export | ### Godot version
3.4.4.stable
### System information
macOS
### Issue description
Using the random APIs makes the exported application crash.
Tested with `GD.RandRange` & `System.Random`
### Steps to reproduce
Use the random APIs, Godot or .NET.
Export the project on macOS and run it.
### Minimal reproduction... | 1.0 | C# Crash using GD.RandRange or System.Random - ### Godot version
3.4.4.stable
### System information
macOS
### Issue description
Using the random APIs makes the exported application crash.
Tested with `GD.RandRange` & `System.Random`
### Steps to reproduce
Use the random APIs, Godot or .NET.
Export the project... | non_priority | c crash using gd randrange or system random godot version stable system information macos issue description using the random apis makes the exported application crash tested with gd randrange system random steps to reproduce use the random apis godot or net export the project... | 0 |
38,656 | 15,769,572,224 | IssuesEvent | 2021-03-31 18:29:12 | cityofaustin/atd-data-tech | https://api.github.com/repos/cityofaustin/atd-data-tech | closed | Meeting: Digital Petition Kickoff Meeting | Product: Parking Enterprise Reporting Portal Service: Apps Service: Product Workgroup: PE | Agenda: https://docs.google.com/presentation/d/1dvejiPcINaZbiQAoOiu9gHWGpQqzOIRIh1t7884lu30/edit#slide=id.p
Attendees: Diana, Stephanie, Ryan
Was out due to schedule conflict: ~Joseph~ | 2.0 | Meeting: Digital Petition Kickoff Meeting - Agenda: https://docs.google.com/presentation/d/1dvejiPcINaZbiQAoOiu9gHWGpQqzOIRIh1t7884lu30/edit#slide=id.p
Attendees: Diana, Stephanie, Ryan
Was out due to schedule conflict: ~Joseph~ | non_priority | meeting digital petition kickoff meeting agenda attendees diana stephanie ryan was out due to schedule conflict joseph | 0 |
207,998 | 23,538,202,545 | IssuesEvent | 2022-08-20 01:32:16 | microsoft/mu_feature_mm_supv | https://api.github.com/repos/microsoft/mu_feature_mm_supv | closed | Unvalidated CpuIndex (Arg2) in SMM_START_AP_PROC can cause out of bound writes | bug impact: security | The supervisor handles the SMM_START_AP_PROC call index. It calls the gMmCoreMmst.MmStartupThisAp() function pointer with 3 arguments provided by userspace. The exact function pointer points to SmmStartupThisAp().
The second argument (Arg2) is seen as a CpuIndex and is used as an index into an array that is being wr... | True | Unvalidated CpuIndex (Arg2) in SMM_START_AP_PROC can cause out of bound writes - The supervisor handles the SMM_START_AP_PROC call index. It calls the gMmCoreMmst.MmStartupThisAp() function pointer with 3 arguments provided by userspace. The exact function pointer points to SmmStartupThisAp().
The second argument (A... | non_priority | unvalidated cpuindex in smm start ap proc can cause out of bound writes the supervisor handles the smm start ap proc call index it calls the gmmcoremmst mmstartupthisap function pointer with arguments provided by userspace the exact function pointer points to smmstartupthisap the second argument i... | 0 |
85,654 | 7,979,130,485 | IssuesEvent | 2018-07-17 20:38:46 | phetsims/QA | https://api.github.com/repos/phetsims/QA | closed | RC Test: Equality Explorer 1.0.0-rc.1 | QA:rc-test | Equality Explorer 1.0.0-rc.1 is ready for RC testing. According to the schedule, RC1 testing needs to be completed by Wednesday 7/18, so labeling this issue as "priority:1-top".
**[Link to sim](https://phet-dev.colorado.edu/html/equality-explorer/1.0.0-rc.1/phet/equality-explorer_en_phet.html)**
**[Link to iFra... | 1.0 | RC Test: Equality Explorer 1.0.0-rc.1 - Equality Explorer 1.0.0-rc.1 is ready for RC testing. According to the schedule, RC1 testing needs to be completed by Wednesday 7/18, so labeling this issue as "priority:1-top".
**[Link to sim](https://phet-dev.colorado.edu/html/equality-explorer/1.0.0-rc.1/phet/equality-exp... | non_priority | rc test equality explorer rc equality explorer rc is ready for rc testing according to the schedule testing needs to be completed by wednesday so labeling this issue as priority top issues to verify none please also verify doe... | 0 |
238,138 | 18,234,703,283 | IssuesEvent | 2021-10-01 04:38:45 | flyteorg/flyte | https://api.github.com/repos/flyteorg/flyte | closed | [Docs]Flytekit.remote docs in flytesnacks with examples | documentation | **Describe the documentation update**
Currently flytekit.remote does not have specific documentation in flytesnacks. | 1.0 | [Docs]Flytekit.remote docs in flytesnacks with examples - **Describe the documentation update**
Currently flytekit.remote does not have specific documentation in flytesnacks. | non_priority | flytekit remote docs in flytesnacks with examples describe the documentation update currently flytekit remote does not have specific documentation in flytesnacks | 0 |
178,614 | 29,931,860,613 | IssuesEvent | 2023-06-22 10:01:25 | italia/designers.italia.it | https://api.github.com/repos/italia/designers.italia.it | opened | Design: redesign the list to download resources (files) | enhancement feature content a11y design system | Following the merging of this **PR #828** to remove links to Drive, leaving only downloadable files and no longer a Drive preview, we need to redesign the list where the user can download resources (kits, templates, ...). We need a preview and a more usable way to recognize what and how to download.
**Known issues:... | 1.0 | Design: redesign the list to download resources (files) - Following the merging of this **PR #828** to remove links to Drive, leaving only downloadable files and no longer a Drive preview, we need to redesign the list where the user can download resources (kits, templates, ...). We need a preview and a more usable way ... | non_priority | design redesign the list to download resources files following the merging of this pr to remove links to drive leaving only downloadable files and no longer a drive preview we need to redesign the list where the user can download resources kits templates we need a preview and a more usable way to... | 0 |
70,879 | 23,354,656,639 | IssuesEvent | 2022-08-10 06:02:18 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | Tabbing problems by using p-steps nested in p-dialog | defect | ### Describe the bug
Hello,
I want to use the p-steps component and an input field in a p-dialog. The behavior should be such that when I tab through the p-dialog, first the active step, then the input element is triggered. But this does not work. The input element cannot be controlled.
Outside of a p-dialog the who... | 1.0 | Tabbing problems by using p-steps nested in p-dialog - ### Describe the bug
Hello,
I want to use the p-steps component and an input field in a p-dialog. The behavior should be such that when I tab through the p-dialog, first the active step, then the input element is triggered. But this does not work. The input eleme... | non_priority | tabbing problems by using p steps nested in p dialog describe the bug hello i want to use the p steps component and an input field in a p dialog the behavior should be such that when i tab through the p dialog first the active step then the input element is triggered but this does not work the input eleme... | 0 |
111,933 | 24,215,670,944 | IssuesEvent | 2022-09-26 06:27:43 | Azure/autorest.csharp | https://api.github.com/repos/Azure/autorest.csharp | closed | support ResponseHeader | Client DPG DPG/RLC v2.0b2 Epic: Parity with DPG 1.0 WS: Code Generation | support response header:
- [ ] emit response header model
- [ ] convert codemodel HttpResponseHeader to InputModel OperationResponseHeader | 1.0 | support ResponseHeader - support response header:
- [ ] emit response header model
- [ ] convert codemodel HttpResponseHeader to InputModel OperationResponseHeader | non_priority | support responseheader support response header emit response header model convert codemodel httpresponseheader to inputmodel operationresponseheader | 0 |
53,337 | 13,797,004,677 | IssuesEvent | 2020-10-09 20:54:12 | wp-graphql/wp-graphql | https://api.github.com/repos/wp-graphql/wp-graphql | closed | createComment mutation should not allow userId to be set as input | :rocket: Actionable Bug Security effort: low impact: high | the createComment mutation currently allows a `userId` to be set in the mutation. This allows for public users to spoof comments as if they were from a logged in user.
The `createComment` mutation should not accept a `userId` input, but should instead set the comment author based on the current logged in user, or a... | True | createComment mutation should not allow userId to be set as input - the createComment mutation currently allows a `userId` to be set in the mutation. This allows for public users to spoof comments as if they were from a logged in user.
The `createComment` mutation should not accept a `userId` input, but should inst... | non_priority | createcomment mutation should not allow userid to be set as input the createcomment mutation currently allows a userid to be set in the mutation this allows for public users to spoof comments as if they were from a logged in user the createcomment mutation should not accept a userid input but should inst... | 0 |
79,666 | 7,722,956,303 | IssuesEvent | 2018-05-24 10:51:55 | adobe/brackets | https://api.github.com/repos/adobe/brackets | opened | [Brackets Analytics Logging] Performance and extension are not getting logged. | Testing | ### Description
Performance and extension are not getting logged.
### Steps to Reproduce
1. Launch Brackets.
2. Click on extension button..
3. Install an extension..
4. Their is no logging for extension.
**Expected behavior:** Their should be data being logged for specific actions related to performance ... | 1.0 | [Brackets Analytics Logging] Performance and extension are not getting logged. - ### Description
Performance and extension are not getting logged.
### Steps to Reproduce
1. Launch Brackets.
2. Click on extension button..
3. Install an extension..
4. Their is no logging for extension.
**Expected behavior:... | non_priority | performance and extension are not getting logged description performance and extension are not getting logged steps to reproduce launch brackets click on extension button install an extension their is no logging for extension expected behavior their should be data bei... | 0 |
234,477 | 25,862,342,137 | IssuesEvent | 2022-12-13 17:53:46 | xmidt-org/wrp-listener | https://api.github.com/repos/xmidt-org/wrp-listener | closed | CVE-2020-14040 (High) detected in golang.org/x/text-v0.3.1-0.20180807135948-17ff2d5776d2 - autoclosed | security vulnerability | ## CVE-2020-14040 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>golang.org/x/text-v0.3.1-0.20180807135948-17ff2d5776d2</b></p></summary>
<p>[mirror] Go text processing support</p>
<p... | True | CVE-2020-14040 (High) detected in golang.org/x/text-v0.3.1-0.20180807135948-17ff2d5776d2 - autoclosed - ## CVE-2020-14040 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>golang.org/x/te... | non_priority | cve high detected in golang org x text autoclosed cve high severity vulnerability vulnerable library golang org x text go text processing support library home page a href dependency hierarchy github com viper root library github com... | 0 |
338,251 | 30,288,691,806 | IssuesEvent | 2023-07-09 02:01:37 | tweenjs/tween.js | https://api.github.com/repos/tweenjs/tween.js | closed | Proposal : Fix runs-on label - Directly specify Ubuntu 22.04 | testing | ## Overview
Currently, the repository has the runs-on label set as [ubuntu-latest](https://github.com/tweenjs/tween.js/blob/e01bbdbebe2d05509b73bbbe7dc7438228124a9e/.github/workflows/tests.yml#L10), but I propose directly specifying it as ubuntu-22.04 to prepare for future changes. This proposal is based on the update... | 1.0 | Proposal : Fix runs-on label - Directly specify Ubuntu 22.04 - ## Overview
Currently, the repository has the runs-on label set as [ubuntu-latest](https://github.com/tweenjs/tween.js/blob/e01bbdbebe2d05509b73bbbe7dc7438228124a9e/.github/workflows/tests.yml#L10), but I propose directly specifying it as ubuntu-22.04 to p... | non_priority | proposal fix runs on label directly specify ubuntu overview currently the repository has the runs on label set as but i propose directly specifying it as ubuntu to prepare for future changes this proposal is based on the update policy of github actions description currently the runs... | 0 |
232,777 | 18,908,031,144 | IssuesEvent | 2021-11-16 11:10:06 | ubtue/DatenProbleme | https://api.github.com/repos/ubtue/DatenProbleme | closed | 0040-5701 | Theologische Zeitschrift (Basel, E-Periodica) | Titelzusatz Leerzeichen | ready for testing Zotero_SEMI-AUTO | **URL**
https://www.e-periodica.ch/digbib/view?pid=thz-001%3A1945%3A1%3A%3A4
**Ausführliche Problembeschreibung**
Bei Titelzusätzen ist ein Leerzeichen zu viel, sodass in der WinIBW ein Leerzeichen vor $d steht.
In Zotero
Titel : Zusatz
Ergebnis in WinIBW
Titel **$d**Zusatz
| 1.0 | 0040-5701 | Theologische Zeitschrift (Basel, E-Periodica) | Titelzusatz Leerzeichen - **URL**
https://www.e-periodica.ch/digbib/view?pid=thz-001%3A1945%3A1%3A%3A4
**Ausführliche Problembeschreibung**
Bei Titelzusätzen ist ein Leerzeichen zu viel, sodass in der WinIBW ein Leerzeichen vor $d steht.
In Zotero
Tit... | non_priority | theologische zeitschrift basel e periodica titelzusatz leerzeichen url ausführliche problembeschreibung bei titelzusätzen ist ein leerzeichen zu viel sodass in der winibw ein leerzeichen vor d steht in zotero titel zusatz ergebnis in winibw titel d zusatz | 0 |
7,580 | 10,694,825,192 | IssuesEvent | 2019-10-23 11:45:09 | nodejs/citgm | https://api.github.com/repos/nodejs/citgm | closed | Execution of local bin scripts fails on Windows | Windows child_process weirdness good first issue | To reproduce:
```
citgm bufferutil
```
It cannot find `node-gyp-build`. Probably another PATH issue... | 1.0 | Execution of local bin scripts fails on Windows - To reproduce:
```
citgm bufferutil
```
It cannot find `node-gyp-build`. Probably another PATH issue... | non_priority | execution of local bin scripts fails on windows to reproduce citgm bufferutil it cannot find node gyp build probably another path issue | 0 |
184,513 | 21,784,905,203 | IssuesEvent | 2022-05-14 01:45:17 | rvvergara/expensify | https://api.github.com/repos/rvvergara/expensify | closed | WS-2019-0424 (Medium) detected in elliptic-6.4.1.tgz - autoclosed | security vulnerability | ## WS-2019-0424 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.4.1.tgz</b></p></summary>
<p>EC cryptography</p>
<p>Library home page: <a href="https://registry.npmjs.org/... | True | WS-2019-0424 (Medium) detected in elliptic-6.4.1.tgz - autoclosed - ## WS-2019-0424 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.4.1.tgz</b></p></summary>
<p>EC cryptog... | non_priority | ws medium detected in elliptic tgz autoclosed ws medium severity vulnerability vulnerable library elliptic tgz ec cryptography library home page a href path to dependency file package json path to vulnerable library node modules elliptic package json dependen... | 0 |
206,930 | 15,784,035,446 | IssuesEvent | 2021-04-01 14:40:52 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | Add ability to run axe-checks to new Liquid Template Unit Testing Tool | VSP-testing-team frontend | ## Issue Description
As an engineer who writes `liquid` templates for VA.gov, I need to be able to run axe-checks on `liquid` templates using the new Liquid Template Unit Testing Tool.
The axe-check implementation will allow us to write tests like this (a quick example):
```
it('passes an axe check', () => {
const ... | 1.0 | Add ability to run axe-checks to new Liquid Template Unit Testing Tool - ## Issue Description
As an engineer who writes `liquid` templates for VA.gov, I need to be able to run axe-checks on `liquid` templates using the new Liquid Template Unit Testing Tool.
The axe-check implementation will allow us to write tests lik... | non_priority | add ability to run axe checks to new liquid template unit testing tool issue description as an engineer who writes liquid templates for va gov i need to be able to run axe checks on liquid templates using the new liquid template unit testing tool the axe check implementation will allow us to write tests lik... | 0 |
191,023 | 15,267,317,516 | IssuesEvent | 2021-02-22 09:56:33 | fit-ctu-discord/honza-botner | https://api.github.com/repos/fit-ctu-discord/honza-botner | closed | Tweak Readme | documentation good first issue | We need to tweak the readme and other files so it is easy to find informations about how to start and deploy this project etc. | 1.0 | Tweak Readme - We need to tweak the readme and other files so it is easy to find informations about how to start and deploy this project etc. | non_priority | tweak readme we need to tweak the readme and other files so it is easy to find informations about how to start and deploy this project etc | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.