Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
138,651
5,345,199,317
IssuesEvent
2017-02-17 16:23:13
unt-libraries/codalib
https://api.github.com/repos/unt-libraries/codalib
closed
ARK is hardcoded
enhancement priority low
The UNT NAAN is assumed in [bag atom code](https://github.com/unt-libraries/codalib/blob/master/codalib/bagatom.py#L107). The NAAN is [now a setting](https://github.com/unt-libraries/django-premis-event-service/issues/25) in the Premis Event Service. To make the NAAN really configurable across these apps, we'd have to make it so in `codalib`, something I failed to roll into v1.0.2.
1.0
ARK is hardcoded - The UNT NAAN is assumed in [bag atom code](https://github.com/unt-libraries/codalib/blob/master/codalib/bagatom.py#L107). The NAAN is [now a setting](https://github.com/unt-libraries/django-premis-event-service/issues/25) in the Premis Event Service. To make the NAAN really configurable across these apps, we'd have to make it so in `codalib`, something I failed to roll into v1.0.2.
priority
ark is hardcoded the unt naan is assumed in the naan is in the premis event service to make the naan really configurable across these apps we d have to make it so in codalib something i failed to roll into
1
40,705
10,567,194,204
IssuesEvent
2019-10-06 01:29:03
visualboyadvance-m/visualboyadvance-m
https://api.github.com/repos/visualboyadvance-m/visualboyadvance-m
closed
[Build issue]Cmake fails when using clang/clang++ in Tumbleweed
bug build fixed
### Please fill out this form: ### Expected behavior cmake and then make should be successful in clang as it is when using gcc ### Actual behavior cmake fails with this error: ``` - Looking for sem_timedwait -- Looking for sem_timedwait - found -- Looking for gettext -- Looking for gettext - found -- Performing Test WX_HAS_OPENGL -- Performing Test WX_HAS_OPENGL - Failed -- Found wxWidgets: -L/usr/lib64;-pthread;;;-lwx_gtk2u_xrc-3.0;-lwx_baseu_xml-3.0;-lwx_gtk2u_html-3.0;-lwx_gtk2u_adv-3.0;-lwx_baseu_net-3.0;-lwx_gtk2u_core-3.0;-lwx_baseu-3.0 (found version "3.0.4") -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Looking for __WXGTK4__ -- Looking for __WXGTK4__ - not found -- Looking for __WXGTK3__ -- Looking for __WXGTK3__ - not found -- Looking for __WXGTK20__ -- Looking for __WXGTK20__ - not found CMake Error at src/wx/CMakeLists.txt:365 (MESSAGE): Could not find gtk -- Configuring incomplete, errors occurred! ``` [CMakeError.zip](https://github.com/visualboyadvance-m/visualboyadvance-m/files/2222707/CMakeError.zip) ### Steps to reproduce the behavior -Using the terminal, type "export CC=clang" and "export CXX=clang" -(follow guide on how to compile vbam) -run cmake .. (or whatever your syntax is) -this should fail (no issue if using gcc) ## Crash bugs no crash ### ROM details not rom related ### Option details Video driver (simple, opengl): Sound driver (directsound, xaudio, openal, SDL): ### Build details Operating System (Windows, Mac, Linux (state distribution), etc.): tumbleweed latest on kde If using Linux, specify if using xorg or Wayland: xorg Version of code (pre-built binary version, or commit ref, or just "master"): master as of writing ### Hardware details:
1.0
[Build issue]Cmake fails when using clang/clang++ in Tumbleweed - ### Please fill out this form: ### Expected behavior cmake and then make should be successful in clang as it is when using gcc ### Actual behavior cmake fails with this error: ``` - Looking for sem_timedwait -- Looking for sem_timedwait - found -- Looking for gettext -- Looking for gettext - found -- Performing Test WX_HAS_OPENGL -- Performing Test WX_HAS_OPENGL - Failed -- Found wxWidgets: -L/usr/lib64;-pthread;;;-lwx_gtk2u_xrc-3.0;-lwx_baseu_xml-3.0;-lwx_gtk2u_html-3.0;-lwx_gtk2u_adv-3.0;-lwx_baseu_net-3.0;-lwx_gtk2u_core-3.0;-lwx_baseu-3.0 (found version "3.0.4") -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Looking for __WXGTK4__ -- Looking for __WXGTK4__ - not found -- Looking for __WXGTK3__ -- Looking for __WXGTK3__ - not found -- Looking for __WXGTK20__ -- Looking for __WXGTK20__ - not found CMake Error at src/wx/CMakeLists.txt:365 (MESSAGE): Could not find gtk -- Configuring incomplete, errors occurred! ``` [CMakeError.zip](https://github.com/visualboyadvance-m/visualboyadvance-m/files/2222707/CMakeError.zip) ### Steps to reproduce the behavior -Using the terminal, type "export CC=clang" and "export CXX=clang" -(follow guide on how to compile vbam) -run cmake .. (or whatever your syntax is) -this should fail (no issue if using gcc) ## Crash bugs no crash ### ROM details not rom related ### Option details Video driver (simple, opengl): Sound driver (directsound, xaudio, openal, SDL): ### Build details Operating System (Windows, Mac, Linux (state distribution), etc.): tumbleweed latest on kde If using Linux, specify if using xorg or Wayland: xorg Version of code (pre-built binary version, or commit ref, or just "master"): master as of writing ### Hardware details:
non_priority
cmake fails when using clang clang in tumbleweed please fill out this form expected behavior cmake and then make should be successful in clang as it is when using gcc actual behavior cmake fails with this error looking for sem timedwait looking for sem timedwait found looking for gettext looking for gettext found performing test wx has opengl performing test wx has opengl failed found wxwidgets l usr pthread lwx xrc lwx baseu xml lwx html lwx adv lwx baseu net lwx core lwx baseu found version found pkgconfig usr bin pkg config found version looking for looking for not found looking for looking for not found looking for looking for not found cmake error at src wx cmakelists txt message could not find gtk configuring incomplete errors occurred steps to reproduce the behavior using the terminal type export cc clang and export cxx clang follow guide on how to compile vbam run cmake or whatever your syntax is this should fail no issue if using gcc crash bugs no crash rom details not rom related option details video driver simple opengl sound driver directsound xaudio openal sdl build details operating system windows mac linux state distribution etc tumbleweed latest on kde if using linux specify if using xorg or wayland xorg version of code pre built binary version or commit ref or just master master as of writing hardware details
0
337,124
24,528,123,945
IssuesEvent
2022-10-11 14:29:43
eclipse-dataspaceconnector/DataSpaceConnector
https://api.github.com/repos/eclipse-dataspaceconnector/DataSpaceConnector
opened
Refactor `ContractValidationService`
documentation good first issue refactoring
# Feature Request I propose the following changes in the `ContractValidationService`: - rename `Result<ContractOffer> validate(ClaimToken token, ContractOffer offer);` --> `Result<ContractOffer> validateInitialOffer(ClaimToken token, ContractOffer offer);` and document clearly that is intended to be used on provider side, when the first offer arrives - rename `boolean validate(ClaimToken token, ContractAgreement agreement);` --> `Result<Void> validateAgreement(ClaimToken token, ContractAgreement agreement);` and document clearly that it is intended to be used on provider side, upon receiving a transfer request. - Also document, which side the `ClaimToken` represents - Further explain, what "sanitized" means in this context. To that end would add a `@return` javadoc item that states, that a newly created `ContractOffer` is to be returned, and why that is necessary. ## Which Areas Would Be Affected? contract negotiation ## Why Is the Feature Desired? Currently the `ContractValidationService` has multiple overloads for `validate`. In addition to having different return types and arguments (which is OK for overloads), but they also have different semantics. These are not obvious from either the method name nor are they documented clearly, which makes it difficult to understand. ## Type of Issue refactoring, cleanup, documentation ## Checklist - [x] assigned appropriate label? - [x] **Do NOT select a milestone or an assignee!**
1.0
Refactor `ContractValidationService` - # Feature Request I propose the following changes in the `ContractValidationService`: - rename `Result<ContractOffer> validate(ClaimToken token, ContractOffer offer);` --> `Result<ContractOffer> validateInitialOffer(ClaimToken token, ContractOffer offer);` and document clearly that is intended to be used on provider side, when the first offer arrives - rename `boolean validate(ClaimToken token, ContractAgreement agreement);` --> `Result<Void> validateAgreement(ClaimToken token, ContractAgreement agreement);` and document clearly that it is intended to be used on provider side, upon receiving a transfer request. - Also document, which side the `ClaimToken` represents - Further explain, what "sanitized" means in this context. To that end would add a `@return` javadoc item that states, that a newly created `ContractOffer` is to be returned, and why that is necessary. ## Which Areas Would Be Affected? contract negotiation ## Why Is the Feature Desired? Currently the `ContractValidationService` has multiple overloads for `validate`. In addition to having different return types and arguments (which is OK for overloads), but they also have different semantics. These are not obvious from either the method name nor are they documented clearly, which makes it difficult to understand. ## Type of Issue refactoring, cleanup, documentation ## Checklist - [x] assigned appropriate label? - [x] **Do NOT select a milestone or an assignee!**
non_priority
refactor contractvalidationservice feature request i propose the following changes in the contractvalidationservice rename result validate claimtoken token contractoffer offer result validateinitialoffer claimtoken token contractoffer offer and document clearly that is intended to be used on provider side when the first offer arrives rename boolean validate claimtoken token contractagreement agreement result validateagreement claimtoken token contractagreement agreement and document clearly that it is intended to be used on provider side upon receiving a transfer request also document which side the claimtoken represents further explain what sanitized means in this context to that end would add a return javadoc item that states that a newly created contractoffer is to be returned and why that is necessary which areas would be affected contract negotiation why is the feature desired currently the contractvalidationservice has multiple overloads for validate in addition to having different return types and arguments which is ok for overloads but they also have different semantics these are not obvious from either the method name nor are they documented clearly which makes it difficult to understand type of issue refactoring cleanup documentation checklist assigned appropriate label do not select a milestone or an assignee
0
270,736
20,607,357,382
IssuesEvent
2022-03-07 03:03:56
timescale/docs
https://api.github.com/repos/timescale/docs
closed
[Content Bug] Unreleased section in docs release notes is confusing
bug documentation
ERROR: type should be string, got "\r\nhttps://docs.timescale.com/timescaledb/latest/overview/release-notes/\r\n\r\nThe \"Unreleased\" section is confusing. Should it just be removed?\r\n\r\n![image](https://user-images.githubusercontent.com/205086/121462582-d2862100-c97e-11eb-93b4-f18aa2df4b3f.png)\r\n"
1.0
[Content Bug] Unreleased section in docs release notes is confusing - https://docs.timescale.com/timescaledb/latest/overview/release-notes/ The "Unreleased" section is confusing. Should it just be removed? ![image](https://user-images.githubusercontent.com/205086/121462582-d2862100-c97e-11eb-93b4-f18aa2df4b3f.png)
non_priority
unreleased section in docs release notes is confusing the unreleased section is confusing should it just be removed
0
82,978
15,682,683,148
IssuesEvent
2021-03-25 07:42:28
aaronpries/cookiecutter-pypackage
https://api.github.com/repos/aaronpries/cookiecutter-pypackage
closed
CVE-2020-4075 (High) detected in electron-1.8.8.tgz - autoclosed
security vulnerability
## CVE-2020-4075 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>electron-1.8.8.tgz</b></p></summary> <p>Build cross platform desktop apps with JavaScript, HTML, and CSS</p> <p>Library home page: <a href="https://registry.npmjs.org/electron/-/electron-1.8.8.tgz">https://registry.npmjs.org/electron/-/electron-1.8.8.tgz</a></p> <p>Path to dependency file: cookiecutter-pypackage/package.json</p> <p>Path to vulnerable library: cookiecutter-pypackage/node_modules/electron/package.json</p> <p> Dependency Hierarchy: - shiba-1.1.0.tgz (Root Library) - :x: **electron-1.8.8.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/aaronpries/cookiecutter-pypackage/commit/3b9ae4be17d66173d82dfc63d09387fbbd9eb267">3b9ae4be17d66173d82dfc63d09387fbbd9eb267</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Electron before versions 7.2.4, 8.2.4, and 9.0.0-beta21, arbitrary local file read is possible by defining unsafe window options on a child window opened via window.open. As a workaround, ensure you are calling `event.preventDefault()` on all new-window events where the `url` or `options` is not something you expect. This is fixed in versions 9.0.0-beta.21, 8.2.4 and 7.2.4. <p>Publish Date: 2020-07-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-4075>CVE-2020-4075</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/electron/electron/security/advisories/GHSA-f9mq-jph6-9mhm">https://github.com/electron/electron/security/advisories/GHSA-f9mq-jph6-9mhm</a></p> <p>Release Date: 2020-07-07</p> <p>Fix Resolution: 7.2.4,8.2.4,9.0.0-beta.21</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-4075 (High) detected in electron-1.8.8.tgz - autoclosed - ## CVE-2020-4075 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>electron-1.8.8.tgz</b></p></summary> <p>Build cross platform desktop apps with JavaScript, HTML, and CSS</p> <p>Library home page: <a href="https://registry.npmjs.org/electron/-/electron-1.8.8.tgz">https://registry.npmjs.org/electron/-/electron-1.8.8.tgz</a></p> <p>Path to dependency file: cookiecutter-pypackage/package.json</p> <p>Path to vulnerable library: cookiecutter-pypackage/node_modules/electron/package.json</p> <p> Dependency Hierarchy: - shiba-1.1.0.tgz (Root Library) - :x: **electron-1.8.8.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/aaronpries/cookiecutter-pypackage/commit/3b9ae4be17d66173d82dfc63d09387fbbd9eb267">3b9ae4be17d66173d82dfc63d09387fbbd9eb267</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Electron before versions 7.2.4, 8.2.4, and 9.0.0-beta21, arbitrary local file read is possible by defining unsafe window options on a child window opened via window.open. As a workaround, ensure you are calling `event.preventDefault()` on all new-window events where the `url` or `options` is not something you expect. This is fixed in versions 9.0.0-beta.21, 8.2.4 and 7.2.4. <p>Publish Date: 2020-07-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-4075>CVE-2020-4075</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/electron/electron/security/advisories/GHSA-f9mq-jph6-9mhm">https://github.com/electron/electron/security/advisories/GHSA-f9mq-jph6-9mhm</a></p> <p>Release Date: 2020-07-07</p> <p>Fix Resolution: 7.2.4,8.2.4,9.0.0-beta.21</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in electron tgz autoclosed cve high severity vulnerability vulnerable library electron tgz build cross platform desktop apps with javascript html and css library home page a href path to dependency file cookiecutter pypackage package json path to vulnerable library cookiecutter pypackage node modules electron package json dependency hierarchy shiba tgz root library x electron tgz vulnerable library found in head commit a href found in base branch main vulnerability details in electron before versions and arbitrary local file read is possible by defining unsafe window options on a child window opened via window open as a workaround ensure you are calling event preventdefault on all new window events where the url or options is not something you expect this is fixed in versions beta and publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution beta step up your open source security game with whitesource
0
784,577
27,577,164,149
IssuesEvent
2023-03-08 13:52:10
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
support.discord.com - site is not usable
browser-firefox priority-important os-mac engine-gecko
<!-- @browser: Firefox 111.0 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/111.0 --> <!-- @reported_with: unknown --> **URL**: https://support.discord.com/hc/en-us/signin **Browser / Version**: Firefox 111.0 **Operating System**: Mac OS X 10.15 **Tested Another Browser**: Yes Chrome **Problem type**: Site is not usable **Description**: Unable to login **Steps to Reproduce**: if you go and click on the "Sign in" button at the top in firefox, the page just refresh but doesn't show a login form. Doing the same in chrome shows the login form correctly. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2023/3/ef418a65-1ea3-4665-83b7-a3cb52b628ee.jpg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
support.discord.com - site is not usable - <!-- @browser: Firefox 111.0 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/111.0 --> <!-- @reported_with: unknown --> **URL**: https://support.discord.com/hc/en-us/signin **Browser / Version**: Firefox 111.0 **Operating System**: Mac OS X 10.15 **Tested Another Browser**: Yes Chrome **Problem type**: Site is not usable **Description**: Unable to login **Steps to Reproduce**: if you go and click on the "Sign in" button at the top in firefox, the page just refresh but doesn't show a login form. Doing the same in chrome shows the login form correctly. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2023/3/ef418a65-1ea3-4665-83b7-a3cb52b628ee.jpg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
support discord com site is not usable url browser version firefox operating system mac os x tested another browser yes chrome problem type site is not usable description unable to login steps to reproduce if you go and click on the sign in button at the top in firefox the page just refresh but doesn t show a login form doing the same in chrome shows the login form correctly view the screenshot img alt screenshot src browser configuration none from with ❤️
1
699,491
24,018,415,061
IssuesEvent
2022-09-15 04:39:51
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Request] pop-gtk-theme-git
request:new-pkg priority:low
### Link to the package(s) in the AUR https://aur.archlinux.org/packages/pop-gtk-theme-git ### Utility this package has for you A GTK+ theme for Pop!_OS ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No, but for a few. ### Do you consider the package to be useful for feature testing/preview? - [ ] Yes ### Have you tested if the package builds in a clean chroot? - [X] Yes ### Does the package's license allow redistributing it? YES! ### Have you searched the issues to ensure this request is unique? - [X] YES! ### Have you read the README to ensure this package is not banned? - [X] YES! ### More information _No response_
1.0
[Request] pop-gtk-theme-git - ### Link to the package(s) in the AUR https://aur.archlinux.org/packages/pop-gtk-theme-git ### Utility this package has for you A GTK+ theme for Pop!_OS ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No, but for a few. ### Do you consider the package to be useful for feature testing/preview? - [ ] Yes ### Have you tested if the package builds in a clean chroot? - [X] Yes ### Does the package's license allow redistributing it? YES! ### Have you searched the issues to ensure this request is unique? - [X] YES! ### Have you read the README to ensure this package is not banned? - [X] YES! ### More information _No response_
priority
pop gtk theme git link to the package s in the aur utility this package has for you a gtk theme for pop os do you consider the package s to be useful for every chaotic aur user no but for a few do you consider the package to be useful for feature testing preview yes have you tested if the package builds in a clean chroot yes does the package s license allow redistributing it yes have you searched the issues to ensure this request is unique yes have you read the readme to ensure this package is not banned yes more information no response
1
187,446
6,757,556,687
IssuesEvent
2017-10-24 11:16:09
metasfresh/metasfresh
https://api.github.com/repos/metasfresh/metasfresh
closed
Picking slot Rack System flag
branch:master branch:release priority:high type:enhancement
### Is this a bug or feature request? FR Follow-up of https://github.com/metasfresh/metasfresh/issues/2298 ### What is the current behavior? When the picking modal window is closed, if sysconfig WEBUI_Picking_Close_PickingCandidatesOnWindowClose is Y, the processed picking candidates are closed. Closing means flagging them as Closed and also adding the HUs to picking slot (M_PickingSlot_HU). ### What is the expected or desired behavior? Introduce M_PickingSlot.IsRackSystem flag. Based on that flag, the picking candidate's Process and Close action will work as follows: M_PickingSlot.IsRackSystem=Y: * process: add to SS => row visible * close: add to Picking Slot rack system => row not visible => close will be triggered when closing the modal window M_PickingSlot.IsRackSystem=N: * process: add to SS => row visible add to Picking Slot => row STILL visible and also do close
1.0
Picking slot Rack System flag - ### Is this a bug or feature request? FR Follow-up of https://github.com/metasfresh/metasfresh/issues/2298 ### What is the current behavior? When the picking modal window is closed, if sysconfig WEBUI_Picking_Close_PickingCandidatesOnWindowClose is Y, the processed picking candidates are closed. Closing means flagging them as Closed and also adding the HUs to picking slot (M_PickingSlot_HU). ### What is the expected or desired behavior? Introduce M_PickingSlot.IsRackSystem flag. Based on that flag, the picking candidate's Process and Close action will work as follows: M_PickingSlot.IsRackSystem=Y: * process: add to SS => row visible * close: add to Picking Slot rack system => row not visible => close will be triggered when closing the modal window M_PickingSlot.IsRackSystem=N: * process: add to SS => row visible add to Picking Slot => row STILL visible and also do close
priority
picking slot rack system flag is this a bug or feature request fr follow up of what is the current behavior when the picking modal window is closed if sysconfig webui picking close pickingcandidatesonwindowclose is y the processed picking candidates are closed closing means flagging them as closed and also adding the hus to picking slot m pickingslot hu what is the expected or desired behavior introduce m pickingslot isracksystem flag based on that flag the picking candidate s process and close action will work as follows m pickingslot isracksystem y process add to ss row visible close add to picking slot rack system row not visible close will be triggered when closing the modal window m pickingslot isracksystem n process add to ss row visible add to picking slot row still visible and also do close
1
103,877
22,497,034,708
IssuesEvent
2022-06-23 08:30:16
Onelinerhub/onelinerhub
https://api.github.com/repos/Onelinerhub/onelinerhub
closed
Short solution needed: "How to keep only certain columns in data frame" (python-pandas)
help wanted good first issue code python-pandas
Please help us write most modern and shortest code solution for this issue: **How to keep only certain columns in data frame** (technology: [python-pandas](https://onelinerhub.com/python-pandas)) ### Fast way Just write the code solution in the comments. ### Prefered way 1. Create pull request with a new code file inside [inbox folder](https://github.com/Onelinerhub/onelinerhub/tree/main/inbox). 2. Don't forget to use comments to make solution explained. 3. Link to this issue in comments of pull request.
1.0
Short solution needed: "How to keep only certain columns in data frame" (python-pandas) - Please help us write most modern and shortest code solution for this issue: **How to keep only certain columns in data frame** (technology: [python-pandas](https://onelinerhub.com/python-pandas)) ### Fast way Just write the code solution in the comments. ### Prefered way 1. Create pull request with a new code file inside [inbox folder](https://github.com/Onelinerhub/onelinerhub/tree/main/inbox). 2. Don't forget to use comments to make solution explained. 3. Link to this issue in comments of pull request.
non_priority
short solution needed how to keep only certain columns in data frame python pandas please help us write most modern and shortest code solution for this issue how to keep only certain columns in data frame technology fast way just write the code solution in the comments prefered way create pull request with a new code file inside don t forget to use comments to make solution explained link to this issue in comments of pull request
0
147,472
23,220,952,191
IssuesEvent
2022-08-02 18:09:05
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
Staging Review Design System Team - Accordion Web Component (Accessibility review)
Epic collaboration-cycle staging-review vsp-design-system-team governance-team collab-cycle-review
## Artifacts - _please provide the following artifacts at least 4 days before scheduled review meeting_ - Epic https://app.zenhub.com/workspaces/vsp-design-system-5f8de67192551b0012ebb802/issues/department-of-veterans-affairs/va.gov-team/16678 - Product outline  https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/teams/vsp/teams/design-system/web-component-pilot.md-  Release plan https://app.zenhub.com/workspaces/vsp-design-system-5f8de67192551b0012ebb802/issues/department-of-veterans-affairs/va.gov-team/17166  - Link to accordion web component on staging.  https://dev-design.va.gov/storybook/?path=/docs/components-va-accordion--default ## Meeting attendees from Design System TEam - Product Manager (required): Carol Wong - DEPO product lead (required): Kevin Hoffman and Ryan Thurwell - Anyone else from your team who significantly contributed to the artifacts provided (required): Brooks Johnson, Chris Valarida, Crystabel Reiter (optional) VSP will only invite those specified, so be sure to list your content, IA, accessibility and QA specialists, if applicable. ## Scheduling Tuesday at 11:30am ET Wednesday at 1:30pm ET
1.0
Staging Review Design System Team - Accordion Web Component (Accessibility review) - ## Artifacts - _please provide the following artifacts at least 4 days before scheduled review meeting_ - Epic https://app.zenhub.com/workspaces/vsp-design-system-5f8de67192551b0012ebb802/issues/department-of-veterans-affairs/va.gov-team/16678 - Product outline  https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/teams/vsp/teams/design-system/web-component-pilot.md-  Release plan https://app.zenhub.com/workspaces/vsp-design-system-5f8de67192551b0012ebb802/issues/department-of-veterans-affairs/va.gov-team/17166  - Link to accordion web component on staging.  https://dev-design.va.gov/storybook/?path=/docs/components-va-accordion--default ## Meeting attendees from Design System TEam - Product Manager (required): Carol Wong - DEPO product lead (required): Kevin Hoffman and Ryan Thurwell - Anyone else from your team who significantly contributed to the artifacts provided (required): Brooks Johnson, Chris Valarida, Crystabel Reiter (optional) VSP will only invite those specified, so be sure to list your content, IA, accessibility and QA specialists, if applicable. ## Scheduling Tuesday at 11:30am ET Wednesday at 1:30pm ET
non_priority
staging review design system team accordion web component accessibility review artifacts please provide the following artifacts at least days before scheduled review meeting epic    product outline    release plan    link to accordion web component on staging   meeting attendees from design system team product manager required carol wong depo product lead required kevin hoffman and ryan thurwell anyone else from your team who significantly contributed to the artifacts provided required brooks johnson chris valarida crystabel reiter optional vsp will only invite those specified so be sure to list your content ia accessibility and qa specialists if applicable scheduling tuesday at et wednesday at et
0
221,249
17,316,500,704
IssuesEvent
2021-07-27 06:59:15
LLK/scratch-gui
https://api.github.com/repos/LLK/scratch-gui
opened
flaky test: 'Creating new project resets active tab to Code tab'
developer facing testing
### Expected Behavior Re-running the same test repeatedly on the same code should consistently succeed or consistently fail. ### Actual Behavior This test fails frequently, but not always. Repeatedly restarting the same build will eventually lead to this test passing. Example failure: ``` FAIL test/integration/project-loading.test.js (7.256s) ● Loading scratch gui › Loading projects by ID › Creating new project resets active tab to Code tab StaleElementReferenceError: stale element reference: element is not attached to the page document (Session info: headless chrome=90.0.4430.72) (Driver info: chromedriver=90.0.4430.24 (4c6d850f087da467d926e8eddb76550aed655991-refs/branch-heads/4430@{#429}),platform=Linux 4.15.0-1106-aws x86_64) at Object.checkLegacyResponse (node_modules/selenium-webdriver/lib/error.js:546:15) at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:509:13) at doSend.then.response (node_modules/selenium-webdriver/lib/http.js:441:30) at process._tickCallback (internal/process/next_tick.js:68:7) From: Task: WebElement.isDisplayed() at thenableWebDriverProxy.schedule (node_modules/selenium-webdriver/lib/webdriver.js:807:17) at WebElement.schedule_ (node_modules/selenium-webdriver/lib/webdriver.js:2010:25) at WebElement.isDisplayed (node_modules/selenium-webdriver/lib/webdriver.js:2362:17) at test/helpers/selenium-helper.js:96:32 at ManagedPromise.invokeCallback_ (node_modules/selenium-webdriver/lib/promise.js:1376:14) at TaskQueue.execute_ (node_modules/selenium-webdriver/lib/promise.js:3084:14) at TaskQueue.executeNext_ (node_modules/selenium-webdriver/lib/promise.js:3067:27) at asyncRun (node_modules/selenium-webdriver/lib/promise.js:2927:27) at node_modules/selenium-webdriver/lib/promise.js:668:7 at process._tickCallback (internal/process/next_tick.js:68:7) ``` See also #7408
1.0
flaky test: 'Creating new project resets active tab to Code tab' - ### Expected Behavior Re-running the same test repeatedly on the same code should consistently succeed or consistently fail. ### Actual Behavior This test fails frequently, but not always. Repeatedly restarting the same build will eventually lead to this test passing. Example failure: ``` FAIL test/integration/project-loading.test.js (7.256s) ● Loading scratch gui › Loading projects by ID › Creating new project resets active tab to Code tab StaleElementReferenceError: stale element reference: element is not attached to the page document (Session info: headless chrome=90.0.4430.72) (Driver info: chromedriver=90.0.4430.24 (4c6d850f087da467d926e8eddb76550aed655991-refs/branch-heads/4430@{#429}),platform=Linux 4.15.0-1106-aws x86_64) at Object.checkLegacyResponse (node_modules/selenium-webdriver/lib/error.js:546:15) at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:509:13) at doSend.then.response (node_modules/selenium-webdriver/lib/http.js:441:30) at process._tickCallback (internal/process/next_tick.js:68:7) From: Task: WebElement.isDisplayed() at thenableWebDriverProxy.schedule (node_modules/selenium-webdriver/lib/webdriver.js:807:17) at WebElement.schedule_ (node_modules/selenium-webdriver/lib/webdriver.js:2010:25) at WebElement.isDisplayed (node_modules/selenium-webdriver/lib/webdriver.js:2362:17) at test/helpers/selenium-helper.js:96:32 at ManagedPromise.invokeCallback_ (node_modules/selenium-webdriver/lib/promise.js:1376:14) at TaskQueue.execute_ (node_modules/selenium-webdriver/lib/promise.js:3084:14) at TaskQueue.executeNext_ (node_modules/selenium-webdriver/lib/promise.js:3067:27) at asyncRun (node_modules/selenium-webdriver/lib/promise.js:2927:27) at node_modules/selenium-webdriver/lib/promise.js:668:7 at process._tickCallback (internal/process/next_tick.js:68:7) ``` See also #7408
non_priority
flaky test creating new project resets active tab to code tab expected behavior re running the same test repeatedly on the same code should consistently succeed or consistently fail actual behavior this test fails frequently but not always repeatedly restarting the same build will eventually lead to this test passing example failure fail test integration project loading test js ● loading scratch gui › loading projects by id › creating new project resets active tab to code tab staleelementreferenceerror stale element reference element is not attached to the page document session info headless chrome driver info chromedriver refs branch heads platform linux aws at object checklegacyresponse node modules selenium webdriver lib error js at parsehttpresponse node modules selenium webdriver lib http js at dosend then response node modules selenium webdriver lib http js at process tickcallback internal process next tick js from task webelement isdisplayed at thenablewebdriverproxy schedule node modules selenium webdriver lib webdriver js at webelement schedule node modules selenium webdriver lib webdriver js at webelement isdisplayed node modules selenium webdriver lib webdriver js at test helpers selenium helper js at managedpromise invokecallback node modules selenium webdriver lib promise js at taskqueue execute node modules selenium webdriver lib promise js at taskqueue executenext node modules selenium webdriver lib promise js at asyncrun node modules selenium webdriver lib promise js at node modules selenium webdriver lib promise js at process tickcallback internal process next tick js see also
0
10,477
13,251,979,732
IssuesEvent
2020-08-20 03:51:24
tikv/tikv
https://api.github.com/repos/tikv/tikv
opened
coprocessor: redact log
component/security sig/coprocessor type/enhancement
## Development Task In #7758 we are adding `ecurity.redact-info-log` option to TiKV, to hide user data from printing into info log. The option provide a way for users to avoid leaking sensitive data into info log, when they want to transfer the into log out of the storage node to use in other systems. However the PR only handles MVCC and storage engine KVs. It does not handle coprocessor logs. We need to redact log for the coprocessor module when the option is on. The task is part of https://github.com/pingcap/tidb/issues/18566 and we target to include it in 5.0 release.
1.0
coprocessor: redact log - ## Development Task In #7758 we are adding `ecurity.redact-info-log` option to TiKV, to hide user data from printing into info log. The option provide a way for users to avoid leaking sensitive data into info log, when they want to transfer the into log out of the storage node to use in other systems. However the PR only handles MVCC and storage engine KVs. It does not handle coprocessor logs. We need to redact log for the coprocessor module when the option is on. The task is part of https://github.com/pingcap/tidb/issues/18566 and we target to include it in 5.0 release.
non_priority
coprocessor redact log development task in we are adding ecurity redact info log option to tikv to hide user data from printing into info log the option provide a way for users to avoid leaking sensitive data into info log when they want to transfer the into log out of the storage node to use in other systems however the pr only handles mvcc and storage engine kvs it does not handle coprocessor logs we need to redact log for the coprocessor module when the option is on the task is part of and we target to include it in release
0
964
2,668,780,044
IssuesEvent
2015-03-23 11:25:35
AdaptiveMe/adaptive-arp-api
https://api.github.com/repos/AdaptiveMe/adaptive-arp-api
closed
Generate TypeScript from API and commit to repo.
build generator
1. Generate *.ts, compile tsc, keep adaptive.js, *.ts, adaptive.d.ts, adaptive.js.map. 2. Drop tag on typescript repo with same tag as API version. 3. Commit code to repo. 4. Create milestone (if it doesn't exist) for the API specification tag. #137 5. Create issue in repo for the new API changes. #136
1.0
Generate TypeScript from API and commit to repo. - 1. Generate *.ts, compile tsc, keep adaptive.js, *.ts, adaptive.d.ts, adaptive.js.map. 2. Drop tag on typescript repo with same tag as API version. 3. Commit code to repo. 4. Create milestone (if it doesn't exist) for the API specification tag. #137 5. Create issue in repo for the new API changes. #136
non_priority
generate typescript from api and commit to repo generate ts compile tsc keep adaptive js ts adaptive d ts adaptive js map drop tag on typescript repo with same tag as api version commit code to repo create milestone if it doesn t exist for the api specification tag create issue in repo for the new api changes
0
184,785
14,289,965,879
IssuesEvent
2020-11-23 20:06:49
github-vet/rangeclosure-findings
https://api.github.com/repos/github-vet/rangeclosure-findings
closed
platform9/ssh-provider: vendor/github.com/coreos/etcd/clientv3/client_test.go; 28 LoC
fresh small test
Found a possible issue in [platform9/ssh-provider](https://www.github.com/platform9/ssh-provider) at [vendor/github.com/coreos/etcd/clientv3/client_test.go](https://github.com/platform9/ssh-provider/blob/6a44a8b5d63c7e0f8a11f75bb70e3badbabb4146/vendor/github.com/coreos/etcd/clientv3/client_test.go#L86-L113) The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements which capture loop variables. [Click here to see the code in its original context.](https://github.com/platform9/ssh-provider/blob/6a44a8b5d63c7e0f8a11f75bb70e3badbabb4146/vendor/github.com/coreos/etcd/clientv3/client_test.go#L86-L113) <details> <summary>Click here to show the 28 line(s) of Go which triggered the analyzer.</summary> ```go for i, cfg := range testCfgs { donec := make(chan error) go func() { // without timeout, dial continues forever on ipv4 blackhole c, err := New(cfg) if c != nil || err == nil { t.Errorf("#%d: new client should fail", i) } donec <- err }() time.Sleep(10 * time.Millisecond) select { case err := <-donec: t.Errorf("#%d: dial didn't wait (%v)", i, err) default: } select { case <-time.After(5 * time.Second): t.Errorf("#%d: failed to timeout dial on time", i) case err := <-donec: if err != grpc.ErrClientConnTimeout { t.Errorf("#%d: unexpected error %v, want %v", i, err, grpc.ErrClientConnTimeout) } } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 6a44a8b5d63c7e0f8a11f75bb70e3badbabb4146
1.0
platform9/ssh-provider: vendor/github.com/coreos/etcd/clientv3/client_test.go; 28 LoC - Found a possible issue in [platform9/ssh-provider](https://www.github.com/platform9/ssh-provider) at [vendor/github.com/coreos/etcd/clientv3/client_test.go](https://github.com/platform9/ssh-provider/blob/6a44a8b5d63c7e0f8a11f75bb70e3badbabb4146/vendor/github.com/coreos/etcd/clientv3/client_test.go#L86-L113) The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements which capture loop variables. [Click here to see the code in its original context.](https://github.com/platform9/ssh-provider/blob/6a44a8b5d63c7e0f8a11f75bb70e3badbabb4146/vendor/github.com/coreos/etcd/clientv3/client_test.go#L86-L113) <details> <summary>Click here to show the 28 line(s) of Go which triggered the analyzer.</summary> ```go for i, cfg := range testCfgs { donec := make(chan error) go func() { // without timeout, dial continues forever on ipv4 blackhole c, err := New(cfg) if c != nil || err == nil { t.Errorf("#%d: new client should fail", i) } donec <- err }() time.Sleep(10 * time.Millisecond) select { case err := <-donec: t.Errorf("#%d: dial didn't wait (%v)", i, err) default: } select { case <-time.After(5 * time.Second): t.Errorf("#%d: failed to timeout dial on time", i) case err := <-donec: if err != grpc.ErrClientConnTimeout { t.Errorf("#%d: unexpected error %v, want %v", i, err, grpc.ErrClientConnTimeout) } } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 6a44a8b5d63c7e0f8a11f75bb70e3badbabb4146
non_priority
ssh provider vendor github com coreos etcd client test go loc found a possible issue in at the below snippet of go code triggered static analysis which searches for goroutines and or defer statements which capture loop variables click here to show the line s of go which triggered the analyzer go for i cfg range testcfgs donec make chan error go func without timeout dial continues forever on blackhole c err new cfg if c nil err nil t errorf d new client should fail i donec err time sleep time millisecond select case err donec t errorf d dial didn t wait v i err default select case time after time second t errorf d failed to timeout dial on time i case err donec if err grpc errclientconntimeout t errorf d unexpected error v want v i err grpc errclientconntimeout leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
0
60,385
7,333,990,348
IssuesEvent
2018-03-05 21:14:06
Datawheel/codelife
https://api.github.com/repos/Datawheel/codelife
closed
[mobile design] next/previous button exceptions
type: design
If next is grayed out: ![img_7160](https://user-images.githubusercontent.com/252276/36999869-7f5bc5f2-208f-11e8-8b99-6019bc9cef0e.JPG) if you're on the first slide ![img_7162](https://user-images.githubusercontent.com/252276/36999967-c94c32e6-208f-11e8-9cb6-49dc8078f0a5.JPG)
1.0
[mobile design] next/previous button exceptions - If next is grayed out: ![img_7160](https://user-images.githubusercontent.com/252276/36999869-7f5bc5f2-208f-11e8-8b99-6019bc9cef0e.JPG) if you're on the first slide ![img_7162](https://user-images.githubusercontent.com/252276/36999967-c94c32e6-208f-11e8-9cb6-49dc8078f0a5.JPG)
non_priority
next previous button exceptions if next is grayed out if you re on the first slide
0
36,409
5,051,059,288
IssuesEvent
2016-12-20 20:40:32
ORNL-CEES/DataTransferKit
https://api.github.com/repos/ORNL-CEES/DataTransferKit
opened
Sanitizers
Testing
Steps needed to run the sanitizers: - [ ] create a Docker image similar to `dtk-stack` but compiled using clang - [ ] add script to compile dtk with the sanitizer flags - [ ] use jenkins to run the sanitizers daily or on merge on master
1.0
Sanitizers - Steps needed to run the sanitizers: - [ ] create a Docker image similar to `dtk-stack` but compiled using clang - [ ] add script to compile dtk with the sanitizer flags - [ ] use jenkins to run the sanitizers daily or on merge on master
non_priority
sanitizers steps needed to run the sanitizers create a docker image similar to dtk stack but compiled using clang add script to compile dtk with the sanitizer flags use jenkins to run the sanitizers daily or on merge on master
0
254,927
8,101,635,966
IssuesEvent
2018-08-12 15:53:26
xmichelo/Beeftext
https://api.github.com/repos/xmichelo/Beeftext
closed
Any idea why it is not working with KiTTY (a PuTTY fork?)
bug normal priority
### Expected behavior Typing a combo keyword in a KiTTY terminal window, this one should be replaced by the associated snippet defined in Beeftext ### Actual behavior Once the combo keyword is completed keyed in, it is cleared off, and the cursor is back to first position ### Steps to reproduce the behavior Just define a new combo, and type its keyword in a KiTTY term. ### Operating system Windows 7, KiTTY 0.70.0.5 Otherwise Beeftext is great, but can't continue with it if not working in KiTTY, as using it every day! Anyway, thanks for making Beeftext available free!
1.0
Any idea why it is not working with KiTTY (a PuTTY fork?) - ### Expected behavior Typing a combo keyword in a KiTTY terminal window, this one should be replaced by the associated snippet defined in Beeftext ### Actual behavior Once the combo keyword is completed keyed in, it is cleared off, and the cursor is back to first position ### Steps to reproduce the behavior Just define a new combo, and type its keyword in a KiTTY term. ### Operating system Windows 7, KiTTY 0.70.0.5 Otherwise Beeftext is great, but can't continue with it if not working in KiTTY, as using it every day! Anyway, thanks for making Beeftext available free!
priority
any idea why it is not working with kitty a putty fork expected behavior typing a combo keyword in a kitty terminal window this one should be replaced by the associated snippet defined in beeftext actual behavior once the combo keyword is completed keyed in it is cleared off and the cursor is back to first position steps to reproduce the behavior just define a new combo and type its keyword in a kitty term operating system windows kitty otherwise beeftext is great but can t continue with it if not working in kitty as using it every day anyway thanks for making beeftext available free
1
109,482
11,644,226,270
IssuesEvent
2020-02-29 17:45:20
regolith-linux/regolith-desktop
https://api.github.com/repos/regolith-linux/regolith-desktop
closed
Add i3xrocks to package list
bug documentation
I was trying to gather all the different packages regolith is made up of and found the very convenient list here: https://github.com/regolith-linux/website/blob/master/content/en/docs/Reference/packages.md However I see `regolith-i3xrocks-config` is present, but not the `i3xrocks` package. It should be added right?
1.0
Add i3xrocks to package list - I was trying to gather all the different packages regolith is made up of and found the very convenient list here: https://github.com/regolith-linux/website/blob/master/content/en/docs/Reference/packages.md However I see `regolith-i3xrocks-config` is present, but not the `i3xrocks` package. It should be added right?
non_priority
add to package list i was trying to gather all the different packages regolith is made up of and found the very convenient list here however i see regolith config is present but not the package it should be added right
0
101,236
21,633,146,161
IssuesEvent
2022-05-05 11:54:15
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
closed
[Bug] : OAuth2- Authenticated API | Client Credentials
Backend Datasources Critical BE Coders Pod REST API plugin OAuth Actions Pod
The datasource creation when selected grant type as Client Credentials fails. Scenario 1 - The datasource creation happens but it suddenly starts failing with and then you are no longer able to add the datasource. `{"responseMeta":{"status":500,"success":false,"error":{"code":5000,"message":"Internal server error while processing request"}}}` Scenario 2 - When the datasource is created and you would try to update it, the save and re-authorize will not work and throw below exception. ![image.png](https://images.zenhubusercontent.com/6203759d49a2167250e9a805/7b65a6f1-18d5-4ce7-a6cb-88ca11173d0c) At the moment, due to these bugs a user will not be able to proceed and is blocked for client credentials flow.
1.0
[Bug] : OAuth2- Authenticated API | Client Credentials - The datasource creation when selected grant type as Client Credentials fails. Scenario 1 - The datasource creation happens but it suddenly starts failing with and then you are no longer able to add the datasource. `{"responseMeta":{"status":500,"success":false,"error":{"code":5000,"message":"Internal server error while processing request"}}}` Scenario 2 - When the datasource is created and you would try to update it, the save and re-authorize will not work and throw below exception. ![image.png](https://images.zenhubusercontent.com/6203759d49a2167250e9a805/7b65a6f1-18d5-4ce7-a6cb-88ca11173d0c) At the moment, due to these bugs a user will not be able to proceed and is blocked for client credentials flow.
non_priority
authenticated api client credentials the datasource creation when selected grant type as client credentials fails scenario the datasource creation happens but it suddenly starts failing with and then you are no longer able to add the datasource responsemeta status success false error code message internal server error while processing request scenario when the datasource is created and you would try to update it the save and re authorize will not work and throw below exception at the moment due to these bugs a user will not be able to proceed and is blocked for client credentials flow
0
83,358
7,869,452,567
IssuesEvent
2018-06-24 14:10:02
CodeWarriorsOrganization/CodeWarriorsFinalYearProject
https://api.github.com/repos/CodeWarriorsOrganization/CodeWarriorsFinalYearProject
closed
CW0023/T0023.5 -Create Test Cases (Priority-2)
test cases
### User Story : > AS a player, > I NEED at least 4 sectors and at least 3 stocks per sector to be incorporated in the game, > SO THAT there is a competition within sectors, I’ll be able to select shares from those companies. ### Task : > **Create Test Cases**
1.0
CW0023/T0023.5 -Create Test Cases (Priority-2) - ### User Story : > AS a player, > I NEED at least 4 sectors and at least 3 stocks per sector to be incorporated in the game, > SO THAT there is a competition within sectors, I’ll be able to select shares from those companies. ### Task : > **Create Test Cases**
non_priority
create test cases priority user story as a player i need at least sectors and at least stocks per sector to be incorporated in the game so that there is a competition within sectors i’ll be able to select shares from those companies task create test cases
0
671,089
22,742,950,392
IssuesEvent
2022-07-07 06:26:58
googleapis/nodejs-spanner
https://api.github.com/repos/googleapis/nodejs-spanner
closed
Spanner: should update existing rows in an example table with commit timestamp column failed
type: bug priority: p1 api: spanner flakybot: issue
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 050313933a9cbf3b70ebc36d3c70727d9c721f79 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/2298f922-df5c-49cc-8ff5-1997fc846502), [Sponge](http://sponge2/2298f922-df5c-49cc-8ff5-1997fc846502) status: failed <details><summary>Test output</summary><br><pre>expected '' to match /Updated data\./ AssertionError: expected '' to match /Updated data\./ at Context.<anonymous> (system-test/spanner.test.js:606:12) at processImmediate (internal/timers.js:461:21)</pre></details>
1.0
Spanner: should update existing rows in an example table with commit timestamp column failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 050313933a9cbf3b70ebc36d3c70727d9c721f79 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/2298f922-df5c-49cc-8ff5-1997fc846502), [Sponge](http://sponge2/2298f922-df5c-49cc-8ff5-1997fc846502) status: failed <details><summary>Test output</summary><br><pre>expected '' to match /Updated data\./ AssertionError: expected '' to match /Updated data\./ at Context.<anonymous> (system-test/spanner.test.js:606:12) at processImmediate (internal/timers.js:461:21)</pre></details>
priority
spanner should update existing rows in an example table with commit timestamp column failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output expected to match updated data assertionerror expected to match updated data at context system test spanner test js at processimmediate internal timers js
1
64,579
3,212,922,740
IssuesEvent
2015-10-06 17:35:52
YetiForceCompany/YetiForceCRM
https://api.github.com/repos/YetiForceCompany/YetiForceCRM
closed
Eliminate Steps in Sales Process
Label::Logic Priority::#2 Normal Type::Question
I am looking at the sales process I have some questions. Can we disable the required steps needs to complete a sales? We have some clients the will walk in and enroll, no quote issued. So basically we would enter their contact info, and then a Sales Order. Is this possible? Or do we need to modify the system to do this?
1.0
Eliminate Steps in Sales Process - I am looking at the sales process I have some questions. Can we disable the required steps needs to complete a sales? We have some clients the will walk in and enroll, no quote issued. So basically we would enter their contact info, and then a Sales Order. Is this possible? Or do we need to modify the system to do this?
priority
eliminate steps in sales process i am looking at the sales process i have some questions can we disable the required steps needs to complete a sales we have some clients the will walk in and enroll no quote issued so basically we would enter their contact info and then a sales order is this possible or do we need to modify the system to do this
1
149,320
5,716,473,304
IssuesEvent
2017-04-19 15:12:46
duckduckgo/zeroclickinfo-fathead
https://api.github.com/repos/duckduckgo/zeroclickinfo-fathead
opened
Apple Discussion Fathead
Category: Highest Impact Tasks Priority: High Skill: JavaScript Status: Work In Progress Suggestion Topic: Other
## Description <!-- Describe the bug or suggestion in detail --> We should create a fathead parser that scrapes the questions with accepted answers https://discussions.apple.com/ ## People to notify <!-- Please @mention any relevant people/organizations here:--> @pjhampton @moollaza ## Get Started - [x] 1) Claim this issue by commenting below - [x] 2) Review our [Contributing Guide](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/CONTRIBUTING.md) - [x] 3) [Set up your development environment](https://docs.duckduckhack.com/welcome/setup-dev-environment.html), and fork this repository - [ ] 4) Create a Pull Request ## Resources - Join [DuckDuckHack Slack](https://quackslack.herokuapp.com/) to ask questions - Join the [DuckDuckHack Forum](https://forum.duckduckhack.com/) to discuss project planning and Instant Answer metrics - Read the [DuckDuckHack Documentation](https://docs.duckduckhack.com/) for technical help <!-- DO NOT REMOVE --> --- <!-- The Instant Answer ID can be found by clicking the `?` icon beside the Instant Answer result on DuckDuckGo.com --> Instant Answer Page: https://duck.co/ia/view/{ID} (To be created by Kush) <!-- FILL THIS IN: ^^^^ -->
1.0
Apple Discussion Fathead - ## Description <!-- Describe the bug or suggestion in detail --> We should create a fathead parser that scrapes the questions with accepted answers https://discussions.apple.com/ ## People to notify <!-- Please @mention any relevant people/organizations here:--> @pjhampton @moollaza ## Get Started - [x] 1) Claim this issue by commenting below - [x] 2) Review our [Contributing Guide](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/CONTRIBUTING.md) - [x] 3) [Set up your development environment](https://docs.duckduckhack.com/welcome/setup-dev-environment.html), and fork this repository - [ ] 4) Create a Pull Request ## Resources - Join [DuckDuckHack Slack](https://quackslack.herokuapp.com/) to ask questions - Join the [DuckDuckHack Forum](https://forum.duckduckhack.com/) to discuss project planning and Instant Answer metrics - Read the [DuckDuckHack Documentation](https://docs.duckduckhack.com/) for technical help <!-- DO NOT REMOVE --> --- <!-- The Instant Answer ID can be found by clicking the `?` icon beside the Instant Answer result on DuckDuckGo.com --> Instant Answer Page: https://duck.co/ia/view/{ID} (To be created by Kush) <!-- FILL THIS IN: ^^^^ -->
priority
apple discussion fathead description we should create a fathead parser that scrapes the questions with accepted answers people to notify pjhampton moollaza get started claim this issue by commenting below review our and fork this repository create a pull request resources join to ask questions join the to discuss project planning and instant answer metrics read the for technical help instant answer page to be created by kush
1
42,389
12,891,385,549
IssuesEvent
2020-07-13 17:38:14
jtimberlake/cloud-inquisitor
https://api.github.com/repos/jtimberlake/cloud-inquisitor
opened
CVE-2015-9251 (Medium) detected in multiple libraries
security vulnerability
## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.4.4.min.js</b>, <b>jquery-2.1.4.min.js</b>, <b>jquery-1.9.1.js</b></p></summary> <p> <details><summary><b>jquery-1.4.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4/jquery.min.js</a></p> <p>Path to dependency file: /tmp/ws-scm/cloud-inquisitor/frontend/node_modules/webdriver-js-extender/node_modules/selenium-webdriver/lib/test/data/mousePositionTracker.html</p> <p>Path to vulnerable library: /cloud-inquisitor/frontend/node_modules/webdriver-js-extender/node_modules/selenium-webdriver/lib/test/data/js/jquery-1.4.4.min.js,/cloud-inquisitor/frontend/node_modules/selenium-webdriver/lib/test/data/js/jquery-1.4.4.min.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.4.4.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-2.1.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js</a></p> <p>Path to dependency file: /tmp/ws-scm/cloud-inquisitor/frontend/node_modules/js-base64/.attic/test-moment/index.html</p> <p>Path to vulnerable library: /cloud-inquisitor/frontend/node_modules/js-base64/.attic/test-moment/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-2.1.4.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.9.1.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js</a></p> <p>Path to dependency file: /tmp/ws-scm/cloud-inquisitor/frontend/node_modules/spectrum-colorpicker/themes/index.html</p> <p>Path to vulnerable library: /cloud-inquisitor/frontend/node_modules/spectrum-colorpicker/themes/../docs/jquery-1.9.1.js,/cloud-inquisitor/frontend/node_modules/spectrum-colorpicker/example/../docs/jquery-1.9.1.js,/cloud-inquisitor/frontend/node_modules/tinycolor2/test/../demo/jquery-1.9.1.js,/cloud-inquisitor/frontend/node_modules/tinycolor2/demo/jquery-1.9.1.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.9.1.js** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/jtimberlake/cloud-inquisitor/commit/9ab260d6c3f35d496c2d8f888f9836b5afe9d06b">9ab260d6c3f35d496c2d8f888f9836b5afe9d06b</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed. <p>Publish Date: 2018-01-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-9251>CVE-2015-9251</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2015-9251">https://nvd.nist.gov/vuln/detail/CVE-2015-9251</a></p> <p>Release Date: 2018-01-18</p> <p>Fix Resolution: jQuery - v3.0.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.4.4","isTransitiveDependency":false,"dependencyTree":"jquery:1.4.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jQuery - v3.0.0"},{"packageType":"JavaScript","packageName":"jquery","packageVersion":"2.1.4","isTransitiveDependency":false,"dependencyTree":"jquery:2.1.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jQuery - v3.0.0"},{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.9.1","isTransitiveDependency":false,"dependencyTree":"jquery:1.9.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jQuery - v3.0.0"}],"vulnerabilityIdentifier":"CVE-2015-9251","vulnerabilityDetails":"jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-9251","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2015-9251 (Medium) detected in multiple libraries - ## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.4.4.min.js</b>, <b>jquery-2.1.4.min.js</b>, <b>jquery-1.9.1.js</b></p></summary> <p> <details><summary><b>jquery-1.4.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4/jquery.min.js</a></p> <p>Path to dependency file: /tmp/ws-scm/cloud-inquisitor/frontend/node_modules/webdriver-js-extender/node_modules/selenium-webdriver/lib/test/data/mousePositionTracker.html</p> <p>Path to vulnerable library: /cloud-inquisitor/frontend/node_modules/webdriver-js-extender/node_modules/selenium-webdriver/lib/test/data/js/jquery-1.4.4.min.js,/cloud-inquisitor/frontend/node_modules/selenium-webdriver/lib/test/data/js/jquery-1.4.4.min.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.4.4.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-2.1.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js</a></p> <p>Path to dependency file: /tmp/ws-scm/cloud-inquisitor/frontend/node_modules/js-base64/.attic/test-moment/index.html</p> <p>Path to vulnerable library: /cloud-inquisitor/frontend/node_modules/js-base64/.attic/test-moment/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-2.1.4.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.9.1.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js</a></p> <p>Path to dependency file: /tmp/ws-scm/cloud-inquisitor/frontend/node_modules/spectrum-colorpicker/themes/index.html</p> <p>Path to vulnerable library: /cloud-inquisitor/frontend/node_modules/spectrum-colorpicker/themes/../docs/jquery-1.9.1.js,/cloud-inquisitor/frontend/node_modules/spectrum-colorpicker/example/../docs/jquery-1.9.1.js,/cloud-inquisitor/frontend/node_modules/tinycolor2/test/../demo/jquery-1.9.1.js,/cloud-inquisitor/frontend/node_modules/tinycolor2/demo/jquery-1.9.1.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.9.1.js** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/jtimberlake/cloud-inquisitor/commit/9ab260d6c3f35d496c2d8f888f9836b5afe9d06b">9ab260d6c3f35d496c2d8f888f9836b5afe9d06b</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed. <p>Publish Date: 2018-01-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-9251>CVE-2015-9251</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2015-9251">https://nvd.nist.gov/vuln/detail/CVE-2015-9251</a></p> <p>Release Date: 2018-01-18</p> <p>Fix Resolution: jQuery - v3.0.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.4.4","isTransitiveDependency":false,"dependencyTree":"jquery:1.4.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jQuery - v3.0.0"},{"packageType":"JavaScript","packageName":"jquery","packageVersion":"2.1.4","isTransitiveDependency":false,"dependencyTree":"jquery:2.1.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jQuery - v3.0.0"},{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.9.1","isTransitiveDependency":false,"dependencyTree":"jquery:1.9.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jQuery - v3.0.0"}],"vulnerabilityIdentifier":"CVE-2015-9251","vulnerabilityDetails":"jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-9251","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_priority
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery js jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm cloud inquisitor frontend node modules webdriver js extender node modules selenium webdriver lib test data mousepositiontracker html path to vulnerable library cloud inquisitor frontend node modules webdriver js extender node modules selenium webdriver lib test data js jquery min js cloud inquisitor frontend node modules selenium webdriver lib test data js jquery min js dependency hierarchy x jquery min js vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm cloud inquisitor frontend node modules js attic test moment index html path to vulnerable library cloud inquisitor frontend node modules js attic test moment index html dependency hierarchy x jquery min js vulnerable library jquery js javascript library for dom operations library home page a href path to dependency file tmp ws scm cloud inquisitor frontend node modules spectrum colorpicker themes index html path to vulnerable library cloud inquisitor frontend node modules spectrum colorpicker themes docs jquery js cloud inquisitor frontend node modules spectrum colorpicker example docs jquery js cloud inquisitor frontend node modules test demo jquery js cloud inquisitor frontend node modules demo jquery js dependency hierarchy x jquery js vulnerable library found in head commit a href vulnerability details jquery before is vulnerable to cross site scripting xss attacks when a cross domain ajax request is performed without the datatype option causing text javascript responses to be executed publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails jquery before is vulnerable to cross site scripting xss attacks when a cross domain ajax request is performed without the datatype option causing text javascript responses to be executed vulnerabilityurl
0
276,251
8,589,687,713
IssuesEvent
2018-11-14 17:01:25
BBC-News/simorgh
https://api.github.com/repos/BBC-News/simorgh
opened
seoHeadline returning varying data
bug high priority
**Describe the bug** We are seeing Cypress failures on the E2E Cypress tests that read `CypressError: Timed out retrying: expected 'Royal wedding 2018: Bouquet laid on tomb of unknown warrior – BBC News' to equal 'Meghan\'s bouquet laid on tomb of unknown warrior – BBC News'`. This has been failing intermittently through today because we have a E2E test which checks the `<title>` meta element should match a static payload. **To Reproduce** https://ci.news.tools.bbc.co.uk/blue/organizations/jenkins/simorgh-infrastructure/detail/latest/67/pipeline **Expected behaviour** This test should not fail when data changes. **Suggested solution** Make the `<title>` test expectation dynamic by ensuring it matches the value provided in `content.promo.headlines,seoHeadline` - [x] Initially labelled with ["bug"](https://github.com/BBC-News/simorgh/labels/bug)
1.0
seoHeadline returning varying data - **Describe the bug** We are seeing Cypress failures on the E2E Cypress tests that read `CypressError: Timed out retrying: expected 'Royal wedding 2018: Bouquet laid on tomb of unknown warrior – BBC News' to equal 'Meghan\'s bouquet laid on tomb of unknown warrior – BBC News'`. This has been failing intermittently through today because we have a E2E test which checks the `<title>` meta element should match a static payload. **To Reproduce** https://ci.news.tools.bbc.co.uk/blue/organizations/jenkins/simorgh-infrastructure/detail/latest/67/pipeline **Expected behaviour** This test should not fail when data changes. **Suggested solution** Make the `<title>` test expectation dynamic by ensuring it matches the value provided in `content.promo.headlines,seoHeadline` - [x] Initially labelled with ["bug"](https://github.com/BBC-News/simorgh/labels/bug)
priority
seoheadline returning varying data describe the bug we are seeing cypress failures on the cypress tests that read cypresserror timed out retrying expected royal wedding bouquet laid on tomb of unknown warrior – bbc news to equal meghan s bouquet laid on tomb of unknown warrior – bbc news this has been failing intermittently through today because we have a test which checks the meta element should match a static payload to reproduce expected behaviour this test should not fail when data changes suggested solution make the test expectation dynamic by ensuring it matches the value provided in content promo headlines seoheadline initially labelled with
1
255,812
27,504,376,777
IssuesEvent
2023-03-06 01:14:02
maddyCode23/linux-4.1.15
https://api.github.com/repos/maddyCode23/linux-4.1.15
reopened
CVE-2020-27820 (Medium) detected in linux-yocto-4.1v4.1.17
security vulnerability
## CVE-2020-27820 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-4.1v4.1.17</b></p></summary> <p> <p>[no description]</p> <p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto-4.1>https://git.yoctoproject.org/git/linux-yocto-4.1</a></p> <p>Found in HEAD commit: <a href="https://github.com/maddyCode23/linux-4.1.15/commit/f1f3d2b150be669390b32dfea28e773471bdd6e7">f1f3d2b150be669390b32dfea28e773471bdd6e7</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/gpu/drm/nouveau/nouveau_drm.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A vulnerability was found in Linux kernel, where a use-after-frees in nouveau's postclose() handler could happen if removing device (that is not common to remove video card physically without power-off, but same happens if "unbind" the driver). <p>Publish Date: 2021-11-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-27820>CVE-2020-27820</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-27820">https://nvd.nist.gov/vuln/detail/CVE-2020-27820</a></p> <p>Release Date: 2021-11-03</p> <p>Fix Resolution: linux-libc-headers - 5.13;linux-yocto - 5.4.20+gitAUTOINC+c11911d4d1_f4d7dbafb1,4.8.26+gitAUTOINC+1c60e003c7_27efc3ba68</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-27820 (Medium) detected in linux-yocto-4.1v4.1.17 - ## CVE-2020-27820 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-4.1v4.1.17</b></p></summary> <p> <p>[no description]</p> <p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto-4.1>https://git.yoctoproject.org/git/linux-yocto-4.1</a></p> <p>Found in HEAD commit: <a href="https://github.com/maddyCode23/linux-4.1.15/commit/f1f3d2b150be669390b32dfea28e773471bdd6e7">f1f3d2b150be669390b32dfea28e773471bdd6e7</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/gpu/drm/nouveau/nouveau_drm.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A vulnerability was found in Linux kernel, where a use-after-frees in nouveau's postclose() handler could happen if removing device (that is not common to remove video card physically without power-off, but same happens if "unbind" the driver). <p>Publish Date: 2021-11-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-27820>CVE-2020-27820</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-27820">https://nvd.nist.gov/vuln/detail/CVE-2020-27820</a></p> <p>Release Date: 2021-11-03</p> <p>Fix Resolution: linux-libc-headers - 5.13;linux-yocto - 5.4.20+gitAUTOINC+c11911d4d1_f4d7dbafb1,4.8.26+gitAUTOINC+1c60e003c7_27efc3ba68</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in linux yocto cve medium severity vulnerability vulnerable library linux yocto library home page a href found in head commit a href found in base branch master vulnerable source files drivers gpu drm nouveau nouveau drm c vulnerability details a vulnerability was found in linux kernel where a use after frees in nouveau s postclose handler could happen if removing device that is not common to remove video card physically without power off but same happens if unbind the driver publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution linux libc headers linux yocto gitautoinc gitautoinc step up your open source security game with mend
0
489,663
14,109,440,761
IssuesEvent
2020-11-06 19:35:36
dart-lang/pub
https://api.github.com/repos/dart-lang/pub
closed
pub outdated --mode=null-safety output is confusing
feature-request high priority
Running `dart pub outdated --mode=null-safety` on my project says that all packages fully support null safety, but `dart migrate`displays a warning. ``` dart --version Dart SDK version: 2.12.0-edge.bf968d56270185ffd7b2600288e56f82c5bbe09d (be) (Fri Oct 30 20:59:22 2020 +0000) on "macos_x64" ``` ## Steps to reproduce 1. Create a new "dart package" project in IntelliJ ```yaml name: null_safety_migration_messages description: A starting point for Dart libraries or applications. environment: sdk: '>=2.12.0 <3.0.0' dev_dependencies: test: '>=1.15.4 <2.0.0' pedantic: ">=1.9.2 <2.0.0" coverage: ">=0.13.11 <0.14.0" ``` Run `dart pub outdated --mode=null-safety` ``` dart pub outdated --mode=null-safety Running in 'null safety' mode. Showing packages where the current version doesn't fully support null safety. Dependencies Current Upgradable Resolvable Latest all fully support null safety dev_dependencies coverage 0.14.1 - - 0.14.1 pedantic 1.9.2 - - 1.9.2 test 1.15.4 - - 1.15.4 transitive dependencies: all fully support null safety transitive dev_dependencies _fe_analyzer_shared 12.0.0 - - 12.0.0 analyzer 0.40.5 - - 0.40.5 args 1.6.0 - - 1.6.0 async 2.4.2 - - 2.4.2 boolean_selector 2.0.0 - - 2.0.0 charcode 1.1.3 - - 1.1.3 cli_util 0.2.0 - - 0.2.0 collection 1.14.13 - - 1.14.13 convert 2.1.1 - - 2.1.1 crypto 2.1.5 - - 2.1.5 glob 1.2.0 - - 1.2.0 http 0.12.2 - - 0.12.2 http_multi_server 2.2.0 - - 2.2.0 http_parser 3.1.4 - - 3.1.4 io 0.3.4 - - 0.3.4 js 0.6.2 - - 0.6.2 logging 0.11.4 - - 0.11.4 matcher 0.12.9 - - 0.12.9 meta 1.2.3 - - 1.2.3 mime 0.9.7 - - 0.9.7 node_interop 1.2.0 - - 1.2.0 node_io 1.1.1 - - 1.1.1 node_preamble 1.4.12 - - 1.4.12 package_config 1.9.3 - - 1.9.3 path 1.7.0 - - 1.7.0 pool 1.4.0 - - 1.4.0 pub_semver 1.4.4 - - 1.4.4 shelf 0.7.9 - - 0.7.9 shelf_packages_handler 2.0.0 - - 2.0.0 shelf_static 0.2.8 - - 0.2.8 shelf_web_socket 0.2.3 - - 0.2.3 source_map_stack_trace 2.0.0 - - 2.0.0 source_maps 0.10.9 - - 0.10.9 source_span 1.7.0 - - 1.7.0 stack_trace 1.9.5 - - 1.9.5 stream_channel 2.0.0 - - 2.0.0 string_scanner 1.0.5 - - 1.0.5 term_glyph 1.1.0 - - 1.1.0 test_api 0.2.18 - - 0.2.18 test_core 0.3.11+1 - - 0.3.11+1 typed_data 1.2.0 - - 1.2.0 vm_service 4.2.0 - - 5.4.0 watcher 0.9.7+15 - - 0.9.7+15 web_socket_channel 1.1.0 - - 1.1.0 webkit_inspection_protocol 0.7.3 - - 0.7.3 yaml 2.2.1 - - 2.2.1 Dependencies are all constrained to the latest resolvable versions. Newer versions, while available, are not mutually compatible. ```
1.0
pub outdated --mode=null-safety output is confusing - Running `dart pub outdated --mode=null-safety` on my project says that all packages fully support null safety, but `dart migrate`displays a warning. ``` dart --version Dart SDK version: 2.12.0-edge.bf968d56270185ffd7b2600288e56f82c5bbe09d (be) (Fri Oct 30 20:59:22 2020 +0000) on "macos_x64" ``` ## Steps to reproduce 1. Create a new "dart package" project in IntelliJ ```yaml name: null_safety_migration_messages description: A starting point for Dart libraries or applications. environment: sdk: '>=2.12.0 <3.0.0' dev_dependencies: test: '>=1.15.4 <2.0.0' pedantic: ">=1.9.2 <2.0.0" coverage: ">=0.13.11 <0.14.0" ``` Run `dart pub outdated --mode=null-safety` ``` dart pub outdated --mode=null-safety Running in 'null safety' mode. Showing packages where the current version doesn't fully support null safety. Dependencies Current Upgradable Resolvable Latest all fully support null safety dev_dependencies coverage 0.14.1 - - 0.14.1 pedantic 1.9.2 - - 1.9.2 test 1.15.4 - - 1.15.4 transitive dependencies: all fully support null safety transitive dev_dependencies _fe_analyzer_shared 12.0.0 - - 12.0.0 analyzer 0.40.5 - - 0.40.5 args 1.6.0 - - 1.6.0 async 2.4.2 - - 2.4.2 boolean_selector 2.0.0 - - 2.0.0 charcode 1.1.3 - - 1.1.3 cli_util 0.2.0 - - 0.2.0 collection 1.14.13 - - 1.14.13 convert 2.1.1 - - 2.1.1 crypto 2.1.5 - - 2.1.5 glob 1.2.0 - - 1.2.0 http 0.12.2 - - 0.12.2 http_multi_server 2.2.0 - - 2.2.0 http_parser 3.1.4 - - 3.1.4 io 0.3.4 - - 0.3.4 js 0.6.2 - - 0.6.2 logging 0.11.4 - - 0.11.4 matcher 0.12.9 - - 0.12.9 meta 1.2.3 - - 1.2.3 mime 0.9.7 - - 0.9.7 node_interop 1.2.0 - - 1.2.0 node_io 1.1.1 - - 1.1.1 node_preamble 1.4.12 - - 1.4.12 package_config 1.9.3 - - 1.9.3 path 1.7.0 - - 1.7.0 pool 1.4.0 - - 1.4.0 pub_semver 1.4.4 - - 1.4.4 shelf 0.7.9 - - 0.7.9 shelf_packages_handler 2.0.0 - - 2.0.0 shelf_static 0.2.8 - - 0.2.8 shelf_web_socket 0.2.3 - - 0.2.3 source_map_stack_trace 2.0.0 - - 2.0.0 source_maps 0.10.9 - - 0.10.9 source_span 1.7.0 - - 1.7.0 stack_trace 1.9.5 - - 1.9.5 stream_channel 2.0.0 - - 2.0.0 string_scanner 1.0.5 - - 1.0.5 term_glyph 1.1.0 - - 1.1.0 test_api 0.2.18 - - 0.2.18 test_core 0.3.11+1 - - 0.3.11+1 typed_data 1.2.0 - - 1.2.0 vm_service 4.2.0 - - 5.4.0 watcher 0.9.7+15 - - 0.9.7+15 web_socket_channel 1.1.0 - - 1.1.0 webkit_inspection_protocol 0.7.3 - - 0.7.3 yaml 2.2.1 - - 2.2.1 Dependencies are all constrained to the latest resolvable versions. Newer versions, while available, are not mutually compatible. ```
priority
pub outdated mode null safety output is confusing running dart pub outdated mode null safety on my project says that all packages fully support null safety but dart migrate displays a warning dart version dart sdk version edge be fri oct on macos steps to reproduce create a new dart package project in intellij yaml name null safety migration messages description a starting point for dart libraries or applications environment sdk dev dependencies test pedantic coverage run dart pub outdated mode null safety dart pub outdated mode null safety running in null safety mode showing packages where the current version doesn t fully support null safety dependencies current upgradable resolvable latest all fully support null safety dev dependencies coverage pedantic test transitive dependencies all fully support null safety transitive dev dependencies fe analyzer shared analyzer args async boolean selector charcode cli util collection convert crypto glob http http multi server http parser io js logging matcher meta mime node interop node io node preamble package config path pool pub semver shelf shelf packages handler shelf static shelf web socket source map stack trace source maps source span stack trace stream channel string scanner term glyph test api test core typed data vm service watcher web socket channel webkit inspection protocol yaml dependencies are all constrained to the latest resolvable versions newer versions while available are not mutually compatible
1
797,941
28,210,546,462
IssuesEvent
2023-04-05 03:40:05
AY2223S2-CS2103T-T12-2/tp
https://api.github.com/repos/AY2223S2-CS2103T-T12-2/tp
reopened
Add current ward of patient
type.Story priority.High
As a staff member, I want to add current ward of patient so that I can keep track of patient location
1.0
Add current ward of patient - As a staff member, I want to add current ward of patient so that I can keep track of patient location
priority
add current ward of patient as a staff member i want to add current ward of patient so that i can keep track of patient location
1
20,429
6,040,205,811
IssuesEvent
2017-06-10 12:01:20
numbbo/coco
https://api.github.com/repos/numbbo/coco
closed
evaluate_function's bookkeeping is wrong for constraints
bbob-constrained bug Code-Experiments Priority-High
In the case of constraints, no restarts are triggered at the moment because the bookkeeping of the best observed `f`-value in the `evaluate_function` call does not take into account whether the evaluated point is actually feasible: ``` /* A little bit of bookkeeping */ if (y[0] < problem->best_observed_fvalue[0]) { problem->best_observed_fvalue[0] = y[0]; problem->best_observed_evaluation[0] = problem->evaluations; } ``` This should be fixed to get reasonable results on the `bbob-constrained` test suite.
1.0
evaluate_function's bookkeeping is wrong for constraints - In the case of constraints, no restarts are triggered at the moment because the bookkeeping of the best observed `f`-value in the `evaluate_function` call does not take into account whether the evaluated point is actually feasible: ``` /* A little bit of bookkeeping */ if (y[0] < problem->best_observed_fvalue[0]) { problem->best_observed_fvalue[0] = y[0]; problem->best_observed_evaluation[0] = problem->evaluations; } ``` This should be fixed to get reasonable results on the `bbob-constrained` test suite.
non_priority
evaluate function s bookkeeping is wrong for constraints in the case of constraints no restarts are triggered at the moment because the bookkeeping of the best observed f value in the evaluate function call does not take into account whether the evaluated point is actually feasible a little bit of bookkeeping if y best observed fvalue problem best observed fvalue y problem best observed evaluation problem evaluations this should be fixed to get reasonable results on the bbob constrained test suite
0
260,978
8,221,873,402
IssuesEvent
2018-09-06 04:39:08
SETI/pds-opus
https://api.github.com/repos/SETI/pds-opus
closed
OPUS should send email when cart references non-existent files
A-Bug Effort 2 Medium Priority 2
Originally reported by: **lisa ballard (Bitbucket: [basilleaf](https://bitbucket.org/basilleaf), GitHub: [basilleaf](https://github.com/basilleaf))** --- see logs 10am to 11:20 EDT 5/14 cart issued 'not found' voyager images --- - Bitbucket: https://bitbucket.org/ringsnode/opus2/issue/153
1.0
OPUS should send email when cart references non-existent files - Originally reported by: **lisa ballard (Bitbucket: [basilleaf](https://bitbucket.org/basilleaf), GitHub: [basilleaf](https://github.com/basilleaf))** --- see logs 10am to 11:20 EDT 5/14 cart issued 'not found' voyager images --- - Bitbucket: https://bitbucket.org/ringsnode/opus2/issue/153
priority
opus should send email when cart references non existent files originally reported by lisa ballard bitbucket github see logs to edt cart issued not found voyager images bitbucket
1
413,648
27,963,139,985
IssuesEvent
2023-03-24 17:08:43
ArtBlocks/artblocks-contracts
https://api.github.com/repos/ArtBlocks/artblocks-contracts
closed
Incorporate architecture diagrams in the documentation within this repo
documentation cleanup
@ryley-o an idea for a future polish week
1.0
Incorporate architecture diagrams in the documentation within this repo - @ryley-o an idea for a future polish week
non_priority
incorporate architecture diagrams in the documentation within this repo ryley o an idea for a future polish week
0
68,905
7,113,598,609
IssuesEvent
2018-01-17 21:03:58
vmware/vic
https://api.github.com/repos/vmware/vic
closed
23-01-Metadata Get version never succeeded with the retries
component/test priority/high team/lifecycle
https://ci.vcna.io/vmware/vic/15673 ``` Jan 16 2018 22:03:29.736Z INFO Starting Service. Version: "v1.3.0-rc1-15673-1adca0a" Jan 16 2018 22:03:29.805Z INFO Serving pprof at http://localhost:6060 Jan 16 2018 22:03:29.847Z INFO Serving vic machine at http://127.0.0.1:1337 Jan 16 2018 22:04:18.381Z DEBUG op=8652.1: [NewOperation] op=8652.1 [vic/lib/apiservers/service/restapi.addLogging.func1:213] ``` By all accounts the service started as expected, but never saw any request until the next test almost a minute later
1.0
23-01-Metadata Get version never succeeded with the retries - https://ci.vcna.io/vmware/vic/15673 ``` Jan 16 2018 22:03:29.736Z INFO Starting Service. Version: "v1.3.0-rc1-15673-1adca0a" Jan 16 2018 22:03:29.805Z INFO Serving pprof at http://localhost:6060 Jan 16 2018 22:03:29.847Z INFO Serving vic machine at http://127.0.0.1:1337 Jan 16 2018 22:04:18.381Z DEBUG op=8652.1: [NewOperation] op=8652.1 [vic/lib/apiservers/service/restapi.addLogging.func1:213] ``` By all accounts the service started as expected, but never saw any request until the next test almost a minute later
non_priority
metadata get version never succeeded with the retries jan info starting service version jan info serving pprof at jan info serving vic machine at jan debug op op by all accounts the service started as expected but never saw any request until the next test almost a minute later
0
310,315
9,488,492,164
IssuesEvent
2019-04-22 19:43:37
kubernetes-sigs/cluster-api-provider-aws
https://api.github.com/repos/kubernetes-sigs/cluster-api-provider-aws
closed
Bazel version for periodics is outdated
kind/bug lifecycle/active priority/important-longterm
/kind bug We've been seeing consistent failures in the prow periodic job. The [current failure](https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/periodic-cluster-api-provider-aws-bazel-e2e/1120356433536225283) is a Bazel problem. Prow is using 0.18.1. The output that I reproduced locally with that Bazel version is: ``` chuckh-a01:cluster-api-provider-aws cha$ ./bazel build //pkg/cloud/aws/services/mocks:mocks \ > //pkg/cloud/aws/services/ec2/mock_ec2iface:mocks \ > //pkg/cloud/aws/services/elb/mock_elbiface:mocks WARNING: failed to raise resource limit 8 to 524288: Invalid argument Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Repository rule 'bazel_skylib' returned: {"remote": "https://github.com/bazelbuild/bazel-skylib", "commit": "6741f733227dc68137512161a5ce6fcf283e3f58", "shallow_since": "2019-02-08", "init_submodules": False, "verbose": False, "strip_prefix": "", "patches": [], "patch_tool": "patch", "patch_args": ["-p0"], "patch_cmds": [], "name": "bazel_skylib"} ERROR: /private/var/tmp/_bazel_cha/b7ce3b297716e241b109da3b2c60846f/external/bazel_gomock/gomock.bzl:100:5: name '_gomock_prog_gen' is not defined ERROR: Skipping '//pkg/cloud/aws/services/ec2/mock_ec2iface:mocks': error loading package 'pkg/cloud/aws/services/ec2/mock_ec2iface': Extension 'gomock.bzl' has errors ERROR: error loading package 'pkg/cloud/aws/services/ec2/mock_ec2iface': Extension 'gomock.bzl' has errors INFO: Elapsed time: 34.954s INFO: 0 processes. FAILED: Build did NOT complete successfully (0 packages loaded) currently loading: pkg/cloud/aws/services/ec2/mock_ec2iface ... (3 packages) ``` but with bazel 0.21.0 the build finished successfully. We must update the kubekins version the prow job is using. /assign /priority important-longterm /lifecycle active **Environment:** - Cluster-api-provider-aws version: - Kubernetes version: (use `kubectl version`): - OS (e.g. from `/etc/os-release`):
1.0
Bazel version for periodics is outdated - /kind bug We've been seeing consistent failures in the prow periodic job. The [current failure](https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/periodic-cluster-api-provider-aws-bazel-e2e/1120356433536225283) is a Bazel problem. Prow is using 0.18.1. The output that I reproduced locally with that Bazel version is: ``` chuckh-a01:cluster-api-provider-aws cha$ ./bazel build //pkg/cloud/aws/services/mocks:mocks \ > //pkg/cloud/aws/services/ec2/mock_ec2iface:mocks \ > //pkg/cloud/aws/services/elb/mock_elbiface:mocks WARNING: failed to raise resource limit 8 to 524288: Invalid argument Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Repository rule 'bazel_skylib' returned: {"remote": "https://github.com/bazelbuild/bazel-skylib", "commit": "6741f733227dc68137512161a5ce6fcf283e3f58", "shallow_since": "2019-02-08", "init_submodules": False, "verbose": False, "strip_prefix": "", "patches": [], "patch_tool": "patch", "patch_args": ["-p0"], "patch_cmds": [], "name": "bazel_skylib"} ERROR: /private/var/tmp/_bazel_cha/b7ce3b297716e241b109da3b2c60846f/external/bazel_gomock/gomock.bzl:100:5: name '_gomock_prog_gen' is not defined ERROR: Skipping '//pkg/cloud/aws/services/ec2/mock_ec2iface:mocks': error loading package 'pkg/cloud/aws/services/ec2/mock_ec2iface': Extension 'gomock.bzl' has errors ERROR: error loading package 'pkg/cloud/aws/services/ec2/mock_ec2iface': Extension 'gomock.bzl' has errors INFO: Elapsed time: 34.954s INFO: 0 processes. FAILED: Build did NOT complete successfully (0 packages loaded) currently loading: pkg/cloud/aws/services/ec2/mock_ec2iface ... (3 packages) ``` but with bazel 0.21.0 the build finished successfully. We must update the kubekins version the prow job is using. /assign /priority important-longterm /lifecycle active **Environment:** - Cluster-api-provider-aws version: - Kubernetes version: (use `kubectl version`): - OS (e.g. from `/etc/os-release`):
priority
bazel version for periodics is outdated kind bug we ve been seeing consistent failures in the prow periodic job the is a bazel problem prow is using the output that i reproduced locally with that bazel version is chuckh cluster api provider aws cha bazel build pkg cloud aws services mocks mocks pkg cloud aws services mock mocks pkg cloud aws services elb mock elbiface mocks warning failed to raise resource limit to invalid argument extracting bazel installation starting local bazel server and connecting to it info repository rule bazel skylib returned remote commit shallow since init submodules false verbose false strip prefix patches patch tool patch patch args patch cmds name bazel skylib error private var tmp bazel cha external bazel gomock gomock bzl name gomock prog gen is not defined error skipping pkg cloud aws services mock mocks error loading package pkg cloud aws services mock extension gomock bzl has errors error error loading package pkg cloud aws services mock extension gomock bzl has errors info elapsed time info processes failed build did not complete successfully packages loaded currently loading pkg cloud aws services mock packages but with bazel the build finished successfully we must update the kubekins version the prow job is using assign priority important longterm lifecycle active environment cluster api provider aws version kubernetes version use kubectl version os e g from etc os release
1
5,564
3,962,894,468
IssuesEvent
2016-05-02 18:28:44
autosportlabs/RaceCapture_App
https://api.github.com/repos/autosportlabs/RaceCapture_App
opened
Make dashboard navigation arrows larger / easier to touch
Dashboard / UI usability
Need to make it easier to navigate screens, especially with gloves. Riffing off of the auto-brightening configuration icon, possibly make the icon size for the arrows grow larger if the screen is touched. Or have them large and make them dim when not in use.
True
Make dashboard navigation arrows larger / easier to touch - Need to make it easier to navigate screens, especially with gloves. Riffing off of the auto-brightening configuration icon, possibly make the icon size for the arrows grow larger if the screen is touched. Or have them large and make them dim when not in use.
non_priority
make dashboard navigation arrows larger easier to touch need to make it easier to navigate screens especially with gloves riffing off of the auto brightening configuration icon possibly make the icon size for the arrows grow larger if the screen is touched or have them large and make them dim when not in use
0
500,287
14,495,339,766
IssuesEvent
2020-12-11 11:02:11
kubernetes/website
https://api.github.com/repos/kubernetes/website
closed
document volume topology
lifecycle/rotten priority/backlog sig/scheduling sig/storage
**This is a Feature Request** **What would you like to be added** Volumes may be available only in some subset of the cluster (topology segments). The Pod scheduler or more precisely, the volume binder plugin for the scheduler, consider this when choosing nodes. This doesn't seem to be documented at the moment. **Why is this needed** https://kubernetes.io/docs/concepts/storage/storage-classes/#volume-binding-mode describes "Allowed Topologies" and that this should not be needed and is only offered "if still required" - without further information, it's not obvious to readers when that is the case. **Comments** We started adding links from content/en/docs/concepts/scheduling-eviction/kube-scheduler.md back to volume scheduler aspects in https://github.com/kubernetes/website/pull/21634. If a better link for "volume topology" becomes available, that page also should be updated.
1.0
document volume topology - **This is a Feature Request** **What would you like to be added** Volumes may be available only in some subset of the cluster (topology segments). The Pod scheduler or more precisely, the volume binder plugin for the scheduler, consider this when choosing nodes. This doesn't seem to be documented at the moment. **Why is this needed** https://kubernetes.io/docs/concepts/storage/storage-classes/#volume-binding-mode describes "Allowed Topologies" and that this should not be needed and is only offered "if still required" - without further information, it's not obvious to readers when that is the case. **Comments** We started adding links from content/en/docs/concepts/scheduling-eviction/kube-scheduler.md back to volume scheduler aspects in https://github.com/kubernetes/website/pull/21634. If a better link for "volume topology" becomes available, that page also should be updated.
priority
document volume topology this is a feature request what would you like to be added volumes may be available only in some subset of the cluster topology segments the pod scheduler or more precisely the volume binder plugin for the scheduler consider this when choosing nodes this doesn t seem to be documented at the moment why is this needed describes allowed topologies and that this should not be needed and is only offered if still required without further information it s not obvious to readers when that is the case comments we started adding links from content en docs concepts scheduling eviction kube scheduler md back to volume scheduler aspects in if a better link for volume topology becomes available that page also should be updated
1
106,905
11,501,886,715
IssuesEvent
2020-02-12 18:01:15
phpDocumentor/phpDocumentor
https://api.github.com/repos/phpDocumentor/phpDocumentor
closed
Add to FAQ: SVG is not shown when serving remotely
documentation
Some Apache configurations use the wrong mime type for SVG; which results in SVG files not being shown using the <img> tag in modern browsers. See: http://planetsvg.com/tools/mime.php
1.0
Add to FAQ: SVG is not shown when serving remotely - Some Apache configurations use the wrong mime type for SVG; which results in SVG files not being shown using the <img> tag in modern browsers. See: http://planetsvg.com/tools/mime.php
non_priority
add to faq svg is not shown when serving remotely some apache configurations use the wrong mime type for svg which results in svg files not being shown using the tag in modern browsers see
0
121,145
25,933,624,332
IssuesEvent
2022-12-16 12:13:25
Onelinerhub/onelinerhub
https://api.github.com/repos/Onelinerhub/onelinerhub
closed
Short solution needed: "How to extract bag of words" (python-scikit-learn)
help wanted good first issue code python-scikit-learn
Please help us write most modern and shortest code solution for this issue: **How to extract bag of words** (technology: [python-scikit-learn](https://onelinerhub.com/python-scikit-learn)) ### Fast way Just write the code solution in the comments. ### Prefered way 1. Create [pull request](https://github.com/Onelinerhub/onelinerhub/blob/main/how-to-contribute.md) with a new code file inside [inbox folder](https://github.com/Onelinerhub/onelinerhub/tree/main/inbox). 2. Don't forget to [use comments](https://github.com/Onelinerhub/onelinerhub/blob/main/how-to-contribute.md#code-file-md-format) explain solution. 3. Link to this issue in comments of pull request.
1.0
Short solution needed: "How to extract bag of words" (python-scikit-learn) - Please help us write most modern and shortest code solution for this issue: **How to extract bag of words** (technology: [python-scikit-learn](https://onelinerhub.com/python-scikit-learn)) ### Fast way Just write the code solution in the comments. ### Prefered way 1. Create [pull request](https://github.com/Onelinerhub/onelinerhub/blob/main/how-to-contribute.md) with a new code file inside [inbox folder](https://github.com/Onelinerhub/onelinerhub/tree/main/inbox). 2. Don't forget to [use comments](https://github.com/Onelinerhub/onelinerhub/blob/main/how-to-contribute.md#code-file-md-format) explain solution. 3. Link to this issue in comments of pull request.
non_priority
short solution needed how to extract bag of words python scikit learn please help us write most modern and shortest code solution for this issue how to extract bag of words technology fast way just write the code solution in the comments prefered way create with a new code file inside don t forget to explain solution link to this issue in comments of pull request
0
513,115
14,916,263,552
IssuesEvent
2021-01-22 17:56:16
bounswe/bounswe2020group2
https://api.github.com/repos/bounswe/bounswe2020group2
closed
[ANDROID] Guest Options Refactor
effort: low priority: medium type: android
This is a ***feature*** issue. ##### **Description of the feature:** When the user enters the app as a guest, some options shouldn't be available for her which are: - Navigating to the complete order page - Adding products to shopping cart - Navigating to the bank accounts page ##### Possible solution: Necessary dialogs should be added to warn the user about logging in. ##### Benefit/Goals: The app will not crash when the user tries to complete her order as a guest. ##### **Deadline:** _**21.01.2020 @23:59**_
1.0
[ANDROID] Guest Options Refactor - This is a ***feature*** issue. ##### **Description of the feature:** When the user enters the app as a guest, some options shouldn't be available for her which are: - Navigating to the complete order page - Adding products to shopping cart - Navigating to the bank accounts page ##### Possible solution: Necessary dialogs should be added to warn the user about logging in. ##### Benefit/Goals: The app will not crash when the user tries to complete her order as a guest. ##### **Deadline:** _**21.01.2020 @23:59**_
priority
guest options refactor this is a feature issue description of the feature when the user enters the app as a guest some options shouldn t be available for her which are navigating to the complete order page adding products to shopping cart navigating to the bank accounts page possible solution necessary dialogs should be added to warn the user about logging in benefit goals the app will not crash when the user tries to complete her order as a guest deadline
1
1,303
2,511,464,948
IssuesEvent
2015-01-14 08:08:13
pixelated-project/pixelated-dispatcher
https://api.github.com/repos/pixelated-project/pixelated-dispatcher
closed
Know if a recently deployed Dispatcher package has a critical issue
4 - Done Priority 2
Was: test debian packages * Test if the packages are installable and conform to debian policies * Test if we can connect * Identify additional test opportunities and add here accordingly * Maybe run after a staging deploy * Maybe use piuparts and lintian
1.0
Know if a recently deployed Dispatcher package has a critical issue - Was: test debian packages * Test if the packages are installable and conform to debian policies * Test if we can connect * Identify additional test opportunities and add here accordingly * Maybe run after a staging deploy * Maybe use piuparts and lintian
priority
know if a recently deployed dispatcher package has a critical issue was test debian packages test if the packages are installable and conform to debian policies test if we can connect identify additional test opportunities and add here accordingly maybe run after a staging deploy maybe use piuparts and lintian
1
268,983
20,367,939,871
IssuesEvent
2022-02-21 08:22:56
eiri020/bdh
https://api.github.com/repos/eiri020/bdh
opened
Create separate docs folder
documentation
readme will be only a major introduction and refering to separate documentation files
1.0
Create separate docs folder - readme will be only a major introduction and refering to separate documentation files
non_priority
create separate docs folder readme will be only a major introduction and refering to separate documentation files
0
123,798
10,291,644,035
IssuesEvent
2019-08-27 12:56:51
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
teamcity: failed test: _unsupported_type_direct=false
C-test-failure O-robot
The following tests appear to have failed on master (testrace): _unsupported_type_direct=false You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+_unsupported_type_direct=false). [#1451542](https://teamcity.cockroachdb.com/viewLog.html?buildId=1451542): ``` _unsupported_type_direct=false --- FAIL: testrace/TestImportData/PGDUMP:_unsupported_type_direct=false (0.000s) Test ended in panic. ------- Stdout: ------- I190823 14:38:46.399832 231 storage/store.go:2593 [n1,s1,r80/1:/Table/1{09/1-11}] removing replica r83/1 I190823 14:38:46.442205 268 sql/event_log.go:130 [n1,client=127.0.0.1:42112,user=root] Event: "create_database", target: 144, info: {DatabaseName:d46 Statement:CREATE DATABASE d46 User:root} I190823 14:38:46.683104 268 sql/event_log.go:130 [n1,client=127.0.0.1:42112,user=root] Event: "drop_database", target: 144, info: {DatabaseName:d46 Statement:DROP DATABASE d46 User:root DroppedSchemaObjects:[]} ``` Please assign, take a look and update the issue accordingly.
1.0
teamcity: failed test: _unsupported_type_direct=false - The following tests appear to have failed on master (testrace): _unsupported_type_direct=false You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+_unsupported_type_direct=false). [#1451542](https://teamcity.cockroachdb.com/viewLog.html?buildId=1451542): ``` _unsupported_type_direct=false --- FAIL: testrace/TestImportData/PGDUMP:_unsupported_type_direct=false (0.000s) Test ended in panic. ------- Stdout: ------- I190823 14:38:46.399832 231 storage/store.go:2593 [n1,s1,r80/1:/Table/1{09/1-11}] removing replica r83/1 I190823 14:38:46.442205 268 sql/event_log.go:130 [n1,client=127.0.0.1:42112,user=root] Event: "create_database", target: 144, info: {DatabaseName:d46 Statement:CREATE DATABASE d46 User:root} I190823 14:38:46.683104 268 sql/event_log.go:130 [n1,client=127.0.0.1:42112,user=root] Event: "drop_database", target: 144, info: {DatabaseName:d46 Statement:DROP DATABASE d46 User:root DroppedSchemaObjects:[]} ``` Please assign, take a look and update the issue accordingly.
non_priority
teamcity failed test unsupported type direct false the following tests appear to have failed on master testrace unsupported type direct false you may want to check unsupported type direct false fail testrace testimportdata pgdump unsupported type direct false test ended in panic stdout storage store go removing replica sql event log go event create database target info databasename statement create database user root sql event log go event drop database target info databasename statement drop database user root droppedschemaobjects please assign take a look and update the issue accordingly
0
125,962
26,756,671,793
IssuesEvent
2023-01-31 01:09:14
neighbour-hoods/timetracking-applet
https://api.github.com/repos/neighbour-hoods/timetracking-applet
opened
Remove `window.__APOLLO_CLIENT__` assignment and use client from provided context
code quality
Some dirty workarounds are present here for https://github.com/apollo-elements/apollo-elements/issues/274. Once resolved we should update `lit`, remove direct assignment of `window.__APOLLO_CLIENT__`, and dynamically pass the client from element context into any `ApolloController` class constructors.
1.0
Remove `window.__APOLLO_CLIENT__` assignment and use client from provided context - Some dirty workarounds are present here for https://github.com/apollo-elements/apollo-elements/issues/274. Once resolved we should update `lit`, remove direct assignment of `window.__APOLLO_CLIENT__`, and dynamically pass the client from element context into any `ApolloController` class constructors.
non_priority
remove window apollo client assignment and use client from provided context some dirty workarounds are present here for once resolved we should update lit remove direct assignment of window apollo client and dynamically pass the client from element context into any apollocontroller class constructors
0
148,429
11,852,235,567
IssuesEvent
2020-03-24 19:32:44
OpenLiberty/open-liberty
https://api.github.com/repos/OpenLiberty/open-liberty
closed
update install packaging fat to properly skip on non-linux OSes
in:Install test bug
On a non-linux OS, this fat will fail when trying to read a non-existent /etc/os-release file
1.0
update install packaging fat to properly skip on non-linux OSes - On a non-linux OS, this fat will fail when trying to read a non-existent /etc/os-release file
non_priority
update install packaging fat to properly skip on non linux oses on a non linux os this fat will fail when trying to read a non existent etc os release file
0
339,786
10,262,179,543
IssuesEvent
2019-08-22 11:42:29
remicarette/ducknb
https://api.github.com/repos/remicarette/ducknb
closed
Duck - price
Priority
Modifier le lien edit pour qu'il envoie vers le form ajouter le price dans la base de données afficher le prix par jour sur l'index afficher le prix par jour la show
1.0
Duck - price - Modifier le lien edit pour qu'il envoie vers le form ajouter le price dans la base de données afficher le prix par jour sur l'index afficher le prix par jour la show
priority
duck price modifier le lien edit pour qu il envoie vers le form ajouter le price dans la base de données afficher le prix par jour sur l index afficher le prix par jour la show
1
424,261
12,308,482,556
IssuesEvent
2020-05-12 07:18:11
constellation-app/constellation
https://api.github.com/repos/constellation-app/constellation
closed
Basic support for Mac OS
enhancement priority request
<!-- ### Requirements * Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. * Have you read Constellation's Code of Conduct? By filing an issue, you are expected to comply with it, including treating everyone with respect: https://github.com/constellation-app/constellation/blob/master/CODE_OF_CONDUCT.md --> ### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Running the latest version of Constellation * Attached the ***Support Package*** via `Help > `Support Package` * Checked the FAQs: https://github.com/constellation-app/constellation/faq * Checked that your issue isn't already filed: https://github.com/constellation-app/constellation/issues * Checked that there is not already a module that provides the described functionality: https://github.com/constellation-app/constellation/repositories-catalog ### Description Provide basic support for Macs. Constellation currently does not run/isn't usable on a Mac ### Steps to Reproduce 1. Unzip Constellation on a Mac 2. Start Constellation **Expected behaviour:** Constellation should render a graph and the varies views as expected (like on a Windows machine) **Actual behaviour:** Constellation does not render a graph due to unsupported hardware **Reproduces how often:** 100%
1.0
Basic support for Mac OS - <!-- ### Requirements * Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. * Have you read Constellation's Code of Conduct? By filing an issue, you are expected to comply with it, including treating everyone with respect: https://github.com/constellation-app/constellation/blob/master/CODE_OF_CONDUCT.md --> ### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Running the latest version of Constellation * Attached the ***Support Package*** via `Help > `Support Package` * Checked the FAQs: https://github.com/constellation-app/constellation/faq * Checked that your issue isn't already filed: https://github.com/constellation-app/constellation/issues * Checked that there is not already a module that provides the described functionality: https://github.com/constellation-app/constellation/repositories-catalog ### Description Provide basic support for Macs. Constellation currently does not run/isn't usable on a Mac ### Steps to Reproduce 1. Unzip Constellation on a Mac 2. Start Constellation **Expected behaviour:** Constellation should render a graph and the varies views as expected (like on a Windows machine) **Actual behaviour:** Constellation does not render a graph due to unsupported hardware **Reproduces how often:** 100%
priority
basic support for mac os requirements filling out the template is required any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers discretion have you read constellation s code of conduct by filing an issue you are expected to comply with it including treating everyone with respect prerequisites put an x between the brackets on this line if you have done all of the following running the latest version of constellation attached the support package via help support package checked the faqs checked that your issue isn t already filed checked that there is not already a module that provides the described functionality description provide basic support for macs constellation currently does not run isn t usable on a mac steps to reproduce unzip constellation on a mac start constellation expected behaviour constellation should render a graph and the varies views as expected like on a windows machine actual behaviour constellation does not render a graph due to unsupported hardware reproduces how often
1
477,215
13,757,772,326
IssuesEvent
2020-10-06 22:20:20
magento/magento2
https://api.github.com/repos/magento/magento2
closed
[Issue] Avoid exception when config.xml nodes exist for not-installed payment methods
Component: Payment Fixed in 2.4.x Issue: Confirmed Issue: Ready for Work Priority: P3 Progress: dev in progress Reproduced on 2.4.x Severity: S3
This issue is automatically created based on existing pull request: magento/magento2#27940: Avoid exception when config.xml nodes exist for not-installed payment methods --------- ### Preconditions (*) Magento 2.4-develop When a payment configuration node exists in XML but there is no `<model>` defined, `getList()` will throw an `UnexpectedValueException`. One use case for creating such a set-up is a module that provides default configuration overrides for payment methods which are not installed on the current website. For example: ```xml <config> <default> <payment> <checkmo> <active>0</active> </checkmo> <not_installed_here> <debug>0</debug> <environment>production</environment> </not_installed_here> </payment> </default> </config> ``` In this case, the payment method `not_installed_here` does not have a `<model>` node defined, as the payment method module is not installed on the website. ### Steps to reproduce (*) 1. Add supplied XML or similar to a local module's `config.xml` 1. Browse to checkout with an item in basket 1. Observe (lack of) exception thrown during checkout page load ### Expected result (*) ### Actual result (*) **Additional information** I have not yet written/changed any unit/functional tests for this change. I suspect some existing tests may fail which I will review at a later date.
1.0
[Issue] Avoid exception when config.xml nodes exist for not-installed payment methods - This issue is automatically created based on existing pull request: magento/magento2#27940: Avoid exception when config.xml nodes exist for not-installed payment methods --------- ### Preconditions (*) Magento 2.4-develop When a payment configuration node exists in XML but there is no `<model>` defined, `getList()` will throw an `UnexpectedValueException`. One use case for creating such a set-up is a module that provides default configuration overrides for payment methods which are not installed on the current website. For example: ```xml <config> <default> <payment> <checkmo> <active>0</active> </checkmo> <not_installed_here> <debug>0</debug> <environment>production</environment> </not_installed_here> </payment> </default> </config> ``` In this case, the payment method `not_installed_here` does not have a `<model>` node defined, as the payment method module is not installed on the website. ### Steps to reproduce (*) 1. Add supplied XML or similar to a local module's `config.xml` 1. Browse to checkout with an item in basket 1. Observe (lack of) exception thrown during checkout page load ### Expected result (*) ### Actual result (*) **Additional information** I have not yet written/changed any unit/functional tests for this change. I suspect some existing tests may fail which I will review at a later date.
priority
avoid exception when config xml nodes exist for not installed payment methods this issue is automatically created based on existing pull request magento avoid exception when config xml nodes exist for not installed payment methods preconditions magento develop when a payment configuration node exists in xml but there is no defined getlist will throw an unexpectedvalueexception one use case for creating such a set up is a module that provides default configuration overrides for payment methods which are not installed on the current website for example xml production in this case the payment method not installed here does not have a node defined as the payment method module is not installed on the website steps to reproduce add supplied xml or similar to a local module s config xml browse to checkout with an item in basket observe lack of exception thrown during checkout page load expected result actual result additional information i have not yet written changed any unit functional tests for this change i suspect some existing tests may fail which i will review at a later date
1
575,729
17,048,210,470
IssuesEvent
2021-07-06 04:38:16
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Unreachable pattern error ignores guard
NBalNeeds Points/2 Priority/Blocker Team/CompilerFE Type/Bug
slbeta1 on ``` type Insn record { string op; }; function foo(Insn insn) returns string? { match insn { var { op } if op is "+" => { return "+"; } var { op } if op is "-" => { return "-"; } } return (); } ``` gives an `unreachable pattern` error on the second match pattern. It is of course not unreachable because of the guard on the first pattern.
1.0
Unreachable pattern error ignores guard - slbeta1 on ``` type Insn record { string op; }; function foo(Insn insn) returns string? { match insn { var { op } if op is "+" => { return "+"; } var { op } if op is "-" => { return "-"; } } return (); } ``` gives an `unreachable pattern` error on the second match pattern. It is of course not unreachable because of the guard on the first pattern.
priority
unreachable pattern error ignores guard on type insn record string op function foo insn insn returns string match insn var op if op is return var op if op is return return gives an unreachable pattern error on the second match pattern it is of course not unreachable because of the guard on the first pattern
1
54,234
13,490,163,038
IssuesEvent
2020-09-11 14:46:33
AeroScripts/QuestieDev
https://api.github.com/repos/AeroScripts/QuestieDev
closed
Quest issue around [12] Journey to the Crossroads
Questie - Quest Issue Sticky - BLOCKED Type - Defect
<!-- READ THIS FIRST Hello, thanks for taking the time to report a quest bug! Before you proceed, please verify that you're running the latest version of Questie. The easiest way to do this is via the Twitch client, but you can also download the latest version here: https://www.curseforge.com/wow/addons/questie Questie is one of the most popular Classic WoW addons, with over 15M downloads. However, like almost all WoW addons, it's built and maintained by a team of volunteers. The current Questie team is: * @BreakBB / TheCrux#1702 (Discord) - Development * @drejjmit / Drejjmit#8241 (Discord) - Testing/Research If you'd like to help, please consider making a donation. You can do so here: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=aero1861%40gmail%2ecom&lc=CA&item_name=Questie%20Devs&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted You can also help as a tester, developer or translator, please join the Questie Discord here https://discord.gg/fYcQfv7 --> ## Description <!-- Explain in detail what problem you encountered. Is a quest not showing or showing again or an objective not showing or a spawn missing? --> This quest is showing up in Camp Turajo, but it's not actually available. Tested on Tauren Druid. ## Wowhead link <!-- If this issue is about a quest/npc/item/... then please include a link to it from Wowhead: https://classic.wowhead.com --> * Journey to the Crossroads - Quest - World of Warcraft || https://classic.wowhead.com/quest=854/journey-to-the-crossroads ## Screenshots <!-- If you can, add a screenshot to help explaining the problem (e.g. of your map where a quest is not shown but the NPC has an ! above him). Simply drag and drop the image in this input field, no need to upload it to any other image platform. --> ![WoWScrnShot_061220_175004](https://user-images.githubusercontent.com/55365231/84582085-ebc8b180-adac-11ea-9e83-a1d8e07e8f0c.jpg) ## Questie version <!-- Which version of Questie are you using? You can find it by: - 1. Hovering over the Questie Minimap Icon - 2. looking at your Questie.toc file (open it with any text editor). It looks something like this: "v5.9.0" or "## Version: 5.9.0". -->
1.0
Quest issue around [12] Journey to the Crossroads - <!-- READ THIS FIRST Hello, thanks for taking the time to report a quest bug! Before you proceed, please verify that you're running the latest version of Questie. The easiest way to do this is via the Twitch client, but you can also download the latest version here: https://www.curseforge.com/wow/addons/questie Questie is one of the most popular Classic WoW addons, with over 15M downloads. However, like almost all WoW addons, it's built and maintained by a team of volunteers. The current Questie team is: * @BreakBB / TheCrux#1702 (Discord) - Development * @drejjmit / Drejjmit#8241 (Discord) - Testing/Research If you'd like to help, please consider making a donation. You can do so here: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=aero1861%40gmail%2ecom&lc=CA&item_name=Questie%20Devs&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted You can also help as a tester, developer or translator, please join the Questie Discord here https://discord.gg/fYcQfv7 --> ## Description <!-- Explain in detail what problem you encountered. Is a quest not showing or showing again or an objective not showing or a spawn missing? --> This quest is showing up in Camp Turajo, but it's not actually available. Tested on Tauren Druid. ## Wowhead link <!-- If this issue is about a quest/npc/item/... then please include a link to it from Wowhead: https://classic.wowhead.com --> * Journey to the Crossroads - Quest - World of Warcraft || https://classic.wowhead.com/quest=854/journey-to-the-crossroads ## Screenshots <!-- If you can, add a screenshot to help explaining the problem (e.g. of your map where a quest is not shown but the NPC has an ! above him). Simply drag and drop the image in this input field, no need to upload it to any other image platform. --> ![WoWScrnShot_061220_175004](https://user-images.githubusercontent.com/55365231/84582085-ebc8b180-adac-11ea-9e83-a1d8e07e8f0c.jpg) ## Questie version <!-- Which version of Questie are you using? You can find it by: - 1. Hovering over the Questie Minimap Icon - 2. looking at your Questie.toc file (open it with any text editor). It looks something like this: "v5.9.0" or "## Version: 5.9.0". -->
non_priority
quest issue around journey to the crossroads read this first hello thanks for taking the time to report a quest bug before you proceed please verify that you re running the latest version of questie the easiest way to do this is via the twitch client but you can also download the latest version here questie is one of the most popular classic wow addons with over downloads however like almost all wow addons it s built and maintained by a team of volunteers the current questie team is breakbb thecrux discord development drejjmit drejjmit discord testing research if you d like to help please consider making a donation you can do so here you can also help as a tester developer or translator please join the questie discord here description this quest is showing up in camp turajo but it s not actually available tested on tauren druid wowhead link journey to the crossroads quest world of warcraft screenshots questie version which version of questie are you using you can find it by hovering over the questie minimap icon looking at your questie toc file open it with any text editor it looks something like this or version
0
631,662
20,157,438,094
IssuesEvent
2022-02-09 17:46:11
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[studio-ui] submitted icon color does not match icon guide/legend
bug priority: low
### Bug Report #### Crafter CMS Version 4.0.0-rc1 #### Date of Build 1/7/2022 #### Describe the bug The submitted icon color does not match icon guide/legend #### To Reproduce Steps to reproduce the behavior: 1. Submit an object 2. Compare the icon associated with the items with the icon on the dashboard icon guide #### Logs N/a #### Screenshots <img width="1060" alt="Screen Shot 2022-01-10 at 3 32 25 PM" src="https://user-images.githubusercontent.com/169432/148835533-e918fcb2-7577-4aea-b8a2-beecea4b7a0c.png">
1.0
[studio-ui] submitted icon color does not match icon guide/legend - ### Bug Report #### Crafter CMS Version 4.0.0-rc1 #### Date of Build 1/7/2022 #### Describe the bug The submitted icon color does not match icon guide/legend #### To Reproduce Steps to reproduce the behavior: 1. Submit an object 2. Compare the icon associated with the items with the icon on the dashboard icon guide #### Logs N/a #### Screenshots <img width="1060" alt="Screen Shot 2022-01-10 at 3 32 25 PM" src="https://user-images.githubusercontent.com/169432/148835533-e918fcb2-7577-4aea-b8a2-beecea4b7a0c.png">
priority
submitted icon color does not match icon guide legend bug report crafter cms version date of build describe the bug the submitted icon color does not match icon guide legend to reproduce steps to reproduce the behavior submit an object compare the icon associated with the items with the icon on the dashboard icon guide logs n a screenshots img width alt screen shot at pm src
1
600,877
18,360,791,743
IssuesEvent
2021-10-09 06:56:56
wangzhongyi0510/fa21-cse110-lab3
https://api.github.com/repos/wangzhongyi0510/fa21-cse110-lab3
closed
Submission
Difficulty: Easy Work Duration: short Priority: today
README.md file with the link to your hosted GitHub Pages site, found at <username>.github.io/fa21-cse110-lab3 (make sure your site link works) Standup notes template in standup.md Relevant HTML (from Lab 2) and CSS files (from Lab 3)
1.0
Submission - README.md file with the link to your hosted GitHub Pages site, found at <username>.github.io/fa21-cse110-lab3 (make sure your site link works) Standup notes template in standup.md Relevant HTML (from Lab 2) and CSS files (from Lab 3)
priority
submission readme md file with the link to your hosted github pages site found at github io make sure your site link works standup notes template in standup md relevant html from lab and css files from lab
1
776,819
27,264,682,242
IssuesEvent
2023-02-22 17:08:01
ascheid/itsg33-pbmm-issue-gen
https://api.github.com/repos/ascheid/itsg33-pbmm-issue-gen
opened
PE-15: Water Damage Protection
Priority: P3 ITSG-33 Class: Operational Suggested Assignment: Physical Security Group Control: PE-15
# Control Definition (A) The organization protects the information system from damage resulting from water leakage by providing master shutoff or isolation valves that are accessible, working properly, and known to key personnel. # Class Operational # Supplemental Guidance This control applies primarily to facilities containing concentrations of information system resources including, for example, data centres, server rooms, and mainframe computer rooms. Isolation valves can be employed in addition to or in lieu of master shutoff valves to shut off water supplies in specific areas of concern, without affecting entire organizations. Related control: AT-3 # Suggested Assignment Physical Security Group # Support Teams IT Projects
1.0
PE-15: Water Damage Protection - # Control Definition (A) The organization protects the information system from damage resulting from water leakage by providing master shutoff or isolation valves that are accessible, working properly, and known to key personnel. # Class Operational # Supplemental Guidance This control applies primarily to facilities containing concentrations of information system resources including, for example, data centres, server rooms, and mainframe computer rooms. Isolation valves can be employed in addition to or in lieu of master shutoff valves to shut off water supplies in specific areas of concern, without affecting entire organizations. Related control: AT-3 # Suggested Assignment Physical Security Group # Support Teams IT Projects
priority
pe water damage protection control definition a the organization protects the information system from damage resulting from water leakage by providing master shutoff or isolation valves that are accessible working properly and known to key personnel class operational supplemental guidance this control applies primarily to facilities containing concentrations of information system resources including for example data centres server rooms and mainframe computer rooms isolation valves can be employed in addition to or in lieu of master shutoff valves to shut off water supplies in specific areas of concern without affecting entire organizations related control at suggested assignment physical security group support teams it projects
1
51,691
10,712,120,365
IssuesEvent
2019-10-25 08:17:15
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[APM] Convert APM code preview component to code snippet component from Code Search
Team:Code Team:apm [zube]: In Progress
**Describe the feature:** Code team is working toward getting the shared code snippet component ready to use. Let's use this issue to track the integration work together. Per our sync today, we are pending on the following items - [ ] Update the APM x Code code snippet design with runtime variables (mostly for Python service) (@formgeist, @daveyholler) - [ ] integrate the code snippet component into APM's app In the meanwhile, we will get the component itself and the documentation regarding the API ready this week. **Describe a specific use case for the feature:**
1.0
[APM] Convert APM code preview component to code snippet component from Code Search - **Describe the feature:** Code team is working toward getting the shared code snippet component ready to use. Let's use this issue to track the integration work together. Per our sync today, we are pending on the following items - [ ] Update the APM x Code code snippet design with runtime variables (mostly for Python service) (@formgeist, @daveyholler) - [ ] integrate the code snippet component into APM's app In the meanwhile, we will get the component itself and the documentation regarding the API ready this week. **Describe a specific use case for the feature:**
non_priority
convert apm code preview component to code snippet component from code search describe the feature code team is working toward getting the shared code snippet component ready to use let s use this issue to track the integration work together per our sync today we are pending on the following items update the apm x code code snippet design with runtime variables mostly for python service formgeist daveyholler integrate the code snippet component into apm s app in the meanwhile we will get the component itself and the documentation regarding the api ready this week describe a specific use case for the feature
0
372,145
25,984,186,204
IssuesEvent
2022-12-19 21:55:00
rosenpin/i3-agenda
https://api.github.com/repos/rosenpin/i3-agenda
closed
help message for the --date-format flag is missleading
documentation good first issue
the date-format flag is only respected if there are no events in the next week. If there's an event today, no date will appear. If the event is tomorrow, "Tomorrow at ..." will appear. If it's this week, it will say "Friday at ..." For example. The help message should mention that it will only be respected if there are no events in the next week ``` python if self.is_today(): return f"{event_datetime:%H:%M} " + result elif self.is_tomorrow(): return f"{event_datetime:Tomorrow at %H:%M} " + result elif self.is_this_week(): return f"{event_datetime:%a at %H:%M} " + result else: return f"{event_datetime:{date_format} at %H:%M} " + result ```
1.0
help message for the --date-format flag is missleading - the date-format flag is only respected if there are no events in the next week. If there's an event today, no date will appear. If the event is tomorrow, "Tomorrow at ..." will appear. If it's this week, it will say "Friday at ..." For example. The help message should mention that it will only be respected if there are no events in the next week ``` python if self.is_today(): return f"{event_datetime:%H:%M} " + result elif self.is_tomorrow(): return f"{event_datetime:Tomorrow at %H:%M} " + result elif self.is_this_week(): return f"{event_datetime:%a at %H:%M} " + result else: return f"{event_datetime:{date_format} at %H:%M} " + result ```
non_priority
help message for the date format flag is missleading the date format flag is only respected if there are no events in the next week if there s an event today no date will appear if the event is tomorrow tomorrow at will appear if it s this week it will say friday at for example the help message should mention that it will only be respected if there are no events in the next week python if self is today return f event datetime h m result elif self is tomorrow return f event datetime tomorrow at h m result elif self is this week return f event datetime a at h m result else return f event datetime date format at h m result
0
246,213
20,829,182,185
IssuesEvent
2022-03-19 05:57:42
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
ccl/logictestccl: TestCCLLogic failed
C-test-failure O-robot branch-release-22.1
ccl/logictestccl.TestCCLLogic [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4614744&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4614744&tab=artifacts#/) on release-22.1 @ [f5b42a4e3bbdadb25aee89a41871239a624d538d](https://github.com/cockroachdb/cockroach/commits/f5b42a4e3bbdadb25aee89a41871239a624d538d): ``` === RUN TestCCLLogic/local/crdb_internal/privileged_zones_test [05:57:39] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2713/execroot/cockroach/bazel-out/k8-dbg/bin/pkg/ccl/logictestccl/logictestccl_test_/logictestccl_test.runfiles/cockroach/pkg/ccl/logictestccl/testdata/logic_test/tenant_usage with config local: 5 tests, 0 failures [05:57:39] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2713/execroot/cockroach/bazel-out/k8-dbg/bin/pkg/ccl/logictestccl/logictestccl_test_/logictestccl_test.runfiles/cockroach/pkg/ccl/logictestccl/testdata/logic_test/as_of with config local: 77 tests, 0 failures [05:57:40] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2713/execroot/cockroach/bazel-out/k8-dbg/bin/pkg/ccl/logictestccl/logictestccl_test_/logictestccl_test.runfiles/cockroach/pkg/ccl/logictestccl/testdata/logic_test/changefeed with config local: 7 tests, 0 failures ``` <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Parameters in this failure: - TAGS=bazel,gss </p> </details> <details><summary>Same failure on other branches</summary> <p> - #75545 bazel: ccl/logictestccl: TestCCLLogic failed [C-test-failure O-robot T-sql-queries branch-master] </p> </details> /cc @cockroachdb/sql-queries <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestCCLLogic.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
1.0
ccl/logictestccl: TestCCLLogic failed - ccl/logictestccl.TestCCLLogic [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4614744&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4614744&tab=artifacts#/) on release-22.1 @ [f5b42a4e3bbdadb25aee89a41871239a624d538d](https://github.com/cockroachdb/cockroach/commits/f5b42a4e3bbdadb25aee89a41871239a624d538d): ``` === RUN TestCCLLogic/local/crdb_internal/privileged_zones_test [05:57:39] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2713/execroot/cockroach/bazel-out/k8-dbg/bin/pkg/ccl/logictestccl/logictestccl_test_/logictestccl_test.runfiles/cockroach/pkg/ccl/logictestccl/testdata/logic_test/tenant_usage with config local: 5 tests, 0 failures [05:57:39] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2713/execroot/cockroach/bazel-out/k8-dbg/bin/pkg/ccl/logictestccl/logictestccl_test_/logictestccl_test.runfiles/cockroach/pkg/ccl/logictestccl/testdata/logic_test/as_of with config local: 77 tests, 0 failures [05:57:40] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2713/execroot/cockroach/bazel-out/k8-dbg/bin/pkg/ccl/logictestccl/logictestccl_test_/logictestccl_test.runfiles/cockroach/pkg/ccl/logictestccl/testdata/logic_test/changefeed with config local: 7 tests, 0 failures ``` <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Parameters in this failure: - TAGS=bazel,gss </p> </details> <details><summary>Same failure on other branches</summary> <p> - #75545 bazel: ccl/logictestccl: TestCCLLogic failed [C-test-failure O-robot T-sql-queries branch-master] </p> </details> /cc @cockroachdb/sql-queries <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestCCLLogic.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
non_priority
ccl logictestccl testccllogic failed ccl logictestccl testccllogic with on release run testccllogic local crdb internal privileged zones test done home roach cache bazel bazel roach sandbox processwrapper sandbox execroot cockroach bazel out dbg bin pkg ccl logictestccl logictestccl test logictestccl test runfiles cockroach pkg ccl logictestccl testdata logic test tenant usage with config local tests failures done home roach cache bazel bazel roach sandbox processwrapper sandbox execroot cockroach bazel out dbg bin pkg ccl logictestccl logictestccl test logictestccl test runfiles cockroach pkg ccl logictestccl testdata logic test as of with config local tests failures done home roach cache bazel bazel roach sandbox processwrapper sandbox execroot cockroach bazel out dbg bin pkg ccl logictestccl logictestccl test logictestccl test runfiles cockroach pkg ccl logictestccl testdata logic test changefeed with config local tests failures help see also parameters in this failure tags bazel gss same failure on other branches bazel ccl logictestccl testccllogic failed cc cockroachdb sql queries
0
79,163
22,636,890,908
IssuesEvent
2022-06-30 19:59:21
dotnet/arcade
https://api.github.com/repos/dotnet/arcade
closed
Build failed: dotnet-arcade-validation-official/main #20220629.1
Build Failed
Build [#20220629.1](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1853611) partiallySucceeded ## :warning: : internal / dotnet-arcade-validation-official partiallySucceeded ### Summary **Finished** - Thu, 30 Jun 2022 01:53:36 GMT **Duration** - 110 minutes **Requested for** - Microsoft.VisualStudio.Services.TFS **Reason** - schedule ### Details #### Promote Arcade to '.NET Eng - Latest' channel - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/381) - The latest build on 'main' branch for the 'installer' repository was not successful. #### Build - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/113) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/114) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/21) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/22) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/44) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/51) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/125) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/102) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/135) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. ### Changes
1.0
Build failed: dotnet-arcade-validation-official/main #20220629.1 - Build [#20220629.1](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1853611) partiallySucceeded ## :warning: : internal / dotnet-arcade-validation-official partiallySucceeded ### Summary **Finished** - Thu, 30 Jun 2022 01:53:36 GMT **Duration** - 110 minutes **Requested for** - Microsoft.VisualStudio.Services.TFS **Reason** - schedule ### Details #### Promote Arcade to '.NET Eng - Latest' channel - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/381) - The latest build on 'main' branch for the 'installer' repository was not successful. #### Build - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/113) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/114) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/21) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/22) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/44) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/51) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/125) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/102) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. - :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1853611/logs/135) - Component Governance detected 2 security related alerts at or above 'High' severity. Microsoft’s Open Source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components. Vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency. ### Changes
non_priority
build failed dotnet arcade validation official main build partiallysucceeded warning internal dotnet arcade validation official partiallysucceeded summary finished thu jun gmt duration minutes requested for microsoft visualstudio services tfs reason schedule details promote arcade to net eng latest channel warning the latest build on main branch for the installer repository was not successful build warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency warning component governance detected security related alerts at or above high severity microsoft’s open source policy requires that all high and critical security vulnerabilities found by this task be addressed by upgrading vulnerable components vulnerabilities in indirect dependencies should be addressed by upgrading the root dependency changes
0
172,597
13,324,993,081
IssuesEvent
2020-08-27 09:17:12
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: kv0bench/nodes=5/cpu=8/sequential/2nd_idx failed
C-test-failure O-roachtest O-robot branch-release-19.1 release-blocker
[(roachtest).kv0bench/nodes=5/cpu=8/sequential/2nd_idx failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1964572&tab=buildLog) on [release-19.1@b07422a7899db36972dbf36309677e7697f4acbb](https://github.com/cockroachdb/cockroach/commits/b07422a7899db36972dbf36309677e7697f4acbb): ``` The test failed on branch=release-19.1, cloud=gce: test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/kv0bench/nodes=5/cpu=8/sequential/2nd_idx/run_1 cluster.go:2130,cluster.go:2157,cluster.go:2261,kvbench.go:227,cluster.go:2432,errgroup.go:57: pgurl for nodes :1 got urls [problem loading clusters: invalid hosts line, expected <username>@<host> [locality] [vpcId], got "ubuntu@ cloud=gce,region=us-central1,zone=us-central1-b default" 'postgres://root@34.72.67.79:26257?sslmode=disable'] from stdout: problem loading clusters: invalid hosts line, expected <username>@<host> [locality] [vpcId], got "ubuntu@ cloud=gce,region=us-central1,zone=us-central1-b default" 'postgres://root@34.72.67.79:26257?sslmode=disable' stderr: kvbench.go:331,kvbench.go:87,test_runner.go:753: monitor failure: monitor task failed: Goexit() was called (1) attached stack trace | main.(*monitor).WaitE | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2444 | main.runKVBench.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/kvbench.go:312 | github.com/cockroachdb/cockroach/pkg/util/search.searchWithSearcher | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/util/search/search.go:43 | github.com/cockroachdb/cockroach/pkg/util/search.(*lineSearcher).Search | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/util/search/search.go:173 | main.runKVBench | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/kvbench.go:330 | main.registerKVBenchSpec.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/kvbench.go:87 | main.(*testRunner).runTest.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:753 Wraps: (2) monitor failure Wraps: (3) attached stack trace | main.(*monitor).wait.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2500 Wraps: (4) monitor task failed Wraps: (5) attached stack trace | main.init | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2397 | runtime.doInit | /usr/local/go/src/runtime/proc.go:5222 | runtime.main | /usr/local/go/src/runtime/proc.go:190 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1357 Wraps: (6) Goexit() was called Error types: (1) *withstack.withStack (2) *errutil.withMessage (3) *withstack.withStack (4) *errutil.withMessage (5) *withstack.withStack (6) *errors.errorString cluster.go:2130,cluster.go:2157,cluster.go:2261,cluster.go:1547,context.go:135,cluster.go:1544,test_runner.go:821: pgurl for nodes :1 got urls [problem loading clusters: invalid hosts line, expected <username>@<host> [locality] [vpcId], got "ubuntu@ cloud=gce,region=us-central1,zone=us-central1-b default" 'postgres://root@34.72.67.79:26257?sslmode=disable'] from stdout: problem loading clusters: invalid hosts line, expected <username>@<host> [locality] [vpcId], got "ubuntu@ cloud=gce,region=us-central1,zone=us-central1-b default" 'postgres://root@34.72.67.79:26257?sslmode=disable' stderr: ``` <details><summary>More</summary><p> Artifacts: [/kv0bench/nodes=5/cpu=8/sequential/2nd_idx](https://teamcity.cockroachdb.com/viewLog.html?buildId=1964572&tab=artifacts#/kv0bench/nodes=5/cpu=8/sequential/2nd_idx) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Akv0bench%2Fnodes%3D5%2Fcpu%3D8%2Fsequential%2F2nd_idx.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
2.0
roachtest: kv0bench/nodes=5/cpu=8/sequential/2nd_idx failed - [(roachtest).kv0bench/nodes=5/cpu=8/sequential/2nd_idx failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1964572&tab=buildLog) on [release-19.1@b07422a7899db36972dbf36309677e7697f4acbb](https://github.com/cockroachdb/cockroach/commits/b07422a7899db36972dbf36309677e7697f4acbb): ``` The test failed on branch=release-19.1, cloud=gce: test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/kv0bench/nodes=5/cpu=8/sequential/2nd_idx/run_1 cluster.go:2130,cluster.go:2157,cluster.go:2261,kvbench.go:227,cluster.go:2432,errgroup.go:57: pgurl for nodes :1 got urls [problem loading clusters: invalid hosts line, expected <username>@<host> [locality] [vpcId], got "ubuntu@ cloud=gce,region=us-central1,zone=us-central1-b default" 'postgres://root@34.72.67.79:26257?sslmode=disable'] from stdout: problem loading clusters: invalid hosts line, expected <username>@<host> [locality] [vpcId], got "ubuntu@ cloud=gce,region=us-central1,zone=us-central1-b default" 'postgres://root@34.72.67.79:26257?sslmode=disable' stderr: kvbench.go:331,kvbench.go:87,test_runner.go:753: monitor failure: monitor task failed: Goexit() was called (1) attached stack trace | main.(*monitor).WaitE | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2444 | main.runKVBench.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/kvbench.go:312 | github.com/cockroachdb/cockroach/pkg/util/search.searchWithSearcher | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/util/search/search.go:43 | github.com/cockroachdb/cockroach/pkg/util/search.(*lineSearcher).Search | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/util/search/search.go:173 | main.runKVBench | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/kvbench.go:330 | main.registerKVBenchSpec.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/kvbench.go:87 | main.(*testRunner).runTest.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:753 Wraps: (2) monitor failure Wraps: (3) attached stack trace | main.(*monitor).wait.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2500 Wraps: (4) monitor task failed Wraps: (5) attached stack trace | main.init | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2397 | runtime.doInit | /usr/local/go/src/runtime/proc.go:5222 | runtime.main | /usr/local/go/src/runtime/proc.go:190 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1357 Wraps: (6) Goexit() was called Error types: (1) *withstack.withStack (2) *errutil.withMessage (3) *withstack.withStack (4) *errutil.withMessage (5) *withstack.withStack (6) *errors.errorString cluster.go:2130,cluster.go:2157,cluster.go:2261,cluster.go:1547,context.go:135,cluster.go:1544,test_runner.go:821: pgurl for nodes :1 got urls [problem loading clusters: invalid hosts line, expected <username>@<host> [locality] [vpcId], got "ubuntu@ cloud=gce,region=us-central1,zone=us-central1-b default" 'postgres://root@34.72.67.79:26257?sslmode=disable'] from stdout: problem loading clusters: invalid hosts line, expected <username>@<host> [locality] [vpcId], got "ubuntu@ cloud=gce,region=us-central1,zone=us-central1-b default" 'postgres://root@34.72.67.79:26257?sslmode=disable' stderr: ``` <details><summary>More</summary><p> Artifacts: [/kv0bench/nodes=5/cpu=8/sequential/2nd_idx](https://teamcity.cockroachdb.com/viewLog.html?buildId=1964572&tab=artifacts#/kv0bench/nodes=5/cpu=8/sequential/2nd_idx) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Akv0bench%2Fnodes%3D5%2Fcpu%3D8%2Fsequential%2F2nd_idx.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
non_priority
roachtest nodes cpu sequential idx failed on the test failed on branch release cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts nodes cpu sequential idx run cluster go cluster go cluster go kvbench go cluster go errgroup go pgurl for nodes got urls got ubuntu cloud gce region us zone us b default postgres root sslmode disable from stdout problem loading clusters invalid hosts line expected got ubuntu cloud gce region us zone us b default postgres root sslmode disable stderr kvbench go kvbench go test runner go monitor failure monitor task failed goexit was called attached stack trace main monitor waite home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go main runkvbench home agent work go src github com cockroachdb cockroach pkg cmd roachtest kvbench go github com cockroachdb cockroach pkg util search searchwithsearcher home agent work go src github com cockroachdb cockroach pkg util search search go github com cockroachdb cockroach pkg util search linesearcher search home agent work go src github com cockroachdb cockroach pkg util search search go main runkvbench home agent work go src github com cockroachdb cockroach pkg cmd roachtest kvbench go main registerkvbenchspec home agent work go src github com cockroachdb cockroach pkg cmd roachtest kvbench go main testrunner runtest home agent work go src github com cockroachdb cockroach pkg cmd roachtest test runner go wraps monitor failure wraps attached stack trace main monitor wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go wraps monitor task failed wraps attached stack trace main init home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go runtime doinit usr local go src runtime proc go runtime main usr local go src runtime proc go runtime goexit usr local go src runtime asm s wraps goexit was called error types withstack withstack errutil withmessage withstack withstack errutil withmessage withstack withstack errors errorstring cluster go cluster go cluster go cluster go context go cluster go test runner go pgurl for nodes got urls got ubuntu cloud gce region us zone us b default postgres root sslmode disable from stdout problem loading clusters invalid hosts line expected got ubuntu cloud gce region us zone us b default postgres root sslmode disable stderr more artifacts powered by
0
39,576
5,103,863,454
IssuesEvent
2017-01-04 22:47:20
azavea/cac-tripplanner
https://api.github.com/repos/azavea/cac-tripplanner
closed
Waypoints not added where expected
bug draggable routing redesign
[This route](https://staging.gophillygo.org/?origin=39.9611421%2C-75.1546293&originText=N%2010th%20St%20%26%20Nectarine%20St%2C%20Philadelphia%2C%20Pennsylvania%2C%2019123&mode=WALK&maxWalk=482802&wheelchair=false&bikeTriangle=any&arriveBy=false&dateTime=&destination=39.9535847%2C-75.1735277&destinationText=2020%20Market%20St%2C%20Philadelphia%2C%20Pennsylvania%2C%2019103&waypoints=39.9569415%2C-75.1659036) has one waypoint. Attempting to drag out a new waypoint between the origin and the existing waypoint will instead put the new waypoint between the existing waypoint and the destination (new waypoint goes on wrong side of existing waypoint). Regression of #603.
1.0
Waypoints not added where expected - [This route](https://staging.gophillygo.org/?origin=39.9611421%2C-75.1546293&originText=N%2010th%20St%20%26%20Nectarine%20St%2C%20Philadelphia%2C%20Pennsylvania%2C%2019123&mode=WALK&maxWalk=482802&wheelchair=false&bikeTriangle=any&arriveBy=false&dateTime=&destination=39.9535847%2C-75.1735277&destinationText=2020%20Market%20St%2C%20Philadelphia%2C%20Pennsylvania%2C%2019103&waypoints=39.9569415%2C-75.1659036) has one waypoint. Attempting to drag out a new waypoint between the origin and the existing waypoint will instead put the new waypoint between the existing waypoint and the destination (new waypoint goes on wrong side of existing waypoint). Regression of #603.
non_priority
waypoints not added where expected has one waypoint attempting to drag out a new waypoint between the origin and the existing waypoint will instead put the new waypoint between the existing waypoint and the destination new waypoint goes on wrong side of existing waypoint regression of
0
260
5,813,889,424
IssuesEvent
2017-05-05 00:33:06
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
InvalidOperationException in Microsoft.CodeAnalysis.Workspaces
Area-IDE Bug Tenet-Reliability
VS2015 Update 3, v14.0.25420.1 1. Solution with 180 projects. Includes CodeAnalysis on many projects. The project is targeted at .NET 4.0 and previously worked without issue on VS2013 i.e. breaking change in Roslyn DLLs somehow. We are using Visual Studio Installer projects (i.e. compiling a .vdproj file). Probably ~ 120 projects are compiled when compiling this setup project. > Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: devenv.exe Problem Signature 02: 14.0.25420.1 Problem Signature 03: 57685d85 Problem Signature 04: Microsoft.CodeAnalysis.Workspaces Problem Signature 05: 1.3.4.60902 Problem Signature 06: e4ebe076 Problem Signature 07: 278 Problem Signature 08: f Problem Signature 09: System.InvalidOperationException OS Version: 6.1.7601.2.1.0.274.10 Locale ID: 3081 Additional Information 1: 7ab1 Additional Information 2: 7ab131621a761fc79cfaad315b44af76 Additional Information 3: 8e52 Additional Information 4: 8e52f085ac7444f7bef020015eb0b172 I am not able to bundle source code samples due to a) size of solution, b) 3rd party control license dependencies, c) commercial confidence however can run tests/diagnostics as required.
True
InvalidOperationException in Microsoft.CodeAnalysis.Workspaces - VS2015 Update 3, v14.0.25420.1 1. Solution with 180 projects. Includes CodeAnalysis on many projects. The project is targeted at .NET 4.0 and previously worked without issue on VS2013 i.e. breaking change in Roslyn DLLs somehow. We are using Visual Studio Installer projects (i.e. compiling a .vdproj file). Probably ~ 120 projects are compiled when compiling this setup project. > Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: devenv.exe Problem Signature 02: 14.0.25420.1 Problem Signature 03: 57685d85 Problem Signature 04: Microsoft.CodeAnalysis.Workspaces Problem Signature 05: 1.3.4.60902 Problem Signature 06: e4ebe076 Problem Signature 07: 278 Problem Signature 08: f Problem Signature 09: System.InvalidOperationException OS Version: 6.1.7601.2.1.0.274.10 Locale ID: 3081 Additional Information 1: 7ab1 Additional Information 2: 7ab131621a761fc79cfaad315b44af76 Additional Information 3: 8e52 Additional Information 4: 8e52f085ac7444f7bef020015eb0b172 I am not able to bundle source code samples due to a) size of solution, b) 3rd party control license dependencies, c) commercial confidence however can run tests/diagnostics as required.
non_priority
invalidoperationexception in microsoft codeanalysis workspaces update solution with projects includes codeanalysis on many projects the project is targeted at net and previously worked without issue on i e breaking change in roslyn dlls somehow we are using visual studio installer projects i e compiling a vdproj file probably projects are compiled when compiling this setup project problem signature problem event name problem signature devenv exe problem signature problem signature problem signature microsoft codeanalysis workspaces problem signature problem signature problem signature problem signature f problem signature system invalidoperationexception os version locale id additional information additional information additional information additional information i am not able to bundle source code samples due to a size of solution b party control license dependencies c commercial confidence however can run tests diagnostics as required
0
1,681
2,566,261,044
IssuesEvent
2015-02-08 10:07:40
d3athrow/vgstation13
https://api.github.com/repos/d3athrow/vgstation13
closed
AI core turret broken/unpowered (box)
Needs Moar Testing
top right turret was broken/unpowered on a round, but not the next round
1.0
AI core turret broken/unpowered (box) - top right turret was broken/unpowered on a round, but not the next round
non_priority
ai core turret broken unpowered box top right turret was broken unpowered on a round but not the next round
0
778,931
27,333,632,165
IssuesEvent
2023-02-25 23:36:45
MattTheLegoman/RealmsInExile
https://api.github.com/repos/MattTheLegoman/RealmsInExile
closed
Numenorean blood upgrade deception
bug localization priority: high
![image](https://user-images.githubusercontent.com/86676697/220213467-01559a93-9762-40a3-98f3-755060f04219.png) ![image](https://user-images.githubusercontent.com/86676697/220213576-a00a4f0c-c9d4-42b4-be90-116297a4ef32.png) I have noticed that if you marry someone with numenorean blood to someone with the same tier of blood, the game gives the impression that the blood can actually upgrade from for example remnant to strong. I am not sure how this can be rectified, but it definitely should be.
1.0
Numenorean blood upgrade deception - ![image](https://user-images.githubusercontent.com/86676697/220213467-01559a93-9762-40a3-98f3-755060f04219.png) ![image](https://user-images.githubusercontent.com/86676697/220213576-a00a4f0c-c9d4-42b4-be90-116297a4ef32.png) I have noticed that if you marry someone with numenorean blood to someone with the same tier of blood, the game gives the impression that the blood can actually upgrade from for example remnant to strong. I am not sure how this can be rectified, but it definitely should be.
priority
numenorean blood upgrade deception i have noticed that if you marry someone with numenorean blood to someone with the same tier of blood the game gives the impression that the blood can actually upgrade from for example remnant to strong i am not sure how this can be rectified but it definitely should be
1
286,398
24,750,452,048
IssuesEvent
2022-10-21 13:20:53
NethermindEth/nethermind
https://api.github.com/repos/NethermindEth/nethermind
opened
Test full pruning
test
We can get some false alarms about full pruning. It would be great to test it more.
1.0
Test full pruning - We can get some false alarms about full pruning. It would be great to test it more.
non_priority
test full pruning we can get some false alarms about full pruning it would be great to test it more
0
816,970
30,620,010,821
IssuesEvent
2023-07-24 07:35:17
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
foothillcollege.instructure.com - see bug description
browser-firefox priority-important engine-gecko
<!-- @browser: Firefox 115.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/124923 --> **URL**: https://foothillcollege.instructure.com/courses/23835/discussion_topics/714244?module_item_id=2135547 **Browser / Version**: Firefox 115.0 **Operating System**: Windows 10 **Tested Another Browser**: No **Problem type**: Something else **Description**: firefox uses to much resource is unstable **Steps to Reproduce**: went to the website and log in. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
foothillcollege.instructure.com - see bug description - <!-- @browser: Firefox 115.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/124923 --> **URL**: https://foothillcollege.instructure.com/courses/23835/discussion_topics/714244?module_item_id=2135547 **Browser / Version**: Firefox 115.0 **Operating System**: Windows 10 **Tested Another Browser**: No **Problem type**: Something else **Description**: firefox uses to much resource is unstable **Steps to Reproduce**: went to the website and log in. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
foothillcollege instructure com see bug description url browser version firefox operating system windows tested another browser no problem type something else description firefox uses to much resource is unstable steps to reproduce went to the website and log in browser configuration none from with ❤️
1
689,073
23,606,226,195
IssuesEvent
2022-08-24 08:30:11
BEXIS2/Core
https://api.github.com/repos/BEXIS2/Core
closed
Email can contain space character at the end
Priority: Critical Type: Bug
In the BE instance, a user created an account with an space character at the end and it was stored like this. This led to problems during the "request access to a dataset" operation. Mails were not sent as they should. Solution: Trim mail before storing in B2.
1.0
Email can contain space character at the end - In the BE instance, a user created an account with an space character at the end and it was stored like this. This led to problems during the "request access to a dataset" operation. Mails were not sent as they should. Solution: Trim mail before storing in B2.
priority
email can contain space character at the end in the be instance a user created an account with an space character at the end and it was stored like this this led to problems during the request access to a dataset operation mails were not sent as they should solution trim mail before storing in
1
140,922
18,927,836,916
IssuesEvent
2021-11-17 11:26:26
lesjoursfr/gdpr-consent
https://api.github.com/repos/lesjoursfr/gdpr-consent
closed
CVE-2020-15366 (Medium) detected in ajv-4.11.8.tgz - autoclosed
security vulnerability
## CVE-2020-15366 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ajv-4.11.8.tgz</b></p></summary> <p>Another JSON Schema Validator</p> <p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz">https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz</a></p> <p>Path to dependency file: gdpr-consent/package.json</p> <p>Path to vulnerable library: gdpr-consent/node_modules/sass-lint/node_modules/ajv/package.json</p> <p> Dependency Hierarchy: - sass-lint-1.13.1.tgz (Root Library) - eslint-2.13.1.tgz - table-3.8.3.tgz - :x: **ajv-4.11.8.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/lesjoursfr/gdpr-consent/commit/4ec31cba6a050fd1e1159f9efa5d328b3a4efb23">4ec31cba6a050fd1e1159f9efa5d328b3a4efb23</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.) <p>Publish Date: 2020-07-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15366>CVE-2020-15366</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/ajv-validator/ajv/releases/tag/v6.12.3">https://github.com/ajv-validator/ajv/releases/tag/v6.12.3</a></p> <p>Release Date: 2020-07-15</p> <p>Fix Resolution: ajv - 6.12.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-15366 (Medium) detected in ajv-4.11.8.tgz - autoclosed - ## CVE-2020-15366 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ajv-4.11.8.tgz</b></p></summary> <p>Another JSON Schema Validator</p> <p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz">https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz</a></p> <p>Path to dependency file: gdpr-consent/package.json</p> <p>Path to vulnerable library: gdpr-consent/node_modules/sass-lint/node_modules/ajv/package.json</p> <p> Dependency Hierarchy: - sass-lint-1.13.1.tgz (Root Library) - eslint-2.13.1.tgz - table-3.8.3.tgz - :x: **ajv-4.11.8.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/lesjoursfr/gdpr-consent/commit/4ec31cba6a050fd1e1159f9efa5d328b3a4efb23">4ec31cba6a050fd1e1159f9efa5d328b3a4efb23</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.) <p>Publish Date: 2020-07-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15366>CVE-2020-15366</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/ajv-validator/ajv/releases/tag/v6.12.3">https://github.com/ajv-validator/ajv/releases/tag/v6.12.3</a></p> <p>Release Date: 2020-07-15</p> <p>Fix Resolution: ajv - 6.12.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in ajv tgz autoclosed cve medium severity vulnerability vulnerable library ajv tgz another json schema validator library home page a href path to dependency file gdpr consent package json path to vulnerable library gdpr consent node modules sass lint node modules ajv package json dependency hierarchy sass lint tgz root library eslint tgz table tgz x ajv tgz vulnerable library found in head commit a href found in base branch master vulnerability details an issue was discovered in ajv validate in ajv aka another json schema validator a carefully crafted json schema could be provided that allows execution of other code by prototype pollution while untrusted schemas are recommended against the worst case of an untrusted schema should be a denial of service not execution of code publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution ajv step up your open source security game with whitesource
0
161,708
6,133,307,301
IssuesEvent
2017-06-25 12:43:19
MrFouss/IA51-Crowd-Project
https://api.github.com/repos/MrFouss/IA51-Crowd-Project
closed
Define hamster strategic behavior
3 - Done Priority: High Type: Enhancement
<!--- @huboard:{"order":3.9984003999200137,"milestone_order":0.9978025279772647,"custom_state":""} -->
1.0
Define hamster strategic behavior - <!--- @huboard:{"order":3.9984003999200137,"milestone_order":0.9978025279772647,"custom_state":""} -->
priority
define hamster strategic behavior huboard order milestone order custom state
1
69,013
17,515,047,262
IssuesEvent
2021-08-11 05:12:50
spacetelescope/jwst
https://api.github.com/repos/spacetelescope/jwst
closed
1.2.0 jump
ins_build_tasks
_Issue [JP-2188](https://jira.stsci.edu/browse/JP-2188) was created on JIRA by [Alicia Canipe](https://jira.stsci.edu/secure/ViewProfile.jspa?name=acanipe):_ jump 1.2.0 Update the step to detect jumps in three and four group integations [#&#x2060;5915]. Change the default S/N ratio for not flagging neighbors to be a higher value to better reflect the correct IPC.
1.0
1.2.0 jump - _Issue [JP-2188](https://jira.stsci.edu/browse/JP-2188) was created on JIRA by [Alicia Canipe](https://jira.stsci.edu/secure/ViewProfile.jspa?name=acanipe):_ jump 1.2.0 Update the step to detect jumps in three and four group integations [#&#x2060;5915]. Change the default S/N ratio for not flagging neighbors to be a higher value to better reflect the correct IPC.
non_priority
jump issue was created on jira by jump update the step to detect jumps in three and four group integations change the default s n ratio for not flagging neighbors to be a higher value to better reflect the correct ipc
0
78,302
9,693,071,146
IssuesEvent
2019-05-24 15:12:18
SpineEventEngine/SpineEventEngine.github.io
https://api.github.com/repos/SpineEventEngine/SpineEventEngine.github.io
closed
Increase margins around pictures in the Concepts intro page
design
There should be more space around architecture pictures. They are too jammed now.
1.0
Increase margins around pictures in the Concepts intro page - There should be more space around architecture pictures. They are too jammed now.
non_priority
increase margins around pictures in the concepts intro page there should be more space around architecture pictures they are too jammed now
0
165,738
26,219,647,955
IssuesEvent
2023-01-04 13:54:45
esi-neuroscience/syncopy
https://api.github.com/repos/esi-neuroscience/syncopy
closed
Refactoring process_metadata
Design
Right now the following code-block gets copied for every CR that has an `out` datatype which has a continuous time-axis: ```python # Some index gymnastics to get trial begin/end "samples" if data._selection is not None: chanSec = data._selection.channel trl = data._selection.trialdefinition for row in range(trl.shape[0]): trl[row, :2] = [row, row + 1] else: chanSec = slice(None) time = np.arange(len(data.trials)) time = time.reshape((time.size, 1)) trl = np.hstack((time, time + 1, np.zeros((len(data.trials), 1)), np.array(data.trialinfo))) # Attach constructed trialdef-array (if even necessary) if self.keeptrials: out.trialdefinition = trl else: out.trialdefinition = np.array([[0, 1, 0]]) ``` Would be nice to bind that somewhere higher up in the class hierarchy or at least write an auxiliary function.
1.0
Refactoring process_metadata - Right now the following code-block gets copied for every CR that has an `out` datatype which has a continuous time-axis: ```python # Some index gymnastics to get trial begin/end "samples" if data._selection is not None: chanSec = data._selection.channel trl = data._selection.trialdefinition for row in range(trl.shape[0]): trl[row, :2] = [row, row + 1] else: chanSec = slice(None) time = np.arange(len(data.trials)) time = time.reshape((time.size, 1)) trl = np.hstack((time, time + 1, np.zeros((len(data.trials), 1)), np.array(data.trialinfo))) # Attach constructed trialdef-array (if even necessary) if self.keeptrials: out.trialdefinition = trl else: out.trialdefinition = np.array([[0, 1, 0]]) ``` Would be nice to bind that somewhere higher up in the class hierarchy or at least write an auxiliary function.
non_priority
refactoring process metadata right now the following code block gets copied for every cr that has an out datatype which has a continuous time axis python some index gymnastics to get trial begin end samples if data selection is not none chansec data selection channel trl data selection trialdefinition for row in range trl shape trl else chansec slice none time np arange len data trials time time reshape time size trl np hstack time time np zeros len data trials np array data trialinfo attach constructed trialdef array if even necessary if self keeptrials out trialdefinition trl else out trialdefinition np array would be nice to bind that somewhere higher up in the class hierarchy or at least write an auxiliary function
0
445,503
31,239,115,901
IssuesEvent
2023-08-20 16:40:14
vijayk3327/Lightning-Aura-Component
https://api.github.com/repos/vijayk3327/Lightning-Aura-Component
opened
How to get the RecordType Name, RecordType DeveloperName, & SobjectType from the Account Object and display the Record Type Value in a Lightning Component Using aura:iteration in Salesforce
documentation question
In this post we are going to learn about How to get the RecordType Name, RecordType DeveloperName, & SobjectType from the Account Object and display the Record Type Value in a Lightning Component Using aura:iteration in Salesforce. **Real time scenarios:-** Fetch the RecordType Name, DeveloperName, & SobjectType of Account Object and Display the list of Record Type Name in Lightning component using aura:iteration in Salesforce **[👉 To get source code live demo link, Click Here.](https://www.w3web.net/how-to-iterate-record-type-name-in-lightning-component/)** <img src="https://www.w3web.net/wp-content/uploads/2021/05/iterateRecordTypeCmp-min.gif"/> **Create Lightning Application Step 1:- Create Lightning Application : recordTypeListApp.app** `<aura:application extends="force:slds"> <c:recordTypeListCmp/> </aura:application>` **Create Lightning Component Step 2:- Create Lightning Component : recordTypeListCmp.cmp** `<aura:component controller="recordTypeController" implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" > <aura:handler name="init" value="{!this}" action="{!c.doInit}"/> <aura:attribute name="recordTypeList" type="List" /> <div class="slds slds-p-around--medium"> <table class="slds-table slds-table_cell-buffer slds-table_bordered slds-table_col-bordered slds-no-row-hover episodicTbl" style="border:1px #ddd solid;"> <thead> <tr> <th style="background:#eee;">Name</th> <th style="background:#eee;">Developer Name</th> <th style="background:#eee;">SobjectType</th> </tr> </thead> <tbody> <aura:iteration items="{!v.recordTypeList}" var="item"> <tr> <td>{!item.Name}</td> <td>{!item.DeveloperName}</td> <td>{!item.SobjectType}</td> </tr> </aura:iteration> </tbody> </table> <br/><br/> <!--Start RelatedTopics Section--> <div style="border:1px #ddd solid; padding:10px; background:#eee; margin:40px 0;"> <p data-aura-rendered-by="435:0"><img src="https://www.w3web.net/wp-content/uploads/2021/05/thumbsUpLike.png" width="25" height="25" style="vertical-align:top; margin-right:10px;" data-aura-rendered-by="436:0"><strong data-aura-rendered-by="437:0"><span style="font-size:16px; font-style:italic; display:inline-block; margin-right:5px;">Don't forget to check out:-</span><a href="https://www.w3web.net/" target="_blank" rel="noopener noreferrer" style="text-decoration:none;" data-aura-rendered-by="440:0">An easy way to learn step-by-step online free Salesforce tutorial, To know more Click <span style="color:#ff8000; font-size:18px;" data-aura-rendered-by="442:0">Here..</span></a></strong></p> <br/><br/> <p data-aura-rendered-by="435:0"><img src="https://www.w3web.net/wp-content/uploads/2021/07/tickMarkIcon.png" width="25" height="25" style="vertical-align:top; margin-right:10px;" data-aura-rendered-by="436:0"><strong data-aura-rendered-by="437:0"><span style="font-size:17px; font-style:italic; display:inline-block; margin-right:5px; color:rgb(255 128 0);">You May Also Like →</span> </strong></p> <div style="display:block; overflow:hidden;"> <div style="width: 50%; float:left; display:inline-block"> <ul style="list-style-type: square; font-size: 16px; margin: 0 0 0 54px; padding: 0;"> <li><a href="https://www.w3web.net/lwc-get-set-lightning-checkbox-value/" target="_blank" rel="noopener noreferrer">How to get selected checkbox value in lwc</a></li> <li><a href="https://www.w3web.net/display-account-related-contacts-in-lwc/" target="_blank" rel="noopener noreferrer">how to display account related contacts based on AccountId in lwc</a></li> <li><a href="https://www.w3web.net/create-lightning-datatable-row-actions-in-lwc/" target="_blank" rel="noopener noreferrer">how to create lightning datatable row actions in lwc</a></li> <li><a href="https://www.w3web.net/if-and-else-condition-in-lwc/" target="_blank" rel="noopener noreferrer">how to use if and else condition in lwc</a></li> <li><a href="https://www.w3web.net/get-selected-radio-button-value-and-checked-default-in-lwc/" target="_blank" rel="noopener noreferrer">how to display selected radio button value in lwc</a></li> </ul> </div> <div style="width: 50%; float:left; display:inline-block"> <ul style="list-style-type: square; font-size: 16px; margin: 0 0 0 54px; padding: 0;"> <li><a href="https://www.w3web.net/display-account-related-contacts-lwc/" target="_blank" rel="noopener noreferrer">display account related contacts based on account name in lwc</a></li> <li><a href="https://www.w3web.net/create-lightning-datatable-row-actions-in-lwc/" target="_blank" rel="noopener noreferrer">how to insert a record of account Using apex class in LWC</a></li> <li><a href="https://www.w3web.net/fetch-picklist-values-dynamic-in-lwc/" target="_blank" rel="noopener noreferrer">how to get picklist values dynamically in lwc</a></li> <li><a href="https://www.w3web.net/edit-save-and-remove-rows-dynamically-in-lightning-component/" target="_blank" rel="noopener noreferrer">how to edit/save row dynamically in lightning component</a></li> <li><a href="https://www.w3web.net/update-parent-object-from-child/" target="_blank" rel="noopener noreferrer">update parent field from child using apex trigger</a></li> </ul> </div> <div style="clear:both;"></div> <br/> <div class="youtubeIcon"> <a href="https://www.youtube.com/channel/UCW62gTen2zniILj9xE6LmOg" target="_blank" rel="noopener noreferrer"><img src="https://www.w3web.net/wp-content/uploads/2021/11/youtubeIcon.png" width="25" height="25" style="vertical-align:top; margin-right:10px;"/> <strong>TechW3web:-</strong> To know more, Use this <span style="color: #ff8000; font-weight: bold;">Link</span> </a> </div> </div> </div> <!--End RelatedTopics Section--> </div> </aura:component>` **Create Component JavaScript Controller Step 3:- Create Lightning Component : recordTypeListConroller.js** ` ({ doInit : function(component, event, helper) { helper.recTypeHelper(component); }, })` **Create Component JavaScript Helper Step 4:- Create Lightning Component : recordTypeListHelper.js** `({ recTypeHelper : function(component, event, helper) { var action = component.get('c.accRecordTypeList'); action.setCallback(this, function(response){ var state = response.getState(); //alert('state ' + state); if(state == "SUCCESS"){ var result = response.getReturnValue(); //alert('result ' + JSON.stringify(result)); component.set('v.recordTypeList',result); } }); $A.enqueueAction(action); }, })` **Step 5:- Create Apex Class : recordTypeController.apxc From Developer Console >> File >> New >> Apex Class** `public class recordTypeController { @AuraEnabled public static List<RecordType> accRecordTypeList(){ List<RecordType> recordTypeList = [SELECT Id, Name, DeveloperName, SobjectType FROM RecordType WHERE sObjectType='Account']; system.debug('recordTypeList ' + recordTypeList); RETURN recordTypeList; } }` **[👉 To get source code live demo link, Click Here.](https://www.w3web.net/how-to-iterate-record-type-name-in-lightning-component/)**
1.0
How to get the RecordType Name, RecordType DeveloperName, & SobjectType from the Account Object and display the Record Type Value in a Lightning Component Using aura:iteration in Salesforce - In this post we are going to learn about How to get the RecordType Name, RecordType DeveloperName, & SobjectType from the Account Object and display the Record Type Value in a Lightning Component Using aura:iteration in Salesforce. **Real time scenarios:-** Fetch the RecordType Name, DeveloperName, & SobjectType of Account Object and Display the list of Record Type Name in Lightning component using aura:iteration in Salesforce **[👉 To get source code live demo link, Click Here.](https://www.w3web.net/how-to-iterate-record-type-name-in-lightning-component/)** <img src="https://www.w3web.net/wp-content/uploads/2021/05/iterateRecordTypeCmp-min.gif"/> **Create Lightning Application Step 1:- Create Lightning Application : recordTypeListApp.app** `<aura:application extends="force:slds"> <c:recordTypeListCmp/> </aura:application>` **Create Lightning Component Step 2:- Create Lightning Component : recordTypeListCmp.cmp** `<aura:component controller="recordTypeController" implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" > <aura:handler name="init" value="{!this}" action="{!c.doInit}"/> <aura:attribute name="recordTypeList" type="List" /> <div class="slds slds-p-around--medium"> <table class="slds-table slds-table_cell-buffer slds-table_bordered slds-table_col-bordered slds-no-row-hover episodicTbl" style="border:1px #ddd solid;"> <thead> <tr> <th style="background:#eee;">Name</th> <th style="background:#eee;">Developer Name</th> <th style="background:#eee;">SobjectType</th> </tr> </thead> <tbody> <aura:iteration items="{!v.recordTypeList}" var="item"> <tr> <td>{!item.Name}</td> <td>{!item.DeveloperName}</td> <td>{!item.SobjectType}</td> </tr> </aura:iteration> </tbody> </table> <br/><br/> <!--Start RelatedTopics Section--> <div style="border:1px #ddd solid; padding:10px; background:#eee; margin:40px 0;"> <p data-aura-rendered-by="435:0"><img src="https://www.w3web.net/wp-content/uploads/2021/05/thumbsUpLike.png" width="25" height="25" style="vertical-align:top; margin-right:10px;" data-aura-rendered-by="436:0"><strong data-aura-rendered-by="437:0"><span style="font-size:16px; font-style:italic; display:inline-block; margin-right:5px;">Don't forget to check out:-</span><a href="https://www.w3web.net/" target="_blank" rel="noopener noreferrer" style="text-decoration:none;" data-aura-rendered-by="440:0">An easy way to learn step-by-step online free Salesforce tutorial, To know more Click <span style="color:#ff8000; font-size:18px;" data-aura-rendered-by="442:0">Here..</span></a></strong></p> <br/><br/> <p data-aura-rendered-by="435:0"><img src="https://www.w3web.net/wp-content/uploads/2021/07/tickMarkIcon.png" width="25" height="25" style="vertical-align:top; margin-right:10px;" data-aura-rendered-by="436:0"><strong data-aura-rendered-by="437:0"><span style="font-size:17px; font-style:italic; display:inline-block; margin-right:5px; color:rgb(255 128 0);">You May Also Like →</span> </strong></p> <div style="display:block; overflow:hidden;"> <div style="width: 50%; float:left; display:inline-block"> <ul style="list-style-type: square; font-size: 16px; margin: 0 0 0 54px; padding: 0;"> <li><a href="https://www.w3web.net/lwc-get-set-lightning-checkbox-value/" target="_blank" rel="noopener noreferrer">How to get selected checkbox value in lwc</a></li> <li><a href="https://www.w3web.net/display-account-related-contacts-in-lwc/" target="_blank" rel="noopener noreferrer">how to display account related contacts based on AccountId in lwc</a></li> <li><a href="https://www.w3web.net/create-lightning-datatable-row-actions-in-lwc/" target="_blank" rel="noopener noreferrer">how to create lightning datatable row actions in lwc</a></li> <li><a href="https://www.w3web.net/if-and-else-condition-in-lwc/" target="_blank" rel="noopener noreferrer">how to use if and else condition in lwc</a></li> <li><a href="https://www.w3web.net/get-selected-radio-button-value-and-checked-default-in-lwc/" target="_blank" rel="noopener noreferrer">how to display selected radio button value in lwc</a></li> </ul> </div> <div style="width: 50%; float:left; display:inline-block"> <ul style="list-style-type: square; font-size: 16px; margin: 0 0 0 54px; padding: 0;"> <li><a href="https://www.w3web.net/display-account-related-contacts-lwc/" target="_blank" rel="noopener noreferrer">display account related contacts based on account name in lwc</a></li> <li><a href="https://www.w3web.net/create-lightning-datatable-row-actions-in-lwc/" target="_blank" rel="noopener noreferrer">how to insert a record of account Using apex class in LWC</a></li> <li><a href="https://www.w3web.net/fetch-picklist-values-dynamic-in-lwc/" target="_blank" rel="noopener noreferrer">how to get picklist values dynamically in lwc</a></li> <li><a href="https://www.w3web.net/edit-save-and-remove-rows-dynamically-in-lightning-component/" target="_blank" rel="noopener noreferrer">how to edit/save row dynamically in lightning component</a></li> <li><a href="https://www.w3web.net/update-parent-object-from-child/" target="_blank" rel="noopener noreferrer">update parent field from child using apex trigger</a></li> </ul> </div> <div style="clear:both;"></div> <br/> <div class="youtubeIcon"> <a href="https://www.youtube.com/channel/UCW62gTen2zniILj9xE6LmOg" target="_blank" rel="noopener noreferrer"><img src="https://www.w3web.net/wp-content/uploads/2021/11/youtubeIcon.png" width="25" height="25" style="vertical-align:top; margin-right:10px;"/> <strong>TechW3web:-</strong> To know more, Use this <span style="color: #ff8000; font-weight: bold;">Link</span> </a> </div> </div> </div> <!--End RelatedTopics Section--> </div> </aura:component>` **Create Component JavaScript Controller Step 3:- Create Lightning Component : recordTypeListConroller.js** ` ({ doInit : function(component, event, helper) { helper.recTypeHelper(component); }, })` **Create Component JavaScript Helper Step 4:- Create Lightning Component : recordTypeListHelper.js** `({ recTypeHelper : function(component, event, helper) { var action = component.get('c.accRecordTypeList'); action.setCallback(this, function(response){ var state = response.getState(); //alert('state ' + state); if(state == "SUCCESS"){ var result = response.getReturnValue(); //alert('result ' + JSON.stringify(result)); component.set('v.recordTypeList',result); } }); $A.enqueueAction(action); }, })` **Step 5:- Create Apex Class : recordTypeController.apxc From Developer Console >> File >> New >> Apex Class** `public class recordTypeController { @AuraEnabled public static List<RecordType> accRecordTypeList(){ List<RecordType> recordTypeList = [SELECT Id, Name, DeveloperName, SobjectType FROM RecordType WHERE sObjectType='Account']; system.debug('recordTypeList ' + recordTypeList); RETURN recordTypeList; } }` **[👉 To get source code live demo link, Click Here.](https://www.w3web.net/how-to-iterate-record-type-name-in-lightning-component/)**
non_priority
how to get the recordtype name recordtype developername sobjecttype from the account object and display the record type value in a lightning component using aura iteration in salesforce in this post we are going to learn about how to get the recordtype name recordtype developername sobjecttype from the account object and display the record type value in a lightning component using aura iteration in salesforce real time scenarios fetch the recordtype name developername sobjecttype of account object and display the list of record type name in lightning component using aura iteration in salesforce img src create lightning application step create lightning application recordtypelistapp app create lightning component step create lightning component recordtypelistcmp cmp name developer name sobjecttype item name item developername item sobjecttype don t forget to check out an easy way to learn step by step online free salesforce tutorial to know more click here you may also like → how to get selected checkbox value in lwc how to display account related contacts based on accountid in lwc how to create lightning datatable row actions in lwc how to use if and else condition in lwc how to display selected radio button value in lwc display account related contacts based on account name in lwc how to insert a record of account using apex class in lwc how to get picklist values dynamically in lwc how to edit save row dynamically in lightning component update parent field from child using apex trigger to know more use this link create component javascript controller step create lightning component recordtypelistconroller js doinit function component event helper helper rectypehelper component create component javascript helper step create lightning component recordtypelisthelper js rectypehelper function component event helper var action component get c accrecordtypelist action setcallback this function response var state response getstate alert state state if state success var result response getreturnvalue alert result json stringify result component set v recordtypelist result a enqueueaction action step create apex class recordtypecontroller apxc from developer console file new apex class public class recordtypecontroller auraenabled public static list accrecordtypelist list recordtypelist system debug recordtypelist recordtypelist return recordtypelist
0
299,249
9,205,281,075
IssuesEvent
2019-03-08 10:08:15
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
qgis crashes if panning during polygon creation
Category: Digitising Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **rhys-stewart-gmail-com -** (rhys-stewart-gmail-com -) Original Redmine Issue: 656, https://issues.qgis.org/issues/656 Original Assignee: nobody - --- During polygon creation if the panning tool is selected and used and then the draw polygon tool is subsequently selected qgis crashes.
1.0
qgis crashes if panning during polygon creation - --- Author Name: **rhys-stewart-gmail-com -** (rhys-stewart-gmail-com -) Original Redmine Issue: 656, https://issues.qgis.org/issues/656 Original Assignee: nobody - --- During polygon creation if the panning tool is selected and used and then the draw polygon tool is subsequently selected qgis crashes.
priority
qgis crashes if panning during polygon creation author name rhys stewart gmail com rhys stewart gmail com original redmine issue original assignee nobody during polygon creation if the panning tool is selected and used and then the draw polygon tool is subsequently selected qgis crashes
1
278,594
8,644,357,542
IssuesEvent
2018-11-26 02:18:07
spacetelescope/jwql
https://api.github.com/repos/spacetelescope/jwql
closed
Solve django security vulnerability
High Priority Web Application bug
GitHub warns us that there is a security vulnerability in our `django` dependency. We should fix this. It might be as simply as updating the version of `django` that we are using -- hopefully that doesn't break anything in the web app.
1.0
Solve django security vulnerability - GitHub warns us that there is a security vulnerability in our `django` dependency. We should fix this. It might be as simply as updating the version of `django` that we are using -- hopefully that doesn't break anything in the web app.
priority
solve django security vulnerability github warns us that there is a security vulnerability in our django dependency we should fix this it might be as simply as updating the version of django that we are using hopefully that doesn t break anything in the web app
1
44,268
2,902,725,124
IssuesEvent
2015-06-18 09:02:11
markbook2/markbook
https://api.github.com/repos/markbook2/markbook
opened
Sometimes not empty folders can't be opened and its contents can't be accessible
bug priority: high
It can be fixed by drag and drop to such folder, after that folder contents can be accessible, but it should not happen. 1. Find a reason. 2. Fix a reason.
1.0
Sometimes not empty folders can't be opened and its contents can't be accessible - It can be fixed by drag and drop to such folder, after that folder contents can be accessible, but it should not happen. 1. Find a reason. 2. Fix a reason.
priority
sometimes not empty folders can t be opened and its contents can t be accessible it can be fixed by drag and drop to such folder after that folder contents can be accessible but it should not happen find a reason fix a reason
1
31,646
13,608,590,963
IssuesEvent
2020-09-23 02:47:56
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[APM] Service Map: Verify custom-instrumented services are displayed in service map
Team:apm [zube]: (7.10) Planned for release apm:service-maps
For those services that not are instrumented with specific agents, but have custom APM instrumentation should still be displayed in the service map. We will need sample data to test this. Related issue to verify async components like Kafka: https://github.com/elastic/kibana/issues/72679
1.0
[APM] Service Map: Verify custom-instrumented services are displayed in service map - For those services that not are instrumented with specific agents, but have custom APM instrumentation should still be displayed in the service map. We will need sample data to test this. Related issue to verify async components like Kafka: https://github.com/elastic/kibana/issues/72679
non_priority
service map verify custom instrumented services are displayed in service map for those services that not are instrumented with specific agents but have custom apm instrumentation should still be displayed in the service map we will need sample data to test this related issue to verify async components like kafka
0
525,770
15,264,863,050
IssuesEvent
2021-02-22 06:16:27
threefoldfoundation/www_threefold_marketplace
https://api.github.com/repos/threefoldfoundation/www_threefold_marketplace
closed
TF MARKETPLACE - product cards on apps page needs to be clickable
priority_major
- [x] Please make them clickable <img width="1390" alt="Screenshot 2021-02-17 at 12 15 49" src="https://user-images.githubusercontent.com/20182572/108197572-39a76d80-7123-11eb-8903-f4aafa189886.png"> - [x] When click on card it should open a markdown page - [x] Markdown page should show content that is provided for each card in `all_apps/../index.md` <img width="542" alt="Screenshot 2021-02-17 at 13 22 17" src="https://user-images.githubusercontent.com/20182572/108197518-2c8a7e80-7123-11eb-8948-4b18ca865b6a.png">
1.0
TF MARKETPLACE - product cards on apps page needs to be clickable - - [x] Please make them clickable <img width="1390" alt="Screenshot 2021-02-17 at 12 15 49" src="https://user-images.githubusercontent.com/20182572/108197572-39a76d80-7123-11eb-8903-f4aafa189886.png"> - [x] When click on card it should open a markdown page - [x] Markdown page should show content that is provided for each card in `all_apps/../index.md` <img width="542" alt="Screenshot 2021-02-17 at 13 22 17" src="https://user-images.githubusercontent.com/20182572/108197518-2c8a7e80-7123-11eb-8948-4b18ca865b6a.png">
priority
tf marketplace product cards on apps page needs to be clickable please make them clickable img width alt screenshot at src when click on card it should open a markdown page markdown page should show content that is provided for each card in all apps index md img width alt screenshot at src
1
228,272
18,167,894,503
IssuesEvent
2021-09-27 16:25:44
kubernetes/test-infra
https://api.github.com/repos/kubernetes/test-infra
closed
Decouple test image bumping from prow bumping
sig/testing priority/important-soon area/jobs area/release-eng area/artifacts
https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/99655/pull-kubernetes-unit/1367006331575209984 => prowjob yaml button => https://prow.k8s.io/prowjob?prowjob=cb9cbe1e-7bed-11eb-97bd-22fa521bf179 => look for image: => gcr.io/k8s-testimages/kubekins-e2e:v20210226-c001921-master yeah that's not going to have the go1.16, looks like we haven't had a prow bump since 02/26 we need to decouple these update loops (images for prow itself, test images) as we discussed at the last SIG testing. cc @spiffxp __Originally posted by @BenTheElder in https://github.com/kubernetes/kubernetes/pull/99655#issuecomment-789494480__
1.0
Decouple test image bumping from prow bumping - https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/99655/pull-kubernetes-unit/1367006331575209984 => prowjob yaml button => https://prow.k8s.io/prowjob?prowjob=cb9cbe1e-7bed-11eb-97bd-22fa521bf179 => look for image: => gcr.io/k8s-testimages/kubekins-e2e:v20210226-c001921-master yeah that's not going to have the go1.16, looks like we haven't had a prow bump since 02/26 we need to decouple these update loops (images for prow itself, test images) as we discussed at the last SIG testing. cc @spiffxp __Originally posted by @BenTheElder in https://github.com/kubernetes/kubernetes/pull/99655#issuecomment-789494480__
non_priority
decouple test image bumping from prow bumping prowjob yaml button look for image gcr io testimages kubekins master yeah that s not going to have the looks like we haven t had a prow bump since we need to decouple these update loops images for prow itself test images as we discussed at the last sig testing cc spiffxp originally posted by bentheelder in
0
24,599
4,102,328,155
IssuesEvent
2016-06-04 00:12:12
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
Regression: No DNS resolution inside container
area/agent kind/bug status/to-test
Rancher Version: 1.0.0 Docker Version: 1.10.3 OS: Ubuntu 14.04.3 LTS Steps to Reproduce: 1. Start Rancher 1.0.0 from scratch, 2. Add your own machine as host with -e CATTLE_AGENT_IP=<local network ip>, 3. Create a stack with an "ubuntu" service which launches an ubuntu container, 4. Execute shell inside the container and try "ping google.com" Results: ping: unknown host google.com Expected: It should successfully resolve google.com. Everything was working fine with Rancher v0.63.1.
1.0
Regression: No DNS resolution inside container - Rancher Version: 1.0.0 Docker Version: 1.10.3 OS: Ubuntu 14.04.3 LTS Steps to Reproduce: 1. Start Rancher 1.0.0 from scratch, 2. Add your own machine as host with -e CATTLE_AGENT_IP=<local network ip>, 3. Create a stack with an "ubuntu" service which launches an ubuntu container, 4. Execute shell inside the container and try "ping google.com" Results: ping: unknown host google.com Expected: It should successfully resolve google.com. Everything was working fine with Rancher v0.63.1.
non_priority
regression no dns resolution inside container rancher version docker version os ubuntu lts steps to reproduce start rancher from scratch add your own machine as host with e cattle agent ip create a stack with an ubuntu service which launches an ubuntu container execute shell inside the container and try ping google com results ping unknown host google com expected it should successfully resolve google com everything was working fine with rancher
0
69,546
3,305,303,112
IssuesEvent
2015-11-04 03:23:45
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
Upgrade the ubuntu k8s cluster.
area/cluster-lifecycle area/upgrade priority/P2 team/none
I have deployed an ubuntu k8s cluster. But now, if i want to upgrade the cluster to a new release, i need to login the nodes&master and replace the all binaries.It wil be bad, when the cluster's node number increases. So I have completed the kube-push in the shell "ubuntu/util.sh", and taken a test in my cluster.Please refer to the PR https://github.com/kubernetes/kubernetes/pull/12710
1.0
Upgrade the ubuntu k8s cluster. - I have deployed an ubuntu k8s cluster. But now, if i want to upgrade the cluster to a new release, i need to login the nodes&master and replace the all binaries.It wil be bad, when the cluster's node number increases. So I have completed the kube-push in the shell "ubuntu/util.sh", and taken a test in my cluster.Please refer to the PR https://github.com/kubernetes/kubernetes/pull/12710
priority
upgrade the ubuntu cluster i have deployed an ubuntu cluster but now if i want to upgrade the cluster to a new release i need to login the nodes master and replace the all binaries it wil be bad when the cluster s node number increases so i have completed the kube push in the shell ubuntu util sh and taken a test in my cluster please refer to the pr
1
812,544
30,341,262,793
IssuesEvent
2023-07-11 12:54:03
owid/owid-grapher
https://api.github.com/repos/owid/owid-grapher
closed
Add relative toggle inside data explorers views
feature viz priority 3 - nice to have internal-onboarding
## Core problem Currently, explorers and grapher charts share the feature of selecting absolute or relative numbers for some types of charts, but they work differently: only grapher charts include a toggle inside the view (via the `hideRelativeToggle` parameter). Explorers use the `stackMode` parameter, which allows to transform the data between absolute and relative values, but this is fixed for each view. ## Proposed solution Feature parity between both grapher and explorers, including `hideRelativeToggle` and replacing `stackMode`. ## Alternatives There is a way to implement a relative toggle in explorers with the same functionality, by adding a checkbox named Relative change (as a `Relative change Checkbox` column in graphers), but it reduces the space for other menus when we have several. ## Context This is how `hideRelativeToggle` works in grapher: <img width="716" alt="image" src="https://user-images.githubusercontent.com/63430031/226607856-bf4ebb3f-310d-4510-8475-a0ae55b8c4d9.png"> <img width="704" alt="image" src="https://user-images.githubusercontent.com/63430031/226607896-6a363519-c6cb-47e4-9edd-2194845ea7a5.png"> In explorers it is possible to implement a toggle for `stackMode`, but the menu gets too crowded and we would like to include an additional menu. <img width="1092" alt="image" src="https://user-images.githubusercontent.com/63430031/226608156-bf62ea76-5c6e-4cd6-a0c6-4ba73c7ef4fb.png"> <img width="1090" alt="image" src="https://user-images.githubusercontent.com/63430031/226608298-a265183f-ea82-472e-9a49-dd8b62ea7342.png">
1.0
Add relative toggle inside data explorers views - ## Core problem Currently, explorers and grapher charts share the feature of selecting absolute or relative numbers for some types of charts, but they work differently: only grapher charts include a toggle inside the view (via the `hideRelativeToggle` parameter). Explorers use the `stackMode` parameter, which allows to transform the data between absolute and relative values, but this is fixed for each view. ## Proposed solution Feature parity between both grapher and explorers, including `hideRelativeToggle` and replacing `stackMode`. ## Alternatives There is a way to implement a relative toggle in explorers with the same functionality, by adding a checkbox named Relative change (as a `Relative change Checkbox` column in graphers), but it reduces the space for other menus when we have several. ## Context This is how `hideRelativeToggle` works in grapher: <img width="716" alt="image" src="https://user-images.githubusercontent.com/63430031/226607856-bf4ebb3f-310d-4510-8475-a0ae55b8c4d9.png"> <img width="704" alt="image" src="https://user-images.githubusercontent.com/63430031/226607896-6a363519-c6cb-47e4-9edd-2194845ea7a5.png"> In explorers it is possible to implement a toggle for `stackMode`, but the menu gets too crowded and we would like to include an additional menu. <img width="1092" alt="image" src="https://user-images.githubusercontent.com/63430031/226608156-bf62ea76-5c6e-4cd6-a0c6-4ba73c7ef4fb.png"> <img width="1090" alt="image" src="https://user-images.githubusercontent.com/63430031/226608298-a265183f-ea82-472e-9a49-dd8b62ea7342.png">
priority
add relative toggle inside data explorers views core problem currently explorers and grapher charts share the feature of selecting absolute or relative numbers for some types of charts but they work differently only grapher charts include a toggle inside the view via the hiderelativetoggle parameter explorers use the stackmode parameter which allows to transform the data between absolute and relative values but this is fixed for each view proposed solution feature parity between both grapher and explorers including hiderelativetoggle and replacing stackmode alternatives there is a way to implement a relative toggle in explorers with the same functionality by adding a checkbox named relative change as a relative change checkbox column in graphers but it reduces the space for other menus when we have several context this is how hiderelativetoggle works in grapher img width alt image src img width alt image src in explorers it is possible to implement a toggle for stackmode but the menu gets too crowded and we would like to include an additional menu img width alt image src img width alt image src
1
229,998
17,598,239,725
IssuesEvent
2021-08-17 08:33:32
imAsparky/sphinxclasstocr
https://api.github.com/repos/imAsparky/sphinxclasstocr
closed
[DOCS]:Update README.rst
documentation
**Describe alternatives you've considered** Would you please share your clear and concise description of any alternative/similar documentation you've considered. **Additional context** Would you please share any other context or screenshots about the documentation request here. So the project documentation fits more into Diataxis framework.
1.0
[DOCS]:Update README.rst - **Describe alternatives you've considered** Would you please share your clear and concise description of any alternative/similar documentation you've considered. **Additional context** Would you please share any other context or screenshots about the documentation request here. So the project documentation fits more into Diataxis framework.
non_priority
update readme rst describe alternatives you ve considered would you please share your clear and concise description of any alternative similar documentation you ve considered additional context would you please share any other context or screenshots about the documentation request here so the project documentation fits more into diataxis framework
0
272,580
29,795,049,444
IssuesEvent
2023-06-16 01:06:56
billmcchesney1/flowgate
https://api.github.com/repos/billmcchesney1/flowgate
closed
CVE-2021-23382 (High) detected in postcss-7.0.21.tgz, postcss-7.0.32.tgz - autoclosed
Mend: dependency security vulnerability
## CVE-2021-23382 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>postcss-7.0.21.tgz</b>, <b>postcss-7.0.32.tgz</b></p></summary> <p> <details><summary><b>postcss-7.0.21.tgz</b></p></summary> <p>Tool for transforming styles with JS plugins</p> <p>Library home page: <a href="https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz">https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz</a></p> <p>Path to dependency file: /ui/package.json</p> <p>Path to vulnerable library: /ui/node_modules/resolve-url-loader/node_modules/postcss/package.json</p> <p> Dependency Hierarchy: - build-angular-0.1002.0.tgz (Root Library) - resolve-url-loader-3.1.2.tgz - :x: **postcss-7.0.21.tgz** (Vulnerable Library) </details> <details><summary><b>postcss-7.0.32.tgz</b></p></summary> <p>Tool for transforming styles with JS plugins</p> <p>Library home page: <a href="https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz">https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz</a></p> <p>Path to dependency file: /ui/package.json</p> <p>Path to vulnerable library: /ui/node_modules/postcss/package.json</p> <p> Dependency Hierarchy: - build-angular-0.1002.0.tgz (Root Library) - :x: **postcss-7.0.32.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/billmcchesney1/flowgate/commit/dd01a1d4381c7a3b94ba25748c015a094c33088e">dd01a1d4381c7a3b94ba25748c015a094c33088e</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> The package postcss before 8.2.13 are vulnerable to Regular Expression Denial of Service (ReDoS) via getAnnotationURL() and loadAnnotation() in lib/previous-map.js. The vulnerable regexes are caused mainly by the sub-pattern \/\*\s* sourceMappingURL=(.*). <p>Publish Date: 2021-04-26 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-23382>CVE-2021-23382</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23382">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23382</a></p> <p>Release Date: 2021-04-26</p> <p>Fix Resolution: postcss - 8.2.13</p> </p> </details> <p></p>
True
CVE-2021-23382 (High) detected in postcss-7.0.21.tgz, postcss-7.0.32.tgz - autoclosed - ## CVE-2021-23382 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>postcss-7.0.21.tgz</b>, <b>postcss-7.0.32.tgz</b></p></summary> <p> <details><summary><b>postcss-7.0.21.tgz</b></p></summary> <p>Tool for transforming styles with JS plugins</p> <p>Library home page: <a href="https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz">https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz</a></p> <p>Path to dependency file: /ui/package.json</p> <p>Path to vulnerable library: /ui/node_modules/resolve-url-loader/node_modules/postcss/package.json</p> <p> Dependency Hierarchy: - build-angular-0.1002.0.tgz (Root Library) - resolve-url-loader-3.1.2.tgz - :x: **postcss-7.0.21.tgz** (Vulnerable Library) </details> <details><summary><b>postcss-7.0.32.tgz</b></p></summary> <p>Tool for transforming styles with JS plugins</p> <p>Library home page: <a href="https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz">https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz</a></p> <p>Path to dependency file: /ui/package.json</p> <p>Path to vulnerable library: /ui/node_modules/postcss/package.json</p> <p> Dependency Hierarchy: - build-angular-0.1002.0.tgz (Root Library) - :x: **postcss-7.0.32.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/billmcchesney1/flowgate/commit/dd01a1d4381c7a3b94ba25748c015a094c33088e">dd01a1d4381c7a3b94ba25748c015a094c33088e</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> The package postcss before 8.2.13 are vulnerable to Regular Expression Denial of Service (ReDoS) via getAnnotationURL() and loadAnnotation() in lib/previous-map.js. The vulnerable regexes are caused mainly by the sub-pattern \/\*\s* sourceMappingURL=(.*). <p>Publish Date: 2021-04-26 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-23382>CVE-2021-23382</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23382">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23382</a></p> <p>Release Date: 2021-04-26</p> <p>Fix Resolution: postcss - 8.2.13</p> </p> </details> <p></p>
non_priority
cve high detected in postcss tgz postcss tgz autoclosed cve high severity vulnerability vulnerable libraries postcss tgz postcss tgz postcss tgz tool for transforming styles with js plugins library home page a href path to dependency file ui package json path to vulnerable library ui node modules resolve url loader node modules postcss package json dependency hierarchy build angular tgz root library resolve url loader tgz x postcss tgz vulnerable library postcss tgz tool for transforming styles with js plugins library home page a href path to dependency file ui package json path to vulnerable library ui node modules postcss package json dependency hierarchy build angular tgz root library x postcss tgz vulnerable library found in head commit a href found in base branch master vulnerability details the package postcss before are vulnerable to regular expression denial of service redos via getannotationurl and loadannotation in lib previous map js the vulnerable regexes are caused mainly by the sub pattern s sourcemappingurl publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution postcss
0
61,872
15,099,202,392
IssuesEvent
2021-02-08 01:48:16
NVIDIA/TensorRT
https://api.github.com/repos/NVIDIA/TensorRT
closed
protobuf version 3.0.0?
Component: OSS Build question triaged
plz check 3rd party version. I cant download protobuf 3.0.0 while cmake build
1.0
protobuf version 3.0.0? - plz check 3rd party version. I cant download protobuf 3.0.0 while cmake build
non_priority
protobuf version plz check party version i cant download protobuf while cmake build
0
119,370
10,040,333,002
IssuesEvent
2019-07-18 19:41:16
saltstack/salt
https://api.github.com/repos/saltstack/salt
opened
integration.cloud.clouds.test_gce.GCETest.test_instance_extra
2019.2.1 Test Failure
Failing on Py2 2019.2.1 integration.cloud.clouds.test_gce.GCETest.test_instance integration.cloud.clouds.test_gce.GCETest.test_instance_extra Error Message u'cloud-test-ilt2ga' not found in u'' Stacktrace Traceback (most recent call last): File "/tmp/kitchen/testing/tests/support/helpers.py", line 212, in wrap raise exc AssertionError: u'cloud-test-ilt2ga' not found in u''
1.0
integration.cloud.clouds.test_gce.GCETest.test_instance_extra - Failing on Py2 2019.2.1 integration.cloud.clouds.test_gce.GCETest.test_instance integration.cloud.clouds.test_gce.GCETest.test_instance_extra Error Message u'cloud-test-ilt2ga' not found in u'' Stacktrace Traceback (most recent call last): File "/tmp/kitchen/testing/tests/support/helpers.py", line 212, in wrap raise exc AssertionError: u'cloud-test-ilt2ga' not found in u''
non_priority
integration cloud clouds test gce gcetest test instance extra failing on integration cloud clouds test gce gcetest test instance integration cloud clouds test gce gcetest test instance extra error message u cloud test not found in u stacktrace traceback most recent call last file tmp kitchen testing tests support helpers py line in wrap raise exc assertionerror u cloud test not found in u
0
746,830
26,048,010,158
IssuesEvent
2022-12-22 15:58:31
bounswe/bounswe2022group2
https://api.github.com/repos/bounswe/bounswe2022group2
closed
Event endpoints implementation
priority-medium status-inprogress back-end
### Issue Description ## Problem We are building an API for our application and we need to implement endpoints for creating and retrieving events. The "event" model has the following fields: - `date` (required): a Date object representing the date and time of the event - `id`: a string identifier for the event - `description`: a string description of the event - `title`: a string title for the event - `duration`: a number representing the duration of the event in minutes - `participationLimit`: a number representing the maximum number of participants for the event - - `participants`: list of the participants - `eventCreator`: a string representing the creator of the event - `geoLocation`: an object with `latitude` and `longitude` properties representing the geographic location of the event - `participants`: an array of strings representing the participants in the event - `lsId`: a string identifier for the event in a third-party service following need to be implemented : - `POST /events`: an endpoint for creating a new event - `GET /events/ls/:id`: an endpoint for retrieving all events given the id of the learningspace - `GET /events/user/participated`: an endpoint for retrieving all events user participates in - `GET /events/user/created`: an endpoint for retrieving all events user created ### Step Details POST: 1. Define a route handler function for the `POST /events` endpoint. 2. Validate the request body to ensure that it contains all required fields and that the values of those fields are of the correct type. 4. If the request body is valid, create a new event object using the request body data. 5. Save the event object to the database. 6. Return a response to the client indicating that the event was created successfully. GET /events/ls/:id: 1. Define a route handler function for the `GET /events/ls/:id` endpoint. 2. Validate the `id` parameter to ensure that it is a valid learningspace id. 3. Retrieve the event objects from the database using the `id` parameter. 5. Return the event object to the client in the response. GET /events/user: 1. Define a route handler function for endpoints. 2. Validate the `auth` header to ensure that it contains valid user. 3. Retrieve the event objects from the database using the `username` parameter. 5. Return the event objects to the client in the response. We can also consider implementing additional endpoints for retrieving a list of events, updating an existing event, or deleting an event. ### Final Actions We would like some help with the following: - Confirming whether our suggested solution is correct or not - Providing guidance on best practices for implementing these endpoints Thank you for your help! ### Deadline of the Issue 22.12.2022 16:00 ### Reviewer Ecenur Sezer ### Deadline for the Review 22.12.2022 24:00
1.0
Event endpoints implementation - ### Issue Description ## Problem We are building an API for our application and we need to implement endpoints for creating and retrieving events. The "event" model has the following fields: - `date` (required): a Date object representing the date and time of the event - `id`: a string identifier for the event - `description`: a string description of the event - `title`: a string title for the event - `duration`: a number representing the duration of the event in minutes - `participationLimit`: a number representing the maximum number of participants for the event - - `participants`: list of the participants - `eventCreator`: a string representing the creator of the event - `geoLocation`: an object with `latitude` and `longitude` properties representing the geographic location of the event - `participants`: an array of strings representing the participants in the event - `lsId`: a string identifier for the event in a third-party service following need to be implemented : - `POST /events`: an endpoint for creating a new event - `GET /events/ls/:id`: an endpoint for retrieving all events given the id of the learningspace - `GET /events/user/participated`: an endpoint for retrieving all events user participates in - `GET /events/user/created`: an endpoint for retrieving all events user created ### Step Details POST: 1. Define a route handler function for the `POST /events` endpoint. 2. Validate the request body to ensure that it contains all required fields and that the values of those fields are of the correct type. 4. If the request body is valid, create a new event object using the request body data. 5. Save the event object to the database. 6. Return a response to the client indicating that the event was created successfully. GET /events/ls/:id: 1. Define a route handler function for the `GET /events/ls/:id` endpoint. 2. Validate the `id` parameter to ensure that it is a valid learningspace id. 3. Retrieve the event objects from the database using the `id` parameter. 5. Return the event object to the client in the response. GET /events/user: 1. Define a route handler function for endpoints. 2. Validate the `auth` header to ensure that it contains valid user. 3. Retrieve the event objects from the database using the `username` parameter. 5. Return the event objects to the client in the response. We can also consider implementing additional endpoints for retrieving a list of events, updating an existing event, or deleting an event. ### Final Actions We would like some help with the following: - Confirming whether our suggested solution is correct or not - Providing guidance on best practices for implementing these endpoints Thank you for your help! ### Deadline of the Issue 22.12.2022 16:00 ### Reviewer Ecenur Sezer ### Deadline for the Review 22.12.2022 24:00
priority
event endpoints implementation issue description problem we are building an api for our application and we need to implement endpoints for creating and retrieving events the event model has the following fields date required a date object representing the date and time of the event id a string identifier for the event description a string description of the event title a string title for the event duration a number representing the duration of the event in minutes participationlimit a number representing the maximum number of participants for the event participants list of the participants eventcreator a string representing the creator of the event geolocation an object with latitude and longitude properties representing the geographic location of the event participants an array of strings representing the participants in the event lsid a string identifier for the event in a third party service following need to be implemented post events an endpoint for creating a new event get events ls id an endpoint for retrieving all events given the id of the learningspace get events user participated an endpoint for retrieving all events user participates in get events user created an endpoint for retrieving all events user created step details post define a route handler function for the post events endpoint validate the request body to ensure that it contains all required fields and that the values of those fields are of the correct type if the request body is valid create a new event object using the request body data save the event object to the database return a response to the client indicating that the event was created successfully get events ls id define a route handler function for the get events ls id endpoint validate the id parameter to ensure that it is a valid learningspace id retrieve the event objects from the database using the id parameter return the event object to the client in the response get events user define a route handler function for endpoints validate the auth header to ensure that it contains valid user retrieve the event objects from the database using the username parameter return the event objects to the client in the response we can also consider implementing additional endpoints for retrieving a list of events updating an existing event or deleting an event final actions we would like some help with the following confirming whether our suggested solution is correct or not providing guidance on best practices for implementing these endpoints thank you for your help deadline of the issue reviewer ecenur sezer deadline for the review
1
12,306
7,845,703,998
IssuesEvent
2018-06-19 13:40:51
commercialhaskell/stack
https://api.github.com/repos/commercialhaskell/stack
closed
Avoid rebuilding "sandbox" when profiling options turned off
type: performance
Hello, I have an issue. Steps to reproduce: 1. `cd myproject` 2. `stack build --library-profiling --executable-profiling` to build "sandbox" and `myproject` with profiling options 3. `stack build` Expected behaviour: Reconfigure `myproject` and rebuild it without profiling options like `cabal clean && cabal configure && cabal build` would. Actual behaviour: Stack rebuilds all "sandbox" without profiling options which takes a lot of time. Use case: when testing `myproject` runtime error occures and developer want to see a stacktrace (which requires profiling options). He/she rebuilds project (with "sandbox") with profiling options, fixes issue and turns profiling options off (to speed up compilation).
True
Avoid rebuilding "sandbox" when profiling options turned off - Hello, I have an issue. Steps to reproduce: 1. `cd myproject` 2. `stack build --library-profiling --executable-profiling` to build "sandbox" and `myproject` with profiling options 3. `stack build` Expected behaviour: Reconfigure `myproject` and rebuild it without profiling options like `cabal clean && cabal configure && cabal build` would. Actual behaviour: Stack rebuilds all "sandbox" without profiling options which takes a lot of time. Use case: when testing `myproject` runtime error occures and developer want to see a stacktrace (which requires profiling options). He/she rebuilds project (with "sandbox") with profiling options, fixes issue and turns profiling options off (to speed up compilation).
non_priority
avoid rebuilding sandbox when profiling options turned off hello i have an issue steps to reproduce cd myproject stack build library profiling executable profiling to build sandbox and myproject with profiling options stack build expected behaviour reconfigure myproject and rebuild it without profiling options like cabal clean cabal configure cabal build would actual behaviour stack rebuilds all sandbox without profiling options which takes a lot of time use case when testing myproject runtime error occures and developer want to see a stacktrace which requires profiling options he she rebuilds project with sandbox with profiling options fixes issue and turns profiling options off to speed up compilation
0
43,435
2,889,782,510
IssuesEvent
2015-06-13 19:08:29
damonkohler/sl4a
https://api.github.com/repos/damonkohler/sl4a
opened
Allow custom icons per script, for desktop shortcuts and notify area
auto-migrated Priority-Medium Type-Enhancement
_From @GoogleCodeExporter on May 31, 2015 11:28_ ``` What should be supported? I have a few apps added to desktop and all of them have the same icon. ``` Original issue reported on code.google.com by `oer...@gmail.com` on 2 Oct 2010 at 3:20 _Copied from original issue: damonkohler/android-scripting#452_
1.0
Allow custom icons per script, for desktop shortcuts and notify area - _From @GoogleCodeExporter on May 31, 2015 11:28_ ``` What should be supported? I have a few apps added to desktop and all of them have the same icon. ``` Original issue reported on code.google.com by `oer...@gmail.com` on 2 Oct 2010 at 3:20 _Copied from original issue: damonkohler/android-scripting#452_
priority
allow custom icons per script for desktop shortcuts and notify area from googlecodeexporter on may what should be supported i have a few apps added to desktop and all of them have the same icon original issue reported on code google com by oer gmail com on oct at copied from original issue damonkohler android scripting
1
92,947
3,875,799,884
IssuesEvent
2016-04-12 03:37:49
digital-detox/web-reader
https://api.github.com/repos/digital-detox/web-reader
opened
Number links and announce them
feature priority 2
When reading all the links, they should be associated to a number so that the user could follow the one desired with a sentence like "Go to link [NUMBER]"
1.0
Number links and announce them - When reading all the links, they should be associated to a number so that the user could follow the one desired with a sentence like "Go to link [NUMBER]"
priority
number links and announce them when reading all the links they should be associated to a number so that the user could follow the one desired with a sentence like go to link
1
469,091
13,501,209,286
IssuesEvent
2020-09-13 01:07:38
Breadkenty/Smash_Combos
https://api.github.com/repos/Breadkenty/Smash_Combos
closed
Make the the static HTML dynamic with the database
Priority enhancement
After the backend and static HTML is set up, we can start plugging in data to make these changes dynamic. - [ ] Drive the `Reports` page from data - [ ] Drive the `User` page's combos from data - [ ] Drive the `Reports` on the `User` page from data - [ ] Drive the `Infractions` on the `User` page from data - [ ] Users should only be able to report once. Disable the button, if the report already exists - [ ] The report's useState object should be in this JSON format { userId: Id of the user being reported, reporterId: Id of the user reporting, comboId: Id of the combo that was reported (if reported on a comment, this will be null), commentId: Id of the comment that was reported (if reported on a combo, this will be null), body: "THIS COMBO WAS UNCALLED FOR!", } - [ ] The infraction useState object should be in this JSON format #### a user getting banned ``` { userId: Id of the user being infracted, moderatorId: Id of the moderator infracting, banDuration: 172800, type: "inappropriate", body: "Inappropriate post for PK Blazing Butthole", } ``` `banDuration` 2 Days = 172800s 1 Week = 604800s 2 weeks = 1209600s 1 month = 2419200s Permanent = infinite #### a user getting warned ``` { userId: Id of the user being infracted, moderatorId: Id of the moderator infracting, banDuration: null; type: "spam", body: "Spamming the same combos", } ``` Looking to expand this list. thinking about removing other so mods will not be able to abuse the point system. `spam` = `1` point `inappropriate` = `1` point `harassment` = `2` points `other` = `custom?` points
1.0
Make the the static HTML dynamic with the database - After the backend and static HTML is set up, we can start plugging in data to make these changes dynamic. - [ ] Drive the `Reports` page from data - [ ] Drive the `User` page's combos from data - [ ] Drive the `Reports` on the `User` page from data - [ ] Drive the `Infractions` on the `User` page from data - [ ] Users should only be able to report once. Disable the button, if the report already exists - [ ] The report's useState object should be in this JSON format { userId: Id of the user being reported, reporterId: Id of the user reporting, comboId: Id of the combo that was reported (if reported on a comment, this will be null), commentId: Id of the comment that was reported (if reported on a combo, this will be null), body: "THIS COMBO WAS UNCALLED FOR!", } - [ ] The infraction useState object should be in this JSON format #### a user getting banned ``` { userId: Id of the user being infracted, moderatorId: Id of the moderator infracting, banDuration: 172800, type: "inappropriate", body: "Inappropriate post for PK Blazing Butthole", } ``` `banDuration` 2 Days = 172800s 1 Week = 604800s 2 weeks = 1209600s 1 month = 2419200s Permanent = infinite #### a user getting warned ``` { userId: Id of the user being infracted, moderatorId: Id of the moderator infracting, banDuration: null; type: "spam", body: "Spamming the same combos", } ``` Looking to expand this list. thinking about removing other so mods will not be able to abuse the point system. `spam` = `1` point `inappropriate` = `1` point `harassment` = `2` points `other` = `custom?` points
priority
make the the static html dynamic with the database after the backend and static html is set up we can start plugging in data to make these changes dynamic drive the reports page from data drive the user page s combos from data drive the reports on the user page from data drive the infractions on the user page from data users should only be able to report once disable the button if the report already exists the report s usestate object should be in this json format userid id of the user being reported reporterid id of the user reporting comboid id of the combo that was reported if reported on a comment this will be null commentid id of the comment that was reported if reported on a combo this will be null body this combo was uncalled for the infraction usestate object should be in this json format a user getting banned userid id of the user being infracted moderatorid id of the moderator infracting banduration type inappropriate body inappropriate post for pk blazing butthole banduration days week weeks month permanent infinite a user getting warned userid id of the user being infracted moderatorid id of the moderator infracting banduration null type spam body spamming the same combos looking to expand this list thinking about removing other so mods will not be able to abuse the point system spam point inappropriate point harassment points other custom points
1
264,179
28,106,286,925
IssuesEvent
2023-03-31 01:09:45
Nivaskumark/CVE-2020-0097-frameworks_base_before
https://api.github.com/repos/Nivaskumark/CVE-2020-0097-frameworks_base_before
opened
CVE-2023-20911 (High) detected in baseandroid-10.0.0_r14
Mend: dependency security vulnerability
## CVE-2023-20911 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>baseandroid-10.0.0_r14</b></p></summary> <p> <p>Android framework classes and services</p> <p>Library home page: <a href=https://android.googlesource.com/platform/frameworks/base>https://android.googlesource.com/platform/frameworks/base</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/core/java/com/android/server/pm/permission/PermissionManagerService.java</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In addPermission of PermissionManagerServiceImpl.java , there is a possible failure to persist permission settings due to resource exhaustion. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11 Android-12 Android-12L Android-13Android ID: A-242537498 <p>Publish Date: 2023-03-24 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-20911>CVE-2023-20911</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2023-20911 (High) detected in baseandroid-10.0.0_r14 - ## CVE-2023-20911 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>baseandroid-10.0.0_r14</b></p></summary> <p> <p>Android framework classes and services</p> <p>Library home page: <a href=https://android.googlesource.com/platform/frameworks/base>https://android.googlesource.com/platform/frameworks/base</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/core/java/com/android/server/pm/permission/PermissionManagerService.java</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In addPermission of PermissionManagerServiceImpl.java , there is a possible failure to persist permission settings due to resource exhaustion. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11 Android-12 Android-12L Android-13Android ID: A-242537498 <p>Publish Date: 2023-03-24 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-20911>CVE-2023-20911</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in baseandroid cve high severity vulnerability vulnerable library baseandroid android framework classes and services library home page a href found in base branch master vulnerable source files core java com android server pm permission permissionmanagerservice java vulnerability details in addpermission of permissionmanagerserviceimpl java there is a possible failure to persist permission settings due to resource exhaustion this could lead to local escalation of privilege with no additional execution privileges needed user interaction is not needed for exploitation product androidversions android android android android id a publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href step up your open source security game with mend
0
51,793
6,548,872,767
IssuesEvent
2017-09-05 02:31:22
CentralProgramming/CentralProgramming.github.io
https://api.github.com/repos/CentralProgramming/CentralProgramming.github.io
closed
Footer Content and Design
content design help wanted
The wix site still has the default footer, so I'm not sure what to put in it or if it's the right design. Whatever content we're going to put in it should appear on all pages. Here's a picture of the current footer (the yellow and grey stripes): <img width="1439" alt="footer" src="https://user-images.githubusercontent.com/29292463/28332500-12cc7174-6bc3-11e7-9f7b-b52dc47c3d5c.png">
1.0
Footer Content and Design - The wix site still has the default footer, so I'm not sure what to put in it or if it's the right design. Whatever content we're going to put in it should appear on all pages. Here's a picture of the current footer (the yellow and grey stripes): <img width="1439" alt="footer" src="https://user-images.githubusercontent.com/29292463/28332500-12cc7174-6bc3-11e7-9f7b-b52dc47c3d5c.png">
non_priority
footer content and design the wix site still has the default footer so i m not sure what to put in it or if it s the right design whatever content we re going to put in it should appear on all pages here s a picture of the current footer the yellow and grey stripes img width alt footer src
0
2,228
4,968,448,282
IssuesEvent
2016-12-05 09:55:12
shoes/shoes4
https://api.github.com/repos/shoes/shoes4
closed
Fix displace to refresh appropriately
bug compatibility sample
`samples/good-displace.rb` shows initially the same between Shoes 3 and Shoes 4, but clicking the button to displace the image on Shoes 4 doesn't redraw. If you click it then resize the window, you'll see it get moved. Neither of the versions appear to actually displace the oval or rect. Can't tell if that's a problem with the sample or a bug in both versions at this point.
True
Fix displace to refresh appropriately - `samples/good-displace.rb` shows initially the same between Shoes 3 and Shoes 4, but clicking the button to displace the image on Shoes 4 doesn't redraw. If you click it then resize the window, you'll see it get moved. Neither of the versions appear to actually displace the oval or rect. Can't tell if that's a problem with the sample or a bug in both versions at this point.
non_priority
fix displace to refresh appropriately samples good displace rb shows initially the same between shoes and shoes but clicking the button to displace the image on shoes doesn t redraw if you click it then resize the window you ll see it get moved neither of the versions appear to actually displace the oval or rect can t tell if that s a problem with the sample or a bug in both versions at this point
0
446,801
31,560,128,368
IssuesEvent
2023-09-03 06:24:03
samyabrata-maji/agency-site
https://api.github.com/repos/samyabrata-maji/agency-site
opened
feat: write a short installation & setup guide in readme
documentation good first issue
Write about: - How to clone and install dependencies - How to run locally
1.0
feat: write a short installation & setup guide in readme - Write about: - How to clone and install dependencies - How to run locally
non_priority
feat write a short installation setup guide in readme write about how to clone and install dependencies how to run locally
0
374,988
11,098,369,650
IssuesEvent
2019-12-16 15:04:54
Tournamanager/webApp
https://api.github.com/repos/Tournamanager/webApp
closed
View Match Info
Low priority enhancement
What has to be done: Create a component with all the info of matches. Why it has to be done: So that users can view all the info they need about a matches within a tournament. When the task is done: The user can view a summary of the match.
1.0
View Match Info - What has to be done: Create a component with all the info of matches. Why it has to be done: So that users can view all the info they need about a matches within a tournament. When the task is done: The user can view a summary of the match.
priority
view match info what has to be done create a component with all the info of matches why it has to be done so that users can view all the info they need about a matches within a tournament when the task is done the user can view a summary of the match
1
291,791
8,949,604,720
IssuesEvent
2019-01-25 08:15:31
NCarranza-87/DeesCreationAndMore
https://api.github.com/repos/NCarranza-87/DeesCreationAndMore
closed
Modify the Layout page
Priority: Medium Work estimate < 1hr enhancement
Change the link in the layout page, place links for Products page, Shopping Cart and Search Products
1.0
Modify the Layout page - Change the link in the layout page, place links for Products page, Shopping Cart and Search Products
priority
modify the layout page change the link in the layout page place links for products page shopping cart and search products
1
273,089
29,800,437,689
IssuesEvent
2023-06-16 07:41:16
billmcchesney1/foxtrot
https://api.github.com/repos/billmcchesney1/foxtrot
closed
CVE-2020-7238 (High) detected in netty-codec-http-4.1.13.Final.jar, netty-all-4.1.42.Final.jar - autoclosed
Mend: dependency security vulnerability
## CVE-2020-7238 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>netty-codec-http-4.1.13.Final.jar</b>, <b>netty-all-4.1.42.Final.jar</b></p></summary> <p> <details><summary><b>netty-codec-http-4.1.13.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.</p> <p>Library home page: <a href="http://netty.io/">http://netty.io/</a></p> <p>Path to dependency file: /foxtrot-server/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/io/netty/netty-codec-http/4.1.13.Final/netty-codec-http-4.1.13.Final.jar,/home/wss-scanner/.m2/repository/io/netty/netty-codec-http/4.1.13.Final/netty-codec-http-4.1.13.Final.jar,/home/wss-scanner/.m2/repository/io/netty/netty-codec-http/4.1.13.Final/netty-codec-http-4.1.13.Final.jar</p> <p> Dependency Hierarchy: - transport-6.0.1.jar (Root Library) - transport-netty4-client-6.0.1.jar - :x: **netty-codec-http-4.1.13.Final.jar** (Vulnerable Library) </details> <details><summary><b>netty-all-4.1.42.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.</p> <p>Library home page: <a href="https://netty.io/">https://netty.io/</a></p> <p>Path to dependency file: /foxtrot-server/pom.xml</p> <p>Path to vulnerable library: /canner/.m2/repository/io/netty/netty-all/4.1.42.Final/netty-all-4.1.42.Final.jar</p> <p> Dependency Hierarchy: - :x: **netty-all-4.1.42.Final.jar** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/billmcchesney1/foxtrot/commit/ffb8a6014463ce8aac1bf6e7dc9a23fc4a2a8adc">ffb8a6014463ce8aac1bf6e7dc9a23fc4a2a8adc</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> Netty 4.1.43.Final allows HTTP Request Smuggling because it mishandles Transfer-Encoding whitespace (such as a [space]Transfer-Encoding:chunked line) and a later Content-Length header. This issue exists because of an incomplete fix for CVE-2019-16869. <p>Publish Date: 2020-01-27 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-7238>CVE-2020-7238</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-01-27</p> <p>Fix Resolution (io.netty:netty-codec-http): 4.1.44.Final</p> <p>Direct dependency fix Resolution (org.elasticsearch.client:transport): 7.7.0</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue
True
CVE-2020-7238 (High) detected in netty-codec-http-4.1.13.Final.jar, netty-all-4.1.42.Final.jar - autoclosed - ## CVE-2020-7238 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>netty-codec-http-4.1.13.Final.jar</b>, <b>netty-all-4.1.42.Final.jar</b></p></summary> <p> <details><summary><b>netty-codec-http-4.1.13.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.</p> <p>Library home page: <a href="http://netty.io/">http://netty.io/</a></p> <p>Path to dependency file: /foxtrot-server/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/io/netty/netty-codec-http/4.1.13.Final/netty-codec-http-4.1.13.Final.jar,/home/wss-scanner/.m2/repository/io/netty/netty-codec-http/4.1.13.Final/netty-codec-http-4.1.13.Final.jar,/home/wss-scanner/.m2/repository/io/netty/netty-codec-http/4.1.13.Final/netty-codec-http-4.1.13.Final.jar</p> <p> Dependency Hierarchy: - transport-6.0.1.jar (Root Library) - transport-netty4-client-6.0.1.jar - :x: **netty-codec-http-4.1.13.Final.jar** (Vulnerable Library) </details> <details><summary><b>netty-all-4.1.42.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.</p> <p>Library home page: <a href="https://netty.io/">https://netty.io/</a></p> <p>Path to dependency file: /foxtrot-server/pom.xml</p> <p>Path to vulnerable library: /canner/.m2/repository/io/netty/netty-all/4.1.42.Final/netty-all-4.1.42.Final.jar</p> <p> Dependency Hierarchy: - :x: **netty-all-4.1.42.Final.jar** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/billmcchesney1/foxtrot/commit/ffb8a6014463ce8aac1bf6e7dc9a23fc4a2a8adc">ffb8a6014463ce8aac1bf6e7dc9a23fc4a2a8adc</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> Netty 4.1.43.Final allows HTTP Request Smuggling because it mishandles Transfer-Encoding whitespace (such as a [space]Transfer-Encoding:chunked line) and a later Content-Length header. This issue exists because of an incomplete fix for CVE-2019-16869. <p>Publish Date: 2020-01-27 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-7238>CVE-2020-7238</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-01-27</p> <p>Fix Resolution (io.netty:netty-codec-http): 4.1.44.Final</p> <p>Direct dependency fix Resolution (org.elasticsearch.client:transport): 7.7.0</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue
non_priority
cve high detected in netty codec http final jar netty all final jar autoclosed cve high severity vulnerability vulnerable libraries netty codec http final jar netty all final jar netty codec http final jar netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers and clients library home page a href path to dependency file foxtrot server pom xml path to vulnerable library home wss scanner repository io netty netty codec http final netty codec http final jar home wss scanner repository io netty netty codec http final netty codec http final jar home wss scanner repository io netty netty codec http final netty codec http final jar dependency hierarchy transport jar root library transport client jar x netty codec http final jar vulnerable library netty all final jar netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers and clients library home page a href path to dependency file foxtrot server pom xml path to vulnerable library canner repository io netty netty all final netty all final jar dependency hierarchy x netty all final jar vulnerable library found in head commit a href found in base branch master vulnerability details netty final allows http request smuggling because it mishandles transfer encoding whitespace such as a transfer encoding chunked line and a later content length header this issue exists because of an incomplete fix for cve publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution io netty netty codec http final direct dependency fix resolution org elasticsearch client transport rescue worker helmet automatic remediation is available for this issue
0
218,026
24,351,729,388
IssuesEvent
2022-10-03 01:13:59
Symbolk/Code2Graph
https://api.github.com/repos/Symbolk/Code2Graph
opened
CVE-2022-42003 (Medium) detected in jackson-databind-2.12.2.jar
security vulnerability
## CVE-2022-42003 - 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.12.2.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /mining/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.12.2/5f9d79e09ebf5d54a46e9f4543924cf7ae7654e0/jackson-databind-2.12.2.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.12.2/5f9d79e09ebf5d54a46e9f4543924cf7ae7654e0/jackson-databind-2.12.2.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.12.2/5f9d79e09ebf5d54a46e9f4543924cf7ae7654e0/jackson-databind-2.12.2.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.12.2/5f9d79e09ebf5d54a46e9f4543924cf7ae7654e0/jackson-databind-2.12.2.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.12.2/5f9d79e09ebf5d54a46e9f4543924cf7ae7654e0/jackson-databind-2.12.2.jar</p> <p> Dependency Hierarchy: - diff-1.0-SNAPSHOT (Root Library) - gumtree-spoon-ast-diff-1.34.jar - spoon-core-9.0.0.jar - :x: **jackson-databind-2.12.2.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Symbolk/Code2Graph/commit/1321c443be3c5e8f97221bdffb8d95eda0aa3c94">1321c443be3c5e8f97221bdffb8d95eda0aa3c94</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In FasterXML jackson-databind before 2.14.0-rc1, resource exhaustion can occur because of a lack of a check in primitive value deserializers to avoid deep wrapper array nesting, when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled. <p>Publish Date: 2022-10-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-42003>CVE-2022-42003</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-42003 (Medium) detected in jackson-databind-2.12.2.jar - ## CVE-2022-42003 - 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.12.2.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /mining/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.12.2/5f9d79e09ebf5d54a46e9f4543924cf7ae7654e0/jackson-databind-2.12.2.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.12.2/5f9d79e09ebf5d54a46e9f4543924cf7ae7654e0/jackson-databind-2.12.2.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.12.2/5f9d79e09ebf5d54a46e9f4543924cf7ae7654e0/jackson-databind-2.12.2.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.12.2/5f9d79e09ebf5d54a46e9f4543924cf7ae7654e0/jackson-databind-2.12.2.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.12.2/5f9d79e09ebf5d54a46e9f4543924cf7ae7654e0/jackson-databind-2.12.2.jar</p> <p> Dependency Hierarchy: - diff-1.0-SNAPSHOT (Root Library) - gumtree-spoon-ast-diff-1.34.jar - spoon-core-9.0.0.jar - :x: **jackson-databind-2.12.2.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Symbolk/Code2Graph/commit/1321c443be3c5e8f97221bdffb8d95eda0aa3c94">1321c443be3c5e8f97221bdffb8d95eda0aa3c94</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In FasterXML jackson-databind before 2.14.0-rc1, resource exhaustion can occur because of a lack of a check in primitive value deserializers to avoid deep wrapper array nesting, when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled. <p>Publish Date: 2022-10-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-42003>CVE-2022-42003</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in jackson databind jar 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 mining build gradle path to vulnerable library home wss scanner gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar home wss scanner gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar home wss scanner gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar home wss scanner gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar home wss scanner gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy diff snapshot root library gumtree spoon ast diff jar spoon core jar x jackson databind jar vulnerable library found in head commit a href found in base branch main vulnerability details in fasterxml jackson databind before resource exhaustion can occur because of a lack of a check in primitive value deserializers to avoid deep wrapper array nesting when the unwrap single value arrays feature is enabled publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href step up your open source security game with mend
0
514,751
14,943,491,787
IssuesEvent
2021-01-25 23:10:15
GoogleContainerTools/skaffold
https://api.github.com/repos/GoogleContainerTools/skaffold
closed
hack/new_version.sh doesn't properly update skaffold config files if they aren't named "skaffold.yaml"
kind/bug meta/release priority/p0
### Expected behavior Running `hack/new_version.sh` updates all skaffold configs in `integration/examples` ### Actual behavior Config files not named `skaffold.yaml` don't get updated ### Information This was noticed on https://github.com/GoogleContainerTools/skaffold/pull/5279, as a few config files weren't updated. This seems to be because of this piece of code in `hack/versions/cmd/new/version.go` ```golang // Update skaffold.yaml in integration tests walk.From("integration").WhenHasName("skaffold.yaml").MustDo(func(path string, _ walk.Dirent) error { sed(path, current, next) return nil }) // Update skaffold.yaml in init tests walk.From("pkg/skaffold/initializer/testdata").WhenHasName("skaffold.yaml").MustDo(func(path string, _ walk.Dirent) error { sed(path, current, next) return nil }) ```
1.0
hack/new_version.sh doesn't properly update skaffold config files if they aren't named "skaffold.yaml" - ### Expected behavior Running `hack/new_version.sh` updates all skaffold configs in `integration/examples` ### Actual behavior Config files not named `skaffold.yaml` don't get updated ### Information This was noticed on https://github.com/GoogleContainerTools/skaffold/pull/5279, as a few config files weren't updated. This seems to be because of this piece of code in `hack/versions/cmd/new/version.go` ```golang // Update skaffold.yaml in integration tests walk.From("integration").WhenHasName("skaffold.yaml").MustDo(func(path string, _ walk.Dirent) error { sed(path, current, next) return nil }) // Update skaffold.yaml in init tests walk.From("pkg/skaffold/initializer/testdata").WhenHasName("skaffold.yaml").MustDo(func(path string, _ walk.Dirent) error { sed(path, current, next) return nil }) ```
priority
hack new version sh doesn t properly update skaffold config files if they aren t named skaffold yaml expected behavior running hack new version sh updates all skaffold configs in integration examples actual behavior config files not named skaffold yaml don t get updated information this was noticed on as a few config files weren t updated this seems to be because of this piece of code in hack versions cmd new version go golang update skaffold yaml in integration tests walk from integration whenhasname skaffold yaml mustdo func path string walk dirent error sed path current next return nil update skaffold yaml in init tests walk from pkg skaffold initializer testdata whenhasname skaffold yaml mustdo func path string walk dirent error sed path current next return nil
1
626,539
19,826,884,640
IssuesEvent
2022-01-20 07:49:36
ibus/ibus
https://api.github.com/repos/ibus/ibus
closed
Emoji shortcut not working with French keyboard
Priority-Medium Type-Enhancement ibus
Hello, Since https://github.com/ibus/ibus/issues/2325, the emoji shortcut is not working on my (Belgian) French Keyboard anymore. This is happening since the period key is not the 1st level and requires shift to be pressed as well This is breaking the OOTB user experience
1.0
Emoji shortcut not working with French keyboard - Hello, Since https://github.com/ibus/ibus/issues/2325, the emoji shortcut is not working on my (Belgian) French Keyboard anymore. This is happening since the period key is not the 1st level and requires shift to be pressed as well This is breaking the OOTB user experience
priority
emoji shortcut not working with french keyboard hello since the emoji shortcut is not working on my belgian french keyboard anymore this is happening since the period key is not the level and requires shift to be pressed as well this is breaking the ootb user experience
1
424,066
29,043,661,649
IssuesEvent
2023-05-13 09:10:53
ShridharaHegde/protien-sequence-classifier
https://api.github.com/repos/ShridharaHegde/protien-sequence-classifier
opened
Database Schema
documentation
- [ ] To be moved to the`ms-cal` repository once database is initialised ![Image](https://github.com/ShridharaHegde/protien-sequence-classifier/assets/63788345/3c77821a-d69e-481a-87e9-bdca75bdc94e) ![Image](https://github.com/ShridharaHegde/protien-sequence-classifier/assets/63788345/1ea3c89d-e80d-43bc-9be3-6681d93ec4ba)
1.0
Database Schema - - [ ] To be moved to the`ms-cal` repository once database is initialised ![Image](https://github.com/ShridharaHegde/protien-sequence-classifier/assets/63788345/3c77821a-d69e-481a-87e9-bdca75bdc94e) ![Image](https://github.com/ShridharaHegde/protien-sequence-classifier/assets/63788345/1ea3c89d-e80d-43bc-9be3-6681d93ec4ba)
non_priority
database schema to be moved to the ms cal repository once database is initialised
0
22,219
3,619,034,837
IssuesEvent
2016-02-08 14:33:06
adombrovsky/google-rfc-2445
https://api.github.com/repos/adombrovsky/google-rfc-2445
closed
Add Project to Maven Central
auto-migrated Priority-Medium Type-Defect
``` Would it be possible to add this project to Maven Central? ``` Original issue reported on code.google.com by `mike.angstadt` on 21 Sep 2014 at 9:46
1.0
Add Project to Maven Central - ``` Would it be possible to add this project to Maven Central? ``` Original issue reported on code.google.com by `mike.angstadt` on 21 Sep 2014 at 9:46
non_priority
add project to maven central would it be possible to add this project to maven central original issue reported on code google com by mike angstadt on sep at
0
191,773
22,215,843,337
IssuesEvent
2022-06-08 01:29:19
panasalap/linux-4.1.15
https://api.github.com/repos/panasalap/linux-4.1.15
reopened
CVE-2017-18270 (High) detected in multiple libraries
security vulnerability
## CVE-2017-18270 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-yocto-devv4.2.8</b>, <b>linux-yocto-devv4.2.8</b>, <b>linuxlinux-4.1.17</b></p></summary> <p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In the Linux kernel before 4.13.5, a local user could create keyrings for other users via keyctl commands, setting unwanted defaults or causing a denial of service. <p>Publish Date: 2018-05-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18270>CVE-2017-18270</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-18270">https://nvd.nist.gov/vuln/detail/CVE-2017-18270</a></p> <p>Release Date: 2018-05-18</p> <p>Fix Resolution: 4.13.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2017-18270 (High) detected in multiple libraries - ## CVE-2017-18270 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-yocto-devv4.2.8</b>, <b>linux-yocto-devv4.2.8</b>, <b>linuxlinux-4.1.17</b></p></summary> <p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In the Linux kernel before 4.13.5, a local user could create keyrings for other users via keyctl commands, setting unwanted defaults or causing a denial of service. <p>Publish Date: 2018-05-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18270>CVE-2017-18270</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-18270">https://nvd.nist.gov/vuln/detail/CVE-2017-18270</a></p> <p>Release Date: 2018-05-18</p> <p>Fix Resolution: 4.13.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries linux yocto linux yocto linuxlinux vulnerability details in the linux kernel before a local user could create keyrings for other users via keyctl commands setting unwanted defaults or causing a denial of service publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0