Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
4
112
repo_url
stringlengths
33
141
action
stringclasses
3 values
title
stringlengths
1
957
labels
stringlengths
4
1.11k
body
stringlengths
1
261k
index
stringclasses
11 values
text_combine
stringlengths
95
261k
label
stringclasses
2 values
text
stringlengths
96
250k
binary_label
int64
0
1
88,572
3,779,234,957
IssuesEvent
2016-03-18 06:53:49
leo-project/leofs
https://api.github.com/repos/leo-project/leofs
closed
[leo_storage][leo_redundant_manager] Incorrect ring after executing the takeover
Bug Priority-MIDDLE _leo_redundant_manager _leo_storage
I've found an incorrect ring via ``leofs-adm`` after executing the takeover, state of which is that a new node, ``storage_3@127.0.0.1`` did not include a ring and only detached ``storage_0@127.0.0.1``. ```bash ### Before doing takeover node $ ./leofs-adm status [System Confiuration] -----------------------------------+---------- Item | Value -----------------------------------+---------- Basic/Consistency level -----------------------------------+---------- system version | 1.2.20 cluster Id | leofs_1 DC Id | dc_1 Total replicas | 2 number of successes of R | 1 number of successes of W | 1 number of successes of D | 1 number of rack-awareness replicas | 0 ring size | 2^128 -----------------------------------+---------- Multi DC replication settings -----------------------------------+---------- max number of joinable DCs | 2 number of replicas a DC | 1 -----------------------------------+---------- Manager RING hash -----------------------------------+---------- current ring-hash | d5d667a6 previous ring-hash | d5d667a6 -----------------------------------+---------- [State of Node(s)] -------+--------------------------+--------------+----------------+----------------+---------------------------- type | node | state | current ring | prev ring | updated at -------+--------------------------+--------------+----------------+----------------+---------------------------- S | storage_0@127.0.0.1 | detached | d5d667a6 | d5d667a6 | 2016-03-17 18:26:04 +0900 S | storage_1@127.0.0.1 | running | d5d667a6 | d5d667a6 | 2016-03-17 18:24:57 +0900 S | storage_2@127.0.0.1 | running | d5d667a6 | d5d667a6 | 2016-03-17 18:24:56 +0900 S | storage_3@127.0.0.1 | attached | | | 2016-03-17 18:26:31 +0900 G | gateway_0@127.0.0.1 | running | d5d667a6 | d5d667a6 | 2016-03-17 18:25:11 +0900 -------+--------------------------+--------------+----------------+----------------+---------------------------- $ ./leofs-adm rebalance Generating rebalance-list... Generated rebalance-list Distributing rebalance-list to the storage nodes OK 50% - storage_1@127.0.0.1 OK 100% - storage_2@127.0.0.1 OK ### After doing takeover node $ ./leofs-adm status [System Confiuration] -----------------------------------+---------- Item | Value -----------------------------------+---------- Basic/Consistency level -----------------------------------+---------- system version | 1.2.20 cluster Id | leofs_1 DC Id | dc_1 Total replicas | 2 number of successes of R | 1 number of successes of W | 1 number of successes of D | 1 number of rack-awareness replicas | 0 ring size | 2^128 -----------------------------------+---------- Multi DC replication settings -----------------------------------+---------- max number of joinable DCs | 2 number of replicas a DC | 1 -----------------------------------+---------- Manager RING hash -----------------------------------+---------- current ring-hash | 4f66201d previous ring-hash | 0364701d -----------------------------------+---------- [State of Node(s)] -------+--------------------------+--------------+----------------+----------------+---------------------------- type | node | state | current ring | prev ring | updated at -------+--------------------------+--------------+----------------+----------------+---------------------------- S | storage_1@127.0.0.1 | running | 2a6ffd2d | 60a975d6 | 2016-03-17 18:24:57 +0900 S | storage_2@127.0.0.1 | running | 2a6ffd2d | 60a975d6 | 2016-03-17 18:24:56 +0900 S | storage_3@127.0.0.1 | running | 2a6ffd2d | 60a975d6 | 2016-03-17 18:26:43 +0900 G | gateway_0@127.0.0.1 | running | 2a6ffd2d | 60a975d6 | 2016-03-17 18:25:11 +0900 -------+--------------------------+--------------+----------------+----------------+---------------------------- ```
1.0
[leo_storage][leo_redundant_manager] Incorrect ring after executing the takeover - I've found an incorrect ring via ``leofs-adm`` after executing the takeover, state of which is that a new node, ``storage_3@127.0.0.1`` did not include a ring and only detached ``storage_0@127.0.0.1``. ```bash ### Before doing takeover node $ ./leofs-adm status [System Confiuration] -----------------------------------+---------- Item | Value -----------------------------------+---------- Basic/Consistency level -----------------------------------+---------- system version | 1.2.20 cluster Id | leofs_1 DC Id | dc_1 Total replicas | 2 number of successes of R | 1 number of successes of W | 1 number of successes of D | 1 number of rack-awareness replicas | 0 ring size | 2^128 -----------------------------------+---------- Multi DC replication settings -----------------------------------+---------- max number of joinable DCs | 2 number of replicas a DC | 1 -----------------------------------+---------- Manager RING hash -----------------------------------+---------- current ring-hash | d5d667a6 previous ring-hash | d5d667a6 -----------------------------------+---------- [State of Node(s)] -------+--------------------------+--------------+----------------+----------------+---------------------------- type | node | state | current ring | prev ring | updated at -------+--------------------------+--------------+----------------+----------------+---------------------------- S | storage_0@127.0.0.1 | detached | d5d667a6 | d5d667a6 | 2016-03-17 18:26:04 +0900 S | storage_1@127.0.0.1 | running | d5d667a6 | d5d667a6 | 2016-03-17 18:24:57 +0900 S | storage_2@127.0.0.1 | running | d5d667a6 | d5d667a6 | 2016-03-17 18:24:56 +0900 S | storage_3@127.0.0.1 | attached | | | 2016-03-17 18:26:31 +0900 G | gateway_0@127.0.0.1 | running | d5d667a6 | d5d667a6 | 2016-03-17 18:25:11 +0900 -------+--------------------------+--------------+----------------+----------------+---------------------------- $ ./leofs-adm rebalance Generating rebalance-list... Generated rebalance-list Distributing rebalance-list to the storage nodes OK 50% - storage_1@127.0.0.1 OK 100% - storage_2@127.0.0.1 OK ### After doing takeover node $ ./leofs-adm status [System Confiuration] -----------------------------------+---------- Item | Value -----------------------------------+---------- Basic/Consistency level -----------------------------------+---------- system version | 1.2.20 cluster Id | leofs_1 DC Id | dc_1 Total replicas | 2 number of successes of R | 1 number of successes of W | 1 number of successes of D | 1 number of rack-awareness replicas | 0 ring size | 2^128 -----------------------------------+---------- Multi DC replication settings -----------------------------------+---------- max number of joinable DCs | 2 number of replicas a DC | 1 -----------------------------------+---------- Manager RING hash -----------------------------------+---------- current ring-hash | 4f66201d previous ring-hash | 0364701d -----------------------------------+---------- [State of Node(s)] -------+--------------------------+--------------+----------------+----------------+---------------------------- type | node | state | current ring | prev ring | updated at -------+--------------------------+--------------+----------------+----------------+---------------------------- S | storage_1@127.0.0.1 | running | 2a6ffd2d | 60a975d6 | 2016-03-17 18:24:57 +0900 S | storage_2@127.0.0.1 | running | 2a6ffd2d | 60a975d6 | 2016-03-17 18:24:56 +0900 S | storage_3@127.0.0.1 | running | 2a6ffd2d | 60a975d6 | 2016-03-17 18:26:43 +0900 G | gateway_0@127.0.0.1 | running | 2a6ffd2d | 60a975d6 | 2016-03-17 18:25:11 +0900 -------+--------------------------+--------------+----------------+----------------+---------------------------- ```
non_design
incorrect ring after executing the takeover i ve found an incorrect ring via leofs adm after executing the takeover state of which is that a new node storage did not include a ring and only detached storage bash before doing takeover node leofs adm status item value basic consistency level system version cluster id leofs dc id dc total replicas number of successes of r number of successes of w number of successes of d number of rack awareness replicas ring size multi dc replication settings max number of joinable dcs number of replicas a dc manager ring hash current ring hash previous ring hash type node state current ring prev ring updated at s storage detached s storage running s storage running s storage attached g gateway running leofs adm rebalance generating rebalance list generated rebalance list distributing rebalance list to the storage nodes ok storage ok storage ok after doing takeover node leofs adm status item value basic consistency level system version cluster id leofs dc id dc total replicas number of successes of r number of successes of w number of successes of d number of rack awareness replicas ring size multi dc replication settings max number of joinable dcs number of replicas a dc manager ring hash current ring hash previous ring hash type node state current ring prev ring updated at s storage running s storage running s storage running g gateway running
0
177,645
28,932,244,870
IssuesEvent
2023-05-09 01:05:37
TNODevs/TNO-Bug-Tracker
https://api.github.com/repos/TNODevs/TNO-Bug-Tracker
closed
GER/BRG - AI Burgundy can't highly collapse in Jan 1970 after successful operations against Burgundian elements in Europe and North America
Bug Working as Designed
### Operating System Windows 10 Pro ### HOI4 version 1.12.12 ### TNO version 1.4.1c ### Do you have other mods in use? None ### Were you using Steam? Yes ### Which major expansions do you NOT have? I have all ### Files [GER.zip](https://github.com/TNODevs/TNO-Bug-Tracker/files/11406520/GER.zip) ### Describe the bug Despite successful operations against Burgundy elements in Europe and North America through the agency and the increased chance of AI Burgundy collapse, AI Burgundy is not highly collapse in Jan 1970, and even after many reloading the save game BRG doesn't collapse. ### Steps to reproduce / Cause of the issue 1. Not using the custom country paths for Burgundy. 2. Play as Speer's Germany. 3. Select agency operations against Burgundy elements in Europe and North America. 4. The operation against Burgundy was successful. 5. Reach Jan. 1, 1970. ### Expected behaviour I don't know what causes this. ### Screenshots Not needed. ### Additional information I have no other info.
1.0
GER/BRG - AI Burgundy can't highly collapse in Jan 1970 after successful operations against Burgundian elements in Europe and North America - ### Operating System Windows 10 Pro ### HOI4 version 1.12.12 ### TNO version 1.4.1c ### Do you have other mods in use? None ### Were you using Steam? Yes ### Which major expansions do you NOT have? I have all ### Files [GER.zip](https://github.com/TNODevs/TNO-Bug-Tracker/files/11406520/GER.zip) ### Describe the bug Despite successful operations against Burgundy elements in Europe and North America through the agency and the increased chance of AI Burgundy collapse, AI Burgundy is not highly collapse in Jan 1970, and even after many reloading the save game BRG doesn't collapse. ### Steps to reproduce / Cause of the issue 1. Not using the custom country paths for Burgundy. 2. Play as Speer's Germany. 3. Select agency operations against Burgundy elements in Europe and North America. 4. The operation against Burgundy was successful. 5. Reach Jan. 1, 1970. ### Expected behaviour I don't know what causes this. ### Screenshots Not needed. ### Additional information I have no other info.
design
ger brg ai burgundy can t highly collapse in jan after successful operations against burgundian elements in europe and north america operating system windows pro version tno version do you have other mods in use none were you using steam yes which major expansions do you not have i have all files describe the bug despite successful operations against burgundy elements in europe and north america through the agency and the increased chance of ai burgundy collapse ai burgundy is not highly collapse in jan and even after many reloading the save game brg doesn t collapse steps to reproduce cause of the issue not using the custom country paths for burgundy play as speer s germany select agency operations against burgundy elements in europe and north america the operation against burgundy was successful reach jan expected behaviour i don t know what causes this screenshots not needed additional information i have no other info
1
56,304
15,020,011,955
IssuesEvent
2021-02-01 14:14:08
mozilla-lockwise/lockwise-ios
https://api.github.com/repos/mozilla-lockwise/lockwise-ios
reopened
Search bar shoud align better with entries in list
archived defect good-first-issue
currently, it appears to have a smaller width, doesn’t line up vertically to entry list type https://zpl.io/aBOOd4L
1.0
Search bar shoud align better with entries in list - currently, it appears to have a smaller width, doesn’t line up vertically to entry list type https://zpl.io/aBOOd4L
non_design
search bar shoud align better with entries in list currently it appears to have a smaller width doesn’t line up vertically to entry list type
0
166,103
26,280,514,566
IssuesEvent
2023-01-07 08:34:25
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
[documentation] Broken links for `Icons.diversity_xyz`
framework f: material design documentation has reproducible steps found in release: 3.7
Some links to icons from the `Icons` class are broken in the IDE tooltips. I found that the following icons have broken links: - `Icons.arrow_outward` (all variants) - `Icons.assignment_add` - `Icons.assist_walker` (all variants) - `Icons.barcode_reader` - `Icons.battery_1` through `Icons.battery_6` (all variants) - `Icons.blind` (all variants) - `Icons.brightness_1` through `Icons.brightness_7` (all variants) - `Icons_diversity` (all variants) The actual documentation (i.e. https://api.flutter.dev/flutter/material/Icons/diversity_1-constant.html) has no issues. Could the links be validated somehow, so that they don't break in the future? ## Steps to Reproduce 0. Switch to the beta channel (some icons don't seem to exist on stable yet?) 1. Open the code sample in an IDE (I used VSCode) 2. Type `Icons.div` as value for the Icon() constructor 3. A documentation tooltip opens in the IDE, which shows suggestions for icons 4. The tooltip has broken image previews for all icons in the list above **Expected results:** The documentation tooltip should show a preview of the icon. **Actual results:** The documentation tooltip cannot render the icon preview because of a broken link. <details> <summary>Code sample</summary> ```dart import 'package:flutter/material.dart'; final Widget icon = Icon(); // enter Icons.diversity_1 here ``` </details> <details> <summary>Logs</summary> ``` [✓] Flutter (Channel beta, 3.7.0-1.1.pre, on macOS 12.2.1 21D62 darwin-x64, locale en-BE) • Flutter version 3.7.0-1.1.pre on channel beta at /Users/navaronbracke/Documents/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision e599f02c7a (13 days ago), 2022-12-08 01:07:24 +0530 • Engine revision 4971c5b2e7 • Dart version 2.19.0 (build 2.19.0-444.1.beta) • DevTools version 2.20.0 [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0) • Android SDK at /Users/navaronbracke/Library/Android/sdk • Platform android-33, build-tools 33.0.0 • ANDROID_HOME = /Users/navaronbracke/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 13.4.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 13F100 • CocoaPods version 1.11.2 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2021.3) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) [✓] VS Code (version 1.74.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.54.0 [✓] Connected device (2 available) • macOS (desktop) • macos • darwin-x64 • macOS 12.2.1 21D62 darwin-x64 • Chrome (web) • chrome • web-javascript • Google Chrome 108.0.5359.124 [✓] HTTP Host Availability • All required HTTP hosts are available • No issues found! ``` </details> ![Screenshot 2022-12-20 at 12 23 58](https://user-images.githubusercontent.com/23480364/208655778-710b7d7b-c4de-462f-9e64-82f2af7b9462.png)
1.0
[documentation] Broken links for `Icons.diversity_xyz` - Some links to icons from the `Icons` class are broken in the IDE tooltips. I found that the following icons have broken links: - `Icons.arrow_outward` (all variants) - `Icons.assignment_add` - `Icons.assist_walker` (all variants) - `Icons.barcode_reader` - `Icons.battery_1` through `Icons.battery_6` (all variants) - `Icons.blind` (all variants) - `Icons.brightness_1` through `Icons.brightness_7` (all variants) - `Icons_diversity` (all variants) The actual documentation (i.e. https://api.flutter.dev/flutter/material/Icons/diversity_1-constant.html) has no issues. Could the links be validated somehow, so that they don't break in the future? ## Steps to Reproduce 0. Switch to the beta channel (some icons don't seem to exist on stable yet?) 1. Open the code sample in an IDE (I used VSCode) 2. Type `Icons.div` as value for the Icon() constructor 3. A documentation tooltip opens in the IDE, which shows suggestions for icons 4. The tooltip has broken image previews for all icons in the list above **Expected results:** The documentation tooltip should show a preview of the icon. **Actual results:** The documentation tooltip cannot render the icon preview because of a broken link. <details> <summary>Code sample</summary> ```dart import 'package:flutter/material.dart'; final Widget icon = Icon(); // enter Icons.diversity_1 here ``` </details> <details> <summary>Logs</summary> ``` [✓] Flutter (Channel beta, 3.7.0-1.1.pre, on macOS 12.2.1 21D62 darwin-x64, locale en-BE) • Flutter version 3.7.0-1.1.pre on channel beta at /Users/navaronbracke/Documents/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision e599f02c7a (13 days ago), 2022-12-08 01:07:24 +0530 • Engine revision 4971c5b2e7 • Dart version 2.19.0 (build 2.19.0-444.1.beta) • DevTools version 2.20.0 [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0) • Android SDK at /Users/navaronbracke/Library/Android/sdk • Platform android-33, build-tools 33.0.0 • ANDROID_HOME = /Users/navaronbracke/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 13.4.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 13F100 • CocoaPods version 1.11.2 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2021.3) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) [✓] VS Code (version 1.74.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.54.0 [✓] Connected device (2 available) • macOS (desktop) • macos • darwin-x64 • macOS 12.2.1 21D62 darwin-x64 • Chrome (web) • chrome • web-javascript • Google Chrome 108.0.5359.124 [✓] HTTP Host Availability • All required HTTP hosts are available • No issues found! ``` </details> ![Screenshot 2022-12-20 at 12 23 58](https://user-images.githubusercontent.com/23480364/208655778-710b7d7b-c4de-462f-9e64-82f2af7b9462.png)
design
broken links for icons diversity xyz some links to icons from the icons class are broken in the ide tooltips i found that the following icons have broken links icons arrow outward all variants icons assignment add icons assist walker all variants icons barcode reader icons battery through icons battery all variants icons blind all variants icons brightness through icons brightness all variants icons diversity all variants the actual documentation i e has no issues could the links be validated somehow so that they don t break in the future steps to reproduce switch to the beta channel some icons don t seem to exist on stable yet open the code sample in an ide i used vscode type icons div as value for the icon constructor a documentation tooltip opens in the ide which shows suggestions for icons the tooltip has broken image previews for all icons in the list above expected results the documentation tooltip should show a preview of the icon actual results the documentation tooltip cannot render the icon preview because of a broken link code sample dart import package flutter material dart final widget icon icon enter icons diversity here logs flutter channel beta pre on macos darwin locale en be • flutter version pre on channel beta at users navaronbracke documents flutter • upstream repository • framework revision days ago • engine revision • dart version build beta • devtools version android toolchain develop for android devices android sdk version • android sdk at users navaronbracke library android sdk • platform android build tools • android home users navaronbracke library android sdk • java binary at applications android studio app contents jre contents home bin java • java version openjdk runtime environment build • all android licenses accepted xcode develop for ios and macos xcode • xcode at applications xcode app contents developer • build • cocoapods version chrome develop for the web • chrome at applications google chrome app contents macos google chrome android studio version • android studio at applications android studio app contents • flutter plugin can be installed from 🔨 • dart plugin can be installed from 🔨 • java version openjdk runtime environment build vs code version • vs code at applications visual studio code app contents • flutter extension version connected device available • macos desktop • macos • darwin • macos darwin • chrome web • chrome • web javascript • google chrome http host availability • all required http hosts are available • no issues found
1
92,362
11,631,531,094
IssuesEvent
2020-02-28 01:41:38
lucasblanchard14/zuccstagram
https://api.github.com/repos/lucasblanchard14/zuccstagram
opened
Complete redesigned UI
UI Design
Polish the current pages and finish the UI for user search page and detailed post page (includes comments)
1.0
Complete redesigned UI - Polish the current pages and finish the UI for user search page and detailed post page (includes comments)
design
complete redesigned ui polish the current pages and finish the ui for user search page and detailed post page includes comments
1
145,769
22,778,988,509
IssuesEvent
2022-07-08 17:22:49
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Let scrollbars avoid obstructing slivers and media query paddings
new feature framework f: material design f: scrolling f: cupertino customer: crowd customer: money (g3) P3
Internal: b/144318472 Consider a CustomScrollView with a SliverAppBar and a SliverList and the user wants a scrollbar showing the position inside the SliverList's contents only. Let the SliverAppBar report SliverGeometry describing its obstructing and max obstructing extends. Let that get aggregated by the scrollable and bubbled up with a scroll notification so the scrollbar can start below the obstructing area.
1.0
Let scrollbars avoid obstructing slivers and media query paddings - Internal: b/144318472 Consider a CustomScrollView with a SliverAppBar and a SliverList and the user wants a scrollbar showing the position inside the SliverList's contents only. Let the SliverAppBar report SliverGeometry describing its obstructing and max obstructing extends. Let that get aggregated by the scrollable and bubbled up with a scroll notification so the scrollbar can start below the obstructing area.
design
let scrollbars avoid obstructing slivers and media query paddings internal b consider a customscrollview with a sliverappbar and a sliverlist and the user wants a scrollbar showing the position inside the sliverlist s contents only let the sliverappbar report slivergeometry describing its obstructing and max obstructing extends let that get aggregated by the scrollable and bubbled up with a scroll notification so the scrollbar can start below the obstructing area
1
5,025
2,770,738,307
IssuesEvent
2015-05-01 16:42:50
metapolator/metapolator
https://api.github.com/repos/metapolator/metapolator
closed
Export: Progress bar UX improvements
bitesize bug Priority High Visual Design
![screen shot 2015-04-30 at 1 22 18 am](https://cloud.githubusercontent.com/assets/261579/7406818/6507256c-eed7-11e4-9673-8ecadf83f669.png) - [x] If you click the export button, and then decide you want to export a different set of instances, and so click the export button again without clicking the completed zip link to reset the progress bar from green to grey, as pictured above, you see the funny rewinding :)
1.0
Export: Progress bar UX improvements - ![screen shot 2015-04-30 at 1 22 18 am](https://cloud.githubusercontent.com/assets/261579/7406818/6507256c-eed7-11e4-9673-8ecadf83f669.png) - [x] If you click the export button, and then decide you want to export a different set of instances, and so click the export button again without clicking the completed zip link to reset the progress bar from green to grey, as pictured above, you see the funny rewinding :)
design
export progress bar ux improvements if you click the export button and then decide you want to export a different set of instances and so click the export button again without clicking the completed zip link to reset the progress bar from green to grey as pictured above you see the funny rewinding
1
39,640
5,113,260,667
IssuesEvent
2017-01-06 14:46:33
azavea/cac-tripplanner
https://api.github.com/repos/azavea/cac-tripplanner
closed
Implement 'Go Here' button from places
carded redesign
When user clicks 'Go Here' button on a place card on the home page, open directions to the place.
1.0
Implement 'Go Here' button from places - When user clicks 'Go Here' button on a place card on the home page, open directions to the place.
design
implement go here button from places when user clicks go here button on a place card on the home page open directions to the place
1
186,910
6,743,577,279
IssuesEvent
2017-10-20 12:42:32
ballerinalang/composer
https://api.github.com/repos/ballerinalang/composer
closed
Change worker naming from worker2 to worker1 when added to fork-join
0.94-pre-release Priority/High
As shown in the attached image, when a worker is added, its default naming is shown as worker2. This might be confusing for a user. Hence change it to worker1 so that the numbering starts from 1 as a standard. ![com_0 94_fork_1](https://user-images.githubusercontent.com/15624590/31812946-3dabfc7e-b5a2-11e7-8356-a96b128ec2ad.png)
1.0
Change worker naming from worker2 to worker1 when added to fork-join - As shown in the attached image, when a worker is added, its default naming is shown as worker2. This might be confusing for a user. Hence change it to worker1 so that the numbering starts from 1 as a standard. ![com_0 94_fork_1](https://user-images.githubusercontent.com/15624590/31812946-3dabfc7e-b5a2-11e7-8356-a96b128ec2ad.png)
non_design
change worker naming from to when added to fork join as shown in the attached image when a worker is added its default naming is shown as this might be confusing for a user hence change it to so that the numbering starts from as a standard
0
211,523
23,833,131,486
IssuesEvent
2022-09-06 01:06:00
dmyers87/camunda-message-streaming
https://api.github.com/repos/dmyers87/camunda-message-streaming
opened
CVE-2022-38749 (Medium) detected in snakeyaml-1.25.jar
security vulnerability
## CVE-2022-38749 - Medium 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: /messaging/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar,/home/wss-scanner/.m2/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-jdbc-2.2.5.RELEASE.jar (Root Library) - spring-boot-starter-2.2.5.RELEASE.jar - :x: **snakeyaml-1.25.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/dmyers87/camunda-message-streaming/commit/41e27a1fe9f0949f331a284bafd06fdaefba62e0">41e27a1fe9f0949f331a284bafd06fdaefba62e0</a></p> <p>Found in base branch: <b>develop</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> Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. <p>Publish Date: 2022-09-05 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-38749>CVE-2022-38749</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://bitbucket.org/snakeyaml/snakeyaml/issues/525/got-stackoverflowerror-for-many-open">https://bitbucket.org/snakeyaml/snakeyaml/issues/525/got-stackoverflowerror-for-many-open</a></p> <p>Release Date: 2022-09-05</p> <p>Fix Resolution: org.yaml:snakeyaml:1.31</p> </p> </details> <p></p>
True
CVE-2022-38749 (Medium) detected in snakeyaml-1.25.jar - ## CVE-2022-38749 - Medium 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: /messaging/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar,/home/wss-scanner/.m2/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-jdbc-2.2.5.RELEASE.jar (Root Library) - spring-boot-starter-2.2.5.RELEASE.jar - :x: **snakeyaml-1.25.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/dmyers87/camunda-message-streaming/commit/41e27a1fe9f0949f331a284bafd06fdaefba62e0">41e27a1fe9f0949f331a284bafd06fdaefba62e0</a></p> <p>Found in base branch: <b>develop</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> Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. <p>Publish Date: 2022-09-05 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-38749>CVE-2022-38749</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://bitbucket.org/snakeyaml/snakeyaml/issues/525/got-stackoverflowerror-for-many-open">https://bitbucket.org/snakeyaml/snakeyaml/issues/525/got-stackoverflowerror-for-many-open</a></p> <p>Release Date: 2022-09-05</p> <p>Fix Resolution: org.yaml:snakeyaml:1.31</p> </p> </details> <p></p>
non_design
cve medium detected in snakeyaml jar cve medium severity vulnerability vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file messaging pom xml path to vulnerable library home wss scanner repository org yaml snakeyaml snakeyaml jar home wss scanner repository org yaml snakeyaml snakeyaml jar dependency hierarchy spring boot starter jdbc release jar root library spring boot starter release jar x snakeyaml jar vulnerable library found in head commit a href found in base branch develop vulnerability details using snakeyaml to parse untrusted yaml files may be vulnerable to denial of service attacks dos if the parser is running on user supplied input an attacker may supply content that causes the parser to crash by stackoverflow publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org yaml snakeyaml
0
271,125
8,476,459,213
IssuesEvent
2018-10-24 22:02:04
kdahlquist/GRNmap
https://api.github.com/repos/kdahlquist/GRNmap
opened
Missing data error on v1.10 pre-release (beta)
bug functionality priority 0
![image](https://user-images.githubusercontent.com/6463867/47464187-53c42180-d79d-11e8-8cfd-cb7559f5a321.png) ![image](https://user-images.githubusercontent.com/6463867/47464212-64749780-d79d-11e8-9bc3-9f49d1dcbe0f.png) I'm running the input workbook pasted below on v1.10 pre-release (beta) and am getting the errors shown above. I don't understand what is going on because line 2, which would be CIN5, doesn't have the problem, and if there is a single replicate, I though we were allowing it to run, just not computing sigmas for it. [17-genes_32-edges_db3_Sigmoid_estimation_all-timepoints_no-dHAP4-data.xlsx](https://github.com/kdahlquist/GRNmap/files/2512502/17-genes_32-edges_db3_Sigmoid_estimation_all-timepoints_no-dHAP4-data.xlsx)
1.0
Missing data error on v1.10 pre-release (beta) - ![image](https://user-images.githubusercontent.com/6463867/47464187-53c42180-d79d-11e8-8cfd-cb7559f5a321.png) ![image](https://user-images.githubusercontent.com/6463867/47464212-64749780-d79d-11e8-9bc3-9f49d1dcbe0f.png) I'm running the input workbook pasted below on v1.10 pre-release (beta) and am getting the errors shown above. I don't understand what is going on because line 2, which would be CIN5, doesn't have the problem, and if there is a single replicate, I though we were allowing it to run, just not computing sigmas for it. [17-genes_32-edges_db3_Sigmoid_estimation_all-timepoints_no-dHAP4-data.xlsx](https://github.com/kdahlquist/GRNmap/files/2512502/17-genes_32-edges_db3_Sigmoid_estimation_all-timepoints_no-dHAP4-data.xlsx)
non_design
missing data error on pre release beta i m running the input workbook pasted below on pre release beta and am getting the errors shown above i don t understand what is going on because line which would be doesn t have the problem and if there is a single replicate i though we were allowing it to run just not computing sigmas for it
0
299,956
22,634,544,244
IssuesEvent
2022-06-30 17:34:35
jmirsteinban/AIII
https://api.github.com/repos/jmirsteinban/AIII
closed
Agregar Módulo de Garantías al Cronograma
documentation
Hay que agregar al cronograma el módulo de Garantías.
1.0
Agregar Módulo de Garantías al Cronograma - Hay que agregar al cronograma el módulo de Garantías.
non_design
agregar módulo de garantías al cronograma hay que agregar al cronograma el módulo de garantías
0
91,390
11,499,397,557
IssuesEvent
2020-02-12 13:53:10
Stichting-CROW/imbor
https://api.github.com/repos/Stichting-CROW/imbor
closed
IMBOR hierarchie wordt skos:collection
design decision
Om een filter te kunnen maken per 'type' IMBOR object (gezien van de IMBOR hierarchie) maken we deze `skos:collection`. Dit worden dan: - ObjectTypeGroep - ObjectType - Type - TypeGedetailleerd - TypeExtraGedetailleerd - TypeExtraExtraGedetailleerd We maken er `skos:collection` van omdat deze `skos:member` hebben. De relatie `skos:inScheme` heeft last van overerving dus kunnen we niet gebruiken. De relatie loopt zodoende van de collectie naar de class (IMBOR type). Er is geen waarde meer voor de relaties tussen de collectie, want we maken Beheerobject een superklasse en we 'objectificeren' ObjectTypeGroepen. De collectie relatie is zodoende alleen maar om aan te geven welk type het was.
1.0
IMBOR hierarchie wordt skos:collection - Om een filter te kunnen maken per 'type' IMBOR object (gezien van de IMBOR hierarchie) maken we deze `skos:collection`. Dit worden dan: - ObjectTypeGroep - ObjectType - Type - TypeGedetailleerd - TypeExtraGedetailleerd - TypeExtraExtraGedetailleerd We maken er `skos:collection` van omdat deze `skos:member` hebben. De relatie `skos:inScheme` heeft last van overerving dus kunnen we niet gebruiken. De relatie loopt zodoende van de collectie naar de class (IMBOR type). Er is geen waarde meer voor de relaties tussen de collectie, want we maken Beheerobject een superklasse en we 'objectificeren' ObjectTypeGroepen. De collectie relatie is zodoende alleen maar om aan te geven welk type het was.
design
imbor hierarchie wordt skos collection om een filter te kunnen maken per type imbor object gezien van de imbor hierarchie maken we deze skos collection dit worden dan objecttypegroep objecttype type typegedetailleerd typeextragedetailleerd typeextraextragedetailleerd we maken er skos collection van omdat deze skos member hebben de relatie skos inscheme heeft last van overerving dus kunnen we niet gebruiken de relatie loopt zodoende van de collectie naar de class imbor type er is geen waarde meer voor de relaties tussen de collectie want we maken beheerobject een superklasse en we objectificeren objecttypegroepen de collectie relatie is zodoende alleen maar om aan te geven welk type het was
1
181,642
30,719,521,686
IssuesEvent
2023-07-27 15:01:41
flowforge/website
https://api.github.com/repos/flowforge/website
closed
art request opc article #3
task design artwork
### Related Issue https://github.com/flowforge/website/pull/1001 ### Description Just use similar image from previous articles but change the title to match the title of the article - "How to Build an OPC UA Client Dashboard in Node-RED" and add an "OPC UA part 3" at the bottom right. Link to PR - https://github.com/flowforge/website/pull/1001
1.0
art request opc article #3 - ### Related Issue https://github.com/flowforge/website/pull/1001 ### Description Just use similar image from previous articles but change the title to match the title of the article - "How to Build an OPC UA Client Dashboard in Node-RED" and add an "OPC UA part 3" at the bottom right. Link to PR - https://github.com/flowforge/website/pull/1001
design
art request opc article related issue description just use similar image from previous articles but change the title to match the title of the article how to build an opc ua client dashboard in node red and add an opc ua part at the bottom right link to pr
1
160,218
25,126,579,644
IssuesEvent
2022-11-09 12:12:59
wagtail/wagtail
https://api.github.com/repos/wagtail/wagtail
closed
Contrast themes – Tippy tooltip arrows render as rectangles in WHCM
type:Bug Accessibility component:Design system
Related: #8830. Our Tippy tooltips are also: - Missing a border or outline, so it’s hard to tell where the dropdown is - Showing their arrows as rectangles ![Image](https://user-images.githubusercontent.com/877585/178253989-70e106b1-3aca-4733-bcb0-6d3c749c20a5.png) Figma link: https://www.figma.com/file/O81E48wieOZ7e6AivvksWn/Contrast-themes%3A-Wagtail-audit?node-id=6805%3A4110 ## Border / outline We should add a relatively thick border / outline so the dropdown is easy to identify. We could try a few different styles to figure out what feels right. ## Tooltip arrow Discussing this on the [web-a11y Slack](https://web-a11y.slack.com/archives/C02D66WBDTQ/p1657203369545429), a few options were proposed: - Use a unicode arrow (`content: '\25B2';`) - Use a clip path (`clip-path: polygon(50% 0, 0 100%, 100% 100%).`) - Use a background-image (but I would have expected this to not show in WHCM? would require `forced-color-adjust: none` as well?) - Use `forced-color-adjust: none;` (but we then lose the correct color from WHCM) The best option seems to me like clip-path, or otherwise the unicode arrow. It would be worth trying a few just to be sure.
1.0
Contrast themes – Tippy tooltip arrows render as rectangles in WHCM - Related: #8830. Our Tippy tooltips are also: - Missing a border or outline, so it’s hard to tell where the dropdown is - Showing their arrows as rectangles ![Image](https://user-images.githubusercontent.com/877585/178253989-70e106b1-3aca-4733-bcb0-6d3c749c20a5.png) Figma link: https://www.figma.com/file/O81E48wieOZ7e6AivvksWn/Contrast-themes%3A-Wagtail-audit?node-id=6805%3A4110 ## Border / outline We should add a relatively thick border / outline so the dropdown is easy to identify. We could try a few different styles to figure out what feels right. ## Tooltip arrow Discussing this on the [web-a11y Slack](https://web-a11y.slack.com/archives/C02D66WBDTQ/p1657203369545429), a few options were proposed: - Use a unicode arrow (`content: '\25B2';`) - Use a clip path (`clip-path: polygon(50% 0, 0 100%, 100% 100%).`) - Use a background-image (but I would have expected this to not show in WHCM? would require `forced-color-adjust: none` as well?) - Use `forced-color-adjust: none;` (but we then lose the correct color from WHCM) The best option seems to me like clip-path, or otherwise the unicode arrow. It would be worth trying a few just to be sure.
design
contrast themes – tippy tooltip arrows render as rectangles in whcm related our tippy tooltips are also missing a border or outline so it’s hard to tell where the dropdown is showing their arrows as rectangles figma link border outline we should add a relatively thick border outline so the dropdown is easy to identify we could try a few different styles to figure out what feels right tooltip arrow discussing this on the a few options were proposed use a unicode arrow content use a clip path clip path polygon use a background image but i would have expected this to not show in whcm would require forced color adjust none as well use forced color adjust none but we then lose the correct color from whcm the best option seems to me like clip path or otherwise the unicode arrow it would be worth trying a few just to be sure
1
162,510
25,548,084,578
IssuesEvent
2022-11-29 20:43:15
elastic/eui
https://api.github.com/repos/elastic/eui
opened
[EuiSelectable] Revisit Exclusion Design
assign:designer
This issue is to address the reported friction with `EuiSelectable` options when exclusion is turned on. Currently, in order to exclude options (and view the X next to the selection), the user must click twice. It is also not very obvious that the option to exclude list items is an option. Can we revisit the design of the`EuiSelectable` when the `allowExclusions` prop is present? This originally came from issue #6436 . https://user-images.githubusercontent.com/40739624/204643364-dd2a2fc9-4c10-46ca-832f-784afa825f55.mov
1.0
[EuiSelectable] Revisit Exclusion Design - This issue is to address the reported friction with `EuiSelectable` options when exclusion is turned on. Currently, in order to exclude options (and view the X next to the selection), the user must click twice. It is also not very obvious that the option to exclude list items is an option. Can we revisit the design of the`EuiSelectable` when the `allowExclusions` prop is present? This originally came from issue #6436 . https://user-images.githubusercontent.com/40739624/204643364-dd2a2fc9-4c10-46ca-832f-784afa825f55.mov
design
revisit exclusion design this issue is to address the reported friction with euiselectable options when exclusion is turned on currently in order to exclude options and view the x next to the selection the user must click twice it is also not very obvious that the option to exclude list items is an option can we revisit the design of the euiselectable when the allowexclusions prop is present this originally came from issue
1
207,033
23,416,462,094
IssuesEvent
2022-08-13 03:03:15
nexmo-community/vbc_calls_into_salesforce
https://api.github.com/repos/nexmo-community/vbc_calls_into_salesforce
opened
express-4.14.1.tgz: 4 vulnerabilities (highest severity is: 7.5)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>express-4.14.1.tgz</b></p></summary> <p></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/qs/package.json</p> <p> <p>Found in HEAD commit: <a href="https://github.com/nexmo-community/vbc_calls_into_salesforce/commit/5ec683556849934f85a1626f96efe2d9f7ba7748">5ec683556849934f85a1626f96efe2d9f7ba7748</a></p></details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | --- | --- | | [CVE-2017-1000048](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-1000048) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | qs-6.2.0.tgz | Transitive | 4.15.0 | &#9989; | | [CVE-2017-16138](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16138) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | mime-1.3.4.tgz | Transitive | 4.16.0 | &#9989; | | [CVE-2017-16119](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16119) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | fresh-0.3.0.tgz | Transitive | 4.15.5 | &#9989; | | [CVE-2017-16137](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16137) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | debug-2.2.0.tgz | Transitive | 4.15.5 | &#9989; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-1000048</summary> ### Vulnerable Library - <b>qs-6.2.0.tgz</b></p> <p>A querystring parser that supports nesting and arrays, with a depth limit</p> <p>Library home page: <a href="https://registry.npmjs.org/qs/-/qs-6.2.0.tgz">https://registry.npmjs.org/qs/-/qs-6.2.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/qs/package.json</p> <p> Dependency Hierarchy: - express-4.14.1.tgz (Root Library) - :x: **qs-6.2.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/nexmo-community/vbc_calls_into_salesforce/commit/5ec683556849934f85a1626f96efe2d9f7ba7748">5ec683556849934f85a1626f96efe2d9f7ba7748</a></p> <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> the web framework using ljharb's qs module older than v6.3.2, v6.2.3, v6.1.2, and v6.0.4 is vulnerable to a DoS. A malicious user can send a evil request to cause the web framework crash. <p>Publish Date: 2017-07-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-1000048>CVE-2017-1000048</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.5</b>) <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> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000048">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000048</a></p> <p>Release Date: 2017-07-17</p> <p>Fix Resolution (qs): 6.2.3</p> <p>Direct dependency fix Resolution (express): 4.15.0</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-16138</summary> ### Vulnerable Library - <b>mime-1.3.4.tgz</b></p> <p>A comprehensive library for mime-type mapping</p> <p>Library home page: <a href="https://registry.npmjs.org/mime/-/mime-1.3.4.tgz">https://registry.npmjs.org/mime/-/mime-1.3.4.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/mime/package.json</p> <p> Dependency Hierarchy: - express-4.14.1.tgz (Root Library) - send-0.14.2.tgz - :x: **mime-1.3.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/nexmo-community/vbc_calls_into_salesforce/commit/5ec683556849934f85a1626f96efe2d9f7ba7748">5ec683556849934f85a1626f96efe2d9f7ba7748</a></p> <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> The mime module < 1.4.1, 2.0.1, 2.0.2 is vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input. <p>Publish Date: 2018-06-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16138>CVE-2017-16138</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.5</b>) <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> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16138">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16138</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution (mime): 1.4.1</p> <p>Direct dependency fix Resolution (express): 4.16.0</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-16119</summary> ### Vulnerable Library - <b>fresh-0.3.0.tgz</b></p> <p>HTTP response freshness testing</p> <p>Library home page: <a href="https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz">https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/fresh/package.json</p> <p> Dependency Hierarchy: - express-4.14.1.tgz (Root Library) - :x: **fresh-0.3.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/nexmo-community/vbc_calls_into_salesforce/commit/5ec683556849934f85a1626f96efe2d9f7ba7748">5ec683556849934f85a1626f96efe2d9f7ba7748</a></p> <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Fresh is a module used by the Express.js framework for HTTP response freshness testing. It is vulnerable to a regular expression denial of service when it is passed specially crafted input to parse. This causes the event loop to be blocked causing a denial of service condition. <p>Publish Date: 2018-06-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16119>CVE-2017-16119</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.5</b>) <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> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/526">https://www.npmjs.com/advisories/526</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution (fresh): 0.5.2</p> <p>Direct dependency fix Resolution (express): 4.15.5</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2017-16137</summary> ### Vulnerable Library - <b>debug-2.2.0.tgz</b></p> <p>small debugging utility</p> <p>Library home page: <a href="https://registry.npmjs.org/debug/-/debug-2.2.0.tgz">https://registry.npmjs.org/debug/-/debug-2.2.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/debug/package.json</p> <p> Dependency Hierarchy: - express-4.14.1.tgz (Root Library) - :x: **debug-2.2.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/nexmo-community/vbc_calls_into_salesforce/commit/5ec683556849934f85a1626f96efe2d9f7ba7748">5ec683556849934f85a1626f96efe2d9f7ba7748</a></p> <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue. <p>Publish Date: 2018-06-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16137>CVE-2017-16137</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>5.3</b>) <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> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-16137">https://nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-16137</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution (debug): 2.6.9</p> <p>Direct dependency fix Resolution (express): 4.15.5</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details> *** <p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p>
True
express-4.14.1.tgz: 4 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>express-4.14.1.tgz</b></p></summary> <p></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/qs/package.json</p> <p> <p>Found in HEAD commit: <a href="https://github.com/nexmo-community/vbc_calls_into_salesforce/commit/5ec683556849934f85a1626f96efe2d9f7ba7748">5ec683556849934f85a1626f96efe2d9f7ba7748</a></p></details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | --- | --- | | [CVE-2017-1000048](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-1000048) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | qs-6.2.0.tgz | Transitive | 4.15.0 | &#9989; | | [CVE-2017-16138](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16138) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | mime-1.3.4.tgz | Transitive | 4.16.0 | &#9989; | | [CVE-2017-16119](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16119) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | fresh-0.3.0.tgz | Transitive | 4.15.5 | &#9989; | | [CVE-2017-16137](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16137) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | debug-2.2.0.tgz | Transitive | 4.15.5 | &#9989; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-1000048</summary> ### Vulnerable Library - <b>qs-6.2.0.tgz</b></p> <p>A querystring parser that supports nesting and arrays, with a depth limit</p> <p>Library home page: <a href="https://registry.npmjs.org/qs/-/qs-6.2.0.tgz">https://registry.npmjs.org/qs/-/qs-6.2.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/qs/package.json</p> <p> Dependency Hierarchy: - express-4.14.1.tgz (Root Library) - :x: **qs-6.2.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/nexmo-community/vbc_calls_into_salesforce/commit/5ec683556849934f85a1626f96efe2d9f7ba7748">5ec683556849934f85a1626f96efe2d9f7ba7748</a></p> <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> the web framework using ljharb's qs module older than v6.3.2, v6.2.3, v6.1.2, and v6.0.4 is vulnerable to a DoS. A malicious user can send a evil request to cause the web framework crash. <p>Publish Date: 2017-07-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-1000048>CVE-2017-1000048</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.5</b>) <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> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000048">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000048</a></p> <p>Release Date: 2017-07-17</p> <p>Fix Resolution (qs): 6.2.3</p> <p>Direct dependency fix Resolution (express): 4.15.0</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-16138</summary> ### Vulnerable Library - <b>mime-1.3.4.tgz</b></p> <p>A comprehensive library for mime-type mapping</p> <p>Library home page: <a href="https://registry.npmjs.org/mime/-/mime-1.3.4.tgz">https://registry.npmjs.org/mime/-/mime-1.3.4.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/mime/package.json</p> <p> Dependency Hierarchy: - express-4.14.1.tgz (Root Library) - send-0.14.2.tgz - :x: **mime-1.3.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/nexmo-community/vbc_calls_into_salesforce/commit/5ec683556849934f85a1626f96efe2d9f7ba7748">5ec683556849934f85a1626f96efe2d9f7ba7748</a></p> <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> The mime module < 1.4.1, 2.0.1, 2.0.2 is vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input. <p>Publish Date: 2018-06-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16138>CVE-2017-16138</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.5</b>) <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> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16138">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16138</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution (mime): 1.4.1</p> <p>Direct dependency fix Resolution (express): 4.16.0</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-16119</summary> ### Vulnerable Library - <b>fresh-0.3.0.tgz</b></p> <p>HTTP response freshness testing</p> <p>Library home page: <a href="https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz">https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/fresh/package.json</p> <p> Dependency Hierarchy: - express-4.14.1.tgz (Root Library) - :x: **fresh-0.3.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/nexmo-community/vbc_calls_into_salesforce/commit/5ec683556849934f85a1626f96efe2d9f7ba7748">5ec683556849934f85a1626f96efe2d9f7ba7748</a></p> <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Fresh is a module used by the Express.js framework for HTTP response freshness testing. It is vulnerable to a regular expression denial of service when it is passed specially crafted input to parse. This causes the event loop to be blocked causing a denial of service condition. <p>Publish Date: 2018-06-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16119>CVE-2017-16119</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.5</b>) <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> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/526">https://www.npmjs.com/advisories/526</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution (fresh): 0.5.2</p> <p>Direct dependency fix Resolution (express): 4.15.5</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2017-16137</summary> ### Vulnerable Library - <b>debug-2.2.0.tgz</b></p> <p>small debugging utility</p> <p>Library home page: <a href="https://registry.npmjs.org/debug/-/debug-2.2.0.tgz">https://registry.npmjs.org/debug/-/debug-2.2.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/debug/package.json</p> <p> Dependency Hierarchy: - express-4.14.1.tgz (Root Library) - :x: **debug-2.2.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/nexmo-community/vbc_calls_into_salesforce/commit/5ec683556849934f85a1626f96efe2d9f7ba7748">5ec683556849934f85a1626f96efe2d9f7ba7748</a></p> <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue. <p>Publish Date: 2018-06-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16137>CVE-2017-16137</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>5.3</b>) <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> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-16137">https://nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-16137</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution (debug): 2.6.9</p> <p>Direct dependency fix Resolution (express): 4.15.5</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details> *** <p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p>
non_design
express tgz vulnerabilities highest severity is vulnerable library express tgz path to dependency file package json path to vulnerable library node modules qs package json found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available high qs tgz transitive high mime tgz transitive high fresh tgz transitive medium debug tgz transitive details cve vulnerable library qs tgz a querystring parser that supports nesting and arrays with a depth limit library home page a href path to dependency file package json path to vulnerable library node modules qs package json dependency hierarchy express tgz root library x qs tgz vulnerable library found in head commit a href found in base branch main vulnerability details the web framework using ljharb s qs module older than and is vulnerable to a dos a malicious user can send a evil request to cause the web framework crash 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 qs direct dependency fix resolution express rescue worker helmet automatic remediation is available for this issue cve vulnerable library mime tgz a comprehensive library for mime type mapping library home page a href path to dependency file package json path to vulnerable library node modules mime package json dependency hierarchy express tgz root library send tgz x mime tgz vulnerable library found in head commit a href found in base branch main vulnerability details the mime module is vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input 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 mime direct dependency fix resolution express rescue worker helmet automatic remediation is available for this issue cve vulnerable library fresh tgz http response freshness testing library home page a href path to dependency file package json path to vulnerable library node modules fresh package json dependency hierarchy express tgz root library x fresh tgz vulnerable library found in head commit a href found in base branch main vulnerability details fresh is a module used by the express js framework for http response freshness testing it is vulnerable to a regular expression denial of service when it is passed specially crafted input to parse this causes the event loop to be blocked causing a denial of service condition 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 fresh direct dependency fix resolution express rescue worker helmet automatic remediation is available for this issue cve vulnerable library debug tgz small debugging utility library home page a href path to dependency file package json path to vulnerable library node modules debug package json dependency hierarchy express tgz root library x debug tgz vulnerable library found in head commit a href found in base branch main vulnerability details the debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter it takes around characters to block for seconds making this a low severity issue 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 debug direct dependency fix resolution express rescue worker helmet automatic remediation is available for this issue rescue worker helmet automatic remediation is available for this issue
0
5,566
7,225,896,843
IssuesEvent
2018-02-10 02:02:43
OneSignal/OneSignal-Website-SDK
https://api.github.com/repos/OneSignal/OneSignal-Website-SDK
closed
Workbox service worker installation failure
domain: service worker domain: third-party needs: feedback type: question
im trying to integrate oneSignal with my PWA Angular app. im using workbox js as my service worker generator .i tried as onesiganl said about how should two service worker integrate . but it didnt work `importScripts('sw.js'); importScripts('https://cdn.onesignal.com/sdks/OneSignalSDK.js'); ` and i registerd sw like this > function registerServiceWorker() { if ('serviceWorker' in navigator) { navigator.serviceWorker .register('OneSignalSDKWorker.js') .then(reg => { registration = reg; swLog('Registration successful', registration); registration.onupdatefound = () => checkServiceWorkerStateChange(); }) .catch(e => console.error('Error during service worker registration:', e) ); } else { console.warn('Service Worker is not supported'); } } but both of my service workers become redundant.
1.0
Workbox service worker installation failure - im trying to integrate oneSignal with my PWA Angular app. im using workbox js as my service worker generator .i tried as onesiganl said about how should two service worker integrate . but it didnt work `importScripts('sw.js'); importScripts('https://cdn.onesignal.com/sdks/OneSignalSDK.js'); ` and i registerd sw like this > function registerServiceWorker() { if ('serviceWorker' in navigator) { navigator.serviceWorker .register('OneSignalSDKWorker.js') .then(reg => { registration = reg; swLog('Registration successful', registration); registration.onupdatefound = () => checkServiceWorkerStateChange(); }) .catch(e => console.error('Error during service worker registration:', e) ); } else { console.warn('Service Worker is not supported'); } } but both of my service workers become redundant.
non_design
workbox service worker installation failure im trying to integrate onesignal with my pwa angular app im using workbox js as my service worker generator i tried as onesiganl said about how should two service worker integrate but it didnt work importscripts sw js importscripts and i registerd sw like this function registerserviceworker if serviceworker in navigator navigator serviceworker register onesignalsdkworker js then reg registration reg swlog registration successful registration registration onupdatefound checkserviceworkerstatechange catch e console error error during service worker registration e else console warn service worker is not supported but both of my service workers become redundant
0
91,465
18,473,186,649
IssuesEvent
2021-10-18 01:54:08
vohanhattan/RecommendationSystem
https://api.github.com/repos/vohanhattan/RecommendationSystem
closed
Xây dựng tập dữ liệu Movie_Score chọn ra top bộ phim hay nhất dựa vào đánh giá người dùng
Data Code
- Chức năng này nhóm em làm thêm
1.0
Xây dựng tập dữ liệu Movie_Score chọn ra top bộ phim hay nhất dựa vào đánh giá người dùng - - Chức năng này nhóm em làm thêm
non_design
xây dựng tập dữ liệu movie score chọn ra top bộ phim hay nhất dựa vào đánh giá người dùng chức năng này nhóm em làm thêm
0
50,094
13,502,486,559
IssuesEvent
2020-09-13 08:45:11
tlkh/mini-dlperf
https://api.github.com/repos/tlkh/mini-dlperf
opened
CVE-2020-10379 (High) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl
security vulnerability
## CVE-2020-10379 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>Python Imaging Library (Fork)</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/12/ad/61f8dfba88c4e56196bf6d056cdbba64dc9c5dfdfbc97d02e6472feed913/Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/12/ad/61f8dfba88c4e56196bf6d056cdbba64dc9c5dfdfbc97d02e6472feed913/Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl</a></p> <p>Path to dependency file: mini-dlperf/old/requirements.txt</p> <p>Path to vulnerable library: mini-dlperf/old/requirements.txt</p> <p> Dependency Hierarchy: - :x: **Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/tlkh/mini-dlperf/commit/aca8ce69f88c0a58a2017e6d8471267bca4729af">aca8ce69f88c0a58a2017e6d8471267bca4729af</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> In Pillow before 7.1.0, there are two Buffer Overflows in libImaging/TiffDecode.c. <p>Publish Date: 2020-06-25 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-10379>CVE-2020-10379</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - 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/python-pillow/Pillow/commit/41b554bc56982ee4f30238a7677c0f4ff90a73a8">https://github.com/python-pillow/Pillow/commit/41b554bc56982ee4f30238a7677c0f4ff90a73a8</a></p> <p>Release Date: 2020-06-25</p> <p>Fix Resolution: 7.1.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-10379 (High) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2020-10379 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>Python Imaging Library (Fork)</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/12/ad/61f8dfba88c4e56196bf6d056cdbba64dc9c5dfdfbc97d02e6472feed913/Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/12/ad/61f8dfba88c4e56196bf6d056cdbba64dc9c5dfdfbc97d02e6472feed913/Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl</a></p> <p>Path to dependency file: mini-dlperf/old/requirements.txt</p> <p>Path to vulnerable library: mini-dlperf/old/requirements.txt</p> <p> Dependency Hierarchy: - :x: **Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/tlkh/mini-dlperf/commit/aca8ce69f88c0a58a2017e6d8471267bca4729af">aca8ce69f88c0a58a2017e6d8471267bca4729af</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> In Pillow before 7.1.0, there are two Buffer Overflows in libImaging/TiffDecode.c. <p>Publish Date: 2020-06-25 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-10379>CVE-2020-10379</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - 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/python-pillow/Pillow/commit/41b554bc56982ee4f30238a7677c0f4ff90a73a8">https://github.com/python-pillow/Pillow/commit/41b554bc56982ee4f30238a7677c0f4ff90a73a8</a></p> <p>Release Date: 2020-06-25</p> <p>Fix Resolution: 7.1.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_design
cve high detected in pillow whl cve high severity vulnerability vulnerable library pillow whl python imaging library fork library home page a href path to dependency file mini dlperf old requirements txt path to vulnerable library mini dlperf old requirements txt dependency hierarchy x pillow whl vulnerable library found in head commit a href found in base branch master vulnerability details in pillow before there are two buffer overflows in libimaging tiffdecode 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 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 step up your open source security game with whitesource
0
76,519
9,460,239,418
IssuesEvent
2019-04-17 10:26:11
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Slider for time filter
:Design :KibanaApp :Timepicker intent-discuss release_note:enhancement
Enhancement request for Kibana, originally mentioned by one of our partners. They would like to see a "time slider" option available for the Time Filter. For example, rather than selecting from the Quick, Relative or Absolute, a slider would present a horizontal slider bar that would allow one to slide from a left-hand-side option of "All Time" to a right-hand-side option of "Last 15 minutes", and allow the user to drag the slider left or right to find the area of focus. This is a relatively common method of viewing data, for example is commonly seen in tools for viewing stock prices, exchange rates over time, and other sets of data where the time focus may significantly alter the relative value of the data.
1.0
Slider for time filter - Enhancement request for Kibana, originally mentioned by one of our partners. They would like to see a "time slider" option available for the Time Filter. For example, rather than selecting from the Quick, Relative or Absolute, a slider would present a horizontal slider bar that would allow one to slide from a left-hand-side option of "All Time" to a right-hand-side option of "Last 15 minutes", and allow the user to drag the slider left or right to find the area of focus. This is a relatively common method of viewing data, for example is commonly seen in tools for viewing stock prices, exchange rates over time, and other sets of data where the time focus may significantly alter the relative value of the data.
design
slider for time filter enhancement request for kibana originally mentioned by one of our partners they would like to see a time slider option available for the time filter for example rather than selecting from the quick relative or absolute a slider would present a horizontal slider bar that would allow one to slide from a left hand side option of all time to a right hand side option of last minutes and allow the user to drag the slider left or right to find the area of focus this is a relatively common method of viewing data for example is commonly seen in tools for viewing stock prices exchange rates over time and other sets of data where the time focus may significantly alter the relative value of the data
1
45,049
7,156,575,130
IssuesEvent
2018-01-26 16:43:56
MAIF/izanami
https://api.github.com/repos/MAIF/izanami
closed
Documentation home
documentation good first issue
Add the user/password on the home page of the doc and add a link to the quick start
1.0
Documentation home - Add the user/password on the home page of the doc and add a link to the quick start
non_design
documentation home add the user password on the home page of the doc and add a link to the quick start
0
356,487
10,593,761,655
IssuesEvent
2019-10-09 15:26:20
AY1920S1-CS2103T-F12-3/main
https://api.github.com/repos/AY1920S1-CS2103T-F12-3/main
opened
As a user I want to view all notes related to a contact
priority.Medium type.Story
So that I can discuss these notes with them when I meet them
1.0
As a user I want to view all notes related to a contact - So that I can discuss these notes with them when I meet them
non_design
as a user i want to view all notes related to a contact so that i can discuss these notes with them when i meet them
0
3,378
2,680,748,982
IssuesEvent
2015-03-27 01:14:25
mozilla/teach.webmaker.org
https://api.github.com/repos/mozilla/teach.webmaker.org
closed
Style the map pop-ups
design platform v1
The initial implementation has been done but the UI needs some work. [See the initial issue](https://github.com/mozilla/teach.webmaker.org/pull/391) cc/ @vazquez
1.0
Style the map pop-ups - The initial implementation has been done but the UI needs some work. [See the initial issue](https://github.com/mozilla/teach.webmaker.org/pull/391) cc/ @vazquez
design
style the map pop ups the initial implementation has been done but the ui needs some work cc vazquez
1
86,537
10,761,008,482
IssuesEvent
2019-10-31 19:49:44
elementary/sideload
https://api.github.com/repos/elementary/sideload
opened
Use "Sideload" instead of "Install"?
Needs Design Priority: Wishlist
I just realized we never use the word "Sideload" in the app UI, and it's only visible as the tooltip on the dockitem. I wonder if we should use the term more in the UI itself to make it a more familiar term, since we consistently use the term "sideload" for installing apps from outside of AppCenter?
1.0
Use "Sideload" instead of "Install"? - I just realized we never use the word "Sideload" in the app UI, and it's only visible as the tooltip on the dockitem. I wonder if we should use the term more in the UI itself to make it a more familiar term, since we consistently use the term "sideload" for installing apps from outside of AppCenter?
design
use sideload instead of install i just realized we never use the word sideload in the app ui and it s only visible as the tooltip on the dockitem i wonder if we should use the term more in the ui itself to make it a more familiar term since we consistently use the term sideload for installing apps from outside of appcenter
1
17,073
11,632,278,403
IssuesEvent
2020-02-28 04:29:47
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
opened
UCP: Use the fingerprint of the SQL to bind the plan in SQL Plan Management
component/planner type/usability
## Description We've introduced SQL Plan Management to bind the plan for some specific SQLs if it's hard to modify it.(e.g. The SQL is genereated by ORM). But we only accept to use the original SQL text to bind the plan currently. There's a question that the SQL may be very very long. So in this time, use the fingerprint value is a good way to improve usability. ## Score * xxx ## Mentor(s) * @winoros ## Recommended Skills * SQL Optimization ## Learning Materials * To be filled
True
UCP: Use the fingerprint of the SQL to bind the plan in SQL Plan Management - ## Description We've introduced SQL Plan Management to bind the plan for some specific SQLs if it's hard to modify it.(e.g. The SQL is genereated by ORM). But we only accept to use the original SQL text to bind the plan currently. There's a question that the SQL may be very very long. So in this time, use the fingerprint value is a good way to improve usability. ## Score * xxx ## Mentor(s) * @winoros ## Recommended Skills * SQL Optimization ## Learning Materials * To be filled
non_design
ucp use the fingerprint of the sql to bind the plan in sql plan management description we ve introduced sql plan management to bind the plan for some specific sqls if it s hard to modify it e g the sql is genereated by orm but we only accept to use the original sql text to bind the plan currently there s a question that the sql may be very very long so in this time use the fingerprint value is a good way to improve usability score xxx mentor s winoros recommended skills sql optimization learning materials to be filled
0
161,851
25,411,488,644
IssuesEvent
2022-11-22 19:24:06
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
Build landing page for mapping request intake
service-design
## Issue Description Establish the landing page(s) for teams wanting SDT assistance in Mapping of a task, journey, or experience Should we also consider broader intakes (research guidance, SD guidance, etc?) [Draft in team Confluence space](https://vfs.atlassian.net/wiki/spaces/SDT/pages/2429157514/Request+mapping+support) Desirables of landing: - Landing is available to desired user(s) - required information for assistance is specified. - Landing allows user to learn what type of help is available - Landing allows user to understand what is needed to begin - Landing allows user to understand what sort of timetable is involved ## Tasks - [x] Construct content - [x] establish layout - [x] Refine w/ team input ## Acceptance Criteria - [x] Landing layout and major content is established.
1.0
Build landing page for mapping request intake - ## Issue Description Establish the landing page(s) for teams wanting SDT assistance in Mapping of a task, journey, or experience Should we also consider broader intakes (research guidance, SD guidance, etc?) [Draft in team Confluence space](https://vfs.atlassian.net/wiki/spaces/SDT/pages/2429157514/Request+mapping+support) Desirables of landing: - Landing is available to desired user(s) - required information for assistance is specified. - Landing allows user to learn what type of help is available - Landing allows user to understand what is needed to begin - Landing allows user to understand what sort of timetable is involved ## Tasks - [x] Construct content - [x] establish layout - [x] Refine w/ team input ## Acceptance Criteria - [x] Landing layout and major content is established.
design
build landing page for mapping request intake issue description establish the landing page s for teams wanting sdt assistance in mapping of a task journey or experience should we also consider broader intakes research guidance sd guidance etc desirables of landing landing is available to desired user s required information for assistance is specified landing allows user to learn what type of help is available landing allows user to understand what is needed to begin landing allows user to understand what sort of timetable is involved tasks construct content establish layout refine w team input acceptance criteria landing layout and major content is established
1
137,003
20,027,040,638
IssuesEvent
2022-02-01 22:39:54
urbit/bridge
https://api.github.com/repos/urbit/bridge
opened
Cannot see the action for which I have insufficient ETH
L2 design
If I do not have enough ETH to pay for a transaction, the button will be red and show "insufficient ETH". However, in some cases, the button is the only thing on the page describing what action I can do here. ![insufficient-for-what](https://user-images.githubusercontent.com/3829764/152063502-d745d965-6485-4496-a000-64dd6ad27f3e.gif)
1.0
Cannot see the action for which I have insufficient ETH - If I do not have enough ETH to pay for a transaction, the button will be red and show "insufficient ETH". However, in some cases, the button is the only thing on the page describing what action I can do here. ![insufficient-for-what](https://user-images.githubusercontent.com/3829764/152063502-d745d965-6485-4496-a000-64dd6ad27f3e.gif)
design
cannot see the action for which i have insufficient eth if i do not have enough eth to pay for a transaction the button will be red and show insufficient eth however in some cases the button is the only thing on the page describing what action i can do here
1
111,298
14,049,061,765
IssuesEvent
2020-11-02 09:45:51
ajency/Dhanda-App
https://api.github.com/repos/ajency/Dhanda-App
opened
Traverse back thro app not provided for pop ups.
Design Issue
There is no option provided to traverse back in App other then using mobile back button. ![2020-11-02](https://user-images.githubusercontent.com/72379338/97853417-18f70b80-1d1e-11eb-8188-68ceb0b7af66.jpg)
1.0
Traverse back thro app not provided for pop ups. - There is no option provided to traverse back in App other then using mobile back button. ![2020-11-02](https://user-images.githubusercontent.com/72379338/97853417-18f70b80-1d1e-11eb-8188-68ceb0b7af66.jpg)
design
traverse back thro app not provided for pop ups there is no option provided to traverse back in app other then using mobile back button
1
115,755
14,884,081,469
IssuesEvent
2021-01-20 14:09:52
ctoec/data-collection
https://api.github.com/repos/ctoec/data-collection
closed
Roster batch edit alert is missing bottom padding
design/content dev-team
<img width="1178" alt="Screen Shot 2020-11-10 at 9 16 31 AM" src="https://user-images.githubusercontent.com/63253539/98685544-7cdc8e00-2335-11eb-880d-db4ac540e20d.png"> - Add 1rem bottom padding to the alert
1.0
Roster batch edit alert is missing bottom padding - <img width="1178" alt="Screen Shot 2020-11-10 at 9 16 31 AM" src="https://user-images.githubusercontent.com/63253539/98685544-7cdc8e00-2335-11eb-880d-db4ac540e20d.png"> - Add 1rem bottom padding to the alert
design
roster batch edit alert is missing bottom padding img width alt screen shot at am src add bottom padding to the alert
1
67,678
8,175,166,953
IssuesEvent
2018-08-28 00:26:55
CityOfZion/neon-wallet
https://api.github.com/repos/CityOfZion/neon-wallet
closed
Make version more visible
design-v2 enhancement
It is hard to determine what the version of neowallet is without logging into a wallet. Consider putting Version also in "Manage Neon Settings" or on the "Home" screen at the bottom.
1.0
Make version more visible - It is hard to determine what the version of neowallet is without logging into a wallet. Consider putting Version also in "Manage Neon Settings" or on the "Home" screen at the bottom.
design
make version more visible it is hard to determine what the version of neowallet is without logging into a wallet consider putting version also in manage neon settings or on the home screen at the bottom
1
8,498
10,518,596,018
IssuesEvent
2019-09-29 12:01:13
checkstyle/checkstyle
https://api.github.com/repos/checkstyle/checkstyle
closed
DefaultLogger: remove deprecated constructors
approved breaking compatibility
Split from #7089, DefaultLogger has a few deprecated constructors involving boolean parameters that were converted to enumerations for easier understanding.
True
DefaultLogger: remove deprecated constructors - Split from #7089, DefaultLogger has a few deprecated constructors involving boolean parameters that were converted to enumerations for easier understanding.
non_design
defaultlogger remove deprecated constructors split from defaultlogger has a few deprecated constructors involving boolean parameters that were converted to enumerations for easier understanding
0
19,718
3,487,486,121
IssuesEvent
2016-01-01 23:32:26
mispy/hybrid
https://api.github.com/repos/mispy/hybrid
opened
Helldivers notes
design
Now that this is very definitely co-op, there is much inspiration to be taken! - Short missions are nice for multiplayer purposes, around 5-10 mins of action at a time and then an opportunity for breaks. - I like the progression based on equipment unlocks. Will have to think about this-- it probably can't co-exist with allowing you to strip components off of other ships as you please, since you'd quickly end up with a surfeit of random stuff. Also need to think about where components are stored-- does it unlock for players or for the ship itself? If players, does that mean you automatically get two of them? (similar questions wrt. resources if it's a reusable blueprint that you unlock) - Crew-based combat probably can't borrow too much, since the environment is quite different: enclosed spaces rather than open, and a small number of capable enemies instead of hordes.
1.0
Helldivers notes - Now that this is very definitely co-op, there is much inspiration to be taken! - Short missions are nice for multiplayer purposes, around 5-10 mins of action at a time and then an opportunity for breaks. - I like the progression based on equipment unlocks. Will have to think about this-- it probably can't co-exist with allowing you to strip components off of other ships as you please, since you'd quickly end up with a surfeit of random stuff. Also need to think about where components are stored-- does it unlock for players or for the ship itself? If players, does that mean you automatically get two of them? (similar questions wrt. resources if it's a reusable blueprint that you unlock) - Crew-based combat probably can't borrow too much, since the environment is quite different: enclosed spaces rather than open, and a small number of capable enemies instead of hordes.
design
helldivers notes now that this is very definitely co op there is much inspiration to be taken short missions are nice for multiplayer purposes around mins of action at a time and then an opportunity for breaks i like the progression based on equipment unlocks will have to think about this it probably can t co exist with allowing you to strip components off of other ships as you please since you d quickly end up with a surfeit of random stuff also need to think about where components are stored does it unlock for players or for the ship itself if players does that mean you automatically get two of them similar questions wrt resources if it s a reusable blueprint that you unlock crew based combat probably can t borrow too much since the environment is quite different enclosed spaces rather than open and a small number of capable enemies instead of hordes
1
23,200
3,828,505,786
IssuesEvent
2016-03-31 06:14:00
oppia/oppia
https://api.github.com/repos/oppia/oppia
closed
Allow learners to save their state, so that they can resume later
feature: important frontend/learner-view TODO: design (UX)
``` In as much detail as possible, please describe what you would like to see. If a reader runs through an exploration in a particular way, it would be great for them to be able to review that without losing it after the session. (a) Would it be possible to save their state so that they can come back and review it later? (This includes their current position, history, and parameters.) (b) Would it be possible for them to save their state mid-exploration, and resume their session later? ``` Original issue reported on code.google.com by `s...@seanlip.org` on 26 Mar 2014 at 6:21
1.0
Allow learners to save their state, so that they can resume later - ``` In as much detail as possible, please describe what you would like to see. If a reader runs through an exploration in a particular way, it would be great for them to be able to review that without losing it after the session. (a) Would it be possible to save their state so that they can come back and review it later? (This includes their current position, history, and parameters.) (b) Would it be possible for them to save their state mid-exploration, and resume their session later? ``` Original issue reported on code.google.com by `s...@seanlip.org` on 26 Mar 2014 at 6:21
design
allow learners to save their state so that they can resume later in as much detail as possible please describe what you would like to see if a reader runs through an exploration in a particular way it would be great for them to be able to review that without losing it after the session a would it be possible to save their state so that they can come back and review it later this includes their current position history and parameters b would it be possible for them to save their state mid exploration and resume their session later original issue reported on code google com by s seanlip org on mar at
1
139,935
11,299,565,551
IssuesEvent
2020-01-17 11:30:34
mozilla/iris_firefox
https://api.github.com/repos/mozilla/iris_firefox
closed
Fix add_links_keyboard_shortcuts
Disabled: Iris OS: All Priority: Critical Suite: awesomebar Test: regression
The test case failed in Mac and both Windows OS. **Reason**: Geographic region issue. "Facebook- login" image should be replaced with common content valid across the globe.
1.0
Fix add_links_keyboard_shortcuts - The test case failed in Mac and both Windows OS. **Reason**: Geographic region issue. "Facebook- login" image should be replaced with common content valid across the globe.
non_design
fix add links keyboard shortcuts the test case failed in mac and both windows os reason geographic region issue facebook login image should be replaced with common content valid across the globe
0
105,374
13,182,146,861
IssuesEvent
2020-08-12 15:20:10
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
Content Revisions for CH36's Prototype
design vsa vsa-ebenefits
## Goal Given feedback, we need to implement the latest content changes for CH31 so the feature is copy complete and ready to go. ## Tasks - [ ] Take the recommendations and update the features' prototypes ## Acceptance Criteria - [ ] The prototypes are updated with the latest recommendations
1.0
Content Revisions for CH36's Prototype - ## Goal Given feedback, we need to implement the latest content changes for CH31 so the feature is copy complete and ready to go. ## Tasks - [ ] Take the recommendations and update the features' prototypes ## Acceptance Criteria - [ ] The prototypes are updated with the latest recommendations
design
content revisions for s prototype goal given feedback we need to implement the latest content changes for so the feature is copy complete and ready to go tasks take the recommendations and update the features prototypes acceptance criteria the prototypes are updated with the latest recommendations
1
143,958
13,091,094,837
IssuesEvent
2020-08-03 05:41:00
Hydronium-ion/Rare-Server
https://api.github.com/repos/Hydronium-ion/Rare-Server
opened
8월 1주차 정리
documentation
#### 이슈 작성 이유 - 8월 1주차 개발하면서, 정리가 필요한 부분을 기록한다 - 매주 금요일 총 정리, 포스팅 예정 #### 목록 - [ ] @NotNull, @NotEmpty, @NotBlank 의 차이점 및 사용법 - 참고 : https://sanghye.tistory.com/36
1.0
8월 1주차 정리 - #### 이슈 작성 이유 - 8월 1주차 개발하면서, 정리가 필요한 부분을 기록한다 - 매주 금요일 총 정리, 포스팅 예정 #### 목록 - [ ] @NotNull, @NotEmpty, @NotBlank 의 차이점 및 사용법 - 참고 : https://sanghye.tistory.com/36
non_design
정리 이슈 작성 이유 개발하면서 정리가 필요한 부분을 기록한다 매주 금요일 총 정리 포스팅 예정 목록 notnull notempty notblank 의 차이점 및 사용법 참고
0
183,495
31,552,940,827
IssuesEvent
2023-09-02 09:24:29
sam-mata/portfolio
https://api.github.com/repos/sam-mata/portfolio
opened
Implement background mouse effects
enhancement design
Colourful blob should follow mouse pointer to give some color and novelty.
1.0
Implement background mouse effects - Colourful blob should follow mouse pointer to give some color and novelty.
design
implement background mouse effects colourful blob should follow mouse pointer to give some color and novelty
1
176,033
28,015,015,561
IssuesEvent
2023-03-27 21:48:02
zulip/zulip
https://api.github.com/repos/zulip/zulip
opened
Add "New topic" button to topic field in compose box
area: compose priority: high redesign
As a steps toward the compose box redesign (#24878), we should: - [ ] Expand the topic field into the compose box to take up all the available space on the right (currently up to the "Expand compose" button) - [ ] Add a "New topic" button on the right side of the topic input field that will clear the topic field. Notes: - You can follow the design in #24878 where it makes sense to do so, but a goal for this issue is to avoid extensive CSS changes, and focus on the functional change. - We can probably get away with not implementing the narrow window UI in #24878 yet (with the topic field on a new line), but we should check to make sure the "New topic" button looks OK in narrow windows. Redesign direction (not to be implemented precisely for this issue): <img width="646" alt="image" src="https://user-images.githubusercontent.com/1903309/227814269-bffc1835-6513-4c3d-b958-73340e7313cc.png">
1.0
Add "New topic" button to topic field in compose box - As a steps toward the compose box redesign (#24878), we should: - [ ] Expand the topic field into the compose box to take up all the available space on the right (currently up to the "Expand compose" button) - [ ] Add a "New topic" button on the right side of the topic input field that will clear the topic field. Notes: - You can follow the design in #24878 where it makes sense to do so, but a goal for this issue is to avoid extensive CSS changes, and focus on the functional change. - We can probably get away with not implementing the narrow window UI in #24878 yet (with the topic field on a new line), but we should check to make sure the "New topic" button looks OK in narrow windows. Redesign direction (not to be implemented precisely for this issue): <img width="646" alt="image" src="https://user-images.githubusercontent.com/1903309/227814269-bffc1835-6513-4c3d-b958-73340e7313cc.png">
design
add new topic button to topic field in compose box as a steps toward the compose box redesign we should expand the topic field into the compose box to take up all the available space on the right currently up to the expand compose button add a new topic button on the right side of the topic input field that will clear the topic field notes you can follow the design in where it makes sense to do so but a goal for this issue is to avoid extensive css changes and focus on the functional change we can probably get away with not implementing the narrow window ui in yet with the topic field on a new line but we should check to make sure the new topic button looks ok in narrow windows redesign direction not to be implemented precisely for this issue img width alt image src
1
62,641
15,305,582,281
IssuesEvent
2021-02-24 18:18:30
mapbox/mapbox-navigation-ios
https://api.github.com/repos/mapbox/mapbox-navigation-ios
opened
Upgrade to MapboxNavigationNative v43.x
- build
[MapboxNavigationNative v43.x](https://github.com/mapbox/mapbox-navigation-native-ios/releases/tag/43.0.0) is out. Not expecting any significant changes beyond the version bump. /cc @mapbox/navigation-ios
1.0
Upgrade to MapboxNavigationNative v43.x - [MapboxNavigationNative v43.x](https://github.com/mapbox/mapbox-navigation-native-ios/releases/tag/43.0.0) is out. Not expecting any significant changes beyond the version bump. /cc @mapbox/navigation-ios
non_design
upgrade to mapboxnavigationnative x is out not expecting any significant changes beyond the version bump cc mapbox navigation ios
0
231,206
7,624,894,275
IssuesEvent
2018-05-03 19:33:29
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
closed
Update from 7.4 to 8.0 audit log file not there
Priority: Critical Type: Bug
```` May 3 11:52:16 nac httpd_admin: httpd.admin(26881) ERROR: [mac:unknown] Cannot open /usr/local/pf/logs/httpd.admin.audit.log (pfappserver::Model::Audit::_build_file_handle) May 3 11:52:16 nac httpd_admin: httpd.admin(26881) ERROR: [mac:unknown] Caught exception in pfappserver::Controller::Interface->update "Cannot open /usr/local/pf/logs/httpd.admin.audit.log at /usr/local/pf/lib/pfappserver/Model/Audit.pm line 45." (pfappserver::PacketFence::Controller::Root::end) ```` If the file is not there, you can not save anything in the configurator. Work around: ```` touch /usr/local/pf/logs/httpd.admin.audit.log chown pf.pf /usr/local/pf/logs/httpd.admin.audit.log ````
1.0
Update from 7.4 to 8.0 audit log file not there - ```` May 3 11:52:16 nac httpd_admin: httpd.admin(26881) ERROR: [mac:unknown] Cannot open /usr/local/pf/logs/httpd.admin.audit.log (pfappserver::Model::Audit::_build_file_handle) May 3 11:52:16 nac httpd_admin: httpd.admin(26881) ERROR: [mac:unknown] Caught exception in pfappserver::Controller::Interface->update "Cannot open /usr/local/pf/logs/httpd.admin.audit.log at /usr/local/pf/lib/pfappserver/Model/Audit.pm line 45." (pfappserver::PacketFence::Controller::Root::end) ```` If the file is not there, you can not save anything in the configurator. Work around: ```` touch /usr/local/pf/logs/httpd.admin.audit.log chown pf.pf /usr/local/pf/logs/httpd.admin.audit.log ````
non_design
update from to audit log file not there may nac httpd admin httpd admin error cannot open usr local pf logs httpd admin audit log pfappserver model audit build file handle may nac httpd admin httpd admin error caught exception in pfappserver controller interface update cannot open usr local pf logs httpd admin audit log at usr local pf lib pfappserver model audit pm line pfappserver packetfence controller root end if the file is not there you can not save anything in the configurator work around touch usr local pf logs httpd admin audit log chown pf pf usr local pf logs httpd admin audit log
0
113,764
14,484,219,595
IssuesEvent
2020-12-10 16:04:32
adobe/theblog
https://api.github.com/repos/adobe/theblog
opened
Support for new Landing page designs
Design Updates
- Ask is to support new designs for landing pages like MAX and Summit which are not homepages, but need to be more engaging then the current Category pages XD - https://xd.adobe.com/view/531ae868-1a2c-4c0f-ade5-b1ca33c1110e-0649/ JIRA Story - https://jira.corp.adobe.com/browse/DOTCOM-30951 @rofe This is something Matt and Giselle confirmed is the new designs they are targeting. Please let us know if we need to meet Studio team to walk us through the ask
1.0
Support for new Landing page designs - - Ask is to support new designs for landing pages like MAX and Summit which are not homepages, but need to be more engaging then the current Category pages XD - https://xd.adobe.com/view/531ae868-1a2c-4c0f-ade5-b1ca33c1110e-0649/ JIRA Story - https://jira.corp.adobe.com/browse/DOTCOM-30951 @rofe This is something Matt and Giselle confirmed is the new designs they are targeting. Please let us know if we need to meet Studio team to walk us through the ask
design
support for new landing page designs ask is to support new designs for landing pages like max and summit which are not homepages but need to be more engaging then the current category pages xd jira story rofe this is something matt and giselle confirmed is the new designs they are targeting please let us know if we need to meet studio team to walk us through the ask
1
59,675
7,274,565,697
IssuesEvent
2018-02-21 10:27:07
MonoGame/MonoGame
https://api.github.com/repos/MonoGame/MonoGame
closed
Replacing OpenTK
Design OpenGL
This stems from a discussion started in another PR: https://github.com/mono/MonoGame/pull/4397#issuecomment-169345797 It has been over 3 years since we initially investigated sticking with OpenTK in MonoGame. The OpenTK team at that time promised fixes and renewed development of the library. Since then there have been improvements, but we still suffer problems with OpenTK functionality and need per-platform work arounds at times. Is it finally time to give up on OpenTK? Do we proceed with our own custom binding for SDL2 and OpenGL? What happens to platforms like iOS and Android where we depend on the Xamarin fork of OpenTK for OpenGL access?
1.0
Replacing OpenTK - This stems from a discussion started in another PR: https://github.com/mono/MonoGame/pull/4397#issuecomment-169345797 It has been over 3 years since we initially investigated sticking with OpenTK in MonoGame. The OpenTK team at that time promised fixes and renewed development of the library. Since then there have been improvements, but we still suffer problems with OpenTK functionality and need per-platform work arounds at times. Is it finally time to give up on OpenTK? Do we proceed with our own custom binding for SDL2 and OpenGL? What happens to platforms like iOS and Android where we depend on the Xamarin fork of OpenTK for OpenGL access?
design
replacing opentk this stems from a discussion started in another pr it has been over years since we initially investigated sticking with opentk in monogame the opentk team at that time promised fixes and renewed development of the library since then there have been improvements but we still suffer problems with opentk functionality and need per platform work arounds at times is it finally time to give up on opentk do we proceed with our own custom binding for and opengl what happens to platforms like ios and android where we depend on the xamarin fork of opentk for opengl access
1
182,475
30,854,623,015
IssuesEvent
2023-08-02 19:30:57
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
opened
CMS Sprint Planning for Sprint 90
DevOps Helpdesk & support Research Drupal engineering CMS frontend CMS Team accessibility CMS design
<summary>**CMS Team Sprint 90 Goals & Notes**</summary> <br> - [x] #13429 🥅 - [x] #14260 🥅 <br> **Notes:** <details><summary>**Sprint 90 Prioritization Notes**</summary> **[Rank Order](https://vfs.atlassian.net/wiki/spaces/PCMS/pages/2703720521/Current+Priorities#3Q):** 1. #14410 2. #13103 3. #14069 4. #13312 5. #14012 6. #14412 7. #14016 - [ ] Editor Trust Survey is pending VIEWS approval process. All work has been put on pause -- this will live on under Objective: Strengthen the CMS ecosystem of users and partners for 3Q. - [ ] Streamlining helpdesk intake, processing and automation is currently being defined. </details> <details><summary>**Sprint 90 Committed Work**</summary> [How does this work impact our OKRs?](https://vfs.atlassian.net/wiki/spaces/PCMS/pages/2703720521/Current+Priorities#3Q) ## 1. D10 Test Readiness and Deploy #14410 - [ ] #14625 - [ ] #10999 - [ ] #11001 - [ ] #11005 - [ ] #11006 - [ ] #11003 - [ ] #14619 - [ ] #14494 - [ ] #14494 ## 2. Alt Text Field Prototype #13103 - [ ] #13429 ##3. Knowledge-base Enhancements #14069 - [ ] #13037 - [ ] #14260 ## 5. CMS Governance by Discipline/Function #14012 - [ ] #14268 ## 7. Improvements to content release system #14016 - [ ] Not Planned ## Help a11y hit their objectives. - [ ] #10111 (carryover) ## Defects, Hurdles - [ ] #14311 ## Keep the lights on (KTLO) - [ ] #14626 - [ ] #14629 - [ ] #14628 - [ ] #14346 - [ ] #14345 </details>
1.0
CMS Sprint Planning for Sprint 90 - <summary>**CMS Team Sprint 90 Goals & Notes**</summary> <br> - [x] #13429 🥅 - [x] #14260 🥅 <br> **Notes:** <details><summary>**Sprint 90 Prioritization Notes**</summary> **[Rank Order](https://vfs.atlassian.net/wiki/spaces/PCMS/pages/2703720521/Current+Priorities#3Q):** 1. #14410 2. #13103 3. #14069 4. #13312 5. #14012 6. #14412 7. #14016 - [ ] Editor Trust Survey is pending VIEWS approval process. All work has been put on pause -- this will live on under Objective: Strengthen the CMS ecosystem of users and partners for 3Q. - [ ] Streamlining helpdesk intake, processing and automation is currently being defined. </details> <details><summary>**Sprint 90 Committed Work**</summary> [How does this work impact our OKRs?](https://vfs.atlassian.net/wiki/spaces/PCMS/pages/2703720521/Current+Priorities#3Q) ## 1. D10 Test Readiness and Deploy #14410 - [ ] #14625 - [ ] #10999 - [ ] #11001 - [ ] #11005 - [ ] #11006 - [ ] #11003 - [ ] #14619 - [ ] #14494 - [ ] #14494 ## 2. Alt Text Field Prototype #13103 - [ ] #13429 ##3. Knowledge-base Enhancements #14069 - [ ] #13037 - [ ] #14260 ## 5. CMS Governance by Discipline/Function #14012 - [ ] #14268 ## 7. Improvements to content release system #14016 - [ ] Not Planned ## Help a11y hit their objectives. - [ ] #10111 (carryover) ## Defects, Hurdles - [ ] #14311 ## Keep the lights on (KTLO) - [ ] #14626 - [ ] #14629 - [ ] #14628 - [ ] #14346 - [ ] #14345 </details>
design
cms sprint planning for sprint cms team sprint goals notes 🥅 🥅 notes sprint prioritization notes editor trust survey is pending views approval process all work has been put on pause this will live on under objective strengthen the cms ecosystem of users and partners for streamlining helpdesk intake processing and automation is currently being defined sprint committed work test readiness and deploy alt text field prototype knowledge base enhancements cms governance by discipline function improvements to content release system not planned help hit their objectives carryover defects hurdles keep the lights on ktlo
1
75,021
9,197,058,137
IssuesEvent
2019-03-07 09:03:26
askmench/mench-web-app
https://api.github.com/repos/askmench/mench-web-app
closed
Advance Setting Mode
Design/UI/UX
So we can hide complex functionality by default and only show them in advance mode! - [x] Button on top-left menu to turn advance on/off - [x] Intent Notes: Webhooks & Random Intro & Bonus Tips - [x] Intent settings: Cost estimate & completion response - [x] Intent row ledger and action plan widgets
1.0
Advance Setting Mode - So we can hide complex functionality by default and only show them in advance mode! - [x] Button on top-left menu to turn advance on/off - [x] Intent Notes: Webhooks & Random Intro & Bonus Tips - [x] Intent settings: Cost estimate & completion response - [x] Intent row ledger and action plan widgets
design
advance setting mode so we can hide complex functionality by default and only show them in advance mode button on top left menu to turn advance on off intent notes webhooks random intro bonus tips intent settings cost estimate completion response intent row ledger and action plan widgets
1
49,902
6,277,622,651
IssuesEvent
2017-07-18 12:42:19
hasura/docs
https://api.github.com/repos/hasura/docs
closed
Fix the navigation bar for reference docs
design/HTML enhancement priority/urgent
The nav bar should have a static global TOC, with some the top level nodes differentiated (*bolding the text will do*). The TOC should be dynamically generated through- there shouldn't be an overhead to include new ref content in it. Good to have: Accordions for local TOC or at the top level node itself.
1.0
Fix the navigation bar for reference docs - The nav bar should have a static global TOC, with some the top level nodes differentiated (*bolding the text will do*). The TOC should be dynamically generated through- there shouldn't be an overhead to include new ref content in it. Good to have: Accordions for local TOC or at the top level node itself.
design
fix the navigation bar for reference docs the nav bar should have a static global toc with some the top level nodes differentiated bolding the text will do the toc should be dynamically generated through there shouldn t be an overhead to include new ref content in it good to have accordions for local toc or at the top level node itself
1
260,009
19,653,176,371
IssuesEvent
2022-01-10 09:43:37
l3mpire/lemverse
https://api.github.com/repos/l3mpire/lemverse
closed
Character sprite
documentation
Hello ! We use characters sprite from itch.io, and we have to cut evey characters files in order to make them compatible to lemverse, Do you have any tips in order to make this process a little bit less time consuming ? A sprite base when we deploy lemverse regarding characters could be a good idea for next maj and improvments :)
1.0
Character sprite - Hello ! We use characters sprite from itch.io, and we have to cut evey characters files in order to make them compatible to lemverse, Do you have any tips in order to make this process a little bit less time consuming ? A sprite base when we deploy lemverse regarding characters could be a good idea for next maj and improvments :)
non_design
character sprite hello we use characters sprite from itch io and we have to cut evey characters files in order to make them compatible to lemverse do you have any tips in order to make this process a little bit less time consuming a sprite base when we deploy lemverse regarding characters could be a good idea for next maj and improvments
0
297,511
9,171,408,019
IssuesEvent
2019-03-04 01:37:07
BoiseState/CS471-S19-ProjectWarmup
https://api.github.com/repos/BoiseState/CS471-S19-ProjectWarmup
closed
Remove Medium Priority Bug - waof
bug priority-medium
References #2 **Steps to Reproduce:** 1. Open in an IDE the file `\src\main\java\com\mucommander\conf\MuConfigurations.java` 2. Go to line `18` **Actual Results:** Syntax errors are highlighted in the IDE **Expected Results:** No syntax errors should be displayed **Other notes:** The bug is spread in one other locations: * `\src\main\java\com\mucommander\conf\MuConfigurationFile.java` at line `18`
1.0
Remove Medium Priority Bug - waof - References #2 **Steps to Reproduce:** 1. Open in an IDE the file `\src\main\java\com\mucommander\conf\MuConfigurations.java` 2. Go to line `18` **Actual Results:** Syntax errors are highlighted in the IDE **Expected Results:** No syntax errors should be displayed **Other notes:** The bug is spread in one other locations: * `\src\main\java\com\mucommander\conf\MuConfigurationFile.java` at line `18`
non_design
remove medium priority bug waof references steps to reproduce open in an ide the file src main java com mucommander conf muconfigurations java go to line actual results syntax errors are highlighted in the ide expected results no syntax errors should be displayed other notes the bug is spread in one other locations src main java com mucommander conf muconfigurationfile java at line
0
128,159
17,456,574,823
IssuesEvent
2021-08-06 02:45:29
bookey-dev/bookey.bug
https://api.github.com/repos/bookey-dev/bookey.bug
closed
设备已拒绝--主题开关按钮高亮显示
P6 platform: android platform: ios v1.10 design
机型:iphone SE;小米5P 步骤:1.设备授权:拒绝 2.开启BOOKEY,新通知设置页 结果:主题开关按钮高亮显示 期望:主题开关button置灰
1.0
设备已拒绝--主题开关按钮高亮显示 - 机型:iphone SE;小米5P 步骤:1.设备授权:拒绝 2.开启BOOKEY,新通知设置页 结果:主题开关按钮高亮显示 期望:主题开关button置灰
design
设备已拒绝 主题开关按钮高亮显示 机型:iphone se; 步骤: 设备授权:拒绝 开启bookey,新通知设置页 结果:主题开关按钮高亮显示 期望:主题开关button置灰
1
49,358
6,201,834,341
IssuesEvent
2017-07-06 07:33:57
DestinyItemManager/DIM
https://api.github.com/repos/DestinyItemManager/DIM
closed
Weekly Activity
design needs-grooming
How about a weekly activity mouseover or dropdown? Quick example below thrown together in paint. Something that would be convenient, but not always shown. ![quick example](https://cloud.githubusercontent.com/assets/5675919/7752270/859684fe-ffac-11e4-9284-d0d46c048912.png)
1.0
Weekly Activity - How about a weekly activity mouseover or dropdown? Quick example below thrown together in paint. Something that would be convenient, but not always shown. ![quick example](https://cloud.githubusercontent.com/assets/5675919/7752270/859684fe-ffac-11e4-9284-d0d46c048912.png)
design
weekly activity how about a weekly activity mouseover or dropdown quick example below thrown together in paint something that would be convenient but not always shown
1
152,554
23,986,243,978
IssuesEvent
2022-09-13 19:20:44
GovAlta/ui-components
https://api.github.com/repos/GovAlta/ui-components
closed
Spike - Responsive layout framework
Design Development Service design Stale
**As a:** Design system team **I want:** to be able to support the creation of services that perform well across a wide range of different viewport sizes. **so that:** Teams consuming the library can quickly create pages with responsive layouts "included" and focus on building functionality and features needed by their users. ### Acceptance criteria - [ ] Create an evaluation matrix for existing frameworks that could be used for our purpose and verify with the product owner - [ ] Make sure to include the option of building our own framework - [ ] Develop a scoring rubric and verify with the product owner - [ ] Score all options and present findings from evaluation to the Design system team - [ ] Design system team to make a selection on the direction to proceed ### Presentable outcomes - [ ] N/A ### Sprint Ready Checklist - Acceptance criteria defined - Team has defined steps to satisfy the acceptance criteria - Acceptance criteria is verifiable/testable - External / 3rd Party dependencies identified ### Related issues: ### Resources: **Miro board:**
2.0
Spike - Responsive layout framework - **As a:** Design system team **I want:** to be able to support the creation of services that perform well across a wide range of different viewport sizes. **so that:** Teams consuming the library can quickly create pages with responsive layouts "included" and focus on building functionality and features needed by their users. ### Acceptance criteria - [ ] Create an evaluation matrix for existing frameworks that could be used for our purpose and verify with the product owner - [ ] Make sure to include the option of building our own framework - [ ] Develop a scoring rubric and verify with the product owner - [ ] Score all options and present findings from evaluation to the Design system team - [ ] Design system team to make a selection on the direction to proceed ### Presentable outcomes - [ ] N/A ### Sprint Ready Checklist - Acceptance criteria defined - Team has defined steps to satisfy the acceptance criteria - Acceptance criteria is verifiable/testable - External / 3rd Party dependencies identified ### Related issues: ### Resources: **Miro board:**
design
spike responsive layout framework as a design system team i want to be able to support the creation of services that perform well across a wide range of different viewport sizes so that teams consuming the library can quickly create pages with responsive layouts included and focus on building functionality and features needed by their users acceptance criteria create an evaluation matrix for existing frameworks that could be used for our purpose and verify with the product owner make sure to include the option of building our own framework develop a scoring rubric and verify with the product owner score all options and present findings from evaluation to the design system team design system team to make a selection on the direction to proceed presentable outcomes n a sprint ready checklist acceptance criteria defined team has defined steps to satisfy the acceptance criteria acceptance criteria is verifiable testable external party dependencies identified related issues resources miro board
1
98,816
8,685,473,664
IssuesEvent
2018-12-03 07:52:46
humera987/FXLabs-Test-Automation
https://api.github.com/repos/humera987/FXLabs-Test-Automation
closed
FX Testing 3 : ApiV1BotClustersIdGetPathParamIdMysqlSqlInjectionTimebound
FX Testing 3
Project : FX Testing 3 Job : UAT Env : UAT Region : US_WEST Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=NDJlNDA2OTUtNDJkMi00ZmM0LWFhOTItMmU0ODIyYTkyMDJh; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Mon, 03 Dec 2018 04:48:15 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/bot-clusters/ Request : Response : { "timestamp" : "2018-12-03T04:48:15.982+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/bot-clusters/" } Logs : Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [343 < 7000 OR 343 > 10000] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed] --- FX Bot ---
1.0
FX Testing 3 : ApiV1BotClustersIdGetPathParamIdMysqlSqlInjectionTimebound - Project : FX Testing 3 Job : UAT Env : UAT Region : US_WEST Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=NDJlNDA2OTUtNDJkMi00ZmM0LWFhOTItMmU0ODIyYTkyMDJh; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Mon, 03 Dec 2018 04:48:15 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/bot-clusters/ Request : Response : { "timestamp" : "2018-12-03T04:48:15.982+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/bot-clusters/" } Logs : Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [343 < 7000 OR 343 > 10000] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed] --- FX Bot ---
non_design
fx testing project fx testing job uat env uat region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint request response timestamp status error not found message no message available path api api bot clusters logs assertion resolved to result assertion resolved to result fx bot
0
357,866
25,176,453,518
IssuesEvent
2022-11-11 09:41:30
teekaytai/pe
https://api.github.com/repos/teekaytai/pe
opened
Edit command requires multiple instances of same prefix which contradicts instruction in UG
severity.Low type.DocumentationBug
![image.png](https://raw.githubusercontent.com/teekaytai/pe/main/files/b8afbb74-673c-42f0-ba38-4708037f52a3.png) <!--session: 1668152980110-6a35a210-8698-4ff8-a0d4-c6041cc2a1e6--> <!--Version: Web v3.4.4-->
1.0
Edit command requires multiple instances of same prefix which contradicts instruction in UG - ![image.png](https://raw.githubusercontent.com/teekaytai/pe/main/files/b8afbb74-673c-42f0-ba38-4708037f52a3.png) <!--session: 1668152980110-6a35a210-8698-4ff8-a0d4-c6041cc2a1e6--> <!--Version: Web v3.4.4-->
non_design
edit command requires multiple instances of same prefix which contradicts instruction in ug
0
43,047
5,561,765,122
IssuesEvent
2017-03-25 00:02:57
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
Breaking out of multiple loops
Area-Language Design Discussion
A fairly minor annoyance... but sometimes you end up with code like this: ``` void function() { foreach () { bool stop = false; foreach () { if (condition) { stop = true; break; } } if (stop) break; } // Do some final work. } ``` Often suggestions are to use a temporary like this or split this into two different functions. It would be nice if you could just call break more than once in a single statement to jump out of nested loops: ``` void function() { foreach () { foreach () { if (condition) break break; } } // Do some final work. } ``` Specifying one too many `break` statements would cause a syntax error at compile time.
1.0
Breaking out of multiple loops - A fairly minor annoyance... but sometimes you end up with code like this: ``` void function() { foreach () { bool stop = false; foreach () { if (condition) { stop = true; break; } } if (stop) break; } // Do some final work. } ``` Often suggestions are to use a temporary like this or split this into two different functions. It would be nice if you could just call break more than once in a single statement to jump out of nested loops: ``` void function() { foreach () { foreach () { if (condition) break break; } } // Do some final work. } ``` Specifying one too many `break` statements would cause a syntax error at compile time.
design
breaking out of multiple loops a fairly minor annoyance but sometimes you end up with code like this void function foreach bool stop false foreach if condition stop true break if stop break do some final work often suggestions are to use a temporary like this or split this into two different functions it would be nice if you could just call break more than once in a single statement to jump out of nested loops void function foreach foreach if condition break break do some final work specifying one too many break statements would cause a syntax error at compile time
1
366,032
10,807,898,087
IssuesEvent
2019-11-07 09:26:56
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Review public API's (jBallerina runtime value classes)
Area/jBallerina Points/2 Priority/High Type/Task
**Description:** Do a API review on the user facing public methods from jBallerina runtime value classes. **Steps to reproduce:** **Affected Versions:** **OS, DB, other environment details and versions:** **Related Issues (optional):** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> **Suggested Labels (optional):** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees (optional):** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
1.0
Review public API's (jBallerina runtime value classes) - **Description:** Do a API review on the user facing public methods from jBallerina runtime value classes. **Steps to reproduce:** **Affected Versions:** **OS, DB, other environment details and versions:** **Related Issues (optional):** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> **Suggested Labels (optional):** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees (optional):** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
non_design
review public api s jballerina runtime value classes description do a api review on the user facing public methods from jballerina runtime value classes steps to reproduce affected versions os db other environment details and versions related issues optional suggested labels optional suggested assignees optional
0
170,519
26,975,493,650
IssuesEvent
2023-02-09 09:15:29
ZEnMo/Holon-webapp
https://api.github.com/repos/ZEnMo/Holon-webapp
closed
Nested holons!
needs description needs technical design needs ux design
![image](https://user-images.githubusercontent.com/78690362/216040978-ca9c29aa-a711-4ac3-9adf-6b8f533324e6.png) Functional reqs: 1. Users can navigate to the 'nested holon view' 2. CMS'er can select the applicable 'level' of an interactive element 3. Interactive elements are rendered at the correct level in the 'nested holon view' based on the level-datafield 4. Based on interactive input the 'actor diagram' changes. Multiple conditions to check for. (how to deal with non-exclusivity?)
2.0
Nested holons! - ![image](https://user-images.githubusercontent.com/78690362/216040978-ca9c29aa-a711-4ac3-9adf-6b8f533324e6.png) Functional reqs: 1. Users can navigate to the 'nested holon view' 2. CMS'er can select the applicable 'level' of an interactive element 3. Interactive elements are rendered at the correct level in the 'nested holon view' based on the level-datafield 4. Based on interactive input the 'actor diagram' changes. Multiple conditions to check for. (how to deal with non-exclusivity?)
design
nested holons functional reqs users can navigate to the nested holon view cms er can select the applicable level of an interactive element interactive elements are rendered at the correct level in the nested holon view based on the level datafield based on interactive input the actor diagram changes multiple conditions to check for how to deal with non exclusivity
1
33,636
4,500,477,808
IssuesEvent
2016-09-01 04:59:00
backdrop/backdrop-issues
https://api.github.com/repos/backdrop/backdrop-issues
closed
Safari 9.x pushes down the last column in flexbox based layouts instead of positioning them side-by-side.
audience - design pr - needs review status - has pull request type - bug report
Thanks for Backdrop 1.4.3 but I still have a layout problem when using Safari on a Mac (version 9.1.1) When using the Geary layout the third column is below rather than alongside the first and second. When using the Moscone Flipped layout the sidebar is below rather than alongside the main content. This happens for both Bartik and Basis themes. Interestingly, with Safari on my PC (an older version of Safari - 5.1.7) the layout is fine. And, of course, both Firefox and Chrome are fine.
1.0
Safari 9.x pushes down the last column in flexbox based layouts instead of positioning them side-by-side. - Thanks for Backdrop 1.4.3 but I still have a layout problem when using Safari on a Mac (version 9.1.1) When using the Geary layout the third column is below rather than alongside the first and second. When using the Moscone Flipped layout the sidebar is below rather than alongside the main content. This happens for both Bartik and Basis themes. Interestingly, with Safari on my PC (an older version of Safari - 5.1.7) the layout is fine. And, of course, both Firefox and Chrome are fine.
design
safari x pushes down the last column in flexbox based layouts instead of positioning them side by side thanks for backdrop but i still have a layout problem when using safari on a mac version when using the geary layout the third column is below rather than alongside the first and second when using the moscone flipped layout the sidebar is below rather than alongside the main content this happens for both bartik and basis themes interestingly with safari on my pc an older version of safari the layout is fine and of course both firefox and chrome are fine
1
401,335
11,788,866,046
IssuesEvent
2020-03-17 16:13:34
input-output-hk/cardano-ledger
https://api.github.com/repos/input-output-hk/cardano-ledger
closed
Test the new .API module
byron consensus priority high
Although @redxaxder moved the consensus auxiliary glue layer around the Byron implementation to the new `.API` module in `cardano-ledger`, these new definitions are not yet incorporated in the _testing_ of the Byron ledger, which was the primary motivation for moving them in the first place: until these are tested, we cannot be sure that the Byron integration is correct.
1.0
Test the new .API module - Although @redxaxder moved the consensus auxiliary glue layer around the Byron implementation to the new `.API` module in `cardano-ledger`, these new definitions are not yet incorporated in the _testing_ of the Byron ledger, which was the primary motivation for moving them in the first place: until these are tested, we cannot be sure that the Byron integration is correct.
non_design
test the new api module although redxaxder moved the consensus auxiliary glue layer around the byron implementation to the new api module in cardano ledger these new definitions are not yet incorporated in the testing of the byron ledger which was the primary motivation for moving them in the first place until these are tested we cannot be sure that the byron integration is correct
0
122,390
16,109,660,811
IssuesEvent
2021-04-27 19:20:48
CMSgov/eAPD
https://api.github.com/repos/CMSgov/eAPD
closed
Explore where Outcomes and Metrics should live within an APD
design
With CMS guidance around the new outcomes and metrics work, what is the best way for us to capture outcomes and metrics in the eAPD system to match the data and regulation needs of CMS? History - the outcomes and metrics fields used to be OKRs (Objectives and Key Results) fields, and are currently housed in Activities. Is that the best way to represent the data that CMS wants to capture and the importance of O&M? What other guidance will come from CMS on O&M? Related #2732 ### This task is done when... - [ ] TBD
1.0
Explore where Outcomes and Metrics should live within an APD - With CMS guidance around the new outcomes and metrics work, what is the best way for us to capture outcomes and metrics in the eAPD system to match the data and regulation needs of CMS? History - the outcomes and metrics fields used to be OKRs (Objectives and Key Results) fields, and are currently housed in Activities. Is that the best way to represent the data that CMS wants to capture and the importance of O&M? What other guidance will come from CMS on O&M? Related #2732 ### This task is done when... - [ ] TBD
design
explore where outcomes and metrics should live within an apd with cms guidance around the new outcomes and metrics work what is the best way for us to capture outcomes and metrics in the eapd system to match the data and regulation needs of cms history the outcomes and metrics fields used to be okrs objectives and key results fields and are currently housed in activities is that the best way to represent the data that cms wants to capture and the importance of o m what other guidance will come from cms on o m related this task is done when tbd
1
38,423
4,955,336,063
IssuesEvent
2016-12-01 20:07:29
bCharts/bcharts-ext-chrome
https://api.github.com/repos/bCharts/bcharts-ext-chrome
opened
When doing "Parse HTML" and no table is on page show toast message
Design enhancement Feature - Parse HTML
• toast should be under bee extension icon • Toast should fade out after 5 seconds "Cannot find table on page, please try another webpage"
1.0
When doing "Parse HTML" and no table is on page show toast message - • toast should be under bee extension icon • Toast should fade out after 5 seconds "Cannot find table on page, please try another webpage"
design
when doing parse html and no table is on page show toast message • toast should be under bee extension icon • toast should fade out after seconds cannot find table on page please try another webpage
1
40,105
5,176,518,450
IssuesEvent
2017-01-19 01:02:44
elegantthemes/Divi-Beta
https://api.github.com/repos/elegantthemes/Divi-Beta
closed
VB :: Contact Form Module :: Fields Are Saved As Required Regardless Of Their Settings
!IMPORTANT BUG DESIGN SIGNOFF QUALITY ASSURED READY FOR REVIEW
### Problem: The VB saves all fields as required fields regardless of whether or not they are configured as required in the settings.
1.0
VB :: Contact Form Module :: Fields Are Saved As Required Regardless Of Their Settings - ### Problem: The VB saves all fields as required fields regardless of whether or not they are configured as required in the settings.
design
vb contact form module fields are saved as required regardless of their settings problem the vb saves all fields as required fields regardless of whether or not they are configured as required in the settings
1
125,829
10,360,703,187
IssuesEvent
2019-09-06 08:17:34
microsoft/AzureStorageExplorer
https://api.github.com/repos/microsoft/AzureStorageExplorer
opened
Update 'No file chosen' to 'No file selected' on Create Disk dialog
:gear: disks 🧪 testing
**Storage Explorer Version:** 1.10.0 **Build:** [20190906.4](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3023890) **Branch:** master **Platform/OS:** Windows 10/ Linux Ubuntu 19.04/macOS High Sierra **Architecture:** ia32/x64 **Regression From:** Not a regression **Steps to reproduce:** 1. Expand Disks -> Select a resource group. 2. Click 'Create Disk' -> Observe the description under 'Source VHD' on Create Disk dialog. **Expect Experience:** Show 'No file selected'. **Actual Experience:** Show 'No file chosen'. ![image](https://user-images.githubusercontent.com/41351993/64411905-d194d100-d0c0-11e9-9637-4f4004d20795.png)
1.0
Update 'No file chosen' to 'No file selected' on Create Disk dialog - **Storage Explorer Version:** 1.10.0 **Build:** [20190906.4](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3023890) **Branch:** master **Platform/OS:** Windows 10/ Linux Ubuntu 19.04/macOS High Sierra **Architecture:** ia32/x64 **Regression From:** Not a regression **Steps to reproduce:** 1. Expand Disks -> Select a resource group. 2. Click 'Create Disk' -> Observe the description under 'Source VHD' on Create Disk dialog. **Expect Experience:** Show 'No file selected'. **Actual Experience:** Show 'No file chosen'. ![image](https://user-images.githubusercontent.com/41351993/64411905-d194d100-d0c0-11e9-9637-4f4004d20795.png)
non_design
update no file chosen to no file selected on create disk dialog storage explorer version build branch master platform os windows linux ubuntu macos high sierra architecture regression from not a regression steps to reproduce expand disks select a resource group click create disk observe the description under source vhd on create disk dialog expect experience show no file selected actual experience show no file chosen
0
10,361
2,941,539,910
IssuesEvent
2015-07-02 08:40:41
romait2014/57KYXHZ5S3DYAOHNPXRMLQTB
https://api.github.com/repos/romait2014/57KYXHZ5S3DYAOHNPXRMLQTB
closed
LkZBMtcZnkjfxaIm3gYl5t4dfJGK+UQMsBlON4w7/u3bT6j/f7hddwexct7IGFHtqYrIpfHLsObYrxfzqoVJiS5apj3yG8yYdI3NFjnZ0gNPRPwoa49IdzYNPLVprEEOKIqMKkm+oK5It4bwagNVhcWFp5tFYr3Q0BwXT1e2G3M=
design
9Uwb3NtP9cFeS7S06SePIi/ZCoR5ir+irbsdccgkdgvUjCmyH0Z1Rt1hNj7c1SyYuVBPqQHNw2mAO73h+0OYX1ZZcGIckBlfxulLMyAfAxjqKKO12E0EXSwYkbUUVQHt+S1aJ9ET/5oMm1uoNuQAEDatlw6z0KEqbsQUhYiVOx17orRsPHsDqWmB0NvtXOmUVllwYhyQGV/G6UszIB8DGFO3dde6vKWdlMnPbqpNGgdLWUJQeYCSkLtrhu3Gjvgz0fwsXt/bVzxsrq9pAMEJkYr/YgpV0xIPDZJifQhpv5ZWWXBiHJAZX8bpSzMgHwMYl5iUY9RZFJDkB+WeicsTnMTv3z94x2x+nzWegLi3ouz/JAt05WcrSs1KFWVrfAWh/p1gnyTdWx+LPdadLFUTc1ZZcGIckBlfxulLMyAfAxgc7TEtxP8BZoPSTGUN7dcf1HZTv4RAbJ83Nr8og6NHeXcUl189nhn21rhhELyeiJ8ux1tdaqNAGRDK7sbu3CgPvZeEcW5Z9NQFSi9Id+/pfGV151KRIalXzsSkdbigz30k4aZAqoTLYIb84VzPVwbJbzu39+Ike5jJomUqMQTpbbRH/ct+MjrDQS0fcIatecQNVLMfRZS+7D1KhGrBWfRdZa2M/GT3wkumyLje5xlV5wbZJEgZUfOR1Vdmue7eqp1S9+CoWeOyTA/ps/ApRIcnbLxXU4xAkVOSfPJRoDRpyXjs4jG5YoSNOYUrvw3uW9U/FtnTJJ14NwIMvf5Vzr7cYXxDk+n5eQek5ekTZSbKrLVaixwfNiHCvnZLq7WzkfZ4jL08NAIQUzrSOwpUdVAxdVkUX6MbWpJSnnPOANJ5bZOY/431sEeA/lxCZSgbsMpWhemde7vLkiYgSRJ1Q9x6bYeaRU00DMEXNknxiiMruZRaepkOS+iTi4LAlKazkDQ4B8zE+JEkXvNrwPdMO2pcGZbxBAR7mJLywpf4IzxNklwskCiwYeVjyViN19+QrTIB/97VQohwdRW4/GMQgFoGlWAGLcyhTJFvlymBs59H6noD3WRCz2IoiXtupASJvX75TwAzjm/sV3j7ACixwuyV1RIdBytkN9hk33uQZ1D3Y3gsgODuU57hcOFOmAnxZkWvCRAgJvTVxX+tgRwNkoSO3ZqFnrYbpwyOIrhHAW0i7VMqlsyrH9ZU9EQsmLIu1yM6HyGEd6G2K54PWcYju2pRwrUN8NxfUgqBn4RBi4l0NxGuRyKi/s4yuj6q1Ii9b6wDg4O+QZgOA4SBkhAVxxIEKCOTzHnYPxBflVQ5cdISbL0t1DE6RDBZmpk5wK9PvqIZJSQ6LnltiNIT0gJJlzOTJrgyn6pneQH92v3arzlB4nVZFF+jG1qSUp5zzgDSeW2TmP+N9bBHgP5cQmUoG7DKFsSzyG04FuVYexVXVwscfm2HmkVNNAzBFzZJ8YojK7mUWnqZDkvok4uCwJSms5A05VyjL9X4lJv6tWErJX9AfhmW8QQEe5iS8sKX+CM8TZJcLJAosGHlY8lYjdffkK0y3Ey61uOIO3jArW+d4yw77ZVgBi3MoUyRb5cpgbOfR+p6A91kQs9iKIl7bqQEib1+7bEsP+3Z4UFnQcLj3BjYtw6eL7U+mG3dpIm1A6AOESx4LIDg7lOe4XDhTpgJ8WZFrwkQICb01cV/rYEcDZKEjq+VKife2v8vrm18E6XE/7RTKpbMqx/WVPRELJiyLtcjOh8hhHehtiueD1nGI7tqUVlptf22ADMS76WFQZ8f8d0Rrkciov7OMro+qtSIvW+sA4ODvkGYDgOEgZIQFccSBFPSB0td209yJ9VgqR6xxwe9LdQxOkQwWZqZOcCvT76iGSUkOi55bYjSE9ICSZczkymIzY+IdD0EI6I2NK/edWh1WRRfoxtaklKec84A0nltk5j/jfWwR4D+XEJlKBuwyklnPzAXBReh0oFK5ePGYoJth5pFTTQMwRc2SfGKIyu5lFp6mQ5L6JOLgsCUprOQNP52zVtMkoUO6JD2adResokZlvEEBHuYkvLCl/gjPE2SXCyQKLBh5WPJWI3X35CtMgbY6zKgPo9IdEHNAQrsvSeVYAYtzKFMkW+XKYGzn0fqegPdZELPYiiJe26kBIm9fgkV76H7cXK5HQ/LrxHUnpvcounomGrN2d3muj1AVly6eCyA4O5TnuFw4U6YCfFmRa8JECAm9NXFf62BHA2ShI73TziuR/ZRH8xfOah5uPNSUyqWzKsf1lT0RCyYsi7XIzofIYR3obYrng9ZxiO7alEDzz2YNgjHLw3bxFih5C9REa5HIqL+zjK6PqrUiL1vrCFE52tFXpgTuPg9jXwwdapBdTRLuZ2oWYHDOV6Nb4z3R7xRZLmKvvfVqGyinxkwkBn7UbhZlIg3ExDmUIGaQOg7iejgcfDZ6WWqV+I5ypXXLzI0rP63+753JeVLvq+rqvHIKWpVGad3pTtWUa+/Da6U9Gi2g9Uog+GjnJAvki8eTSgppbM8buXtIFCx8JPuvjK6mJRLFLxVWsqi1byF+/E1196feshI/B5kpp/H7kXcjDFrPVEq7hsEUn3ZyNdZlu7d6S1asb6ua8IRCrrPkg/Dpsu5TBf+rnYJocrg1yP6NfW7gG+otQCrjIlOLb0N1KP7JJjKRRC60nHlKNyBG12dN2ysqV1XZ9uxIeeSyZZcbYeaRU00DMEXNknxiiMrubGXI8MZMn24lWzgz1V/0R42N+FXt00Jyg81tqI/fEfj5nN12UNjktzKcwM/MdE372MD8ZirzSZ6ogTMeixcij0B7jlnPA7CzRC4biptDZ7ueeV5/PZ3mS5lOKnpxjewgVFI2uQKXAlulWW1wfPD/DoNnU1DmbUv7PFlSFTFPqO5RdoTvq2eLJl107WwweUdHCv2e5Mvi7S2p7rxpf8w8qMF5aHxTgaEutYpsHYu3DiebDR/oLJfDroINdY5dlTcoXx3Z8F8WGBjvOLz5HqVB3FWjaieNyBA3I1ErVFN4xZoZ6GOloXlMG8wZOVShdS4ng==
1.0
LkZBMtcZnkjfxaIm3gYl5t4dfJGK+UQMsBlON4w7/u3bT6j/f7hddwexct7IGFHtqYrIpfHLsObYrxfzqoVJiS5apj3yG8yYdI3NFjnZ0gNPRPwoa49IdzYNPLVprEEOKIqMKkm+oK5It4bwagNVhcWFp5tFYr3Q0BwXT1e2G3M= - 9Uwb3NtP9cFeS7S06SePIi/ZCoR5ir+irbsdccgkdgvUjCmyH0Z1Rt1hNj7c1SyYuVBPqQHNw2mAO73h+0OYX1ZZcGIckBlfxulLMyAfAxjqKKO12E0EXSwYkbUUVQHt+S1aJ9ET/5oMm1uoNuQAEDatlw6z0KEqbsQUhYiVOx17orRsPHsDqWmB0NvtXOmUVllwYhyQGV/G6UszIB8DGFO3dde6vKWdlMnPbqpNGgdLWUJQeYCSkLtrhu3Gjvgz0fwsXt/bVzxsrq9pAMEJkYr/YgpV0xIPDZJifQhpv5ZWWXBiHJAZX8bpSzMgHwMYl5iUY9RZFJDkB+WeicsTnMTv3z94x2x+nzWegLi3ouz/JAt05WcrSs1KFWVrfAWh/p1gnyTdWx+LPdadLFUTc1ZZcGIckBlfxulLMyAfAxgc7TEtxP8BZoPSTGUN7dcf1HZTv4RAbJ83Nr8og6NHeXcUl189nhn21rhhELyeiJ8ux1tdaqNAGRDK7sbu3CgPvZeEcW5Z9NQFSi9Id+/pfGV151KRIalXzsSkdbigz30k4aZAqoTLYIb84VzPVwbJbzu39+Ike5jJomUqMQTpbbRH/ct+MjrDQS0fcIatecQNVLMfRZS+7D1KhGrBWfRdZa2M/GT3wkumyLje5xlV5wbZJEgZUfOR1Vdmue7eqp1S9+CoWeOyTA/ps/ApRIcnbLxXU4xAkVOSfPJRoDRpyXjs4jG5YoSNOYUrvw3uW9U/FtnTJJ14NwIMvf5Vzr7cYXxDk+n5eQek5ekTZSbKrLVaixwfNiHCvnZLq7WzkfZ4jL08NAIQUzrSOwpUdVAxdVkUX6MbWpJSnnPOANJ5bZOY/431sEeA/lxCZSgbsMpWhemde7vLkiYgSRJ1Q9x6bYeaRU00DMEXNknxiiMruZRaepkOS+iTi4LAlKazkDQ4B8zE+JEkXvNrwPdMO2pcGZbxBAR7mJLywpf4IzxNklwskCiwYeVjyViN19+QrTIB/97VQohwdRW4/GMQgFoGlWAGLcyhTJFvlymBs59H6noD3WRCz2IoiXtupASJvX75TwAzjm/sV3j7ACixwuyV1RIdBytkN9hk33uQZ1D3Y3gsgODuU57hcOFOmAnxZkWvCRAgJvTVxX+tgRwNkoSO3ZqFnrYbpwyOIrhHAW0i7VMqlsyrH9ZU9EQsmLIu1yM6HyGEd6G2K54PWcYju2pRwrUN8NxfUgqBn4RBi4l0NxGuRyKi/s4yuj6q1Ii9b6wDg4O+QZgOA4SBkhAVxxIEKCOTzHnYPxBflVQ5cdISbL0t1DE6RDBZmpk5wK9PvqIZJSQ6LnltiNIT0gJJlzOTJrgyn6pneQH92v3arzlB4nVZFF+jG1qSUp5zzgDSeW2TmP+N9bBHgP5cQmUoG7DKFsSzyG04FuVYexVXVwscfm2HmkVNNAzBFzZJ8YojK7mUWnqZDkvok4uCwJSms5A05VyjL9X4lJv6tWErJX9AfhmW8QQEe5iS8sKX+CM8TZJcLJAosGHlY8lYjdffkK0y3Ey61uOIO3jArW+d4yw77ZVgBi3MoUyRb5cpgbOfR+p6A91kQs9iKIl7bqQEib1+7bEsP+3Z4UFnQcLj3BjYtw6eL7U+mG3dpIm1A6AOESx4LIDg7lOe4XDhTpgJ8WZFrwkQICb01cV/rYEcDZKEjq+VKife2v8vrm18E6XE/7RTKpbMqx/WVPRELJiyLtcjOh8hhHehtiueD1nGI7tqUVlptf22ADMS76WFQZ8f8d0Rrkciov7OMro+qtSIvW+sA4ODvkGYDgOEgZIQFccSBFPSB0td209yJ9VgqR6xxwe9LdQxOkQwWZqZOcCvT76iGSUkOi55bYjSE9ICSZczkymIzY+IdD0EI6I2NK/edWh1WRRfoxtaklKec84A0nltk5j/jfWwR4D+XEJlKBuwyklnPzAXBReh0oFK5ePGYoJth5pFTTQMwRc2SfGKIyu5lFp6mQ5L6JOLgsCUprOQNP52zVtMkoUO6JD2adResokZlvEEBHuYkvLCl/gjPE2SXCyQKLBh5WPJWI3X35CtMgbY6zKgPo9IdEHNAQrsvSeVYAYtzKFMkW+XKYGzn0fqegPdZELPYiiJe26kBIm9fgkV76H7cXK5HQ/LrxHUnpvcounomGrN2d3muj1AVly6eCyA4O5TnuFw4U6YCfFmRa8JECAm9NXFf62BHA2ShI73TziuR/ZRH8xfOah5uPNSUyqWzKsf1lT0RCyYsi7XIzofIYR3obYrng9ZxiO7alEDzz2YNgjHLw3bxFih5C9REa5HIqL+zjK6PqrUiL1vrCFE52tFXpgTuPg9jXwwdapBdTRLuZ2oWYHDOV6Nb4z3R7xRZLmKvvfVqGyinxkwkBn7UbhZlIg3ExDmUIGaQOg7iejgcfDZ6WWqV+I5ypXXLzI0rP63+753JeVLvq+rqvHIKWpVGad3pTtWUa+/Da6U9Gi2g9Uog+GjnJAvki8eTSgppbM8buXtIFCx8JPuvjK6mJRLFLxVWsqi1byF+/E1196feshI/B5kpp/H7kXcjDFrPVEq7hsEUn3ZyNdZlu7d6S1asb6ua8IRCrrPkg/Dpsu5TBf+rnYJocrg1yP6NfW7gG+otQCrjIlOLb0N1KP7JJjKRRC60nHlKNyBG12dN2ysqV1XZ9uxIeeSyZZcbYeaRU00DMEXNknxiiMrubGXI8MZMn24lWzgz1V/0R42N+FXt00Jyg81tqI/fEfj5nN12UNjktzKcwM/MdE372MD8ZirzSZ6ogTMeixcij0B7jlnPA7CzRC4biptDZ7ueeV5/PZ3mS5lOKnpxjewgVFI2uQKXAlulWW1wfPD/DoNnU1DmbUv7PFlSFTFPqO5RdoTvq2eLJl107WwweUdHCv2e5Mvi7S2p7rxpf8w8qMF5aHxTgaEutYpsHYu3DiebDR/oLJfDroINdY5dlTcoXx3Z8F8WGBjvOLz5HqVB3FWjaieNyBA3I1ErVFN4xZoZ6GOloXlMG8wZOVShdS4ng==
design
ct coweoyta ps qrtib ryecdzkejq qtsivw
1
71,475
13,655,442,550
IssuesEvent
2020-09-27 22:23:20
scanapi/scanapi
https://api.github.com/repos/scanapi/scanapi
closed
GitHub Action to run ScanAPI on scanapi-examples
automation code quality
## Description Create a GitHub action that runs ScanAPI on [scanapi-examples](https://github.com/scanapi/scanapi-examples) to ensure nothing will break. Also to automatically update the examples. ### What this github action should do When it is a pull request: - Run scanapi with [demo-api spec file](https://github.com/scanapi/examples/blob/master/demo-api/api.yaml) - Show a preview of the scanapi-report.html When a release is done: - Run scanapi with [demo-api spec file](https://github.com/scanapi/examples/blob/master/demo-api/api.yaml) - Store the html report file generated as the [demo-api scanapi-report.html](https://github.com/scanapi/examples/blob/master/demo-api/scanapi-report.html) the same for PokèAPI example or any other we will have in the future
1.0
GitHub Action to run ScanAPI on scanapi-examples - ## Description Create a GitHub action that runs ScanAPI on [scanapi-examples](https://github.com/scanapi/scanapi-examples) to ensure nothing will break. Also to automatically update the examples. ### What this github action should do When it is a pull request: - Run scanapi with [demo-api spec file](https://github.com/scanapi/examples/blob/master/demo-api/api.yaml) - Show a preview of the scanapi-report.html When a release is done: - Run scanapi with [demo-api spec file](https://github.com/scanapi/examples/blob/master/demo-api/api.yaml) - Store the html report file generated as the [demo-api scanapi-report.html](https://github.com/scanapi/examples/blob/master/demo-api/scanapi-report.html) the same for PokèAPI example or any other we will have in the future
non_design
github action to run scanapi on scanapi examples description create a github action that runs scanapi on to ensure nothing will break also to automatically update the examples what this github action should do when it is a pull request run scanapi with show a preview of the scanapi report html when a release is done run scanapi with store the html report file generated as the the same for pokèapi example or any other we will have in the future
0
84,511
10,543,106,448
IssuesEvent
2019-10-02 14:24:52
SharePoint/sp-dev-docs
https://api.github.com/repos/SharePoint/sp-dev-docs
closed
Regional settings sortOrder documentation is insufficient
area:docs area:docs-comment area:site-design status:answered type:question
sortOrder is a required parameter and the link specified doesn't reference a page that provides information about available options and their meaning. Example shows sortOrder 6, whatever that means --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 68267476-ee8d-7b95-446b-711ddb683da2 * Version Independent ID: aa099b9d-48db-5513-11c7-32c49a27e5be * Content: [Site design JSON schema](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-json-schema#see-also) * Content Source: [docs/declarative-customization/site-design-json-schema.md](https://github.com/SharePoint/sp-dev-docs/blob/master/docs/declarative-customization/site-design-json-schema.md) * Product: **sharepoint** * GitHub Login: @spdevdocs * Microsoft Alias: **spdevdocs**
1.0
Regional settings sortOrder documentation is insufficient - sortOrder is a required parameter and the link specified doesn't reference a page that provides information about available options and their meaning. Example shows sortOrder 6, whatever that means --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 68267476-ee8d-7b95-446b-711ddb683da2 * Version Independent ID: aa099b9d-48db-5513-11c7-32c49a27e5be * Content: [Site design JSON schema](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-json-schema#see-also) * Content Source: [docs/declarative-customization/site-design-json-schema.md](https://github.com/SharePoint/sp-dev-docs/blob/master/docs/declarative-customization/site-design-json-schema.md) * Product: **sharepoint** * GitHub Login: @spdevdocs * Microsoft Alias: **spdevdocs**
design
regional settings sortorder documentation is insufficient sortorder is a required parameter and the link specified doesn t reference a page that provides information about available options and their meaning example shows sortorder whatever that means document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product sharepoint github login spdevdocs microsoft alias spdevdocs
1
291,424
21,923,854,958
IssuesEvent
2022-05-23 00:11:45
uwblueprint/starter-code-v2
https://api.github.com/repos/uwblueprint/starter-code-v2
opened
Update developer documentation for repository patterns
documentation
More open-ended ticket to improve documentation for new project team developers working on a cloned starter code repo for a client project. Have had feedback that some patterns are overwhelming initially, teams have also broken down sections of the codebase by functionality before in documentation so the aim is to centralize this. - CFKW [developer onboarding](https://www.notion.so/uwblueprintexecs/W22-New-Developer-Onboarding-6d9566f9f6184ebd993888542ee980db) - Rowan House [developer onboarding](https://www.notion.so/uwblueprintexecs/Developer-Onboarding-408cfc3cab09491b867f2b917ef195bc)
1.0
Update developer documentation for repository patterns - More open-ended ticket to improve documentation for new project team developers working on a cloned starter code repo for a client project. Have had feedback that some patterns are overwhelming initially, teams have also broken down sections of the codebase by functionality before in documentation so the aim is to centralize this. - CFKW [developer onboarding](https://www.notion.so/uwblueprintexecs/W22-New-Developer-Onboarding-6d9566f9f6184ebd993888542ee980db) - Rowan House [developer onboarding](https://www.notion.so/uwblueprintexecs/Developer-Onboarding-408cfc3cab09491b867f2b917ef195bc)
non_design
update developer documentation for repository patterns more open ended ticket to improve documentation for new project team developers working on a cloned starter code repo for a client project have had feedback that some patterns are overwhelming initially teams have also broken down sections of the codebase by functionality before in documentation so the aim is to centralize this cfkw rowan house
0
105,184
13,168,400,001
IssuesEvent
2020-08-11 12:03:53
vmware-tanzu/antrea
https://api.github.com/repos/vmware-tanzu/antrea
closed
[Antctl] Support Traceflow
area/component/antctl kind/design
**Describe what you are trying to solve** Antctl doesn't support Traceflow and users can only use Traceflow through octant UI. **Describe the solution you have in mind** Antctl supports Traceflow. It can create Traceflow and retrieve results. **Describe how your solution impacts user flows** * Create Traceflow `antctl create traceflow/tf -S namespace/podSrc -D namespace/podDst // create a traceflow with namespace/pod` `antctl create traceflow/tf -S namespace/podSrc -D DstIP // create a traceflow with namespace/pod and IP` e.g. ``` $ antctl traceflow -S busybox0 -D busybox1 name: default-busybox0-to-default-busybox1 phase: Succeeded source: default/busybox0 destination: default/busybox1 noderesults: - node: antrea-linux-testbed7-2 role: "" timestamp: 1595391265 observations: - component: SpoofGuard componentinfo: "" action: Forwarded pod: "" dstmac: "" networkpolicy: "" ttl: 0 translatedsrcip: "" translateddstip: "" tunneldstip: "" - component: Forwarding componentinfo: Output action: Delivered pod: "" dstmac: "" networkpolicy: "" ttl: 0 translatedsrcip: "" translateddstip: "" tunneldstip: "" ```
1.0
[Antctl] Support Traceflow - **Describe what you are trying to solve** Antctl doesn't support Traceflow and users can only use Traceflow through octant UI. **Describe the solution you have in mind** Antctl supports Traceflow. It can create Traceflow and retrieve results. **Describe how your solution impacts user flows** * Create Traceflow `antctl create traceflow/tf -S namespace/podSrc -D namespace/podDst // create a traceflow with namespace/pod` `antctl create traceflow/tf -S namespace/podSrc -D DstIP // create a traceflow with namespace/pod and IP` e.g. ``` $ antctl traceflow -S busybox0 -D busybox1 name: default-busybox0-to-default-busybox1 phase: Succeeded source: default/busybox0 destination: default/busybox1 noderesults: - node: antrea-linux-testbed7-2 role: "" timestamp: 1595391265 observations: - component: SpoofGuard componentinfo: "" action: Forwarded pod: "" dstmac: "" networkpolicy: "" ttl: 0 translatedsrcip: "" translateddstip: "" tunneldstip: "" - component: Forwarding componentinfo: Output action: Delivered pod: "" dstmac: "" networkpolicy: "" ttl: 0 translatedsrcip: "" translateddstip: "" tunneldstip: "" ```
design
support traceflow describe what you are trying to solve antctl doesn t support traceflow and users can only use traceflow through octant ui describe the solution you have in mind antctl supports traceflow it can create traceflow and retrieve results describe how your solution impacts user flows create traceflow antctl create traceflow tf s namespace podsrc d namespace poddst create a traceflow with namespace pod antctl create traceflow tf s namespace podsrc d dstip create a traceflow with namespace pod and ip e g antctl traceflow s d name default to default phase succeeded source default destination default noderesults node antrea linux role timestamp observations component spoofguard componentinfo action forwarded pod dstmac networkpolicy ttl translatedsrcip translateddstip tunneldstip component forwarding componentinfo output action delivered pod dstmac networkpolicy ttl translatedsrcip translateddstip tunneldstip
1
91,352
11,495,986,102
IssuesEvent
2020-02-12 06:43:15
g00glen00b/gatsby-blog
https://api.github.com/repos/g00glen00b/gatsby-blog
closed
Favicon is not very sharp
Design
**Description**: The favicon is not very sharp. It would probably be better if it's reduced to a single letter "D", which could be made larger and sharper.
1.0
Favicon is not very sharp - **Description**: The favicon is not very sharp. It would probably be better if it's reduced to a single letter "D", which could be made larger and sharper.
design
favicon is not very sharp description the favicon is not very sharp it would probably be better if it s reduced to a single letter d which could be made larger and sharper
1
397,991
27,183,305,237
IssuesEvent
2023-02-18 22:38:41
open-horizon/FDO-support
https://api.github.com/repos/open-horizon/FDO-support
closed
Add front matter to the /docs .md files
documentation
Other pages use front matter similar to this: --- copyright: years: 2022 - 2023 lastupdated: "2023-02-18" layout: page title: "FDO Installation" description: "Detailed documentation on installing FDO support for new edge devices" nav_order: 20 has_children: false has_toc: false ---
1.0
Add front matter to the /docs .md files - Other pages use front matter similar to this: --- copyright: years: 2022 - 2023 lastupdated: "2023-02-18" layout: page title: "FDO Installation" description: "Detailed documentation on installing FDO support for new edge devices" nav_order: 20 has_children: false has_toc: false ---
non_design
add front matter to the docs md files other pages use front matter similar to this copyright years lastupdated layout page title fdo installation description detailed documentation on installing fdo support for new edge devices nav order has children false has toc false
0
237,392
7,759,435,611
IssuesEvent
2018-05-31 23:31:21
cybercongress/cyber-search
https://api.github.com/repos/cybercongress/cyber-search
opened
Favicon and logo for cybersearch.live
Priority: High Type: Feature
ASAP² (As simple as possible and as soon as possible (tm²). After adding it we can show that the thing is working indeed
1.0
Favicon and logo for cybersearch.live - ASAP² (As simple as possible and as soon as possible (tm²). After adding it we can show that the thing is working indeed
non_design
favicon and logo for cybersearch live asap² as simple as possible and as soon as possible tm² after adding it we can show that the thing is working indeed
0
138,576
11,206,575,693
IssuesEvent
2020-01-05 22:24:11
HerculesWS/Hercules
https://api.github.com/repos/HerculesWS/Hercules
closed
NST_MARKET shop reporting over weight
status:needs-testing
[//]: # (**********************************) [//]: # (** Fill in the following fields **) [//]: # (**********************************) [//]: # (Note: Lines beginning with syntax such as this one, are comments and will not be visible in your report!) ### Issue Prelude [//]: # (Please complete these mandatory steps and check the following boxes by putting an `x` inside the brackets _before_ filing your issue) - [x] I have not modified the source prior to reproducing this issue. - [x] I am using the latest version of Hercules. - [x] I am aware that this report will be closed or deleted if it becomes obvious that I am stating the false. ### Description [//]: # (Description of the problem or issue at length.) [//]: # (Please specify any battle configuration related to the components of this issue that have been changed from the default values. This will allow quicker determination of the cause of the problem.) Trying to buy many of an item in NST_MARKET shop is causing an 'Overweight' message to occur. ### Current Behavior [//]: # (Describe at length what you noticed during your analysis.) [//]: # (If this is a crash, post the core/stack-dump or crash-log to https://gist.github.com/) [//]: # (If you are referencing from sources such as iROwiki or ratemyserver.net, please quote specific information rather than providing the links alone.) I had 8k White Slim Pots [547] in the store. It only let me select 10 at a time. It kept telling me I was overweight if I tried to choose 20+, even though I have 500 STR. ### Expected Behavior [//]: # (Tell us what should happen instead.) Better detection of weight needed.
1.0
NST_MARKET shop reporting over weight - [//]: # (**********************************) [//]: # (** Fill in the following fields **) [//]: # (**********************************) [//]: # (Note: Lines beginning with syntax such as this one, are comments and will not be visible in your report!) ### Issue Prelude [//]: # (Please complete these mandatory steps and check the following boxes by putting an `x` inside the brackets _before_ filing your issue) - [x] I have not modified the source prior to reproducing this issue. - [x] I am using the latest version of Hercules. - [x] I am aware that this report will be closed or deleted if it becomes obvious that I am stating the false. ### Description [//]: # (Description of the problem or issue at length.) [//]: # (Please specify any battle configuration related to the components of this issue that have been changed from the default values. This will allow quicker determination of the cause of the problem.) Trying to buy many of an item in NST_MARKET shop is causing an 'Overweight' message to occur. ### Current Behavior [//]: # (Describe at length what you noticed during your analysis.) [//]: # (If this is a crash, post the core/stack-dump or crash-log to https://gist.github.com/) [//]: # (If you are referencing from sources such as iROwiki or ratemyserver.net, please quote specific information rather than providing the links alone.) I had 8k White Slim Pots [547] in the store. It only let me select 10 at a time. It kept telling me I was overweight if I tried to choose 20+, even though I have 500 STR. ### Expected Behavior [//]: # (Tell us what should happen instead.) Better detection of weight needed.
non_design
nst market shop reporting over weight fill in the following fields note lines beginning with syntax such as this one are comments and will not be visible in your report issue prelude please complete these mandatory steps and check the following boxes by putting an x inside the brackets before filing your issue i have not modified the source prior to reproducing this issue i am using the latest version of hercules i am aware that this report will be closed or deleted if it becomes obvious that i am stating the false description description of the problem or issue at length please specify any battle configuration related to the components of this issue that have been changed from the default values this will allow quicker determination of the cause of the problem trying to buy many of an item in nst market shop is causing an overweight message to occur current behavior describe at length what you noticed during your analysis if this is a crash post the core stack dump or crash log to if you are referencing from sources such as irowiki or ratemyserver net please quote specific information rather than providing the links alone i had white slim pots in the store it only let me select at a time it kept telling me i was overweight if i tried to choose even though i have str expected behavior tell us what should happen instead better detection of weight needed
0
87,244
10,886,632,141
IssuesEvent
2019-11-18 13:00:06
Unity-Technologies/InputSystem
https://api.github.com/repos/Unity-Technologies/InputSystem
closed
[0.2.6]->[0.2.10] How to access InputActions after upgrading? [inputActions no longer Serializable]
design
Hi, I just upgraded from [0.2.6] and it seems like its no longer possible to drag the ##.inputActions file from the project into a field in the inspector. Are .inputAction files no longer a serializable type? How is this now handled? ![image](https://user-images.githubusercontent.com/5941510/58682497-a06c6e00-8325-11e9-963b-3ddb3e208d41.png) ![image](https://user-images.githubusercontent.com/5941510/58682599-17096b80-8326-11e9-85fa-41417ba21667.png) Here is a screengrab from the inspector with v0.2.6: ![image](https://user-images.githubusercontent.com/5941510/58682942-5dab9580-8327-11e9-8ce9-3ca9d8afa0ad.png) Thanks for any ideas!
1.0
[0.2.6]->[0.2.10] How to access InputActions after upgrading? [inputActions no longer Serializable] - Hi, I just upgraded from [0.2.6] and it seems like its no longer possible to drag the ##.inputActions file from the project into a field in the inspector. Are .inputAction files no longer a serializable type? How is this now handled? ![image](https://user-images.githubusercontent.com/5941510/58682497-a06c6e00-8325-11e9-963b-3ddb3e208d41.png) ![image](https://user-images.githubusercontent.com/5941510/58682599-17096b80-8326-11e9-85fa-41417ba21667.png) Here is a screengrab from the inspector with v0.2.6: ![image](https://user-images.githubusercontent.com/5941510/58682942-5dab9580-8327-11e9-8ce9-3ca9d8afa0ad.png) Thanks for any ideas!
design
how to access inputactions after upgrading hi i just upgraded from and it seems like its no longer possible to drag the inputactions file from the project into a field in the inspector are inputaction files no longer a serializable type how is this now handled here is a screengrab from the inspector with thanks for any ideas
1
122,061
16,075,362,795
IssuesEvent
2021-04-25 08:41:39
xezon/GeneralsRankedMaps
https://api.github.com/repos/xezon/GeneralsRankedMaps
closed
[Candidate 2v2 Whispering Woods v1x10] Top center command center clips in terrain
design
**Issue Description** Top center command center clips in terrain. **Expected behavior** Command centers spawn above terrain. **Screenshots** ![shot_20210417_110922_1](https://user-images.githubusercontent.com/4720891/115108002-5f5bc200-9f6e-11eb-8f54-3c08a4478ad0.jpg) ![shot_20210417_110932_2](https://user-images.githubusercontent.com/4720891/115108003-5ff45880-9f6e-11eb-8a24-a90e384b3fd4.jpg)
1.0
[Candidate 2v2 Whispering Woods v1x10] Top center command center clips in terrain - **Issue Description** Top center command center clips in terrain. **Expected behavior** Command centers spawn above terrain. **Screenshots** ![shot_20210417_110922_1](https://user-images.githubusercontent.com/4720891/115108002-5f5bc200-9f6e-11eb-8f54-3c08a4478ad0.jpg) ![shot_20210417_110932_2](https://user-images.githubusercontent.com/4720891/115108003-5ff45880-9f6e-11eb-8a24-a90e384b3fd4.jpg)
design
top center command center clips in terrain issue description top center command center clips in terrain expected behavior command centers spawn above terrain screenshots
1
175,795
21,332,630,193
IssuesEvent
2022-04-18 10:28:35
ignatandrei/MicroservicesPortChooser
https://api.github.com/repos/ignatandrei/MicroservicesPortChooser
closed
CVE-2022-24771 (High) detected in node-forge-0.10.0.tgz
security vulnerability
## CVE-2022-24771 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.10.0.tgz</b></p></summary> <p>JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz">https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz</a></p> <p>Path to dependency file: /src/MicroservicesAng/package.json</p> <p>Path to vulnerable library: /src/MicroservicesAng/node_modules/node-forge/package.json</p> <p> Dependency Hierarchy: - build-angular-12.2.1.tgz (Root Library) - webpack-dev-server-3.11.2.tgz - selfsigned-1.10.11.tgz - :x: **node-forge-0.10.0.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Forge (also called `node-forge`) is a native implementation of Transport Layer Security in JavaScript. Prior to version 1.3.0, RSA PKCS#1 v1.5 signature verification code is lenient in checking the digest algorithm structure. This can allow a crafted structure that steals padding bytes and uses unchecked portion of the PKCS#1 encoded message to forge a signature when a low public exponent is being used. The issue has been addressed in `node-forge` version 1.3.0. There are currently no known workarounds. <p>Publish Date: 2022-03-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-24771>CVE-2022-24771</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24771">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24771</a></p> <p>Release Date: 2022-03-18</p> <p>Fix Resolution (node-forge): 1.3.1</p> <p>Direct dependency fix Resolution (@angular-devkit/build-angular): 13.2.0-next.2</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-24771 (High) detected in node-forge-0.10.0.tgz - ## CVE-2022-24771 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.10.0.tgz</b></p></summary> <p>JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz">https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz</a></p> <p>Path to dependency file: /src/MicroservicesAng/package.json</p> <p>Path to vulnerable library: /src/MicroservicesAng/node_modules/node-forge/package.json</p> <p> Dependency Hierarchy: - build-angular-12.2.1.tgz (Root Library) - webpack-dev-server-3.11.2.tgz - selfsigned-1.10.11.tgz - :x: **node-forge-0.10.0.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Forge (also called `node-forge`) is a native implementation of Transport Layer Security in JavaScript. Prior to version 1.3.0, RSA PKCS#1 v1.5 signature verification code is lenient in checking the digest algorithm structure. This can allow a crafted structure that steals padding bytes and uses unchecked portion of the PKCS#1 encoded message to forge a signature when a low public exponent is being used. The issue has been addressed in `node-forge` version 1.3.0. There are currently no known workarounds. <p>Publish Date: 2022-03-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-24771>CVE-2022-24771</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24771">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24771</a></p> <p>Release Date: 2022-03-18</p> <p>Fix Resolution (node-forge): 1.3.1</p> <p>Direct dependency fix Resolution (@angular-devkit/build-angular): 13.2.0-next.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_design
cve high detected in node forge tgz cve high severity vulnerability vulnerable library node forge tgz javascript implementations of network transports cryptography ciphers pki message digests and various utilities library home page a href path to dependency file src microservicesang package json path to vulnerable library src microservicesang node modules node forge package json dependency hierarchy build angular tgz root library webpack dev server tgz selfsigned tgz x node forge tgz vulnerable library found in base branch main vulnerability details forge also called node forge is a native implementation of transport layer security in javascript prior to version rsa pkcs signature verification code is lenient in checking the digest algorithm structure this can allow a crafted structure that steals padding bytes and uses unchecked portion of the pkcs encoded message to forge a signature when a low public exponent is being used the issue has been addressed in node forge version there are currently no known workarounds publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution node forge direct dependency fix resolution angular devkit build angular next step up your open source security game with whitesource
0
39,135
15,875,162,298
IssuesEvent
2021-04-09 06:32:05
Azure/azure-powershell
https://api.github.com/repos/Azure/azure-powershell
closed
FrontendIPConfiguration is empty in Get-AzCloudService
Cloud Service (Ext) bug
<!-- - Make sure you are able to reproduce this issue on the latest released version of Az - https://www.powershellgallery.com/packages/Az - Please search the existing issues to see if there has been a similar issue filed - For issue related to importing a module, please refer to our troubleshooting guide: - https://github.com/Azure/azure-powershell/blob/master/documentation/troubleshoot-module-load.md --> ## Description In latest update API version is updated to 20210301 ` - $(repo)/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/cloudService.json` But frontendIPConfiguration transformation is still referencing older API version Api20201001Preview. ``` - from: source-file-csharp where: $ transform: $ = $.replace('{_frontendIPConfiguration = If( json?.PropertyT<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Json.JsonArray>("frontendIPConfigurations"), out var __jsonFrontendIPConfigurations) ? If( __jsonFrontendIPConfigurations as Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Json.JsonArray, out var __v) ? new global::System.Func<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20201001Preview.ILoadBalancerFrontendIPConfiguration[]>(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20201001Preview.ILoadBalancerFrontendIPConfiguration) (Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20201001Preview.LoadBalancerFrontendIPConfiguration.FromJson(__u) )) ))() :' + ' null' + ' :' + ' FrontendIPConfiguration;}', 'var frontendIpConfigurationJsonArray = json?.PropertyT<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Json.JsonArray>("frontendIpConfigurations") as Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Json.JsonArray;\n\t\t\t_frontendIPConfiguration = global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(frontendIpConfigurationJsonArray, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20201001Preview.ILoadBalancerFrontendIPConfiguration) (Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20201001Preview.LoadBalancerFrontendIPConfiguration.FromJson(__u) )));'); - from: source-file-csharp where: $ transform: $ = $.replace('if ((first == \'{\' && last == \'}\') || (first == \'<\' && last == \'>\') || (first == \'[\' && last == \']\') || (first == \'"\' && last == \'"\'))\n {','') - from: source-file-csharp where: $ transform: $ = $.replace(' }\n\n // base64 for everyone else\n return new JsonString(System.Convert.ToBase64String(content));','') - from: source-file-csharp where: $ transform: $ = $.replace('if (content.EndsWith("=="))','if (!(content.Contains("{") || content.Contains("[")))') ``` [Reference](https://github.com/Azure/azure-powershell/blob/master/src/CloudService/readme.md) ## Steps to reproduce ```powershell PS E:\git\PowerShell\simpleTest> $cs = Get-AzCloudService -ResourceGroupName mytestrg -Name mytestcloudservice PS E:\git\PowerShell\simpleTest> $cs.NetworkProfile.LoadBalancerConfiguration | fl FrontendIPConfiguration : Id : Name : mytestlb ``` ## Environment data <!-- Please run $PSVersionTable and paste the output in the below code block If running the Docker container image, indicate the tag of the image used and the version of Docker engine--> ``` ``` ## Module versions <!-- Please run (Get-Module -ListAvailable) and paste the output in the below code block --> ```powershell PS E:\git\PowerShell\simpleTest> Get-InstalledModule -Name Az.CloudService Version Name Repository Description ------- ---- ---------- ----------- 0.2.0 Az.CloudService PSGallery Microsoft Azure PowerShell: CloudService cmdlets ``` ## Debug output <!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block ATTENTION: Be sure to remove any sensitive information that may be in the logs --> ``` ``` ## Error output <!-- Please run Resolve-AzError and paste the output in the below code block ATTENTION: Be sure to remove any sensitive information that may be in the logs --> ``` ```
1.0
FrontendIPConfiguration is empty in Get-AzCloudService - <!-- - Make sure you are able to reproduce this issue on the latest released version of Az - https://www.powershellgallery.com/packages/Az - Please search the existing issues to see if there has been a similar issue filed - For issue related to importing a module, please refer to our troubleshooting guide: - https://github.com/Azure/azure-powershell/blob/master/documentation/troubleshoot-module-load.md --> ## Description In latest update API version is updated to 20210301 ` - $(repo)/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/cloudService.json` But frontendIPConfiguration transformation is still referencing older API version Api20201001Preview. ``` - from: source-file-csharp where: $ transform: $ = $.replace('{_frontendIPConfiguration = If( json?.PropertyT<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Json.JsonArray>("frontendIPConfigurations"), out var __jsonFrontendIPConfigurations) ? If( __jsonFrontendIPConfigurations as Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Json.JsonArray, out var __v) ? new global::System.Func<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20201001Preview.ILoadBalancerFrontendIPConfiguration[]>(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20201001Preview.ILoadBalancerFrontendIPConfiguration) (Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20201001Preview.LoadBalancerFrontendIPConfiguration.FromJson(__u) )) ))() :' + ' null' + ' :' + ' FrontendIPConfiguration;}', 'var frontendIpConfigurationJsonArray = json?.PropertyT<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Json.JsonArray>("frontendIpConfigurations") as Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Json.JsonArray;\n\t\t\t_frontendIPConfiguration = global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(frontendIpConfigurationJsonArray, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20201001Preview.ILoadBalancerFrontendIPConfiguration) (Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20201001Preview.LoadBalancerFrontendIPConfiguration.FromJson(__u) )));'); - from: source-file-csharp where: $ transform: $ = $.replace('if ((first == \'{\' && last == \'}\') || (first == \'<\' && last == \'>\') || (first == \'[\' && last == \']\') || (first == \'"\' && last == \'"\'))\n {','') - from: source-file-csharp where: $ transform: $ = $.replace(' }\n\n // base64 for everyone else\n return new JsonString(System.Convert.ToBase64String(content));','') - from: source-file-csharp where: $ transform: $ = $.replace('if (content.EndsWith("=="))','if (!(content.Contains("{") || content.Contains("[")))') ``` [Reference](https://github.com/Azure/azure-powershell/blob/master/src/CloudService/readme.md) ## Steps to reproduce ```powershell PS E:\git\PowerShell\simpleTest> $cs = Get-AzCloudService -ResourceGroupName mytestrg -Name mytestcloudservice PS E:\git\PowerShell\simpleTest> $cs.NetworkProfile.LoadBalancerConfiguration | fl FrontendIPConfiguration : Id : Name : mytestlb ``` ## Environment data <!-- Please run $PSVersionTable and paste the output in the below code block If running the Docker container image, indicate the tag of the image used and the version of Docker engine--> ``` ``` ## Module versions <!-- Please run (Get-Module -ListAvailable) and paste the output in the below code block --> ```powershell PS E:\git\PowerShell\simpleTest> Get-InstalledModule -Name Az.CloudService Version Name Repository Description ------- ---- ---------- ----------- 0.2.0 Az.CloudService PSGallery Microsoft Azure PowerShell: CloudService cmdlets ``` ## Debug output <!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block ATTENTION: Be sure to remove any sensitive information that may be in the logs --> ``` ``` ## Error output <!-- Please run Resolve-AzError and paste the output in the below code block ATTENTION: Be sure to remove any sensitive information that may be in the logs --> ``` ```
non_design
frontendipconfiguration is empty in get azcloudservice make sure you are able to reproduce this issue on the latest released version of az please search the existing issues to see if there has been a similar issue filed for issue related to importing a module please refer to our troubleshooting guide description in latest update api version is updated to repo specification compute resource manager microsoft compute stable cloudservice json but frontendipconfiguration transformation is still referencing older api version from source file csharp where transform replace frontendipconfiguration if json propertyt frontendipconfigurations out var jsonfrontendipconfigurations if jsonfrontendipconfigurations as microsoft azure powershell cmdlets cloudservice runtime json jsonarray out var v new global system func global system linq enumerable toarray global system linq enumerable select v u microsoft azure powershell cmdlets cloudservice models iloadbalancerfrontendipconfiguration microsoft azure powershell cmdlets cloudservice models loadbalancerfrontendipconfiguration fromjson u null frontendipconfiguration var frontendipconfigurationjsonarray json propertyt frontendipconfigurations as microsoft azure powershell cmdlets cloudservice runtime json jsonarray n t t t frontendipconfiguration global system linq enumerable toarray global system linq enumerable select frontendipconfigurationjsonarray u microsoft azure powershell cmdlets cloudservice models iloadbalancerfrontendipconfiguration microsoft azure powershell cmdlets cloudservice models loadbalancerfrontendipconfiguration fromjson u from source file csharp where transform replace if first last first first first last n from source file csharp where transform replace n n for everyone else n return new jsonstring system convert content from source file csharp where transform replace if content endswith if content contains content contains steps to reproduce powershell ps e git powershell simpletest cs get azcloudservice resourcegroupname mytestrg name mytestcloudservice ps e git powershell simpletest cs networkprofile loadbalancerconfiguration fl frontendipconfiguration id name mytestlb environment data please run psversiontable and paste the output in the below code block if running the docker container image indicate the tag of the image used and the version of docker engine module versions powershell ps e git powershell simpletest get installedmodule name az cloudservice version name repository description az cloudservice psgallery microsoft azure powershell cloudservice cmdlets debug output set debugpreference continue before running the repro and paste the resulting debug stream in the below code block attention be sure to remove any sensitive information that may be in the logs error output please run resolve azerror and paste the output in the below code block attention be sure to remove any sensitive information that may be in the logs
0
49,802
13,187,274,510
IssuesEvent
2020-08-13 02:53:47
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
steamshovel - fails to create 3D projection (crash) (Trac #2111)
Incomplete Migration Migrated from Trac analysis defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2111">https://code.icecube.wisc.edu/ticket/2111</a>, reported by flauber and owned by sander.vanheule</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:14:06", "description": "Depending on Artist selection and settings, the Window -> 3D Projection dialog will crash with:\n\n{{{\nERROR (steamshovel): could not import icecube.steamshovel.util.projection (ProjectionDialog.cpp:110 in virtual void ProjectionDialog::accept())\n}}}\n\nTracing this back we look at the code in [source:IceCube/projects/steamshovel/trunk/private/steamshovel/ProjectionDialog.cpp@159400:93-114#L110 ProjectionDialog.cpp:110]\n\n{{{#!python lineno=96 marks=110\n\n\t if( fileName.length() ) {\n\t using namespace boost::python;\n\t scripting::ScopedGIL gil;\n\t I3FramePtr frame = SteamshovelApp::instance()->files().currentFrame();\n\t try {\n\t object projectionutils = import( \"icecube.steamshovel.util.projection\" );\n\t bool do_xyz = ui.includeXYZProjection->isChecked();\n\t bool do_colorscale = ui.includeColorscale->isChecked();\n\t projectionutils.attr( \"get_projection\" )(\n\t fileName.toStdString(), frame, do_xyz, do_colorscale, w, h, dpi, scale, gamma\n\t );\n\t QDialog::accept();\n\t } catch (error_already_set& e) {\n\t PyErr_Clear();\n\t log_error(\"could not import icecube.steamshovel.util.projection\");\n\t QDialog::reject();\n\t }\n\t }\n\t}\n\n}}}\n\nIn the `try` block we have 2 calls into Python that could be failing, [source:IceCube/projects/steamshovel/trunk/private/steamshovel/ProjectionDialog.cpp@159400:101#L101 ProjectionDialog.cpp:101]:\n{{{#!python lineno=101\nobject projectionutils = import( \"icecube.steamshovel.util.projection\" );\n}}}\n\nand [source:IceCube/projects/steamshovel/trunk/private/steamshovel/ProjectionDialog.cpp@159400:104#L104 ProjectionDialog.cpp:104]:\n{{{#!python lineno=104\nprojectionutils.attr( \"get_projection\" )(\n fileName.toStdString(), frame, do_xyz, do_colorscale, w, h, dpi, scale, gamma\n);\n}}}\n\nUsing `try/catch` on each call, we see the first one passes, the second throws. Using `PyErr_Print()` we get a Python backtrace of: \n\n{{{\nIn [1]: ---------------------------------------------------------------------------\nKeyError Traceback (most recent call last)\n/Users/nega/i3/combo/build/lib/icecube/steamshovel/util/projection.pyc in get_projection(filename, frame, include_xyz, include_colorscale, width, height, dpi, scale, gamma)\n 285 with ProjectionRenderer(window.gl, dpi, scale, gamma) as pr:\n 286 # render main\n--> 287 pivot, loc = get_view(window.gl, frame)\n 288 window.gl.perspectiveView = True\n 289 pr.render(True, pivot, loc, (0,0,1), width, basename+\"_main.png\")\n\n/Users/nega/i3/combo/build/lib/icecube/steamshovel/util/projection.pyc in get_view(gl, frame)\n 95 geometry=frame[\"I3Geometry\"]\n 96 track=frame[line]\n---> 97 pulses=dataclasses.I3RecoPulseSeriesMap.from_frame(frame,bubbles)\n 98 cog=dataclasses.I3Position(0,0,0)\n 99 nchan=0\n\nKeyError: ''\nERROR (steamshovel): could not import icecube.steamshovel.util.projection (ProjectionDialog.cpp:119 in virtual void ProjectionDialog::accept())\nIn [1]:\n}}}\n\nSo, we have a `KeyError` exception from Python at [source:IceCube/projects/steamshovel/trunk/python/util/projection.py@159400:97#L81 projection.py:97].\n\nLooking at the relevant code in [source:IceCube/projects/steamshovel/trunk/python/util/projection.py@159400:81-104#L81 projection.py]:\n\n{{{#!python lineno=81\n # get pulses key\n bubbles = None\n for a in gl.scenario.getArtists():\n if a.description == 'Bubbles':\n bubbles = a.keys[1]\n break\n else:\n for k in ('SRTInIcePulses','SRTOfflinePulses','InIcePulses','OfflinePulses'):\n if k in frame:\n bubbles = k\n break\n else:\n raise Exception('Cannot determine pulses. Please select one with the Bubbles artist')\n\n geometry=frame[\"I3Geometry\"]\n track=frame[line]\n pulses=dataclasses.I3RecoPulseSeriesMap.from_frame(frame,bubbles)\n cog=dataclasses.I3Position(0,0,0)\n nchan=0\n for dom in pulses.keys():\n pos=geometry.omgeo[dom].position\n cog+=pos\n nchan+=1\n}}}\n\n`bubbles` is being set to `''`, and not getting caught. Then it gets sent on to `dataclasses.I3RecoPulseSeriesMap.from_frame()` causing the crash.\n\n", "reporter": "flauber", "cc": "nega", "resolution": "fixed", "_ts": "1550067246777582", "component": "analysis", "summary": "steamshovel - fails to create 3D projection (crash)", "priority": "normal", "keywords": "", "time": "2017-11-09T19:56:37", "milestone": "", "owner": "sander.vanheule", "type": "defect" } ``` </p> </details>
1.0
steamshovel - fails to create 3D projection (crash) (Trac #2111) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2111">https://code.icecube.wisc.edu/ticket/2111</a>, reported by flauber and owned by sander.vanheule</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:14:06", "description": "Depending on Artist selection and settings, the Window -> 3D Projection dialog will crash with:\n\n{{{\nERROR (steamshovel): could not import icecube.steamshovel.util.projection (ProjectionDialog.cpp:110 in virtual void ProjectionDialog::accept())\n}}}\n\nTracing this back we look at the code in [source:IceCube/projects/steamshovel/trunk/private/steamshovel/ProjectionDialog.cpp@159400:93-114#L110 ProjectionDialog.cpp:110]\n\n{{{#!python lineno=96 marks=110\n\n\t if( fileName.length() ) {\n\t using namespace boost::python;\n\t scripting::ScopedGIL gil;\n\t I3FramePtr frame = SteamshovelApp::instance()->files().currentFrame();\n\t try {\n\t object projectionutils = import( \"icecube.steamshovel.util.projection\" );\n\t bool do_xyz = ui.includeXYZProjection->isChecked();\n\t bool do_colorscale = ui.includeColorscale->isChecked();\n\t projectionutils.attr( \"get_projection\" )(\n\t fileName.toStdString(), frame, do_xyz, do_colorscale, w, h, dpi, scale, gamma\n\t );\n\t QDialog::accept();\n\t } catch (error_already_set& e) {\n\t PyErr_Clear();\n\t log_error(\"could not import icecube.steamshovel.util.projection\");\n\t QDialog::reject();\n\t }\n\t }\n\t}\n\n}}}\n\nIn the `try` block we have 2 calls into Python that could be failing, [source:IceCube/projects/steamshovel/trunk/private/steamshovel/ProjectionDialog.cpp@159400:101#L101 ProjectionDialog.cpp:101]:\n{{{#!python lineno=101\nobject projectionutils = import( \"icecube.steamshovel.util.projection\" );\n}}}\n\nand [source:IceCube/projects/steamshovel/trunk/private/steamshovel/ProjectionDialog.cpp@159400:104#L104 ProjectionDialog.cpp:104]:\n{{{#!python lineno=104\nprojectionutils.attr( \"get_projection\" )(\n fileName.toStdString(), frame, do_xyz, do_colorscale, w, h, dpi, scale, gamma\n);\n}}}\n\nUsing `try/catch` on each call, we see the first one passes, the second throws. Using `PyErr_Print()` we get a Python backtrace of: \n\n{{{\nIn [1]: ---------------------------------------------------------------------------\nKeyError Traceback (most recent call last)\n/Users/nega/i3/combo/build/lib/icecube/steamshovel/util/projection.pyc in get_projection(filename, frame, include_xyz, include_colorscale, width, height, dpi, scale, gamma)\n 285 with ProjectionRenderer(window.gl, dpi, scale, gamma) as pr:\n 286 # render main\n--> 287 pivot, loc = get_view(window.gl, frame)\n 288 window.gl.perspectiveView = True\n 289 pr.render(True, pivot, loc, (0,0,1), width, basename+\"_main.png\")\n\n/Users/nega/i3/combo/build/lib/icecube/steamshovel/util/projection.pyc in get_view(gl, frame)\n 95 geometry=frame[\"I3Geometry\"]\n 96 track=frame[line]\n---> 97 pulses=dataclasses.I3RecoPulseSeriesMap.from_frame(frame,bubbles)\n 98 cog=dataclasses.I3Position(0,0,0)\n 99 nchan=0\n\nKeyError: ''\nERROR (steamshovel): could not import icecube.steamshovel.util.projection (ProjectionDialog.cpp:119 in virtual void ProjectionDialog::accept())\nIn [1]:\n}}}\n\nSo, we have a `KeyError` exception from Python at [source:IceCube/projects/steamshovel/trunk/python/util/projection.py@159400:97#L81 projection.py:97].\n\nLooking at the relevant code in [source:IceCube/projects/steamshovel/trunk/python/util/projection.py@159400:81-104#L81 projection.py]:\n\n{{{#!python lineno=81\n # get pulses key\n bubbles = None\n for a in gl.scenario.getArtists():\n if a.description == 'Bubbles':\n bubbles = a.keys[1]\n break\n else:\n for k in ('SRTInIcePulses','SRTOfflinePulses','InIcePulses','OfflinePulses'):\n if k in frame:\n bubbles = k\n break\n else:\n raise Exception('Cannot determine pulses. Please select one with the Bubbles artist')\n\n geometry=frame[\"I3Geometry\"]\n track=frame[line]\n pulses=dataclasses.I3RecoPulseSeriesMap.from_frame(frame,bubbles)\n cog=dataclasses.I3Position(0,0,0)\n nchan=0\n for dom in pulses.keys():\n pos=geometry.omgeo[dom].position\n cog+=pos\n nchan+=1\n}}}\n\n`bubbles` is being set to `''`, and not getting caught. Then it gets sent on to `dataclasses.I3RecoPulseSeriesMap.from_frame()` causing the crash.\n\n", "reporter": "flauber", "cc": "nega", "resolution": "fixed", "_ts": "1550067246777582", "component": "analysis", "summary": "steamshovel - fails to create 3D projection (crash)", "priority": "normal", "keywords": "", "time": "2017-11-09T19:56:37", "milestone": "", "owner": "sander.vanheule", "type": "defect" } ``` </p> </details>
non_design
steamshovel fails to create projection crash trac migrated from json status closed changetime description depending on artist selection and settings the window projection dialog will crash with n n nerror steamshovel could not import icecube steamshovel util projection projectiondialog cpp in virtual void projectiondialog accept n n ntracing this back we look at the code in n n python lineno marks n n t if filename length n t using namespace boost python n t scripting scopedgil gil n t frame steamshovelapp instance files currentframe n t try n t object projectionutils import icecube steamshovel util projection n t bool do xyz ui includexyzprojection ischecked n t bool do colorscale ui includecolorscale ischecked n t projectionutils attr get projection n t filename tostdstring frame do xyz do colorscale w h dpi scale gamma n t n t qdialog accept n t catch error already set e n t pyerr clear n t log error could not import icecube steamshovel util projection n t qdialog reject n t n t n t n n n nin the try block we have calls into python that could be failing n python lineno nobject projectionutils import icecube steamshovel util projection n n nand n python lineno nprojectionutils attr get projection n filename tostdstring frame do xyz do colorscale w h dpi scale gamma n n n nusing try catch on each call we see the first one passes the second throws using pyerr print we get a python backtrace of n n nin nkeyerror traceback most recent call last n users nega combo build lib icecube steamshovel util projection pyc in get projection filename frame include xyz include colorscale width height dpi scale gamma n with projectionrenderer window gl dpi scale gamma as pr n render main n pivot loc get view window gl frame n window gl perspectiveview true n pr render true pivot loc width basename main png n n users nega combo build lib icecube steamshovel util projection pyc in get view gl frame n geometry frame n track frame n pulses dataclasses from frame frame bubbles n cog dataclasses n nchan n nkeyerror nerror steamshovel could not import icecube steamshovel util projection projectiondialog cpp in virtual void projectiondialog accept nin n n nso we have a keyerror exception from python at n nlooking at the relevant code in n n python lineno n get pulses key n bubbles none n for a in gl scenario getartists n if a description bubbles n bubbles a keys n break n else n for k in srtinicepulses srtofflinepulses inicepulses offlinepulses n if k in frame n bubbles k n break n else n raise exception cannot determine pulses please select one with the bubbles artist n n geometry frame n track frame n pulses dataclasses from frame frame bubbles n cog dataclasses n nchan n for dom in pulses keys n pos geometry omgeo position n cog pos n nchan n n n bubbles is being set to and not getting caught then it gets sent on to dataclasses from frame causing the crash n n reporter flauber cc nega resolution fixed ts component analysis summary steamshovel fails to create projection crash priority normal keywords time milestone owner sander vanheule type defect
0
63,161
26,270,446,025
IssuesEvent
2023-01-06 16:28:47
aws/aws-sdk
https://api.github.com/repos/aws/aws-sdk
closed
describe-dominant-language-detection-job doesn't include tags
feature-request service-api comprehend
### Describe the bug Calling `aws comprehend describe-dominant-language-detection-job` doesn't include the tags specified when starting a dominant language detection job via `aws comprehend start-dominant-language-detection-job`, even though the latter correctly attaches tags to the job, e.g: ![bug_report](https://user-images.githubusercontent.com/442035/194007019-567759ab-002b-43cc-a16e-30d47c2ced61.jpg) ### Expected Behavior I would expect `describe-dominant-language-detection-job` to include the tags in the output JSON, considering they _are_ attached to the job, so it should be easy to simply propagate this information in the output. ### Current Behavior Currently `describe-dominant-language-detection-job` won't include any tags. Using as an example the job for which I have posted the screenshot above (which _does_ have a `tag` called `VideoID`): ``` (ghc-8.10.7 cbl-3.4.0.0 stk-2.7.5) ~ > aws comprehend describe-dominant-language-detection-job --job-id <redacted> { "DominantLanguageDetectionJobProperties": { "JobId": "<redacted>", "JobArn": "<redacted>", "JobStatus": "COMPLETED", "SubmitTime": 1664953576.94, "EndTime": 1664954064.353, "InputDataConfig": { "S3Uri": "<redacted>", "InputFormat": "ONE_DOC_PER_FILE" }, "OutputDataConfig": { "S3Uri": "<redacted>" }, "DataAccessRoleArn": "<redacted>" } } ``` ### Reproduction Steps 1. Call `start-dominant-language-detection-job`, passing some tags: ``` aws comprehend start-dominant-language-detection-job --input-data-config <redacted>,InputFormat=ONE_DOC_PER_FILE --output-data-config S3Uri=<redacted> --data-access-role-arn=<redacted> --tags Key=VideoID,Value=650 ``` 2. Check on the AWS Console that the In progress Job do have `tags` (see screenshot); 3. Call `aws comprehend describe-dominant-language-detection-job --job-id <redacted>` and observe the tags are not there. ### Possible Solution The fix should be easy -- probably just a matter of including the relevant information in the output that the CLI produces. ### Additional Information/Context _No response_ ### CLI version used aws-cli/2.7.35 Python/3.9.11 Darwin/21.6.0 exe/x86_64 prompt/off ### Environment details (OS name and version, etc.) Mac OS X Monterey 12.6
1.0
describe-dominant-language-detection-job doesn't include tags - ### Describe the bug Calling `aws comprehend describe-dominant-language-detection-job` doesn't include the tags specified when starting a dominant language detection job via `aws comprehend start-dominant-language-detection-job`, even though the latter correctly attaches tags to the job, e.g: ![bug_report](https://user-images.githubusercontent.com/442035/194007019-567759ab-002b-43cc-a16e-30d47c2ced61.jpg) ### Expected Behavior I would expect `describe-dominant-language-detection-job` to include the tags in the output JSON, considering they _are_ attached to the job, so it should be easy to simply propagate this information in the output. ### Current Behavior Currently `describe-dominant-language-detection-job` won't include any tags. Using as an example the job for which I have posted the screenshot above (which _does_ have a `tag` called `VideoID`): ``` (ghc-8.10.7 cbl-3.4.0.0 stk-2.7.5) ~ > aws comprehend describe-dominant-language-detection-job --job-id <redacted> { "DominantLanguageDetectionJobProperties": { "JobId": "<redacted>", "JobArn": "<redacted>", "JobStatus": "COMPLETED", "SubmitTime": 1664953576.94, "EndTime": 1664954064.353, "InputDataConfig": { "S3Uri": "<redacted>", "InputFormat": "ONE_DOC_PER_FILE" }, "OutputDataConfig": { "S3Uri": "<redacted>" }, "DataAccessRoleArn": "<redacted>" } } ``` ### Reproduction Steps 1. Call `start-dominant-language-detection-job`, passing some tags: ``` aws comprehend start-dominant-language-detection-job --input-data-config <redacted>,InputFormat=ONE_DOC_PER_FILE --output-data-config S3Uri=<redacted> --data-access-role-arn=<redacted> --tags Key=VideoID,Value=650 ``` 2. Check on the AWS Console that the In progress Job do have `tags` (see screenshot); 3. Call `aws comprehend describe-dominant-language-detection-job --job-id <redacted>` and observe the tags are not there. ### Possible Solution The fix should be easy -- probably just a matter of including the relevant information in the output that the CLI produces. ### Additional Information/Context _No response_ ### CLI version used aws-cli/2.7.35 Python/3.9.11 Darwin/21.6.0 exe/x86_64 prompt/off ### Environment details (OS name and version, etc.) Mac OS X Monterey 12.6
non_design
describe dominant language detection job doesn t include tags describe the bug calling aws comprehend describe dominant language detection job doesn t include the tags specified when starting a dominant language detection job via aws comprehend start dominant language detection job even though the latter correctly attaches tags to the job e g expected behavior i would expect describe dominant language detection job to include the tags in the output json considering they are attached to the job so it should be easy to simply propagate this information in the output current behavior currently describe dominant language detection job won t include any tags using as an example the job for which i have posted the screenshot above which does have a tag called videoid ghc cbl stk aws comprehend describe dominant language detection job job id dominantlanguagedetectionjobproperties jobid jobarn jobstatus completed submittime endtime inputdataconfig inputformat one doc per file outputdataconfig dataaccessrolearn reproduction steps call start dominant language detection job passing some tags aws comprehend start dominant language detection job input data config inputformat one doc per file output data config data access role arn tags key videoid value check on the aws console that the in progress job do have tags see screenshot call aws comprehend describe dominant language detection job job id and observe the tags are not there possible solution the fix should be easy probably just a matter of including the relevant information in the output that the cli produces additional information context no response cli version used aws cli python darwin exe prompt off environment details os name and version etc mac os x monterey
0
177,359
28,483,812,608
IssuesEvent
2023-04-18 06:12:49
opengovsg/FormSG
https://api.github.com/repos/opengovsg/FormSG
closed
Show modal if user tries to submit a stale payment
design payment
If admins has made changes in the form: "The form administrator has made changes in the form. You cannot proceed with this payment anymore. Please refill the fom." - #5959 If payment intent has expired: "Sorry this form payment is no more active. Please refill the form." - #5961
1.0
Show modal if user tries to submit a stale payment - If admins has made changes in the form: "The form administrator has made changes in the form. You cannot proceed with this payment anymore. Please refill the fom." - #5959 If payment intent has expired: "Sorry this form payment is no more active. Please refill the form." - #5961
design
show modal if user tries to submit a stale payment if admins has made changes in the form the form administrator has made changes in the form you cannot proceed with this payment anymore please refill the fom if payment intent has expired sorry this form payment is no more active please refill the form
1
8,119
2,868,978,796
IssuesEvent
2015-06-05 22:20:26
dart-lang/pub
https://api.github.com/repos/dart-lang/pub
closed
"test" directory apps do not run in dartium, when importing libraries in sibling "lib" folder
AsDesigned bug
_Originally opened as dart-lang/sdk#19672_ *This issue was originally filed by neil...&#064;rogers.com* _____ **What steps will reproduce the problem?** 1. Create a library &quot;mylib.dart&quot; in the lib directory 2. Create a test app called &quot;mytest.dart&quot; (i.e. using unittest) in the test directory (sibling to lib) 3. Have the test app do &quot;import '../lib/mylib.dart'&quot; to get the code under test. 4. Run the test app in Dartium. **What is the expected output? What do you see instead?** Expect that the app will run in Dartium from the Dart Editor. It will run propertly using dart2js. In Dartium we get: --- 11:10:07 AM Starting pub serve : MyLib --- [test] GET /mytest.html =&gt; MyLib|test/mytest.html [test] GET /packages/browser/dart.js =&gt; browser|lib/dart.js [test] GET /mytest.dart =&gt; MyLib|test/mytest.dart [test] GET /packages/unittest/html_enhanced_config.dart =&gt; unittest|lib/html_enhanced_config.dart [test] GET /lib/mylib.dart =&gt; Could not find asset MyLib|test/lib/mylib.dart. ... So, pub serve is assuming that mylib.dart is in a sub-directory of test, when it is in ../lib, not lib. Dartium does not run the test app. This used to work in Dart Editor 1.4.x . I do not want to import this library as a package defined in the yaml, because then I often accidently end up editing the package copy, rather than the source code. It also causes problems setting break points in the code (or used to). I want to always be working on, and debugging into the original source, when unit testing. **What version of the product are you using? On what operating system?** Dart Editor version 1.5.1 . Windows 7 x64 **Please provide any additional information below.**
1.0
"test" directory apps do not run in dartium, when importing libraries in sibling "lib" folder - _Originally opened as dart-lang/sdk#19672_ *This issue was originally filed by neil...&#064;rogers.com* _____ **What steps will reproduce the problem?** 1. Create a library &quot;mylib.dart&quot; in the lib directory 2. Create a test app called &quot;mytest.dart&quot; (i.e. using unittest) in the test directory (sibling to lib) 3. Have the test app do &quot;import '../lib/mylib.dart'&quot; to get the code under test. 4. Run the test app in Dartium. **What is the expected output? What do you see instead?** Expect that the app will run in Dartium from the Dart Editor. It will run propertly using dart2js. In Dartium we get: --- 11:10:07 AM Starting pub serve : MyLib --- [test] GET /mytest.html =&gt; MyLib|test/mytest.html [test] GET /packages/browser/dart.js =&gt; browser|lib/dart.js [test] GET /mytest.dart =&gt; MyLib|test/mytest.dart [test] GET /packages/unittest/html_enhanced_config.dart =&gt; unittest|lib/html_enhanced_config.dart [test] GET /lib/mylib.dart =&gt; Could not find asset MyLib|test/lib/mylib.dart. ... So, pub serve is assuming that mylib.dart is in a sub-directory of test, when it is in ../lib, not lib. Dartium does not run the test app. This used to work in Dart Editor 1.4.x . I do not want to import this library as a package defined in the yaml, because then I often accidently end up editing the package copy, rather than the source code. It also causes problems setting break points in the code (or used to). I want to always be working on, and debugging into the original source, when unit testing. **What version of the product are you using? On what operating system?** Dart Editor version 1.5.1 . Windows 7 x64 **Please provide any additional information below.**
design
test directory apps do not run in dartium when importing libraries in sibling lib folder originally opened as dart lang sdk this issue was originally filed by neil rogers com what steps will reproduce the problem create a library quot mylib dart quot in the lib directory create a test app called quot mytest dart quot i e using unittest in the test directory sibling to lib have the test app do quot import lib mylib dart quot to get the code under test run the test app in dartium what is the expected output what do you see instead expect that the app will run in dartium from the dart editor it will run propertly using in dartium we get am starting pub serve mylib get mytest html gt mylib test mytest html get packages browser dart js gt browser lib dart js get mytest dart gt mylib test mytest dart get packages unittest html enhanced config dart gt unittest lib html enhanced config dart get lib mylib dart gt could not find asset mylib test lib mylib dart so pub serve is assuming that mylib dart is in a sub directory of test when it is in lib not lib dartium does not run the test app this used to work in dart editor x i do not want to import this library as a package defined in the yaml because then i often accidently end up editing the package copy rather than the source code it also causes problems setting break points in the code or used to i want to always be working on and debugging into the original source when unit testing what version of the product are you using on what operating system dart editor version windows please provide any additional information below
1
688,770
23,596,190,225
IssuesEvent
2022-08-23 19:29:16
GoogleChrome/lighthouse
https://api.github.com/repos/GoogleChrome/lighthouse
closed
Space char on the value of a extra-headers
bug needs-more-info needs-priority
### FAQ - [X] Yes, my issue is not about [variability](https://github.com/GoogleChrome/lighthouse/blob/master/docs/variability.md) or [throttling](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md). - [X] Yes, my issue is not about a specific accessibility audit (file with [axe-core](https://github.com/dequelabs/axe-core) instead). ### URL https://example.com ### What happened? I am trying to execute lighthouse from a Powershell. When I execute: `lighthouse --chrome-flags="--headless" --extra-headers='{\"Authorization\":\"Bearertokenexample\"}' https://example.com` Everyting works fine. BUT when I add a space char to the value: `lighthouse --chrome-flags="--headless" --extra-headers='{\"Authorization\":\"Bearer tokenexample\"}' https://example.com` I get the following error: `Unexpected end of JSON input` ### What did you expect? I expect to have the possibility to send a string with a space char as a Header. ### What have you tried? I have tried several ways of scaping the space, the whole json, different types of quotes etc... ### How were you running Lighthouse? CLI ### Lighthouse Version 9.6.2 ### Chrome Version 102.0.5005.115 ### Node Version v16.15.1 ### OS Windows 10 ### Relevant log output _No response_
1.0
Space char on the value of a extra-headers - ### FAQ - [X] Yes, my issue is not about [variability](https://github.com/GoogleChrome/lighthouse/blob/master/docs/variability.md) or [throttling](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md). - [X] Yes, my issue is not about a specific accessibility audit (file with [axe-core](https://github.com/dequelabs/axe-core) instead). ### URL https://example.com ### What happened? I am trying to execute lighthouse from a Powershell. When I execute: `lighthouse --chrome-flags="--headless" --extra-headers='{\"Authorization\":\"Bearertokenexample\"}' https://example.com` Everyting works fine. BUT when I add a space char to the value: `lighthouse --chrome-flags="--headless" --extra-headers='{\"Authorization\":\"Bearer tokenexample\"}' https://example.com` I get the following error: `Unexpected end of JSON input` ### What did you expect? I expect to have the possibility to send a string with a space char as a Header. ### What have you tried? I have tried several ways of scaping the space, the whole json, different types of quotes etc... ### How were you running Lighthouse? CLI ### Lighthouse Version 9.6.2 ### Chrome Version 102.0.5005.115 ### Node Version v16.15.1 ### OS Windows 10 ### Relevant log output _No response_
non_design
space char on the value of a extra headers faq yes my issue is not about or yes my issue is not about a specific accessibility audit file with instead url what happened i am trying to execute lighthouse from a powershell when i execute lighthouse chrome flags headless extra headers authorization bearertokenexample everyting works fine but when i add a space char to the value lighthouse chrome flags headless extra headers authorization bearer tokenexample i get the following error unexpected end of json input what did you expect i expect to have the possibility to send a string with a space char as a header what have you tried i have tried several ways of scaping the space the whole json different types of quotes etc how were you running lighthouse cli lighthouse version chrome version node version os windows relevant log output no response
0
8,907
2,892,447,205
IssuesEvent
2015-06-15 13:07:01
ELENA-LANG/elena-lang
https://api.github.com/repos/ELENA-LANG/elena-lang
opened
Private subjects
Design Idea Implementation enhancement
Make possible to introduce a private subjects which are used only inside the module file and not saved into compiled module. For example : system'collections : list_item and next_list_item should be private subjects
1.0
Private subjects - Make possible to introduce a private subjects which are used only inside the module file and not saved into compiled module. For example : system'collections : list_item and next_list_item should be private subjects
design
private subjects make possible to introduce a private subjects which are used only inside the module file and not saved into compiled module for example system collections list item and next list item should be private subjects
1
83,586
10,412,319,291
IssuesEvent
2019-09-13 15:40:48
microsoft/cobalt
https://api.github.com/repos/microsoft/cobalt
closed
Create new version and go process
Technical Design effort - large spike
### Spike Description The goal of the spike is to perform and document operations that support use cases, listed below, which target three personas: DevOps Engineer, App Team Developer, and App Team Release Manager. In general, the goal is to use Cobalt without having to use the 'fork & go' method of adoption, but rather create and support an AZ DO Pipeline configuration that points directly to the App Team repo (vs 'Importing' the `microsoft/cobalt` repo, or forks of that repo). As a user, I'd like to source a template to a version and use this in my code for deployments, in order to have a simple deployment process ### Acceptance Criteria Reference: [Done-Done Checklist] (https://github.com/Microsoft/code-with-engineering-playbook/blob/master/Engineering/BestPractices/DoneDone.md) - [ ] Should use version for source of template - [ ] Should have a simple way to deploy using existing CI/CD - [ ] Should have configurable variables provided to app dev team #### Support the following use cases: - [ ] DevOps-Eng: onboard an app-team into a Cobalt new AZDO pipeline project * DevOps-Eng sends App-Dev the `infra` folder * App-Dev puts `infra` at the root of their git repo, adjusts values therein, pushes change to `master`. Then notifies DevOps. * DevOps-Eng creates new AZDO Project, points to `infra`, does a `devint` deployment, perhaps `qa` and/or `release` envs, too. * DevOps-Eng notifies App-Team to use the new pipeline for CI/CD, releases, etc. - [ ] App-Dev commits & PRs code, merges to `master`, wants new WIP/RC build to go live on `devint` or perhaps `qa`, etc. - [ ] App-Dev uses the AZ DO pipeline to trigger a deployment to the desired env - [ ] App-Release-Manager wants to release a new version of App to production * AppReleaseManager uses the AS DO Pipeline to trigger a production deployment - [ ] DevOps Guy: wants to get App-Team to use a new version of Cobalt and/or it's templates * DevOp-Eng, or App-Dev, alters the `infra` files to point to a new tagged release of either the Cobalt bits (either at `microsoft/cobalt@vNext//infra/templates/az-service-single-region` or better, at `foo.org@v6//cobalt-template-az-service-single-region` or maybe `foo.org@v6//co-template-std-microservice`) * Also, here are a few points that need to be addressed: 1. Keep the scope of work tight (it is a spike). Throw-away code. Keep docs (place in ``). 1. Prepare user stories for work in the following sprint. 1. Container-ization should be secondary, as well as using secrets in the demo app, etc. ### Resources - [ ] Docs will be within https://github.com/microsoft/cobalt/tree/master/design-reference ### Tasks - [ ] Create sequence diagrams for the various use cases - [ ] Config & run AZ DO Pipeline for the echo api app (sanity check) - [ ] Alter Cobalt and pipeline config to use `yaml` and `tf` from the echo api sub-dirs (and still work) - [ ] Create a repo housing 'only' the echo api app, plus the `yaml` and `tf`, mentioned above, and get Cobalt working against this new repo (so changes to the api app repo wind up triggering an AZ DO Cobalt Pipeline.
1.0
Create new version and go process - ### Spike Description The goal of the spike is to perform and document operations that support use cases, listed below, which target three personas: DevOps Engineer, App Team Developer, and App Team Release Manager. In general, the goal is to use Cobalt without having to use the 'fork & go' method of adoption, but rather create and support an AZ DO Pipeline configuration that points directly to the App Team repo (vs 'Importing' the `microsoft/cobalt` repo, or forks of that repo). As a user, I'd like to source a template to a version and use this in my code for deployments, in order to have a simple deployment process ### Acceptance Criteria Reference: [Done-Done Checklist] (https://github.com/Microsoft/code-with-engineering-playbook/blob/master/Engineering/BestPractices/DoneDone.md) - [ ] Should use version for source of template - [ ] Should have a simple way to deploy using existing CI/CD - [ ] Should have configurable variables provided to app dev team #### Support the following use cases: - [ ] DevOps-Eng: onboard an app-team into a Cobalt new AZDO pipeline project * DevOps-Eng sends App-Dev the `infra` folder * App-Dev puts `infra` at the root of their git repo, adjusts values therein, pushes change to `master`. Then notifies DevOps. * DevOps-Eng creates new AZDO Project, points to `infra`, does a `devint` deployment, perhaps `qa` and/or `release` envs, too. * DevOps-Eng notifies App-Team to use the new pipeline for CI/CD, releases, etc. - [ ] App-Dev commits & PRs code, merges to `master`, wants new WIP/RC build to go live on `devint` or perhaps `qa`, etc. - [ ] App-Dev uses the AZ DO pipeline to trigger a deployment to the desired env - [ ] App-Release-Manager wants to release a new version of App to production * AppReleaseManager uses the AS DO Pipeline to trigger a production deployment - [ ] DevOps Guy: wants to get App-Team to use a new version of Cobalt and/or it's templates * DevOp-Eng, or App-Dev, alters the `infra` files to point to a new tagged release of either the Cobalt bits (either at `microsoft/cobalt@vNext//infra/templates/az-service-single-region` or better, at `foo.org@v6//cobalt-template-az-service-single-region` or maybe `foo.org@v6//co-template-std-microservice`) * Also, here are a few points that need to be addressed: 1. Keep the scope of work tight (it is a spike). Throw-away code. Keep docs (place in ``). 1. Prepare user stories for work in the following sprint. 1. Container-ization should be secondary, as well as using secrets in the demo app, etc. ### Resources - [ ] Docs will be within https://github.com/microsoft/cobalt/tree/master/design-reference ### Tasks - [ ] Create sequence diagrams for the various use cases - [ ] Config & run AZ DO Pipeline for the echo api app (sanity check) - [ ] Alter Cobalt and pipeline config to use `yaml` and `tf` from the echo api sub-dirs (and still work) - [ ] Create a repo housing 'only' the echo api app, plus the `yaml` and `tf`, mentioned above, and get Cobalt working against this new repo (so changes to the api app repo wind up triggering an AZ DO Cobalt Pipeline.
design
create new version and go process spike description the goal of the spike is to perform and document operations that support use cases listed below which target three personas devops engineer app team developer and app team release manager in general the goal is to use cobalt without having to use the fork go method of adoption but rather create and support an az do pipeline configuration that points directly to the app team repo vs importing the microsoft cobalt repo or forks of that repo as a user i d like to source a template to a version and use this in my code for deployments in order to have a simple deployment process acceptance criteria reference should use version for source of template should have a simple way to deploy using existing ci cd should have configurable variables provided to app dev team support the following use cases devops eng onboard an app team into a cobalt new azdo pipeline project devops eng sends app dev the infra folder app dev puts infra at the root of their git repo adjusts values therein pushes change to master then notifies devops devops eng creates new azdo project points to infra does a devint deployment perhaps qa and or release envs too devops eng notifies app team to use the new pipeline for ci cd releases etc app dev commits prs code merges to master wants new wip rc build to go live on devint or perhaps qa etc app dev uses the az do pipeline to trigger a deployment to the desired env app release manager wants to release a new version of app to production appreleasemanager uses the as do pipeline to trigger a production deployment devops guy wants to get app team to use a new version of cobalt and or it s templates devop eng or app dev alters the infra files to point to a new tagged release of either the cobalt bits either at microsoft cobalt vnext infra templates az service single region or better at foo org cobalt template az service single region or maybe foo org co template std microservice also here are a few points that need to be addressed keep the scope of work tight it is a spike throw away code keep docs place in prepare user stories for work in the following sprint container ization should be secondary as well as using secrets in the demo app etc resources docs will be within tasks create sequence diagrams for the various use cases config run az do pipeline for the echo api app sanity check alter cobalt and pipeline config to use yaml and tf from the echo api sub dirs and still work create a repo housing only the echo api app plus the yaml and tf mentioned above and get cobalt working against this new repo so changes to the api app repo wind up triggering an az do cobalt pipeline
1
1,975
2,581,002,770
IssuesEvent
2015-02-13 21:33:38
DoSomething/dosomething
https://api.github.com/repos/DoSomething/dosomething
closed
[Campaign Template] - clean up spacing in Prove It section
#campaign-template @fender design-qa
@crystalruthbell - @weerd made rules more consistent on the template. Some things I'd love your input on: - treating space of primary button same as secondary button (I think we should give more space between primary button and copy than secondary button and copy) - location of official rules (@weerd updated it so that it gets vertical space treatment like Sources, would love you to confirm this works. I think right now it looks a bit funny but potentially less so if we give primary buttons more vertical spacing). Primary button: ![image](https://cloud.githubusercontent.com/assets/6330971/3272591/c72348ee-f319-11e3-8392-7529a3e973ae.png) Secondary button: ![image](https://cloud.githubusercontent.com/assets/6330971/3272586/bd200dc8-f319-11e3-8608-0702ede47a55.png) Official Rules: ![image](https://cloud.githubusercontent.com/assets/6330971/3272639/5b9d2dc8-f31a-11e3-9f82-0cf2bebe5f65.png)
1.0
[Campaign Template] - clean up spacing in Prove It section - @crystalruthbell - @weerd made rules more consistent on the template. Some things I'd love your input on: - treating space of primary button same as secondary button (I think we should give more space between primary button and copy than secondary button and copy) - location of official rules (@weerd updated it so that it gets vertical space treatment like Sources, would love you to confirm this works. I think right now it looks a bit funny but potentially less so if we give primary buttons more vertical spacing). Primary button: ![image](https://cloud.githubusercontent.com/assets/6330971/3272591/c72348ee-f319-11e3-8392-7529a3e973ae.png) Secondary button: ![image](https://cloud.githubusercontent.com/assets/6330971/3272586/bd200dc8-f319-11e3-8608-0702ede47a55.png) Official Rules: ![image](https://cloud.githubusercontent.com/assets/6330971/3272639/5b9d2dc8-f31a-11e3-9f82-0cf2bebe5f65.png)
design
clean up spacing in prove it section crystalruthbell weerd made rules more consistent on the template some things i d love your input on treating space of primary button same as secondary button i think we should give more space between primary button and copy than secondary button and copy location of official rules weerd updated it so that it gets vertical space treatment like sources would love you to confirm this works i think right now it looks a bit funny but potentially less so if we give primary buttons more vertical spacing primary button secondary button official rules
1
100,504
12,530,280,625
IssuesEvent
2020-06-04 12:49:54
athensresearch/athens
https://api.github.com/repos/athensresearch/athens
reopened
Left Sidebar
design: ✅ type: 🚀 feature
- [x] create buttons - [x] create Athena affordance. Not entirely sure what this interaction would look like - [x] expand/collapse toggle - [ ] import into actual project # Discovered Tasks - [x] mock datoms #118 - [x] buttons #119 - ~ drag to re-order favorites. Similar interaction to re-ordering blocks. Can return to this when doing blocks. - [X] scroll overflow - ~ `Recents` would require managing state. We don't have persistence yet. - ~ `Appearance` - ~ `Settings` # Expanded ![left-sidebar](https://user-images.githubusercontent.com/8952138/83577055-3753a380-a501-11ea-8eb2-2f2faa27746c.png)
1.0
Left Sidebar - - [x] create buttons - [x] create Athena affordance. Not entirely sure what this interaction would look like - [x] expand/collapse toggle - [ ] import into actual project # Discovered Tasks - [x] mock datoms #118 - [x] buttons #119 - ~ drag to re-order favorites. Similar interaction to re-ordering blocks. Can return to this when doing blocks. - [X] scroll overflow - ~ `Recents` would require managing state. We don't have persistence yet. - ~ `Appearance` - ~ `Settings` # Expanded ![left-sidebar](https://user-images.githubusercontent.com/8952138/83577055-3753a380-a501-11ea-8eb2-2f2faa27746c.png)
design
left sidebar create buttons create athena affordance not entirely sure what this interaction would look like expand collapse toggle import into actual project discovered tasks mock datoms buttons drag to re order favorites similar interaction to re ordering blocks can return to this when doing blocks scroll overflow recents would require managing state we don t have persistence yet appearance settings expanded
1
25,999
3,984,904,782
IssuesEvent
2016-05-07 14:23:34
Tiendil/the-tale
https://api.github.com/repos/Tiendil/the-tale
closed
Вместо размера журнала уменьшился размер дневника
comp_game_logic cont_game_designe est_simple type_bug
Вернуть размер дневника Уменьшить размер журнала
1.0
Вместо размера журнала уменьшился размер дневника - Вернуть размер дневника Уменьшить размер журнала
design
вместо размера журнала уменьшился размер дневника вернуть размер дневника уменьшить размер журнала
1
54,859
13,994,237,981
IssuesEvent
2020-10-28 00:09:39
combatopera/Concern
https://api.github.com/repos/combatopera/Concern
closed
rename default branch to trunk
defect
prioritising this project as it has customers. i think the default can be changed in settings
1.0
rename default branch to trunk - prioritising this project as it has customers. i think the default can be changed in settings
non_design
rename default branch to trunk prioritising this project as it has customers i think the default can be changed in settings
0
176,498
28,103,131,614
IssuesEvent
2023-03-30 21:13:57
MozillaFoundation/Design
https://api.github.com/repos/MozillaFoundation/Design
opened
Create first draft of report pre-launch checklist
design DesignOps
- Create doc on how to launch a report - Create checklist of pre-launch activities - Stakeholder and design review - Figure out where to store this doc
2.0
Create first draft of report pre-launch checklist - - Create doc on how to launch a report - Create checklist of pre-launch activities - Stakeholder and design review - Figure out where to store this doc
design
create first draft of report pre launch checklist create doc on how to launch a report create checklist of pre launch activities stakeholder and design review figure out where to store this doc
1
148,614
23,362,396,613
IssuesEvent
2022-08-10 12:51:16
anytypeio/community-board
https://api.github.com/repos/anytypeio/community-board
closed
Removing content on a new Document can remove content on the parent page
Desktop Editor-and-Blocks Design-or-UI
@Oshyan — Yes, makes sense. Thanks for the clarification and I will keep than in mind for future feature requests :) What would you recommend to amend this feature request? One more pushback though for good times sake &#128514; Look at this feature request for functionalities related to a web clipper tool — [https://community.anytype.io/t/-/993](https://community.anytype.io/t/-/993) If we were to create an analogy, wouldn't the web clipper be the first request like the multi-select function in this request. And then all the other functionalities would have to be separate requests so it would look like this... - 1. Web Clipper - 2. Ability to add tags - 3. Ability to select saved article view - 4. Ability to save to specific page/doc/set - 5. Ability to save highlighted selection - 6. Etc Btw, I absolutely hope anytype creates the best web clipper of all time! Evernote plus some! :) UserTitle: Alpha Tester UserID: 624 UserName: spirit
1.0
Removing content on a new Document can remove content on the parent page - @Oshyan — Yes, makes sense. Thanks for the clarification and I will keep than in mind for future feature requests :) What would you recommend to amend this feature request? One more pushback though for good times sake &#128514; Look at this feature request for functionalities related to a web clipper tool — [https://community.anytype.io/t/-/993](https://community.anytype.io/t/-/993) If we were to create an analogy, wouldn't the web clipper be the first request like the multi-select function in this request. And then all the other functionalities would have to be separate requests so it would look like this... - 1. Web Clipper - 2. Ability to add tags - 3. Ability to select saved article view - 4. Ability to save to specific page/doc/set - 5. Ability to save highlighted selection - 6. Etc Btw, I absolutely hope anytype creates the best web clipper of all time! Evernote plus some! :) UserTitle: Alpha Tester UserID: 624 UserName: spirit
design
removing content on a new document can remove content on the parent page oshyan — yes makes sense thanks for the clarification and i will keep than in mind for future feature requests what would you recommend to amend this feature request one more pushback though for good times sake look at this feature request for functionalities related to a web clipper tool — if we were to create an analogy wouldn t the web clipper be the first request like the multi select function in this request and then all the other functionalities would have to be separate requests so it would look like this web clipper ability to add tags ability to select saved article view ability to save to specific page doc set ability to save highlighted selection etc btw i absolutely hope anytype creates the best web clipper of all time evernote plus some usertitle alpha tester userid username spirit
1
34,988
4,615,020,044
IssuesEvent
2016-09-25 22:02:31
caciviclab/disclosure-frontend
https://api.github.com/repos/caciviclab/disclosure-frontend
opened
Page banner to warn users when we are aware of a data correctness issue
skill/angular skill/design type/enhancement
In the event someone points out an issue with the data, we'd like to put up a banner/other disclaimer letting the user know we're aware of an issue with the correctness of the data and are working on it. This doesn't need to be an overwhelming UI, but just something to show we're doing our due diligence. Would be nice if we could also include a short description of the issue, so folks can still use the site for data that is correct. cc @tdooner @elinaru
1.0
Page banner to warn users when we are aware of a data correctness issue - In the event someone points out an issue with the data, we'd like to put up a banner/other disclaimer letting the user know we're aware of an issue with the correctness of the data and are working on it. This doesn't need to be an overwhelming UI, but just something to show we're doing our due diligence. Would be nice if we could also include a short description of the issue, so folks can still use the site for data that is correct. cc @tdooner @elinaru
design
page banner to warn users when we are aware of a data correctness issue in the event someone points out an issue with the data we d like to put up a banner other disclaimer letting the user know we re aware of an issue with the correctness of the data and are working on it this doesn t need to be an overwhelming ui but just something to show we re doing our due diligence would be nice if we could also include a short description of the issue so folks can still use the site for data that is correct cc tdooner elinaru
1
147,719
23,261,761,626
IssuesEvent
2022-08-04 14:02:28
RedHat-UX/red-hat-design-system
https://api.github.com/repos/RedHat-UX/red-hat-design-system
opened
[feat] Updates to announcement component
enhancement design needed discovery needed
### Description Personalization team is looking at how to construct the patterns they use into a template that references the component. The personalizations could have the following variations, which aren't part of the component: - Close button toggle - Skinny height - 2 links - Sometimes images are added as 2 side images or 1 background. Side images sometimes overlap text at smaller breakpoints. There should be a standardized way of adding images that aren't the logo. (Examples of variations to come.) The personalization announcement banners are set up using Adobe Target. ### Suggested solution XD link with proposed changes: https://xd.adobe.com/view/5adedf63-d4a9-46e9-8db2-ab4d0126f6bd-0f8d/ Contact Wes Carr and Dustin Mazon for more info. ### Example API _No response_ ### Additional context _No response_
1.0
[feat] Updates to announcement component - ### Description Personalization team is looking at how to construct the patterns they use into a template that references the component. The personalizations could have the following variations, which aren't part of the component: - Close button toggle - Skinny height - 2 links - Sometimes images are added as 2 side images or 1 background. Side images sometimes overlap text at smaller breakpoints. There should be a standardized way of adding images that aren't the logo. (Examples of variations to come.) The personalization announcement banners are set up using Adobe Target. ### Suggested solution XD link with proposed changes: https://xd.adobe.com/view/5adedf63-d4a9-46e9-8db2-ab4d0126f6bd-0f8d/ Contact Wes Carr and Dustin Mazon for more info. ### Example API _No response_ ### Additional context _No response_
design
updates to announcement component description personalization team is looking at how to construct the patterns they use into a template that references the component the personalizations could have the following variations which aren t part of the component close button toggle skinny height links sometimes images are added as side images or background side images sometimes overlap text at smaller breakpoints there should be a standardized way of adding images that aren t the logo examples of variations to come the personalization announcement banners are set up using adobe target suggested solution xd link with proposed changes contact wes carr and dustin mazon for more info example api no response additional context no response
1
143,620
22,106,307,568
IssuesEvent
2022-06-01 17:18:19
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
Add instructions to guidance for internal Survey launch steps
service-design
## Issue Description Need a reminder to adjust page content dependent upon Survey status https://vfs.atlassian.net/wiki/spaces/SDT/pages/1445724309/How-to+Launch+the+Platform+Satisfaction+Survey --- ## Tasks - [ ] Add instructions for updating the Platform page both when Survey goes live and when it closes out. ## Acceptance Criteria - [ ] Confluence instructions are updated.
1.0
Add instructions to guidance for internal Survey launch steps - ## Issue Description Need a reminder to adjust page content dependent upon Survey status https://vfs.atlassian.net/wiki/spaces/SDT/pages/1445724309/How-to+Launch+the+Platform+Satisfaction+Survey --- ## Tasks - [ ] Add instructions for updating the Platform page both when Survey goes live and when it closes out. ## Acceptance Criteria - [ ] Confluence instructions are updated.
design
add instructions to guidance for internal survey launch steps issue description need a reminder to adjust page content dependent upon survey status tasks add instructions for updating the platform page both when survey goes live and when it closes out acceptance criteria confluence instructions are updated
1
177,249
28,379,008,201
IssuesEvent
2023-04-13 00:20:58
asyncapi/brand
https://api.github.com/repos/asyncapi/brand
closed
Brand Refresh: Voice & Tone
:art: design stale
In this issue, we will work on establishing the voice and tone of the AsyncAPI brand.
1.0
Brand Refresh: Voice & Tone - In this issue, we will work on establishing the voice and tone of the AsyncAPI brand.
design
brand refresh voice tone in this issue we will work on establishing the voice and tone of the asyncapi brand
1
88,067
11,029,600,934
IssuesEvent
2019-12-06 14:13:42
ibm-openbmc/dev
https://api.github.com/repos/ibm-openbmc/dev
closed
GUI : Design : VMI (Virtulization Management Interface) IP Address
GUI Milestone Tgt UI Design
## Stakeholders **BMC SME**: @ratagupt **PHYP SME**: Tom Burks **Others**: Joe, Russ ## Use Case As a user I need to see the IP Address on the VMI. ## InVision Prototype https://ibm.invisionapp.com/share/Q6NZ13M3A5B#/319348488_Server_Overview_-_VMI_-_Current_UI ## References/Resources - [eBMC Feature: 1.1.11](https://ibm.box.com/s/j15ux3yfjycy4or4azbqyhqq11lbya0r) - feature discovery folder: - user research notes*: - user research synthesis: *This folder is restricted in accordance with GDPR guidelines.
1.0
GUI : Design : VMI (Virtulization Management Interface) IP Address - ## Stakeholders **BMC SME**: @ratagupt **PHYP SME**: Tom Burks **Others**: Joe, Russ ## Use Case As a user I need to see the IP Address on the VMI. ## InVision Prototype https://ibm.invisionapp.com/share/Q6NZ13M3A5B#/319348488_Server_Overview_-_VMI_-_Current_UI ## References/Resources - [eBMC Feature: 1.1.11](https://ibm.box.com/s/j15ux3yfjycy4or4azbqyhqq11lbya0r) - feature discovery folder: - user research notes*: - user research synthesis: *This folder is restricted in accordance with GDPR guidelines.
design
gui design vmi virtulization management interface ip address stakeholders bmc sme ratagupt phyp sme tom burks others joe russ use case as a user i need to see the ip address on the vmi invision prototype references resources feature discovery folder user research notes user research synthesis this folder is restricted in accordance with gdpr guidelines
1
155,687
24,503,672,902
IssuesEvent
2022-10-10 14:39:34
woocommerce/woocommerce-blocks
https://api.github.com/repos/woocommerce/woocommerce-blocks
closed
Links for all filter blocks (reset and clear all)
good first issue 🔹 block-type: filter blocks design review
Can we ensure all links are displayed as underlined for consistency between the blocks and other areas of the site. <img width="317" alt="Screenshot 2022-09-09 at 14 05 44" src="https://user-images.githubusercontent.com/9888201/189690171-16cf6143-a560-40f3-885a-0520cb51497f.png"> <img width="655" alt="Screenshot 2022-09-09 at 14 07 04" src="https://user-images.githubusercontent.com/9888201/189690186-4b653b0a-010b-479f-82f7-36100efccd2c.png">
1.0
Links for all filter blocks (reset and clear all) - Can we ensure all links are displayed as underlined for consistency between the blocks and other areas of the site. <img width="317" alt="Screenshot 2022-09-09 at 14 05 44" src="https://user-images.githubusercontent.com/9888201/189690171-16cf6143-a560-40f3-885a-0520cb51497f.png"> <img width="655" alt="Screenshot 2022-09-09 at 14 07 04" src="https://user-images.githubusercontent.com/9888201/189690186-4b653b0a-010b-479f-82f7-36100efccd2c.png">
design
links for all filter blocks reset and clear all can we ensure all links are displayed as underlined for consistency between the blocks and other areas of the site img width alt screenshot at src img width alt screenshot at src
1
177,472
21,477,238,631
IssuesEvent
2022-04-26 14:36:00
Satheesh575555/external_wpa_supplicant_8_AOSP10_r33_CVE-2021-0326
https://api.github.com/repos/Satheesh575555/external_wpa_supplicant_8_AOSP10_r33_CVE-2021-0326
opened
CVE-2021-27803 (High) detected in https://source.codeaurora.org/external/imx/aosp/platform/external/wpa_supplicant_8/android-mainline-10.0.0_r13
security vulnerability
## CVE-2021-27803 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https://source.codeaurora.org/external/imx/aosp/platform/external/wpa_supplicant_8/android-mainline-10.0.0_r13</b></p></summary> <p> <p>AOSP Platform External WPA Supplicant 8</p> <p>Library home page: <a href=https://source.codeaurora.org/external/imx/aosp/platform/external/wpa_supplicant_8/>https://source.codeaurora.org/external/imx/aosp/platform/external/wpa_supplicant_8/</a></p> <p>Found in HEAD commit: <a href="https://github.com/Satheesh575555/external_wpa_supplicant_8_AOSP10_r33_CVE-2021-0326/commit/5b57cbf46ad85a97e0b8c4a838d8b2aef2622d32">5b57cbf46ad85a97e0b8c4a838d8b2aef2622d32</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>/src/p2p/p2p_pd.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/src/p2p/p2p_pd.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A vulnerability was discovered in how p2p/p2p_pd.c in wpa_supplicant before 2.10 processes P2P (Wi-Fi Direct) provision discovery requests. It could result in denial of service or other impact (potentially execution of arbitrary code), for an attacker within radio range. <p>Publish Date: 2021-02-26 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27803>CVE-2021-27803</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: Adjacent - Attack Complexity: High - 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://nvd.nist.gov/vuln/detail/CVE-2021-27803">https://nvd.nist.gov/vuln/detail/CVE-2021-27803</a></p> <p>Release Date: 2021-02-26</p> <p>Fix Resolution: wpa_supplicant - 2.6-12,2.9-2,2.7-2,2.9-2,2.9-2,2.9-2,2.9-2,2.6-12,2.7-2,2.9-2,2.7-2,2.9-2,2.6-12,2.9-2,2.9-2,2.7-2,2.6-12,2.9-2,2.7-2;wpa_supplicant-debugsource - 2.7-2,2.9-2,2.9-2;wpa_supplicant-debuginfo - 2.9-2,2.9-2,2.6-12,2.7-2</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-27803 (High) detected in https://source.codeaurora.org/external/imx/aosp/platform/external/wpa_supplicant_8/android-mainline-10.0.0_r13 - ## CVE-2021-27803 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https://source.codeaurora.org/external/imx/aosp/platform/external/wpa_supplicant_8/android-mainline-10.0.0_r13</b></p></summary> <p> <p>AOSP Platform External WPA Supplicant 8</p> <p>Library home page: <a href=https://source.codeaurora.org/external/imx/aosp/platform/external/wpa_supplicant_8/>https://source.codeaurora.org/external/imx/aosp/platform/external/wpa_supplicant_8/</a></p> <p>Found in HEAD commit: <a href="https://github.com/Satheesh575555/external_wpa_supplicant_8_AOSP10_r33_CVE-2021-0326/commit/5b57cbf46ad85a97e0b8c4a838d8b2aef2622d32">5b57cbf46ad85a97e0b8c4a838d8b2aef2622d32</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>/src/p2p/p2p_pd.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/src/p2p/p2p_pd.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A vulnerability was discovered in how p2p/p2p_pd.c in wpa_supplicant before 2.10 processes P2P (Wi-Fi Direct) provision discovery requests. It could result in denial of service or other impact (potentially execution of arbitrary code), for an attacker within radio range. <p>Publish Date: 2021-02-26 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27803>CVE-2021-27803</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: Adjacent - Attack Complexity: High - 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://nvd.nist.gov/vuln/detail/CVE-2021-27803">https://nvd.nist.gov/vuln/detail/CVE-2021-27803</a></p> <p>Release Date: 2021-02-26</p> <p>Fix Resolution: wpa_supplicant - 2.6-12,2.9-2,2.7-2,2.9-2,2.9-2,2.9-2,2.9-2,2.6-12,2.7-2,2.9-2,2.7-2,2.9-2,2.6-12,2.9-2,2.9-2,2.7-2,2.6-12,2.9-2,2.7-2;wpa_supplicant-debugsource - 2.7-2,2.9-2,2.9-2;wpa_supplicant-debuginfo - 2.9-2,2.9-2,2.6-12,2.7-2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_design
cve high detected in cve high severity vulnerability vulnerable library aosp platform external wpa supplicant library home page a href found in head commit a href found in base branch master vulnerable source files src pd c src pd c vulnerability details a vulnerability was discovered in how pd c in wpa supplicant before processes wi fi direct provision discovery requests it could result in denial of service or other impact potentially execution of arbitrary code for an attacker within radio range publish date url a href cvss score details base score metrics exploitability metrics attack vector adjacent attack complexity high 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 wpa supplicant wpa supplicant debugsource wpa supplicant debuginfo step up your open source security game with whitesource
0
210,737
7,194,145,323
IssuesEvent
2018-02-04 00:28:08
RITlug/TigerOS
https://api.github.com/repos/RITlug/TigerOS
closed
Flory copy-pasted the issue template
bug priority:high
There are still references to MobArena in the issue template (cc @jflory7 )
1.0
Flory copy-pasted the issue template - There are still references to MobArena in the issue template (cc @jflory7 )
non_design
flory copy pasted the issue template there are still references to mobarena in the issue template cc
0
14,676
3,284,414,473
IssuesEvent
2015-10-28 16:32:11
jgirald/ES2015F
https://api.github.com/repos/jgirald/ES2015F
closed
Animació talar civil babilònic
Design TeamA
### Description Crear la animación de talar para el modelo de civil **babilónico** creado en el issue #139 . ### Acceptance Criteria La animación tiene su propia definición dentro de blender para ser diferenciada de las demás.
1.0
Animació talar civil babilònic - ### Description Crear la animación de talar para el modelo de civil **babilónico** creado en el issue #139 . ### Acceptance Criteria La animación tiene su propia definición dentro de blender para ser diferenciada de las demás.
design
animació talar civil babilònic description crear la animación de talar para el modelo de civil babilónico creado en el issue acceptance criteria la animación tiene su propia definición dentro de blender para ser diferenciada de las demás
1
106,836
4,286,843,103
IssuesEvent
2016-07-16 10:38:24
jamoma/JamomaMax
https://api.github.com/repos/jamoma/JamomaMax
opened
j.cue write not working in windows
externals priority/high type/bug
windows only ! 'write' message to j.cue creates an empty .txt file. but if you open editor window (double-click on j.cue object), and use the File menu --> save or save as : created file is OK. (once the file has been created this way, then the write/again message works as expected)
1.0
j.cue write not working in windows - windows only ! 'write' message to j.cue creates an empty .txt file. but if you open editor window (double-click on j.cue object), and use the File menu --> save or save as : created file is OK. (once the file has been created this way, then the write/again message works as expected)
non_design
j cue write not working in windows windows only write message to j cue creates an empty txt file but if you open editor window double click on j cue object and use the file menu save or save as created file is ok once the file has been created this way then the write again message works as expected
0
68,470
9,195,237,698
IssuesEvent
2019-03-07 01:34:13
blocknative/assist
https://api.github.com/repos/blocknative/assist
opened
Change `readme.md` to reflect issues with versions of `web3.js`
documentation
Some `web3.js` versions have bugs/errors when interacting with MetaMask and `assist` reflects these errors. Bugs exist on these versions: `beta-38` `beta-39` `beta-40` `beta-41` `beta-43` `beta-44` Docs need to be updated to reflect this.
1.0
Change `readme.md` to reflect issues with versions of `web3.js` - Some `web3.js` versions have bugs/errors when interacting with MetaMask and `assist` reflects these errors. Bugs exist on these versions: `beta-38` `beta-39` `beta-40` `beta-41` `beta-43` `beta-44` Docs need to be updated to reflect this.
non_design
change readme md to reflect issues with versions of js some js versions have bugs errors when interacting with metamask and assist reflects these errors bugs exist on these versions beta beta beta beta beta beta docs need to be updated to reflect this
0
44,790
5,888,601,401
IssuesEvent
2017-05-17 10:34:40
a8cteam51/just-one-tree
https://api.github.com/repos/a8cteam51/just-one-tree
closed
Ability to add photos and additional text on the front page
conversation design
The client expressed wanting the ability to add photos and text to the front page to highlight events and projects. They want to keep the video, "What's New" and Treemometer the same, but they'd like to be able to drop in photos from time to time to keep the front page content fresh. I did tell them that having too much content on the front page would make things look too busy, and the "What's New" section will be updated whenever they make a new post. The idea that came up during the meeting was to add an additional row of three images (3 columns), with text below the photos. However, I think adding featured images to What's New?" could be a cleaner way to handle this without adding more things to the front page. The point of that section is to highlight the latest, so with featured images, that might be all they need.
1.0
Ability to add photos and additional text on the front page - The client expressed wanting the ability to add photos and text to the front page to highlight events and projects. They want to keep the video, "What's New" and Treemometer the same, but they'd like to be able to drop in photos from time to time to keep the front page content fresh. I did tell them that having too much content on the front page would make things look too busy, and the "What's New" section will be updated whenever they make a new post. The idea that came up during the meeting was to add an additional row of three images (3 columns), with text below the photos. However, I think adding featured images to What's New?" could be a cleaner way to handle this without adding more things to the front page. The point of that section is to highlight the latest, so with featured images, that might be all they need.
design
ability to add photos and additional text on the front page the client expressed wanting the ability to add photos and text to the front page to highlight events and projects they want to keep the video what s new and treemometer the same but they d like to be able to drop in photos from time to time to keep the front page content fresh i did tell them that having too much content on the front page would make things look too busy and the what s new section will be updated whenever they make a new post the idea that came up during the meeting was to add an additional row of three images columns with text below the photos however i think adding featured images to what s new could be a cleaner way to handle this without adding more things to the front page the point of that section is to highlight the latest so with featured images that might be all they need
1