Unnamed: 0 int64 3 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 7 112 | repo_url stringlengths 36 141 | action stringclasses 3 values | title stringlengths 2 742 | labels stringlengths 4 431 | body stringlengths 5 239k | index stringclasses 10 values | text_combine stringlengths 96 240k | label stringclasses 2 values | text stringlengths 96 200k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8,955 | 6,049,605,216 | IssuesEvent | 2017-06-12 19:07:58 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Game window centered by default | enhancement topic:editor usability | Every time I encounter a YouTube tutorial it strikes me as how many times the game window is **manually centered** after running. In the most recent GDquest's tutorials backed by a KickStarter you can see this same behavior: [Example](https://youtu.be/xUSEeXDtwIw?t=34s)
I think that the **default setting** for the game window should be **centered**. It is something that I see MANY people is struggling with and it is hard to find that settings option if you don't know a lot about the program's interface.
I'll try to do a pull request myself but I'm not sure if I'll be able to make it properly. | True | Game window centered by default - Every time I encounter a YouTube tutorial it strikes me as how many times the game window is **manually centered** after running. In the most recent GDquest's tutorials backed by a KickStarter you can see this same behavior: [Example](https://youtu.be/xUSEeXDtwIw?t=34s)
I think that the **default setting** for the game window should be **centered**. It is something that I see MANY people is struggling with and it is hard to find that settings option if you don't know a lot about the program's interface.
I'll try to do a pull request myself but I'm not sure if I'll be able to make it properly. | usab | game window centered by default every time i encounter a youtube tutorial it strikes me as how many times the game window is manually centered after running in the most recent gdquest s tutorials backed by a kickstarter you can see this same behavior i think that the default setting for the game window should be centered it is something that i see many people is struggling with and it is hard to find that settings option if you don t know a lot about the program s interface i ll try to do a pull request myself but i m not sure if i ll be able to make it properly | 1 |
341 | 2,577,869,600 | IssuesEvent | 2015-02-12 19:37:39 | tbs-sct/gcconnex | https://api.github.com/repos/tbs-sct/gcconnex | closed | Consider adding a word count limit to the Brief Description and changing Description to Long Description. | enhancement Language Usability | Consider adding a word count limit to the Brief Description and changing Description to Long Description.
Might require tweaking how the fields and their labels are generated on the page.
| True | Consider adding a word count limit to the Brief Description and changing Description to Long Description. - Consider adding a word count limit to the Brief Description and changing Description to Long Description.
Might require tweaking how the fields and their labels are generated on the page.
| usab | consider adding a word count limit to the brief description and changing description to long description consider adding a word count limit to the brief description and changing description to long description might require tweaking how the fields and their labels are generated on the page | 1 |
24,007 | 23,204,182,899 | IssuesEvent | 2022-08-02 02:24:45 | Leafwing-Studios/leafwing-input-manager | https://api.github.com/repos/Leafwing-Studios/leafwing-input-manager | opened | Configure action value clamping at the Action level | good first issue usability | ## Which feature is frustrating to use or confusing?
Having to remember to call `ActionState::clamped_value` instead of `ActionState::value` in every system is tedious and error prone.
## Expectation
This should be configurable at the Action level.
| True | Configure action value clamping at the Action level - ## Which feature is frustrating to use or confusing?
Having to remember to call `ActionState::clamped_value` instead of `ActionState::value` in every system is tedious and error prone.
## Expectation
This should be configurable at the Action level.
| usab | configure action value clamping at the action level which feature is frustrating to use or confusing having to remember to call actionstate clamped value instead of actionstate value in every system is tedious and error prone expectation this should be configurable at the action level | 1 |
20,989 | 16,396,552,146 | IssuesEvent | 2021-05-18 01:02:57 | mkrumholz/relational_rails | https://api.github.com/repos/mkrumholz/relational_rails | closed | Ability to update garden from gardens page | enhancement iteration 2 usability | User Story 17, Parent Update From Parent Index Page (x2)
As a visitor
When I visit the parent index page
Next to every parent, I see a link to edit that parent's info
When I click the link
I should be taken to that parents edit page where I can update its information just like in User Story 4 | True | Ability to update garden from gardens page - User Story 17, Parent Update From Parent Index Page (x2)
As a visitor
When I visit the parent index page
Next to every parent, I see a link to edit that parent's info
When I click the link
I should be taken to that parents edit page where I can update its information just like in User Story 4 | usab | ability to update garden from gardens page user story parent update from parent index page as a visitor when i visit the parent index page next to every parent i see a link to edit that parent s info when i click the link i should be taken to that parents edit page where i can update its information just like in user story | 1 |
162,962 | 25,726,003,656 | IssuesEvent | 2022-12-07 16:42:19 | Tonomy-Foundation/Tonomy-ID | https://api.github.com/repos/Tonomy-Foundation/Tonomy-ID | opened | Tonomy DAO - user stories | design | Definition of done
- [ ] user stories are created for different flows
- [ ] stories are put into sections for the feature they support | 1.0 | Tonomy DAO - user stories - Definition of done
- [ ] user stories are created for different flows
- [ ] stories are put into sections for the feature they support | non_usab | tonomy dao user stories definition of done user stories are created for different flows stories are put into sections for the feature they support | 0 |
4,725 | 3,881,507,162 | IssuesEvent | 2016-04-13 05:02:49 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 21036145: UINavigationController offsets content for hidden UITabBar | classification:ui/usability reproducible:always status:open | #### Description
Summary:
When adding a UINavigationController child view controller onto a view controller that previously hid the bottom UITabBar due to hidesBottomBarWhenPushed, the added UINavigationController incorrectly adjusts it’s rootViewController for the hidden UITabBar.
Steps to Reproduce:
Extract the example project. See the GIF to see the issue inside PSPDFKit. Than open the example project and follow the on screen instructions to reproduce the issue.
You can set ENABLE_WORKAROUND to 1 in PushedViewController.m to observe a possible workaround.
Note: The demo does not reproduce the issue with the visual effect view turning black. That also seems related to hidesBottomBarWhenPushed.
Expected Results:
The would be no extra space at the bottom of the table view.
Actual Results:
Extra space is added at the bottom of the table view (content insets get adjusted).
Regression:
iOS 8.3, iPhone. Perhaps also iPad.
Notes:
This bug report is based on a DTS. Follow-up: 622712635. See the response below.
—
The cause of the tab bar sized sized gap when displaying the annotation view is that you're wrapping the PSPDFAnnotationStyleViewController in a navigation controller. When the PSPDFNavigationController calculates the layout of its child view controller (PSPDFAnnotationStyleViewController) it sees that there is a tab bar controller present with a non-translucent tab bar, so it insets the frame of PSPDFAnnotationStyleViewController by the tab bar height. The inner navigation controller does not check if the tab bar is hidden or if the containing view controller hidesBottomBarWhenPushed prior to insetting the frame of PSPDFAnnotationStyleViewController.
Please file a bug report. This will make the UIKit team aware of the issue so they can investigate the underlying cause. It is actually much better for you (as a developer) if you file this bug. You will be able to follow the status of the bug directly, where if I filed it, you would have to continually check in with me.
In the meanwhile, try this workaround:
1) Initialize PSPDFNavigationController with a nil view controller.
2) Set the toolbarHidden property of PSPDFNavigationController to NO.
3) Set the hidesBottomBarWhenPushed property of PSPDFAnnotationStyleViewController to YES.
4) Push PSPDFAnnotationStyleViewController onto the navigation controller (using -pushViewController:...animated:NO)
-
Product Version: iOS 8.3
Created: 2015-05-20T11:33:17.691210
Originated: 2015-05-20T13:32:00
Open Radar Link: http://www.openradar.me/21036145 | True | 21036145: UINavigationController offsets content for hidden UITabBar - #### Description
Summary:
When adding a UINavigationController child view controller onto a view controller that previously hid the bottom UITabBar due to hidesBottomBarWhenPushed, the added UINavigationController incorrectly adjusts it’s rootViewController for the hidden UITabBar.
Steps to Reproduce:
Extract the example project. See the GIF to see the issue inside PSPDFKit. Than open the example project and follow the on screen instructions to reproduce the issue.
You can set ENABLE_WORKAROUND to 1 in PushedViewController.m to observe a possible workaround.
Note: The demo does not reproduce the issue with the visual effect view turning black. That also seems related to hidesBottomBarWhenPushed.
Expected Results:
The would be no extra space at the bottom of the table view.
Actual Results:
Extra space is added at the bottom of the table view (content insets get adjusted).
Regression:
iOS 8.3, iPhone. Perhaps also iPad.
Notes:
This bug report is based on a DTS. Follow-up: 622712635. See the response below.
—
The cause of the tab bar sized sized gap when displaying the annotation view is that you're wrapping the PSPDFAnnotationStyleViewController in a navigation controller. When the PSPDFNavigationController calculates the layout of its child view controller (PSPDFAnnotationStyleViewController) it sees that there is a tab bar controller present with a non-translucent tab bar, so it insets the frame of PSPDFAnnotationStyleViewController by the tab bar height. The inner navigation controller does not check if the tab bar is hidden or if the containing view controller hidesBottomBarWhenPushed prior to insetting the frame of PSPDFAnnotationStyleViewController.
Please file a bug report. This will make the UIKit team aware of the issue so they can investigate the underlying cause. It is actually much better for you (as a developer) if you file this bug. You will be able to follow the status of the bug directly, where if I filed it, you would have to continually check in with me.
In the meanwhile, try this workaround:
1) Initialize PSPDFNavigationController with a nil view controller.
2) Set the toolbarHidden property of PSPDFNavigationController to NO.
3) Set the hidesBottomBarWhenPushed property of PSPDFAnnotationStyleViewController to YES.
4) Push PSPDFAnnotationStyleViewController onto the navigation controller (using -pushViewController:...animated:NO)
-
Product Version: iOS 8.3
Created: 2015-05-20T11:33:17.691210
Originated: 2015-05-20T13:32:00
Open Radar Link: http://www.openradar.me/21036145 | usab | uinavigationcontroller offsets content for hidden uitabbar description summary when adding a uinavigationcontroller child view controller onto a view controller that previously hid the bottom uitabbar due to hidesbottombarwhenpushed the added uinavigationcontroller incorrectly adjusts it’s rootviewcontroller for the hidden uitabbar steps to reproduce extract the example project see the gif to see the issue inside pspdfkit than open the example project and follow the on screen instructions to reproduce the issue you can set enable workaround to in pushedviewcontroller m to observe a possible workaround note the demo does not reproduce the issue with the visual effect view turning black that also seems related to hidesbottombarwhenpushed expected results the would be no extra space at the bottom of the table view actual results extra space is added at the bottom of the table view content insets get adjusted regression ios iphone perhaps also ipad notes this bug report is based on a dts follow up see the response below — the cause of the tab bar sized sized gap when displaying the annotation view is that you re wrapping the pspdfannotationstyleviewcontroller in a navigation controller when the pspdfnavigationcontroller calculates the layout of its child view controller pspdfannotationstyleviewcontroller it sees that there is a tab bar controller present with a non translucent tab bar so it insets the frame of pspdfannotationstyleviewcontroller by the tab bar height the inner navigation controller does not check if the tab bar is hidden or if the containing view controller hidesbottombarwhenpushed prior to insetting the frame of pspdfannotationstyleviewcontroller please file a bug report this will make the uikit team aware of the issue so they can investigate the underlying cause it is actually much better for you as a developer if you file this bug you will be able to follow the status of the bug directly where if i filed it you would have to continually check in with me in the meanwhile try this workaround initialize pspdfnavigationcontroller with a nil view controller set the toolbarhidden property of pspdfnavigationcontroller to no set the hidesbottombarwhenpushed property of pspdfannotationstyleviewcontroller to yes push pspdfannotationstyleviewcontroller onto the navigation controller using pushviewcontroller animated no product version ios created originated open radar link | 1 |
24,247 | 23,539,048,038 | IssuesEvent | 2022-08-20 04:50:58 | orbeon/orbeon-forms | https://api.github.com/repos/orbeon/orbeon-forms | closed | Summary: Button to select all drafts | Module: Form Runner Type: RFE Area: Usability | Otherwise the user must select all of them by hand.
[+1 from customer](https://3.basecamp.com/3600924/buckets/6637356/messages/1063095614) | True | Summary: Button to select all drafts - Otherwise the user must select all of them by hand.
[+1 from customer](https://3.basecamp.com/3600924/buckets/6637356/messages/1063095614) | usab | summary button to select all drafts otherwise the user must select all of them by hand | 1 |
27,975 | 30,824,594,900 | IssuesEvent | 2023-08-01 18:58:56 | rokwire/illinois-app | https://api.github.com/repos/rokwire/illinois-app | opened | [USABILITY] Illinois Assistant Wording Updates | Type: Usability | Please update the Illinois Assistant text to:
[First paragraph]
INFO ICON The Illinois Assistant is an experimental feature. Some results may be inaccurate; verify the answer information with other official university sources. Your questions and feedback will be stored and analyzed to improve quality.
[First navy dialogue bubble]
You can ask anything about the University of Illinois Urbana Champaign. Type a question below to get started.
[Link info icon to article Joe will create]
Cc: @joegrohens @cdukeUX @cdukeUX | True | [USABILITY] Illinois Assistant Wording Updates - Please update the Illinois Assistant text to:
[First paragraph]
INFO ICON The Illinois Assistant is an experimental feature. Some results may be inaccurate; verify the answer information with other official university sources. Your questions and feedback will be stored and analyzed to improve quality.
[First navy dialogue bubble]
You can ask anything about the University of Illinois Urbana Champaign. Type a question below to get started.
[Link info icon to article Joe will create]
Cc: @joegrohens @cdukeUX @cdukeUX | usab | illinois assistant wording updates please update the illinois assistant text to info icon the illinois assistant is an experimental feature some results may be inaccurate verify the answer information with other official university sources your questions and feedback will be stored and analyzed to improve quality you can ask anything about the university of illinois urbana champaign type a question below to get started cc joegrohens cdukeux cdukeux | 1 |
7,559 | 5,051,365,897 | IssuesEvent | 2016-12-20 21:39:05 | biocaddie/prototype_issues | https://api.github.com/repos/biocaddie/prototype_issues | closed | Some results lead to 404 errors. A means of alerting DataMed to broken links would be helpful. | Usability V1.5 | Taken from #209
Thank you for this very useful suggestion. We are now researching ways to built-in alerts into DataMed that would let the user know if the link is broken. | True | Some results lead to 404 errors. A means of alerting DataMed to broken links would be helpful. - Taken from #209
Thank you for this very useful suggestion. We are now researching ways to built-in alerts into DataMed that would let the user know if the link is broken. | usab | some results lead to errors a means of alerting datamed to broken links would be helpful taken from thank you for this very useful suggestion we are now researching ways to built in alerts into datamed that would let the user know if the link is broken | 1 |
6,753 | 4,535,627,785 | IssuesEvent | 2016-09-08 17:56:14 | coreos/bugs | https://api.github.com/repos/coreos/bugs | closed | Tracking: Beta 1153.0.0 | area/usability component/distro kind/release | Here are the proposed set of packages that will go into the release.
[app-admin/etcd-wrapper-0.0.2-r0](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-admin/etcd-wrapper/etcd-wrapper-0.0.2-r0.ebuild)
[app-admin/flannel-0.5.5-r3](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-admin/flannel/flannel-0.5.5-r3.ebuild)
[app-admin/fleet-0.11.8](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-admin/fleet/fleet-0.11.8.ebuild)
[app-admin/kubelet-wrapper-0.0.1-r5](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-admin/kubelet-wrapper/kubelet-wrapper-0.0.1-r5.ebuild)
[app-admin/locksmith-0.4.0](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-admin/locksmith/locksmith-0.4.0.ebuild)
[app-admin/mayday-0.1.0-r1](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-admin/mayday/mayday-0.1.0-r1.ebuild)
[app-admin/toolbox-0.0.0-r7](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-admin/toolbox/toolbox-0.0.0-r7.ebuild)
[app-crypt/tpmpolicy-20160404](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-crypt/tpmpolicy/tpmpolicy-20160404.ebuild)
[app-emulation/actool-0.5.1-r1](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-emulation/actool/actool-0.5.1-r1.ebuild)
[app-emulation/containerd-0.2.3](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-emulation/containerd/containerd-0.2.3.ebuild)
[app-emulation/docker-1.12.1-r2](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-emulation/docker/docker-1.12.1-r2.ebuild)
[app-emulation/rkt-1.13.0](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-emulation/rkt/rkt-1.13.0.ebuild)
[app-emulation/runc-1.0.0_rc1_p20160615-r1](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-emulation/runc/runc-1.0.0_rc1_p20160615-r1.ebuild)
[dev-db/etcd-0.4.9-r2](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/dev-db/etcd/etcd-0.4.9-r2.ebuild)
[dev-db/etcd-2.3.2](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/dev-db/etcd/etcd-2.3.2.ebuild)
[sys-apps/seismograph-2.1.1](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/sys-apps/seismograph/seismograph-2.1.1.ebuild)
[sys-apps/systemd-231-r2](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/sys-apps/systemd/systemd-231-r2.ebuild)
[sys-kernel/coreos-kernel-4.7.1](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/sys-kernel/coreos-kernel/coreos-kernel-4.7.1.ebuild)
/cc @mike-saparov @steveeJ @aaronlevy @brianredbeard @lucab @xiang90
Aiming to release this on Sept. 7. | True | Tracking: Beta 1153.0.0 - Here are the proposed set of packages that will go into the release.
[app-admin/etcd-wrapper-0.0.2-r0](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-admin/etcd-wrapper/etcd-wrapper-0.0.2-r0.ebuild)
[app-admin/flannel-0.5.5-r3](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-admin/flannel/flannel-0.5.5-r3.ebuild)
[app-admin/fleet-0.11.8](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-admin/fleet/fleet-0.11.8.ebuild)
[app-admin/kubelet-wrapper-0.0.1-r5](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-admin/kubelet-wrapper/kubelet-wrapper-0.0.1-r5.ebuild)
[app-admin/locksmith-0.4.0](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-admin/locksmith/locksmith-0.4.0.ebuild)
[app-admin/mayday-0.1.0-r1](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-admin/mayday/mayday-0.1.0-r1.ebuild)
[app-admin/toolbox-0.0.0-r7](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-admin/toolbox/toolbox-0.0.0-r7.ebuild)
[app-crypt/tpmpolicy-20160404](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-crypt/tpmpolicy/tpmpolicy-20160404.ebuild)
[app-emulation/actool-0.5.1-r1](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-emulation/actool/actool-0.5.1-r1.ebuild)
[app-emulation/containerd-0.2.3](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-emulation/containerd/containerd-0.2.3.ebuild)
[app-emulation/docker-1.12.1-r2](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-emulation/docker/docker-1.12.1-r2.ebuild)
[app-emulation/rkt-1.13.0](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-emulation/rkt/rkt-1.13.0.ebuild)
[app-emulation/runc-1.0.0_rc1_p20160615-r1](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/app-emulation/runc/runc-1.0.0_rc1_p20160615-r1.ebuild)
[dev-db/etcd-0.4.9-r2](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/dev-db/etcd/etcd-0.4.9-r2.ebuild)
[dev-db/etcd-2.3.2](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/dev-db/etcd/etcd-2.3.2.ebuild)
[sys-apps/seismograph-2.1.1](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/sys-apps/seismograph/seismograph-2.1.1.ebuild)
[sys-apps/systemd-231-r2](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/sys-apps/systemd/systemd-231-r2.ebuild)
[sys-kernel/coreos-kernel-4.7.1](https://github.com/coreos/coreos-overlay/tree/0d7f1e8b257fde4aeaf5aeae509af9931be30a60/sys-kernel/coreos-kernel/coreos-kernel-4.7.1.ebuild)
/cc @mike-saparov @steveeJ @aaronlevy @brianredbeard @lucab @xiang90
Aiming to release this on Sept. 7. | usab | tracking beta here are the proposed set of packages that will go into the release cc mike saparov steveej aaronlevy brianredbeard lucab aiming to release this on sept | 1 |
15,311 | 9,955,160,097 | IssuesEvent | 2019-07-05 10:14:21 | Zilliqa/scilla | https://api.github.com/repos/Zilliqa/scilla | closed | One-message checker to handle procedure invocations | bug good first issue static analysis usability | The one-message checker (the one that checks that `send` is only ever applied to lists of length 1, to avoid multiple messages being sent) does not yet handle procedure invocations.
This means that we fail to give a warning in the following case:
- A transition adds a message to a list
- The transition then passes the list as a parameter to a procedure
- The procedure adds another message to the list, and sends the list.
It should be fairly easy to fix this issue, but on the other hand it's not a huge priority. | True | One-message checker to handle procedure invocations - The one-message checker (the one that checks that `send` is only ever applied to lists of length 1, to avoid multiple messages being sent) does not yet handle procedure invocations.
This means that we fail to give a warning in the following case:
- A transition adds a message to a list
- The transition then passes the list as a parameter to a procedure
- The procedure adds another message to the list, and sends the list.
It should be fairly easy to fix this issue, but on the other hand it's not a huge priority. | usab | one message checker to handle procedure invocations the one message checker the one that checks that send is only ever applied to lists of length to avoid multiple messages being sent does not yet handle procedure invocations this means that we fail to give a warning in the following case a transition adds a message to a list the transition then passes the list as a parameter to a procedure the procedure adds another message to the list and sends the list it should be fairly easy to fix this issue but on the other hand it s not a huge priority | 1 |
16,609 | 11,136,939,628 | IssuesEvent | 2019-12-20 17:54:43 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Enable plugins downloaded from the Asset Library by default | discussion enhancement topic:assetlib topic:editor usability | An user on Discord has noticed that plugins downloaded from the Asset Library are not enabled by default. They probably should be enabled by default to avoid confusion as to why a plugin cannot be used after it was downloaded. | True | Enable plugins downloaded from the Asset Library by default - An user on Discord has noticed that plugins downloaded from the Asset Library are not enabled by default. They probably should be enabled by default to avoid confusion as to why a plugin cannot be used after it was downloaded. | usab | enable plugins downloaded from the asset library by default an user on discord has noticed that plugins downloaded from the asset library are not enabled by default they probably should be enabled by default to avoid confusion as to why a plugin cannot be used after it was downloaded | 1 |
4,141 | 3,735,654,195 | IssuesEvent | 2016-03-08 13:10:20 | CloudSlang/cloud-slang | https://api.github.com/repos/CloudSlang/cloud-slang | closed | errors from shell are misleading | bug Usability - CLI | when running the run command like:
cslang>run write_to_file.sl
user get the error:
java.lang.IllegalArgumentException: Failed to convert 'write_to_file.sl' to type Boolean for option ',q,quiet
Cannot convert write_to_file.sl to type Boolean.
expected result: it should give the error that a flag is missing or not do nothing without any error... | True | errors from shell are misleading - when running the run command like:
cslang>run write_to_file.sl
user get the error:
java.lang.IllegalArgumentException: Failed to convert 'write_to_file.sl' to type Boolean for option ',q,quiet
Cannot convert write_to_file.sl to type Boolean.
expected result: it should give the error that a flag is missing or not do nothing without any error... | usab | errors from shell are misleading when running the run command like cslang run write to file sl user get the error java lang illegalargumentexception failed to convert write to file sl to type boolean for option q quiet cannot convert write to file sl to type boolean expected result it should give the error that a flag is missing or not do nothing without any error | 1 |
176,186 | 21,390,605,445 | IssuesEvent | 2022-04-21 06:38:42 | turkdevops/prettier | https://api.github.com/repos/turkdevops/prettier | closed | CVE-2021-37713 (High) detected in tar-4.4.8.tgz - autoclosed | security vulnerability | ## CVE-2021-37713 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-4.4.8.tgz</b></p></summary>
<p>tar for node</p>
<p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-4.4.8.tgz">https://registry.npmjs.org/tar/-/tar-4.4.8.tgz</a></p>
<p>Path to dependency file: /website/package.json</p>
<p>Path to vulnerable library: /website/node_modules/tar</p>
<p>
Dependency Hierarchy:
- docusaurus-1.14.6.tgz (Root Library)
- react-dev-utils-9.1.0.tgz
- fork-ts-checker-webpack-plugin-1.5.0.tgz
- chokidar-2.1.8.tgz
- fsevents-1.2.7.tgz
- node-pre-gyp-0.10.3.tgz
- :x: **tar-4.4.8.tgz** (Vulnerable Library)
<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 npm package "tar" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be outside of the extraction target directory is not extracted. This is, in part, accomplished by sanitizing absolute paths of entries within the archive, skipping archive entries that contain `..` path portions, and resolving the sanitized paths against the extraction target directory. This logic was insufficient on Windows systems when extracting tar files that contained a path that was not an absolute path, but specified a drive letter different from the extraction target, such as `C:some\path`. If the drive letter does not match the extraction target, for example `D:\extraction\dir`, then the result of `path.resolve(extractionDirectory, entryPath)` would resolve against the current working directory on the `C:` drive, rather than the extraction target directory. Additionally, a `..` portion of the path could occur immediately after the drive letter, such as `C:../foo`, and was not properly sanitized by the logic that checked for `..` within the normalized and split portions of the path. This only affects users of `node-tar` on Windows systems. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. There is no reasonable way to work around this issue without performing the same path normalization procedures that node-tar now does. Users are encouraged to upgrade to the latest patched versions of node-tar, rather than attempt to sanitize paths themselves.
<p>Publish Date: 2021-08-31
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37713>CVE-2021-37713</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>8.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- 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>
<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/npm/node-tar/security/advisories/GHSA-5955-9wpr-37jh">https://github.com/npm/node-tar/security/advisories/GHSA-5955-9wpr-37jh</a></p>
<p>Release Date: 2021-08-31</p>
<p>Fix Resolution (tar): 4.4.18</p>
<p>Direct dependency fix Resolution (docusaurus): 1.14.7</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-2021-37713 (High) detected in tar-4.4.8.tgz - autoclosed - ## CVE-2021-37713 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-4.4.8.tgz</b></p></summary>
<p>tar for node</p>
<p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-4.4.8.tgz">https://registry.npmjs.org/tar/-/tar-4.4.8.tgz</a></p>
<p>Path to dependency file: /website/package.json</p>
<p>Path to vulnerable library: /website/node_modules/tar</p>
<p>
Dependency Hierarchy:
- docusaurus-1.14.6.tgz (Root Library)
- react-dev-utils-9.1.0.tgz
- fork-ts-checker-webpack-plugin-1.5.0.tgz
- chokidar-2.1.8.tgz
- fsevents-1.2.7.tgz
- node-pre-gyp-0.10.3.tgz
- :x: **tar-4.4.8.tgz** (Vulnerable Library)
<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 npm package "tar" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be outside of the extraction target directory is not extracted. This is, in part, accomplished by sanitizing absolute paths of entries within the archive, skipping archive entries that contain `..` path portions, and resolving the sanitized paths against the extraction target directory. This logic was insufficient on Windows systems when extracting tar files that contained a path that was not an absolute path, but specified a drive letter different from the extraction target, such as `C:some\path`. If the drive letter does not match the extraction target, for example `D:\extraction\dir`, then the result of `path.resolve(extractionDirectory, entryPath)` would resolve against the current working directory on the `C:` drive, rather than the extraction target directory. Additionally, a `..` portion of the path could occur immediately after the drive letter, such as `C:../foo`, and was not properly sanitized by the logic that checked for `..` within the normalized and split portions of the path. This only affects users of `node-tar` on Windows systems. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. There is no reasonable way to work around this issue without performing the same path normalization procedures that node-tar now does. Users are encouraged to upgrade to the latest patched versions of node-tar, rather than attempt to sanitize paths themselves.
<p>Publish Date: 2021-08-31
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37713>CVE-2021-37713</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>8.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- 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>
<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/npm/node-tar/security/advisories/GHSA-5955-9wpr-37jh">https://github.com/npm/node-tar/security/advisories/GHSA-5955-9wpr-37jh</a></p>
<p>Release Date: 2021-08-31</p>
<p>Fix Resolution (tar): 4.4.18</p>
<p>Direct dependency fix Resolution (docusaurus): 1.14.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_usab | cve high detected in tar tgz autoclosed cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href path to dependency file website package json path to vulnerable library website node modules tar dependency hierarchy docusaurus tgz root library react dev utils tgz fork ts checker webpack plugin tgz chokidar tgz fsevents tgz node pre gyp tgz x tar tgz vulnerable library found in base branch master vulnerability details the npm package tar aka node tar before versions and has an arbitrary file creation overwrite and arbitrary code execution vulnerability node tar aims to guarantee that any file whose location would be outside of the extraction target directory is not extracted this is in part accomplished by sanitizing absolute paths of entries within the archive skipping archive entries that contain path portions and resolving the sanitized paths against the extraction target directory this logic was insufficient on windows systems when extracting tar files that contained a path that was not an absolute path but specified a drive letter different from the extraction target such as c some path if the drive letter does not match the extraction target for example d extraction dir then the result of path resolve extractiondirectory entrypath would resolve against the current working directory on the c drive rather than the extraction target directory additionally a portion of the path could occur immediately after the drive letter such as c foo and was not properly sanitized by the logic that checked for within the normalized and split portions of the path this only affects users of node tar on windows systems these issues were addressed in releases and the branch of node tar has been deprecated and did not receive patches for these issues if you are still using a release we recommend you update to a more recent version of node tar there is no reasonable way to work around this issue without performing the same path normalization procedures that node tar now does users are encouraged to upgrade to the latest patched versions of node tar rather than attempt to sanitize paths themselves 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 changed impact metrics confidentiality impact high 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 tar direct dependency fix resolution docusaurus step up your open source security game with whitesource | 0 |
20,227 | 15,167,657,205 | IssuesEvent | 2021-02-12 18:07:58 | clowdr-app/clowdr | https://api.github.com/repos/clowdr-app/clowdr | opened | Error page is shown when people aren't logged in | bug usability bug | I have been invited for a conference, and I have signed up, and logged in. Due to inactivity, my computer logged off of Clowdr. When I restart it, I see this page:

This should be replaced by another page that doesn't show an error, but simply: "please login" | True | Error page is shown when people aren't logged in - I have been invited for a conference, and I have signed up, and logged in. Due to inactivity, my computer logged off of Clowdr. When I restart it, I see this page:

This should be replaced by another page that doesn't show an error, but simply: "please login" | usab | error page is shown when people aren t logged in i have been invited for a conference and i have signed up and logged in due to inactivity my computer logged off of clowdr when i restart it i see this page this should be replaced by another page that doesn t show an error but simply please login | 1 |
421,853 | 12,262,195,882 | IssuesEvent | 2020-05-06 21:34:11 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio-ui][studio] Create site dialog updates | enhancement priority: medium | Studio UI:
Update the Create Site dialog, marketplace tab to:
- Invoke the updated API with include incompatible plugins
- Have a checkbox that's checked on by default and controls that parameter
- Remove the Crafter CMS version from the detailed plugin/blueprint view
- Remove the "Use" button from the listing if a plugin is not compatible (just leave the "More...")
- Remove the "Use" button from the plugin detail page
- Add a warning/notice that the plugin/bp is not compatible in the detailed view page clearly so the user knows why they can't use it
Studio:
- Update the backend MP proxy to handle the new API updates | 1.0 | [studio-ui][studio] Create site dialog updates - Studio UI:
Update the Create Site dialog, marketplace tab to:
- Invoke the updated API with include incompatible plugins
- Have a checkbox that's checked on by default and controls that parameter
- Remove the Crafter CMS version from the detailed plugin/blueprint view
- Remove the "Use" button from the listing if a plugin is not compatible (just leave the "More...")
- Remove the "Use" button from the plugin detail page
- Add a warning/notice that the plugin/bp is not compatible in the detailed view page clearly so the user knows why they can't use it
Studio:
- Update the backend MP proxy to handle the new API updates | non_usab | create site dialog updates studio ui update the create site dialog marketplace tab to invoke the updated api with include incompatible plugins have a checkbox that s checked on by default and controls that parameter remove the crafter cms version from the detailed plugin blueprint view remove the use button from the listing if a plugin is not compatible just leave the more remove the use button from the plugin detail page add a warning notice that the plugin bp is not compatible in the detailed view page clearly so the user knows why they can t use it studio update the backend mp proxy to handle the new api updates | 0 |
19,121 | 13,536,151,127 | IssuesEvent | 2020-09-16 08:38:13 | topcoder-platform/qa-fun | https://api.github.com/repos/topcoder-platform/qa-fun | closed | My Projects page Back button | UX/Usability | **Steps to Reproduce:**
1. Log in to https://www.topcoder.com/ using Firefox browser
2. click My Projects Near Business Menu
3. Opens connect.topcoder.com project page
4. click on back arrow to go back to home page but unable to go back to home page
**Expected Result:**
back arrow in the connect.topcoder.com page redirects back to home page but unable to go back
**Actual Result:**
Once the connect.topcoder.com page is loaded completely unable to go back to home page.
**Device/OS/Browser Information:**
Windows 10/ Firefox
**Screenshot:**

| True | My Projects page Back button - **Steps to Reproduce:**
1. Log in to https://www.topcoder.com/ using Firefox browser
2. click My Projects Near Business Menu
3. Opens connect.topcoder.com project page
4. click on back arrow to go back to home page but unable to go back to home page
**Expected Result:**
back arrow in the connect.topcoder.com page redirects back to home page but unable to go back
**Actual Result:**
Once the connect.topcoder.com page is loaded completely unable to go back to home page.
**Device/OS/Browser Information:**
Windows 10/ Firefox
**Screenshot:**

| usab | my projects page back button steps to reproduce log in to using firefox browser click my projects near business menu opens connect topcoder com project page click on back arrow to go back to home page but unable to go back to home page expected result back arrow in the connect topcoder com page redirects back to home page but unable to go back actual result once the connect topcoder com page is loaded completely unable to go back to home page device os browser information windows firefox screenshot | 1 |
800,749 | 28,376,801,783 | IssuesEvent | 2023-04-12 21:35:24 | googleapis/python-aiplatform | https://api.github.com/repos/googleapis/python-aiplatform | opened | tests.system.aiplatform.test_private_endpoint.TestPrivateEndpoint: test_create_deploy_delete_private_endpoint failed | type: bug priority: p1 flakybot: issue | Note: #1960 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 82b2b8811512d5485f4beb57c35cef560f7bbc4e
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/400ed379-3272-4213-95de-d07734b92fc4), [Sponge](http://sponge2/400ed379-3272-4213-95de-d07734b92fc4)
status: failed
<details><summary>Test output</summary><br><pre>args = (parent: "projects/ucaip-sample-tests/locations/us-central1"
,)
kwargs = {'metadata': [('x-goog-request-params', 'parent=projects/ucaip-sample-tests/locations/us-central1'), ('x-goog-api-client', 'model-builder/1.23.0 gl-python/3.8.13 grpc/1.47.0 gax/1.32.0 gapic/1.23.0')]}
@six.wraps(callable_)
def error_remapped_callable(*args, **kwargs):
try:
> return callable_(*args, **kwargs)
.nox/system-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py:67:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <grpc._channel._UnaryUnaryMultiCallable object at 0x7f2dc1fe10a0>
request = parent: "projects/ucaip-sample-tests/locations/us-central1"
timeout = None
metadata = [('x-goog-request-params', 'parent=projects/ucaip-sample-tests/locations/us-central1'), ('x-goog-api-client', 'model-builder/1.23.0 gl-python/3.8.13 grpc/1.47.0 gax/1.32.0 gapic/1.23.0')]
credentials = None, wait_for_ready = None, compression = None
def __call__(self,
request,
timeout=None,
metadata=None,
credentials=None,
wait_for_ready=None,
compression=None):
state, call, = self._blocking(request, timeout, metadata, credentials,
wait_for_ready, compression)
> return _end_unary_response_blocking(state, call, False, None)
.nox/system-3-8/lib/python3.8/site-packages/grpc/_channel.py:946:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
state = <grpc._channel._RPCState object at 0x7f2dc1fe1940>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f2dc1f0fac0>
with_call = False, deadline = None
def _end_unary_response_blocking(state, call, with_call, deadline):
if state.code is grpc.StatusCode.OK:
if with_call:
rendezvous = _MultiThreadedRendezvous(state, call, None, deadline)
return state.response, rendezvous
else:
return state.response
else:
> raise _InactiveRpcError(state)
E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
E status = StatusCode.UNAVAILABLE
E details = "The service is currently unavailable."
E debug_error_string = "{"created":"@1681328882.221058720","description":"Error received from peer ipv4:108.177.98.95:443","file":"src/core/lib/surface/call.cc","file_line":966,"grpc_message":"The service is currently unavailable.","grpc_status":14}"
E >
.nox/system-3-8/lib/python3.8/site-packages/grpc/_channel.py:849: _InactiveRpcError
The above exception was the direct cause of the following exception:
self = <tests.system.aiplatform.test_private_endpoint.TestPrivateEndpoint object at 0x7f2dd9dfb6d0>
shared_state = {'resources': [<google.cloud.aiplatform.models.PrivateEndpoint object at 0x7f2dc1fef6d0>
resource name: projects/580378083368/locations/us-central1/endpoints/4342925794180333568]}
def test_create_deploy_delete_private_endpoint(self, shared_state):
# Collection of resources generated by this test, to be deleted during teardown
shared_state["resources"] = []
aiplatform.init(
project=e2e_base._PROJECT,
location=e2e_base._LOCATION,
)
private_endpoint = aiplatform.PrivateEndpoint.create(
display_name=self._make_display_name("private_endpoint_test"),
network=_PRIVATE_ENDPOINT_NETWORK,
)
shared_state["resources"].append(private_endpoint)
# Verify that the retrieved private Endpoint is the same
my_private_endpoint = aiplatform.PrivateEndpoint(
endpoint_name=private_endpoint.resource_name
)
assert private_endpoint.resource_name == my_private_endpoint.resource_name
assert private_endpoint.display_name == my_private_endpoint.display_name
# Verify the endpoint is in the private Endpoint list
> list_private_endpoint = aiplatform.PrivateEndpoint.list()
tests/system/aiplatform/test_private_endpoint.py:56:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
google/cloud/aiplatform/models.py:2241: in list
return cls._list_with_local_order(
google/cloud/aiplatform/base.py:1182: in _list_with_local_order
li = cls._list(
google/cloud/aiplatform/base.py:1121: in _list
resource_list = resource_list_method(request=list_request) or []
google/cloud/aiplatform_v1/services/endpoint_service/client.py:874: in list_endpoints
response = rpc(
.nox/system-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py:145: in __call__
return wrapped_func(*args, **kwargs)
.nox/system-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py:69: in error_remapped_callable
six.raise_from(exceptions.from_grpc_error(exc), exc)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
value = None
from_value = <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "The service is currently ...c/core/lib/surface/call.cc","file_line":966,"grpc_message":"The service is currently unavailable.","grpc_status":14}"
>
> ???
E google.api_core.exceptions.ServiceUnavailable: 503 The service is currently unavailable.
<string>:3: ServiceUnavailable</pre></details> | 1.0 | tests.system.aiplatform.test_private_endpoint.TestPrivateEndpoint: test_create_deploy_delete_private_endpoint failed - Note: #1960 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 82b2b8811512d5485f4beb57c35cef560f7bbc4e
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/400ed379-3272-4213-95de-d07734b92fc4), [Sponge](http://sponge2/400ed379-3272-4213-95de-d07734b92fc4)
status: failed
<details><summary>Test output</summary><br><pre>args = (parent: "projects/ucaip-sample-tests/locations/us-central1"
,)
kwargs = {'metadata': [('x-goog-request-params', 'parent=projects/ucaip-sample-tests/locations/us-central1'), ('x-goog-api-client', 'model-builder/1.23.0 gl-python/3.8.13 grpc/1.47.0 gax/1.32.0 gapic/1.23.0')]}
@six.wraps(callable_)
def error_remapped_callable(*args, **kwargs):
try:
> return callable_(*args, **kwargs)
.nox/system-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py:67:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <grpc._channel._UnaryUnaryMultiCallable object at 0x7f2dc1fe10a0>
request = parent: "projects/ucaip-sample-tests/locations/us-central1"
timeout = None
metadata = [('x-goog-request-params', 'parent=projects/ucaip-sample-tests/locations/us-central1'), ('x-goog-api-client', 'model-builder/1.23.0 gl-python/3.8.13 grpc/1.47.0 gax/1.32.0 gapic/1.23.0')]
credentials = None, wait_for_ready = None, compression = None
def __call__(self,
request,
timeout=None,
metadata=None,
credentials=None,
wait_for_ready=None,
compression=None):
state, call, = self._blocking(request, timeout, metadata, credentials,
wait_for_ready, compression)
> return _end_unary_response_blocking(state, call, False, None)
.nox/system-3-8/lib/python3.8/site-packages/grpc/_channel.py:946:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
state = <grpc._channel._RPCState object at 0x7f2dc1fe1940>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f2dc1f0fac0>
with_call = False, deadline = None
def _end_unary_response_blocking(state, call, with_call, deadline):
if state.code is grpc.StatusCode.OK:
if with_call:
rendezvous = _MultiThreadedRendezvous(state, call, None, deadline)
return state.response, rendezvous
else:
return state.response
else:
> raise _InactiveRpcError(state)
E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
E status = StatusCode.UNAVAILABLE
E details = "The service is currently unavailable."
E debug_error_string = "{"created":"@1681328882.221058720","description":"Error received from peer ipv4:108.177.98.95:443","file":"src/core/lib/surface/call.cc","file_line":966,"grpc_message":"The service is currently unavailable.","grpc_status":14}"
E >
.nox/system-3-8/lib/python3.8/site-packages/grpc/_channel.py:849: _InactiveRpcError
The above exception was the direct cause of the following exception:
self = <tests.system.aiplatform.test_private_endpoint.TestPrivateEndpoint object at 0x7f2dd9dfb6d0>
shared_state = {'resources': [<google.cloud.aiplatform.models.PrivateEndpoint object at 0x7f2dc1fef6d0>
resource name: projects/580378083368/locations/us-central1/endpoints/4342925794180333568]}
def test_create_deploy_delete_private_endpoint(self, shared_state):
# Collection of resources generated by this test, to be deleted during teardown
shared_state["resources"] = []
aiplatform.init(
project=e2e_base._PROJECT,
location=e2e_base._LOCATION,
)
private_endpoint = aiplatform.PrivateEndpoint.create(
display_name=self._make_display_name("private_endpoint_test"),
network=_PRIVATE_ENDPOINT_NETWORK,
)
shared_state["resources"].append(private_endpoint)
# Verify that the retrieved private Endpoint is the same
my_private_endpoint = aiplatform.PrivateEndpoint(
endpoint_name=private_endpoint.resource_name
)
assert private_endpoint.resource_name == my_private_endpoint.resource_name
assert private_endpoint.display_name == my_private_endpoint.display_name
# Verify the endpoint is in the private Endpoint list
> list_private_endpoint = aiplatform.PrivateEndpoint.list()
tests/system/aiplatform/test_private_endpoint.py:56:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
google/cloud/aiplatform/models.py:2241: in list
return cls._list_with_local_order(
google/cloud/aiplatform/base.py:1182: in _list_with_local_order
li = cls._list(
google/cloud/aiplatform/base.py:1121: in _list
resource_list = resource_list_method(request=list_request) or []
google/cloud/aiplatform_v1/services/endpoint_service/client.py:874: in list_endpoints
response = rpc(
.nox/system-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py:145: in __call__
return wrapped_func(*args, **kwargs)
.nox/system-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py:69: in error_remapped_callable
six.raise_from(exceptions.from_grpc_error(exc), exc)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
value = None
from_value = <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "The service is currently ...c/core/lib/surface/call.cc","file_line":966,"grpc_message":"The service is currently unavailable.","grpc_status":14}"
>
> ???
E google.api_core.exceptions.ServiceUnavailable: 503 The service is currently unavailable.
<string>:3: ServiceUnavailable</pre></details> | non_usab | tests system aiplatform test private endpoint testprivateendpoint test create deploy delete private endpoint failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output args parent projects ucaip sample tests locations us kwargs metadata six wraps callable def error remapped callable args kwargs try return callable args kwargs nox system lib site packages google api core grpc helpers py self request parent projects ucaip sample tests locations us timeout none metadata credentials none wait for ready none compression none def call self request timeout none metadata none credentials none wait for ready none compression none state call self blocking request timeout metadata credentials wait for ready compression return end unary response blocking state call false none nox system lib site packages grpc channel py state call with call false deadline none def end unary response blocking state call with call deadline if state code is grpc statuscode ok if with call rendezvous multithreadedrendezvous state call none deadline return state response rendezvous else return state response else raise inactiverpcerror state e grpc channel inactiverpcerror inactiverpcerror of rpc that terminated with e status statuscode unavailable e details the service is currently unavailable e debug error string created description error received from peer file src core lib surface call cc file line grpc message the service is currently unavailable grpc status e nox system lib site packages grpc channel py inactiverpcerror the above exception was the direct cause of the following exception self shared state resources resource name projects locations us endpoints def test create deploy delete private endpoint self shared state collection of resources generated by this test to be deleted during teardown shared state aiplatform init project base project location base location private endpoint aiplatform privateendpoint create display name self make display name private endpoint test network private endpoint network shared state append private endpoint verify that the retrieved private endpoint is the same my private endpoint aiplatform privateendpoint endpoint name private endpoint resource name assert private endpoint resource name my private endpoint resource name assert private endpoint display name my private endpoint display name verify the endpoint is in the private endpoint list list private endpoint aiplatform privateendpoint list tests system aiplatform test private endpoint py google cloud aiplatform models py in list return cls list with local order google cloud aiplatform base py in list with local order li cls list google cloud aiplatform base py in list resource list resource list method request list request or google cloud aiplatform services endpoint service client py in list endpoints response rpc nox system lib site packages google api core gapic method py in call return wrapped func args kwargs nox system lib site packages google api core grpc helpers py in error remapped callable six raise from exceptions from grpc error exc exc value none from value inactiverpcerror of rpc that terminated with status statuscode unavailable details the service is currently c core lib surface call cc file line grpc message the service is currently unavailable grpc status e google api core exceptions serviceunavailable the service is currently unavailable serviceunavailable | 0 |
82,165 | 32,037,815,173 | IssuesEvent | 2023-09-22 16:41:53 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Font Size preview doesn't change on changing the message layout | T-Defect S-Minor A-User-Settings Help Wanted A-Appearance O-Occasional good first issue | ### Steps to reproduce
1. Where are you starting? What can you see?
Open appearance in the setting on the element web in the browser. When I change the message layout the font size preview doesn't get changed. Instead, it changes on refreshing the page.
### Outcome
#### What did you expect?
If initially I have IRC message layout set in the appearance settings and now I change it to a modern message layout, then on changing the message layout the font size preview message doesn't get changed on the click instead it gets changed after refreshing.
Initially when layout is set to IRC it looks like this-
<img width="842" alt="Screenshot 2022-04-13 at 11 25 58 PM" src="https://user-images.githubusercontent.com/54431564/163241473-f4b5791b-2b2a-4224-b25e-0e3146a07429.png">
Now as soon as I change the message layout by clicking on modern, I expect the font size preview message to get changed on the click. So I expect this after clicking on Modern now.
<img width="786" alt="Screenshot 2022-04-13 at 11 26 20 PM" src="https://user-images.githubusercontent.com/54431564/163241754-07f12546-29a8-4181-87b5-f5b6506fa19d.png">
#### What happened instead?
On changing the message layout by clicking on Modern, the font size preview message doesn't get changed at the same time. The changes occur after refreshing the page. Something like this occurs-
<img width="808" alt="Screenshot 2022-04-13 at 11 26 07 PM" src="https://user-images.githubusercontent.com/54431564/163241973-88a5972e-39a4-45e9-bd39-688ba23d38a5.png">
### Operating system
macOS
### Browser information
Chrome
### URL for webapp
_No response_
### Application version
_No response_
### Homeserver
_No response_
### Will you send logs?
No | 1.0 | Font Size preview doesn't change on changing the message layout - ### Steps to reproduce
1. Where are you starting? What can you see?
Open appearance in the setting on the element web in the browser. When I change the message layout the font size preview doesn't get changed. Instead, it changes on refreshing the page.
### Outcome
#### What did you expect?
If initially I have IRC message layout set in the appearance settings and now I change it to a modern message layout, then on changing the message layout the font size preview message doesn't get changed on the click instead it gets changed after refreshing.
Initially when layout is set to IRC it looks like this-
<img width="842" alt="Screenshot 2022-04-13 at 11 25 58 PM" src="https://user-images.githubusercontent.com/54431564/163241473-f4b5791b-2b2a-4224-b25e-0e3146a07429.png">
Now as soon as I change the message layout by clicking on modern, I expect the font size preview message to get changed on the click. So I expect this after clicking on Modern now.
<img width="786" alt="Screenshot 2022-04-13 at 11 26 20 PM" src="https://user-images.githubusercontent.com/54431564/163241754-07f12546-29a8-4181-87b5-f5b6506fa19d.png">
#### What happened instead?
On changing the message layout by clicking on Modern, the font size preview message doesn't get changed at the same time. The changes occur after refreshing the page. Something like this occurs-
<img width="808" alt="Screenshot 2022-04-13 at 11 26 07 PM" src="https://user-images.githubusercontent.com/54431564/163241973-88a5972e-39a4-45e9-bd39-688ba23d38a5.png">
### Operating system
macOS
### Browser information
Chrome
### URL for webapp
_No response_
### Application version
_No response_
### Homeserver
_No response_
### Will you send logs?
No | non_usab | font size preview doesn t change on changing the message layout steps to reproduce where are you starting what can you see open appearance in the setting on the element web in the browser when i change the message layout the font size preview doesn t get changed instead it changes on refreshing the page outcome what did you expect if initially i have irc message layout set in the appearance settings and now i change it to a modern message layout then on changing the message layout the font size preview message doesn t get changed on the click instead it gets changed after refreshing initially when layout is set to irc it looks like this img width alt screenshot at pm src now as soon as i change the message layout by clicking on modern i expect the font size preview message to get changed on the click so i expect this after clicking on modern now img width alt screenshot at pm src what happened instead on changing the message layout by clicking on modern the font size preview message doesn t get changed at the same time the changes occur after refreshing the page something like this occurs img width alt screenshot at pm src operating system macos browser information chrome url for webapp no response application version no response homeserver no response will you send logs no | 0 |
51,262 | 6,506,728,550 | IssuesEvent | 2017-08-24 10:10:20 | owncloud/client | https://api.github.com/repos/owncloud/client | closed | Newer file gets renamed to _conflict, should be the other way around | Design & UX Discussion | The current state is this:

The newer (top) file which also is the correct one gets the _conflict status. However, in most of these cases the more recent file is the correct one, and the older one should get the _conflict status. Making the recent one to look like it’s _only_ a conflict is confusing.
Currently to fix the conflict, I need to:
1. Check and really make sure that _conflict is indeed the correct one
2. Delete the other file
3. Rename the »conflict« file to remove the »_conflict« part from the name
If it would be the other way around, I could just simply quickly look at it, see that the conflict file is older anyway, and delete that one.
cc @ckamm @ogoffart @guruz what do you think? I am continuously confused by this. | 1.0 | Newer file gets renamed to _conflict, should be the other way around - The current state is this:

The newer (top) file which also is the correct one gets the _conflict status. However, in most of these cases the more recent file is the correct one, and the older one should get the _conflict status. Making the recent one to look like it’s _only_ a conflict is confusing.
Currently to fix the conflict, I need to:
1. Check and really make sure that _conflict is indeed the correct one
2. Delete the other file
3. Rename the »conflict« file to remove the »_conflict« part from the name
If it would be the other way around, I could just simply quickly look at it, see that the conflict file is older anyway, and delete that one.
cc @ckamm @ogoffart @guruz what do you think? I am continuously confused by this. | non_usab | newer file gets renamed to conflict should be the other way around the current state is this the newer top file which also is the correct one gets the conflict status however in most of these cases the more recent file is the correct one and the older one should get the conflict status making the recent one to look like it’s only a conflict is confusing currently to fix the conflict i need to check and really make sure that conflict is indeed the correct one delete the other file rename the »conflict« file to remove the » conflict« part from the name if it would be the other way around i could just simply quickly look at it see that the conflict file is older anyway and delete that one cc ckamm ogoffart guruz what do you think i am continuously confused by this | 0 |
318,892 | 9,708,719,103 | IssuesEvent | 2019-05-28 08:27:55 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.facebook.com - see bug description | browser-firefox engine-gecko priority-critical | <!-- @browser: Firefox 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://www.facebook.com/
**Browser / Version**: Firefox 68.0
**Operating System**: Windows 8.1
**Tested Another Browser**: Yes
**Problem type**: Something else
**Description**: my fb is not opening
**Steps to Reproduce**:
my facebook is not opening y
<details>
<summary>Browser Configuration</summary>
<ul>
<li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190523115432</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.facebook.com - see bug description - <!-- @browser: Firefox 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://www.facebook.com/
**Browser / Version**: Firefox 68.0
**Operating System**: Windows 8.1
**Tested Another Browser**: Yes
**Problem type**: Something else
**Description**: my fb is not opening
**Steps to Reproduce**:
my facebook is not opening y
<details>
<summary>Browser Configuration</summary>
<ul>
<li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190523115432</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_usab | see bug description url browser version firefox operating system windows tested another browser yes problem type something else description my fb is not opening steps to reproduce my facebook is not opening y browser configuration mixed active content blocked false image mem shared true buildid tracking content blocked false gfx webrender blob images true hastouchscreen false mixed passive content blocked false gfx webrender enabled false gfx webrender all false channel beta from with ❤️ | 0 |
5,444 | 3,929,940,167 | IssuesEvent | 2016-04-25 04:21:09 | kolliSuman/issues | https://api.github.com/repos/kolliSuman/issues | closed | QA_Delay Estimation In Chain Of Inverters_Usability_smk | Category: Usability Developed By: VLEAD Release Number: Production Severity: S3 Status: Open |
Defect Description :
In the home page/landing page of "Delay Estimation In Chain Of Inverters" experiment, an extra header link is present in the page where the extra header link should be removed as it is not required
Actual Result :
In the home page/landing page of "Delay Estimation In Chain Of Inverters" experiment, an extra header link is present in the page
Environment :
OS: Windows 7, Linux
Browsers: Firefox,Chrome
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Test Step Link:
https://github.com/Virtual-Labs/vlsi-iiith/blob/master/test-cases/integration_test-cases/Delay%20Estimation%20In%20Chain%20Of%20Inverters/Delay%20Estimation%20In%20Chain%20Of%20Inverters_01_Usability_smk.org | True | QA_Delay Estimation In Chain Of Inverters_Usability_smk -
Defect Description :
In the home page/landing page of "Delay Estimation In Chain Of Inverters" experiment, an extra header link is present in the page where the extra header link should be removed as it is not required
Actual Result :
In the home page/landing page of "Delay Estimation In Chain Of Inverters" experiment, an extra header link is present in the page
Environment :
OS: Windows 7, Linux
Browsers: Firefox,Chrome
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Test Step Link:
https://github.com/Virtual-Labs/vlsi-iiith/blob/master/test-cases/integration_test-cases/Delay%20Estimation%20In%20Chain%20Of%20Inverters/Delay%20Estimation%20In%20Chain%20Of%20Inverters_01_Usability_smk.org | usab | qa delay estimation in chain of inverters usability smk defect description in the home page landing page of delay estimation in chain of inverters experiment an extra header link is present in the page where the extra header link should be removed as it is not required actual result in the home page landing page of delay estimation in chain of inverters experiment an extra header link is present in the page environment os windows linux browsers firefox chrome bandwidth hardware configuration processor test step link | 1 |
17,477 | 12,066,902,539 | IssuesEvent | 2020-04-16 12:34:18 | matomo-org/matomo | https://api.github.com/repos/matomo-org/matomo | closed | Today Button in calendar | Enhancement c: Usability duplicate | If browsing older dates very often it could be very helpful to have a today button or link that brings the calendar view to:
- today in day view
- this week in week view
- this month in month view
- from day untouchend and to day to today in range view
| True | Today Button in calendar - If browsing older dates very often it could be very helpful to have a today button or link that brings the calendar view to:
- today in day view
- this week in week view
- this month in month view
- from day untouchend and to day to today in range view
| usab | today button in calendar if browsing older dates very often it could be very helpful to have a today button or link that brings the calendar view to today in day view this week in week view this month in month view from day untouchend and to day to today in range view | 1 |
10,073 | 6,555,490,100 | IssuesEvent | 2017-09-06 10:29:14 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Gizmos rendering colors are homogeneous | bug topic:editor topic:rendering usability | **Operating system or device, Godot version, GPU Model and driver (if graphics related):**
9b9344cab1a01358e5ebdc7efab1c00472b7bf2f
**Issue description:**
I noticed all gizmos have homogeneous colors. For example gizmo used to move spatials had it's arrows in three colors before (red, green, blue). This no longer is the case:

**Steps to reproduce:**
1. Select any spatial
| True | Gizmos rendering colors are homogeneous - **Operating system or device, Godot version, GPU Model and driver (if graphics related):**
9b9344cab1a01358e5ebdc7efab1c00472b7bf2f
**Issue description:**
I noticed all gizmos have homogeneous colors. For example gizmo used to move spatials had it's arrows in three colors before (red, green, blue). This no longer is the case:

**Steps to reproduce:**
1. Select any spatial
| usab | gizmos rendering colors are homogeneous operating system or device godot version gpu model and driver if graphics related issue description i noticed all gizmos have homogeneous colors for example gizmo used to move spatials had it s arrows in three colors before red green blue this no longer is the case steps to reproduce select any spatial | 1 |
101,916 | 21,876,847,292 | IssuesEvent | 2022-05-19 10:57:50 | appsmithorg/appsmith | https://api.github.com/repos/appsmithorg/appsmith | closed | [Bug]: Prioritize parse error callouts in JS Editor debugger | Bug Needs Triaging FE Coders Pod Actions Pod | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
[See video](
[](https://www.loom.com/share/9ef82d9984064d8ba303d44b4b7e921d)
### Steps To Reproduce
1. Run a function in JS Editor with parse errors within it . Eg Run func1 in
```
export default {
myVar1: [],
func1:async ()=>{
return f
}
}
```
Observe error callout (message is particular to `jsobject.func1`)
2. Now replace code with invalid js object
```
export default {
myVar1: [] tetete
func1:async ()=>{
return f
}
}
Expected Callout Message: `JS object could not be parsed`
Current Behaviour: Callout message doesn't change
### Public Sample App
_No response_
### Version
Cloud/ Release | 1.0 | [Bug]: Prioritize parse error callouts in JS Editor debugger - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
[See video](
[](https://www.loom.com/share/9ef82d9984064d8ba303d44b4b7e921d)
### Steps To Reproduce
1. Run a function in JS Editor with parse errors within it . Eg Run func1 in
```
export default {
myVar1: [],
func1:async ()=>{
return f
}
}
```
Observe error callout (message is particular to `jsobject.func1`)
2. Now replace code with invalid js object
```
export default {
myVar1: [] tetete
func1:async ()=>{
return f
}
}
Expected Callout Message: `JS object could not be parsed`
Current Behaviour: Callout message doesn't change
### Public Sample App
_No response_
### Version
Cloud/ Release | non_usab | prioritize parse error callouts in js editor debugger is there an existing issue for this i have searched the existing issues description steps to reproduce run a function in js editor with parse errors within it eg run in export default async return f observe error callout message is particular to jsobject now replace code with invalid js object export default tetete async return f expected callout message js object could not be parsed current behaviour callout message doesn t change public sample app no response version cloud release | 0 |
8,957 | 6,049,987,225 | IssuesEvent | 2017-06-12 20:02:17 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 32719705: Add source control commands to menu bar in Xcode 9 | classification:ui/usability reproducible:always status:open | #### Description
Summary:
Xcode 9's source control commands do not appear to be accessible from the menu bar in 9.0 beta (9M136h). Their existence in the menu bar is important as it allows setting custom keybindings as well as searching thru all the menu items using Cmd+Shift+?. Their absence is a significant impediment to power-user workflows, which a lot of developers happen to be.
Commands that do not appear:
1. New branch from {current branch name }
2. Tag
3. Merge
4. View branch/tag/commit on Github
5. Delete branch/tag
6. Checkout branch/commit/tag
7. Copy commit identifier
Steps to Reproduce:
1. Open Xcode
2. Navigate to the source control navigator in the left pane
3. Select a branch/tag and click "Source Control" menu item
Expected Results:
All the commands relevant to the selected source control entity appear in the Source Control drop down.
Actual Results:
Not all the commands relevant to the selected source control entity appear in the Source Control drop down.
Version:
9.0 beta (9M136h)
Notes:
/
-
Product Version: 9.0 beta (9M136h)
Created: 2017-06-12T19:48:28.397490
Originated: 2017-06-12T12:48:00
Open Radar Link: http://www.openradar.me/32719705 | True | 32719705: Add source control commands to menu bar in Xcode 9 - #### Description
Summary:
Xcode 9's source control commands do not appear to be accessible from the menu bar in 9.0 beta (9M136h). Their existence in the menu bar is important as it allows setting custom keybindings as well as searching thru all the menu items using Cmd+Shift+?. Their absence is a significant impediment to power-user workflows, which a lot of developers happen to be.
Commands that do not appear:
1. New branch from {current branch name }
2. Tag
3. Merge
4. View branch/tag/commit on Github
5. Delete branch/tag
6. Checkout branch/commit/tag
7. Copy commit identifier
Steps to Reproduce:
1. Open Xcode
2. Navigate to the source control navigator in the left pane
3. Select a branch/tag and click "Source Control" menu item
Expected Results:
All the commands relevant to the selected source control entity appear in the Source Control drop down.
Actual Results:
Not all the commands relevant to the selected source control entity appear in the Source Control drop down.
Version:
9.0 beta (9M136h)
Notes:
/
-
Product Version: 9.0 beta (9M136h)
Created: 2017-06-12T19:48:28.397490
Originated: 2017-06-12T12:48:00
Open Radar Link: http://www.openradar.me/32719705 | usab | add source control commands to menu bar in xcode description summary xcode s source control commands do not appear to be accessible from the menu bar in beta their existence in the menu bar is important as it allows setting custom keybindings as well as searching thru all the menu items using cmd shift their absence is a significant impediment to power user workflows which a lot of developers happen to be commands that do not appear new branch from current branch name tag merge view branch tag commit on github delete branch tag checkout branch commit tag copy commit identifier steps to reproduce open xcode navigate to the source control navigator in the left pane select a branch tag and click source control menu item expected results all the commands relevant to the selected source control entity appear in the source control drop down actual results not all the commands relevant to the selected source control entity appear in the source control drop down version beta notes product version beta created originated open radar link | 1 |
24,969 | 24,534,561,081 | IssuesEvent | 2022-10-11 19:28:42 | microsoft/win32metadata | https://api.github.com/repos/microsoft/win32metadata | closed | Get-RequiredWorkloads.ps1 should include dotnet | usability | Otherwise you get an error like this:
```
dotnet: C:\src\win32metadata\scripts\CleanOutputs.ps1:4
Line |
4 | dotnet clean "$windowsWin32ProjectRoot"
| ~~~~~~
| The term 'dotnet' is not recognized as a name of a cmdlet, function, script file, or executable
| program. Check the spelling of the name, or if a path was included, verify that the path is correct
| and try again.
```
I believe the missing components are:
```
"Microsoft.NetCore.Component.Runtime.6.0",
"Microsoft.NetCore.Component.SDK",
``` | True | Get-RequiredWorkloads.ps1 should include dotnet - Otherwise you get an error like this:
```
dotnet: C:\src\win32metadata\scripts\CleanOutputs.ps1:4
Line |
4 | dotnet clean "$windowsWin32ProjectRoot"
| ~~~~~~
| The term 'dotnet' is not recognized as a name of a cmdlet, function, script file, or executable
| program. Check the spelling of the name, or if a path was included, verify that the path is correct
| and try again.
```
I believe the missing components are:
```
"Microsoft.NetCore.Component.Runtime.6.0",
"Microsoft.NetCore.Component.SDK",
``` | usab | get requiredworkloads should include dotnet otherwise you get an error like this dotnet c src scripts cleanoutputs line dotnet clean the term dotnet is not recognized as a name of a cmdlet function script file or executable program check the spelling of the name or if a path was included verify that the path is correct and try again i believe the missing components are microsoft netcore component runtime microsoft netcore component sdk | 1 |
130,462 | 12,429,589,571 | IssuesEvent | 2020-05-25 08:45:57 | upb-lea/openmodelica-microgrid-gym | https://api.github.com/repos/upb-lea/openmodelica-microgrid-gym | closed | [examples] Best parameter set output after termination of SafeOpt agent | documentation enhancement help wanted | In any SafeOpt or similar example it would be helpful:
* to get a final message on the best found parameter set including its performance value
* a re-plot in the time domain (current, voltages, etc.) of the system behavior using this best parameter set
* a re-plot of the parameter space highlighting the best found parameter set (e.g. by encirling this point using another color)
If more than 10 SafeOpt episodes are run, I find it difficult to search for the optimum parameter point in the command line result message as well as in the plots window manually. Hence, I believe a report on the found optimum as suggested above would be helpful especially for an increasing number of optimization iterations. The command line report on the optimum should be clearly distinguishable from the command line outputs during the optimization (e.g. using separation lines or similar). | 1.0 | [examples] Best parameter set output after termination of SafeOpt agent - In any SafeOpt or similar example it would be helpful:
* to get a final message on the best found parameter set including its performance value
* a re-plot in the time domain (current, voltages, etc.) of the system behavior using this best parameter set
* a re-plot of the parameter space highlighting the best found parameter set (e.g. by encirling this point using another color)
If more than 10 SafeOpt episodes are run, I find it difficult to search for the optimum parameter point in the command line result message as well as in the plots window manually. Hence, I believe a report on the found optimum as suggested above would be helpful especially for an increasing number of optimization iterations. The command line report on the optimum should be clearly distinguishable from the command line outputs during the optimization (e.g. using separation lines or similar). | non_usab | best parameter set output after termination of safeopt agent in any safeopt or similar example it would be helpful to get a final message on the best found parameter set including its performance value a re plot in the time domain current voltages etc of the system behavior using this best parameter set a re plot of the parameter space highlighting the best found parameter set e g by encirling this point using another color if more than safeopt episodes are run i find it difficult to search for the optimum parameter point in the command line result message as well as in the plots window manually hence i believe a report on the found optimum as suggested above would be helpful especially for an increasing number of optimization iterations the command line report on the optimum should be clearly distinguishable from the command line outputs during the optimization e g using separation lines or similar | 0 |
5,772 | 3,994,765,774 | IssuesEvent | 2016-05-10 13:34:43 | appserver-io/appserver | https://api.github.com/repos/appserver-io/appserver | closed | [appserver-io/runtime] Evaluate usability of XHProf and XHGui | debugging enhancement evaluation question usability | XHProf is widely used in the industry as a profiling solution. We should evaluate the practical usage and usability of this tool together with the components of the appserver.io runtime.
An addition might be the test of XHGui as a part of a dev-suite. | True | [appserver-io/runtime] Evaluate usability of XHProf and XHGui - XHProf is widely used in the industry as a profiling solution. We should evaluate the practical usage and usability of this tool together with the components of the appserver.io runtime.
An addition might be the test of XHGui as a part of a dev-suite. | usab | evaluate usability of xhprof and xhgui xhprof is widely used in the industry as a profiling solution we should evaluate the practical usage and usability of this tool together with the components of the appserver io runtime an addition might be the test of xhgui as a part of a dev suite | 1 |
17,300 | 11,873,419,948 | IssuesEvent | 2020-03-26 17:16:43 | hashicorp/consul | https://api.github.com/repos/hashicorp/consul | closed | Add `-format=json` flag to the ACL CLI commands | enhancement good first issue help-wanted theme/acls theme/operator-usability | #### Feature Description
After reviewing some of the upcoming guide updates for ACLs it seemed like allowing these CLI commands to output the JSON response instead of the normal formatting might be better in some cases. This would be particularly useful if we want to post-process the result with `jq` or some other tool to grab a token secret or policy id.
This request is to add a `-format` option that defaults to `pretty` (our default format) but has the option to be specified as `json` and in that case we will just output the JSON response.
| True | Add `-format=json` flag to the ACL CLI commands - #### Feature Description
After reviewing some of the upcoming guide updates for ACLs it seemed like allowing these CLI commands to output the JSON response instead of the normal formatting might be better in some cases. This would be particularly useful if we want to post-process the result with `jq` or some other tool to grab a token secret or policy id.
This request is to add a `-format` option that defaults to `pretty` (our default format) but has the option to be specified as `json` and in that case we will just output the JSON response.
| usab | add format json flag to the acl cli commands feature description after reviewing some of the upcoming guide updates for acls it seemed like allowing these cli commands to output the json response instead of the normal formatting might be better in some cases this would be particularly useful if we want to post process the result with jq or some other tool to grab a token secret or policy id this request is to add a format option that defaults to pretty our default format but has the option to be specified as json and in that case we will just output the json response | 1 |
327,950 | 24,163,081,167 | IssuesEvent | 2022-09-22 13:10:59 | Engineering-Design-2022/snop-vs | https://api.github.com/repos/Engineering-Design-2022/snop-vs | closed | DBManager.java - javadoc の記述 | documentation | # Overview <!-- where/what improvements you want to make -->
DBManager.java の javadoc を記述する
# Requirements <!-- expected behavior or content to be met -->
# Considerations <!-- Items that need to be considered for improvement -->
-
# Implementation policy <!-- how to implement -->
-
# Test items <!-- how to check if the improvement has been implemented correctly -->
-
# Remarks <!-- any other comments -->
<!-- You don't have to fill in all the blanks, but write the necessary information clearly. --> | 1.0 | DBManager.java - javadoc の記述 - # Overview <!-- where/what improvements you want to make -->
DBManager.java の javadoc を記述する
# Requirements <!-- expected behavior or content to be met -->
# Considerations <!-- Items that need to be considered for improvement -->
-
# Implementation policy <!-- how to implement -->
-
# Test items <!-- how to check if the improvement has been implemented correctly -->
-
# Remarks <!-- any other comments -->
<!-- You don't have to fill in all the blanks, but write the necessary information clearly. --> | non_usab | dbmanager java javadoc の記述 overview dbmanager java の javadoc を記述する requirements considerations implementation policy test items remarks | 0 |
27,067 | 27,616,449,542 | IssuesEvent | 2023-03-09 19:46:17 | VirtusLab/git-machete | https://api.github.com/repos/VirtusLab/git-machete | opened | What combinations of `machete.github.*` config keys make sense? | docs github usability | As of v3.16.0:
`git_machete.client.MacheteClient.__derive_remote_and_github_org_and_repo`:
```python
def __derive_remote_and_github_org_and_repo(self,
domain: str,
branch_used_for_tracking_data: LocalBranchShortName = None
) -> RemoteAndOrganizationAndRepository:
remote_and_organization_and_repository_from_config = RemoteAndOrganizationAndRepository.from_config(self.__git)
if remote_and_organization_and_repository_from_config:
return remote_and_organization_and_repository_from_config
.......
```
`git_machete.github.RemoteAndOrganizationAndRepository.from_config`:
```python
class RemoteAndOrganizationAndRepository:
def __init__(self,
remote: Optional[str],
organization: Optional[str],
repository: Optional[str]
) -> None:
self.remote = remote
self.organization = organization
self.repository = repository
def __bool__(self) -> bool:
return self.remote is not None and self.organization is not None and self.repository is not None
@classmethod
def from_config(cls,
git: GitContext
) -> "RemoteAndOrganizationAndRepository":
return cls(remote=git.get_config_attr_or_none(key=git_config_keys.GITHUB_REMOTE),
organization=git.get_config_attr_or_none(key=git_config_keys.GITHUB_ORGANIZATION),
repository=git.get_config_attr_or_none(key=git_config_keys.GITHUB_REPOSITORY))
.........
```
This suggests that as of v3.16.0, unless all 3 keys (`remote`, `organization`, `remote`) are defined, none of them takes places.
v3.16.1 performed some refactors in the area, but the overall logic is retained.
- [ ] confirm if this is true
- [ ] if so, state it clearly in the docs
- [ ] then (potentially separate PR/issue/release) improve that logic:
- [ ] remote could be inferred (if missing in config keys) if there’s only one
- [ ] org/repo can be inferred (if missing in config keys) from remote URL | True | What combinations of `machete.github.*` config keys make sense? - As of v3.16.0:
`git_machete.client.MacheteClient.__derive_remote_and_github_org_and_repo`:
```python
def __derive_remote_and_github_org_and_repo(self,
domain: str,
branch_used_for_tracking_data: LocalBranchShortName = None
) -> RemoteAndOrganizationAndRepository:
remote_and_organization_and_repository_from_config = RemoteAndOrganizationAndRepository.from_config(self.__git)
if remote_and_organization_and_repository_from_config:
return remote_and_organization_and_repository_from_config
.......
```
`git_machete.github.RemoteAndOrganizationAndRepository.from_config`:
```python
class RemoteAndOrganizationAndRepository:
def __init__(self,
remote: Optional[str],
organization: Optional[str],
repository: Optional[str]
) -> None:
self.remote = remote
self.organization = organization
self.repository = repository
def __bool__(self) -> bool:
return self.remote is not None and self.organization is not None and self.repository is not None
@classmethod
def from_config(cls,
git: GitContext
) -> "RemoteAndOrganizationAndRepository":
return cls(remote=git.get_config_attr_or_none(key=git_config_keys.GITHUB_REMOTE),
organization=git.get_config_attr_or_none(key=git_config_keys.GITHUB_ORGANIZATION),
repository=git.get_config_attr_or_none(key=git_config_keys.GITHUB_REPOSITORY))
.........
```
This suggests that as of v3.16.0, unless all 3 keys (`remote`, `organization`, `remote`) are defined, none of them takes places.
v3.16.1 performed some refactors in the area, but the overall logic is retained.
- [ ] confirm if this is true
- [ ] if so, state it clearly in the docs
- [ ] then (potentially separate PR/issue/release) improve that logic:
- [ ] remote could be inferred (if missing in config keys) if there’s only one
- [ ] org/repo can be inferred (if missing in config keys) from remote URL | usab | what combinations of machete github config keys make sense as of git machete client macheteclient derive remote and github org and repo python def derive remote and github org and repo self domain str branch used for tracking data localbranchshortname none remoteandorganizationandrepository remote and organization and repository from config remoteandorganizationandrepository from config self git if remote and organization and repository from config return remote and organization and repository from config git machete github remoteandorganizationandrepository from config python class remoteandorganizationandrepository def init self remote optional organization optional repository optional none self remote remote self organization organization self repository repository def bool self bool return self remote is not none and self organization is not none and self repository is not none classmethod def from config cls git gitcontext remoteandorganizationandrepository return cls remote git get config attr or none key git config keys github remote organization git get config attr or none key git config keys github organization repository git get config attr or none key git config keys github repository this suggests that as of unless all keys remote organization remote are defined none of them takes places performed some refactors in the area but the overall logic is retained confirm if this is true if so state it clearly in the docs then potentially separate pr issue release improve that logic remote could be inferred if missing in config keys if there’s only one org repo can be inferred if missing in config keys from remote url | 1 |
123,129 | 17,772,176,622 | IssuesEvent | 2021-08-30 14:49:28 | kapseliboi/RDocumentation-app | https://api.github.com/repos/kapseliboi/RDocumentation-app | opened | CVE-2020-28282 (High) detected in getobject-0.1.0.tgz | security vulnerability | ## CVE-2020-28282 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>getobject-0.1.0.tgz</b></p></summary>
<p>get.and.set.deep.objects.easily = true</p>
<p>Library home page: <a href="https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz">https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz</a></p>
<p>Path to dependency file: RDocumentation-app/package.json</p>
<p>Path to vulnerable library: RDocumentation-app/node_modules/getobject/package.json</p>
<p>
Dependency Hierarchy:
- grunt-0.4.5.tgz (Root Library)
- :x: **getobject-0.1.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kapseliboi/RDocumentation-app/commit/ea1d4334329f74384d2d1b67f98e875da0b95310">ea1d4334329f74384d2d1b67f98e875da0b95310</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>
Prototype pollution vulnerability in 'getobject' version 0.1.0 allows an attacker to cause a denial of service and may lead to remote code execution.
<p>Publish Date: 2020-12-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28282>CVE-2020-28282</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>9.8</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: 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://www.npmjs.com/package/getobject">https://www.npmjs.com/package/getobject</a></p>
<p>Release Date: 2020-12-29</p>
<p>Fix Resolution: getobject - 1.0.0</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-28282 (High) detected in getobject-0.1.0.tgz - ## CVE-2020-28282 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>getobject-0.1.0.tgz</b></p></summary>
<p>get.and.set.deep.objects.easily = true</p>
<p>Library home page: <a href="https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz">https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz</a></p>
<p>Path to dependency file: RDocumentation-app/package.json</p>
<p>Path to vulnerable library: RDocumentation-app/node_modules/getobject/package.json</p>
<p>
Dependency Hierarchy:
- grunt-0.4.5.tgz (Root Library)
- :x: **getobject-0.1.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kapseliboi/RDocumentation-app/commit/ea1d4334329f74384d2d1b67f98e875da0b95310">ea1d4334329f74384d2d1b67f98e875da0b95310</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>
Prototype pollution vulnerability in 'getobject' version 0.1.0 allows an attacker to cause a denial of service and may lead to remote code execution.
<p>Publish Date: 2020-12-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28282>CVE-2020-28282</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>9.8</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: 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://www.npmjs.com/package/getobject">https://www.npmjs.com/package/getobject</a></p>
<p>Release Date: 2020-12-29</p>
<p>Fix Resolution: getobject - 1.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_usab | cve high detected in getobject tgz cve high severity vulnerability vulnerable library getobject tgz get and set deep objects easily true library home page a href path to dependency file rdocumentation app package json path to vulnerable library rdocumentation app node modules getobject package json dependency hierarchy grunt tgz root library x getobject tgz vulnerable library found in head commit a href found in base branch master vulnerability details prototype pollution vulnerability in getobject version allows an attacker to cause a denial of service and may lead to remote code execution 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 high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution getobject step up your open source security game with whitesource | 0 |
266,971 | 28,485,795,733 | IssuesEvent | 2023-04-18 07:47:05 | Satheesh575555/openSSL_1.0.1g | https://api.github.com/repos/Satheesh575555/openSSL_1.0.1g | opened | CVE-2015-0288 (Medium) detected in opensslOpenSSL_1_0_1g | Mend: dependency security vulnerability | ## CVE-2015-0288 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opensslOpenSSL_1_0_1g</b></p></summary>
<p>
<p>TLS/SSL and crypto library</p>
<p>Library home page: <a href=https://github.com/openssl/openssl.git>https://github.com/openssl/openssl.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Satheesh575555/openSSL_1.0.1g/commit/7a1521d6faa1c1b2bda3237d82c41b77511b2861">7a1521d6faa1c1b2bda3237d82c41b77511b2861</a></p>
<p>Found in base branch: <b>main</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 (3)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/crypto/x509/x509_req.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/crypto/x509/x509_req.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/crypto/x509/x509_req.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>
The X509_to_X509_REQ function in crypto/x509/x509_req.c in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a might allow attackers to cause a denial of service (NULL pointer dereference and application crash) via an invalid certificate key.
<p>Publish Date: 2015-03-19
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2015-0288>CVE-2015-0288</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.3</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: 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://nvd.nist.gov/vuln/detail/CVE-2015-0288">https://nvd.nist.gov/vuln/detail/CVE-2015-0288</a></p>
<p>Release Date: 2015-03-19</p>
<p>Fix Resolution: 0.9.8zf,1.0.0r,1.0.1m,1.0.2a</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-2015-0288 (Medium) detected in opensslOpenSSL_1_0_1g - ## CVE-2015-0288 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opensslOpenSSL_1_0_1g</b></p></summary>
<p>
<p>TLS/SSL and crypto library</p>
<p>Library home page: <a href=https://github.com/openssl/openssl.git>https://github.com/openssl/openssl.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Satheesh575555/openSSL_1.0.1g/commit/7a1521d6faa1c1b2bda3237d82c41b77511b2861">7a1521d6faa1c1b2bda3237d82c41b77511b2861</a></p>
<p>Found in base branch: <b>main</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 (3)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/crypto/x509/x509_req.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/crypto/x509/x509_req.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/crypto/x509/x509_req.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>
The X509_to_X509_REQ function in crypto/x509/x509_req.c in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a might allow attackers to cause a denial of service (NULL pointer dereference and application crash) via an invalid certificate key.
<p>Publish Date: 2015-03-19
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2015-0288>CVE-2015-0288</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.3</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: 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://nvd.nist.gov/vuln/detail/CVE-2015-0288">https://nvd.nist.gov/vuln/detail/CVE-2015-0288</a></p>
<p>Release Date: 2015-03-19</p>
<p>Fix Resolution: 0.9.8zf,1.0.0r,1.0.1m,1.0.2a</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_usab | cve medium detected in opensslopenssl cve medium severity vulnerability vulnerable library opensslopenssl tls ssl and crypto library library home page a href found in head commit a href found in base branch main vulnerable source files crypto req c crypto req c crypto req c vulnerability details the to req function in crypto req c in openssl before before before and before might allow attackers to cause a denial of service null pointer dereference and application crash via an invalid certificate key 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 low 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 mend | 0 |
381,125 | 11,273,932,702 | IssuesEvent | 2020-01-14 17:29:19 | kubernetes/website | https://api.github.com/repos/kubernetes/website | closed | Request for enhancement about EndpointSlice documentation | priority/backlog sig/network | **This is a Feature Request**
<!-- Please only use this template for submitting feature/enhancement requests -->
<!-- See https://kubernetes.io/docs/contribute/start/ for guidance on writing an actionable issue description. -->
**What would you like to be added**
<!-- Describe as precisely as possible how this feature/enhancement should work from the user perspective. What should be changed, etc. -->
According to the feature state said from https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/, EndpointSlice is beta at v1.17, but the above content is less than we need.
I have been read the great [KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/20190603-EndpointSlice-API.md), and I think some settings or limitations should be open to users, for example, the upper limit of MaxEndpointsPerSlice is `1000` where the default is `100`, also the EndpointSlice update strategy needs to be open to users, for example, what will we see if the target service endpoints scaled from 100 to 300 or even 10000.
**Why is this needed**
With reading the current pages ( [enabling-endpointslices](https://kubernetes.io/docs/tasks/administer-cluster/enabling-endpointslices/), [endpoint-slices](https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/) ), I got the points that we have this feature, and the motivation, and how to enable it. But I didn't know what the endpointSlice would do if the service endpoints scales, also I didn't know what's the additional info could be used, for example, topology info.
BTW, `endpointslice.kubernetes.io/managed-by` as mentioned in [KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/20190603-EndpointSlice-API.md) is missing in our documentation pages, also the [enable endpoint slices](https://kubernetes.io/docs/tasks/administer-cluster/enabling-endpointslices/#enabling-endpoint-slices) section said `As an alpha feature`, maybe we need to update this sentence to `As a beta feature`?
Thanks.
**Comments**
<!-- Any additional related comments that might help. Drawings/mockups would be extremely helpful (if required). -->
| 1.0 | Request for enhancement about EndpointSlice documentation - **This is a Feature Request**
<!-- Please only use this template for submitting feature/enhancement requests -->
<!-- See https://kubernetes.io/docs/contribute/start/ for guidance on writing an actionable issue description. -->
**What would you like to be added**
<!-- Describe as precisely as possible how this feature/enhancement should work from the user perspective. What should be changed, etc. -->
According to the feature state said from https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/, EndpointSlice is beta at v1.17, but the above content is less than we need.
I have been read the great [KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/20190603-EndpointSlice-API.md), and I think some settings or limitations should be open to users, for example, the upper limit of MaxEndpointsPerSlice is `1000` where the default is `100`, also the EndpointSlice update strategy needs to be open to users, for example, what will we see if the target service endpoints scaled from 100 to 300 or even 10000.
**Why is this needed**
With reading the current pages ( [enabling-endpointslices](https://kubernetes.io/docs/tasks/administer-cluster/enabling-endpointslices/), [endpoint-slices](https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/) ), I got the points that we have this feature, and the motivation, and how to enable it. But I didn't know what the endpointSlice would do if the service endpoints scales, also I didn't know what's the additional info could be used, for example, topology info.
BTW, `endpointslice.kubernetes.io/managed-by` as mentioned in [KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/20190603-EndpointSlice-API.md) is missing in our documentation pages, also the [enable endpoint slices](https://kubernetes.io/docs/tasks/administer-cluster/enabling-endpointslices/#enabling-endpoint-slices) section said `As an alpha feature`, maybe we need to update this sentence to `As a beta feature`?
Thanks.
**Comments**
<!-- Any additional related comments that might help. Drawings/mockups would be extremely helpful (if required). -->
| non_usab | request for enhancement about endpointslice documentation this is a feature request what would you like to be added according to the feature state said from endpointslice is beta at but the above content is less than we need i have been read the great and i think some settings or limitations should be open to users for example the upper limit of maxendpointsperslice is where the default is also the endpointslice update strategy needs to be open to users for example what will we see if the target service endpoints scaled from to or even why is this needed with reading the current pages i got the points that we have this feature and the motivation and how to enable it but i didn t know what the endpointslice would do if the service endpoints scales also i didn t know what s the additional info could be used for example topology info btw endpointslice kubernetes io managed by as mentioned in is missing in our documentation pages also the section said as an alpha feature maybe we need to update this sentence to as a beta feature thanks comments | 0 |
386,879 | 11,452,061,176 | IssuesEvent | 2020-02-06 12:58:05 | vmware/vrealize-developer-tools | https://api.github.com/repos/vmware/vrealize-developer-tools | closed | Create wrapper for the VS Code global/workspace state API | priority:low status:in-progress type:enhancement | <!-- Please search existing issues to avoid creating duplicates. -->
### Description
VS Code provides the following options for persisting extension state (key/value pairs) that survives restarts.
- [ExtensionContext.workspaceState](https://code.visualstudio.com/api/references/vscode-api#ExtensionContext.workspaceState)
- [ExtensionContext.globalState](https://code.visualstudio.com/api/references/vscode-api#ExtensionContext.globalState)
We need a wrapper for that API that allows easier management of the state (and potentially has more features, e.g. multiple namespaces, field expiration, etc.
### Alternatives
Keep using the low-level API and introduce a lot of boilerplate code and inconsistencies.
### Related issues and PRs
- #14
| 1.0 | Create wrapper for the VS Code global/workspace state API - <!-- Please search existing issues to avoid creating duplicates. -->
### Description
VS Code provides the following options for persisting extension state (key/value pairs) that survives restarts.
- [ExtensionContext.workspaceState](https://code.visualstudio.com/api/references/vscode-api#ExtensionContext.workspaceState)
- [ExtensionContext.globalState](https://code.visualstudio.com/api/references/vscode-api#ExtensionContext.globalState)
We need a wrapper for that API that allows easier management of the state (and potentially has more features, e.g. multiple namespaces, field expiration, etc.
### Alternatives
Keep using the low-level API and introduce a lot of boilerplate code and inconsistencies.
### Related issues and PRs
- #14
| non_usab | create wrapper for the vs code global workspace state api description vs code provides the following options for persisting extension state key value pairs that survives restarts we need a wrapper for that api that allows easier management of the state and potentially has more features e g multiple namespaces field expiration etc alternatives keep using the low level api and introduce a lot of boilerplate code and inconsistencies related issues and prs | 0 |
285,419 | 8,758,570,675 | IssuesEvent | 2018-12-15 05:49:34 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | File validation is removing saved games? | Critical Priority | Please are letting us know that when they validate the files through system validate it is removing saved games. It should not do that and has not in the past Is this a new way Eco is handling saved games now and do we need to have people backup outside of the server directory before doing a validate or is steam doing something wonky? | 1.0 | File validation is removing saved games? - Please are letting us know that when they validate the files through system validate it is removing saved games. It should not do that and has not in the past Is this a new way Eco is handling saved games now and do we need to have people backup outside of the server directory before doing a validate or is steam doing something wonky? | non_usab | file validation is removing saved games please are letting us know that when they validate the files through system validate it is removing saved games it should not do that and has not in the past is this a new way eco is handling saved games now and do we need to have people backup outside of the server directory before doing a validate or is steam doing something wonky | 0 |
334,529 | 29,872,435,601 | IssuesEvent | 2023-06-20 09:21:30 | curl/curl | https://api.github.com/repos/curl/curl | opened | Tests broken on Windows | tests Windows | ### I did this
From an MSYS2 shell on Windows:
```
cd tests && ./runtests.pl
```
### I expected the following
Successful test run. Instead, I get:
```
No such signal: SIGUSR1 at ./runtests.pl line 274.
```
This is with the MSYS2's perl:
```
$ perl --version
This is perl 5, version 32, subversion 1 (v5.32.1) built for MSWin32-x86-multi-thread-64int
```
Strangely, the error doesn't appear in the CI.
### curl/libcurl version
https://github.com/curl/curl/commit/2fe52412b1b6ce46f1437c5f7758215a2b9ce05e
### operating system
Windows (MSYS2)
CC @dfandrich | 1.0 | Tests broken on Windows - ### I did this
From an MSYS2 shell on Windows:
```
cd tests && ./runtests.pl
```
### I expected the following
Successful test run. Instead, I get:
```
No such signal: SIGUSR1 at ./runtests.pl line 274.
```
This is with the MSYS2's perl:
```
$ perl --version
This is perl 5, version 32, subversion 1 (v5.32.1) built for MSWin32-x86-multi-thread-64int
```
Strangely, the error doesn't appear in the CI.
### curl/libcurl version
https://github.com/curl/curl/commit/2fe52412b1b6ce46f1437c5f7758215a2b9ce05e
### operating system
Windows (MSYS2)
CC @dfandrich | non_usab | tests broken on windows i did this from an shell on windows cd tests runtests pl i expected the following successful test run instead i get no such signal at runtests pl line this is with the s perl perl version this is perl version subversion built for multi thread strangely the error doesn t appear in the ci curl libcurl version operating system windows cc dfandrich | 0 |
25,804 | 25,933,324,226 | IssuesEvent | 2022-12-16 11:58:20 | thm-mni-ii/feedbacksystem | https://api.github.com/repos/thm-mni-ii/feedbacksystem | closed | Useful result page + Export | usability UI/UX fbs-core: web | **Is your feature request related to a problem? Please describe.**
When I want to check the results of students, I always have to
1. use the feedbacksystem frontend (where is the CSV-export requested and announced years ago?)
2. Ctrl + F the result page to find anything, because the students are not arranged in any useful order.
3. move my cursor carefully to not look in the wrong line.
**Describe the solution you'd like**
Restructure the frontend, to make the list sortable and searchable.
Provide a csv export of results.
Alternating color-highlighting of columns and rows
**Additional context**
Just look at the results of some DBS courses.
| True | Useful result page + Export - **Is your feature request related to a problem? Please describe.**
When I want to check the results of students, I always have to
1. use the feedbacksystem frontend (where is the CSV-export requested and announced years ago?)
2. Ctrl + F the result page to find anything, because the students are not arranged in any useful order.
3. move my cursor carefully to not look in the wrong line.
**Describe the solution you'd like**
Restructure the frontend, to make the list sortable and searchable.
Provide a csv export of results.
Alternating color-highlighting of columns and rows
**Additional context**
Just look at the results of some DBS courses.
| usab | useful result page export is your feature request related to a problem please describe when i want to check the results of students i always have to use the feedbacksystem frontend where is the csv export requested and announced years ago ctrl f the result page to find anything because the students are not arranged in any useful order move my cursor carefully to not look in the wrong line describe the solution you d like restructure the frontend to make the list sortable and searchable provide a csv export of results alternating color highlighting of columns and rows additional context just look at the results of some dbs courses | 1 |
17,290 | 11,867,805,947 | IssuesEvent | 2020-03-26 07:54:14 | asterics/AsTeRICS-Grid | https://api.github.com/repos/asterics/AsTeRICS-Grid | closed | Scanning select key: When recording key hold duration is set by default | usability | By the default, the scanning input method has the ```space``` key with hold duration configured for element selection. If you record a new key, e.g. ```CtrlRight``` the selection should be done without hold duration. As the duration value is hidden within the folded tab ```more```, it took me a long time to understand that I had to press the button for the period of ```hold duration```.

## Solution
a. Clear hold duration when recording a new key
b. use two different keys without hold duration by default (should be more obvious for the first try)
| True | Scanning select key: When recording key hold duration is set by default - By the default, the scanning input method has the ```space``` key with hold duration configured for element selection. If you record a new key, e.g. ```CtrlRight``` the selection should be done without hold duration. As the duration value is hidden within the folded tab ```more```, it took me a long time to understand that I had to press the button for the period of ```hold duration```.

## Solution
a. Clear hold duration when recording a new key
b. use two different keys without hold duration by default (should be more obvious for the first try)
| usab | scanning select key when recording key hold duration is set by default by the default the scanning input method has the space key with hold duration configured for element selection if you record a new key e g ctrlright the selection should be done without hold duration as the duration value is hidden within the folded tab more it took me a long time to understand that i had to press the button for the period of hold duration solution a clear hold duration when recording a new key b use two different keys without hold duration by default should be more obvious for the first try | 1 |
94,922 | 8,526,539,417 | IssuesEvent | 2018-11-02 16:33:16 | leeensminger/DelDOT-NPDES-Viewer | https://api.github.com/repos/leeensminger/DelDOT-NPDES-Viewer | closed | BMP Report - Update logic for invasives in Minor Issues box | Ready For Testing in Prod reports | There is a semicolon after the invasive species name when it is placed in the Minor Issues Not Affecting Performance box, which is correct. However, for certain ones such as canada thistle there is a space before the semicolon but for others such as cattails there is not (see areas 1 and 2 in snip below). These should be consistent and have no space before the semicolon. Example is from BMP 194 for 2017 report.

| 1.0 | BMP Report - Update logic for invasives in Minor Issues box - There is a semicolon after the invasive species name when it is placed in the Minor Issues Not Affecting Performance box, which is correct. However, for certain ones such as canada thistle there is a space before the semicolon but for others such as cattails there is not (see areas 1 and 2 in snip below). These should be consistent and have no space before the semicolon. Example is from BMP 194 for 2017 report.

| non_usab | bmp report update logic for invasives in minor issues box there is a semicolon after the invasive species name when it is placed in the minor issues not affecting performance box which is correct however for certain ones such as canada thistle there is a space before the semicolon but for others such as cattails there is not see areas and in snip below these should be consistent and have no space before the semicolon example is from bmp for report | 0 |
3,086 | 3,329,776,830 | IssuesEvent | 2015-11-11 05:12:42 | tgstation/-tg-station | https://api.github.com/repos/tgstation/-tg-station | closed | Tooltips can have hyperlinks which can't be clicked. | Bug UI Usability | Good example is the posibrain alert, which has the click to enter hyperlink in the tooltip. | True | Tooltips can have hyperlinks which can't be clicked. - Good example is the posibrain alert, which has the click to enter hyperlink in the tooltip. | usab | tooltips can have hyperlinks which can t be clicked good example is the posibrain alert which has the click to enter hyperlink in the tooltip | 1 |
47 | 2,507,006,179 | IssuesEvent | 2015-01-12 15:32:11 | Graylog2/graylog2-web-interface | https://api.github.com/repos/Graylog2/graylog2-web-interface | closed | Field charts on search page change their order | bug usability | In some situations, the position of field charts added inside the search results is changed, which is very confusing as a user. | True | Field charts on search page change their order - In some situations, the position of field charts added inside the search results is changed, which is very confusing as a user. | usab | field charts on search page change their order in some situations the position of field charts added inside the search results is changed which is very confusing as a user | 1 |
9,916 | 6,515,580,947 | IssuesEvent | 2017-08-26 17:34:40 | spyder-ide/spyder | https://api.github.com/repos/spyder-ide/spyder | closed | Option to Disable Blinking Cursor | community:Help wanted component:Editor tag:Ui tag:Ux-usability type:Enhancement | Spyder does not respect system keyboard settings, and there seems to be no way to disable the blinking cursor in the editor, integrated consoles, etc. All modern IDEs provide an option to disable cursor blinking; the flashing cursor is known to irritate a lot of developers. (www.jurta.org/en/prog/noblink).
How can one tweak the Spyder settings, configuration files to make this happen?
I'm using: Linux (Ubuntu 16.04), Anaconda 4.3. This issue was also noted by a few developer friends on Windows.
| True | Option to Disable Blinking Cursor - Spyder does not respect system keyboard settings, and there seems to be no way to disable the blinking cursor in the editor, integrated consoles, etc. All modern IDEs provide an option to disable cursor blinking; the flashing cursor is known to irritate a lot of developers. (www.jurta.org/en/prog/noblink).
How can one tweak the Spyder settings, configuration files to make this happen?
I'm using: Linux (Ubuntu 16.04), Anaconda 4.3. This issue was also noted by a few developer friends on Windows.
| usab | option to disable blinking cursor spyder does not respect system keyboard settings and there seems to be no way to disable the blinking cursor in the editor integrated consoles etc all modern ides provide an option to disable cursor blinking the flashing cursor is known to irritate a lot of developers how can one tweak the spyder settings configuration files to make this happen i m using linux ubuntu anaconda this issue was also noted by a few developer friends on windows | 1 |
759,712 | 26,607,355,522 | IssuesEvent | 2023-01-23 20:31:22 | googlemaps/android-maps-utils | https://api.github.com/repos/googlemaps/android-maps-utils | closed | Add nullability annotations | type: feature request priority: p2 | **Is your feature request related to a problem? Please describe.**
Several methods are missing nullability annotations (`@NonNull` or `@Nullable`) which results in method arguments and return types not containing the correct nullable or non-null type when used in Kotlin.
**Describe the solution you'd like**
Add `@NonNull` or `@Nullable` on all APIs. For example, [this](https://github.com/googlemaps/android-maps-utils/blob/8c36423475c39a2a12fedbc5f892520e934a3b5d/library/src/main/java/com/google/maps/android/data/geojson/GeoJsonLayer.java#L183) should be annotated with `@NonNull`.
**Describe alternatives you've considered**
Do nothing.
**Additional context**
N/A | 1.0 | Add nullability annotations - **Is your feature request related to a problem? Please describe.**
Several methods are missing nullability annotations (`@NonNull` or `@Nullable`) which results in method arguments and return types not containing the correct nullable or non-null type when used in Kotlin.
**Describe the solution you'd like**
Add `@NonNull` or `@Nullable` on all APIs. For example, [this](https://github.com/googlemaps/android-maps-utils/blob/8c36423475c39a2a12fedbc5f892520e934a3b5d/library/src/main/java/com/google/maps/android/data/geojson/GeoJsonLayer.java#L183) should be annotated with `@NonNull`.
**Describe alternatives you've considered**
Do nothing.
**Additional context**
N/A | non_usab | add nullability annotations is your feature request related to a problem please describe several methods are missing nullability annotations nonnull or nullable which results in method arguments and return types not containing the correct nullable or non null type when used in kotlin describe the solution you d like add nonnull or nullable on all apis for example should be annotated with nonnull describe alternatives you ve considered do nothing additional context n a | 0 |
21,563 | 17,288,373,618 | IssuesEvent | 2021-07-24 07:12:32 | mathnet/mathnet-numerics | https://api.github.com/repos/mathnet/mathnet-numerics | closed | Add Vector<T>.EnumerateSubVector() | About Usability feature request | In some cases it is not needed to create a `SubVector()` instance, but only iterate over a part of the whole Vector (e.g. with Statistics methods).
Here is the extension method I'm using now in some filter functions:
``` C#
public static IEnumerable<T> EnumerateSubVector<T>(this Vector<T> vector, int index, int length)
where T : struct, IEquatable<T>, IFormattable
{
var upper = index + length;
if (vector == null)
throw new ArgumentNullException("vector");
if (index < 0 || index >= vector.Count)
throw new ArgumentOutOfRangeException("index");
if (length < 0 || upper >= vector.Count)
throw new ArgumentOutOfRangeException("length");
for (; index < upper; index++)
{
yield return vector.At(index);
}
}
```
| True | Add Vector<T>.EnumerateSubVector() - In some cases it is not needed to create a `SubVector()` instance, but only iterate over a part of the whole Vector (e.g. with Statistics methods).
Here is the extension method I'm using now in some filter functions:
``` C#
public static IEnumerable<T> EnumerateSubVector<T>(this Vector<T> vector, int index, int length)
where T : struct, IEquatable<T>, IFormattable
{
var upper = index + length;
if (vector == null)
throw new ArgumentNullException("vector");
if (index < 0 || index >= vector.Count)
throw new ArgumentOutOfRangeException("index");
if (length < 0 || upper >= vector.Count)
throw new ArgumentOutOfRangeException("length");
for (; index < upper; index++)
{
yield return vector.At(index);
}
}
```
| usab | add vector enumeratesubvector in some cases it is not needed to create a subvector instance but only iterate over a part of the whole vector e g with statistics methods here is the extension method i m using now in some filter functions c public static ienumerable enumeratesubvector this vector vector int index int length where t struct iequatable iformattable var upper index length if vector null throw new argumentnullexception vector if index vector count throw new argumentoutofrangeexception index if length vector count throw new argumentoutofrangeexception length for index upper index yield return vector at index | 1 |
1,083 | 2,714,439,743 | IssuesEvent | 2015-04-10 03:41:31 | WeStudee/WeStudee | https://api.github.com/repos/WeStudee/WeStudee | closed | remove availability issue | usability ux/ui | Need to be able to remove availability where you've already entered it as well as add/change availability in a much more obvious and comprehensible way. | True | remove availability issue - Need to be able to remove availability where you've already entered it as well as add/change availability in a much more obvious and comprehensible way. | usab | remove availability issue need to be able to remove availability where you ve already entered it as well as add change availability in a much more obvious and comprehensible way | 1 |
19,224 | 5,825,945,598 | IssuesEvent | 2017-05-08 01:43:03 | houtan1/PortOpt-WebApp | https://api.github.com/repos/houtan1/PortOpt-WebApp | opened | Expand and update hard-coded capabilities | V1(hard-coded) | Add 2 more stocks and update all number for stocks, allowing the user to have more than 1 choice for pairing.
Error checking and alerting if choosing non-negatively correlating stocks. | 1.0 | Expand and update hard-coded capabilities - Add 2 more stocks and update all number for stocks, allowing the user to have more than 1 choice for pairing.
Error checking and alerting if choosing non-negatively correlating stocks. | non_usab | expand and update hard coded capabilities add more stocks and update all number for stocks allowing the user to have more than choice for pairing error checking and alerting if choosing non negatively correlating stocks | 0 |
28,221 | 32,079,178,058 | IssuesEvent | 2023-09-25 12:58:02 | VirtusLab/besom | https://api.github.com/repos/VirtusLab/besom | opened | I broke memoization | kind/bug area/core impact/usability impact/first-48 | This:
```
val feedBucket = Output("Asdf").flatMap(_ =>
s3.Bucket(
"pulumi-catpost-cat-pics",
s3.BucketArgs(
forceDestroy = true
)
)
)
...
for
bucket <- feedBucket
bucket <- feedBucket
yield Pulumi.exports(
feedBucket = bucket.bucket,
)
```
Results in this error:
```
$ pulumi up -y
Enter your passphrase to unlock config/secrets
(set PULUMI_CONFIG_PASSPHRASE or PULUMI_CONFIG_PASSPHRASE_FILE to remember):
Enter your passphrase to unlock config/secrets
Previewing update (dev):
Type Name Plan Info
+ pulumi:pulumi:Stack besom-tutorial-dev create
+ └─ aws:s3:Bucket pulumi-catpost-cat-pics create 1 error
Diagnostics:
aws:s3:Bucket (pulumi-catpost-cat-pics):
error: Duplicate resource URN 'urn:pulumi:dev::besom-tutorial::aws:s3/bucket:Bucket::pulumi-catpost-cat-pics'; try giving it a unique name
```
Known workaround id to make sure to never call resource creation twice but this might be tricky for the user to workaround this way in more complex programs. | True | I broke memoization - This:
```
val feedBucket = Output("Asdf").flatMap(_ =>
s3.Bucket(
"pulumi-catpost-cat-pics",
s3.BucketArgs(
forceDestroy = true
)
)
)
...
for
bucket <- feedBucket
bucket <- feedBucket
yield Pulumi.exports(
feedBucket = bucket.bucket,
)
```
Results in this error:
```
$ pulumi up -y
Enter your passphrase to unlock config/secrets
(set PULUMI_CONFIG_PASSPHRASE or PULUMI_CONFIG_PASSPHRASE_FILE to remember):
Enter your passphrase to unlock config/secrets
Previewing update (dev):
Type Name Plan Info
+ pulumi:pulumi:Stack besom-tutorial-dev create
+ └─ aws:s3:Bucket pulumi-catpost-cat-pics create 1 error
Diagnostics:
aws:s3:Bucket (pulumi-catpost-cat-pics):
error: Duplicate resource URN 'urn:pulumi:dev::besom-tutorial::aws:s3/bucket:Bucket::pulumi-catpost-cat-pics'; try giving it a unique name
```
Known workaround id to make sure to never call resource creation twice but this might be tricky for the user to workaround this way in more complex programs. | usab | i broke memoization this val feedbucket output asdf flatmap bucket pulumi catpost cat pics bucketargs forcedestroy true for bucket feedbucket bucket feedbucket yield pulumi exports feedbucket bucket bucket results in this error pulumi up y enter your passphrase to unlock config secrets set pulumi config passphrase or pulumi config passphrase file to remember enter your passphrase to unlock config secrets previewing update dev type name plan info pulumi pulumi stack besom tutorial dev create └─ aws bucket pulumi catpost cat pics create error diagnostics aws bucket pulumi catpost cat pics error duplicate resource urn urn pulumi dev besom tutorial aws bucket bucket pulumi catpost cat pics try giving it a unique name known workaround id to make sure to never call resource creation twice but this might be tricky for the user to workaround this way in more complex programs | 1 |
27,542 | 29,509,920,581 | IssuesEvent | 2023-06-03 19:57:48 | tailscale/tailscale | https://api.github.com/repos/tailscale/tailscale | closed | Cannot establish tailnet connections due to "Received invalid initiation message" | connectivity L1 Very few P3 Can't get started T5 Usability waiting-for-info bug | ### What is the issue?
Since the update to iOS 15.6.1 on iPhone X, no connection can be established to any of the devices on the tailnet (local and external), EXCEPT when exit node is enabled. And in this case only the exit node can be reached.
I also have a subnet router in use, which obviously is also not reachable as well as the clients behind.
I've been reinstalling the app and the VPN profile without success.
I'll help with more info as good as I can :)
### Steps to reproduce
Simple iOS Update.
Reopen app.
Tadaa.
### Are there any recent changes that introduced the issue?
iOS Update to 15.6.1
### OS
iOS
### OS version
15.6.1
### Tailscale version
1.28.0
### Bug report
BUG-e42a0f7bea6cabeee19c2ea617577c785ed9df3789f291696222fcab8570fbd0-20220829152101Z-18f0c29c6c1fcd1d | True | Cannot establish tailnet connections due to "Received invalid initiation message" - ### What is the issue?
Since the update to iOS 15.6.1 on iPhone X, no connection can be established to any of the devices on the tailnet (local and external), EXCEPT when exit node is enabled. And in this case only the exit node can be reached.
I also have a subnet router in use, which obviously is also not reachable as well as the clients behind.
I've been reinstalling the app and the VPN profile without success.
I'll help with more info as good as I can :)
### Steps to reproduce
Simple iOS Update.
Reopen app.
Tadaa.
### Are there any recent changes that introduced the issue?
iOS Update to 15.6.1
### OS
iOS
### OS version
15.6.1
### Tailscale version
1.28.0
### Bug report
BUG-e42a0f7bea6cabeee19c2ea617577c785ed9df3789f291696222fcab8570fbd0-20220829152101Z-18f0c29c6c1fcd1d | usab | cannot establish tailnet connections due to received invalid initiation message what is the issue since the update to ios on iphone x no connection can be established to any of the devices on the tailnet local and external except when exit node is enabled and in this case only the exit node can be reached i also have a subnet router in use which obviously is also not reachable as well as the clients behind i ve been reinstalling the app and the vpn profile without success i ll help with more info as good as i can steps to reproduce simple ios update reopen app tadaa are there any recent changes that introduced the issue ios update to os ios os version tailscale version bug report bug | 1 |
23,212 | 21,447,287,430 | IssuesEvent | 2022-04-25 07:51:32 | alexbol99/debug-viewer1 | https://api.github.com/repos/alexbol99/debug-viewer1 | closed | Layer delete button should not be in the scroll with layers | usability | Layer delete button should not be in the scroll with layers | True | Layer delete button should not be in the scroll with layers - Layer delete button should not be in the scroll with layers | usab | layer delete button should not be in the scroll with layers layer delete button should not be in the scroll with layers | 1 |
10,192 | 6,623,327,045 | IssuesEvent | 2017-09-22 06:34:04 | gluster/glusterfs | https://api.github.com/repos/gluster/glusterfs | closed | [RFE] provide sub-directory mount option in fuse, for a given volume | CB: fuse CB: protocol FA: Scalability Improvements FA: Usability & Supportability Prio: Medium Type:Enhancement | Currently, glusterfs's fuse mount doesn't provide option to mount subdirectory like NFS mounts. Providing such option would be good to reduce the number of volumes created in glusterfs. | True | [RFE] provide sub-directory mount option in fuse, for a given volume - Currently, glusterfs's fuse mount doesn't provide option to mount subdirectory like NFS mounts. Providing such option would be good to reduce the number of volumes created in glusterfs. | usab | provide sub directory mount option in fuse for a given volume currently glusterfs s fuse mount doesn t provide option to mount subdirectory like nfs mounts providing such option would be good to reduce the number of volumes created in glusterfs | 1 |
56,806 | 23,910,912,315 | IssuesEvent | 2022-09-09 08:06:57 | tuna/issues | https://api.github.com/repos/tuna/issues | closed | 似乎mongodb的镜像内容和官方不一致 | Service Issue | ### 先决条件 (Prerequisites)
- [X] 我已确认这个问题没有在[其他 issues](https://github.com/tuna/issues/issues)中提出过。
I am sure that this problem has NEVER been discussed in [other issues](https://github.com/tuna/issues/issues).
### 发生了什么(What happened)
https://repo.mongodb.org/apt/ubuntu/dists/jammy/mongodb-org/
https://mirrors.tuna.tsinghua.edu.cn/mongodb/apt/ubuntu/dists/jammy/mongodb-org/
官方源和tuna源的jammy mongodb-org目录内容不一致。
### 期望的现象(What you expected to happen)
烦请同步,并协助看下其他目录是否存在不同步?
### 如何重现此问题(How to reproduce it)
浏览器访问。
### 操作系统(OS Version)
any
### 浏览器(如果适用)(Browser version, if applicable)
any
### 其他环境(Other environments)
_No response_
### 其他需要说明的事项(Anything else we need to know)
_No response_ | 1.0 | 似乎mongodb的镜像内容和官方不一致 - ### 先决条件 (Prerequisites)
- [X] 我已确认这个问题没有在[其他 issues](https://github.com/tuna/issues/issues)中提出过。
I am sure that this problem has NEVER been discussed in [other issues](https://github.com/tuna/issues/issues).
### 发生了什么(What happened)
https://repo.mongodb.org/apt/ubuntu/dists/jammy/mongodb-org/
https://mirrors.tuna.tsinghua.edu.cn/mongodb/apt/ubuntu/dists/jammy/mongodb-org/
官方源和tuna源的jammy mongodb-org目录内容不一致。
### 期望的现象(What you expected to happen)
烦请同步,并协助看下其他目录是否存在不同步?
### 如何重现此问题(How to reproduce it)
浏览器访问。
### 操作系统(OS Version)
any
### 浏览器(如果适用)(Browser version, if applicable)
any
### 其他环境(Other environments)
_No response_
### 其他需要说明的事项(Anything else we need to know)
_No response_ | non_usab | 似乎mongodb的镜像内容和官方不一致 先决条件 prerequisites 我已确认这个问题没有在 i am sure that this problem has never been discussed in 发生了什么(what happened) 官方源和tuna源的jammy mongodb org目录内容不一致。 期望的现象(what you expected to happen) 烦请同步,并协助看下其他目录是否存在不同步? 如何重现此问题(how to reproduce it) 浏览器访问。 操作系统(os version) any 浏览器(如果适用)(browser version if applicable) any 其他环境(other environments) no response 其他需要说明的事项(anything else we need to know) no response | 0 |
122,176 | 10,216,090,359 | IssuesEvent | 2019-08-15 09:32:51 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | opened | Cannot figure out the error from the error-message | BetaTesting Component/HTTP Type/Bug | **Description:**
```ballerina
type OrderInfo record {|
string id;
string name;
string description;
|};
@http:ServiceConfig {
basePath: "/PizzaService"
}
service PizzaService on new http:Listener(9090) {
@http:ResourceConfig {
methods: ["POST"],
path: "/order",
consumes: ["text/json", "application/json"]
}
resource function orderPizza(http:Caller caller, http:Request request, OrderInfo pizzaOrder) {
var x = caller -> respond("ordered!");
}
}
```
Following error is shown when compiling the above service:
```
error: supun/http2grpc:0.1.0::proxy.bal:10:5: Invalid parameter(s) in the resource signature
```
However, it does not give any clue about the actual issue, neither how to resolve it.
| 1.0 | Cannot figure out the error from the error-message - **Description:**
```ballerina
type OrderInfo record {|
string id;
string name;
string description;
|};
@http:ServiceConfig {
basePath: "/PizzaService"
}
service PizzaService on new http:Listener(9090) {
@http:ResourceConfig {
methods: ["POST"],
path: "/order",
consumes: ["text/json", "application/json"]
}
resource function orderPizza(http:Caller caller, http:Request request, OrderInfo pizzaOrder) {
var x = caller -> respond("ordered!");
}
}
```
Following error is shown when compiling the above service:
```
error: supun/http2grpc:0.1.0::proxy.bal:10:5: Invalid parameter(s) in the resource signature
```
However, it does not give any clue about the actual issue, neither how to resolve it.
| non_usab | cannot figure out the error from the error message description ballerina type orderinfo record string id string name string description http serviceconfig basepath pizzaservice service pizzaservice on new http listener http resourceconfig methods path order consumes resource function orderpizza http caller caller http request request orderinfo pizzaorder var x caller respond ordered following error is shown when compiling the above service error supun proxy bal invalid parameter s in the resource signature however it does not give any clue about the actual issue neither how to resolve it | 0 |
4,334 | 3,823,091,258 | IssuesEvent | 2016-03-30 06:07:20 | geneontology/amigo | https://api.github.com/repos/geneontology/amigo | closed | Term Matrix may have issues after conversion to new framework | bug (B: affects usability) | The term matrix may have taken some damage from bitrot and framework migration between the last two releases. This ticket is to see if it still functions as expected, or if it needs from work.
Tagging @ValWood. | True | Term Matrix may have issues after conversion to new framework - The term matrix may have taken some damage from bitrot and framework migration between the last two releases. This ticket is to see if it still functions as expected, or if it needs from work.
Tagging @ValWood. | usab | term matrix may have issues after conversion to new framework the term matrix may have taken some damage from bitrot and framework migration between the last two releases this ticket is to see if it still functions as expected or if it needs from work tagging valwood | 1 |
172,829 | 21,054,870,900 | IssuesEvent | 2022-04-01 01:24:44 | peterwkc85/Spock_Testing_Framework | https://api.github.com/repos/peterwkc85/Spock_Testing_Framework | opened | CVE-2022-22965 (High) detected in spring-beans-4.1.6.RELEASE.jar | security vulnerability | ## CVE-2022-22965 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-beans-4.1.6.RELEASE.jar</b></p></summary>
<p>Spring Beans</p>
<p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p>
<p>Path to dependency file: /java-testing-with-spock-master/java-testing-with-spock-master/chapter7/spring-standalone-swing/pom.xml</p>
<p>Path to vulnerable library: /root/.m2/repository/org/springframework/spring-beans/4.1.6.RELEASE/spring-beans-4.1.6.RELEASE.jar,/root/.gradle/caches/modules-2/files-2.1/org.springframework/spring-beans/4.1.6.RELEASE/ce2d409d470948f11fad41ffdf37dcff4d28cd7c/spring-beans-4.1.6.RELEASE.jar,/root/.gradle/caches/modules-2/files-2.1/org.springframework/spring-beans/4.1.6.RELEASE/ce2d409d470948f11fad41ffdf37dcff4d28cd7c/spring-beans-4.1.6.RELEASE.jar,/root/.gradle/caches/modules-2/files-2.1/org.springframework/spring-beans/4.1.6.RELEASE/ce2d409d470948f11fad41ffdf37dcff4d28cd7c/spring-beans-4.1.6.RELEASE.jar,/root/.m2/repository/org/springframework/spring-beans/4.1.6.RELEASE/spring-beans-4.1.6.RELEASE.jar,/root/.m2/repository/org/springframework/spring-beans/4.1.6.RELEASE/spring-beans-4.1.6.RELEASE.jar</p>
<p>
Dependency Hierarchy:
- spring-web-4.1.6.RELEASE.jar (Root Library)
- spring-aop-4.1.6.RELEASE.jar
- :x: **spring-beans-4.1.6.RELEASE.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Spring Framework before 5.2.20 and 5.3.x before 5.3.18 are vulnerable due to a vulnerability in Spring-beans which allows attackers under certain circumstances to achieve remote code execution, this vulnerability is also known as ״Spring4Shell״ or ״SpringShell״. The current POC related to the attack is done by creating a specially crafted request which manipulates ClassLoader to successfully achieve RCE (Remote Code Execution). Please note that the ease of exploitation may diverge by the code implementation.Currently, the exploit requires JDK 9 or higher, Apache Tomcat as the Servlet container, the application Packaged as WAR, and dependency on spring-webmvc or spring-webflux. Spring Framework 5.3.18 and 5.2.20 have already been released. WhiteSource's research team is carefully observing developments and researching the case. We will keep updating this page and our WhiteSource resources with updates.
<p>Publish Date: 2022-01-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22965>CVE-2022-22965</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>9.8</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: 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://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement">https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement</a></p>
<p>Release Date: 2022-01-11</p>
<p>Fix Resolution: org.springframework:spring-beans:5.2.20.RELEASE,5.3.18</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-2022-22965 (High) detected in spring-beans-4.1.6.RELEASE.jar - ## CVE-2022-22965 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-beans-4.1.6.RELEASE.jar</b></p></summary>
<p>Spring Beans</p>
<p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p>
<p>Path to dependency file: /java-testing-with-spock-master/java-testing-with-spock-master/chapter7/spring-standalone-swing/pom.xml</p>
<p>Path to vulnerable library: /root/.m2/repository/org/springframework/spring-beans/4.1.6.RELEASE/spring-beans-4.1.6.RELEASE.jar,/root/.gradle/caches/modules-2/files-2.1/org.springframework/spring-beans/4.1.6.RELEASE/ce2d409d470948f11fad41ffdf37dcff4d28cd7c/spring-beans-4.1.6.RELEASE.jar,/root/.gradle/caches/modules-2/files-2.1/org.springframework/spring-beans/4.1.6.RELEASE/ce2d409d470948f11fad41ffdf37dcff4d28cd7c/spring-beans-4.1.6.RELEASE.jar,/root/.gradle/caches/modules-2/files-2.1/org.springframework/spring-beans/4.1.6.RELEASE/ce2d409d470948f11fad41ffdf37dcff4d28cd7c/spring-beans-4.1.6.RELEASE.jar,/root/.m2/repository/org/springframework/spring-beans/4.1.6.RELEASE/spring-beans-4.1.6.RELEASE.jar,/root/.m2/repository/org/springframework/spring-beans/4.1.6.RELEASE/spring-beans-4.1.6.RELEASE.jar</p>
<p>
Dependency Hierarchy:
- spring-web-4.1.6.RELEASE.jar (Root Library)
- spring-aop-4.1.6.RELEASE.jar
- :x: **spring-beans-4.1.6.RELEASE.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Spring Framework before 5.2.20 and 5.3.x before 5.3.18 are vulnerable due to a vulnerability in Spring-beans which allows attackers under certain circumstances to achieve remote code execution, this vulnerability is also known as ״Spring4Shell״ or ״SpringShell״. The current POC related to the attack is done by creating a specially crafted request which manipulates ClassLoader to successfully achieve RCE (Remote Code Execution). Please note that the ease of exploitation may diverge by the code implementation.Currently, the exploit requires JDK 9 or higher, Apache Tomcat as the Servlet container, the application Packaged as WAR, and dependency on spring-webmvc or spring-webflux. Spring Framework 5.3.18 and 5.2.20 have already been released. WhiteSource's research team is carefully observing developments and researching the case. We will keep updating this page and our WhiteSource resources with updates.
<p>Publish Date: 2022-01-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22965>CVE-2022-22965</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>9.8</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: 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://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement">https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement</a></p>
<p>Release Date: 2022-01-11</p>
<p>Fix Resolution: org.springframework:spring-beans:5.2.20.RELEASE,5.3.18</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_usab | cve high detected in spring beans release jar cve high severity vulnerability vulnerable library spring beans release jar spring beans library home page a href path to dependency file java testing with spock master java testing with spock master spring standalone swing pom xml path to vulnerable library root repository org springframework spring beans release spring beans release jar root gradle caches modules files org springframework spring beans release spring beans release jar root gradle caches modules files org springframework spring beans release spring beans release jar root gradle caches modules files org springframework spring beans release spring beans release jar root repository org springframework spring beans release spring beans release jar root repository org springframework spring beans release spring beans release jar dependency hierarchy spring web release jar root library spring aop release jar x spring beans release jar vulnerable library vulnerability details spring framework before and x before are vulnerable due to a vulnerability in spring beans which allows attackers under certain circumstances to achieve remote code execution this vulnerability is also known as ״ ״ or ״springshell״ the current poc related to the attack is done by creating a specially crafted request which manipulates classloader to successfully achieve rce remote code execution please note that the ease of exploitation may diverge by the code implementation currently the exploit requires jdk or higher apache tomcat as the servlet container the application packaged as war and dependency on spring webmvc or spring webflux spring framework and have already been released whitesource s research team is carefully observing developments and researching the case we will keep updating this page and our whitesource resources with updates 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 high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org springframework spring beans release step up your open source security game with whitesource | 0 |
14,019 | 8,787,495,666 | IssuesEvent | 2018-12-20 18:52:23 | NCAR/VAPOR | https://api.github.com/repos/NCAR/VAPOR | closed | Barbs: length and thickness scaling | Fixed High Performance Postponed Usability | The Length and Thickness scale parameters on the Barb Layout tab are not intuitive. They are labeled "scale", and one would expect a linear scaling (e.g. a value of 2 would double the length of the glyph), but this does not appear to be what is happening. When the DUKU data set is used with U10 and V10 set as the vector field the range of valid values for the length and thickness are 0..58334.7, and 0..11.6669, respectively. | True | Barbs: length and thickness scaling - The Length and Thickness scale parameters on the Barb Layout tab are not intuitive. They are labeled "scale", and one would expect a linear scaling (e.g. a value of 2 would double the length of the glyph), but this does not appear to be what is happening. When the DUKU data set is used with U10 and V10 set as the vector field the range of valid values for the length and thickness are 0..58334.7, and 0..11.6669, respectively. | usab | barbs length and thickness scaling the length and thickness scale parameters on the barb layout tab are not intuitive they are labeled scale and one would expect a linear scaling e g a value of would double the length of the glyph but this does not appear to be what is happening when the duku data set is used with and set as the vector field the range of valid values for the length and thickness are and respectively | 1 |
64,633 | 14,672,765,370 | IssuesEvent | 2020-12-30 11:25:01 | LalithK90/samarasingheSuper | https://api.github.com/repos/LalithK90/samarasingheSuper | closed | CVE-2017-18640 (High) detected in snakeyaml-1.25.jar | security vulnerability | ## CVE-2017-18640 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.25.jar</b></p></summary>
<p>YAML 1.1 parser and emitter for Java</p>
<p>Library home page: <a href="http://www.snakeyaml.org">http://www.snakeyaml.org</a></p>
<p>Path to dependency file: samarasingheSuper/build.gradle</p>
<p>Path to vulnerable library: /tmp/ws-ua_20201230104332_DFFJGD/downloadResource_NLSSLN/20201230104403/snakeyaml-1.25.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-aop-2.2.4.RELEASE.jar (Root Library)
- spring-boot-starter-2.2.4.RELEASE.jar
- :x: **snakeyaml-1.25.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/LalithK90/samarasingheSuper/commit/c4ec427a64061e4ceeb9d5783605941ae2cd2611">c4ec427a64061e4ceeb9d5783605941ae2cd2611</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 Alias feature in SnakeYAML 1.18 allows entity expansion during a load operation, a related issue to CVE-2003-1564.
<p>Publish Date: 2019-12-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18640>CVE-2017-18640</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-2017-18640">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18640</a></p>
<p>Release Date: 2019-12-12</p>
<p>Fix Resolution: org.yaml:snakeyaml:1.26</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-18640 (High) detected in snakeyaml-1.25.jar - ## CVE-2017-18640 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.25.jar</b></p></summary>
<p>YAML 1.1 parser and emitter for Java</p>
<p>Library home page: <a href="http://www.snakeyaml.org">http://www.snakeyaml.org</a></p>
<p>Path to dependency file: samarasingheSuper/build.gradle</p>
<p>Path to vulnerable library: /tmp/ws-ua_20201230104332_DFFJGD/downloadResource_NLSSLN/20201230104403/snakeyaml-1.25.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-aop-2.2.4.RELEASE.jar (Root Library)
- spring-boot-starter-2.2.4.RELEASE.jar
- :x: **snakeyaml-1.25.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/LalithK90/samarasingheSuper/commit/c4ec427a64061e4ceeb9d5783605941ae2cd2611">c4ec427a64061e4ceeb9d5783605941ae2cd2611</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 Alias feature in SnakeYAML 1.18 allows entity expansion during a load operation, a related issue to CVE-2003-1564.
<p>Publish Date: 2019-12-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18640>CVE-2017-18640</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-2017-18640">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18640</a></p>
<p>Release Date: 2019-12-12</p>
<p>Fix Resolution: org.yaml:snakeyaml:1.26</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_usab | cve high detected in snakeyaml jar cve high severity vulnerability vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file samarasinghesuper build gradle path to vulnerable library tmp ws ua dffjgd downloadresource nlssln snakeyaml jar dependency hierarchy spring boot starter aop release jar root library spring boot starter release jar x snakeyaml jar vulnerable library found in head commit a href found in base branch master vulnerability details the alias feature in snakeyaml allows entity expansion during a load operation a related issue to 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 none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org yaml snakeyaml step up your open source security game with whitesource | 0 |
102,545 | 12,807,086,594 | IssuesEvent | 2020-07-03 10:43:26 | mozilla/m-response | https://api.github.com/repos/mozilla/m-response | closed | Incorrect "Close" button size on modal boxes | Design | In the footer of the Moderator badge modal window, the close button appears smaller than other buttons within the app:
<img width="465" alt="Screenshot 2019-08-30 at 16 57 21" src="https://user-images.githubusercontent.com/42435754/64034798-427b3c80-cb47-11e9-8db9-5e51b621ef6f.png">
The size of the button should be:
```
width: 116px;
height: 42px;
```
<img width="600" alt="Screenshot 2019-08-30 at 16 58 29" src="https://user-images.githubusercontent.com/42435754/64034918-78202580-cb47-11e9-9d6c-9dfb18b9cea7.png">
| 1.0 | Incorrect "Close" button size on modal boxes - In the footer of the Moderator badge modal window, the close button appears smaller than other buttons within the app:
<img width="465" alt="Screenshot 2019-08-30 at 16 57 21" src="https://user-images.githubusercontent.com/42435754/64034798-427b3c80-cb47-11e9-8db9-5e51b621ef6f.png">
The size of the button should be:
```
width: 116px;
height: 42px;
```
<img width="600" alt="Screenshot 2019-08-30 at 16 58 29" src="https://user-images.githubusercontent.com/42435754/64034918-78202580-cb47-11e9-9d6c-9dfb18b9cea7.png">
| non_usab | incorrect close button size on modal boxes in the footer of the moderator badge modal window the close button appears smaller than other buttons within the app img width alt screenshot at src the size of the button should be width height img width alt screenshot at src | 0 |
6,076 | 4,148,038,223 | IssuesEvent | 2016-06-15 09:30:57 | Virtual-Labs/computer-organization-iiith | https://api.github.com/repos/Virtual-Labs/computer-organization-iiith | closed | QA_ARM Assembly Language Programming -1_Back to experiment_smk | Category: Usability Developed By: VLEAD Release Number: Production Severity: S2 Status : Resolved Status: Open | Defect Description :
In the "ARM Assembly Language Programming -1 " experiment,the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in-order to view the list of experiments by the user.
Actual Result :
In the "ARM Assembly Language Programming -1 " experiment,the back to experiments link is not present in the page.
Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Test Step Link:
https://github.com/Virtual-Labs/computer-organization-iiith/blob/master/test-cases/integration_test-cases/ARM%20Assembly%20Language%20Programming%20-%201/ARM%20Assembly%20Language%20Programming%20-%201_17_Back%20to%20experiment_smk.org
Attachment:

| True | QA_ARM Assembly Language Programming -1_Back to experiment_smk - Defect Description :
In the "ARM Assembly Language Programming -1 " experiment,the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in-order to view the list of experiments by the user.
Actual Result :
In the "ARM Assembly Language Programming -1 " experiment,the back to experiments link is not present in the page.
Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0Bandwidth : 100Mbps
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Test Step Link:
https://github.com/Virtual-Labs/computer-organization-iiith/blob/master/test-cases/integration_test-cases/ARM%20Assembly%20Language%20Programming%20-%201/ARM%20Assembly%20Language%20Programming%20-%201_17_Back%20to%20experiment_smk.org
Attachment:

| usab | qa arm assembly language programming back to experiment smk defect description in the arm assembly language programming experiment the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in order to view the list of experiments by the user actual result in the arm assembly language programming experiment the back to experiments link is not present in the page environment os windows ubuntu centos browsers firefox chrome chromium bandwidth hardware configuration processor test step link attachment | 1 |
20,489 | 15,597,825,504 | IssuesEvent | 2021-03-18 17:21:41 | RHEAGROUP/COMET-IME-Community-Edition | https://api.github.com/repos/RHEAGROUP/COMET-IME-Community-Edition | closed | Improve Annex c3 export user experience | 0.5sp IME usability | ### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have verified that I am running the latest version of the COMET-IME
- [x] I have searched [open](https://github.com/RHEAGROUP/COMET-IME-Community-Edition/issues) and [closed](https://github.com/RHEAGROUP/COMET-IME-Community-Edition/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
### Description
1. Improve the export button in the ribbon. Right now there are 2 buttons, as it needs to change to one with a clear label.
2. Improve the look and feel of the Annex c3 file export dialog. Right now it feels cramped and somewhat convoluted.
3. Ensure Password field verification works. (Also check #211)
| True | Improve Annex c3 export user experience - ### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have verified that I am running the latest version of the COMET-IME
- [x] I have searched [open](https://github.com/RHEAGROUP/COMET-IME-Community-Edition/issues) and [closed](https://github.com/RHEAGROUP/COMET-IME-Community-Edition/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
### Description
1. Improve the export button in the ribbon. Right now there are 2 buttons, as it needs to change to one with a clear label.
2. Improve the look and feel of the Annex c3 file export dialog. Right now it feels cramped and somewhat convoluted.
3. Ensure Password field verification works. (Also check #211)
| usab | improve annex export user experience prerequisites i have written a descriptive issue title i have verified that i am running the latest version of the comet ime i have searched and issues to ensure it has not already been reported description improve the export button in the ribbon right now there are buttons as it needs to change to one with a clear label improve the look and feel of the annex file export dialog right now it feels cramped and somewhat convoluted ensure password field verification works also check | 1 |
364,286 | 25,486,929,910 | IssuesEvent | 2022-11-26 14:29:15 | pyinstaller/pyinstaller | https://api.github.com/repos/pyinstaller/pyinstaller | closed | documentation multipackage is not at current state of the code | area:documentation bug | [documentation](https://pyinstaller.org/en/stable/spec-files.html#example-merge-spec-file) is not at the current state.
pyi-build does not exist anymore and the tests , that are referenced are also gone.
still I tried to build two .py files into one package (one file). The size is not reduced. Instead two exe files are build with the full size each. | 1.0 | documentation multipackage is not at current state of the code - [documentation](https://pyinstaller.org/en/stable/spec-files.html#example-merge-spec-file) is not at the current state.
pyi-build does not exist anymore and the tests , that are referenced are also gone.
still I tried to build two .py files into one package (one file). The size is not reduced. Instead two exe files are build with the full size each. | non_usab | documentation multipackage is not at current state of the code is not at the current state pyi build does not exist anymore and the tests that are referenced are also gone still i tried to build two py files into one package one file the size is not reduced instead two exe files are build with the full size each | 0 |
22,890 | 20,509,305,542 | IssuesEvent | 2022-03-01 03:30:05 | ZcashFoundation/zebra | https://api.github.com/repos/ZcashFoundation/zebra | closed | Move batch cryptography flushes to a blocking thread to avoid hangs | C-bug A-rust I-slow I-usability P-Optional :sparkles: | **Scheduling**
We should only do this ticket if we have fixed the other Zebra hang bugs, and Zebra still hangs frequently.
**Is your feature request related to a problem? Please describe.**
It looks like Zebra runs batch cryptography flushes on async threads, which can block:
- async code running concurrently in the same task, and
- async code from other tasks on the same thread.
**Describe the solution you'd like**
Instead, Zebra should:
- use tokio's `spawn_blocking` function to run these tasks, and
- make all callers into `async` functions (or access the executor directly)
https://docs.rs/tokio/1.6.0/tokio/task/fn.spawn_blocking.html
**Describe alternatives you've considered**
We can use tokio's `block_in_place` function. This function only blocks concurrent code in the same task, which is better, but still not great.
We could also use `block_in_place` as we transition code.
**Additional context**
Blocking functions might be the source of hangs or slowdowns in the inbound service, or state service, or unrelated tasks. | True | Move batch cryptography flushes to a blocking thread to avoid hangs - **Scheduling**
We should only do this ticket if we have fixed the other Zebra hang bugs, and Zebra still hangs frequently.
**Is your feature request related to a problem? Please describe.**
It looks like Zebra runs batch cryptography flushes on async threads, which can block:
- async code running concurrently in the same task, and
- async code from other tasks on the same thread.
**Describe the solution you'd like**
Instead, Zebra should:
- use tokio's `spawn_blocking` function to run these tasks, and
- make all callers into `async` functions (or access the executor directly)
https://docs.rs/tokio/1.6.0/tokio/task/fn.spawn_blocking.html
**Describe alternatives you've considered**
We can use tokio's `block_in_place` function. This function only blocks concurrent code in the same task, which is better, but still not great.
We could also use `block_in_place` as we transition code.
**Additional context**
Blocking functions might be the source of hangs or slowdowns in the inbound service, or state service, or unrelated tasks. | usab | move batch cryptography flushes to a blocking thread to avoid hangs scheduling we should only do this ticket if we have fixed the other zebra hang bugs and zebra still hangs frequently is your feature request related to a problem please describe it looks like zebra runs batch cryptography flushes on async threads which can block async code running concurrently in the same task and async code from other tasks on the same thread describe the solution you d like instead zebra should use tokio s spawn blocking function to run these tasks and make all callers into async functions or access the executor directly describe alternatives you ve considered we can use tokio s block in place function this function only blocks concurrent code in the same task which is better but still not great we could also use block in place as we transition code additional context blocking functions might be the source of hangs or slowdowns in the inbound service or state service or unrelated tasks | 1 |
95,802 | 27,620,761,497 | IssuesEvent | 2023-03-09 23:51:43 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | opened | [Outdated] chromium-wayland-vaapi needs rebuild | request:rebuild-pkg | ### If available, link to the latest build
[chromium-wayland-vaapi](https://builds.garudalinux.org/repos/chaotic-aur/logs/chromium-wayland-vaapi.log)
### Package name
`chromium-wayland-vaapi`
### Latest build
not applicable since we need a rebuild
### Latest version available
-
### Have you tested if the package builds in a clean chroot?
- [ ] Yes
### More information
We need a rebuild for this package, since it is still linked with an old FFmpeg library (`libavcodec.so.59`). | 1.0 | [Outdated] chromium-wayland-vaapi needs rebuild - ### If available, link to the latest build
[chromium-wayland-vaapi](https://builds.garudalinux.org/repos/chaotic-aur/logs/chromium-wayland-vaapi.log)
### Package name
`chromium-wayland-vaapi`
### Latest build
not applicable since we need a rebuild
### Latest version available
-
### Have you tested if the package builds in a clean chroot?
- [ ] Yes
### More information
We need a rebuild for this package, since it is still linked with an old FFmpeg library (`libavcodec.so.59`). | non_usab | chromium wayland vaapi needs rebuild if available link to the latest build package name chromium wayland vaapi latest build not applicable since we need a rebuild latest version available have you tested if the package builds in a clean chroot yes more information we need a rebuild for this package since it is still linked with an old ffmpeg library libavcodec so | 0 |
19,393 | 5,868,029,837 | IssuesEvent | 2017-05-14 08:29:07 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | After updating Joomla 3.7 the TinyMCE editor stops responding to button | No Code Attached Yet | ### Steps to reproduce the issue
Sreen on https://youtu.be/ABoIR_Pd_Jo
### Expected result
### Actual result
### System information (as much as possible)
### Additional comments
| 1.0 | After updating Joomla 3.7 the TinyMCE editor stops responding to button - ### Steps to reproduce the issue
Sreen on https://youtu.be/ABoIR_Pd_Jo
### Expected result
### Actual result
### System information (as much as possible)
### Additional comments
| non_usab | after updating joomla the tinymce editor stops responding to button steps to reproduce the issue sreen on expected result actual result system information as much as possible additional comments | 0 |
826,873 | 31,715,501,665 | IssuesEvent | 2023-09-09 20:25:17 | thePlebDev/Clicker | https://api.github.com/repos/thePlebDev/Clicker | closed | actual implementation of the remove message functionality | priority 1 priority 2 | # Proposed change
- add the functionality to delete a message from the conversation
# Why is this important
- This is one of the two main functionality that I need to implement for the app to work
# Additional context
- n/a
| 2.0 | actual implementation of the remove message functionality - # Proposed change
- add the functionality to delete a message from the conversation
# Why is this important
- This is one of the two main functionality that I need to implement for the app to work
# Additional context
- n/a
| non_usab | actual implementation of the remove message functionality proposed change add the functionality to delete a message from the conversation why is this important this is one of the two main functionality that i need to implement for the app to work additional context n a | 0 |
16,149 | 10,582,619,690 | IssuesEvent | 2019-10-08 12:00:16 | airsonic/airsonic | https://api.github.com/repos/airsonic/airsonic | opened | Share links should be much shorter | enhancement usability | Currently when creating "Share" links, the URL that is generated is quite long, which makes them somewhat unwieldy:
Example:
`https://someserver.somewhere.com/airsonic/ext/share/kXQLh?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoiL2FpcnNvbmljL2V4dC9zaGFyZS9rWFFMaCIsImV4cCI6MTYwMjE1MTYxN30.AxyzQ80e9s0gp0QxIPTcRcjzCc0cXZl16Z6YppOgRqg`
It would seem that these links should be able to be shortened considerably without significantly compromising their security (being hard to guess). | True | Share links should be much shorter - Currently when creating "Share" links, the URL that is generated is quite long, which makes them somewhat unwieldy:
Example:
`https://someserver.somewhere.com/airsonic/ext/share/kXQLh?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoiL2FpcnNvbmljL2V4dC9zaGFyZS9rWFFMaCIsImV4cCI6MTYwMjE1MTYxN30.AxyzQ80e9s0gp0QxIPTcRcjzCc0cXZl16Z6YppOgRqg`
It would seem that these links should be able to be shortened considerably without significantly compromising their security (being hard to guess). | usab | share links should be much shorter currently when creating share links the url that is generated is quite long which makes them somewhat unwieldy example it would seem that these links should be able to be shortened considerably without significantly compromising their security being hard to guess | 1 |
16,491 | 10,968,718,813 | IssuesEvent | 2019-11-28 12:17:39 | textpattern/textpattern | https://api.github.com/repos/textpattern/textpattern | closed | PHP 7.4.0 compatibility - patch release or document the changes to fix? | usability | Now that PHP 7.4 has landed properly, Textpattern 4.7.3 throws an error on both public and admin sides in Testing mode: `Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/www/vhosts/textpattern.co/release-demo/live/textpattern/lib/constants.php on line 136`.


Can a fix be backported to 4.7.3 to fix this error, or do we document how turn it off (change site mode, or edit code etc), or live with it, or something else?
I can see how a document outlining the step to switch to Live mode would be easily achieved, assuming the person encountering the issue is suitably privileged in a Textpattern sense, but I'd appreciate your take on this. Pinging @bloatware @Bloke @philwareham @jools-r for sanity check.
| True | PHP 7.4.0 compatibility - patch release or document the changes to fix? - Now that PHP 7.4 has landed properly, Textpattern 4.7.3 throws an error on both public and admin sides in Testing mode: `Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/www/vhosts/textpattern.co/release-demo/live/textpattern/lib/constants.php on line 136`.


Can a fix be backported to 4.7.3 to fix this error, or do we document how turn it off (change site mode, or edit code etc), or live with it, or something else?
I can see how a document outlining the step to switch to Live mode would be easily achieved, assuming the person encountering the issue is suitably privileged in a Textpattern sense, but I'd appreciate your take on this. Pinging @bloatware @Bloke @philwareham @jools-r for sanity check.
| usab | php compatibility patch release or document the changes to fix now that php has landed properly textpattern throws an error on both public and admin sides in testing mode deprecated function get magic quotes gpc is deprecated in var www vhosts textpattern co release demo live textpattern lib constants php on line can a fix be backported to to fix this error or do we document how turn it off change site mode or edit code etc or live with it or something else i can see how a document outlining the step to switch to live mode would be easily achieved assuming the person encountering the issue is suitably privileged in a textpattern sense but i d appreciate your take on this pinging bloatware bloke philwareham jools r for sanity check | 1 |
146,716 | 23,112,113,679 | IssuesEvent | 2022-07-27 13:50:20 | hyesungoh/comet-land | https://api.github.com/repos/hyesungoh/comet-land | closed | Author section button position | bug design | ## Environment
browser : firefox
OS : macOS
## Description
`AuthorSection` flex grow does not work well | 1.0 | Author section button position - ## Environment
browser : firefox
OS : macOS
## Description
`AuthorSection` flex grow does not work well | non_usab | author section button position environment browser firefox os macos description authorsection flex grow does not work well | 0 |
21,573 | 17,313,550,559 | IssuesEvent | 2021-07-27 00:35:15 | tailscale/tailscale | https://api.github.com/repos/tailscale/tailscale | closed | /api/v2/tailnet/tailscale.com/devices does not return IPv6 addresses | L2 Few P2 Aggravating T5 Usability api | https://twitter.com/jc00ke/status/1419816439213559815
reports that IPv6 addresses, like for ephemeral nodes, do not appear in the API devices list. Only IPv4 addresses do.
As an alternative for now, the output of `tailscale status --json` from a node on that Tailnet does contain IPv6 addresses. | True | /api/v2/tailnet/tailscale.com/devices does not return IPv6 addresses - https://twitter.com/jc00ke/status/1419816439213559815
reports that IPv6 addresses, like for ephemeral nodes, do not appear in the API devices list. Only IPv4 addresses do.
As an alternative for now, the output of `tailscale status --json` from a node on that Tailnet does contain IPv6 addresses. | usab | api tailnet tailscale com devices does not return addresses reports that addresses like for ephemeral nodes do not appear in the api devices list only addresses do as an alternative for now the output of tailscale status json from a node on that tailnet does contain addresses | 1 |
113,309 | 14,408,639,104 | IssuesEvent | 2020-12-04 00:16:22 | rancher/dashboard | https://api.github.com/repos/rancher/dashboard | opened | Can't see icons on left menu if it's not selected | [zube]: Next Up bug kind/design | Issue: Can't see any icons on left for any of the apps unless that menu item is selected (only in dark mode)

| 1.0 | Can't see icons on left menu if it's not selected - Issue: Can't see any icons on left for any of the apps unless that menu item is selected (only in dark mode)

| non_usab | can t see icons on left menu if it s not selected issue can t see any icons on left for any of the apps unless that menu item is selected only in dark mode | 0 |
24,135 | 23,382,171,108 | IssuesEvent | 2022-08-11 10:29:59 | OBOFoundry/OBOFoundry.github.io | https://api.github.com/repos/OBOFoundry/OBOFoundry.github.io | closed | Improve FAQ menu | website usability feature | In #1280, these points were made:
> * There is this page https://obofoundry.org/faq (not linked from anywhere)
> * Which points to a page https://obofoundry.org/join.shtml (that does not exist)
I think https://obofoundry.org/faq is obsolete. There is a FAQ menu on obofoundry.org that includes some of the info that's on that orphan faq page. I went through it to see if there was anything else on it that should be added to the FAQ menu (see below).
(By the way, https://obofoundry.org/faq not only isn't linked anywhere, it doesn't even come up in a google search. https://www.google.com/search?q=%22How+do+I+join+the+OBO+Foundry%3F%22&oq=%22How+do+I+join+the+OBO+Foundry%3F%22&aqs=chrome..69i57.925j0j7&sourceid=chrome&ie=UTF-8)
I went through https://obofoundry.org/faq. I think there is some useful info to mine from it and put elsewhere; then that obsolete page can be deleted. Below I comment on each section of /faq and suggest how I think we should proceed.
> How do I join the OBO Foundry?
Joining is easy! Just follow the steps on our join page [link 404s]. We look forward to hearing from you.
Not in main FAQ. Not clear what 'join' even means. "Contribute" section of FAQ has "How do I submit my ontology", and there's a Participate menu with mailing lists, Slack, etc., so I don't think there's any content here we need to merge in. **Action: none** (no content needs to be transferred from orphan page).
> How should I cite the OBO Foundry?
Smith B....(2007). "The OBO Foundry: coordinated evolution of ontologies to support biomedical data integration", Nature Biotechnology 25, 1251 - 1255.
That is the old publication. There's no "how to cite OBO Foundry" in main FAQ -- Citation section just has "How do I cite an ontology?". There is a Citation menu that includes "Cite the OBO Foundry" (which points to the new paper). **Action: add "How do I cite the OBO Foundry?" to main FAQ to make the info easier to find.** (see below for summary of action items)
> Are the ontologies in the OBO Foundry available only in OBO format?
No! Here is a definition of the OBO language in terms of OWL semantics [links to https://www.bioontology.org//wiki/Index.php/OboInOwl:Main_Page, which is empty]. You can download any OBO ontology in various formats--including OWL--here [raw link to http://ontologies.berkeleybop.org/].
There is a page https://obofoundry.org/faq/where-is-the-obo-file.html -- maybe this info could be added to that page? There's also http://robot.obolibrary.org/convert about converting between e.g. OWL and OBO. **Action: I could use some guidance about what to do here.**
> Is there a tool that will let me create or edit OBO ontologies?
OBO-Edit, an open source Java tool, offers a convenient visual interface for creating, editing, and browsing ontologies. It was initially created to work on OBO-format ontologies, but is currently being extended to handle other ontology formats, such as OWL.
This seems very out of date. **Action: don't preserve this text. Instead, add a Q to "Guides" section of FAQ: "What tools are there for creating, editing and working with OBO ontologies?" -> https://obofoundry.org/resources**
> How should we resolve conflicts when ontologies overlap?
Make every attempt to resolve inconsistencies and merge the ontologies. Tools are available for aiding this process (such as OBOL and Prompt) and the community can be used to help clarify best practices. Also, face-to-face meetings can helpful to resolve details that cannot be covered through email.
Not much content here. It seems like maybe this topic should be covered in one of the principles, though I'm not sure which. **Action: Not sure what to do here.**
-------------------
In addition to looking at the orphan FAQ, I went through the current FAQ menu on obofoundry.org. Below are my suggested steps (with a few questions).
#### First, for reference, here is the current FAQ menu:
Policy
- What are the OBO Foundry Principles?
- What is the OBO ID Policy?
- My ontology is not ready for OBO Foundry, can I reserve a prefix anyway?
Citation
- How do I cite an ontology?
Terms
- How do I request a new ontology term?
Contribute
- How do I submit my ontology?
- How do I request a review of my ontology?
- Where can I find ontology reviews?
Ontology display
- How do I edit the metadata for my ontology?
- How do I add a custom browser for my ontology?
- What is the build object in the ontology metadata?
- Why is there no OBO-Format file listed for my ontology?
- What does it mean for an ontology to be flagged as 'inactive', 'orphaned' or 'obsolete'?
Guides
- How should I manage my ontology using version control?
- How do I convert between formats (e.g. OBO to OWL format)?
My proposed changes to FAQ menu (in https://github.com/OBOFoundry/OBOFoundry.github.io/blob/master/_includes/navbar.html):
- [x] Cite section: add Q "How do I cite the OBO Foundry?", A: https://obofoundry.org/registry/publications.html
(I made a PR that makes it clearer on that page how to cite the OBO Foundry: #1924)
> Contribute -> How do I request a review of my ontology? (https://obofoundry.org/docs/ReviewProcessGuidelines.html)
> Contribute -> Where can I find ontology reviews? (https://obofoundry.org/docs/CompletedReviews.html)
- [x] I suggest we remove both of these from the FAQ. The second page (showing a few outdated ontology reviews) is kind of embarrassing, and as an all-volunteer organization, we don't have the resources to review already-admitted ontologies (as we've discussed on calls). Furthermore, the ontology dashboard automates a lot of the things that used to be done by human reviewers.
- [x] If we do remove those from the FAQ, we should consider also updating the issue submission template to remove the ontology review request.
Since the only thing left in the Contribute section would be "How do I submit my ontology?" I suggest we
- [x] move "How do I submit my ontology?" to Participate section and delete the Contribute section
- [x] Add Q to "Guides" section: "What tools are there for creating, editing and working with OBO ontologies?" -> https://obofoundry.org/resources
- [x] delete: Participate -> Can I help improve the OBO portal? (points to https://obofoundry.org/faq/how-do-i-modify-website.html)
Not all pages even have an edit button, and it's a pretty fringe way to start editing the website anyway. My new Participate page (see PR #1928) points to this page.
- [x] Add to Participate section:
How can I get involved in the OBO Foundry? -> /docs/participate.html
- [ ] Add Dashboard somewhere - maybe a new section? "What is the OBO Dashboard?" -> http://dashboard.obofoundry.org/
"How can I assess my ontology using the OBO Dashboard?" -> **??? is there in fact a way to do that for an ontology that is not (yet) in OBO Foundry? I feel like there must be but I'm not sure what it is.**
- [x] The link for "How should I manage my ontology using version control?" points to https://douroucouli.wordpress.com/2014/01/08/creating-an-ontology-project/
**Is that 2014 blog post really the best and most up-to-date reference?**
Proposed change to Citation top-level menu:
- [x] Cite the OBO Foundry -> currently points straight to the publication itself, which isn't exactly a citation. I suggest pointing this to https://obofoundry.org/registry/publications.html (which has the citation as well as linking to the publication) | True | Improve FAQ menu - In #1280, these points were made:
> * There is this page https://obofoundry.org/faq (not linked from anywhere)
> * Which points to a page https://obofoundry.org/join.shtml (that does not exist)
I think https://obofoundry.org/faq is obsolete. There is a FAQ menu on obofoundry.org that includes some of the info that's on that orphan faq page. I went through it to see if there was anything else on it that should be added to the FAQ menu (see below).
(By the way, https://obofoundry.org/faq not only isn't linked anywhere, it doesn't even come up in a google search. https://www.google.com/search?q=%22How+do+I+join+the+OBO+Foundry%3F%22&oq=%22How+do+I+join+the+OBO+Foundry%3F%22&aqs=chrome..69i57.925j0j7&sourceid=chrome&ie=UTF-8)
I went through https://obofoundry.org/faq. I think there is some useful info to mine from it and put elsewhere; then that obsolete page can be deleted. Below I comment on each section of /faq and suggest how I think we should proceed.
> How do I join the OBO Foundry?
Joining is easy! Just follow the steps on our join page [link 404s]. We look forward to hearing from you.
Not in main FAQ. Not clear what 'join' even means. "Contribute" section of FAQ has "How do I submit my ontology", and there's a Participate menu with mailing lists, Slack, etc., so I don't think there's any content here we need to merge in. **Action: none** (no content needs to be transferred from orphan page).
> How should I cite the OBO Foundry?
Smith B....(2007). "The OBO Foundry: coordinated evolution of ontologies to support biomedical data integration", Nature Biotechnology 25, 1251 - 1255.
That is the old publication. There's no "how to cite OBO Foundry" in main FAQ -- Citation section just has "How do I cite an ontology?". There is a Citation menu that includes "Cite the OBO Foundry" (which points to the new paper). **Action: add "How do I cite the OBO Foundry?" to main FAQ to make the info easier to find.** (see below for summary of action items)
> Are the ontologies in the OBO Foundry available only in OBO format?
No! Here is a definition of the OBO language in terms of OWL semantics [links to https://www.bioontology.org//wiki/Index.php/OboInOwl:Main_Page, which is empty]. You can download any OBO ontology in various formats--including OWL--here [raw link to http://ontologies.berkeleybop.org/].
There is a page https://obofoundry.org/faq/where-is-the-obo-file.html -- maybe this info could be added to that page? There's also http://robot.obolibrary.org/convert about converting between e.g. OWL and OBO. **Action: I could use some guidance about what to do here.**
> Is there a tool that will let me create or edit OBO ontologies?
OBO-Edit, an open source Java tool, offers a convenient visual interface for creating, editing, and browsing ontologies. It was initially created to work on OBO-format ontologies, but is currently being extended to handle other ontology formats, such as OWL.
This seems very out of date. **Action: don't preserve this text. Instead, add a Q to "Guides" section of FAQ: "What tools are there for creating, editing and working with OBO ontologies?" -> https://obofoundry.org/resources**
> How should we resolve conflicts when ontologies overlap?
Make every attempt to resolve inconsistencies and merge the ontologies. Tools are available for aiding this process (such as OBOL and Prompt) and the community can be used to help clarify best practices. Also, face-to-face meetings can helpful to resolve details that cannot be covered through email.
Not much content here. It seems like maybe this topic should be covered in one of the principles, though I'm not sure which. **Action: Not sure what to do here.**
-------------------
In addition to looking at the orphan FAQ, I went through the current FAQ menu on obofoundry.org. Below are my suggested steps (with a few questions).
#### First, for reference, here is the current FAQ menu:
Policy
- What are the OBO Foundry Principles?
- What is the OBO ID Policy?
- My ontology is not ready for OBO Foundry, can I reserve a prefix anyway?
Citation
- How do I cite an ontology?
Terms
- How do I request a new ontology term?
Contribute
- How do I submit my ontology?
- How do I request a review of my ontology?
- Where can I find ontology reviews?
Ontology display
- How do I edit the metadata for my ontology?
- How do I add a custom browser for my ontology?
- What is the build object in the ontology metadata?
- Why is there no OBO-Format file listed for my ontology?
- What does it mean for an ontology to be flagged as 'inactive', 'orphaned' or 'obsolete'?
Guides
- How should I manage my ontology using version control?
- How do I convert between formats (e.g. OBO to OWL format)?
My proposed changes to FAQ menu (in https://github.com/OBOFoundry/OBOFoundry.github.io/blob/master/_includes/navbar.html):
- [x] Cite section: add Q "How do I cite the OBO Foundry?", A: https://obofoundry.org/registry/publications.html
(I made a PR that makes it clearer on that page how to cite the OBO Foundry: #1924)
> Contribute -> How do I request a review of my ontology? (https://obofoundry.org/docs/ReviewProcessGuidelines.html)
> Contribute -> Where can I find ontology reviews? (https://obofoundry.org/docs/CompletedReviews.html)
- [x] I suggest we remove both of these from the FAQ. The second page (showing a few outdated ontology reviews) is kind of embarrassing, and as an all-volunteer organization, we don't have the resources to review already-admitted ontologies (as we've discussed on calls). Furthermore, the ontology dashboard automates a lot of the things that used to be done by human reviewers.
- [x] If we do remove those from the FAQ, we should consider also updating the issue submission template to remove the ontology review request.
Since the only thing left in the Contribute section would be "How do I submit my ontology?" I suggest we
- [x] move "How do I submit my ontology?" to Participate section and delete the Contribute section
- [x] Add Q to "Guides" section: "What tools are there for creating, editing and working with OBO ontologies?" -> https://obofoundry.org/resources
- [x] delete: Participate -> Can I help improve the OBO portal? (points to https://obofoundry.org/faq/how-do-i-modify-website.html)
Not all pages even have an edit button, and it's a pretty fringe way to start editing the website anyway. My new Participate page (see PR #1928) points to this page.
- [x] Add to Participate section:
How can I get involved in the OBO Foundry? -> /docs/participate.html
- [ ] Add Dashboard somewhere - maybe a new section? "What is the OBO Dashboard?" -> http://dashboard.obofoundry.org/
"How can I assess my ontology using the OBO Dashboard?" -> **??? is there in fact a way to do that for an ontology that is not (yet) in OBO Foundry? I feel like there must be but I'm not sure what it is.**
- [x] The link for "How should I manage my ontology using version control?" points to https://douroucouli.wordpress.com/2014/01/08/creating-an-ontology-project/
**Is that 2014 blog post really the best and most up-to-date reference?**
Proposed change to Citation top-level menu:
- [x] Cite the OBO Foundry -> currently points straight to the publication itself, which isn't exactly a citation. I suggest pointing this to https://obofoundry.org/registry/publications.html (which has the citation as well as linking to the publication) | usab | improve faq menu in these points were made there is this page not linked from anywhere which points to a page that does not exist i think is obsolete there is a faq menu on obofoundry org that includes some of the info that s on that orphan faq page i went through it to see if there was anything else on it that should be added to the faq menu see below by the way not only isn t linked anywhere it doesn t even come up in a google search i went through i think there is some useful info to mine from it and put elsewhere then that obsolete page can be deleted below i comment on each section of faq and suggest how i think we should proceed how do i join the obo foundry joining is easy just follow the steps on our join page we look forward to hearing from you not in main faq not clear what join even means contribute section of faq has how do i submit my ontology and there s a participate menu with mailing lists slack etc so i don t think there s any content here we need to merge in action none no content needs to be transferred from orphan page how should i cite the obo foundry smith b the obo foundry coordinated evolution of ontologies to support biomedical data integration nature biotechnology that is the old publication there s no how to cite obo foundry in main faq citation section just has how do i cite an ontology there is a citation menu that includes cite the obo foundry which points to the new paper action add how do i cite the obo foundry to main faq to make the info easier to find see below for summary of action items are the ontologies in the obo foundry available only in obo format no here is a definition of the obo language in terms of owl semantics you can download any obo ontology in various formats including owl here there is a page maybe this info could be added to that page there s also about converting between e g owl and obo action i could use some guidance about what to do here is there a tool that will let me create or edit obo ontologies obo edit an open source java tool offers a convenient visual interface for creating editing and browsing ontologies it was initially created to work on obo format ontologies but is currently being extended to handle other ontology formats such as owl this seems very out of date action don t preserve this text instead add a q to guides section of faq what tools are there for creating editing and working with obo ontologies how should we resolve conflicts when ontologies overlap make every attempt to resolve inconsistencies and merge the ontologies tools are available for aiding this process such as obol and prompt and the community can be used to help clarify best practices also face to face meetings can helpful to resolve details that cannot be covered through email not much content here it seems like maybe this topic should be covered in one of the principles though i m not sure which action not sure what to do here in addition to looking at the orphan faq i went through the current faq menu on obofoundry org below are my suggested steps with a few questions first for reference here is the current faq menu policy what are the obo foundry principles what is the obo id policy my ontology is not ready for obo foundry can i reserve a prefix anyway citation how do i cite an ontology terms how do i request a new ontology term contribute how do i submit my ontology how do i request a review of my ontology where can i find ontology reviews ontology display how do i edit the metadata for my ontology how do i add a custom browser for my ontology what is the build object in the ontology metadata why is there no obo format file listed for my ontology what does it mean for an ontology to be flagged as inactive orphaned or obsolete guides how should i manage my ontology using version control how do i convert between formats e g obo to owl format my proposed changes to faq menu in cite section add q how do i cite the obo foundry a i made a pr that makes it clearer on that page how to cite the obo foundry contribute how do i request a review of my ontology contribute where can i find ontology reviews i suggest we remove both of these from the faq the second page showing a few outdated ontology reviews is kind of embarrassing and as an all volunteer organization we don t have the resources to review already admitted ontologies as we ve discussed on calls furthermore the ontology dashboard automates a lot of the things that used to be done by human reviewers if we do remove those from the faq we should consider also updating the issue submission template to remove the ontology review request since the only thing left in the contribute section would be how do i submit my ontology i suggest we move how do i submit my ontology to participate section and delete the contribute section add q to guides section what tools are there for creating editing and working with obo ontologies delete participate can i help improve the obo portal points to not all pages even have an edit button and it s a pretty fringe way to start editing the website anyway my new participate page see pr points to this page add to participate section how can i get involved in the obo foundry docs participate html add dashboard somewhere maybe a new section what is the obo dashboard how can i assess my ontology using the obo dashboard is there in fact a way to do that for an ontology that is not yet in obo foundry i feel like there must be but i m not sure what it is the link for how should i manage my ontology using version control points to is that blog post really the best and most up to date reference proposed change to citation top level menu cite the obo foundry currently points straight to the publication itself which isn t exactly a citation i suggest pointing this to which has the citation as well as linking to the publication | 1 |
12,080 | 7,688,067,893 | IssuesEvent | 2018-05-17 08:18:51 | aws/aws-iot-device-sdk-embedded-C | https://api.github.com/repos/aws/aws-iot-device-sdk-embedded-C | closed | AWS IoT reconnection | area-mqtt question tenet-usability | Hi everyone.
I'm working with ESP32 powered by battery cells.
I need to continuously turn WiFI off to save power and, consequently, continuously close the TLS socket.
Do smbd have any working code / reference to a working code that closes and reopens the connection successfully ?
Thanks ! | True | AWS IoT reconnection - Hi everyone.
I'm working with ESP32 powered by battery cells.
I need to continuously turn WiFI off to save power and, consequently, continuously close the TLS socket.
Do smbd have any working code / reference to a working code that closes and reopens the connection successfully ?
Thanks ! | usab | aws iot reconnection hi everyone i m working with powered by battery cells i need to continuously turn wifi off to save power and consequently continuously close the tls socket do smbd have any working code reference to a working code that closes and reopens the connection successfully thanks | 1 |
143,449 | 5,517,592,663 | IssuesEvent | 2017-03-18 00:19:11 | prologinsandbox/camisole | https://api.github.com/repos/prologinsandbox/camisole | closed | Don't require POST data to run /test | priority:major state:resolved type:bug | > ###### Originally posted 2017-01-10 19:39 by [serialk](https://bitbucket.org/serialk/) on Bitbucket
Assume an empty json input by default | 1.0 | Don't require POST data to run /test - > ###### Originally posted 2017-01-10 19:39 by [serialk](https://bitbucket.org/serialk/) on Bitbucket
Assume an empty json input by default | non_usab | don t require post data to run test originally posted by on bitbucket assume an empty json input by default | 0 |
20,073 | 14,982,211,693 | IssuesEvent | 2021-01-28 15:44:08 | rabbitmq/rabbitmq-server | https://api.github.com/repos/rabbitmq/rabbitmq-server | closed | amqp_client resolves DNS twice | effort-low rabbitmq-erlang-client usability | Hi,
I have noticed that in `amqp_network_connection.erl` there are the following functions:
```erlang
inet_address_preference() ->
case application:get_env(amqp_client, prefer_ipv6) of
{ok, true} -> [inet6, inet];
{ok, false} -> [inet, inet6]
end.
gethostaddr(Host) ->
Lookups = [{Family, inet:getaddr(Host, Family)}
|| Family <- inet_address_preference()],
[{IP, Family} || {Family, {ok, IP}} <- Lookups].
```
What is the purpose of always doing the DNS resolution on both IPv4 and IPv6 regardless of preference? I'd think that if you prefer IPv4 and that DNS resolves to an IPv4 IP, there isn't really a point of resolving IPv6?
The reason I am bringing this up is because DNS resolution can sometimes (due to various problems) take a very long time. E.g. on our corporate network resolving `localhost` in IPv6 sometimes takes upwards of 5 seconds, causing intermittent test failures on development machines as it happens to be a `gen_server:call/2` timeout. Similarly in Kubernetes these DNS resolution can cause issues.
If you agree that there is no need to do this resolution, I'd be more than happy to make a PR. | True | amqp_client resolves DNS twice - Hi,
I have noticed that in `amqp_network_connection.erl` there are the following functions:
```erlang
inet_address_preference() ->
case application:get_env(amqp_client, prefer_ipv6) of
{ok, true} -> [inet6, inet];
{ok, false} -> [inet, inet6]
end.
gethostaddr(Host) ->
Lookups = [{Family, inet:getaddr(Host, Family)}
|| Family <- inet_address_preference()],
[{IP, Family} || {Family, {ok, IP}} <- Lookups].
```
What is the purpose of always doing the DNS resolution on both IPv4 and IPv6 regardless of preference? I'd think that if you prefer IPv4 and that DNS resolves to an IPv4 IP, there isn't really a point of resolving IPv6?
The reason I am bringing this up is because DNS resolution can sometimes (due to various problems) take a very long time. E.g. on our corporate network resolving `localhost` in IPv6 sometimes takes upwards of 5 seconds, causing intermittent test failures on development machines as it happens to be a `gen_server:call/2` timeout. Similarly in Kubernetes these DNS resolution can cause issues.
If you agree that there is no need to do this resolution, I'd be more than happy to make a PR. | usab | amqp client resolves dns twice hi i have noticed that in amqp network connection erl there are the following functions erlang inet address preference case application get env amqp client prefer of ok true ok false end gethostaddr host lookups family inet getaddr host family family inet address preference what is the purpose of always doing the dns resolution on both and regardless of preference i d think that if you prefer and that dns resolves to an ip there isn t really a point of resolving the reason i am bringing this up is because dns resolution can sometimes due to various problems take a very long time e g on our corporate network resolving localhost in sometimes takes upwards of seconds causing intermittent test failures on development machines as it happens to be a gen server call timeout similarly in kubernetes these dns resolution can cause issues if you agree that there is no need to do this resolution i d be more than happy to make a pr | 1 |
11,682 | 7,359,919,973 | IssuesEvent | 2018-03-10 13:02:35 | MarkBind/markbind | https://api.github.com/repos/MarkBind/markbind | closed | Deploy script fails if deploying to different repos | a-AuthorUsability p.Low | If an author has multiple markbind sites, the deploy script will fail. The resolution is given below:
>If the deployment failed due to a 'caching' issue, try deleting the the cache generated by the previous deploy command (on Windows, the cache can be found in /c/Users/{user-name}/AppData/Roaming/npm/node_modules/markbind-cli/node_modules/gh-pages/.cache)
I wonder if this can be avoided. | True | Deploy script fails if deploying to different repos - If an author has multiple markbind sites, the deploy script will fail. The resolution is given below:
>If the deployment failed due to a 'caching' issue, try deleting the the cache generated by the previous deploy command (on Windows, the cache can be found in /c/Users/{user-name}/AppData/Roaming/npm/node_modules/markbind-cli/node_modules/gh-pages/.cache)
I wonder if this can be avoided. | usab | deploy script fails if deploying to different repos if an author has multiple markbind sites the deploy script will fail the resolution is given below if the deployment failed due to a caching issue try deleting the the cache generated by the previous deploy command on windows the cache can be found in c users user name appdata roaming npm node modules markbind cli node modules gh pages cache i wonder if this can be avoided | 1 |
11,155 | 7,087,648,659 | IssuesEvent | 2018-01-11 18:34:28 | zerotier/ZeroTierOne | https://api.github.com/repos/zerotier/ZeroTierOne | closed | no option to get config or inspect network settings | minor bug usability | I'm trying to troubleshoot some issues with assigning globally rotatable IPv6 addresses and the only option I have is to `set` a property, however there is not an `inspect` option to display the configuration of a network without setting a config.
Please add this. | True | no option to get config or inspect network settings - I'm trying to troubleshoot some issues with assigning globally rotatable IPv6 addresses and the only option I have is to `set` a property, however there is not an `inspect` option to display the configuration of a network without setting a config.
Please add this. | usab | no option to get config or inspect network settings i m trying to troubleshoot some issues with assigning globally rotatable addresses and the only option i have is to set a property however there is not an inspect option to display the configuration of a network without setting a config please add this | 1 |
9,266 | 6,192,244,745 | IssuesEvent | 2017-07-05 00:23:47 | ValueChart/WebValueCharts | https://api.github.com/repos/ValueChart/WebValueCharts | closed | Enable "enter" button functionality across the application. | DIFFICULTY: Easy IMPORTANCE: Low TYPE: Usability/Style | Hitting the "enter" button should trigger form submissions across the application. | True | Enable "enter" button functionality across the application. - Hitting the "enter" button should trigger form submissions across the application. | usab | enable enter button functionality across the application hitting the enter button should trigger form submissions across the application | 1 |
86,187 | 16,850,051,801 | IssuesEvent | 2021-06-20 10:15:21 | paulevsGitch/BetterEnd | https://api.github.com/repos/paulevsGitch/BetterEnd | closed | Blockus update means some compatibility retextures need updating/adding | compatibility enhancement in dev code | [Blockus](https://www.curseforge.com/minecraft/mc-mods/blockus/files) has had an update changing the texture of their **chiselled purpur block**, which means that BE's retexture of it to match its new purpur colour no longer matches. I would like to request that this texture be updated to have the new shape with Better End's purpur colour. The Blockus update also added a new purpur-decorated end stone block that I would like to request be given an appropriate recolour as well.
The relevant Blockus changelog and version download is linked above. | 1.0 | Blockus update means some compatibility retextures need updating/adding - [Blockus](https://www.curseforge.com/minecraft/mc-mods/blockus/files) has had an update changing the texture of their **chiselled purpur block**, which means that BE's retexture of it to match its new purpur colour no longer matches. I would like to request that this texture be updated to have the new shape with Better End's purpur colour. The Blockus update also added a new purpur-decorated end stone block that I would like to request be given an appropriate recolour as well.
The relevant Blockus changelog and version download is linked above. | non_usab | blockus update means some compatibility retextures need updating adding has had an update changing the texture of their chiselled purpur block which means that be s retexture of it to match its new purpur colour no longer matches i would like to request that this texture be updated to have the new shape with better end s purpur colour the blockus update also added a new purpur decorated end stone block that i would like to request be given an appropriate recolour as well the relevant blockus changelog and version download is linked above | 0 |
17,488 | 12,097,159,886 | IssuesEvent | 2020-04-20 08:08:12 | elastic/rally | https://api.github.com/repos/elastic/rally | closed | Raise an error when attempting to bulk-index without any corpora | :Usability enhancement good first issue help wanted | source: https://discuss.elastic.co/t/no-throughput-metrics-available-for-bulk-likely-cause-the-benchmark-ended-already-during-warmup/147368/8
The root cause of the problem in the discussion above was that the user has used outdated track syntax and wondered why no documents have been bulk-indexed. We could make this more explicit by raising an error in the bulk parameter source if the list of corpora is empty. | True | Raise an error when attempting to bulk-index without any corpora - source: https://discuss.elastic.co/t/no-throughput-metrics-available-for-bulk-likely-cause-the-benchmark-ended-already-during-warmup/147368/8
The root cause of the problem in the discussion above was that the user has used outdated track syntax and wondered why no documents have been bulk-indexed. We could make this more explicit by raising an error in the bulk parameter source if the list of corpora is empty. | usab | raise an error when attempting to bulk index without any corpora source the root cause of the problem in the discussion above was that the user has used outdated track syntax and wondered why no documents have been bulk indexed we could make this more explicit by raising an error in the bulk parameter source if the list of corpora is empty | 1 |
27,282 | 28,012,560,531 | IssuesEvent | 2023-03-27 19:48:06 | hpc/charliecloud | https://api.github.com/repos/hpc/charliecloud | closed | Charliecloud logs to stderr by default | bug medium runtime image glue usability uncertain | [Charliecloud logs to stderr](https://github.com/hpc/charliecloud/blob/0637911c027c94ba9c91933bdf6b15fe4340134d/lib/charliecloud.py#L117) by default. Often test frameworks consider it a failure if anything is written to stderr (unless otherwise specified). Therefore I wonder whether logging to stderr is done deliberately or whether this happens by mistake. | True | Charliecloud logs to stderr by default - [Charliecloud logs to stderr](https://github.com/hpc/charliecloud/blob/0637911c027c94ba9c91933bdf6b15fe4340134d/lib/charliecloud.py#L117) by default. Often test frameworks consider it a failure if anything is written to stderr (unless otherwise specified). Therefore I wonder whether logging to stderr is done deliberately or whether this happens by mistake. | usab | charliecloud logs to stderr by default by default often test frameworks consider it a failure if anything is written to stderr unless otherwise specified therefore i wonder whether logging to stderr is done deliberately or whether this happens by mistake | 1 |
615,478 | 19,255,896,177 | IssuesEvent | 2021-12-09 11:13:42 | googleapis/java-monitoring | https://api.github.com/repos/googleapis/java-monitoring | closed | com.example.monitoring.ListAlertPolicyIT: listAlertPolicyTest failed | type: bug priority: p1 api: monitoring flakybot: issue | Note: #510 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 6f146c53c1ba93ca8ab430a49ede65b3a270815b
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/bb094cf1-5cd5-4cbb-a215-9059bc259453), [Sponge](http://sponge2/bb094cf1-5cd5-4cbb-a215-9059bc259453)
status: failed
<details><summary>Test output</summary><br><pre>com.google.api.gax.rpc.PermissionDeniedException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Permission denied (or the resource may not exist).
at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:53)
at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97)
at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:68)
at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1133)
at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31)
at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1277)
at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:1038)
at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:808)
at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:564)
at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:534)
at io.grpc.internal.DelayedClientCall$DelayedListener$3.run(DelayedClientCall.java:463)
at io.grpc.internal.DelayedClientCall$DelayedListener.delayOrExecute(DelayedClientCall.java:427)
at io.grpc.internal.DelayedClientCall$DelayedListener.onClose(DelayedClientCall.java:460)
at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:562)
at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:70)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:743)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:722)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed
at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57)
at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112)
at com.google.cloud.monitoring.v3.AlertPolicyServiceClient.listAlertPolicies(AlertPolicyServiceClient.java:322)
at com.example.monitoring.ListAlertPolicy.listAlertPolicy(ListAlertPolicy.java:47)
at com.example.monitoring.ListAlertPolicyIT.listAlertPolicyTest(ListAlertPolicyIT.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
Caused by: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Permission denied (or the resource may not exist).
at io.grpc.Status.asRuntimeException(Status.java:535)
... 13 more
</pre></details> | 1.0 | com.example.monitoring.ListAlertPolicyIT: listAlertPolicyTest failed - Note: #510 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 6f146c53c1ba93ca8ab430a49ede65b3a270815b
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/bb094cf1-5cd5-4cbb-a215-9059bc259453), [Sponge](http://sponge2/bb094cf1-5cd5-4cbb-a215-9059bc259453)
status: failed
<details><summary>Test output</summary><br><pre>com.google.api.gax.rpc.PermissionDeniedException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Permission denied (or the resource may not exist).
at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:53)
at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97)
at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:68)
at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1133)
at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31)
at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1277)
at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:1038)
at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:808)
at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:564)
at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:534)
at io.grpc.internal.DelayedClientCall$DelayedListener$3.run(DelayedClientCall.java:463)
at io.grpc.internal.DelayedClientCall$DelayedListener.delayOrExecute(DelayedClientCall.java:427)
at io.grpc.internal.DelayedClientCall$DelayedListener.onClose(DelayedClientCall.java:460)
at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:562)
at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:70)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:743)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:722)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed
at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57)
at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112)
at com.google.cloud.monitoring.v3.AlertPolicyServiceClient.listAlertPolicies(AlertPolicyServiceClient.java:322)
at com.example.monitoring.ListAlertPolicy.listAlertPolicy(ListAlertPolicy.java:47)
at com.example.monitoring.ListAlertPolicyIT.listAlertPolicyTest(ListAlertPolicyIT.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
Caused by: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Permission denied (or the resource may not exist).
at io.grpc.Status.asRuntimeException(Status.java:535)
... 13 more
</pre></details> | non_usab | com example monitoring listalertpolicyit listalertpolicytest failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output com google api gax rpc permissiondeniedexception io grpc statusruntimeexception permission denied permission denied or the resource may not exist at com google api gax rpc apiexceptionfactory createexception apiexceptionfactory java at com google api gax grpc grpcapiexceptionfactory create grpcapiexceptionfactory java at com google api gax grpc grpcapiexceptionfactory create grpcapiexceptionfactory java at com google api gax grpc grpcexceptioncallable exceptiontransformingfuture onfailure grpcexceptioncallable java at com google api core apifutures onfailure apifutures java at com google common util concurrent futures callbacklistener run futures java at com google common util concurrent directexecutor execute directexecutor java at com google common util concurrent abstractfuture executelistener abstractfuture java at com google common util concurrent abstractfuture complete abstractfuture java at com google common util concurrent abstractfuture setexception abstractfuture java at io grpc stub clientcalls grpcfuture setexception clientcalls java at io grpc stub clientcalls unarystreamtofuture onclose clientcalls java at io grpc internal delayedclientcall delayedlistener run delayedclientcall java at io grpc internal delayedclientcall delayedlistener delayorexecute delayedclientcall java at io grpc internal delayedclientcall delayedlistener onclose delayedclientcall java at io grpc internal clientcallimpl closeobserver clientcallimpl java at io grpc internal clientcallimpl access clientcallimpl java at io grpc internal clientcallimpl clientstreamlistenerimpl runinternal clientcallimpl java at io grpc internal clientcallimpl clientstreamlistenerimpl runincontext clientcallimpl java at io grpc internal contextrunnable run contextrunnable java at io grpc internal serializingexecutor run serializingexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java suppressed com google api gax rpc asynctaskexception asynchronous task failed at com google api gax rpc apiexceptions callandtranslateapiexception apiexceptions java at com google api gax rpc unarycallable call unarycallable java at com google cloud monitoring alertpolicyserviceclient listalertpolicies alertpolicyserviceclient java at com example monitoring listalertpolicy listalertpolicy listalertpolicy java at com example monitoring listalertpolicyit listalertpolicytest listalertpolicyit java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit internal runners statements runbefores evaluate runbefores java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org apache maven surefire execute java at org apache maven surefire executewithrerun java at org apache maven surefire executetestset java at org apache maven surefire invoke java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter execute forkedbooter java at org apache maven surefire booter forkedbooter run forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java caused by io grpc statusruntimeexception permission denied permission denied or the resource may not exist at io grpc status asruntimeexception status java more | 0 |
192,793 | 22,216,005,584 | IssuesEvent | 2022-06-08 01:46:05 | praneethpanasala/linux | https://api.github.com/repos/praneethpanasala/linux | reopened | WS-2021-0525 (Medium) detected in linuxlinux-4.19.6 | security vulnerability | ## WS-2021-0525 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</b></p></summary>
<p>
<p>Apache Software Foundation (ASF)</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://api.github.com/repos/praneethpanasala/linux/commits/d80c4f847c91020292cb280132b15e2ea147f1a3">d80c4f847c91020292cb280132b15e2ea147f1a3</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 (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.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>
In Linux/Kernel is vulnerable to OOB read and write in hw_atl_utils_fw_rpc_wait in drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c
<p>Publish Date: 2021-12-01
<p>URL: <a href=https://github.com/gregkh/linux/commit/cec49b6dfdb0b9fefd0f17c32014223f73ee2605>WS-2021-0525</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.2</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- 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://osv.dev/vulnerability/GSD-2021-1002550">https://osv.dev/vulnerability/GSD-2021-1002550</a></p>
<p>Release Date: 2021-12-01</p>
<p>Fix Resolution: Linux/Kernel - v4.19.220, v5.4.164, v5.10.84, v5.15.7, v5.16-rc2
</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | WS-2021-0525 (Medium) detected in linuxlinux-4.19.6 - ## WS-2021-0525 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</b></p></summary>
<p>
<p>Apache Software Foundation (ASF)</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://api.github.com/repos/praneethpanasala/linux/commits/d80c4f847c91020292cb280132b15e2ea147f1a3">d80c4f847c91020292cb280132b15e2ea147f1a3</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 (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.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>
In Linux/Kernel is vulnerable to OOB read and write in hw_atl_utils_fw_rpc_wait in drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c
<p>Publish Date: 2021-12-01
<p>URL: <a href=https://github.com/gregkh/linux/commit/cec49b6dfdb0b9fefd0f17c32014223f73ee2605>WS-2021-0525</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.2</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- 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://osv.dev/vulnerability/GSD-2021-1002550">https://osv.dev/vulnerability/GSD-2021-1002550</a></p>
<p>Release Date: 2021-12-01</p>
<p>Fix Resolution: Linux/Kernel - v4.19.220, v5.4.164, v5.10.84, v5.15.7, v5.16-rc2
</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_usab | ws medium detected in linuxlinux ws medium severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch master vulnerable source files drivers net ethernet aquantia atlantic hw atl hw atl utils c drivers net ethernet aquantia atlantic hw atl hw atl utils c vulnerability details in linux kernel is vulnerable to oob read and write in hw atl utils fw rpc wait in drivers net ethernet aquantia atlantic hw atl hw atl utils c publish date url a href cvss score details base score metrics exploitability metrics attack vector local 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 linux kernel step up your open source security game with whitesource | 0 |
105,886 | 4,243,234,478 | IssuesEvent | 2016-07-06 22:11:47 | code-corps/code-corps-api | https://api.github.com/repos/code-corps/code-corps-api | closed | Create a Vagrant VM for development environments | feature help wanted high priority | We can use a guide like the following: https://gorails.com/guides/using-vagrant-for-rails-development
We'll need to ensure we include Chef recipes for everything else we need, like PostgreSQL and Redis and elasticsearch, to name a few. | 1.0 | Create a Vagrant VM for development environments - We can use a guide like the following: https://gorails.com/guides/using-vagrant-for-rails-development
We'll need to ensure we include Chef recipes for everything else we need, like PostgreSQL and Redis and elasticsearch, to name a few. | non_usab | create a vagrant vm for development environments we can use a guide like the following we ll need to ensure we include chef recipes for everything else we need like postgresql and redis and elasticsearch to name a few | 0 |
143,180 | 21,954,394,172 | IssuesEvent | 2022-05-24 10:43:58 | stores-cedcommerce/Internal---Maana-Creation-StoreRedes--29-April-22 | https://api.github.com/repos/stores-cedcommerce/Internal---Maana-Creation-StoreRedes--29-April-22 | closed | Navigation button overlapping issue responsive - tab and mobile | Open Ready to test Mobile Home page content Tab Design / UI / UX | Bug - Navigation button overlapping on hamburger drawer in tab and mobile.
Exp - Button should not overlap on harburger drawer.
Ref Link - https://drive.google.com/file/d/1RzsncgG6lbT9gQ-HX56sL5q-7KKhrJhP/view | 1.0 | Navigation button overlapping issue responsive - tab and mobile - Bug - Navigation button overlapping on hamburger drawer in tab and mobile.
Exp - Button should not overlap on harburger drawer.
Ref Link - https://drive.google.com/file/d/1RzsncgG6lbT9gQ-HX56sL5q-7KKhrJhP/view | non_usab | navigation button overlapping issue responsive tab and mobile bug navigation button overlapping on hamburger drawer in tab and mobile exp button should not overlap on harburger drawer ref link | 0 |
20,397 | 15,390,564,686 | IssuesEvent | 2021-03-03 13:34:59 | dstackai/dstack | https://api.github.com/repos/dstackai/dstack | opened | Compact view of Uploader | usability | In case Uploader is too small (e.g. 2 columns and 1 row) to show files attached files, use the following design:
 | True | Compact view of Uploader - In case Uploader is too small (e.g. 2 columns and 1 row) to show files attached files, use the following design:
 | usab | compact view of uploader in case uploader is too small e g columns and row to show files attached files use the following design | 1 |
19,440 | 14,012,820,513 | IssuesEvent | 2020-10-29 09:34:50 | pingcap/ticdc | https://api.github.com/repos/pingcap/ticdc | closed | Add document about how to write block-allow-list config | S: Usability | ## Feature Request
**Is your feature request related to a problem? Please describe:**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
The block-allow-list config is not straightforward, we should provide a detail usage document for it | True | Add document about how to write block-allow-list config - ## Feature Request
**Is your feature request related to a problem? Please describe:**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
The block-allow-list config is not straightforward, we should provide a detail usage document for it | usab | add document about how to write block allow list config feature request is your feature request related to a problem please describe the block allow list config is not straightforward we should provide a detail usage document for it | 1 |
6,373 | 3,372,615,257 | IssuesEvent | 2015-11-24 00:39:07 | JelteF/PyLaTeX | https://api.github.com/repos/JelteF/PyLaTeX | closed | Make lots of arguments keyword only arguments | full code base search needed refactor | Only the most important arguments should be be used only based on position. | 1.0 | Make lots of arguments keyword only arguments - Only the most important arguments should be be used only based on position. | non_usab | make lots of arguments keyword only arguments only the most important arguments should be be used only based on position | 0 |
112,079 | 17,068,111,809 | IssuesEvent | 2021-07-07 09:51:45 | AlexRogalskiy/java4you | https://api.github.com/repos/AlexRogalskiy/java4you | closed | CVE-2019-2692 (Medium) detected in mysql-connector-java-8.0.15.jar - autoclosed | security vulnerability | ## CVE-2019-2692 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-8.0.15.jar</b></p></summary>
<p>JDBC Type 4 driver for MySQL</p>
<p>Library home page: <a href="http://dev.mysql.com/doc/connector-j/en/">http://dev.mysql.com/doc/connector-j/en/</a></p>
<p>Path to dependency file: java4you/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/mysql/mysql-connector-java/8.0.15/mysql-connector-java-8.0.15.jar</p>
<p>
Dependency Hierarchy:
- :x: **mysql-connector-java-8.0.15.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/java4you/commit/5ccabe003dfd14ccbb13bba969fdcdd318f2be81">5ccabe003dfd14ccbb13bba969fdcdd318f2be81</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>
Vulnerability in the MySQL Connectors component of Oracle MySQL (subcomponent: Connector/J). Supported versions that are affected are 8.0.15 and prior. Difficult to exploit vulnerability allows high privileged attacker with logon to the infrastructure where MySQL Connectors executes to compromise MySQL Connectors. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in takeover of MySQL Connectors. CVSS 3.0 Base Score 6.3 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H).
<p>Publish Date: 2019-04-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-2692>CVE-2019-2692</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.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: High
- User Interaction: Required
- 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>
<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/advisories/GHSA-jcq3-cprp-m333">https://github.com/advisories/GHSA-jcq3-cprp-m333</a></p>
<p>Release Date: 2019-04-23</p>
<p>Fix Resolution: mysql:mysql-connector-java:8.0.16</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-2019-2692 (Medium) detected in mysql-connector-java-8.0.15.jar - autoclosed - ## CVE-2019-2692 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-8.0.15.jar</b></p></summary>
<p>JDBC Type 4 driver for MySQL</p>
<p>Library home page: <a href="http://dev.mysql.com/doc/connector-j/en/">http://dev.mysql.com/doc/connector-j/en/</a></p>
<p>Path to dependency file: java4you/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/mysql/mysql-connector-java/8.0.15/mysql-connector-java-8.0.15.jar</p>
<p>
Dependency Hierarchy:
- :x: **mysql-connector-java-8.0.15.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/java4you/commit/5ccabe003dfd14ccbb13bba969fdcdd318f2be81">5ccabe003dfd14ccbb13bba969fdcdd318f2be81</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>
Vulnerability in the MySQL Connectors component of Oracle MySQL (subcomponent: Connector/J). Supported versions that are affected are 8.0.15 and prior. Difficult to exploit vulnerability allows high privileged attacker with logon to the infrastructure where MySQL Connectors executes to compromise MySQL Connectors. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in takeover of MySQL Connectors. CVSS 3.0 Base Score 6.3 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H).
<p>Publish Date: 2019-04-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-2692>CVE-2019-2692</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.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: High
- User Interaction: Required
- 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>
<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/advisories/GHSA-jcq3-cprp-m333">https://github.com/advisories/GHSA-jcq3-cprp-m333</a></p>
<p>Release Date: 2019-04-23</p>
<p>Fix Resolution: mysql:mysql-connector-java:8.0.16</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_usab | cve medium detected in mysql connector java jar autoclosed cve medium severity vulnerability vulnerable library mysql connector java jar jdbc type driver for mysql library home page a href path to dependency file pom xml path to vulnerable library canner repository mysql mysql connector java mysql connector java jar dependency hierarchy x mysql connector java jar vulnerable library found in head commit a href found in base branch master vulnerability details vulnerability in the mysql connectors component of oracle mysql subcomponent connector j supported versions that are affected are and prior difficult to exploit vulnerability allows high privileged attacker with logon to the infrastructure where mysql connectors executes to compromise mysql connectors successful attacks require human interaction from a person other than the attacker successful attacks of this vulnerability can result in takeover of mysql connectors cvss base score confidentiality integrity and availability impacts cvss vector cvss av l ac h pr h ui r s u c h i h a h publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required high user interaction required scope unchanged impact metrics confidentiality impact high 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 mysql mysql connector java step up your open source security game with whitesource | 0 |
101,846 | 11,260,340,506 | IssuesEvent | 2020-01-13 10:20:25 | microsoft/MixedRealityToolkit-Unity | https://api.github.com/repos/microsoft/MixedRealityToolkit-Unity | opened | Using ARFoundation for Object Tracking | Documentation | ## Describe the issue
It seems that ARFoundation is compatible with MRTK. So I wanted to use the [Object Tracker Subsystem](https://docs.unity3d.com/Packages/com.unity.xr.arsubsystems@3.1/manual/object-tracking.html) to recognize a real object and displays virtual info around it.
In the documentation of the [Object Tracker Susbsystem](https://docs.unity3d.com/Packages/com.unity.xr.arsubsystems@3.1/manual/object-tracking.html) it is written
> You will need to then populate the reference object entries with provider-specific assets. Refer to the provider's documentation for instructions on how to do this.
So I looked into the MRTK Documentation and found nothing.
## Feature area
The documentation is missing information about "How to Create a Reference Object Entries in UWP for using ARFoundation Object Tracker Subsystem"
## Existing doc link
The only things I found [are about iOS and Android](https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/CrossPlatform/UsingARFoundation.html?q=arfoundation). But I would like to use the ARFoundation with UWP and HoloLens2.
## Additional context
Maybe I'm wrong and I can't use ARFoundation with HoloLens2 ? I did not even try to use the image tracker. Maybe this one does not even work. If ARFoundation doesn't work with HL2, sorry to believe that in the first place.
| 1.0 | Using ARFoundation for Object Tracking - ## Describe the issue
It seems that ARFoundation is compatible with MRTK. So I wanted to use the [Object Tracker Subsystem](https://docs.unity3d.com/Packages/com.unity.xr.arsubsystems@3.1/manual/object-tracking.html) to recognize a real object and displays virtual info around it.
In the documentation of the [Object Tracker Susbsystem](https://docs.unity3d.com/Packages/com.unity.xr.arsubsystems@3.1/manual/object-tracking.html) it is written
> You will need to then populate the reference object entries with provider-specific assets. Refer to the provider's documentation for instructions on how to do this.
So I looked into the MRTK Documentation and found nothing.
## Feature area
The documentation is missing information about "How to Create a Reference Object Entries in UWP for using ARFoundation Object Tracker Subsystem"
## Existing doc link
The only things I found [are about iOS and Android](https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/CrossPlatform/UsingARFoundation.html?q=arfoundation). But I would like to use the ARFoundation with UWP and HoloLens2.
## Additional context
Maybe I'm wrong and I can't use ARFoundation with HoloLens2 ? I did not even try to use the image tracker. Maybe this one does not even work. If ARFoundation doesn't work with HL2, sorry to believe that in the first place.
| non_usab | using arfoundation for object tracking describe the issue it seems that arfoundation is compatible with mrtk so i wanted to use the to recognize a real object and displays virtual info around it in the documentation of the it is written you will need to then populate the reference object entries with provider specific assets refer to the provider s documentation for instructions on how to do this so i looked into the mrtk documentation and found nothing feature area the documentation is missing information about how to create a reference object entries in uwp for using arfoundation object tracker subsystem existing doc link the only things i found but i would like to use the arfoundation with uwp and additional context maybe i m wrong and i can t use arfoundation with i did not even try to use the image tracker maybe this one does not even work if arfoundation doesn t work with sorry to believe that in the first place | 0 |
279,699 | 24,248,059,025 | IssuesEvent | 2022-09-27 12:15:23 | backend-br/vagas | https://api.github.com/repos/backend-br/vagas | closed | [REMOTO] Senior Java Developer na [Builders]! 🤩🤟 | Sênior Java Testes automatizados Git Linux Docker DDD | Somos uma comunidade de pessoas que desejam aprender, evoluir, empreender e construir iniciativas que gerem valor. Um lugar para você se desenvolver, crescer e alcançar resultados exponenciais, é essa oportunidade que te espera aqui, o momento para se tornar Builder é agora! 😎
**Tecnologias que vão gerar valor nos projetos 💻:**
- Java 8+;
- Springboot;
- Sonar;
- Unit Test;
- JPA;
- GIT;
- Linux;
- DDD.
**Conhecimentos que te aproximam de ser uma Pessoa Builder 💪:**
- Docker e Kubernets;
- Cloud;
- Plataformas de CI/CD como Jenkins, ArgoCD, Github Actions;
- Maven;
- Arquitetura de micro serviços;
- REST;
- Design Patterns.
**Como Builder, você terá acesso a 👀:**
- Oportunidades reais de empreender e impactar;
- Fazer parte de uma comunidade de empreendedores;
- Inovação e criação liberados;
- Participar de um processo único de geração de valor;
- Contribuir na criação de métodos disruptivos;
- Colocar suas ideias no mercado, na prática! :)
- Possibilidade de Profit share em novos Negócios.
**Junte-se ao Movimento! 💛🖤**
[Inscrição pelo link](https://bit.ly/3Sf7C13) | 1.0 | [REMOTO] Senior Java Developer na [Builders]! 🤩🤟 - Somos uma comunidade de pessoas que desejam aprender, evoluir, empreender e construir iniciativas que gerem valor. Um lugar para você se desenvolver, crescer e alcançar resultados exponenciais, é essa oportunidade que te espera aqui, o momento para se tornar Builder é agora! 😎
**Tecnologias que vão gerar valor nos projetos 💻:**
- Java 8+;
- Springboot;
- Sonar;
- Unit Test;
- JPA;
- GIT;
- Linux;
- DDD.
**Conhecimentos que te aproximam de ser uma Pessoa Builder 💪:**
- Docker e Kubernets;
- Cloud;
- Plataformas de CI/CD como Jenkins, ArgoCD, Github Actions;
- Maven;
- Arquitetura de micro serviços;
- REST;
- Design Patterns.
**Como Builder, você terá acesso a 👀:**
- Oportunidades reais de empreender e impactar;
- Fazer parte de uma comunidade de empreendedores;
- Inovação e criação liberados;
- Participar de um processo único de geração de valor;
- Contribuir na criação de métodos disruptivos;
- Colocar suas ideias no mercado, na prática! :)
- Possibilidade de Profit share em novos Negócios.
**Junte-se ao Movimento! 💛🖤**
[Inscrição pelo link](https://bit.ly/3Sf7C13) | non_usab | senior java developer na 🤩🤟 somos uma comunidade de pessoas que desejam aprender evoluir empreender e construir iniciativas que gerem valor um lugar para você se desenvolver crescer e alcançar resultados exponenciais é essa oportunidade que te espera aqui o momento para se tornar builder é agora 😎 tecnologias que vão gerar valor nos projetos 💻 java springboot sonar unit test jpa git linux ddd conhecimentos que te aproximam de ser uma pessoa builder 💪 docker e kubernets cloud plataformas de ci cd como jenkins argocd github actions maven arquitetura de micro serviços rest design patterns como builder você terá acesso a 👀 oportunidades reais de empreender e impactar fazer parte de uma comunidade de empreendedores inovação e criação liberados participar de um processo único de geração de valor contribuir na criação de métodos disruptivos colocar suas ideias no mercado na prática possibilidade de profit share em novos negócios junte se ao movimento 💛🖤 | 0 |
242,081 | 20,195,258,883 | IssuesEvent | 2022-02-11 10:04:10 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | Failing test: Jest Integration Tests.src/core/server/saved_objects/validation/integration_tests - validates saved object types when a schema is provided is superseded by migration errors and does not run if a migration fails | failed-test | A test failed on a tracked branch
```
Error: ES exited with code 1
at createCliError (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/@kbn/es/target_node/errors.js:17:24)
at /opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/@kbn/es/target_node/cluster.js:427:15
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Cluster.start (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/@kbn/es/target_node/cluster.js:240:5)
at /opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/@kbn/test/target_node/es/test_es_cluster.js:125:18
at TestCluster.start (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/@kbn/test/target_node/es/test_es_cluster.js:140:9)
at startES (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/src/core/test_helpers/kbn_server.ts:252:7)
at /opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/src/core/server/saved_objects/validation/integration_tests/validator.test.ts:144:16
at _callCircusHook (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/run.js:175:5)
at _runTestsForDescribeBlock (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/run.js:45:5)
at _runTestsForDescribeBlock (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/run.js:57:9)
at run (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/run.js:25:3)
at runAndTransformResultsToJestFormat (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:176:21)
at jestAdapter (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:109:19)
at runTestInternal (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-runner/build/runTest.js:380:16)
at runTest (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-runner/build/runTest.js:472:34)
```
First failure: [CI Build - main](https://buildkite.com/elastic/kibana-hourly/builds/9910#b90f543d-c4ad-45a2-9c87-d99a333af0ac)
<!-- kibanaCiData = {"failed-test":{"test.class":"Jest Integration Tests.src/core/server/saved_objects/validation/integration_tests","test.name":"validates saved object types when a schema is provided is superseded by migration errors and does not run if a migration fails","test.failCount":1}} --> | 1.0 | Failing test: Jest Integration Tests.src/core/server/saved_objects/validation/integration_tests - validates saved object types when a schema is provided is superseded by migration errors and does not run if a migration fails - A test failed on a tracked branch
```
Error: ES exited with code 1
at createCliError (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/@kbn/es/target_node/errors.js:17:24)
at /opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/@kbn/es/target_node/cluster.js:427:15
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Cluster.start (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/@kbn/es/target_node/cluster.js:240:5)
at /opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/@kbn/test/target_node/es/test_es_cluster.js:125:18
at TestCluster.start (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/@kbn/test/target_node/es/test_es_cluster.js:140:9)
at startES (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/src/core/test_helpers/kbn_server.ts:252:7)
at /opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/src/core/server/saved_objects/validation/integration_tests/validator.test.ts:144:16
at _callCircusHook (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/run.js:175:5)
at _runTestsForDescribeBlock (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/run.js:45:5)
at _runTestsForDescribeBlock (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/run.js:57:9)
at run (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/run.js:25:3)
at runAndTransformResultsToJestFormat (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:176:21)
at jestAdapter (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:109:19)
at runTestInternal (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-runner/build/runTest.js:380:16)
at runTest (/opt/local-ssd/buildkite/builds/kb-n2-4-67dff44c25275e3d/elastic/kibana-hourly/kibana/node_modules/jest-runner/build/runTest.js:472:34)
```
First failure: [CI Build - main](https://buildkite.com/elastic/kibana-hourly/builds/9910#b90f543d-c4ad-45a2-9c87-d99a333af0ac)
<!-- kibanaCiData = {"failed-test":{"test.class":"Jest Integration Tests.src/core/server/saved_objects/validation/integration_tests","test.name":"validates saved object types when a schema is provided is superseded by migration errors and does not run if a migration fails","test.failCount":1}} --> | non_usab | failing test jest integration tests src core server saved objects validation integration tests validates saved object types when a schema is provided is superseded by migration errors and does not run if a migration fails a test failed on a tracked branch error es exited with code at createclierror opt local ssd buildkite builds kb elastic kibana hourly kibana node modules kbn es target node errors js at opt local ssd buildkite builds kb elastic kibana hourly kibana node modules kbn es target node cluster js at runmicrotasks at processticksandrejections node internal process task queues at cluster start opt local ssd buildkite builds kb elastic kibana hourly kibana node modules kbn es target node cluster js at opt local ssd buildkite builds kb elastic kibana hourly kibana node modules kbn test target node es test es cluster js at testcluster start opt local ssd buildkite builds kb elastic kibana hourly kibana node modules kbn test target node es test es cluster js at startes opt local ssd buildkite builds kb elastic kibana hourly kibana src core test helpers kbn server ts at opt local ssd buildkite builds kb elastic kibana hourly kibana src core server saved objects validation integration tests validator test ts at callcircushook opt local ssd buildkite builds kb elastic kibana hourly kibana node modules jest circus build run js at runtestsfordescribeblock opt local ssd buildkite builds kb elastic kibana hourly kibana node modules jest circus build run js at runtestsfordescribeblock opt local ssd buildkite builds kb elastic kibana hourly kibana node modules jest circus build run js at run opt local ssd buildkite builds kb elastic kibana hourly kibana node modules jest circus build run js at runandtransformresultstojestformat opt local ssd buildkite builds kb elastic kibana hourly kibana node modules jest circus build legacy code todo rewrite jestadapterinit js at jestadapter opt local ssd buildkite builds kb elastic kibana hourly kibana node modules jest circus build legacy code todo rewrite jestadapter js at runtestinternal opt local ssd buildkite builds kb elastic kibana hourly kibana node modules jest runner build runtest js at runtest opt local ssd buildkite builds kb elastic kibana hourly kibana node modules jest runner build runtest js first failure | 0 |
21,014 | 16,447,122,798 | IssuesEvent | 2021-05-20 21:02:46 | OctopusDeploy/Issues | https://api.github.com/repos/OctopusDeploy/Issues | opened | "How to Push Packages" Tooltip is not Space aware | area/core feature/usability kind/bug | # Prerequisites
- [X] I have verified the problem exists in the latest version
- [X] I have searched [open](https://github.com/OctopusDeploy/Issues/issues) and [closed](https://github.com/OctopusDeploy/Issues/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed) issues to make sure it isn't already reported
- [X] I have written a descriptive issue title
- [X] I have linked the original source of this report
- [X] I have tagged the issue appropriately (area/*, kind/bug, tag/regression?)
# The bug
The "How to Push Packages" Tooltip does not show examples of how to push to a specific Space.
## What I expected to happen
Examples should include SpaceID in the URL.
### Screen capture

## Affected versions
Tested in Octopus Server 2020.6.5030 and 2021.1.7123
## Workarounds
Include SpaceID in between /api/ and /packages/
## Links
[Internal link](https://octopus.zendesk.com/agent/tickets/69410)
| True | "How to Push Packages" Tooltip is not Space aware - # Prerequisites
- [X] I have verified the problem exists in the latest version
- [X] I have searched [open](https://github.com/OctopusDeploy/Issues/issues) and [closed](https://github.com/OctopusDeploy/Issues/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed) issues to make sure it isn't already reported
- [X] I have written a descriptive issue title
- [X] I have linked the original source of this report
- [X] I have tagged the issue appropriately (area/*, kind/bug, tag/regression?)
# The bug
The "How to Push Packages" Tooltip does not show examples of how to push to a specific Space.
## What I expected to happen
Examples should include SpaceID in the URL.
### Screen capture

## Affected versions
Tested in Octopus Server 2020.6.5030 and 2021.1.7123
## Workarounds
Include SpaceID in between /api/ and /packages/
## Links
[Internal link](https://octopus.zendesk.com/agent/tickets/69410)
| usab | how to push packages tooltip is not space aware prerequisites i have verified the problem exists in the latest version i have searched and issues to make sure it isn t already reported i have written a descriptive issue title i have linked the original source of this report i have tagged the issue appropriately area kind bug tag regression the bug the how to push packages tooltip does not show examples of how to push to a specific space what i expected to happen examples should include spaceid in the url screen capture affected versions tested in octopus server and workarounds include spaceid in between api and packages links | 1 |
229,046 | 25,286,066,736 | IssuesEvent | 2022-11-16 19:24:29 | lukebrogan-mend/Umbraco-CMS | https://api.github.com/repos/lukebrogan-mend/Umbraco-CMS | closed | CVE-2021-32804 (High) detected in tar-4.4.13.tgz - autoclosed | security vulnerability | ## CVE-2021-32804 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-4.4.13.tgz</b></p></summary>
<p>tar for node</p>
<p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-4.4.13.tgz">https://registry.npmjs.org/tar/-/tar-4.4.13.tgz</a></p>
<p>Path to dependency file: /src/Umbraco.Web.UI.Client/package.json</p>
<p>Path to vulnerable library: /src/Umbraco.Web.UI.Client/node_modules/npm/node_modules/tar/package.json</p>
<p>
Dependency Hierarchy:
- npm-6.14.9.tgz (Root Library)
- :x: **tar-4.4.13.tgz** (Vulnerable Library)
<p>Found in base branch: <b>v8/contrib</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 npm package "tar" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar.
<p>Publish Date: 2021-08-03
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-32804>CVE-2021-32804</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>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- 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://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9">https://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9</a></p>
<p>Release Date: 2021-08-03</p>
<p>Fix Resolution (tar): 4.4.14</p>
<p>Direct dependency fix Resolution (npm): 6.14.10</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue | True | CVE-2021-32804 (High) detected in tar-4.4.13.tgz - autoclosed - ## CVE-2021-32804 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-4.4.13.tgz</b></p></summary>
<p>tar for node</p>
<p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-4.4.13.tgz">https://registry.npmjs.org/tar/-/tar-4.4.13.tgz</a></p>
<p>Path to dependency file: /src/Umbraco.Web.UI.Client/package.json</p>
<p>Path to vulnerable library: /src/Umbraco.Web.UI.Client/node_modules/npm/node_modules/tar/package.json</p>
<p>
Dependency Hierarchy:
- npm-6.14.9.tgz (Root Library)
- :x: **tar-4.4.13.tgz** (Vulnerable Library)
<p>Found in base branch: <b>v8/contrib</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 npm package "tar" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar.
<p>Publish Date: 2021-08-03
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-32804>CVE-2021-32804</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>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- 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://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9">https://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9</a></p>
<p>Release Date: 2021-08-03</p>
<p>Fix Resolution (tar): 4.4.14</p>
<p>Direct dependency fix Resolution (npm): 6.14.10</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue | non_usab | cve high detected in tar tgz autoclosed cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href path to dependency file src umbraco web ui client package json path to vulnerable library src umbraco web ui client node modules npm node modules tar package json dependency hierarchy npm tgz root library x tar tgz vulnerable library found in base branch contrib vulnerability details the npm package tar aka node tar before versions and has a arbitrary file creation overwrite vulnerability due to insufficient absolute path sanitization node tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the preservepaths flag is not set to true this is achieved by stripping the absolute path root from any absolute file paths contained in a tar file for example home user bashrc would turn into home user bashrc this logic was insufficient when file paths contained repeated path roots such as home user bashrc node tar would only strip a single path root from such paths when given an absolute file path with repeating path roots the resulting path e g home user bashrc would still resolve to an absolute path thus allowing arbitrary file creation and overwrite this issue was addressed in releases and users may work around this vulnerability without upgrading by creating a custom onentry method which sanitizes the entry path or a filter method which removes entries with absolute paths see referenced github advisory for details be aware of cve which fixes a similar bug in later versions of tar 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 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 tar direct dependency fix resolution npm rescue worker helmet automatic remediation is available for this issue | 0 |
25,773 | 25,861,975,641 | IssuesEvent | 2022-12-13 17:37:02 | Sloeber/arduino-eclipse-plugin | https://api.github.com/repos/Sloeber/arduino-eclipse-plugin | closed | Indexer in V4.4.0 is Seriously Flakey with ESP32 Code | importance: usability OS: all domain: configuration domain: regression status: fixed in nightly | With just about any ESP32 code, will usually get tons of fake “… unresolved” errors even though the code compiles totally error-free. I’ve played with all the check boxes under Window --> Preferences --> C/C++ --> Indexer. I’ve tried deleting the errors in the “Problems” tab, Clean Project, Recompile, Build All, Close Project, Close Sloeber, etc.
Then for no apparent reason, most of the fake errors might go away. Or, they may stay permanently.
Can’t find the right Kabuki Dance to make it work all the time. | True | Indexer in V4.4.0 is Seriously Flakey with ESP32 Code - With just about any ESP32 code, will usually get tons of fake “… unresolved” errors even though the code compiles totally error-free. I’ve played with all the check boxes under Window --> Preferences --> C/C++ --> Indexer. I’ve tried deleting the errors in the “Problems” tab, Clean Project, Recompile, Build All, Close Project, Close Sloeber, etc.
Then for no apparent reason, most of the fake errors might go away. Or, they may stay permanently.
Can’t find the right Kabuki Dance to make it work all the time. | usab | indexer in is seriously flakey with code with just about any code will usually get tons of fake “… unresolved” errors even though the code compiles totally error free i’ve played with all the check boxes under window preferences c c indexer i’ve tried deleting the errors in the “problems” tab clean project recompile build all close project close sloeber etc then for no apparent reason most of the fake errors might go away or they may stay permanently can’t find the right kabuki dance to make it work all the time | 1 |
5,317 | 3,917,208,490 | IssuesEvent | 2016-04-21 07:12:33 | kolliSuman/issues | https://api.github.com/repos/kolliSuman/issues | closed | QA_ARM Assembly Language Programming - 2_Experiment_smk | Category: Usability Developed By: VLEAD Release Number: Production Severity: S2 Status: Open |
Defect Description :
In the "ARM Assembly Language Programming - 2 "experiment ,when we click on the experiment link,it is taking much time to open the simulation page instead the redirecting time to open the page should be decreased
Actual Result :
In the "ARM Assembly Language Programming - 2 "experiment ,when we click on the experiment link,it is taking much time to open the experiment
Environment :
OS: Windows 7, Linux
Browsers: Firefox,Chrome
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Test Step Link:
https://github.com/Virtual-Labs/omputer-organization-iiith/blob/master/test-cases/integration_test-cases/ARM%20Assembly%20Language%20Programming%20-%202/ARM%20Assembly%20Language%20Programming%20-%202_05_Experiment_smk.org | True | QA_ARM Assembly Language Programming - 2_Experiment_smk -
Defect Description :
In the "ARM Assembly Language Programming - 2 "experiment ,when we click on the experiment link,it is taking much time to open the simulation page instead the redirecting time to open the page should be decreased
Actual Result :
In the "ARM Assembly Language Programming - 2 "experiment ,when we click on the experiment link,it is taking much time to open the experiment
Environment :
OS: Windows 7, Linux
Browsers: Firefox,Chrome
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Test Step Link:
https://github.com/Virtual-Labs/omputer-organization-iiith/blob/master/test-cases/integration_test-cases/ARM%20Assembly%20Language%20Programming%20-%202/ARM%20Assembly%20Language%20Programming%20-%202_05_Experiment_smk.org | usab | qa arm assembly language programming experiment smk defect description in the arm assembly language programming experiment when we click on the experiment link it is taking much time to open the simulation page instead the redirecting time to open the page should be decreased actual result in the arm assembly language programming experiment when we click on the experiment link it is taking much time to open the experiment environment os windows linux browsers firefox chrome bandwidth hardware configuration processor test step link | 1 |
24,920 | 24,488,555,703 | IssuesEvent | 2022-10-09 19:16:09 | PurpleI2P/i2pd | https://api.github.com/repos/PurpleI2P/i2pd | closed | [Request][AddressHelper] Skip updating record if address hasn't changed | proxy docs & usability | It'd be nice if when clicking a AH link, if the record matches whats saved i2pd takes you directly to the page instead of going through the process of updating the record again. for example, even though reg.i2p hasnt changed, i2pd still prompts me to update the saved record.

| True | [Request][AddressHelper] Skip updating record if address hasn't changed - It'd be nice if when clicking a AH link, if the record matches whats saved i2pd takes you directly to the page instead of going through the process of updating the record again. for example, even though reg.i2p hasnt changed, i2pd still prompts me to update the saved record.

| usab | skip updating record if address hasn t changed it d be nice if when clicking a ah link if the record matches whats saved takes you directly to the page instead of going through the process of updating the record again for example even though reg hasnt changed still prompts me to update the saved record | 1 |
246,673 | 7,895,603,817 | IssuesEvent | 2018-06-29 04:28:06 | intel-analytics/BigDL | https://api.github.com/repos/intel-analytics/BigDL | closed | Support MKL2017 DNN API | medium priority module | Intel MKL release 2017 version and it contains a DNN API, which provide DNN operation optimized for IA architecture. We will add new layers which leverage these new APIs to get a better performance on CPU.
| 1.0 | Support MKL2017 DNN API - Intel MKL release 2017 version and it contains a DNN API, which provide DNN operation optimized for IA architecture. We will add new layers which leverage these new APIs to get a better performance on CPU.
| non_usab | support dnn api intel mkl release version and it contains a dnn api which provide dnn operation optimized for ia architecture we will add new layers which leverage these new apis to get a better performance on cpu | 0 |
26,940 | 27,393,096,808 | IssuesEvent | 2023-02-28 17:33:38 | martinvanzijl/genealogy-maker | https://api.github.com/repos/martinvanzijl/genealogy-maker | closed | Rename "Add relationship" to "Add parent/child relationship" | bug usability | **Describe the bug**
The "Add relationship" button is not clear that it is a parent/child relationship.
**Expected behavior**
It should say "Add parent/child relationship".
| True | Rename "Add relationship" to "Add parent/child relationship" - **Describe the bug**
The "Add relationship" button is not clear that it is a parent/child relationship.
**Expected behavior**
It should say "Add parent/child relationship".
| usab | rename add relationship to add parent child relationship describe the bug the add relationship button is not clear that it is a parent child relationship expected behavior it should say add parent child relationship | 1 |
116,595 | 24,945,888,825 | IssuesEvent | 2022-11-01 00:05:59 | kalwalt/webarkit-jsfeat-cpp | https://api.github.com/repos/kalwalt/webarkit-jsfeat-cpp | opened | Unit testing for C++ and Wasm code | enhancement C/C++ code emscripten | I would provide unit testing for at least part of the code. I think i will use https://github.com/google/googletest for C++, i haven't decided for WASM javascript. | 1.0 | Unit testing for C++ and Wasm code - I would provide unit testing for at least part of the code. I think i will use https://github.com/google/googletest for C++, i haven't decided for WASM javascript. | non_usab | unit testing for c and wasm code i would provide unit testing for at least part of the code i think i will use for c i haven t decided for wasm javascript | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.